.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Playfair Display;
}
.display-1 {
  font-family: 'Young Serif', serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Young Serif', serif;
  font-size: 3.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'Gabarito', display;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Young Serif', serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Gabarito', display;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #fcefcf !important;
}
.bg-info {
  background-color: #fffaf5 !important;
}
.bg-warning {
  background-color: #ecf4f6 !important;
}
.bg-danger {
  background-color: #fee3d9 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #63cfbf !important;
  border-color: #63cfbf !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #8adbcf !important;
  border-color: #8adbcf !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #8adbcf !important;
  border-color: #8adbcf !important;
}
.btn-info,
.btn-info:active {
  background-color: #fffaf5 !important;
  border-color: #fffaf5 !important;
  color: #f57a00 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #f57a00 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #fcefcf !important;
  border-color: #fcefcf !important;
  color: #c08c0c !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #c08c0c !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ecf4f6 !important;
  border-color: #ecf4f6 !important;
  color: #498a9a !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #498a9a !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fee3d9 !important;
  border-color: #fee3d9 !important;
  color: #d23d06 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #d23d06 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #63cfbf;
  color: #63cfbf;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #34a897 !important;
  background-color: transparent !important;
  border-color: #34a897 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #63cfbf !important;
  border-color: #63cfbf !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #fffaf5;
  color: #fffaf5;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffcf9e !important;
  background-color: transparent !important;
  border-color: #ffcf9e !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #f57a00 !important;
  background-color: #fffaf5 !important;
  border-color: #fffaf5 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #fcefcf;
  color: #fcefcf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #f7d47d !important;
  background-color: transparent !important;
  border-color: #f7d47d !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #c08c0c !important;
  background-color: #fcefcf !important;
  border-color: #fcefcf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ecf4f6;
  color: #ecf4f6;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #b1d2da !important;
  background-color: transparent !important;
  border-color: #b1d2da !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #498a9a !important;
  background-color: #ecf4f6 !important;
  border-color: #ecf4f6 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #fee3d9;
  color: #fee3d9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #fca585 !important;
  background-color: transparent !important;
  border-color: #fca585 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #d23d06 !important;
  background-color: #fee3d9 !important;
  border-color: #fee3d9 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #63cfbf !important;
}
.text-success {
  color: #fcefcf !important;
}
.text-info {
  color: #fffaf5 !important;
}
.text-warning {
  color: #ecf4f6 !important;
}
.text-danger {
  color: #fee3d9 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #309c8c !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #f6cf6f !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ffc78f !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a7ccd5 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fb9a76 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fffaf5;
}
.alert-warning {
  background-color: #ecf4f6;
}
.alert-danger {
  background-color: #fee3d9;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 30px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Gabarito', display;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Gabarito', display;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #63cfbf !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 5px 16px;
  position: relative;
  box-shadow: none;
  border-radius: 30px !important;
  font-weight: 400 !important;
  transition: all .3s ease;
  transform: translate(-5px, -5px);
  z-index: 11;
  border: 1px solid #000000 !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 7px;
  transition: all .3s ease;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
  transform: translate(0);
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: translateX(0.5rem);
}
.mbr-section-btn .btn:hover::before,
.mbr-section-btn-main .btn:hover::before,
.mbr-section-btn .btn:focus::before,
.mbr-section-btn-main .btn:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.mbr-section-btn .btn::before,
.mbr-section-btn-main .btn::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  transform: translate(4px, 4px);
  z-index: 10;
  transition: all .3s ease;
  border: 1px solid #000000;
  pointer-events: none;
}
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary {
  color: #000000 !important;
}
.cid-tV6FpH11Xv {
  background-color: transparent;
}
.cid-tV6FpH11Xv .navbar-dropdown {
  background-color: #fee3d9 !important;
  padding: 0;
}
.cid-tV6FpH11Xv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fee3d9 !important;
  background: #fee3d9;
}
.cid-tV6FpH11Xv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tV6FpH11Xv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tV6FpH11Xv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tV6FpH11Xv .menu_box .navbar.opened,
  .cid-tV6FpH11Xv .menu_box .navbar-collapse {
    background-color: #fee3d9 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tV6FpH11Xv .navbar-dropdown {
  position: relative !important;
}
.cid-tV6FpH11Xv .icons-menu-main {
  display: flex;
  min-width: auto;
}
@media (max-width: 991px) {
  .cid-tV6FpH11Xv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tV6FpH11Xv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tV6FpH11Xv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tV6FpH11Xv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tV6FpH11Xv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #faf5e8;
  }
  .cid-tV6FpH11Xv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tV6FpH11Xv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tV6FpH11Xv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tV6FpH11Xv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tV6FpH11Xv .offcanvas-body .mbr-text,
  .cid-tV6FpH11Xv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tV6FpH11Xv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tV6FpH11Xv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tV6FpH11Xv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tV6FpH11Xv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tV6FpH11Xv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tV6FpH11Xv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tV6FpH11Xv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tV6FpH11Xv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tV6FpH11Xv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tV6FpH11Xv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tV6FpH11Xv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tV6FpH11Xv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tV6FpH11Xv .lg_brand {
    margin: 0 1rem;
  }
  .cid-tV6FpH11Xv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tV6FpH11Xv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tV6FpH11Xv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tV6FpH11Xv .nav-item {
    margin: 0 !important;
  }
}
.cid-tV6FpH11Xv .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
}
.cid-tV6FpH11Xv .nav-item .nav-link:hover,
.cid-tV6FpH11Xv .nav-item .nav-link:focus {
  background-color: #faf5e8 !important;
}
.cid-tV6FpH11Xv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tV6FpH11Xv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tV6FpH11Xv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tV6FpH11Xv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tV6FpH11Xv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tV6FpH11Xv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tV6FpH11Xv .offcanvas_box {
    display: none;
  }
}
.cid-tV6FpH11Xv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tV6FpH11Xv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tV6FpH11Xv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tV6FpH11Xv .container {
  display: flex;
  margin: auto;
}
.cid-tV6FpH11Xv .iconfont-wrapper {
  margin-right: 10px;
  margin-bottom: 5px;
  position: relative;
  width: 32px;
  height: 32px;
  min-width: 32px;
}
.cid-tV6FpH11Xv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tV6FpH11Xv .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  min-width: 32px;
  border-radius: 100%;
  background-color: #63cfbf;
  border: 1px solid #000000;
  transform: translate(-3px, -3px);
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
}
.cid-tV6FpH11Xv .iconfont-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  border: 1px solid #000000;
  pointer-events: none;
}
.cid-tV6FpH11Xv .iconfont-wrapper:hover .mbr-iconfont,
.cid-tV6FpH11Xv .iconfont-wrapper:focus .mbr-iconfont {
  transform: translate(0);
}
.cid-tV6FpH11Xv .iconfont-wrapper:hover::before,
.cid-tV6FpH11Xv .iconfont-wrapper:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.cid-tV6FpH11Xv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tV6FpH11Xv .navbar-nav {
    margin: 0;
  }
}
.cid-tV6FpH11Xv .dropdown-menu,
.cid-tV6FpH11Xv .navbar.opened {
  background-color: false !important;
}
.cid-tV6FpH11Xv .nav-item:focus,
.cid-tV6FpH11Xv .nav-link:focus {
  outline: none;
}
.cid-tV6FpH11Xv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tV6FpH11Xv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tV6FpH11Xv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tV6FpH11Xv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tV6FpH11Xv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tV6FpH11Xv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tV6FpH11Xv .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tV6FpH11Xv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tV6FpH11Xv .navbar.opened {
  transition: all 0.3s;
}
.cid-tV6FpH11Xv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tV6FpH11Xv .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tV6FpH11Xv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tV6FpH11Xv .navbar.collapsed {
  justify-content: center;
}
.cid-tV6FpH11Xv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tV6FpH11Xv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tV6FpH11Xv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tV6FpH11Xv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tV6FpH11Xv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tV6FpH11Xv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tV6FpH11Xv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tV6FpH11Xv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tV6FpH11Xv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tV6FpH11Xv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tV6FpH11Xv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tV6FpH11Xv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tV6FpH11Xv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tV6FpH11Xv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tV6FpH11Xv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tV6FpH11Xv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tV6FpH11Xv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tV6FpH11Xv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tV6FpH11Xv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tV6FpH11Xv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tV6FpH11Xv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tV6FpH11Xv .navbar.navbar-short {
  min-height: 60px;
}
.cid-tV6FpH11Xv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tV6FpH11Xv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tV6FpH11Xv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tV6FpH11Xv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tV6FpH11Xv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tV6FpH11Xv .dropdown-item.active,
.cid-tV6FpH11Xv .dropdown-item:active {
  background-color: transparent;
}
.cid-tV6FpH11Xv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-tV6FpH11Xv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tV6FpH11Xv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tV6FpH11Xv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tV6FpH11Xv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tV6FpH11Xv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tV6FpH11Xv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fee3d9;
  background: #63cfbf;
}
.cid-tV6FpH11Xv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tV6FpH11Xv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tV6FpH11Xv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tV6FpH11Xv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tV6FpH11Xv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tV6FpH11Xv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tV6FpH11Xv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tV6FpH11Xv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tV6FpH11Xv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tV6FpH11Xv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tV6FpH11Xv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tV6FpH11Xv .navbar {
    height: 70px;
  }
  .cid-tV6FpH11Xv .navbar.opened {
    height: auto;
  }
  .cid-tV6FpH11Xv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tV6FpH11Xv .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tV6FpH11Xv .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.cid-tV6FpH11Xv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tV6FpH11Xv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tV6FpH11Xv .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-tV6FpH11Xv .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tV6FpH11Xv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tV6FpH11Xv .text_widget {
  margin-bottom: 32px;
}
.cid-tV6FpH11Xv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tV6FpH11Xv .text_widget a:hover,
.cid-tV6FpH11Xv .text_widget a:focus {
  opacity: .8;
}
.cid-tV6FpH11Xv .mbr-section-subtitle {
  color: #1D1D1F;
  text-align: center;
}
.cid-tV6FpH11Xv .navbar-caption {
  color: #000000;
}
.cid-tV6FpH11Xv .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tV6FpH11Xv .mbr-section-subtitle,
.cid-tV6FpH11Xv .text_widget,
.cid-tV6FpH11Xv .mbr-section-btn {
  text-align: center;
}
.cid-tV6FpH11Xv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tV6Fqa53Ye {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/54-47-1280x721.jpg");
}
.cid-tV6Fqa53Ye .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6Fqa53Ye .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6Fqa53Ye .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV6Fqa53Ye .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6Fqa53Ye .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6Fqa53Ye .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6Fqa53Ye .container {
    padding: 0 16px;
  }
}
.cid-tV6Fqa53Ye .content-wrapper {
  margin-bottom: 20%;
}
.cid-tV6Fqa53Ye .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tV6Fqa53Ye .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tV6Fqa53Ye .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-tV6Fqa53Ye .mbr-section-title {
  color: #000000;
}
.cid-tV6Fqa53Ye .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tV6Fqa53Ye .mbr-section-title,
.cid-tV6Fqa53Ye .mbr-section-btn {
  text-align: center;
}
.cid-uMkDwdqWIG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fee3d9;
}
.cid-uMkDwdqWIG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMkDwdqWIG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMkDwdqWIG .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uMkDwdqWIG .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uMkDwdqWIG .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uMkDwdqWIG .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uMkDwdqWIG .container {
    padding: 0 16px;
  }
}
.cid-uMkDwdqWIG .row {
  background-color: #fff3ef;
  justify-content: center;
  margin: 0;
  border-radius: 1rem;
}
.cid-uMkDwdqWIG .item {
  padding: 40px 80px;
  border-right: 1px solid #000000;
}
@media (max-width: 1200px) {
  .cid-uMkDwdqWIG .item {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uMkDwdqWIG .item {
    padding: 25px;
    border-right: none;
    border-bottom: 1px solid #000000;
  }
}
.cid-uMkDwdqWIG .item:nth-child(2n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uMkDwdqWIG .item:nth-child(2n) {
    border-right: none;
  }
}
.cid-uMkDwdqWIG .item .item-wrapper .card-subtitle {
  margin-bottom: 40px;
}
.cid-uMkDwdqWIG .item .item-wrapper .item-img {
  margin-bottom: 28px;
}
.cid-uMkDwdqWIG .item .item-wrapper .item-img img {
  display: inline-flex;
  object-fit: cover;
  height: 350px;
  border-radius: 1rem !important;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uMkDwdqWIG .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-uMkDwdqWIG .item .item-wrapper .card-title {
  margin-bottom: 10px;
}
.cid-uMkDwdqWIG .item .item-wrapper .card-text {
  margin-bottom: 20px;
}
.cid-uMkDwdqWIG .card-title {
  color: #000000;
}
.cid-uMkDwdqWIG .card-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uMkDwdqWIG .card-text {
  color: #000000;
  text-align: center;
}
.cid-uMkDwdqWIG .card-title,
.cid-uMkDwdqWIG .item-img,
.cid-uMkDwdqWIG .mbr-section-btn {
  text-align: center;
}
.cid-uMkDPJz2Ek {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff3ef;
}
.cid-uMkDPJz2Ek .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMkDPJz2Ek .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMkDPJz2Ek .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uMkDPJz2Ek .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uMkDPJz2Ek .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uMkDPJz2Ek .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uMkDPJz2Ek .container {
    padding: 0 16px;
  }
}
.cid-uMkDPJz2Ek .row {
  justify-content: center;
}
.cid-uMkDPJz2Ek .title-wrapper {
  margin-bottom: 50px;
}
.cid-uMkDPJz2Ek .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uMkDPJz2Ek .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMkDPJz2Ek .item {
  margin-bottom: 50px;
  padding-right: 40px;
}
.cid-uMkDPJz2Ek .item:nth-child(2n) {
  padding-right: 0;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uMkDPJz2Ek .item:nth-child(2n) {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uMkDPJz2Ek .item {
    padding: 0 16px;
    margin-top: 0;
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uMkDPJz2Ek .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 25px;
}
.cid-uMkDPJz2Ek .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 50px;
  height: 50px;
  font-size: 25px;
  color: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000;
  border-radius: 50%;
}
.cid-uMkDPJz2Ek .item .item-wrapper .card-box .card-title {
  margin-bottom: 5px;
}
.cid-uMkDPJz2Ek .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uMkDPJz2Ek .border-wrapper {
  height: 1px;
  background-color: #000000;
  margin-bottom: 50px;
}
.cid-uMkDPJz2Ek .border-wrap {
  height: 1px;
  background-color: #000000;
}
.cid-uMkDPJz2Ek .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uMkDPJz2Ek .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uMkDPJz2Ek .card-title {
  color: #000000;
}
.cid-uMkDPJz2Ek .card-text {
  color: #000000;
}
.cid-tV6FWop7rl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fee3d9;
  overflow: hidden;
}
.cid-tV6FWop7rl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6FWop7rl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6FWop7rl .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV6FWop7rl .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6FWop7rl .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6FWop7rl .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6FWop7rl .container {
    padding: 0 16px;
  }
}
.cid-tV6FWop7rl .row {
  justify-content: space-between;
}
.cid-tV6FWop7rl .row:hover,
.cid-tV6FWop7rl .row:focus {
  cursor: pointer;
}
.cid-tV6FWop7rl .row .card {
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tV6FWop7rl .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tV6FWop7rl .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-tV6FWop7rl .image-wrapper img {
    height: 300px;
  }
}
.cid-tV6FWop7rl .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tV6FWop7rl .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tV6FWop7rl .mbr-section-title {
  color: #000000;
}
.cid-tV6FWop7rl .mbr-text {
  color: #000000;
}
.cid-uMkDRoePry {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff3ef;
}
.cid-uMkDRoePry .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMkDRoePry .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMkDRoePry .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uMkDRoePry .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uMkDRoePry .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uMkDRoePry .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uMkDRoePry .container {
    padding: 0 16px;
  }
}
.cid-uMkDRoePry .row {
  justify-content: center;
}
.cid-uMkDRoePry .content-wrapper {
  padding: 80px 60px;
  display: flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #fee3d9;
}
@media (max-width: 1200px) {
  .cid-uMkDRoePry .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uMkDRoePry .content-wrapper {
    padding: 30px 25px;
  }
}
.cid-uMkDRoePry .content-wrapper .image-wrap {
  min-width: 40%;
}
@media (max-width: 1200px) {
  .cid-uMkDRoePry .content-wrapper .image-wrap {
    margin-bottom: 32px;
  }
}
.cid-uMkDRoePry .content-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 1200px) {
  .cid-uMkDRoePry .content-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uMkDRoePry .content-wrapper .content-wrap {
  padding-left: 64px;
}
@media (max-width: 1200px) {
  .cid-uMkDRoePry .content-wrapper .content-wrap {
    padding: 0;
  }
}
.cid-uMkDRoePry .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uMkDRoePry .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uMkDRoePry .mbr-section-title {
  color: #000000;
}
.cid-uMkDRoePry .mbr-text {
  color: #000000;
}
.cid-uMkDQwPCh5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fee3d9;
}
.cid-uMkDQwPCh5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMkDQwPCh5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMkDQwPCh5 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uMkDQwPCh5 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uMkDQwPCh5 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uMkDQwPCh5 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uMkDQwPCh5 .container {
    padding: 0 16px;
  }
}
.cid-uMkDQwPCh5 .row {
  justify-content: center;
}
.cid-uMkDQwPCh5 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMkDQwPCh5 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMkDQwPCh5 .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #000000;
}
.cid-uMkDQwPCh5 .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-uMkDQwPCh5 .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-uMkDQwPCh5 .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uMkDQwPCh5 .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-uMkDQwPCh5 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uMkDQwPCh5 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uMkDQwPCh5 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uMkDQwPCh5 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-uMkDQwPCh5 .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uMkDQwPCh5 .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-uMkDQwPCh5 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uMkDQwPCh5 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uMkDQwPCh5 .panel-title {
  color: #000000;
}
.cid-uMkDQwPCh5 .panel-text {
  color: #000000;
}
.cid-tV6G4QsCWW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff3ef;
}
.cid-tV6G4QsCWW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6G4QsCWW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6G4QsCWW .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV6G4QsCWW .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6G4QsCWW .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6G4QsCWW .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6G4QsCWW .container {
    padding: 0 16px;
  }
}
.cid-tV6G4QsCWW .row {
  justify-content: center;
}
.cid-tV6G4QsCWW .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tV6G4QsCWW .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tV6G4QsCWW .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-tV6G4QsCWW .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tV6G4QsCWW .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tV6G4QsCWW .form-wrap {
  padding-right: 48px;
}
@media (max-width: 1200px) {
  .cid-tV6G4QsCWW .form-wrap {
    padding: 0;
  }
}
.cid-tV6G4QsCWW .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 16px !important;
}
.cid-tV6G4QsCWW .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 16px;
}
.cid-tV6G4QsCWW .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-tV6G4QsCWW .form-wrap .dragArea.row .form-group .form-control {
  padding: 8px 16px;
  border: 1px solid #000000 !important;
  box-shadow: none;
  border-radius: .5rem !important;
  background-color: transparent;
}
.cid-tV6G4QsCWW .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-tV6G4QsCWW .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
}
.cid-tV6G4QsCWW .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-tV6G4QsCWW .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-tV6G4QsCWW .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-tV6G4QsCWW .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-tV6G4QsCWW .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 16px;
  min-height: auto;
}
.cid-tV6G4QsCWW .image-wrapper {
  height: 100%;
}
.cid-tV6G4QsCWW .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 1rem !important;
}
.cid-tV6G4QsCWW .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tV6G4QsCWW .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tV6G4QsCWW .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tV6G4QsCWW LABEL {
  color: #000000;
}
.cid-uMkAYLHV7C {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #dbb1a2;
}
.cid-uMkAYLHV7C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMkAYLHV7C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMkAYLHV7C .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uMkAYLHV7C .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uMkAYLHV7C .container {
    padding: 0 20px;
  }
}
.cid-uMkAYLHV7C .content-wrapper .mbr-section-title {
  padding: 60px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMkAYLHV7C .content-wrapper .mbr-section-title {
    padding: 46px 0;
  }
}
.cid-uMkAYLHV7C .content-wrapper .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  width: 100%;
}
.cid-uMkAYLHV7C .content-wrapper .items-wrapper .item {
  padding: 20px 24px;
  border-radius: 20px !important;
  background-color: #fee3d9;
  flex-grow: 1;
  width: 260px;
}
@media (max-width: 992px) {
  .cid-uMkAYLHV7C .content-wrapper .items-wrapper .item {
    padding: 20px;
  }
}
.cid-uMkAYLHV7C .content-wrapper .items-wrapper .item .item-wrapper {
  height: 100%;
}
.cid-uMkAYLHV7C .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uMkAYLHV7C .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 40px;
}
.cid-uMkAYLHV7C .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #000000;
  display: inline-flex;
}
.cid-uMkAYLHV7C .mbr-section-title {
  color: #000000;
}
.cid-uMkAYLHV7C .card-number {
  color: #000000;
}
.cid-uMkAYLHV7C .card-title {
  color: #000000;
}
.cid-uMkAYLHV7C .mbr-section-title,
.cid-uMkAYLHV7C .mbr-section-btn {
  text-align: center;
}
.cid-uMkC9H2LEZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uMkC9H2LEZ .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tV6FpH11Xv {
  background-color: transparent;
}
.cid-tV6FpH11Xv .navbar-dropdown {
  background-color: #fee3d9 !important;
  padding: 0;
}
.cid-tV6FpH11Xv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fee3d9 !important;
  background: #fee3d9;
}
.cid-tV6FpH11Xv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tV6FpH11Xv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tV6FpH11Xv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tV6FpH11Xv .menu_box .navbar.opened,
  .cid-tV6FpH11Xv .menu_box .navbar-collapse {
    background-color: #fee3d9 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tV6FpH11Xv .navbar-dropdown {
  position: relative !important;
}
.cid-tV6FpH11Xv .icons-menu-main {
  display: flex;
  min-width: auto;
}
@media (max-width: 991px) {
  .cid-tV6FpH11Xv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tV6FpH11Xv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tV6FpH11Xv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tV6FpH11Xv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tV6FpH11Xv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #faf5e8;
  }
  .cid-tV6FpH11Xv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tV6FpH11Xv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tV6FpH11Xv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tV6FpH11Xv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tV6FpH11Xv .offcanvas-body .mbr-text,
  .cid-tV6FpH11Xv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tV6FpH11Xv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tV6FpH11Xv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tV6FpH11Xv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tV6FpH11Xv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tV6FpH11Xv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tV6FpH11Xv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tV6FpH11Xv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tV6FpH11Xv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tV6FpH11Xv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tV6FpH11Xv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tV6FpH11Xv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tV6FpH11Xv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tV6FpH11Xv .lg_brand {
    margin: 0 1rem;
  }
  .cid-tV6FpH11Xv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tV6FpH11Xv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tV6FpH11Xv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tV6FpH11Xv .nav-item {
    margin: 0 !important;
  }
}
.cid-tV6FpH11Xv .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
}
.cid-tV6FpH11Xv .nav-item .nav-link:hover,
.cid-tV6FpH11Xv .nav-item .nav-link:focus {
  background-color: #faf5e8 !important;
}
.cid-tV6FpH11Xv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tV6FpH11Xv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tV6FpH11Xv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tV6FpH11Xv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tV6FpH11Xv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tV6FpH11Xv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tV6FpH11Xv .offcanvas_box {
    display: none;
  }
}
.cid-tV6FpH11Xv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tV6FpH11Xv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tV6FpH11Xv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tV6FpH11Xv .container {
  display: flex;
  margin: auto;
}
.cid-tV6FpH11Xv .iconfont-wrapper {
  margin-right: 10px;
  margin-bottom: 5px;
  position: relative;
  width: 32px;
  height: 32px;
  min-width: 32px;
}
.cid-tV6FpH11Xv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tV6FpH11Xv .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  min-width: 32px;
  border-radius: 100%;
  background-color: #63cfbf;
  border: 1px solid #000000;
  transform: translate(-3px, -3px);
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
}
.cid-tV6FpH11Xv .iconfont-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  border: 1px solid #000000;
  pointer-events: none;
}
.cid-tV6FpH11Xv .iconfont-wrapper:hover .mbr-iconfont,
.cid-tV6FpH11Xv .iconfont-wrapper:focus .mbr-iconfont {
  transform: translate(0);
}
.cid-tV6FpH11Xv .iconfont-wrapper:hover::before,
.cid-tV6FpH11Xv .iconfont-wrapper:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.cid-tV6FpH11Xv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tV6FpH11Xv .navbar-nav {
    margin: 0;
  }
}
.cid-tV6FpH11Xv .dropdown-menu,
.cid-tV6FpH11Xv .navbar.opened {
  background-color: false !important;
}
.cid-tV6FpH11Xv .nav-item:focus,
.cid-tV6FpH11Xv .nav-link:focus {
  outline: none;
}
.cid-tV6FpH11Xv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tV6FpH11Xv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tV6FpH11Xv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tV6FpH11Xv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tV6FpH11Xv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tV6FpH11Xv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tV6FpH11Xv .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tV6FpH11Xv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tV6FpH11Xv .navbar.opened {
  transition: all 0.3s;
}
.cid-tV6FpH11Xv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tV6FpH11Xv .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tV6FpH11Xv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tV6FpH11Xv .navbar.collapsed {
  justify-content: center;
}
.cid-tV6FpH11Xv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tV6FpH11Xv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tV6FpH11Xv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tV6FpH11Xv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tV6FpH11Xv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tV6FpH11Xv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tV6FpH11Xv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tV6FpH11Xv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tV6FpH11Xv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tV6FpH11Xv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tV6FpH11Xv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tV6FpH11Xv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tV6FpH11Xv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tV6FpH11Xv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tV6FpH11Xv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tV6FpH11Xv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tV6FpH11Xv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tV6FpH11Xv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tV6FpH11Xv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tV6FpH11Xv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tV6FpH11Xv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tV6FpH11Xv .navbar.navbar-short {
  min-height: 60px;
}
.cid-tV6FpH11Xv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tV6FpH11Xv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tV6FpH11Xv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tV6FpH11Xv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tV6FpH11Xv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tV6FpH11Xv .dropdown-item.active,
.cid-tV6FpH11Xv .dropdown-item:active {
  background-color: transparent;
}
.cid-tV6FpH11Xv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-tV6FpH11Xv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tV6FpH11Xv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tV6FpH11Xv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tV6FpH11Xv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tV6FpH11Xv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tV6FpH11Xv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fee3d9;
  background: #63cfbf;
}
.cid-tV6FpH11Xv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tV6FpH11Xv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tV6FpH11Xv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tV6FpH11Xv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tV6FpH11Xv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tV6FpH11Xv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tV6FpH11Xv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tV6FpH11Xv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tV6FpH11Xv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tV6FpH11Xv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tV6FpH11Xv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tV6FpH11Xv .navbar {
    height: 70px;
  }
  .cid-tV6FpH11Xv .navbar.opened {
    height: auto;
  }
  .cid-tV6FpH11Xv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tV6FpH11Xv .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tV6FpH11Xv .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.cid-tV6FpH11Xv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tV6FpH11Xv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tV6FpH11Xv .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-tV6FpH11Xv .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tV6FpH11Xv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tV6FpH11Xv .text_widget {
  margin-bottom: 32px;
}
.cid-tV6FpH11Xv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tV6FpH11Xv .text_widget a:hover,
.cid-tV6FpH11Xv .text_widget a:focus {
  opacity: .8;
}
.cid-tV6FpH11Xv .mbr-section-subtitle {
  color: #1D1D1F;
  text-align: center;
}
.cid-tV6FpH11Xv .navbar-caption {
  color: #000000;
}
.cid-tV6FpH11Xv .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tV6FpH11Xv .mbr-section-subtitle,
.cid-tV6FpH11Xv .text_widget,
.cid-tV6FpH11Xv .mbr-section-btn {
  text-align: center;
}
.cid-tV6FpH11Xv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uMkBODDVtL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff3ef;
}
.cid-uMkBODDVtL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMkBODDVtL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMkBODDVtL .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uMkBODDVtL .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uMkBODDVtL .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uMkBODDVtL .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uMkBODDVtL .container {
    padding: 0 16px;
  }
}
.cid-uMkBODDVtL .row {
  padding: 60px 44px;
  background-color: #fee3d9;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-uMkBODDVtL .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uMkBODDVtL .row {
    padding: 25px 9px;
  }
}
.cid-uMkBODDVtL .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMkBODDVtL .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMkBODDVtL .content-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uMkBODDVtL .content-wrapper {
    height: auto;
    margin-bottom: 32px;
  }
}
.cid-uMkBODDVtL .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uMkBODDVtL .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uMkBODDVtL .image-wrapper img {
    height: 350px;
  }
}
.cid-uMkBODDVtL .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uMkBODDVtL .mbr-text {
  color: #000000;
}
.cid-uMkBODDVtL .mbr-name {
  color: #000000;
}
.cid-uMkBGF3Vv8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #dbb1a2;
}
.cid-uMkBGF3Vv8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMkBGF3Vv8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMkBGF3Vv8 .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uMkBGF3Vv8 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uMkBGF3Vv8 .container {
    padding: 0 20px;
  }
}
.cid-uMkBGF3Vv8 .content-wrapper .mbr-section-title {
  padding: 60px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMkBGF3Vv8 .content-wrapper .mbr-section-title {
    padding: 46px 0;
  }
}
.cid-uMkBGF3Vv8 .content-wrapper .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  width: 100%;
}
.cid-uMkBGF3Vv8 .content-wrapper .items-wrapper .item {
  padding: 20px 24px;
  border-radius: 20px !important;
  background-color: #fee3d9;
  flex-grow: 1;
  width: 260px;
}
@media (max-width: 992px) {
  .cid-uMkBGF3Vv8 .content-wrapper .items-wrapper .item {
    padding: 20px;
  }
}
.cid-uMkBGF3Vv8 .content-wrapper .items-wrapper .item .item-wrapper {
  height: 100%;
}
.cid-uMkBGF3Vv8 .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uMkBGF3Vv8 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 40px;
}
.cid-uMkBGF3Vv8 .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #000000;
  display: inline-flex;
}
.cid-uMkBGF3Vv8 .mbr-section-title {
  color: #000000;
}
.cid-uMkBGF3Vv8 .card-number {
  color: #000000;
}
.cid-uMkBGF3Vv8 .card-title {
  color: #000000;
}
.cid-uMkBGF3Vv8 .mbr-section-title,
.cid-uMkBGF3Vv8 .mbr-section-btn {
  text-align: center;
}
.cid-uMkC9H2LEZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uMkC9H2LEZ .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uMkBYGZCB6 {
  background-color: transparent;
}
.cid-uMkBYGZCB6 .navbar-dropdown {
  background-color: #fee3d9 !important;
  padding: 0;
}
.cid-uMkBYGZCB6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fee3d9 !important;
  background: #fee3d9;
}
.cid-uMkBYGZCB6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMkBYGZCB6 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uMkBYGZCB6 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uMkBYGZCB6 .menu_box .navbar.opened,
  .cid-uMkBYGZCB6 .menu_box .navbar-collapse {
    background-color: #fee3d9 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uMkBYGZCB6 .navbar-dropdown {
  position: relative !important;
}
.cid-uMkBYGZCB6 .icons-menu-main {
  display: flex;
  min-width: auto;
}
@media (max-width: 991px) {
  .cid-uMkBYGZCB6 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMkBYGZCB6 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uMkBYGZCB6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uMkBYGZCB6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uMkBYGZCB6 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #faf5e8;
  }
  .cid-uMkBYGZCB6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uMkBYGZCB6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uMkBYGZCB6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uMkBYGZCB6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uMkBYGZCB6 .offcanvas-body .mbr-text,
  .cid-uMkBYGZCB6 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uMkBYGZCB6 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uMkBYGZCB6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uMkBYGZCB6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uMkBYGZCB6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uMkBYGZCB6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uMkBYGZCB6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uMkBYGZCB6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uMkBYGZCB6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uMkBYGZCB6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMkBYGZCB6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uMkBYGZCB6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uMkBYGZCB6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uMkBYGZCB6 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uMkBYGZCB6 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uMkBYGZCB6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uMkBYGZCB6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uMkBYGZCB6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uMkBYGZCB6 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
}
.cid-uMkBYGZCB6 .nav-item .nav-link:hover,
.cid-uMkBYGZCB6 .nav-item .nav-link:focus {
  background-color: #faf5e8 !important;
}
.cid-uMkBYGZCB6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uMkBYGZCB6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uMkBYGZCB6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uMkBYGZCB6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMkBYGZCB6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uMkBYGZCB6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uMkBYGZCB6 .offcanvas_box {
    display: none;
  }
}
.cid-uMkBYGZCB6 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uMkBYGZCB6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uMkBYGZCB6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uMkBYGZCB6 .container {
  display: flex;
  margin: auto;
}
.cid-uMkBYGZCB6 .iconfont-wrapper {
  margin-right: 10px;
  margin-bottom: 5px;
  position: relative;
  width: 32px;
  height: 32px;
  min-width: 32px;
}
.cid-uMkBYGZCB6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uMkBYGZCB6 .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  min-width: 32px;
  border-radius: 100%;
  background-color: #63cfbf;
  border: 1px solid #000000;
  transform: translate(-3px, -3px);
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
}
.cid-uMkBYGZCB6 .iconfont-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  border: 1px solid #000000;
  pointer-events: none;
}
.cid-uMkBYGZCB6 .iconfont-wrapper:hover .mbr-iconfont,
.cid-uMkBYGZCB6 .iconfont-wrapper:focus .mbr-iconfont {
  transform: translate(0);
}
.cid-uMkBYGZCB6 .iconfont-wrapper:hover::before,
.cid-uMkBYGZCB6 .iconfont-wrapper:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.cid-uMkBYGZCB6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uMkBYGZCB6 .navbar-nav {
    margin: 0;
  }
}
.cid-uMkBYGZCB6 .dropdown-menu,
.cid-uMkBYGZCB6 .navbar.opened {
  background-color: false !important;
}
.cid-uMkBYGZCB6 .nav-item:focus,
.cid-uMkBYGZCB6 .nav-link:focus {
  outline: none;
}
.cid-uMkBYGZCB6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMkBYGZCB6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMkBYGZCB6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMkBYGZCB6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMkBYGZCB6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMkBYGZCB6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMkBYGZCB6 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uMkBYGZCB6 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uMkBYGZCB6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uMkBYGZCB6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uMkBYGZCB6 .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uMkBYGZCB6 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uMkBYGZCB6 .navbar.collapsed {
  justify-content: center;
}
.cid-uMkBYGZCB6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMkBYGZCB6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uMkBYGZCB6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMkBYGZCB6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMkBYGZCB6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMkBYGZCB6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uMkBYGZCB6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMkBYGZCB6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uMkBYGZCB6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uMkBYGZCB6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMkBYGZCB6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMkBYGZCB6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uMkBYGZCB6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMkBYGZCB6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uMkBYGZCB6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMkBYGZCB6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uMkBYGZCB6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uMkBYGZCB6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uMkBYGZCB6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uMkBYGZCB6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMkBYGZCB6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uMkBYGZCB6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMkBYGZCB6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMkBYGZCB6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMkBYGZCB6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMkBYGZCB6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uMkBYGZCB6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMkBYGZCB6 .dropdown-item.active,
.cid-uMkBYGZCB6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uMkBYGZCB6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-uMkBYGZCB6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMkBYGZCB6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMkBYGZCB6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMkBYGZCB6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uMkBYGZCB6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMkBYGZCB6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fee3d9;
  background: #63cfbf;
}
.cid-uMkBYGZCB6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uMkBYGZCB6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMkBYGZCB6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMkBYGZCB6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMkBYGZCB6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMkBYGZCB6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMkBYGZCB6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMkBYGZCB6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMkBYGZCB6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMkBYGZCB6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uMkBYGZCB6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMkBYGZCB6 .navbar {
    height: 70px;
  }
  .cid-uMkBYGZCB6 .navbar.opened {
    height: auto;
  }
  .cid-uMkBYGZCB6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMkBYGZCB6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uMkBYGZCB6 .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.cid-uMkBYGZCB6 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uMkBYGZCB6 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uMkBYGZCB6 .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-uMkBYGZCB6 .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uMkBYGZCB6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uMkBYGZCB6 .text_widget {
  margin-bottom: 32px;
}
.cid-uMkBYGZCB6 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uMkBYGZCB6 .text_widget a:hover,
.cid-uMkBYGZCB6 .text_widget a:focus {
  opacity: .8;
}
.cid-uMkBYGZCB6 .mbr-section-subtitle {
  color: #1D1D1F;
  text-align: center;
}
.cid-uMkBYGZCB6 .navbar-caption {
  color: #000000;
}
.cid-uMkBYGZCB6 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uMkBYGZCB6 .mbr-section-subtitle,
.cid-uMkBYGZCB6 .text_widget,
.cid-uMkBYGZCB6 .mbr-section-btn {
  text-align: center;
}
.cid-uMkBYGZCB6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uMkC5yKUe3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff3ef;
}
.cid-uMkC5yKUe3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMkC5yKUe3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uMkC5yKUe3 .container {
    padding: 0 16px;
  }
}
.cid-uMkC5yKUe3 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uMkC5yKUe3 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uMkC5yKUe3 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMkC5yKUe3 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uMkC5yKUe3 .mbr-text {
  color: #000000;
}
.cid-uMkC5yKUe3 .mbr-text,
.cid-uMkC5yKUe3 .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uMkC9H2LEZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uMkC9H2LEZ .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uMkBY4W7Of {
  background-color: transparent;
}
.cid-uMkBY4W7Of .navbar-dropdown {
  background-color: #fee3d9 !important;
  padding: 0;
}
.cid-uMkBY4W7Of .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fee3d9 !important;
  background: #fee3d9;
}
.cid-uMkBY4W7Of .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMkBY4W7Of .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uMkBY4W7Of .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uMkBY4W7Of .menu_box .navbar.opened,
  .cid-uMkBY4W7Of .menu_box .navbar-collapse {
    background-color: #fee3d9 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uMkBY4W7Of .navbar-dropdown {
  position: relative !important;
}
.cid-uMkBY4W7Of .icons-menu-main {
  display: flex;
  min-width: auto;
}
@media (max-width: 991px) {
  .cid-uMkBY4W7Of .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMkBY4W7Of .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uMkBY4W7Of .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uMkBY4W7Of .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uMkBY4W7Of .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #faf5e8;
  }
  .cid-uMkBY4W7Of .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uMkBY4W7Of .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uMkBY4W7Of .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uMkBY4W7Of .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uMkBY4W7Of .offcanvas-body .mbr-text,
  .cid-uMkBY4W7Of .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uMkBY4W7Of .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uMkBY4W7Of .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uMkBY4W7Of .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uMkBY4W7Of .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uMkBY4W7Of .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uMkBY4W7Of .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uMkBY4W7Of .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uMkBY4W7Of ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uMkBY4W7Of .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMkBY4W7Of .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uMkBY4W7Of .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uMkBY4W7Of li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uMkBY4W7Of .lg_brand {
    margin: 0 1rem;
  }
  .cid-uMkBY4W7Of .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uMkBY4W7Of .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uMkBY4W7Of .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uMkBY4W7Of .nav-item {
    margin: 0 !important;
  }
}
.cid-uMkBY4W7Of .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
}
.cid-uMkBY4W7Of .nav-item .nav-link:hover,
.cid-uMkBY4W7Of .nav-item .nav-link:focus {
  background-color: #faf5e8 !important;
}
.cid-uMkBY4W7Of .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uMkBY4W7Of .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uMkBY4W7Of .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uMkBY4W7Of .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMkBY4W7Of .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uMkBY4W7Of .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uMkBY4W7Of .offcanvas_box {
    display: none;
  }
}
.cid-uMkBY4W7Of .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uMkBY4W7Of .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uMkBY4W7Of .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uMkBY4W7Of .container {
  display: flex;
  margin: auto;
}
.cid-uMkBY4W7Of .iconfont-wrapper {
  margin-right: 10px;
  margin-bottom: 5px;
  position: relative;
  width: 32px;
  height: 32px;
  min-width: 32px;
}
.cid-uMkBY4W7Of .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uMkBY4W7Of .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  min-width: 32px;
  border-radius: 100%;
  background-color: #63cfbf;
  border: 1px solid #000000;
  transform: translate(-3px, -3px);
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
}
.cid-uMkBY4W7Of .iconfont-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  border: 1px solid #000000;
  pointer-events: none;
}
.cid-uMkBY4W7Of .iconfont-wrapper:hover .mbr-iconfont,
.cid-uMkBY4W7Of .iconfont-wrapper:focus .mbr-iconfont {
  transform: translate(0);
}
.cid-uMkBY4W7Of .iconfont-wrapper:hover::before,
.cid-uMkBY4W7Of .iconfont-wrapper:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.cid-uMkBY4W7Of .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uMkBY4W7Of .navbar-nav {
    margin: 0;
  }
}
.cid-uMkBY4W7Of .dropdown-menu,
.cid-uMkBY4W7Of .navbar.opened {
  background-color: false !important;
}
.cid-uMkBY4W7Of .nav-item:focus,
.cid-uMkBY4W7Of .nav-link:focus {
  outline: none;
}
.cid-uMkBY4W7Of .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMkBY4W7Of .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMkBY4W7Of .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMkBY4W7Of .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMkBY4W7Of .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMkBY4W7Of .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMkBY4W7Of .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uMkBY4W7Of .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uMkBY4W7Of .navbar.opened {
  transition: all 0.3s;
}
.cid-uMkBY4W7Of .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uMkBY4W7Of .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uMkBY4W7Of .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uMkBY4W7Of .navbar.collapsed {
  justify-content: center;
}
.cid-uMkBY4W7Of .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMkBY4W7Of .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uMkBY4W7Of .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMkBY4W7Of .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMkBY4W7Of .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMkBY4W7Of .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uMkBY4W7Of .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMkBY4W7Of .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uMkBY4W7Of .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uMkBY4W7Of .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMkBY4W7Of .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMkBY4W7Of .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uMkBY4W7Of .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMkBY4W7Of .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uMkBY4W7Of .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMkBY4W7Of .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uMkBY4W7Of .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uMkBY4W7Of .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uMkBY4W7Of .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uMkBY4W7Of .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMkBY4W7Of .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uMkBY4W7Of .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMkBY4W7Of .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMkBY4W7Of .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMkBY4W7Of .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMkBY4W7Of .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uMkBY4W7Of .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMkBY4W7Of .dropdown-item.active,
.cid-uMkBY4W7Of .dropdown-item:active {
  background-color: transparent;
}
.cid-uMkBY4W7Of .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-uMkBY4W7Of .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMkBY4W7Of .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMkBY4W7Of .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMkBY4W7Of ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uMkBY4W7Of .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMkBY4W7Of button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fee3d9;
  background: #63cfbf;
}
.cid-uMkBY4W7Of button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uMkBY4W7Of button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMkBY4W7Of button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMkBY4W7Of button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMkBY4W7Of button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMkBY4W7Of nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMkBY4W7Of nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMkBY4W7Of nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMkBY4W7Of nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMkBY4W7Of a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uMkBY4W7Of .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMkBY4W7Of .navbar {
    height: 70px;
  }
  .cid-uMkBY4W7Of .navbar.opened {
    height: auto;
  }
  .cid-uMkBY4W7Of .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMkBY4W7Of .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uMkBY4W7Of .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.cid-uMkBY4W7Of .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uMkBY4W7Of .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uMkBY4W7Of .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-uMkBY4W7Of .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uMkBY4W7Of .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uMkBY4W7Of .text_widget {
  margin-bottom: 32px;
}
.cid-uMkBY4W7Of .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uMkBY4W7Of .text_widget a:hover,
.cid-uMkBY4W7Of .text_widget a:focus {
  opacity: .8;
}
.cid-uMkBY4W7Of .mbr-section-subtitle {
  color: #1D1D1F;
  text-align: center;
}
.cid-uMkBY4W7Of .navbar-caption {
  color: #000000;
}
.cid-uMkBY4W7Of .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uMkBY4W7Of .mbr-section-subtitle,
.cid-uMkBY4W7Of .text_widget,
.cid-uMkBY4W7Of .mbr-section-btn {
  text-align: center;
}
.cid-uMkBY4W7Of a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uMkBY5hr7f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff3ef;
}
.cid-uMkBY5hr7f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMkBY5hr7f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMkBY5hr7f .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uMkBY5hr7f .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uMkBY5hr7f .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uMkBY5hr7f .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uMkBY5hr7f .container {
    padding: 0 16px;
  }
}
.cid-uMkBY5hr7f .row {
  padding: 60px 44px;
  background-color: #fee3d9;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-uMkBY5hr7f .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uMkBY5hr7f .row {
    padding: 25px 9px;
  }
}
.cid-uMkBY5hr7f .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMkBY5hr7f .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMkBY5hr7f .content-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uMkBY5hr7f .content-wrapper {
    height: auto;
    margin-bottom: 32px;
  }
}
.cid-uMkBY5hr7f .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uMkBY5hr7f .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uMkBY5hr7f .image-wrapper img {
    height: 350px;
  }
}
.cid-uMkBY5hr7f .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uMkBY5hr7f .mbr-text {
  color: #000000;
}
.cid-uMkBY5hr7f .mbr-name {
  color: #000000;
}
.cid-uMkBY5uKQB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #dbb1a2;
}
.cid-uMkBY5uKQB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMkBY5uKQB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMkBY5uKQB .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uMkBY5uKQB .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uMkBY5uKQB .container {
    padding: 0 20px;
  }
}
.cid-uMkBY5uKQB .content-wrapper .mbr-section-title {
  padding: 60px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMkBY5uKQB .content-wrapper .mbr-section-title {
    padding: 46px 0;
  }
}
.cid-uMkBY5uKQB .content-wrapper .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  width: 100%;
}
.cid-uMkBY5uKQB .content-wrapper .items-wrapper .item {
  padding: 20px 24px;
  border-radius: 20px !important;
  background-color: #fee3d9;
  flex-grow: 1;
  width: 260px;
}
@media (max-width: 992px) {
  .cid-uMkBY5uKQB .content-wrapper .items-wrapper .item {
    padding: 20px;
  }
}
.cid-uMkBY5uKQB .content-wrapper .items-wrapper .item .item-wrapper {
  height: 100%;
}
.cid-uMkBY5uKQB .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uMkBY5uKQB .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 40px;
}
.cid-uMkBY5uKQB .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #000000;
  display: inline-flex;
}
.cid-uMkBY5uKQB .mbr-section-title {
  color: #000000;
}
.cid-uMkBY5uKQB .card-number {
  color: #000000;
}
.cid-uMkBY5uKQB .card-title {
  color: #000000;
}
.cid-uMkBY5uKQB .mbr-section-title,
.cid-uMkBY5uKQB .mbr-section-btn {
  text-align: center;
}
.cid-uMkC9H2LEZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uMkC9H2LEZ .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uMkBXsHYmz {
  background-color: transparent;
}
.cid-uMkBXsHYmz .navbar-dropdown {
  background-color: #fee3d9 !important;
  padding: 0;
}
.cid-uMkBXsHYmz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fee3d9 !important;
  background: #fee3d9;
}
.cid-uMkBXsHYmz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMkBXsHYmz .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uMkBXsHYmz .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uMkBXsHYmz .menu_box .navbar.opened,
  .cid-uMkBXsHYmz .menu_box .navbar-collapse {
    background-color: #fee3d9 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uMkBXsHYmz .navbar-dropdown {
  position: relative !important;
}
.cid-uMkBXsHYmz .icons-menu-main {
  display: flex;
  min-width: auto;
}
@media (max-width: 991px) {
  .cid-uMkBXsHYmz .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMkBXsHYmz .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uMkBXsHYmz .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uMkBXsHYmz .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uMkBXsHYmz .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #faf5e8;
  }
  .cid-uMkBXsHYmz .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uMkBXsHYmz .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uMkBXsHYmz .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uMkBXsHYmz .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uMkBXsHYmz .offcanvas-body .mbr-text,
  .cid-uMkBXsHYmz .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uMkBXsHYmz .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uMkBXsHYmz .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uMkBXsHYmz .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uMkBXsHYmz .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uMkBXsHYmz .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uMkBXsHYmz .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uMkBXsHYmz .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uMkBXsHYmz ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uMkBXsHYmz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMkBXsHYmz .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uMkBXsHYmz .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uMkBXsHYmz li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uMkBXsHYmz .lg_brand {
    margin: 0 1rem;
  }
  .cid-uMkBXsHYmz .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uMkBXsHYmz .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uMkBXsHYmz .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uMkBXsHYmz .nav-item {
    margin: 0 !important;
  }
}
.cid-uMkBXsHYmz .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
}
.cid-uMkBXsHYmz .nav-item .nav-link:hover,
.cid-uMkBXsHYmz .nav-item .nav-link:focus {
  background-color: #faf5e8 !important;
}
.cid-uMkBXsHYmz .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uMkBXsHYmz .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uMkBXsHYmz .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uMkBXsHYmz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMkBXsHYmz .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uMkBXsHYmz .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uMkBXsHYmz .offcanvas_box {
    display: none;
  }
}
.cid-uMkBXsHYmz .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uMkBXsHYmz .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uMkBXsHYmz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uMkBXsHYmz .container {
  display: flex;
  margin: auto;
}
.cid-uMkBXsHYmz .iconfont-wrapper {
  margin-right: 10px;
  margin-bottom: 5px;
  position: relative;
  width: 32px;
  height: 32px;
  min-width: 32px;
}
.cid-uMkBXsHYmz .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uMkBXsHYmz .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  min-width: 32px;
  border-radius: 100%;
  background-color: #63cfbf;
  border: 1px solid #000000;
  transform: translate(-3px, -3px);
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
}
.cid-uMkBXsHYmz .iconfont-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  border: 1px solid #000000;
  pointer-events: none;
}
.cid-uMkBXsHYmz .iconfont-wrapper:hover .mbr-iconfont,
.cid-uMkBXsHYmz .iconfont-wrapper:focus .mbr-iconfont {
  transform: translate(0);
}
.cid-uMkBXsHYmz .iconfont-wrapper:hover::before,
.cid-uMkBXsHYmz .iconfont-wrapper:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.cid-uMkBXsHYmz .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uMkBXsHYmz .navbar-nav {
    margin: 0;
  }
}
.cid-uMkBXsHYmz .dropdown-menu,
.cid-uMkBXsHYmz .navbar.opened {
  background-color: false !important;
}
.cid-uMkBXsHYmz .nav-item:focus,
.cid-uMkBXsHYmz .nav-link:focus {
  outline: none;
}
.cid-uMkBXsHYmz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMkBXsHYmz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMkBXsHYmz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMkBXsHYmz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMkBXsHYmz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMkBXsHYmz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMkBXsHYmz .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uMkBXsHYmz .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uMkBXsHYmz .navbar.opened {
  transition: all 0.3s;
}
.cid-uMkBXsHYmz .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uMkBXsHYmz .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uMkBXsHYmz .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uMkBXsHYmz .navbar.collapsed {
  justify-content: center;
}
.cid-uMkBXsHYmz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMkBXsHYmz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uMkBXsHYmz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMkBXsHYmz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMkBXsHYmz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMkBXsHYmz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uMkBXsHYmz .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMkBXsHYmz .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uMkBXsHYmz .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uMkBXsHYmz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMkBXsHYmz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMkBXsHYmz .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uMkBXsHYmz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMkBXsHYmz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uMkBXsHYmz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMkBXsHYmz .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uMkBXsHYmz .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uMkBXsHYmz .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uMkBXsHYmz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uMkBXsHYmz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMkBXsHYmz .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uMkBXsHYmz .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMkBXsHYmz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMkBXsHYmz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMkBXsHYmz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMkBXsHYmz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uMkBXsHYmz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMkBXsHYmz .dropdown-item.active,
.cid-uMkBXsHYmz .dropdown-item:active {
  background-color: transparent;
}
.cid-uMkBXsHYmz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-uMkBXsHYmz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMkBXsHYmz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMkBXsHYmz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMkBXsHYmz ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uMkBXsHYmz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMkBXsHYmz button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fee3d9;
  background: #63cfbf;
}
.cid-uMkBXsHYmz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uMkBXsHYmz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMkBXsHYmz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMkBXsHYmz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMkBXsHYmz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMkBXsHYmz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMkBXsHYmz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMkBXsHYmz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMkBXsHYmz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMkBXsHYmz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uMkBXsHYmz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMkBXsHYmz .navbar {
    height: 70px;
  }
  .cid-uMkBXsHYmz .navbar.opened {
    height: auto;
  }
  .cid-uMkBXsHYmz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMkBXsHYmz .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uMkBXsHYmz .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.cid-uMkBXsHYmz .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uMkBXsHYmz .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uMkBXsHYmz .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-uMkBXsHYmz .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uMkBXsHYmz .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uMkBXsHYmz .text_widget {
  margin-bottom: 32px;
}
.cid-uMkBXsHYmz .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uMkBXsHYmz .text_widget a:hover,
.cid-uMkBXsHYmz .text_widget a:focus {
  opacity: .8;
}
.cid-uMkBXsHYmz .mbr-section-subtitle {
  color: #1D1D1F;
  text-align: center;
}
.cid-uMkBXsHYmz .navbar-caption {
  color: #000000;
}
.cid-uMkBXsHYmz .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uMkBXsHYmz .mbr-section-subtitle,
.cid-uMkBXsHYmz .text_widget,
.cid-uMkBXsHYmz .mbr-section-btn {
  text-align: center;
}
.cid-uMkBXsHYmz a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uMkBXt4hPG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff3ef;
}
.cid-uMkBXt4hPG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMkBXt4hPG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMkBXt4hPG .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uMkBXt4hPG .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uMkBXt4hPG .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uMkBXt4hPG .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uMkBXt4hPG .container {
    padding: 0 16px;
  }
}
.cid-uMkBXt4hPG .row {
  padding: 60px 44px;
  background-color: #fee3d9;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-uMkBXt4hPG .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uMkBXt4hPG .row {
    padding: 25px 9px;
  }
}
.cid-uMkBXt4hPG .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMkBXt4hPG .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMkBXt4hPG .content-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uMkBXt4hPG .content-wrapper {
    height: auto;
    margin-bottom: 32px;
  }
}
.cid-uMkBXt4hPG .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uMkBXt4hPG .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uMkBXt4hPG .image-wrapper img {
    height: 350px;
  }
}
.cid-uMkBXt4hPG .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uMkBXt4hPG .mbr-text {
  color: #000000;
}
.cid-uMkBXt4hPG .mbr-name {
  color: #000000;
}
.cid-uMkBXteH14 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #dbb1a2;
}
.cid-uMkBXteH14 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMkBXteH14 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMkBXteH14 .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uMkBXteH14 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uMkBXteH14 .container {
    padding: 0 20px;
  }
}
.cid-uMkBXteH14 .content-wrapper .mbr-section-title {
  padding: 60px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMkBXteH14 .content-wrapper .mbr-section-title {
    padding: 46px 0;
  }
}
.cid-uMkBXteH14 .content-wrapper .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  width: 100%;
}
.cid-uMkBXteH14 .content-wrapper .items-wrapper .item {
  padding: 20px 24px;
  border-radius: 20px !important;
  background-color: #fee3d9;
  flex-grow: 1;
  width: 260px;
}
@media (max-width: 992px) {
  .cid-uMkBXteH14 .content-wrapper .items-wrapper .item {
    padding: 20px;
  }
}
.cid-uMkBXteH14 .content-wrapper .items-wrapper .item .item-wrapper {
  height: 100%;
}
.cid-uMkBXteH14 .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uMkBXteH14 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 40px;
}
.cid-uMkBXteH14 .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #000000;
  display: inline-flex;
}
.cid-uMkBXteH14 .mbr-section-title {
  color: #000000;
}
.cid-uMkBXteH14 .card-number {
  color: #000000;
}
.cid-uMkBXteH14 .card-title {
  color: #000000;
}
.cid-uMkBXteH14 .mbr-section-title,
.cid-uMkBXteH14 .mbr-section-btn {
  text-align: center;
}
.cid-uMkC9H2LEZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uMkC9H2LEZ .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uMkBWF5S6U {
  background-color: transparent;
}
.cid-uMkBWF5S6U .navbar-dropdown {
  background-color: #fee3d9 !important;
  padding: 0;
}
.cid-uMkBWF5S6U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fee3d9 !important;
  background: #fee3d9;
}
.cid-uMkBWF5S6U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMkBWF5S6U .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uMkBWF5S6U .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uMkBWF5S6U .menu_box .navbar.opened,
  .cid-uMkBWF5S6U .menu_box .navbar-collapse {
    background-color: #fee3d9 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uMkBWF5S6U .navbar-dropdown {
  position: relative !important;
}
.cid-uMkBWF5S6U .icons-menu-main {
  display: flex;
  min-width: auto;
}
@media (max-width: 991px) {
  .cid-uMkBWF5S6U .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMkBWF5S6U .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uMkBWF5S6U .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uMkBWF5S6U .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uMkBWF5S6U .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #faf5e8;
  }
  .cid-uMkBWF5S6U .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uMkBWF5S6U .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uMkBWF5S6U .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uMkBWF5S6U .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uMkBWF5S6U .offcanvas-body .mbr-text,
  .cid-uMkBWF5S6U .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uMkBWF5S6U .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uMkBWF5S6U .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uMkBWF5S6U .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uMkBWF5S6U .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uMkBWF5S6U .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uMkBWF5S6U .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uMkBWF5S6U .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uMkBWF5S6U ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uMkBWF5S6U .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMkBWF5S6U .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uMkBWF5S6U .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uMkBWF5S6U li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uMkBWF5S6U .lg_brand {
    margin: 0 1rem;
  }
  .cid-uMkBWF5S6U .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uMkBWF5S6U .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uMkBWF5S6U .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uMkBWF5S6U .nav-item {
    margin: 0 !important;
  }
}
.cid-uMkBWF5S6U .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
}
.cid-uMkBWF5S6U .nav-item .nav-link:hover,
.cid-uMkBWF5S6U .nav-item .nav-link:focus {
  background-color: #faf5e8 !important;
}
.cid-uMkBWF5S6U .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uMkBWF5S6U .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uMkBWF5S6U .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uMkBWF5S6U .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMkBWF5S6U .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uMkBWF5S6U .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uMkBWF5S6U .offcanvas_box {
    display: none;
  }
}
.cid-uMkBWF5S6U .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uMkBWF5S6U .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uMkBWF5S6U .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uMkBWF5S6U .container {
  display: flex;
  margin: auto;
}
.cid-uMkBWF5S6U .iconfont-wrapper {
  margin-right: 10px;
  margin-bottom: 5px;
  position: relative;
  width: 32px;
  height: 32px;
  min-width: 32px;
}
.cid-uMkBWF5S6U .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uMkBWF5S6U .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  min-width: 32px;
  border-radius: 100%;
  background-color: #63cfbf;
  border: 1px solid #000000;
  transform: translate(-3px, -3px);
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
}
.cid-uMkBWF5S6U .iconfont-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  border: 1px solid #000000;
  pointer-events: none;
}
.cid-uMkBWF5S6U .iconfont-wrapper:hover .mbr-iconfont,
.cid-uMkBWF5S6U .iconfont-wrapper:focus .mbr-iconfont {
  transform: translate(0);
}
.cid-uMkBWF5S6U .iconfont-wrapper:hover::before,
.cid-uMkBWF5S6U .iconfont-wrapper:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.cid-uMkBWF5S6U .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uMkBWF5S6U .navbar-nav {
    margin: 0;
  }
}
.cid-uMkBWF5S6U .dropdown-menu,
.cid-uMkBWF5S6U .navbar.opened {
  background-color: false !important;
}
.cid-uMkBWF5S6U .nav-item:focus,
.cid-uMkBWF5S6U .nav-link:focus {
  outline: none;
}
.cid-uMkBWF5S6U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMkBWF5S6U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMkBWF5S6U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMkBWF5S6U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMkBWF5S6U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMkBWF5S6U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMkBWF5S6U .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uMkBWF5S6U .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uMkBWF5S6U .navbar.opened {
  transition: all 0.3s;
}
.cid-uMkBWF5S6U .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uMkBWF5S6U .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uMkBWF5S6U .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uMkBWF5S6U .navbar.collapsed {
  justify-content: center;
}
.cid-uMkBWF5S6U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMkBWF5S6U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uMkBWF5S6U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMkBWF5S6U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMkBWF5S6U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMkBWF5S6U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uMkBWF5S6U .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMkBWF5S6U .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uMkBWF5S6U .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uMkBWF5S6U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMkBWF5S6U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMkBWF5S6U .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uMkBWF5S6U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMkBWF5S6U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uMkBWF5S6U .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMkBWF5S6U .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uMkBWF5S6U .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uMkBWF5S6U .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uMkBWF5S6U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uMkBWF5S6U .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMkBWF5S6U .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uMkBWF5S6U .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMkBWF5S6U .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMkBWF5S6U .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMkBWF5S6U .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMkBWF5S6U .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uMkBWF5S6U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMkBWF5S6U .dropdown-item.active,
.cid-uMkBWF5S6U .dropdown-item:active {
  background-color: transparent;
}
.cid-uMkBWF5S6U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-uMkBWF5S6U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMkBWF5S6U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMkBWF5S6U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMkBWF5S6U ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uMkBWF5S6U .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMkBWF5S6U button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fee3d9;
  background: #63cfbf;
}
.cid-uMkBWF5S6U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uMkBWF5S6U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMkBWF5S6U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMkBWF5S6U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMkBWF5S6U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMkBWF5S6U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMkBWF5S6U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMkBWF5S6U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMkBWF5S6U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMkBWF5S6U a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uMkBWF5S6U .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMkBWF5S6U .navbar {
    height: 70px;
  }
  .cid-uMkBWF5S6U .navbar.opened {
    height: auto;
  }
  .cid-uMkBWF5S6U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMkBWF5S6U .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uMkBWF5S6U .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.cid-uMkBWF5S6U .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uMkBWF5S6U .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uMkBWF5S6U .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-uMkBWF5S6U .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uMkBWF5S6U .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uMkBWF5S6U .text_widget {
  margin-bottom: 32px;
}
.cid-uMkBWF5S6U .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uMkBWF5S6U .text_widget a:hover,
.cid-uMkBWF5S6U .text_widget a:focus {
  opacity: .8;
}
.cid-uMkBWF5S6U .mbr-section-subtitle {
  color: #1D1D1F;
  text-align: center;
}
.cid-uMkBWF5S6U .navbar-caption {
  color: #000000;
}
.cid-uMkBWF5S6U .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uMkBWF5S6U .mbr-section-subtitle,
.cid-uMkBWF5S6U .text_widget,
.cid-uMkBWF5S6U .mbr-section-btn {
  text-align: center;
}
.cid-uMkBWF5S6U a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uMkBWFy4nu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff3ef;
}
.cid-uMkBWFy4nu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMkBWFy4nu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMkBWFy4nu .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uMkBWFy4nu .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uMkBWFy4nu .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uMkBWFy4nu .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uMkBWFy4nu .container {
    padding: 0 16px;
  }
}
.cid-uMkBWFy4nu .row {
  padding: 60px 44px;
  background-color: #fee3d9;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-uMkBWFy4nu .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uMkBWFy4nu .row {
    padding: 25px 9px;
  }
}
.cid-uMkBWFy4nu .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMkBWFy4nu .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMkBWFy4nu .content-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uMkBWFy4nu .content-wrapper {
    height: auto;
    margin-bottom: 32px;
  }
}
.cid-uMkBWFy4nu .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uMkBWFy4nu .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uMkBWFy4nu .image-wrapper img {
    height: 350px;
  }
}
.cid-uMkBWFy4nu .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uMkBWFy4nu .mbr-text {
  color: #000000;
}
.cid-uMkBWFy4nu .mbr-name {
  color: #000000;
}
.cid-uMkBWFJ5ik {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #dbb1a2;
}
.cid-uMkBWFJ5ik .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMkBWFJ5ik .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMkBWFJ5ik .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uMkBWFJ5ik .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uMkBWFJ5ik .container {
    padding: 0 20px;
  }
}
.cid-uMkBWFJ5ik .content-wrapper .mbr-section-title {
  padding: 60px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMkBWFJ5ik .content-wrapper .mbr-section-title {
    padding: 46px 0;
  }
}
.cid-uMkBWFJ5ik .content-wrapper .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  width: 100%;
}
.cid-uMkBWFJ5ik .content-wrapper .items-wrapper .item {
  padding: 20px 24px;
  border-radius: 20px !important;
  background-color: #fee3d9;
  flex-grow: 1;
  width: 260px;
}
@media (max-width: 992px) {
  .cid-uMkBWFJ5ik .content-wrapper .items-wrapper .item {
    padding: 20px;
  }
}
.cid-uMkBWFJ5ik .content-wrapper .items-wrapper .item .item-wrapper {
  height: 100%;
}
.cid-uMkBWFJ5ik .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uMkBWFJ5ik .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 40px;
}
.cid-uMkBWFJ5ik .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #000000;
  display: inline-flex;
}
.cid-uMkBWFJ5ik .mbr-section-title {
  color: #000000;
}
.cid-uMkBWFJ5ik .card-number {
  color: #000000;
}
.cid-uMkBWFJ5ik .card-title {
  color: #000000;
}
.cid-uMkBWFJ5ik .mbr-section-title,
.cid-uMkBWFJ5ik .mbr-section-btn {
  text-align: center;
}
.cid-uMkC9H2LEZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uMkC9H2LEZ .media-container-row .mbr-text {
  color: #ffffff;
}
