body {
  font-family: Gloock;
}
.display-1 {
  font-family: 'Gloock', serif;
  font-size: 4rem;
  line-height: 1.5;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Gloock', serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 24px;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Gloock', serif;
  font-size: 1.875rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.34375rem;
}
.display-7 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- 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: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((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.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 30px;
}
.bg-primary {
  background-color: #f60677 !important;
}
.bg-success {
  background-color: #f2c4b3 !important;
}
.bg-info {
  background-color: #a1e5cf !important;
}
.bg-warning {
  background-color: #ffb99b !important;
}
.bg-danger {
  background-color: #3704f8 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f60677 !important;
  border-color: #f60677 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #a1044e !important;
  border-color: #a1044e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a1044e !important;
  border-color: #a1044e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f1f4e9 !important;
  border-color: #f1f4e9 !important;
  color: #80944a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #4e5a2d !important;
  background-color: #ccd7af !important;
  border-color: #ccd7af !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #80944a !important;
  background-color: #ccd7af !important;
  border-color: #ccd7af !important;
}
.btn-info,
.btn-info:active {
  background-color: #a1e5cf !important;
  border-color: #a1e5cf !important;
  color: #1d6a51 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #5dd2ac !important;
  border-color: #5dd2ac !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #1d6a51 !important;
  background-color: #5dd2ac !important;
  border-color: #5dd2ac !important;
}
.btn-success,
.btn-success:active {
  background-color: #f2c4b3 !important;
  border-color: #f2c4b3 !important;
  color: #8e3818 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #e58b69 !important;
  border-color: #e58b69 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #8e3818 !important;
  background-color: #e58b69 !important;
  border-color: #e58b69 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffb99b !important;
  border-color: #ffb99b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ff7c44 !important;
  border-color: #ff7c44 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff7c44 !important;
  border-color: #ff7c44 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #3704f8 !important;
  border-color: #3704f8 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #2403a3 !important;
  border-color: #2403a3 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #2403a3 !important;
  border-color: #2403a3 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f60677;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a1044e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f60677 !important;
  border-color: #f60677 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f1f4e9;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ccd7af !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #80944a !important;
  background-color: #f1f4e9 !important;
  border-color: #f1f4e9 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #a1e5cf;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #5dd2ac !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #1d6a51 !important;
  background-color: #a1e5cf !important;
  border-color: #a1e5cf !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f2c4b3;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #e58b69 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #8e3818 !important;
  background-color: #f2c4b3 !important;
  border-color: #f2c4b3 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffb99b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff7c44 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffb99b !important;
  border-color: #ffb99b !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #3704f8;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #2403a3 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #3704f8 !important;
  border-color: #3704f8 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #f60677 !important;
}
.text-secondary {
  color: #f1f4e9 !important;
}
.text-success {
  color: #f2c4b3 !important;
}
.text-info {
  color: #a1e5cf !important;
}
.text-warning {
  color: #ffb99b !important;
}
.text-danger {
  color: #3704f8 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #920447 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c6d2a5 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #e3805c !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #51cfa6 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ff7235 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #210294 !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: #f60677;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #a1e5cf;
}
.alert-warning {
  background-color: #ffb99b;
}
.alert-danger {
  background-color: #3704f8;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f60677;
  border-color: #f60677;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f60677;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fecae3;
}
.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: #d5cafe;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 24px;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #f60677 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 24px;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #f60677;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f60677;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f60677;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f60677;
  border-bottom-color: #f60677;
}
.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: #f60677 !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: #f1f4e9 !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='%23f60677' %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 {
  box-shadow: none;
  border: 1px solid #f60677 !important;
  padding: 13px 58px;
  font-weight: 800 !important;
  min-height: 60px;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 10px 13.5px;
  }
}
.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;
  border: 1px solid #f60677 !important;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  color: #f60677 !important;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black {
  color: #f1f4e9 !important;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  padding: 0;
  text-decoration: underline;
  border: none !important;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus {
  border: none !important;
}
.cid-uQCDE7eDmw .navbar-dropdown {
  background-color: #f2c4b3 !important;
  padding: 0;
}
.cid-uQCDE7eDmw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f2c4b3 !important;
  background: #f2c4b3;
}
.cid-uQCDE7eDmw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQCDE7eDmw .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uQCDE7eDmw .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uQCDE7eDmw .menu_box .navbar.opened,
  .cid-uQCDE7eDmw .menu_box .navbar-collapse {
    background-color: #f2c4b3 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uQCDE7eDmw .navbar-dropdown {
  position: relative !important;
}
.cid-uQCDE7eDmw .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uQCDE7eDmw .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQCDE7eDmw .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uQCDE7eDmw .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uQCDE7eDmw .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uQCDE7eDmw .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #f1f4e9;
  }
  .cid-uQCDE7eDmw .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uQCDE7eDmw .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uQCDE7eDmw .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uQCDE7eDmw .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uQCDE7eDmw .offcanvas-body .mbr-text,
  .cid-uQCDE7eDmw .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uQCDE7eDmw .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uQCDE7eDmw .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uQCDE7eDmw .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #212529;
  }
  .cid-uQCDE7eDmw .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uQCDE7eDmw .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uQCDE7eDmw .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uQCDE7eDmw .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uQCDE7eDmw ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uQCDE7eDmw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uQCDE7eDmw .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-uQCDE7eDmw .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uQCDE7eDmw li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uQCDE7eDmw .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uQCDE7eDmw .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uQCDE7eDmw .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQCDE7eDmw .nav-item {
    margin: 0 !important;
  }
}
.cid-uQCDE7eDmw .nav-item .nav-link {
  position: relative;
}
.cid-uQCDE7eDmw .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #f60677;
  transition: all 0.3s ease-out;
}
.cid-uQCDE7eDmw .nav-item .nav-link:hover,
.cid-uQCDE7eDmw .nav-item .nav-link:focus {
  opacity: 1;
  color: #f60677 !important;
  font-weight: 800 !important;
}
.cid-uQCDE7eDmw .nav-item .nav-link:hover::before,
.cid-uQCDE7eDmw .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uQCDE7eDmw .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uQCDE7eDmw .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uQCDE7eDmw .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uQCDE7eDmw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uQCDE7eDmw .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-uQCDE7eDmw .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uQCDE7eDmw .offcanvas_box {
    display: none;
  }
}
.cid-uQCDE7eDmw .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uQCDE7eDmw .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uQCDE7eDmw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uQCDE7eDmw .container {
  display: flex;
  margin: auto;
}
.cid-uQCDE7eDmw .iconfont-wrapper {
  color: #212529;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uQCDE7eDmw .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uQCDE7eDmw .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uQCDE7eDmw .navbar-caption {
  color: #212529;
}
.cid-uQCDE7eDmw .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uQCDE7eDmw .navbar-nav {
    margin: 0;
  }
}
.cid-uQCDE7eDmw .dropdown-menu,
.cid-uQCDE7eDmw .navbar.opened {
  background-color: false !important;
}
.cid-uQCDE7eDmw .nav-item:focus,
.cid-uQCDE7eDmw .nav-link:focus {
  outline: none;
}
.cid-uQCDE7eDmw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQCDE7eDmw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQCDE7eDmw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQCDE7eDmw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQCDE7eDmw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQCDE7eDmw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQCDE7eDmw .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uQCDE7eDmw .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uQCDE7eDmw .navbar.opened {
  transition: all 0.3s;
}
.cid-uQCDE7eDmw .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uQCDE7eDmw .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 5px;
}
.cid-uQCDE7eDmw .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uQCDE7eDmw .navbar.collapsed {
  justify-content: center;
}
.cid-uQCDE7eDmw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQCDE7eDmw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQCDE7eDmw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQCDE7eDmw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQCDE7eDmw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQCDE7eDmw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uQCDE7eDmw .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uQCDE7eDmw .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uQCDE7eDmw .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uQCDE7eDmw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQCDE7eDmw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQCDE7eDmw .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uQCDE7eDmw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQCDE7eDmw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uQCDE7eDmw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQCDE7eDmw .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uQCDE7eDmw .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uQCDE7eDmw .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uQCDE7eDmw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uQCDE7eDmw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQCDE7eDmw .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uQCDE7eDmw .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQCDE7eDmw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQCDE7eDmw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQCDE7eDmw .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-uQCDE7eDmw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uQCDE7eDmw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQCDE7eDmw .dropdown-item.active,
.cid-uQCDE7eDmw .dropdown-item:active {
  background-color: transparent;
}
.cid-uQCDE7eDmw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQCDE7eDmw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQCDE7eDmw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQCDE7eDmw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQCDE7eDmw ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uQCDE7eDmw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQCDE7eDmw button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f2c4b3;
  background: #f1f4e9;
}
.cid-uQCDE7eDmw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #212529;
}
.cid-uQCDE7eDmw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQCDE7eDmw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQCDE7eDmw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQCDE7eDmw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQCDE7eDmw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQCDE7eDmw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQCDE7eDmw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQCDE7eDmw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQCDE7eDmw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uQCDE7eDmw .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-uQCDE7eDmw .navbar {
    height: 70px;
  }
  .cid-uQCDE7eDmw .navbar.opened {
    height: auto;
  }
  .cid-uQCDE7eDmw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQCDE7eDmw .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uQCDE7eDmw .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uQCDE7eDmw .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uQCDE7eDmw .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-uQCDE7eDmw .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-uQCDE7eDmw .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-uQCDE7eDmw .navbar-caption:hover {
  color: #f60677;
}
@media (min-width: 992px) {
  .cid-uQCDE7eDmw .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
@media (min-width: 992px) {
  .cid-uQCDE7eDmw .nav-dropdown {
    margin: 0 auto;
  }
}
.cid-uQCDE7eDmw .text_widget {
  margin-bottom: 32px;
}
.cid-uQCDE7eDmw .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uQCDE7eDmw .text_widget a:hover {
  color: #f60677 !important;
}
.cid-uQCDE7eDmw .mbr-section-subtitle {
  color: #212529;
  text-align: center;
}
.cid-uQCDE7eDmw .mbr-text {
  color: #212529;
  text-align: center;
}
.cid-uQCDE7eDmw .mbr-section-subtitle,
.cid-uQCDE7eDmw .text_widget,
.cid-uQCDE7eDmw .mbr-section-btn {
  text-align: center;
}
.cid-uQCDE7eDmw a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uQkkbTi8Uy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQkkbTi8Uy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQkkbTi8Uy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uQkkbTi8Uy .container {
    padding: 0 30px;
  }
}
.cid-uQkkbTi8Uy .image-wrapper {
  margin-right: 120px;
  margin-right: 0;
  margin-left: 120px;
}
@media (max-width: 992px) {
  .cid-uQkkbTi8Uy .image-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uQkkbTi8Uy .image-wrapper {
    margin: 0;
    height: auto;
  }
}
.cid-uQkkbTi8Uy .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uQkkbTi8Uy .image-wrapper img {
    height: 300px;
  }
}
.cid-uQkkbTi8Uy .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQkkbTi8Uy .title-wrapper {
    height: auto;
  }
}
.cid-uQkkbTi8Uy .title-wrapper .title-wrap .subtitle-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.cid-uQkkbTi8Uy .title-wrapper .title-wrap .subtitle-wrap .mbr-section-subtitle {
  margin-bottom: 0;
  width: 100%;
}
.cid-uQkkbTi8Uy .title-wrapper .title-wrap .subtitle-wrap .icon-wrap .mbr-iconfont {
  font-size: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #f1f4e9;
  background-color: #a1e5cf;
  border-radius: 100%;
}
.cid-uQkkbTi8Uy .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uQkkbTi8Uy .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uQkkbTi8Uy .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uQkkbTi8Uy .title-wrapper .title-wrap .mbr-section-btn {
  margin: 40px 30px;
}
@media (max-width: 992px) {
  .cid-uQkkbTi8Uy .title-wrapper .title-wrap .mbr-section-btn {
    margin: 40px -0.6rem;
  }
}
.cid-uQkkbTi8Uy .mbr-section-subtitle {
  color: #000000;
}
.cid-uQkkbTi8Uy .mbr-section-title {
  color: #212529;
}
.cid-uQkkbTi8Uy .mbr-text {
  color: #212529;
}
.cid-uQkkbTi8Uy .mbr-section-title,
.cid-uQkkbTi8Uy .mbr-section-btn,
.cid-uQkkbTi8Uy .icon-wrap {
  color: #000000;
}
.cid-uQCt0e12j7 {
  padding-top: 9rem;
  padding-bottom: 7rem;
  background-color: #f2c4b3;
}
.cid-uQCt0e12j7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQCt0e12j7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uQCt0e12j7 .container {
    padding: 0 30px;
  }
}
.cid-uQCt0e12j7 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uQCt0e12j7 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQCt0e12j7 .mbr-section-title {
  color: #000000;
}
.cid-uQCt0e12j7 .mbr-text {
  color: #000000;
}
.cid-tE2CccheRc {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-tE2CccheRc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tE2CccheRc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tE2CccheRc .container {
    padding: 0 30px;
  }
}
.cid-tE2CccheRc .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-tE2CccheRc .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 50px;
  border-bottom: 1px solid #212529;
  padding-bottom: 50px;
}
.cid-tE2CccheRc .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tE2CccheRc .content-wrapper .content-wrap .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tE2CccheRc .content-wrapper .content-wrap .text-wrapper {
  margin-bottom: 50px;
}
.cid-tE2CccheRc .content-wrapper .content-wrap .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-tE2CccheRc .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tE2CccheRc .embla__slide {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-tE2CccheRc .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tE2CccheRc .embla__slide .card-wrap {
  width: 100%;
  padding: 0 30px;
}
@media (max-width: 992px) {
  .cid-tE2CccheRc .embla__slide .card-wrap {
    padding: 0;
  }
}
.cid-tE2CccheRc .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 560px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tE2CccheRc .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-tE2CccheRc .embla__button--next,
.cid-tE2CccheRc .embla__button--prev {
  display: flex;
}
.cid-tE2CccheRc .embla__button {
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -1.5rem;
  font-size: 12px;
  background-color: #a3a3a3;
  color: #b3efdc;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .75;
}
.cid-tE2CccheRc .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tE2CccheRc .embla__button:hover {
  background: #a3a3a3;
  color: #b3efdc;
  opacity: 1;
}
.cid-tE2CccheRc .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-tE2CccheRc .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
.cid-tE2CccheRc .slider-wrapper {
  padding-left: 30px;
}
@media (max-width: 992px) {
  .cid-tE2CccheRc .slider-wrapper {
    padding: 0;
  }
}
.cid-tE2CccheRc .embla {
  position: relative;
  width: 100%;
}
.cid-tE2CccheRc .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tE2CccheRc .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tE2CccheRc .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tE2CccheRc .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tE2CccheRc .list-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 0 30px;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tE2CccheRc .list-wrapper {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-tE2CccheRc .list-wrapper {
    display: block;
  }
}
.cid-tE2CccheRc .list-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-tE2CccheRc .list-wrapper .list-wrap .list_1 {
  padding-left: 40px;
  margin-bottom: 50px;
  list-style-position: inside;
}
.cid-tE2CccheRc .list-wrapper .list-wrap .list_1 .item-wrap {
  margin-bottom: 10px;
}
.cid-tE2CccheRc .list-wrapper .list-wrap .list_2 {
  padding-left: 0;
  margin-bottom: 50px;
  list-style-type: none;
}
.cid-tE2CccheRc .list-wrapper .list-wrap .list_2 .item-wrap {
  margin-bottom: 10px;
}
.cid-tE2CccheRc .mbr-section-btn {
  padding: 0 30px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tE2CccheRc .mbr-section-btn {
    padding: 0;
  }
}
.cid-tE2CccheRc .mbr-section-title {
  color: #000000;
}
.cid-tE2CccheRc .mbr-desc {
  color: #212529;
}
.cid-tE2CccheRc .mbr-section-subtitle {
  color: #000000;
}
.cid-tE2CccheRc .mbr-text {
  color: #212529;
}
.cid-tE2CccheRc .mbr-list-title {
  color: #212529;
}
.cid-tE2CccheRc .list_1 {
  color: #212529;
}
.cid-tE2CccheRc .list_2 {
  color: #212529;
}
.cid-uQksrB7pSm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2c4b3;
  display: flex;
  align-items: center;
}
.cid-uQksrB7pSm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQksrB7pSm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQksrB7pSm .row {
  justify-content: flex-start;
}
.cid-uQksrB7pSm .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uQksrB7pSm .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-tE2C6H7xgq {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #f2c4b3;
}
.cid-tE2C6H7xgq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tE2C6H7xgq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tE2C6H7xgq .container {
    padding: 0 30px;
  }
}
.cid-tE2C6H7xgq .row {
  justify-content: center;
}
.cid-tE2C6H7xgq .mbr-section-title {
  margin-bottom: 50px;
  color: #212529;
  text-align: center;
}
.cid-tE2C6H7xgq .item {
  margin-bottom: 50px;
}
.cid-tE2C6H7xgq .item a:hover .item-wrapper .item-img img,
.cid-tE2C6H7xgq .item a:focus .item-wrapper .item-img img {
  transform: scale(1);
}
.cid-tE2C6H7xgq .item a .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-tE2C6H7xgq .item a .item-wrapper .item-img img {
  height: 370px;
  object-fit: cover;
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}
.cid-tE2C6H7xgq .item a .item-wrapper .item-content .mbr-card-title {
  margin-bottom: 0;
}
.cid-tE2C6H7xgq .item a .item-wrapper .item-content .mbr-desc {
  margin-bottom: 0;
}
.cid-tE2C6H7xgq .border-wrap {
  background-color: #212529;
  height: 1px;
}
.cid-tE2C6H7xgq .mbr-card-title {
  color: #212529;
}
.cid-tE2C6H7xgq .mbr-desc {
  color: #212529;
}
.cid-uQCChYSHTy {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uQCChYSHTy .mbr-text {
  color: #000000;
}
.cid-uQCChYSHTy .mbr-section-subtitle {
  color: #000000;
}
.cid-uQCChYSHTy .mbr-section-title {
  color: #000000;
}
.cid-uQCCptM3cz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2c4b3;
}
.cid-uQCCptM3cz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQCCptM3cz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uQCCptM3cz .container {
    padding: 0 30px;
  }
}
.cid-uQCCptM3cz .image-wrapper {
  margin-right: 80px;
}
@media (max-width: 992px) {
  .cid-uQCCptM3cz .image-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-uQCCptM3cz .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQCCptM3cz .image-wrapper img {
    height: 300px;
  }
}
.cid-uQCCptM3cz .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-uQCCptM3cz .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uQCCptM3cz .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uQCCptM3cz .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 24px;
}
.cid-uQCCptM3cz .mbr-section-subtitle {
  color: #000000;
}
.cid-uQCCptM3cz .mbr-section-title {
  color: #212529;
}
.cid-uQCCptM3cz .mbr-text {
  color: #212529;
}
.cid-uQCCDSpw7Y {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQCCDSpw7Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQCCDSpw7Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uQCCDSpw7Y .container {
    padding: 0 30px;
  }
}
.cid-uQCCDSpw7Y .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uQCCDSpw7Y .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uQCCDSpw7Y .row.content {
  padding: 30px 0;
  border-top: 1px solid #030303;
  border-bottom: 1px solid #030303;
}
.cid-uQCCDSpw7Y .row.content .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQCCDSpw7Y .row.content .desc-wrapper {
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uQCCDSpw7Y .row.content .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-uQCCDSpw7Y .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uQCCDSpw7Y .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star {
  margin-bottom: 0;
  font-size: 18px;
  margin-left: 2px;
}
.cid-uQCCDSpw7Y .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star:first-child {
  margin-left: 0;
}
.cid-uQCCDSpw7Y .row.content .text-wrapper .mbr-text {
  margin-bottom: 18px;
}
.cid-uQCCDSpw7Y .row.content .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uQCCDSpw7Y .mbr-section-btn {
  margin-top: 30px;
}
.cid-uQCCDSpw7Y .mbr-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.cid-uQCCDSpw7Y .mbr-section-title {
  color: #f1f4e9;
}
.cid-uQCCDSpw7Y .mbr-desc {
  color: #f1f4e9;
}
.cid-uQCCDSpw7Y .mbr-text {
  color: #030303;
}
.cid-uQCCDSpw7Y .mbr-name {
  color: #f1f4e9;
}
.cid-uQCCDSpw7Y .mbr-section-title,
.cid-uQCCDSpw7Y .mbr-section-btn {
  text-align: center;
}
.cid-uQCCDSpw7Y .mbr-desc,
.cid-uQCCDSpw7Y .rating-wrapper {
  text-align: center;
  color: #030303;
}
.cid-uQCOtLW1dx {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #f2c4b3;
}
.cid-uQCOtLW1dx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQCOtLW1dx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uQCOtLW1dx .container {
    padding: 0 20px;
  }
}
.cid-uQCOtLW1dx .row {
  margin: 0;
}
.cid-uQCOtLW1dx .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uQCOtLW1dx .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uQCOtLW1dx .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uQCOtLW1dx .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uQCOtLW1dx .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uQCOtLW1dx .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uQCOtLW1dx .mbr-section-title {
  color: #000000;
}
.cid-uQCGW6N3KL {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uQCGW6N3KL .card-box {
  max-width: 505px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uQCGW6N3KL .card-box {
    max-width: 100%;
    margin-bottom: 70px;
  }
}
.cid-uQCGW6N3KL .card-title {
  color: #000000;
}
.cid-uQCGW6N3KL .mbr-text {
  color: #45494E;
  margin-top: 32px;
}
@media (max-width: 991px) {
  .cid-uQCGW6N3KL .mbr-text {
    margin-top: 24px;
  }
}
.cid-uQCGW6N3KL .mbr-section-btn {
  margin-top: 30px;
}
.cid-uQCGW6N3KL .map-wrap {
  position: relative;
  padding-bottom: 110%;
  width: 100%;
}
.cid-uQCGW6N3KL .map-position-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-uQCGW6N3KL .google-map {
  height: 100%;
  width: 100%;
  position: relative;
}
.cid-uQCGW6N3KL .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uQCGW6N3KL .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uQCGW6N3KL .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uQCGW6N3KL .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uQCGW6N3KL .mbr-text,
.cid-uQCGW6N3KL .mbr-section-btn {
  color: #000000;
}
.cid-uQCGB6Swga {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uQCGB6Swga .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQCGB6Swga .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQCGB6Swga .row {
  justify-content: center;
}
.cid-uQCGB6Swga .card {
  justify-content: center;
}
.cid-uQCGB6Swga .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uQCGB6Swga .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uQCGB6Swga .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uQCGB6Swga .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uQCGB6Swga .nav-wrapper .list .item-wrap:hover,
.cid-uQCGB6Swga .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uQCGB6Swga .list,
.cid-uQCGB6Swga .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uQCHa1GXDG .navbar-dropdown {
  background-color: #f2c4b3 !important;
  padding: 0;
}
.cid-uQCHa1GXDG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f2c4b3 !important;
  background: #f2c4b3;
}
.cid-uQCHa1GXDG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQCHa1GXDG .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uQCHa1GXDG .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uQCHa1GXDG .menu_box .navbar.opened,
  .cid-uQCHa1GXDG .menu_box .navbar-collapse {
    background-color: #f2c4b3 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uQCHa1GXDG .navbar-dropdown {
  position: relative !important;
}
.cid-uQCHa1GXDG .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uQCHa1GXDG .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQCHa1GXDG .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uQCHa1GXDG .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uQCHa1GXDG .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uQCHa1GXDG .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #f1f4e9;
  }
  .cid-uQCHa1GXDG .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uQCHa1GXDG .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uQCHa1GXDG .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uQCHa1GXDG .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uQCHa1GXDG .offcanvas-body .mbr-text,
  .cid-uQCHa1GXDG .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uQCHa1GXDG .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uQCHa1GXDG .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uQCHa1GXDG .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #212529;
  }
  .cid-uQCHa1GXDG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uQCHa1GXDG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uQCHa1GXDG .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uQCHa1GXDG .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uQCHa1GXDG ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uQCHa1GXDG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uQCHa1GXDG .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-uQCHa1GXDG .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uQCHa1GXDG li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uQCHa1GXDG .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uQCHa1GXDG .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uQCHa1GXDG .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQCHa1GXDG .nav-item {
    margin: 0 !important;
  }
}
.cid-uQCHa1GXDG .nav-item .nav-link {
  position: relative;
}
.cid-uQCHa1GXDG .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #f60677;
  transition: all 0.3s ease-out;
}
.cid-uQCHa1GXDG .nav-item .nav-link:hover,
.cid-uQCHa1GXDG .nav-item .nav-link:focus {
  opacity: 1;
  color: #f60677 !important;
  font-weight: 800 !important;
}
.cid-uQCHa1GXDG .nav-item .nav-link:hover::before,
.cid-uQCHa1GXDG .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uQCHa1GXDG .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uQCHa1GXDG .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uQCHa1GXDG .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uQCHa1GXDG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uQCHa1GXDG .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-uQCHa1GXDG .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uQCHa1GXDG .offcanvas_box {
    display: none;
  }
}
.cid-uQCHa1GXDG .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uQCHa1GXDG .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uQCHa1GXDG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uQCHa1GXDG .container {
  display: flex;
  margin: auto;
}
.cid-uQCHa1GXDG .iconfont-wrapper {
  color: #212529;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uQCHa1GXDG .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uQCHa1GXDG .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uQCHa1GXDG .navbar-caption {
  color: #212529;
}
.cid-uQCHa1GXDG .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uQCHa1GXDG .navbar-nav {
    margin: 0;
  }
}
.cid-uQCHa1GXDG .dropdown-menu,
.cid-uQCHa1GXDG .navbar.opened {
  background-color: false !important;
}
.cid-uQCHa1GXDG .nav-item:focus,
.cid-uQCHa1GXDG .nav-link:focus {
  outline: none;
}
.cid-uQCHa1GXDG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQCHa1GXDG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQCHa1GXDG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQCHa1GXDG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQCHa1GXDG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQCHa1GXDG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQCHa1GXDG .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uQCHa1GXDG .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uQCHa1GXDG .navbar.opened {
  transition: all 0.3s;
}
.cid-uQCHa1GXDG .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uQCHa1GXDG .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 5px;
}
.cid-uQCHa1GXDG .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uQCHa1GXDG .navbar.collapsed {
  justify-content: center;
}
.cid-uQCHa1GXDG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQCHa1GXDG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQCHa1GXDG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQCHa1GXDG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQCHa1GXDG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQCHa1GXDG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uQCHa1GXDG .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uQCHa1GXDG .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uQCHa1GXDG .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uQCHa1GXDG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQCHa1GXDG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQCHa1GXDG .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uQCHa1GXDG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQCHa1GXDG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uQCHa1GXDG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQCHa1GXDG .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uQCHa1GXDG .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uQCHa1GXDG .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uQCHa1GXDG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uQCHa1GXDG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQCHa1GXDG .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uQCHa1GXDG .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQCHa1GXDG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQCHa1GXDG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQCHa1GXDG .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-uQCHa1GXDG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uQCHa1GXDG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQCHa1GXDG .dropdown-item.active,
.cid-uQCHa1GXDG .dropdown-item:active {
  background-color: transparent;
}
.cid-uQCHa1GXDG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQCHa1GXDG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQCHa1GXDG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQCHa1GXDG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQCHa1GXDG ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uQCHa1GXDG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQCHa1GXDG button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f2c4b3;
  background: #f1f4e9;
}
.cid-uQCHa1GXDG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #212529;
}
.cid-uQCHa1GXDG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQCHa1GXDG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQCHa1GXDG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQCHa1GXDG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQCHa1GXDG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQCHa1GXDG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQCHa1GXDG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQCHa1GXDG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQCHa1GXDG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uQCHa1GXDG .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-uQCHa1GXDG .navbar {
    height: 70px;
  }
  .cid-uQCHa1GXDG .navbar.opened {
    height: auto;
  }
  .cid-uQCHa1GXDG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQCHa1GXDG .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uQCHa1GXDG .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uQCHa1GXDG .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uQCHa1GXDG .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-uQCHa1GXDG .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-uQCHa1GXDG .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-uQCHa1GXDG .navbar-caption:hover {
  color: #f60677;
}
@media (min-width: 992px) {
  .cid-uQCHa1GXDG .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
@media (min-width: 992px) {
  .cid-uQCHa1GXDG .nav-dropdown {
    margin: 0 auto;
  }
}
.cid-uQCHa1GXDG .text_widget {
  margin-bottom: 32px;
}
.cid-uQCHa1GXDG .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uQCHa1GXDG .text_widget a:hover {
  color: #f60677 !important;
}
.cid-uQCHa1GXDG .mbr-section-subtitle {
  color: #212529;
  text-align: center;
}
.cid-uQCHa1GXDG .mbr-text {
  color: #212529;
  text-align: center;
}
.cid-uQCHa1GXDG .mbr-section-subtitle,
.cid-uQCHa1GXDG .text_widget,
.cid-uQCHa1GXDG .mbr-section-btn {
  text-align: center;
}
.cid-uQCHa1GXDG a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uQCHa3z9Zg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQCHa3z9Zg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQCHa3z9Zg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uQCHa3z9Zg .container {
    padding: 0 30px;
  }
}
.cid-uQCHa3z9Zg .image-wrapper {
  margin-right: 120px;
  margin-right: 0;
  margin-left: 120px;
}
@media (max-width: 992px) {
  .cid-uQCHa3z9Zg .image-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uQCHa3z9Zg .image-wrapper {
    margin: 0;
    height: auto;
  }
}
.cid-uQCHa3z9Zg .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uQCHa3z9Zg .image-wrapper img {
    height: 300px;
  }
}
.cid-uQCHa3z9Zg .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQCHa3z9Zg .title-wrapper {
    height: auto;
  }
}
.cid-uQCHa3z9Zg .title-wrapper .title-wrap .subtitle-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.cid-uQCHa3z9Zg .title-wrapper .title-wrap .subtitle-wrap .mbr-section-subtitle {
  margin-bottom: 0;
  width: 100%;
}
.cid-uQCHa3z9Zg .title-wrapper .title-wrap .subtitle-wrap .icon-wrap .mbr-iconfont {
  font-size: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #f1f4e9;
  background-color: #a1e5cf;
  border-radius: 100%;
}
.cid-uQCHa3z9Zg .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uQCHa3z9Zg .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uQCHa3z9Zg .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uQCHa3z9Zg .title-wrapper .title-wrap .mbr-section-btn {
  margin: 40px 30px;
}
@media (max-width: 992px) {
  .cid-uQCHa3z9Zg .title-wrapper .title-wrap .mbr-section-btn {
    margin: 40px -0.6rem;
  }
}
.cid-uQCHa3z9Zg .mbr-section-subtitle {
  color: #000000;
}
.cid-uQCHa3z9Zg .mbr-section-title {
  color: #212529;
}
.cid-uQCHa3z9Zg .mbr-text {
  color: #212529;
}
.cid-uQCHa3z9Zg .mbr-section-title,
.cid-uQCHa3z9Zg .mbr-section-btn,
.cid-uQCHa3z9Zg .icon-wrap {
  color: #000000;
}
.cid-uQCHa4Lth8 {
  padding-top: 9rem;
  padding-bottom: 7rem;
  background-color: #f2c4b3;
}
.cid-uQCHa4Lth8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQCHa4Lth8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uQCHa4Lth8 .container {
    padding: 0 30px;
  }
}
.cid-uQCHa4Lth8 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uQCHa4Lth8 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQCHa4Lth8 .mbr-section-title {
  color: #000000;
}
.cid-uQCHa4Lth8 .mbr-text {
  color: #000000;
}
.cid-uQCOFCGzcu {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uQCOFCGzcu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQCOFCGzcu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uQCOFCGzcu .container {
    padding: 0 20px;
  }
}
.cid-uQCOFCGzcu .row {
  margin: 0;
}
.cid-uQCOFCGzcu .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uQCOFCGzcu .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uQCOFCGzcu .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uQCOFCGzcu .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uQCOFCGzcu .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uQCOFCGzcu .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uQCOFCGzcu .mbr-section-title {
  color: #000000;
}
.cid-uQCHa5y9nY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uQCHa5y9nY .card-box {
  max-width: 505px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uQCHa5y9nY .card-box {
    max-width: 100%;
    margin-bottom: 70px;
  }
}
.cid-uQCHa5y9nY .card-title {
  color: #000000;
}
.cid-uQCHa5y9nY .mbr-text {
  color: #45494E;
  margin-top: 32px;
}
@media (max-width: 991px) {
  .cid-uQCHa5y9nY .mbr-text {
    margin-top: 24px;
  }
}
.cid-uQCHa5y9nY .mbr-section-btn {
  margin-top: 30px;
}
.cid-uQCHa5y9nY .map-wrap {
  position: relative;
  padding-bottom: 110%;
  width: 100%;
}
.cid-uQCHa5y9nY .map-position-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-uQCHa5y9nY .google-map {
  height: 100%;
  width: 100%;
  position: relative;
}
.cid-uQCHa5y9nY .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uQCHa5y9nY .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uQCHa5y9nY .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uQCHa5y9nY .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uQCHa5y9nY .mbr-text,
.cid-uQCHa5y9nY .mbr-section-btn {
  color: #000000;
}
.cid-uQCHa6Sg8x {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uQCHa6Sg8x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQCHa6Sg8x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQCHa6Sg8x .row {
  justify-content: center;
}
.cid-uQCHa6Sg8x .card {
  justify-content: center;
}
.cid-uQCHa6Sg8x .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uQCHa6Sg8x .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uQCHa6Sg8x .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uQCHa6Sg8x .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uQCHa6Sg8x .nav-wrapper .list .item-wrap:hover,
.cid-uQCHa6Sg8x .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uQCHa6Sg8x .list,
.cid-uQCHa6Sg8x .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uQCJWp6lYz .navbar-dropdown {
  background-color: #f2c4b3 !important;
  padding: 0;
}
.cid-uQCJWp6lYz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f2c4b3 !important;
  background: #f2c4b3;
}
.cid-uQCJWp6lYz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQCJWp6lYz .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uQCJWp6lYz .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uQCJWp6lYz .menu_box .navbar.opened,
  .cid-uQCJWp6lYz .menu_box .navbar-collapse {
    background-color: #f2c4b3 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uQCJWp6lYz .navbar-dropdown {
  position: relative !important;
}
.cid-uQCJWp6lYz .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uQCJWp6lYz .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQCJWp6lYz .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uQCJWp6lYz .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uQCJWp6lYz .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uQCJWp6lYz .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #f1f4e9;
  }
  .cid-uQCJWp6lYz .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uQCJWp6lYz .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uQCJWp6lYz .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uQCJWp6lYz .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uQCJWp6lYz .offcanvas-body .mbr-text,
  .cid-uQCJWp6lYz .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uQCJWp6lYz .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uQCJWp6lYz .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uQCJWp6lYz .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #212529;
  }
  .cid-uQCJWp6lYz .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uQCJWp6lYz .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uQCJWp6lYz .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uQCJWp6lYz .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uQCJWp6lYz ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uQCJWp6lYz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uQCJWp6lYz .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-uQCJWp6lYz .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uQCJWp6lYz li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uQCJWp6lYz .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uQCJWp6lYz .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uQCJWp6lYz .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQCJWp6lYz .nav-item {
    margin: 0 !important;
  }
}
.cid-uQCJWp6lYz .nav-item .nav-link {
  position: relative;
}
.cid-uQCJWp6lYz .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #f60677;
  transition: all 0.3s ease-out;
}
.cid-uQCJWp6lYz .nav-item .nav-link:hover,
.cid-uQCJWp6lYz .nav-item .nav-link:focus {
  opacity: 1;
  color: #f60677 !important;
  font-weight: 800 !important;
}
.cid-uQCJWp6lYz .nav-item .nav-link:hover::before,
.cid-uQCJWp6lYz .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uQCJWp6lYz .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uQCJWp6lYz .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uQCJWp6lYz .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uQCJWp6lYz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uQCJWp6lYz .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-uQCJWp6lYz .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uQCJWp6lYz .offcanvas_box {
    display: none;
  }
}
.cid-uQCJWp6lYz .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uQCJWp6lYz .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uQCJWp6lYz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uQCJWp6lYz .container {
  display: flex;
  margin: auto;
}
.cid-uQCJWp6lYz .iconfont-wrapper {
  color: #212529;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uQCJWp6lYz .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uQCJWp6lYz .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uQCJWp6lYz .navbar-caption {
  color: #212529;
}
.cid-uQCJWp6lYz .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uQCJWp6lYz .navbar-nav {
    margin: 0;
  }
}
.cid-uQCJWp6lYz .dropdown-menu,
.cid-uQCJWp6lYz .navbar.opened {
  background-color: false !important;
}
.cid-uQCJWp6lYz .nav-item:focus,
.cid-uQCJWp6lYz .nav-link:focus {
  outline: none;
}
.cid-uQCJWp6lYz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQCJWp6lYz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQCJWp6lYz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQCJWp6lYz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQCJWp6lYz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQCJWp6lYz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQCJWp6lYz .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uQCJWp6lYz .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uQCJWp6lYz .navbar.opened {
  transition: all 0.3s;
}
.cid-uQCJWp6lYz .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uQCJWp6lYz .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 5px;
}
.cid-uQCJWp6lYz .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uQCJWp6lYz .navbar.collapsed {
  justify-content: center;
}
.cid-uQCJWp6lYz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQCJWp6lYz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQCJWp6lYz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQCJWp6lYz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQCJWp6lYz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQCJWp6lYz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uQCJWp6lYz .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uQCJWp6lYz .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uQCJWp6lYz .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uQCJWp6lYz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQCJWp6lYz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQCJWp6lYz .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uQCJWp6lYz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQCJWp6lYz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uQCJWp6lYz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQCJWp6lYz .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uQCJWp6lYz .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uQCJWp6lYz .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uQCJWp6lYz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uQCJWp6lYz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQCJWp6lYz .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uQCJWp6lYz .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQCJWp6lYz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQCJWp6lYz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQCJWp6lYz .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-uQCJWp6lYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uQCJWp6lYz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQCJWp6lYz .dropdown-item.active,
.cid-uQCJWp6lYz .dropdown-item:active {
  background-color: transparent;
}
.cid-uQCJWp6lYz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQCJWp6lYz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQCJWp6lYz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQCJWp6lYz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQCJWp6lYz ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uQCJWp6lYz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQCJWp6lYz button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f2c4b3;
  background: #f1f4e9;
}
.cid-uQCJWp6lYz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #212529;
}
.cid-uQCJWp6lYz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQCJWp6lYz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQCJWp6lYz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQCJWp6lYz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQCJWp6lYz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQCJWp6lYz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQCJWp6lYz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQCJWp6lYz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQCJWp6lYz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uQCJWp6lYz .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-uQCJWp6lYz .navbar {
    height: 70px;
  }
  .cid-uQCJWp6lYz .navbar.opened {
    height: auto;
  }
  .cid-uQCJWp6lYz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQCJWp6lYz .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uQCJWp6lYz .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uQCJWp6lYz .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uQCJWp6lYz .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-uQCJWp6lYz .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-uQCJWp6lYz .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-uQCJWp6lYz .navbar-caption:hover {
  color: #f60677;
}
@media (min-width: 992px) {
  .cid-uQCJWp6lYz .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
@media (min-width: 992px) {
  .cid-uQCJWp6lYz .nav-dropdown {
    margin: 0 auto;
  }
}
.cid-uQCJWp6lYz .text_widget {
  margin-bottom: 32px;
}
.cid-uQCJWp6lYz .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uQCJWp6lYz .text_widget a:hover {
  color: #f60677 !important;
}
.cid-uQCJWp6lYz .mbr-section-subtitle {
  color: #212529;
  text-align: center;
}
.cid-uQCJWp6lYz .mbr-text {
  color: #212529;
  text-align: center;
}
.cid-uQCJWp6lYz .mbr-section-subtitle,
.cid-uQCJWp6lYz .text_widget,
.cid-uQCJWp6lYz .mbr-section-btn {
  text-align: center;
}
.cid-uQCJWp6lYz a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uQCJWqdjrr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQCJWqdjrr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQCJWqdjrr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uQCJWqdjrr .container {
    padding: 0 30px;
  }
}
.cid-uQCJWqdjrr .image-wrapper {
  margin-right: 120px;
  margin-right: 0;
  margin-left: 120px;
}
@media (max-width: 992px) {
  .cid-uQCJWqdjrr .image-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uQCJWqdjrr .image-wrapper {
    margin: 0;
    height: auto;
  }
}
.cid-uQCJWqdjrr .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uQCJWqdjrr .image-wrapper img {
    height: 300px;
  }
}
.cid-uQCJWqdjrr .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQCJWqdjrr .title-wrapper {
    height: auto;
  }
}
.cid-uQCJWqdjrr .title-wrapper .title-wrap .subtitle-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.cid-uQCJWqdjrr .title-wrapper .title-wrap .subtitle-wrap .mbr-section-subtitle {
  margin-bottom: 0;
  width: 100%;
}
.cid-uQCJWqdjrr .title-wrapper .title-wrap .subtitle-wrap .icon-wrap .mbr-iconfont {
  font-size: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #f1f4e9;
  background-color: #a1e5cf;
  border-radius: 100%;
}
.cid-uQCJWqdjrr .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uQCJWqdjrr .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uQCJWqdjrr .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uQCJWqdjrr .title-wrapper .title-wrap .mbr-section-btn {
  margin: 40px 30px;
}
@media (max-width: 992px) {
  .cid-uQCJWqdjrr .title-wrapper .title-wrap .mbr-section-btn {
    margin: 40px -0.6rem;
  }
}
.cid-uQCJWqdjrr .mbr-section-subtitle {
  color: #000000;
}
.cid-uQCJWqdjrr .mbr-section-title {
  color: #212529;
}
.cid-uQCJWqdjrr .mbr-text {
  color: #212529;
}
.cid-uQCJWqdjrr .mbr-section-title,
.cid-uQCJWqdjrr .mbr-section-btn,
.cid-uQCJWqdjrr .icon-wrap {
  color: #000000;
}
.cid-uQCJWqY8uR {
  padding-top: 9rem;
  padding-bottom: 7rem;
  background-color: #f2c4b3;
}
.cid-uQCJWqY8uR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQCJWqY8uR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uQCJWqY8uR .container {
    padding: 0 30px;
  }
}
.cid-uQCJWqY8uR .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uQCJWqY8uR .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQCJWqY8uR .mbr-section-title {
  color: #000000;
}
.cid-uQCJWqY8uR .mbr-text {
  color: #000000;
}
.cid-uQCOMoGUNt {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uQCOMoGUNt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQCOMoGUNt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uQCOMoGUNt .container {
    padding: 0 20px;
  }
}
.cid-uQCOMoGUNt .row {
  margin: 0;
}
.cid-uQCOMoGUNt .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uQCOMoGUNt .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uQCOMoGUNt .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-uQCOMoGUNt .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uQCOMoGUNt .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uQCOMoGUNt .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uQCOMoGUNt .mbr-section-title {
  color: #000000;
}
.cid-uQCJWtnKMo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uQCJWtnKMo .card-box {
  max-width: 505px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uQCJWtnKMo .card-box {
    max-width: 100%;
    margin-bottom: 70px;
  }
}
.cid-uQCJWtnKMo .card-title {
  color: #000000;
}
.cid-uQCJWtnKMo .mbr-text {
  color: #45494E;
  margin-top: 32px;
}
@media (max-width: 991px) {
  .cid-uQCJWtnKMo .mbr-text {
    margin-top: 24px;
  }
}
.cid-uQCJWtnKMo .mbr-section-btn {
  margin-top: 30px;
}
.cid-uQCJWtnKMo .map-wrap {
  position: relative;
  padding-bottom: 110%;
  width: 100%;
}
.cid-uQCJWtnKMo .map-position-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-uQCJWtnKMo .google-map {
  height: 100%;
  width: 100%;
  position: relative;
}
.cid-uQCJWtnKMo .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uQCJWtnKMo .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uQCJWtnKMo .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uQCJWtnKMo .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uQCJWtnKMo .mbr-text,
.cid-uQCJWtnKMo .mbr-section-btn {
  color: #000000;
}
.cid-uQCJWsBrv7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uQCJWsBrv7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQCJWsBrv7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQCJWsBrv7 .row {
  justify-content: center;
}
.cid-uQCJWsBrv7 .card {
  justify-content: center;
}
.cid-uQCJWsBrv7 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uQCJWsBrv7 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uQCJWsBrv7 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uQCJWsBrv7 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uQCJWsBrv7 .nav-wrapper .list .item-wrap:hover,
.cid-uQCJWsBrv7 .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uQCJWsBrv7 .list,
.cid-uQCJWsBrv7 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uQCEc8ylIb .navbar-dropdown {
  background-color: #f2c4b3 !important;
  padding: 0;
}
.cid-uQCEc8ylIb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f2c4b3 !important;
  background: #f2c4b3;
}
.cid-uQCEc8ylIb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQCEc8ylIb .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uQCEc8ylIb .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uQCEc8ylIb .menu_box .navbar.opened,
  .cid-uQCEc8ylIb .menu_box .navbar-collapse {
    background-color: #f2c4b3 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uQCEc8ylIb .navbar-dropdown {
  position: relative !important;
}
.cid-uQCEc8ylIb .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uQCEc8ylIb .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQCEc8ylIb .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uQCEc8ylIb .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uQCEc8ylIb .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uQCEc8ylIb .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #f1f4e9;
  }
  .cid-uQCEc8ylIb .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uQCEc8ylIb .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uQCEc8ylIb .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uQCEc8ylIb .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uQCEc8ylIb .offcanvas-body .mbr-text,
  .cid-uQCEc8ylIb .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uQCEc8ylIb .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uQCEc8ylIb .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uQCEc8ylIb .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #212529;
  }
  .cid-uQCEc8ylIb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uQCEc8ylIb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uQCEc8ylIb .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uQCEc8ylIb .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uQCEc8ylIb ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uQCEc8ylIb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uQCEc8ylIb .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-uQCEc8ylIb .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uQCEc8ylIb li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uQCEc8ylIb .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uQCEc8ylIb .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uQCEc8ylIb .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQCEc8ylIb .nav-item {
    margin: 0 !important;
  }
}
.cid-uQCEc8ylIb .nav-item .nav-link {
  position: relative;
}
.cid-uQCEc8ylIb .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #f60677;
  transition: all 0.3s ease-out;
}
.cid-uQCEc8ylIb .nav-item .nav-link:hover,
.cid-uQCEc8ylIb .nav-item .nav-link:focus {
  opacity: 1;
  color: #f60677 !important;
  font-weight: 800 !important;
}
.cid-uQCEc8ylIb .nav-item .nav-link:hover::before,
.cid-uQCEc8ylIb .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uQCEc8ylIb .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uQCEc8ylIb .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uQCEc8ylIb .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uQCEc8ylIb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uQCEc8ylIb .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-uQCEc8ylIb .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uQCEc8ylIb .offcanvas_box {
    display: none;
  }
}
.cid-uQCEc8ylIb .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uQCEc8ylIb .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uQCEc8ylIb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uQCEc8ylIb .container {
  display: flex;
  margin: auto;
}
.cid-uQCEc8ylIb .iconfont-wrapper {
  color: #212529;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uQCEc8ylIb .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uQCEc8ylIb .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uQCEc8ylIb .navbar-caption {
  color: #212529;
}
.cid-uQCEc8ylIb .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uQCEc8ylIb .navbar-nav {
    margin: 0;
  }
}
.cid-uQCEc8ylIb .dropdown-menu,
.cid-uQCEc8ylIb .navbar.opened {
  background-color: false !important;
}
.cid-uQCEc8ylIb .nav-item:focus,
.cid-uQCEc8ylIb .nav-link:focus {
  outline: none;
}
.cid-uQCEc8ylIb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQCEc8ylIb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQCEc8ylIb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQCEc8ylIb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQCEc8ylIb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQCEc8ylIb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQCEc8ylIb .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uQCEc8ylIb .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uQCEc8ylIb .navbar.opened {
  transition: all 0.3s;
}
.cid-uQCEc8ylIb .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uQCEc8ylIb .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 5px;
}
.cid-uQCEc8ylIb .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uQCEc8ylIb .navbar.collapsed {
  justify-content: center;
}
.cid-uQCEc8ylIb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQCEc8ylIb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQCEc8ylIb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQCEc8ylIb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQCEc8ylIb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQCEc8ylIb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uQCEc8ylIb .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uQCEc8ylIb .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uQCEc8ylIb .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uQCEc8ylIb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQCEc8ylIb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQCEc8ylIb .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uQCEc8ylIb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQCEc8ylIb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uQCEc8ylIb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQCEc8ylIb .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uQCEc8ylIb .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uQCEc8ylIb .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uQCEc8ylIb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uQCEc8ylIb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQCEc8ylIb .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uQCEc8ylIb .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQCEc8ylIb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQCEc8ylIb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQCEc8ylIb .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-uQCEc8ylIb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uQCEc8ylIb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQCEc8ylIb .dropdown-item.active,
.cid-uQCEc8ylIb .dropdown-item:active {
  background-color: transparent;
}
.cid-uQCEc8ylIb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQCEc8ylIb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQCEc8ylIb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQCEc8ylIb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQCEc8ylIb ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uQCEc8ylIb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQCEc8ylIb button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f2c4b3;
  background: #f1f4e9;
}
.cid-uQCEc8ylIb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #212529;
}
.cid-uQCEc8ylIb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQCEc8ylIb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQCEc8ylIb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQCEc8ylIb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQCEc8ylIb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQCEc8ylIb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQCEc8ylIb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQCEc8ylIb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQCEc8ylIb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uQCEc8ylIb .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-uQCEc8ylIb .navbar {
    height: 70px;
  }
  .cid-uQCEc8ylIb .navbar.opened {
    height: auto;
  }
  .cid-uQCEc8ylIb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQCEc8ylIb .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uQCEc8ylIb .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uQCEc8ylIb .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uQCEc8ylIb .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-uQCEc8ylIb .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-uQCEc8ylIb .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-uQCEc8ylIb .navbar-caption:hover {
  color: #f60677;
}
@media (min-width: 992px) {
  .cid-uQCEc8ylIb .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
@media (min-width: 992px) {
  .cid-uQCEc8ylIb .nav-dropdown {
    margin: 0 auto;
  }
}
.cid-uQCEc8ylIb .text_widget {
  margin-bottom: 32px;
}
.cid-uQCEc8ylIb .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uQCEc8ylIb .text_widget a:hover {
  color: #f60677 !important;
}
.cid-uQCEc8ylIb .mbr-section-subtitle {
  color: #212529;
  text-align: center;
}
.cid-uQCEc8ylIb .mbr-text {
  color: #212529;
  text-align: center;
}
.cid-uQCEc8ylIb .mbr-section-subtitle,
.cid-uQCEc8ylIb .text_widget,
.cid-uQCEc8ylIb .mbr-section-btn {
  text-align: center;
}
.cid-uQCEc8ylIb a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uQCEc9wbgj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQCEc9wbgj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQCEc9wbgj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uQCEc9wbgj .container {
    padding: 0 30px;
  }
}
.cid-uQCEc9wbgj .image-wrapper {
  margin-right: 120px;
  margin-right: 0;
  margin-left: 120px;
}
@media (max-width: 992px) {
  .cid-uQCEc9wbgj .image-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uQCEc9wbgj .image-wrapper {
    margin: 0;
    height: auto;
  }
}
.cid-uQCEc9wbgj .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uQCEc9wbgj .image-wrapper img {
    height: 300px;
  }
}
.cid-uQCEc9wbgj .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQCEc9wbgj .title-wrapper {
    height: auto;
  }
}
.cid-uQCEc9wbgj .title-wrapper .title-wrap .subtitle-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.cid-uQCEc9wbgj .title-wrapper .title-wrap .subtitle-wrap .mbr-section-subtitle {
  margin-bottom: 0;
  width: 100%;
}
.cid-uQCEc9wbgj .title-wrapper .title-wrap .subtitle-wrap .icon-wrap .mbr-iconfont {
  font-size: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #f1f4e9;
  background-color: #a1e5cf;
  border-radius: 100%;
}
.cid-uQCEc9wbgj .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uQCEc9wbgj .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uQCEc9wbgj .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uQCEc9wbgj .title-wrapper .title-wrap .mbr-section-btn {
  margin: 40px 30px;
}
@media (max-width: 992px) {
  .cid-uQCEc9wbgj .title-wrapper .title-wrap .mbr-section-btn {
    margin: 40px -0.6rem;
  }
}
.cid-uQCEc9wbgj .mbr-section-subtitle {
  color: #000000;
}
.cid-uQCEc9wbgj .mbr-section-title {
  color: #212529;
}
.cid-uQCEc9wbgj .mbr-text {
  color: #212529;
}
.cid-uQCEc9wbgj .mbr-section-title,
.cid-uQCEc9wbgj .mbr-section-btn,
.cid-uQCEc9wbgj .icon-wrap {
  color: #000000;
}
.cid-uQCEcai0Q0 {
  padding-top: 9rem;
  padding-bottom: 7rem;
  background-color: #f2c4b3;
}
.cid-uQCEcai0Q0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQCEcai0Q0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uQCEcai0Q0 .container {
    padding: 0 30px;
  }
}
.cid-uQCEcai0Q0 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uQCEcai0Q0 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQCEcai0Q0 .mbr-section-title {
  color: #000000;
}
.cid-uQCEcai0Q0 .mbr-text {
  color: #000000;
}
.cid-uQCGjsbjqU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uQCGjsbjqU .card-box {
  max-width: 505px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uQCGjsbjqU .card-box {
    max-width: 100%;
    margin-bottom: 70px;
  }
}
.cid-uQCGjsbjqU .card-title {
  color: #000000;
}
.cid-uQCGjsbjqU .mbr-text {
  color: #45494E;
  margin-top: 32px;
}
@media (max-width: 991px) {
  .cid-uQCGjsbjqU .mbr-text {
    margin-top: 24px;
  }
}
.cid-uQCGjsbjqU .mbr-section-btn {
  margin-top: 30px;
}
.cid-uQCGjsbjqU .map-wrap {
  position: relative;
  padding-bottom: 110%;
  width: 100%;
}
.cid-uQCGjsbjqU .map-position-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-uQCGjsbjqU .google-map {
  height: 100%;
  width: 100%;
  position: relative;
}
.cid-uQCGjsbjqU .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uQCGjsbjqU .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uQCGjsbjqU .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uQCGjsbjqU .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uQCGjsbjqU .mbr-text,
.cid-uQCGjsbjqU .mbr-section-btn {
  color: #000000;
}
.cid-uQCGB6Swga {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uQCGB6Swga .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQCGB6Swga .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQCGB6Swga .row {
  justify-content: center;
}
.cid-uQCGB6Swga .card {
  justify-content: center;
}
.cid-uQCGB6Swga .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uQCGB6Swga .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uQCGB6Swga .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uQCGB6Swga .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uQCGB6Swga .nav-wrapper .list .item-wrap:hover,
.cid-uQCGB6Swga .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uQCGB6Swga .list,
.cid-uQCGB6Swga .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
