body {
  font-family: Gloock;
}
.display-1 {
  font-family: 'Gloock', serif;
  font-size: 3.6rem;
  line-height: 1.5;
}
.display-1 > .mbr-iconfont {
  font-size: 4.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: 2.88rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.52rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.91rem + (3.6 - 1.91) * ((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: #e32020 !important;
}
.bg-success {
  background-color: #f2c4b3 !important;
}
.bg-info {
  background-color: #a1e5cf !important;
}
.bg-warning {
  background-color: #ffb99b !important;
}
.bg-danger {
  background-color: #deb350 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e32020 !important;
  border-color: #e32020 !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: #991313 !important;
  border-color: #991313 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #991313 !important;
  border-color: #991313 !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: #deb350 !important;
  border-color: #deb350 !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: #b58922 !important;
  border-color: #b58922 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b58922 !important;
  border-color: #b58922 !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: #e32020;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #991313 !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: #e32020 !important;
  border-color: #e32020 !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: #deb350;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b58922 !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: #deb350 !important;
  border-color: #deb350 !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: #e32020 !important;
}
.text-secondary {
  color: #f1f4e9 !important;
}
.text-success {
  color: #f2c4b3 !important;
}
.text-info {
  color: #a1e5cf !important;
}
.text-warning {
  color: #ffb99b !important;
}
.text-danger {
  color: #deb350 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #8b1212 !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: #a87f20 !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: #e32020;
}
.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: #deb350;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e32020;
  border-color: #e32020;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e32020;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fad5d5;
}
.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: #fefefc;
}
/* 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: #e32020 !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: #e32020;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e32020;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e32020;
}
.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: #e32020;
  border-bottom-color: #e32020;
}
.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: #e32020 !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='%23e32020' %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 #e32020 !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 #e32020 !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: #e32020 !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-tE2tyUyrT4 .navbar-dropdown {
  background-color: #aa654c !important;
  padding: 0;
}
.cid-tE2tyUyrT4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #aa654c !important;
  background: #aa654c;
}
.cid-tE2tyUyrT4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tE2tyUyrT4 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tE2tyUyrT4 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tE2tyUyrT4 .menu_box .navbar.opened,
  .cid-tE2tyUyrT4 .menu_box .navbar-collapse {
    background-color: #aa654c !important;
    transition: all 0s ease 0s;
  }
}
.cid-tE2tyUyrT4 .navbar-dropdown {
  position: relative !important;
}
.cid-tE2tyUyrT4 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tE2tyUyrT4 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tE2tyUyrT4 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tE2tyUyrT4 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tE2tyUyrT4 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tE2tyUyrT4 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #f1f4e9;
  }
  .cid-tE2tyUyrT4 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tE2tyUyrT4 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tE2tyUyrT4 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tE2tyUyrT4 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tE2tyUyrT4 .offcanvas-body .mbr-text,
  .cid-tE2tyUyrT4 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tE2tyUyrT4 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tE2tyUyrT4 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tE2tyUyrT4 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #212529;
  }
  .cid-tE2tyUyrT4 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tE2tyUyrT4 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tE2tyUyrT4 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tE2tyUyrT4 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tE2tyUyrT4 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tE2tyUyrT4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tE2tyUyrT4 .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-tE2tyUyrT4 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tE2tyUyrT4 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-tE2tyUyrT4 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tE2tyUyrT4 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tE2tyUyrT4 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tE2tyUyrT4 .nav-item {
    margin: 0 !important;
  }
}
.cid-tE2tyUyrT4 .nav-item .nav-link {
  position: relative;
}
.cid-tE2tyUyrT4 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #e32020;
  transition: all 0.3s ease-out;
}
.cid-tE2tyUyrT4 .nav-item .nav-link:hover,
.cid-tE2tyUyrT4 .nav-item .nav-link:focus {
  opacity: 1;
  color: #e32020 !important;
  font-weight: 800 !important;
}
.cid-tE2tyUyrT4 .nav-item .nav-link:hover::before,
.cid-tE2tyUyrT4 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tE2tyUyrT4 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tE2tyUyrT4 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tE2tyUyrT4 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tE2tyUyrT4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tE2tyUyrT4 .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-tE2tyUyrT4 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tE2tyUyrT4 .offcanvas_box {
    display: none;
  }
}
.cid-tE2tyUyrT4 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tE2tyUyrT4 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tE2tyUyrT4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tE2tyUyrT4 .container {
  display: flex;
  margin: auto;
}
.cid-tE2tyUyrT4 .iconfont-wrapper {
  color: #e32020;
  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-tE2tyUyrT4 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tE2tyUyrT4 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tE2tyUyrT4 .navbar-caption {
  color: #212529;
}
.cid-tE2tyUyrT4 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tE2tyUyrT4 .navbar-nav {
    margin: 0;
  }
}
.cid-tE2tyUyrT4 .dropdown-menu,
.cid-tE2tyUyrT4 .navbar.opened {
  background-color: false !important;
}
.cid-tE2tyUyrT4 .nav-item:focus,
.cid-tE2tyUyrT4 .nav-link:focus {
  outline: none;
}
.cid-tE2tyUyrT4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tE2tyUyrT4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tE2tyUyrT4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tE2tyUyrT4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tE2tyUyrT4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tE2tyUyrT4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tE2tyUyrT4 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tE2tyUyrT4 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tE2tyUyrT4 .navbar.opened {
  transition: all 0.3s;
}
.cid-tE2tyUyrT4 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tE2tyUyrT4 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 5px;
}
.cid-tE2tyUyrT4 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tE2tyUyrT4 .navbar.collapsed {
  justify-content: center;
}
.cid-tE2tyUyrT4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tE2tyUyrT4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tE2tyUyrT4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tE2tyUyrT4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tE2tyUyrT4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tE2tyUyrT4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tE2tyUyrT4 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tE2tyUyrT4 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tE2tyUyrT4 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tE2tyUyrT4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tE2tyUyrT4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tE2tyUyrT4 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tE2tyUyrT4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tE2tyUyrT4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tE2tyUyrT4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tE2tyUyrT4 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tE2tyUyrT4 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tE2tyUyrT4 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tE2tyUyrT4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tE2tyUyrT4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tE2tyUyrT4 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tE2tyUyrT4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tE2tyUyrT4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tE2tyUyrT4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tE2tyUyrT4 .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-tE2tyUyrT4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tE2tyUyrT4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tE2tyUyrT4 .dropdown-item.active,
.cid-tE2tyUyrT4 .dropdown-item:active {
  background-color: transparent;
}
.cid-tE2tyUyrT4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tE2tyUyrT4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tE2tyUyrT4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tE2tyUyrT4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tE2tyUyrT4 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tE2tyUyrT4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tE2tyUyrT4 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #aa654c;
  background: #f1f4e9;
}
.cid-tE2tyUyrT4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #212529;
}
.cid-tE2tyUyrT4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tE2tyUyrT4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tE2tyUyrT4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tE2tyUyrT4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tE2tyUyrT4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tE2tyUyrT4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tE2tyUyrT4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tE2tyUyrT4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tE2tyUyrT4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tE2tyUyrT4 .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-tE2tyUyrT4 .navbar {
    height: 70px;
  }
  .cid-tE2tyUyrT4 .navbar.opened {
    height: auto;
  }
  .cid-tE2tyUyrT4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tE2tyUyrT4 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tE2tyUyrT4 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tE2tyUyrT4 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tE2tyUyrT4 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-tE2tyUyrT4 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-tE2tyUyrT4 .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-tE2tyUyrT4 .navbar-caption:hover {
  color: #e32020;
}
@media (min-width: 992px) {
  .cid-tE2tyUyrT4 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
@media (min-width: 992px) {
  .cid-tE2tyUyrT4 .nav-dropdown {
    margin: 0 auto;
  }
}
.cid-tE2tyUyrT4 .text_widget {
  margin-bottom: 32px;
}
.cid-tE2tyUyrT4 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tE2tyUyrT4 .text_widget a:hover {
  color: #e32020 !important;
}
.cid-tE2tyUyrT4 .mbr-section-subtitle {
  color: #212529;
  text-align: center;
}
.cid-tE2tyUyrT4 .mbr-text {
  color: #212529;
  text-align: center;
}
.cid-tE2tyUyrT4 .mbr-section-subtitle,
.cid-tE2tyUyrT4 .text_widget,
.cid-tE2tyUyrT4 .mbr-section-btn {
  text-align: center;
}
.cid-tE2tyUyrT4 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uSOS3wYsOP {
  background-color: #ffffff !important;
  border: 18px solid #ffffff;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-uSOS3wYsOP {
    border: 8px solid #ffffff;
    margin-top: -8px;
  }
}
.cid-uSOS3wYsOP .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-uSOS3wYsOP section .mbr-background-video-preview {
  border-radius: 1.2rem !important;
}
.cid-uSOS3wYsOP .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uSOS3wYsOP .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSOS3wYsOP .row .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-uSOS3wYsOP .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uSOS3wYsOP .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uSOS3wYsOP .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSOS3wYsOP .title-wrapper .image-wrapper {
  margin-top: 72px;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uSOS3wYsOP .title-wrapper .image-wrapper {
    height: auto;
    margin-top: 30px;
  }
}
.cid-uSOS3wYsOP .title-wrapper .image-wrapper img {
  height: 450px;
  width: 80%;
  object-fit: cover;
  border-radius: 1.2em;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uSOS3wYsOP .title-wrapper .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uSOS3wYsOP .title-wrapper .mbr-section-btn {
  margin-top: 30px;
}
.cid-uSOS3wYsOP .mbr-section-title {
  color: #ed2c03;
}
.cid-uSOS3wYsOP .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uSOS3wYsOP .mbr-section-title,
.cid-uSOS3wYsOP .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uSOQJCjS4X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSOQJCjS4X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSOQJCjS4X .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-uSOQJCjS4X .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uSOQJCjS4X .container {
    padding: 0 12px;
  }
}
.cid-uSOQJCjS4X .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uSOQJCjS4X .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uSOQJCjS4X .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uSOQJCjS4X .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #000000;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uSOQJCjS4X .mbr-section-title {
  color: #000000;
}
.cid-uSPjxzw7RX {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #aa654c;
}
.cid-uSPjxzw7RX .card-wrapper {
  background: #fff1e2;
  padding: 5rem;
}
@media (max-width: 992px) {
  .cid-uSPjxzw7RX .card-wrapper {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uSPjxzw7RX .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uSPjxzw7RX .mbr-text {
  color: #000000;
}
.cid-uSPjxzw7RX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSPjxzw7RX .mbr-section-title {
  color: #000000;
}
.cid-uSPk9Wcqdj {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #aa654c;
}
.cid-uSPk9Wcqdj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSPk9Wcqdj .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-uSPk9Wcqdj .container {
    padding: 0 15px;
  }
}
.cid-uSPk9Wcqdj .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uSPk9Wcqdj .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uSPk9Wcqdj .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-uSPk9Wcqdj .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uSPk9Wcqdj .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSPk9Wcqdj .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uSPk9Wcqdj .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSPk9Wcqdj .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uSPk9Wcqdj .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uSPk9Wcqdj .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #ffffff;
  box-shadow: 10px 10px 50px #d2d2df;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-uSPk9Wcqdj .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uSPk9Wcqdj .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-uSPk9Wcqdj .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uSPk9Wcqdj .mbr-section-title {
  color: #ffffff;
}
.cid-uSPk9Wcqdj .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uSPk9Wcqdj .mbr-text {
  color: #ffffff;
}
.cid-uSPk9Wcqdj .mbr-section-title,
.cid-uSPk9Wcqdj .mbr-section-btn {
  color: #ffffff;
}
.cid-uSOzCBU2Pp {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uSOzCBU2Pp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSOzCBU2Pp .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-uSOzCBU2Pp .container {
    padding: 0 30px;
  }
}
.cid-uSOzCBU2Pp .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uSOzCBU2Pp .row {
    margin: 0 -34px;
  }
}
.cid-uSOzCBU2Pp .card {
  padding: 0 34px;
}
@media (max-width: 992px) {
  .cid-uSOzCBU2Pp .card {
    margin-bottom: 40px;
    padding: 0 12px;
  }
}
.cid-uSOzCBU2Pp .card .card-wrapper .mbr-number {
  margin-bottom: 25px;
}
.cid-uSOzCBU2Pp .card .card-wrapper .mbr-card-title {
  margin-bottom: 25px;
}
.cid-uSOzCBU2Pp .card .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSOzCBU2Pp .mbr-number {
  color: #F1F4E9;
  text-align: center;
}
.cid-uSOzCBU2Pp .mbr-card-title {
  color: #000000;
  text-align: center;
}
.cid-uSOzCBU2Pp .mbr-text {
  color: #F1F4E9;
  text-align: center;
}
.cid-uSHWK7Rfgb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSHWK7Rfgb .wrapper {
  background: #aa654c;
}
.cid-uSHWK7Rfgb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSHWK7Rfgb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSHWK7Rfgb .mbr-section-title {
  color: #ffffff;
}
.cid-uSHWK7Rfgb .mbr-text {
  color: #ffffff;
}
.cid-tE2uhE8Xp7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tE2uhE8Xp7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tE2uhE8Xp7 .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-tE2uhE8Xp7 .container {
    padding: 0 30px;
  }
}
.cid-tE2uhE8Xp7 .row {
  justify-content: center;
}
.cid-tE2uhE8Xp7 .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tE2uhE8Xp7 .panel-group .card {
  border-radius: 0;
  border-bottom: 1px solid #212529;
  padding: 30px 0 40px;
}
.cid-tE2uhE8Xp7 .panel-group .card:first-child {
  border-top: 1px solid #212529;
}
.cid-tE2uhE8Xp7 .panel-group .card .card-header {
  padding: 10px 0;
  background-color: transparent;
  border: none;
}
.cid-tE2uhE8Xp7 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tE2uhE8Xp7 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tE2uhE8Xp7 .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 18px;
  color: #212529;
  transition: all 0.3s ease-in-out;
  margin-left: 30px;
}
.cid-tE2uhE8Xp7 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tE2uhE8Xp7 .mbr-section-btn {
  text-align: center;
}
.cid-tE2uhE8Xp7 .mbr-section-btn .btn {
  text-decoration: none;
}
.cid-tE2uhE8Xp7 .mbr-section-btn .btn:hover,
.cid-tE2uhE8Xp7 .mbr-section-btn .btn:focus {
  opacity: .75;
}
.cid-tE2uhE8Xp7 .mbr-section-title {
  color: #212529;
}
.cid-tE2uhE8Xp7 .panel-title-edit {
  color: #212529;
}
.cid-tE2uhE8Xp7 .panel-text {
  color: #212529;
}
.cid-tE2uhE8Xp7 .mbr-section-title,
.cid-tE2uhE8Xp7 .mbr-section-btn {
  color: #000000;
}
.cid-uSOA9L7YOX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #aa654c;
}
.cid-uSOA9L7YOX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSOA9L7YOX .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-uSOA9L7YOX .container {
    padding: 0 30px;
  }
}
.cid-uSOA9L7YOX .row {
  justify-content: center;
}
.cid-uSOA9L7YOX .title-wrapper {
  margin: 0 12%;
  border-bottom: 1px solid #f1f4e9;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSOA9L7YOX .title-wrapper {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 992px) {
  .cid-uSOA9L7YOX .title-wrapper {
    margin: 0;
  }
}
.cid-uSOA9L7YOX .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uSOA9L7YOX .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uSOA9L7YOX .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uSOA9L7YOX .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uSOA9L7YOX .mbr-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.cid-uSOA9L7YOX .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSOA9L7YOX .mbr-text {
  color: #ffffff;
}
.cid-uSOA9L7YOX .mbr-name {
  color: #f1f4e9;
  text-align: center;
}
.cid-uSHYAaLc0H {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSHYAaLc0H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSHYAaLc0H .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-uSHYAaLc0H .container {
    padding: 0 20px;
  }
}
.cid-uSHYAaLc0H .row {
  margin: 0;
}
.cid-uSHYAaLc0H .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSHYAaLc0H .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uSHYAaLc0H .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uSHYAaLc0H .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uSHYAaLc0H .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uSHYAaLc0H .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uSHYAaLc0H .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSPz6vqzbv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #aa654c;
  overflow: hidden;
}
.cid-uSPz6vqzbv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSPz6vqzbv .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-uSPz6vqzbv .container {
    padding: 0 30px;
  }
}
.cid-uSPz6vqzbv .content-wrapper .image-wrapper {
  position: relative;
  margin: 0 120px;
}
@media (max-width: 992px) {
  .cid-uSPz6vqzbv .content-wrapper .image-wrapper {
    margin: 0;
  }
}
.cid-uSPz6vqzbv .content-wrapper .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSPz6vqzbv .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uSPz6vqzbv .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 146px;
  height: 146px;
  background-image: linear-gradient(45deg, #ffffff 50%, #aa654c 50%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uSPz6vqzbv .content-wrapper .image-wrapper::before {
    width: 50px;
    height: 50px;
  }
}
.cid-uSPz6vqzbv .content-wrapper .content-wrap {
  padding: 80px 120px 0;
  border-top: 1px solid #ffffff;
  position: relative;
  margin-top: 180px;
}
.cid-uSPz6vqzbv .content-wrapper .content-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSPz6vqzbv .content-wrapper .content-wrap {
    margin-top: 80px;
  }
}
@media (max-width: 1440px) {
  .cid-uSPz6vqzbv .content-wrapper .content-wrap {
    padding: 80px 60px 0;
  }
}
@media (max-width: 992px) {
  .cid-uSPz6vqzbv .content-wrapper .content-wrap {
    padding: 40px 0 0;
  }
}
.cid-uSPz6vqzbv .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uSPz6vqzbv .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uSPz6vqzbv .mbr-section-title {
  color: #bee0d6;
}
.cid-uSPz6vqzbv .mbr-section-title,
.cid-uSPz6vqzbv .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uSPjQX58Uq {
  padding-top: 9rem;
  padding-bottom: 11rem;
  background-color: #fff1e2;
}
.cid-uSPjQX58Uq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSPjQX58Uq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSPjQX58Uq .row {
  justify-content: space-between;
}
.cid-uSPjQX58Uq .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #aa654c;
}
@media (max-width: 992px) {
  .cid-uSPjQX58Uq .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uSPjQX58Uq .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uSPjQX58Uq .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSPjQX58Uq .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uSPjQX58Uq .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uSPjQX58Uq .mbr-label {
  color: #000000;
}
.cid-uSPjQX58Uq .mbr-section-title {
  color: #000000;
}
.cid-uSPjQX58Uq .mbr-desc {
  color: #000000;
}
.cid-uSPjQX58Uq .mbr-text {
  color: #8a8a8a;
}
.cid-uSPzcBSNLS {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uSPzcBSNLS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSPzcBSNLS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSPzcBSNLS .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-uSPzcBSNLS .items-wrapper {
    margin: 3px 0;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uSPzcBSNLS .items-wrapper .item {
    margin-bottom: 6px;
  }
  .cid-uSPzcBSNLS .items-wrapper .item:last-child {
    margin-bottom: 0 !important;
  }
}
.cid-uSPzcBSNLS .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cid-uSPzcBSNLS .items-wrapper .item .item-wrapper .image-wrapper {
  padding: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uSPzcBSNLS .items-wrapper .item .item-wrapper .image-wrapper {
    padding: 48px 24px;
    margin-bottom: 6px;
  }
}
.cid-uSPzcBSNLS .items-wrapper .item .item-wrapper .image-wrapper .card-price {
  width: 100%;
  margin-bottom: 24px;
}
.cid-uSPzcBSNLS .items-wrapper .item .item-wrapper .image-wrapper .item-img {
  border: 11px solid #ffffff;
  background-color: #ffffff;
  overflow: hidden;
  box-shadow: 10px 14px 50px #000000;
}
@media (max-width: 992px) {
  .cid-uSPzcBSNLS .items-wrapper .item .item-wrapper .image-wrapper .item-img {
    border: 6px solid #ffffff;
  }
}
.cid-uSPzcBSNLS .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
  height: 400px;
  width: 390px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uSPzcBSNLS .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
    height: 350px;
    width: 320px;
  }
}
@media (max-width: 992px) {
  .cid-uSPzcBSNLS .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
    height: 350px;
    width: 180px;
  }
}
.cid-uSPzcBSNLS .items-wrapper .item .item-wrapper .card_1 {
  background-color: #aa654c;
}
.cid-uSPzcBSNLS .items-wrapper .item .item-wrapper .card_2 {
  background-color: #aa654c;
}
.cid-uSPzcBSNLS .items-wrapper .item .item-wrapper .card-box {
  margin-top: -10rem;
  padding: 64px;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uSPzcBSNLS .items-wrapper .item .item-wrapper .card-box {
    padding: 48px 24px;
  }
}
.cid-uSPzcBSNLS .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-uSPzcBSNLS .items-wrapper .item .item-wrapper .card-box .text-wrapper .card-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 24px;
}
@media (max-width: 1440px) {
  .cid-uSPzcBSNLS .items-wrapper .item .item-wrapper .card-box .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uSPzcBSNLS .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSPzcBSNLS .card-title {
  color: #000000;
}
.cid-uSPzcBSNLS .card-text {
  color: #000000;
}
.cid-uSPmLYWsR8 {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uSPmLYWsR8 {
    padding-top: 0rem;
    padding-bottom: 4rem;
  }
}
@media (max-width: 768px) {
  .cid-uSPmLYWsR8 {
    padding-top: 0rem;
    padding-bottom: 2.4rem;
  }
}
.cid-uSPmLYWsR8 .mbr-section-subtitle {
  text-align: left;
}
.cid-uSPmLYWsR8 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uSPmLYWsR8 .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uSPjWneNtb {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #aa654c;
}
.cid-uSPjWneNtb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSPjWneNtb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSPjWneNtb a {
  font-weight: 900;
}
.cid-uSPjWneNtb .text-wrapper {
  padding: 4rem;
}
@media (max-width: 767px) {
  .cid-uSPjWneNtb .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uSPjWneNtb .wrapper {
  background: #ffffff;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uSPjWneNtb .image-wrapper {
  padding: 0;
}
.cid-uSPjWneNtb .image-wrapper img {
  height: 100%;
  border-radius: 2rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSPjWneNtb .image-wrapper img {
    border-radius: 0;
  }
}
.cid-uSPjWneNtb .mbr-section-title {
  color: #000000;
}
.cid-uSPjWneNtb .mbr-text,
.cid-uSPjWneNtb .mbr-section-btn {
  color: #000000;
}
.cid-uSOPaeR4ca {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSOPaeR4ca .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uSOPaeR4ca .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uSOPaeR4ca .container {
    padding: 0 20px;
  }
}
.cid-uSOPaeR4ca .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uSOPaeR4ca .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uSOPaeR4ca .content-wrapper .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uSOPaeR4ca .content-wrapper .content-wrap {
    margin-bottom: 46px;
  }
}
.cid-uSOPaeR4ca .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 32px;
}
.cid-uSOPaeR4ca .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSOPaeR4ca .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSOPaeR4ca .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uSOPaeR4ca .google-map {
  height: 30rem;
  border-radius: 20px;
  position: relative;
}
.cid-uSOPaeR4ca .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uSOPaeR4ca .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-uSOPaeR4ca .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uSOPaeR4ca .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uSOPaeR4ca iframe {
  border-radius: 20px !important;
}
.cid-uSHUyXEezM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uSHUyXEezM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSHUyXEezM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSHUyXEezM .row {
  justify-content: space-between;
}
.cid-uSHUyXEezM .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uSHUyXEezM .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uSHUyXEezM .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSHUyXEezM .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uSHUyXEezM .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #000000;
}
.cid-uSHUyXEezM .list li {
  margin-bottom: 25px;
}
.cid-uSHUyXEezM .list li:last-child {
  margin-bottom: 0;
}
.cid-uSHUyXEezM .mbr-desc {
  margin-bottom: 8px;
}
.cid-uSHUyXEezM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uSHUyXEezM .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uSHUyXEezM .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #a1e5cf;
}
.cid-uSHUyXEezM .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #aa654c;
  transition: all .3s ease;
}
.cid-uSHUyXEezM .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #000000;
  text-align: center;
}
.cid-uSHUyXEezM .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #aa654c;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uSHUyXEezM .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-uSHUyXEezM .mbr-desc,
.cid-uSHUyXEezM .mbr-iconfont {
  color: #000000;
}
.cid-uSHUyXEezM .mbr-text,
.cid-uSHUyXEezM .mbr-section-btn {
  color: #000000;
}
.cid-uSOVYrOUMk .navbar-dropdown {
  background-color: #aa654c !important;
  padding: 0;
}
.cid-uSOVYrOUMk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #aa654c !important;
  background: #aa654c;
}
.cid-uSOVYrOUMk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSOVYrOUMk .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSOVYrOUMk .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uSOVYrOUMk .menu_box .navbar.opened,
  .cid-uSOVYrOUMk .menu_box .navbar-collapse {
    background-color: #aa654c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uSOVYrOUMk .navbar-dropdown {
  position: relative !important;
}
.cid-uSOVYrOUMk .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uSOVYrOUMk .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uSOVYrOUMk .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uSOVYrOUMk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uSOVYrOUMk .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uSOVYrOUMk .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #f1f4e9;
  }
  .cid-uSOVYrOUMk .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uSOVYrOUMk .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uSOVYrOUMk .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uSOVYrOUMk .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uSOVYrOUMk .offcanvas-body .mbr-text,
  .cid-uSOVYrOUMk .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uSOVYrOUMk .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uSOVYrOUMk .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uSOVYrOUMk .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #212529;
  }
  .cid-uSOVYrOUMk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uSOVYrOUMk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uSOVYrOUMk .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uSOVYrOUMk .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uSOVYrOUMk ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uSOVYrOUMk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSOVYrOUMk .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-uSOVYrOUMk .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uSOVYrOUMk 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-uSOVYrOUMk .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uSOVYrOUMk .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uSOVYrOUMk .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uSOVYrOUMk .nav-item {
    margin: 0 !important;
  }
}
.cid-uSOVYrOUMk .nav-item .nav-link {
  position: relative;
}
.cid-uSOVYrOUMk .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #e32020;
  transition: all 0.3s ease-out;
}
.cid-uSOVYrOUMk .nav-item .nav-link:hover,
.cid-uSOVYrOUMk .nav-item .nav-link:focus {
  opacity: 1;
  color: #e32020 !important;
  font-weight: 800 !important;
}
.cid-uSOVYrOUMk .nav-item .nav-link:hover::before,
.cid-uSOVYrOUMk .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uSOVYrOUMk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uSOVYrOUMk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uSOVYrOUMk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uSOVYrOUMk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSOVYrOUMk .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-uSOVYrOUMk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uSOVYrOUMk .offcanvas_box {
    display: none;
  }
}
.cid-uSOVYrOUMk .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uSOVYrOUMk .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uSOVYrOUMk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uSOVYrOUMk .container {
  display: flex;
  margin: auto;
}
.cid-uSOVYrOUMk .iconfont-wrapper {
  color: #e32020;
  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-uSOVYrOUMk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uSOVYrOUMk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uSOVYrOUMk .navbar-caption {
  color: #212529;
}
.cid-uSOVYrOUMk .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uSOVYrOUMk .navbar-nav {
    margin: 0;
  }
}
.cid-uSOVYrOUMk .dropdown-menu,
.cid-uSOVYrOUMk .navbar.opened {
  background-color: false !important;
}
.cid-uSOVYrOUMk .nav-item:focus,
.cid-uSOVYrOUMk .nav-link:focus {
  outline: none;
}
.cid-uSOVYrOUMk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSOVYrOUMk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSOVYrOUMk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSOVYrOUMk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSOVYrOUMk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSOVYrOUMk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSOVYrOUMk .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uSOVYrOUMk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uSOVYrOUMk .navbar.opened {
  transition: all 0.3s;
}
.cid-uSOVYrOUMk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uSOVYrOUMk .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 5px;
}
.cid-uSOVYrOUMk .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uSOVYrOUMk .navbar.collapsed {
  justify-content: center;
}
.cid-uSOVYrOUMk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSOVYrOUMk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSOVYrOUMk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSOVYrOUMk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSOVYrOUMk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSOVYrOUMk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uSOVYrOUMk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uSOVYrOUMk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uSOVYrOUMk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uSOVYrOUMk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSOVYrOUMk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSOVYrOUMk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uSOVYrOUMk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSOVYrOUMk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uSOVYrOUMk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSOVYrOUMk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uSOVYrOUMk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uSOVYrOUMk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uSOVYrOUMk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uSOVYrOUMk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSOVYrOUMk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uSOVYrOUMk .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSOVYrOUMk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSOVYrOUMk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSOVYrOUMk .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-uSOVYrOUMk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uSOVYrOUMk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSOVYrOUMk .dropdown-item.active,
.cid-uSOVYrOUMk .dropdown-item:active {
  background-color: transparent;
}
.cid-uSOVYrOUMk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSOVYrOUMk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSOVYrOUMk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSOVYrOUMk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSOVYrOUMk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uSOVYrOUMk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSOVYrOUMk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #aa654c;
  background: #f1f4e9;
}
.cid-uSOVYrOUMk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #212529;
}
.cid-uSOVYrOUMk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSOVYrOUMk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSOVYrOUMk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSOVYrOUMk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSOVYrOUMk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSOVYrOUMk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSOVYrOUMk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSOVYrOUMk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSOVYrOUMk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uSOVYrOUMk .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-uSOVYrOUMk .navbar {
    height: 70px;
  }
  .cid-uSOVYrOUMk .navbar.opened {
    height: auto;
  }
  .cid-uSOVYrOUMk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSOVYrOUMk .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uSOVYrOUMk .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uSOVYrOUMk .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uSOVYrOUMk .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-uSOVYrOUMk .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-uSOVYrOUMk .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-uSOVYrOUMk .navbar-caption:hover {
  color: #e32020;
}
@media (min-width: 992px) {
  .cid-uSOVYrOUMk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
@media (min-width: 992px) {
  .cid-uSOVYrOUMk .nav-dropdown {
    margin: 0 auto;
  }
}
.cid-uSOVYrOUMk .text_widget {
  margin-bottom: 32px;
}
.cid-uSOVYrOUMk .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uSOVYrOUMk .text_widget a:hover {
  color: #e32020 !important;
}
.cid-uSOVYrOUMk .mbr-section-subtitle {
  color: #212529;
  text-align: center;
}
.cid-uSOVYrOUMk .mbr-text {
  color: #212529;
  text-align: center;
}
.cid-uSOVYrOUMk .mbr-section-subtitle,
.cid-uSOVYrOUMk .text_widget,
.cid-uSOVYrOUMk .mbr-section-btn {
  text-align: center;
}
.cid-uSOVYrOUMk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uSPkZiPrGZ {
  background-color: #ffffff !important;
  border: 18px solid #ffffff;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-uSPkZiPrGZ {
    border: 8px solid #ffffff;
    margin-top: -8px;
  }
}
.cid-uSPkZiPrGZ .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-uSPkZiPrGZ section .mbr-background-video-preview {
  border-radius: 1.2rem !important;
}
.cid-uSPkZiPrGZ .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uSPkZiPrGZ .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSPkZiPrGZ .row .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-uSPkZiPrGZ .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uSPkZiPrGZ .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uSPkZiPrGZ .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSPkZiPrGZ .title-wrapper .image-wrapper {
  margin-top: 72px;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uSPkZiPrGZ .title-wrapper .image-wrapper {
    height: auto;
    margin-top: 30px;
  }
}
.cid-uSPkZiPrGZ .title-wrapper .image-wrapper img {
  height: 450px;
  width: 80%;
  object-fit: cover;
  border-radius: 1.2em;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uSPkZiPrGZ .title-wrapper .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uSPkZiPrGZ .title-wrapper .mbr-section-btn {
  margin-top: 30px;
}
.cid-uSPkZiPrGZ .mbr-section-title {
  color: #ed2c03;
}
.cid-uSPkZiPrGZ .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uSPkZiPrGZ .mbr-section-title,
.cid-uSPkZiPrGZ .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uSOVYuADYG {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSOVYuADYG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSOVYuADYG .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-uSOVYuADYG .container {
    padding: 0 30px;
  }
}
.cid-uSOVYuADYG .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uSOVYuADYG .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSOVYuADYG .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uSOVYuADYG .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-uSOVYEuDlS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSOVYEuDlS .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uSOVYEuDlS .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uSOVYEuDlS .container {
    padding: 0 20px;
  }
}
.cid-uSOVYEuDlS .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uSOVYEuDlS .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uSOVYEuDlS .content-wrapper .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uSOVYEuDlS .content-wrapper .content-wrap {
    margin-bottom: 46px;
  }
}
.cid-uSOVYEuDlS .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 32px;
}
.cid-uSOVYEuDlS .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSOVYEuDlS .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSOVYEuDlS .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uSOVYEuDlS .google-map {
  height: 30rem;
  border-radius: 20px;
  position: relative;
}
.cid-uSOVYEuDlS .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uSOVYEuDlS .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-uSOVYEuDlS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uSOVYEuDlS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uSOVYEuDlS iframe {
  border-radius: 20px !important;
}
.cid-uSOVYFJCsc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uSOVYFJCsc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSOVYFJCsc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSOVYFJCsc .row {
  justify-content: space-between;
}
.cid-uSOVYFJCsc .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uSOVYFJCsc .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uSOVYFJCsc .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSOVYFJCsc .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uSOVYFJCsc .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #000000;
}
.cid-uSOVYFJCsc .list li {
  margin-bottom: 25px;
}
.cid-uSOVYFJCsc .list li:last-child {
  margin-bottom: 0;
}
.cid-uSOVYFJCsc .mbr-desc {
  margin-bottom: 8px;
}
.cid-uSOVYFJCsc .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uSOVYFJCsc .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uSOVYFJCsc .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #a1e5cf;
}
.cid-uSOVYFJCsc .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #aa654c;
  transition: all .3s ease;
}
.cid-uSOVYFJCsc .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #000000;
  text-align: center;
}
.cid-uSOVYFJCsc .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #aa654c;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uSOVYFJCsc .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-uSOVYFJCsc .mbr-desc,
.cid-uSOVYFJCsc .mbr-iconfont {
  color: #000000;
}
.cid-uSOVYFJCsc .mbr-text,
.cid-uSOVYFJCsc .mbr-section-btn {
  color: #000000;
}
.cid-uSOWBBfNjM .navbar-dropdown {
  background-color: #aa654c !important;
  padding: 0;
}
.cid-uSOWBBfNjM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #aa654c !important;
  background: #aa654c;
}
.cid-uSOWBBfNjM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSOWBBfNjM .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSOWBBfNjM .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uSOWBBfNjM .menu_box .navbar.opened,
  .cid-uSOWBBfNjM .menu_box .navbar-collapse {
    background-color: #aa654c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uSOWBBfNjM .navbar-dropdown {
  position: relative !important;
}
.cid-uSOWBBfNjM .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uSOWBBfNjM .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uSOWBBfNjM .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uSOWBBfNjM .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uSOWBBfNjM .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uSOWBBfNjM .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #f1f4e9;
  }
  .cid-uSOWBBfNjM .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uSOWBBfNjM .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uSOWBBfNjM .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uSOWBBfNjM .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uSOWBBfNjM .offcanvas-body .mbr-text,
  .cid-uSOWBBfNjM .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uSOWBBfNjM .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uSOWBBfNjM .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uSOWBBfNjM .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #212529;
  }
  .cid-uSOWBBfNjM .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uSOWBBfNjM .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uSOWBBfNjM .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uSOWBBfNjM .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uSOWBBfNjM ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uSOWBBfNjM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSOWBBfNjM .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-uSOWBBfNjM .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uSOWBBfNjM 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-uSOWBBfNjM .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uSOWBBfNjM .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uSOWBBfNjM .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uSOWBBfNjM .nav-item {
    margin: 0 !important;
  }
}
.cid-uSOWBBfNjM .nav-item .nav-link {
  position: relative;
}
.cid-uSOWBBfNjM .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #e32020;
  transition: all 0.3s ease-out;
}
.cid-uSOWBBfNjM .nav-item .nav-link:hover,
.cid-uSOWBBfNjM .nav-item .nav-link:focus {
  opacity: 1;
  color: #e32020 !important;
  font-weight: 800 !important;
}
.cid-uSOWBBfNjM .nav-item .nav-link:hover::before,
.cid-uSOWBBfNjM .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uSOWBBfNjM .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uSOWBBfNjM .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uSOWBBfNjM .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uSOWBBfNjM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSOWBBfNjM .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-uSOWBBfNjM .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uSOWBBfNjM .offcanvas_box {
    display: none;
  }
}
.cid-uSOWBBfNjM .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uSOWBBfNjM .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uSOWBBfNjM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uSOWBBfNjM .container {
  display: flex;
  margin: auto;
}
.cid-uSOWBBfNjM .iconfont-wrapper {
  color: #e32020;
  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-uSOWBBfNjM .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uSOWBBfNjM .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uSOWBBfNjM .navbar-caption {
  color: #212529;
}
.cid-uSOWBBfNjM .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uSOWBBfNjM .navbar-nav {
    margin: 0;
  }
}
.cid-uSOWBBfNjM .dropdown-menu,
.cid-uSOWBBfNjM .navbar.opened {
  background-color: false !important;
}
.cid-uSOWBBfNjM .nav-item:focus,
.cid-uSOWBBfNjM .nav-link:focus {
  outline: none;
}
.cid-uSOWBBfNjM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSOWBBfNjM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSOWBBfNjM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSOWBBfNjM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSOWBBfNjM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSOWBBfNjM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSOWBBfNjM .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uSOWBBfNjM .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uSOWBBfNjM .navbar.opened {
  transition: all 0.3s;
}
.cid-uSOWBBfNjM .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uSOWBBfNjM .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 5px;
}
.cid-uSOWBBfNjM .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uSOWBBfNjM .navbar.collapsed {
  justify-content: center;
}
.cid-uSOWBBfNjM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSOWBBfNjM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSOWBBfNjM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSOWBBfNjM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSOWBBfNjM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSOWBBfNjM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uSOWBBfNjM .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uSOWBBfNjM .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uSOWBBfNjM .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uSOWBBfNjM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSOWBBfNjM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSOWBBfNjM .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uSOWBBfNjM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSOWBBfNjM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uSOWBBfNjM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSOWBBfNjM .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uSOWBBfNjM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uSOWBBfNjM .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uSOWBBfNjM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uSOWBBfNjM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSOWBBfNjM .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uSOWBBfNjM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSOWBBfNjM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSOWBBfNjM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSOWBBfNjM .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-uSOWBBfNjM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uSOWBBfNjM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSOWBBfNjM .dropdown-item.active,
.cid-uSOWBBfNjM .dropdown-item:active {
  background-color: transparent;
}
.cid-uSOWBBfNjM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSOWBBfNjM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSOWBBfNjM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSOWBBfNjM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSOWBBfNjM ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uSOWBBfNjM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSOWBBfNjM button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #aa654c;
  background: #f1f4e9;
}
.cid-uSOWBBfNjM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #212529;
}
.cid-uSOWBBfNjM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSOWBBfNjM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSOWBBfNjM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSOWBBfNjM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSOWBBfNjM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSOWBBfNjM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSOWBBfNjM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSOWBBfNjM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSOWBBfNjM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uSOWBBfNjM .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-uSOWBBfNjM .navbar {
    height: 70px;
  }
  .cid-uSOWBBfNjM .navbar.opened {
    height: auto;
  }
  .cid-uSOWBBfNjM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSOWBBfNjM .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uSOWBBfNjM .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uSOWBBfNjM .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uSOWBBfNjM .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-uSOWBBfNjM .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-uSOWBBfNjM .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-uSOWBBfNjM .navbar-caption:hover {
  color: #e32020;
}
@media (min-width: 992px) {
  .cid-uSOWBBfNjM .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
@media (min-width: 992px) {
  .cid-uSOWBBfNjM .nav-dropdown {
    margin: 0 auto;
  }
}
.cid-uSOWBBfNjM .text_widget {
  margin-bottom: 32px;
}
.cid-uSOWBBfNjM .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uSOWBBfNjM .text_widget a:hover {
  color: #e32020 !important;
}
.cid-uSOWBBfNjM .mbr-section-subtitle {
  color: #212529;
  text-align: center;
}
.cid-uSOWBBfNjM .mbr-text {
  color: #212529;
  text-align: center;
}
.cid-uSOWBBfNjM .mbr-section-subtitle,
.cid-uSOWBBfNjM .text_widget,
.cid-uSOWBBfNjM .mbr-section-btn {
  text-align: center;
}
.cid-uSOWBBfNjM a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uSPltAuQlt {
  background-color: #ffffff !important;
  border: 18px solid #ffffff;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-uSPltAuQlt {
    border: 8px solid #ffffff;
    margin-top: -8px;
  }
}
.cid-uSPltAuQlt .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-uSPltAuQlt section .mbr-background-video-preview {
  border-radius: 1.2rem !important;
}
.cid-uSPltAuQlt .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uSPltAuQlt .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSPltAuQlt .row .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-uSPltAuQlt .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uSPltAuQlt .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uSPltAuQlt .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSPltAuQlt .title-wrapper .image-wrapper {
  margin-top: 72px;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uSPltAuQlt .title-wrapper .image-wrapper {
    height: auto;
    margin-top: 30px;
  }
}
.cid-uSPltAuQlt .title-wrapper .image-wrapper img {
  height: 450px;
  width: 80%;
  object-fit: cover;
  border-radius: 1.2em;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uSPltAuQlt .title-wrapper .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uSPltAuQlt .title-wrapper .mbr-section-btn {
  margin-top: 30px;
}
.cid-uSPltAuQlt .mbr-section-title {
  color: #ed2c03;
}
.cid-uSPltAuQlt .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uSPltAuQlt .mbr-section-title,
.cid-uSPltAuQlt .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uSOWBDcz9m {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSOWBDcz9m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSOWBDcz9m .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-uSOWBDcz9m .container {
    padding: 0 30px;
  }
}
.cid-uSOWBDcz9m .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uSOWBDcz9m .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSOWBDcz9m .mbr-section-subtitle {
  color: #212529;
  text-align: left;
}
.cid-uSOWBDcz9m .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-uSOWBDUoJZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSOWBDUoJZ .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uSOWBDUoJZ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uSOWBDUoJZ .container {
    padding: 0 20px;
  }
}
.cid-uSOWBDUoJZ .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uSOWBDUoJZ .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uSOWBDUoJZ .content-wrapper .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uSOWBDUoJZ .content-wrapper .content-wrap {
    margin-bottom: 46px;
  }
}
.cid-uSOWBDUoJZ .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 32px;
}
.cid-uSOWBDUoJZ .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSOWBDUoJZ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSOWBDUoJZ .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uSOWBDUoJZ .google-map {
  height: 30rem;
  border-radius: 20px;
  position: relative;
}
.cid-uSOWBDUoJZ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uSOWBDUoJZ .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-uSOWBDUoJZ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uSOWBDUoJZ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uSOWBDUoJZ iframe {
  border-radius: 20px !important;
}
.cid-uSOWBEM22s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uSOWBEM22s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSOWBEM22s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSOWBEM22s .row {
  justify-content: space-between;
}
.cid-uSOWBEM22s .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uSOWBEM22s .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uSOWBEM22s .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSOWBEM22s .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uSOWBEM22s .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #000000;
}
.cid-uSOWBEM22s .list li {
  margin-bottom: 25px;
}
.cid-uSOWBEM22s .list li:last-child {
  margin-bottom: 0;
}
.cid-uSOWBEM22s .mbr-desc {
  margin-bottom: 8px;
}
.cid-uSOWBEM22s .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uSOWBEM22s .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uSOWBEM22s .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #a1e5cf;
}
.cid-uSOWBEM22s .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #aa654c;
  transition: all .3s ease;
}
.cid-uSOWBEM22s .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #000000;
  text-align: center;
}
.cid-uSOWBEM22s .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #aa654c;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uSOWBEM22s .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-uSOWBEM22s .mbr-desc,
.cid-uSOWBEM22s .mbr-iconfont {
  color: #000000;
}
.cid-uSOWBEM22s .mbr-text,
.cid-uSOWBEM22s .mbr-section-btn {
  color: #000000;
}
.cid-uSPo6D0pPb .navbar-dropdown {
  background-color: #aa654c !important;
  padding: 0;
}
.cid-uSPo6D0pPb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #aa654c !important;
  background: #aa654c;
}
.cid-uSPo6D0pPb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSPo6D0pPb .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSPo6D0pPb .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uSPo6D0pPb .menu_box .navbar.opened,
  .cid-uSPo6D0pPb .menu_box .navbar-collapse {
    background-color: #aa654c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uSPo6D0pPb .navbar-dropdown {
  position: relative !important;
}
.cid-uSPo6D0pPb .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uSPo6D0pPb .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uSPo6D0pPb .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uSPo6D0pPb .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uSPo6D0pPb .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uSPo6D0pPb .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #f1f4e9;
  }
  .cid-uSPo6D0pPb .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uSPo6D0pPb .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uSPo6D0pPb .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uSPo6D0pPb .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uSPo6D0pPb .offcanvas-body .mbr-text,
  .cid-uSPo6D0pPb .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uSPo6D0pPb .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uSPo6D0pPb .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uSPo6D0pPb .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #212529;
  }
  .cid-uSPo6D0pPb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uSPo6D0pPb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uSPo6D0pPb .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uSPo6D0pPb .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uSPo6D0pPb ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uSPo6D0pPb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSPo6D0pPb .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-uSPo6D0pPb .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uSPo6D0pPb 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-uSPo6D0pPb .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uSPo6D0pPb .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uSPo6D0pPb .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uSPo6D0pPb .nav-item {
    margin: 0 !important;
  }
}
.cid-uSPo6D0pPb .nav-item .nav-link {
  position: relative;
}
.cid-uSPo6D0pPb .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #e32020;
  transition: all 0.3s ease-out;
}
.cid-uSPo6D0pPb .nav-item .nav-link:hover,
.cid-uSPo6D0pPb .nav-item .nav-link:focus {
  opacity: 1;
  color: #e32020 !important;
  font-weight: 800 !important;
}
.cid-uSPo6D0pPb .nav-item .nav-link:hover::before,
.cid-uSPo6D0pPb .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uSPo6D0pPb .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uSPo6D0pPb .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uSPo6D0pPb .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uSPo6D0pPb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSPo6D0pPb .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-uSPo6D0pPb .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uSPo6D0pPb .offcanvas_box {
    display: none;
  }
}
.cid-uSPo6D0pPb .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uSPo6D0pPb .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uSPo6D0pPb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uSPo6D0pPb .container {
  display: flex;
  margin: auto;
}
.cid-uSPo6D0pPb .iconfont-wrapper {
  color: #e32020;
  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-uSPo6D0pPb .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uSPo6D0pPb .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uSPo6D0pPb .navbar-caption {
  color: #212529;
}
.cid-uSPo6D0pPb .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uSPo6D0pPb .navbar-nav {
    margin: 0;
  }
}
.cid-uSPo6D0pPb .dropdown-menu,
.cid-uSPo6D0pPb .navbar.opened {
  background-color: false !important;
}
.cid-uSPo6D0pPb .nav-item:focus,
.cid-uSPo6D0pPb .nav-link:focus {
  outline: none;
}
.cid-uSPo6D0pPb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSPo6D0pPb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSPo6D0pPb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSPo6D0pPb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSPo6D0pPb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSPo6D0pPb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSPo6D0pPb .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uSPo6D0pPb .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uSPo6D0pPb .navbar.opened {
  transition: all 0.3s;
}
.cid-uSPo6D0pPb .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uSPo6D0pPb .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 5px;
}
.cid-uSPo6D0pPb .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uSPo6D0pPb .navbar.collapsed {
  justify-content: center;
}
.cid-uSPo6D0pPb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSPo6D0pPb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSPo6D0pPb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSPo6D0pPb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSPo6D0pPb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSPo6D0pPb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uSPo6D0pPb .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uSPo6D0pPb .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uSPo6D0pPb .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uSPo6D0pPb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSPo6D0pPb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSPo6D0pPb .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uSPo6D0pPb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSPo6D0pPb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uSPo6D0pPb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSPo6D0pPb .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uSPo6D0pPb .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uSPo6D0pPb .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uSPo6D0pPb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uSPo6D0pPb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSPo6D0pPb .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uSPo6D0pPb .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSPo6D0pPb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSPo6D0pPb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSPo6D0pPb .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-uSPo6D0pPb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uSPo6D0pPb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSPo6D0pPb .dropdown-item.active,
.cid-uSPo6D0pPb .dropdown-item:active {
  background-color: transparent;
}
.cid-uSPo6D0pPb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSPo6D0pPb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSPo6D0pPb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSPo6D0pPb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSPo6D0pPb ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uSPo6D0pPb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSPo6D0pPb button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #aa654c;
  background: #f1f4e9;
}
.cid-uSPo6D0pPb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #212529;
}
.cid-uSPo6D0pPb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSPo6D0pPb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSPo6D0pPb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSPo6D0pPb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSPo6D0pPb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSPo6D0pPb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSPo6D0pPb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSPo6D0pPb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSPo6D0pPb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uSPo6D0pPb .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-uSPo6D0pPb .navbar {
    height: 70px;
  }
  .cid-uSPo6D0pPb .navbar.opened {
    height: auto;
  }
  .cid-uSPo6D0pPb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSPo6D0pPb .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uSPo6D0pPb .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uSPo6D0pPb .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uSPo6D0pPb .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-uSPo6D0pPb .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-uSPo6D0pPb .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-uSPo6D0pPb .navbar-caption:hover {
  color: #e32020;
}
@media (min-width: 992px) {
  .cid-uSPo6D0pPb .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
@media (min-width: 992px) {
  .cid-uSPo6D0pPb .nav-dropdown {
    margin: 0 auto;
  }
}
.cid-uSPo6D0pPb .text_widget {
  margin-bottom: 32px;
}
.cid-uSPo6D0pPb .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uSPo6D0pPb .text_widget a:hover {
  color: #e32020 !important;
}
.cid-uSPo6D0pPb .mbr-section-subtitle {
  color: #212529;
  text-align: center;
}
.cid-uSPo6D0pPb .mbr-text {
  color: #212529;
  text-align: center;
}
.cid-uSPo6D0pPb .mbr-section-subtitle,
.cid-uSPo6D0pPb .text_widget,
.cid-uSPo6D0pPb .mbr-section-btn {
  text-align: center;
}
.cid-uSPo6D0pPb a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uSPo6EmyWc {
  background-color: #ffffff !important;
  border: 18px solid #ffffff;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-uSPo6EmyWc {
    border: 8px solid #ffffff;
    margin-top: -8px;
  }
}
.cid-uSPo6EmyWc .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-uSPo6EmyWc section .mbr-background-video-preview {
  border-radius: 1.2rem !important;
}
.cid-uSPo6EmyWc .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uSPo6EmyWc .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSPo6EmyWc .row .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-uSPo6EmyWc .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uSPo6EmyWc .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uSPo6EmyWc .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSPo6EmyWc .title-wrapper .image-wrapper {
  margin-top: 72px;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uSPo6EmyWc .title-wrapper .image-wrapper {
    height: auto;
    margin-top: 30px;
  }
}
.cid-uSPo6EmyWc .title-wrapper .image-wrapper img {
  height: 450px;
  width: 80%;
  object-fit: cover;
  border-radius: 1.2em;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uSPo6EmyWc .title-wrapper .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uSPo6EmyWc .title-wrapper .mbr-section-btn {
  margin-top: 30px;
}
.cid-uSPo6EmyWc .mbr-section-title {
  color: #ed2c03;
}
.cid-uSPo6EmyWc .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uSPo6EmyWc .mbr-section-title,
.cid-uSPo6EmyWc .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uSPo6FmLZ5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSPo6FmLZ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSPo6FmLZ5 .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-uSPo6FmLZ5 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uSPo6FmLZ5 .container {
    padding: 0 12px;
  }
}
.cid-uSPo6FmLZ5 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uSPo6FmLZ5 .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uSPo6FmLZ5 .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uSPo6FmLZ5 .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #000000;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uSPo6FmLZ5 .mbr-section-title {
  color: #000000;
}
.cid-uSPo6Gfqlz {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #aa654c;
}
.cid-uSPo6Gfqlz .card-wrapper {
  background: #fff1e2;
  padding: 5rem;
}
@media (max-width: 992px) {
  .cid-uSPo6Gfqlz .card-wrapper {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uSPo6Gfqlz .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uSPo6Gfqlz .mbr-text {
  color: #000000;
}
.cid-uSPo6Gfqlz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSPo6Gfqlz .mbr-section-title {
  color: #000000;
}
.cid-uSPo6HcWi1 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #aa654c;
}
.cid-uSPo6HcWi1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSPo6HcWi1 .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-uSPo6HcWi1 .container {
    padding: 0 15px;
  }
}
.cid-uSPo6HcWi1 .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uSPo6HcWi1 .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uSPo6HcWi1 .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-uSPo6HcWi1 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uSPo6HcWi1 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSPo6HcWi1 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uSPo6HcWi1 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSPo6HcWi1 .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uSPo6HcWi1 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uSPo6HcWi1 .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #ffffff;
  box-shadow: 10px 10px 50px #d2d2df;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-uSPo6HcWi1 .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uSPo6HcWi1 .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-uSPo6HcWi1 .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uSPo6HcWi1 .mbr-section-title {
  color: #ffffff;
}
.cid-uSPo6HcWi1 .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uSPo6HcWi1 .mbr-text {
  color: #ffffff;
}
.cid-uSPo6HcWi1 .mbr-section-title,
.cid-uSPo6HcWi1 .mbr-section-btn {
  color: #ffffff;
}
.cid-uSPo6I69ys {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uSPo6I69ys .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSPo6I69ys .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-uSPo6I69ys .container {
    padding: 0 30px;
  }
}
.cid-uSPo6I69ys .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uSPo6I69ys .row {
    margin: 0 -34px;
  }
}
.cid-uSPo6I69ys .card {
  padding: 0 34px;
}
@media (max-width: 992px) {
  .cid-uSPo6I69ys .card {
    margin-bottom: 40px;
    padding: 0 12px;
  }
}
.cid-uSPo6I69ys .card .card-wrapper .mbr-number {
  margin-bottom: 25px;
}
.cid-uSPo6I69ys .card .card-wrapper .mbr-card-title {
  margin-bottom: 25px;
}
.cid-uSPo6I69ys .card .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSPo6I69ys .mbr-number {
  color: #F1F4E9;
  text-align: center;
}
.cid-uSPo6I69ys .mbr-card-title {
  color: #000000;
  text-align: center;
}
.cid-uSPo6I69ys .mbr-text {
  color: #F1F4E9;
  text-align: center;
}
.cid-uSPo6Jc4zF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSPo6Jc4zF .wrapper {
  background: #aa654c;
}
.cid-uSPo6Jc4zF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSPo6Jc4zF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSPo6Jc4zF .mbr-section-title {
  color: #ffffff;
}
.cid-uSPo6Jc4zF .mbr-text {
  color: #ffffff;
}
.cid-uSPo6Knwr0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSPo6Knwr0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSPo6Knwr0 .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-uSPo6Knwr0 .container {
    padding: 0 30px;
  }
}
.cid-uSPo6Knwr0 .row {
  justify-content: center;
}
.cid-uSPo6Knwr0 .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uSPo6Knwr0 .panel-group .card {
  border-radius: 0;
  border-bottom: 1px solid #212529;
  padding: 30px 0 40px;
}
.cid-uSPo6Knwr0 .panel-group .card:first-child {
  border-top: 1px solid #212529;
}
.cid-uSPo6Knwr0 .panel-group .card .card-header {
  padding: 10px 0;
  background-color: transparent;
  border: none;
}
.cid-uSPo6Knwr0 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uSPo6Knwr0 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uSPo6Knwr0 .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 18px;
  color: #212529;
  transition: all 0.3s ease-in-out;
  margin-left: 30px;
}
.cid-uSPo6Knwr0 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uSPo6Knwr0 .mbr-section-btn {
  text-align: center;
}
.cid-uSPo6Knwr0 .mbr-section-btn .btn {
  text-decoration: none;
}
.cid-uSPo6Knwr0 .mbr-section-btn .btn:hover,
.cid-uSPo6Knwr0 .mbr-section-btn .btn:focus {
  opacity: .75;
}
.cid-uSPo6Knwr0 .mbr-section-title {
  color: #212529;
}
.cid-uSPo6Knwr0 .panel-title-edit {
  color: #212529;
}
.cid-uSPo6Knwr0 .panel-text {
  color: #212529;
}
.cid-uSPo6Knwr0 .mbr-section-title,
.cid-uSPo6Knwr0 .mbr-section-btn {
  color: #000000;
}
.cid-uSPz0YXa3C {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uSPz0YXa3C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSPz0YXa3C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSPz0YXa3C .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-uSPz0YXa3C .items-wrapper {
    margin: 3px 0;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uSPz0YXa3C .items-wrapper .item {
    margin-bottom: 6px;
  }
  .cid-uSPz0YXa3C .items-wrapper .item:last-child {
    margin-bottom: 0 !important;
  }
}
.cid-uSPz0YXa3C .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cid-uSPz0YXa3C .items-wrapper .item .item-wrapper .image-wrapper {
  padding: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uSPz0YXa3C .items-wrapper .item .item-wrapper .image-wrapper {
    padding: 48px 24px;
    margin-bottom: 6px;
  }
}
.cid-uSPz0YXa3C .items-wrapper .item .item-wrapper .image-wrapper .card-price {
  width: 100%;
  margin-bottom: 24px;
}
.cid-uSPz0YXa3C .items-wrapper .item .item-wrapper .image-wrapper .item-img {
  border: 11px solid #ffffff;
  background-color: #ffffff;
  overflow: hidden;
  box-shadow: 10px 14px 50px #000000;
}
@media (max-width: 992px) {
  .cid-uSPz0YXa3C .items-wrapper .item .item-wrapper .image-wrapper .item-img {
    border: 6px solid #ffffff;
  }
}
.cid-uSPz0YXa3C .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
  height: 400px;
  width: 390px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uSPz0YXa3C .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
    height: 350px;
    width: 320px;
  }
}
@media (max-width: 992px) {
  .cid-uSPz0YXa3C .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
    height: 350px;
    width: 180px;
  }
}
.cid-uSPz0YXa3C .items-wrapper .item .item-wrapper .card_1 {
  background-color: #aa654c;
}
.cid-uSPz0YXa3C .items-wrapper .item .item-wrapper .card_2 {
  background-color: #aa654c;
}
.cid-uSPz0YXa3C .items-wrapper .item .item-wrapper .card-box {
  margin-top: -10rem;
  padding: 64px;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uSPz0YXa3C .items-wrapper .item .item-wrapper .card-box {
    padding: 48px 24px;
  }
}
.cid-uSPz0YXa3C .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-uSPz0YXa3C .items-wrapper .item .item-wrapper .card-box .text-wrapper .card-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 24px;
}
@media (max-width: 1440px) {
  .cid-uSPz0YXa3C .items-wrapper .item .item-wrapper .card-box .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uSPz0YXa3C .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSPz0YXa3C .card-title {
  color: #000000;
}
.cid-uSPz0YXa3C .card-text {
  color: #000000;
}
.cid-uSPo6MU6Hq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #aa654c;
}
.cid-uSPo6MU6Hq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSPo6MU6Hq .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-uSPo6MU6Hq .container {
    padding: 0 30px;
  }
}
.cid-uSPo6MU6Hq .row {
  justify-content: center;
}
.cid-uSPo6MU6Hq .title-wrapper {
  margin: 0 12%;
  border-bottom: 1px solid #f1f4e9;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSPo6MU6Hq .title-wrapper {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 992px) {
  .cid-uSPo6MU6Hq .title-wrapper {
    margin: 0;
  }
}
.cid-uSPo6MU6Hq .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uSPo6MU6Hq .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uSPo6MU6Hq .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uSPo6MU6Hq .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uSPo6MU6Hq .mbr-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.cid-uSPo6MU6Hq .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSPo6MU6Hq .mbr-text {
  color: #ffffff;
}
.cid-uSPo6MU6Hq .mbr-name {
  color: #f1f4e9;
  text-align: center;
}
.cid-uSPo6P3uF2 {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSPo6P3uF2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSPo6P3uF2 .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-uSPo6P3uF2 .container {
    padding: 0 20px;
  }
}
.cid-uSPo6P3uF2 .row {
  margin: 0;
}
.cid-uSPo6P3uF2 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSPo6P3uF2 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uSPo6P3uF2 .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uSPo6P3uF2 .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uSPo6P3uF2 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uSPo6P3uF2 .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uSPo6P3uF2 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSPo6Qt3lO {
  padding-top: 9rem;
  padding-bottom: 11rem;
  background-color: #fff1e2;
}
.cid-uSPo6Qt3lO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSPo6Qt3lO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSPo6Qt3lO .row {
  justify-content: space-between;
}
.cid-uSPo6Qt3lO .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #aa654c;
}
@media (max-width: 992px) {
  .cid-uSPo6Qt3lO .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uSPo6Qt3lO .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uSPo6Qt3lO .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSPo6Qt3lO .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uSPo6Qt3lO .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uSPo6Qt3lO .mbr-label {
  color: #000000;
}
.cid-uSPo6Qt3lO .mbr-section-title {
  color: #000000;
}
.cid-uSPo6Qt3lO .mbr-desc {
  color: #000000;
}
.cid-uSPo6Qt3lO .mbr-text {
  color: #8a8a8a;
}
.cid-uSPz3aK7SI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #aa654c;
  overflow: hidden;
}
.cid-uSPz3aK7SI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSPz3aK7SI .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-uSPz3aK7SI .container {
    padding: 0 30px;
  }
}
.cid-uSPz3aK7SI .content-wrapper .image-wrapper {
  position: relative;
  margin: 0 120px;
}
@media (max-width: 992px) {
  .cid-uSPz3aK7SI .content-wrapper .image-wrapper {
    margin: 0;
  }
}
.cid-uSPz3aK7SI .content-wrapper .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSPz3aK7SI .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uSPz3aK7SI .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 146px;
  height: 146px;
  background-image: linear-gradient(45deg, #ffffff 50%, #aa654c 50%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uSPz3aK7SI .content-wrapper .image-wrapper::before {
    width: 50px;
    height: 50px;
  }
}
.cid-uSPz3aK7SI .content-wrapper .content-wrap {
  padding: 80px 120px 0;
  border-top: 1px solid #bee0d6;
  position: relative;
  margin-top: 180px;
}
.cid-uSPz3aK7SI .content-wrapper .content-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uSPz3aK7SI .content-wrapper .content-wrap {
    margin-top: 80px;
  }
}
@media (max-width: 1440px) {
  .cid-uSPz3aK7SI .content-wrapper .content-wrap {
    padding: 80px 60px 0;
  }
}
@media (max-width: 992px) {
  .cid-uSPz3aK7SI .content-wrapper .content-wrap {
    padding: 40px 0 0;
  }
}
.cid-uSPz3aK7SI .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uSPz3aK7SI .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uSPz3aK7SI .mbr-section-title {
  color: #bee0d6;
}
.cid-uSPz3aK7SI .mbr-section-title,
.cid-uSPz3aK7SI .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uSPo6ROxIQ {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uSPo6ROxIQ {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (max-width: 768px) {
  .cid-uSPo6ROxIQ {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
}
.cid-uSPo6ROxIQ .mbr-section-subtitle {
  text-align: left;
}
.cid-uSPo6ROxIQ .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uSPo6ROxIQ .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uSPo6T435I {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #aa654c;
}
.cid-uSPo6T435I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSPo6T435I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSPo6T435I a {
  font-weight: 900;
}
.cid-uSPo6T435I .text-wrapper {
  padding: 4rem;
}
@media (max-width: 767px) {
  .cid-uSPo6T435I .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uSPo6T435I .wrapper {
  background: #ffffff;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uSPo6T435I .image-wrapper {
  padding: 0;
}
.cid-uSPo6T435I .image-wrapper img {
  height: 100%;
  border-radius: 2rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSPo6T435I .image-wrapper img {
    border-radius: 0;
  }
}
.cid-uSPo6T435I .mbr-section-title {
  color: #000000;
}
.cid-uSPo6T435I .mbr-text,
.cid-uSPo6T435I .mbr-section-btn {
  color: #000000;
}
.cid-uSPogfjzcx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSPogfjzcx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSPogfjzcx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSPogfjzcx .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uSPogfjzcx .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uSPogfjzcx .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uSPogfjzcx .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uSPogfjzcx .container {
    padding: 0 16px;
  }
}
.cid-uSPogfjzcx .row {
  justify-content: center;
}
.cid-uSPogfjzcx .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSPogfjzcx .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uSPogfjzcx .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #000000;
}
.cid-uSPogfjzcx .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-uSPogfjzcx .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-uSPogfjzcx .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uSPogfjzcx .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-uSPogfjzcx .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uSPogfjzcx .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uSPogfjzcx .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uSPogfjzcx .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-uSPogfjzcx .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uSPogfjzcx .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-uSPogfjzcx .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uSPogfjzcx .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSPogfjzcx .panel-title {
  color: #000000;
}
.cid-uSPogfjzcx .panel-text {
  color: #000000;
}
.cid-uSPo6VrjaX {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSPo6VrjaX .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uSPo6VrjaX .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uSPo6VrjaX .container {
    padding: 0 20px;
  }
}
.cid-uSPo6VrjaX .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uSPo6VrjaX .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uSPo6VrjaX .content-wrapper .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uSPo6VrjaX .content-wrapper .content-wrap {
    margin-bottom: 46px;
  }
}
.cid-uSPo6VrjaX .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 32px;
}
.cid-uSPo6VrjaX .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSPo6VrjaX .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSPo6VrjaX .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uSPo6VrjaX .google-map {
  height: 30rem;
  border-radius: 20px;
  position: relative;
}
.cid-uSPo6VrjaX .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uSPo6VrjaX .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-uSPo6VrjaX .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uSPo6VrjaX .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uSPo6VrjaX iframe {
  border-radius: 20px !important;
}
.cid-uSPo6XGICp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uSPo6XGICp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSPo6XGICp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSPo6XGICp .row {
  justify-content: space-between;
}
.cid-uSPo6XGICp .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uSPo6XGICp .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uSPo6XGICp .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSPo6XGICp .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uSPo6XGICp .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #000000;
}
.cid-uSPo6XGICp .list li {
  margin-bottom: 25px;
}
.cid-uSPo6XGICp .list li:last-child {
  margin-bottom: 0;
}
.cid-uSPo6XGICp .mbr-desc {
  margin-bottom: 8px;
}
.cid-uSPo6XGICp .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uSPo6XGICp .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uSPo6XGICp .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #a1e5cf;
}
.cid-uSPo6XGICp .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #aa654c;
  transition: all .3s ease;
}
.cid-uSPo6XGICp .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #000000;
  text-align: center;
}
.cid-uSPo6XGICp .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #aa654c;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uSPo6XGICp .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-uSPo6XGICp .mbr-desc,
.cid-uSPo6XGICp .mbr-iconfont {
  color: #000000;
}
.cid-uSPo6XGICp .mbr-text,
.cid-uSPo6XGICp .mbr-section-btn {
  color: #000000;
}
.cid-uSPosdeuN4 .navbar-dropdown {
  background-color: #aa654c !important;
  padding: 0;
}
.cid-uSPosdeuN4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #aa654c !important;
  background: #aa654c;
}
.cid-uSPosdeuN4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSPosdeuN4 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSPosdeuN4 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uSPosdeuN4 .menu_box .navbar.opened,
  .cid-uSPosdeuN4 .menu_box .navbar-collapse {
    background-color: #aa654c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uSPosdeuN4 .navbar-dropdown {
  position: relative !important;
}
.cid-uSPosdeuN4 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uSPosdeuN4 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uSPosdeuN4 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uSPosdeuN4 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uSPosdeuN4 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uSPosdeuN4 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #f1f4e9;
  }
  .cid-uSPosdeuN4 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uSPosdeuN4 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uSPosdeuN4 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uSPosdeuN4 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uSPosdeuN4 .offcanvas-body .mbr-text,
  .cid-uSPosdeuN4 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uSPosdeuN4 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uSPosdeuN4 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uSPosdeuN4 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #212529;
  }
  .cid-uSPosdeuN4 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uSPosdeuN4 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uSPosdeuN4 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uSPosdeuN4 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uSPosdeuN4 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uSPosdeuN4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSPosdeuN4 .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-uSPosdeuN4 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uSPosdeuN4 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-uSPosdeuN4 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uSPosdeuN4 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uSPosdeuN4 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uSPosdeuN4 .nav-item {
    margin: 0 !important;
  }
}
.cid-uSPosdeuN4 .nav-item .nav-link {
  position: relative;
}
.cid-uSPosdeuN4 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #e32020;
  transition: all 0.3s ease-out;
}
.cid-uSPosdeuN4 .nav-item .nav-link:hover,
.cid-uSPosdeuN4 .nav-item .nav-link:focus {
  opacity: 1;
  color: #e32020 !important;
  font-weight: 800 !important;
}
.cid-uSPosdeuN4 .nav-item .nav-link:hover::before,
.cid-uSPosdeuN4 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uSPosdeuN4 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uSPosdeuN4 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uSPosdeuN4 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uSPosdeuN4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSPosdeuN4 .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-uSPosdeuN4 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uSPosdeuN4 .offcanvas_box {
    display: none;
  }
}
.cid-uSPosdeuN4 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uSPosdeuN4 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uSPosdeuN4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uSPosdeuN4 .container {
  display: flex;
  margin: auto;
}
.cid-uSPosdeuN4 .iconfont-wrapper {
  color: #e32020;
  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-uSPosdeuN4 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uSPosdeuN4 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uSPosdeuN4 .navbar-caption {
  color: #212529;
}
.cid-uSPosdeuN4 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uSPosdeuN4 .navbar-nav {
    margin: 0;
  }
}
.cid-uSPosdeuN4 .dropdown-menu,
.cid-uSPosdeuN4 .navbar.opened {
  background-color: false !important;
}
.cid-uSPosdeuN4 .nav-item:focus,
.cid-uSPosdeuN4 .nav-link:focus {
  outline: none;
}
.cid-uSPosdeuN4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSPosdeuN4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSPosdeuN4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSPosdeuN4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSPosdeuN4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSPosdeuN4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSPosdeuN4 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uSPosdeuN4 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uSPosdeuN4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uSPosdeuN4 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uSPosdeuN4 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 5px;
}
.cid-uSPosdeuN4 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uSPosdeuN4 .navbar.collapsed {
  justify-content: center;
}
.cid-uSPosdeuN4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSPosdeuN4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSPosdeuN4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSPosdeuN4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSPosdeuN4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSPosdeuN4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uSPosdeuN4 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uSPosdeuN4 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uSPosdeuN4 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uSPosdeuN4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSPosdeuN4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSPosdeuN4 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uSPosdeuN4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSPosdeuN4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uSPosdeuN4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSPosdeuN4 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uSPosdeuN4 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uSPosdeuN4 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uSPosdeuN4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uSPosdeuN4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSPosdeuN4 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uSPosdeuN4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSPosdeuN4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSPosdeuN4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSPosdeuN4 .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-uSPosdeuN4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uSPosdeuN4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSPosdeuN4 .dropdown-item.active,
.cid-uSPosdeuN4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uSPosdeuN4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSPosdeuN4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSPosdeuN4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSPosdeuN4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSPosdeuN4 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uSPosdeuN4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSPosdeuN4 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #aa654c;
  background: #f1f4e9;
}
.cid-uSPosdeuN4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #212529;
}
.cid-uSPosdeuN4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSPosdeuN4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSPosdeuN4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSPosdeuN4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSPosdeuN4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSPosdeuN4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSPosdeuN4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSPosdeuN4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSPosdeuN4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uSPosdeuN4 .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-uSPosdeuN4 .navbar {
    height: 70px;
  }
  .cid-uSPosdeuN4 .navbar.opened {
    height: auto;
  }
  .cid-uSPosdeuN4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSPosdeuN4 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uSPosdeuN4 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uSPosdeuN4 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uSPosdeuN4 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-uSPosdeuN4 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-uSPosdeuN4 .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-uSPosdeuN4 .navbar-caption:hover {
  color: #e32020;
}
@media (min-width: 992px) {
  .cid-uSPosdeuN4 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
@media (min-width: 992px) {
  .cid-uSPosdeuN4 .nav-dropdown {
    margin: 0 auto;
  }
}
.cid-uSPosdeuN4 .text_widget {
  margin-bottom: 32px;
}
.cid-uSPosdeuN4 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uSPosdeuN4 .text_widget a:hover {
  color: #e32020 !important;
}
.cid-uSPosdeuN4 .mbr-section-subtitle {
  color: #212529;
  text-align: center;
}
.cid-uSPosdeuN4 .mbr-text {
  color: #212529;
  text-align: center;
}
.cid-uSPosdeuN4 .mbr-section-subtitle,
.cid-uSPosdeuN4 .text_widget,
.cid-uSPosdeuN4 .mbr-section-btn {
  text-align: center;
}
.cid-uSPosdeuN4 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uSPoseAlIe {
  background-color: #ffffff !important;
  border: 18px solid #ffffff;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-uSPoseAlIe {
    border: 8px solid #ffffff;
    margin-top: -8px;
  }
}
.cid-uSPoseAlIe .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-uSPoseAlIe section .mbr-background-video-preview {
  border-radius: 1.2rem !important;
}
.cid-uSPoseAlIe .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uSPoseAlIe .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSPoseAlIe .row .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-uSPoseAlIe .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uSPoseAlIe .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uSPoseAlIe .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSPoseAlIe .title-wrapper .image-wrapper {
  margin-top: 72px;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uSPoseAlIe .title-wrapper .image-wrapper {
    height: auto;
    margin-top: 30px;
  }
}
.cid-uSPoseAlIe .title-wrapper .image-wrapper img {
  height: 450px;
  width: 80%;
  object-fit: cover;
  border-radius: 1.2em;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uSPoseAlIe .title-wrapper .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uSPoseAlIe .title-wrapper .mbr-section-btn {
  margin-top: 30px;
}
.cid-uSPoseAlIe .mbr-section-title {
  color: #ed2c03;
}
.cid-uSPoseAlIe .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uSPoseAlIe .mbr-section-title,
.cid-uSPoseAlIe .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uSPosfurhf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSPosfurhf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSPosfurhf .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-uSPosfurhf .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uSPosfurhf .container {
    padding: 0 12px;
  }
}
.cid-uSPosfurhf .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uSPosfurhf .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uSPosfurhf .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uSPosfurhf .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #000000;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uSPosfurhf .mbr-section-title {
  color: #000000;
}
.cid-uSPosgqXNS {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #aa654c;
}
.cid-uSPosgqXNS .card-wrapper {
  background: #fff1e2;
  padding: 5rem;
}
@media (max-width: 992px) {
  .cid-uSPosgqXNS .card-wrapper {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uSPosgqXNS .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uSPosgqXNS .mbr-text {
  color: #000000;
}
.cid-uSPosgqXNS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSPosgqXNS .mbr-section-title {
  color: #000000;
}
.cid-uSPoshdenv {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #aa654c;
}
.cid-uSPoshdenv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSPoshdenv .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-uSPoshdenv .container {
    padding: 0 15px;
  }
}
.cid-uSPoshdenv .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uSPoshdenv .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uSPoshdenv .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-uSPoshdenv .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uSPoshdenv .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSPoshdenv .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uSPoshdenv .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSPoshdenv .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uSPoshdenv .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uSPoshdenv .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #ffffff;
  box-shadow: 10px 10px 50px #d2d2df;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-uSPoshdenv .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uSPoshdenv .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-uSPoshdenv .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uSPoshdenv .mbr-section-title {
  color: #ffffff;
}
.cid-uSPoshdenv .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uSPoshdenv .mbr-text {
  color: #ffffff;
}
.cid-uSPoshdenv .mbr-section-title,
.cid-uSPoshdenv .mbr-section-btn {
  color: #ffffff;
}
.cid-uSPosiakXt {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uSPosiakXt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSPosiakXt .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-uSPosiakXt .container {
    padding: 0 30px;
  }
}
.cid-uSPosiakXt .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uSPosiakXt .row {
    margin: 0 -34px;
  }
}
.cid-uSPosiakXt .card {
  padding: 0 34px;
}
@media (max-width: 992px) {
  .cid-uSPosiakXt .card {
    margin-bottom: 40px;
    padding: 0 12px;
  }
}
.cid-uSPosiakXt .card .card-wrapper .mbr-number {
  margin-bottom: 25px;
}
.cid-uSPosiakXt .card .card-wrapper .mbr-card-title {
  margin-bottom: 25px;
}
.cid-uSPosiakXt .card .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSPosiakXt .mbr-number {
  color: #F1F4E9;
  text-align: center;
}
.cid-uSPosiakXt .mbr-card-title {
  color: #000000;
  text-align: center;
}
.cid-uSPosiakXt .mbr-text {
  color: #F1F4E9;
  text-align: center;
}
.cid-uSPosjh10U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSPosjh10U .wrapper {
  background: #aa654c;
}
.cid-uSPosjh10U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSPosjh10U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSPosjh10U .mbr-section-title {
  color: #ffffff;
}
.cid-uSPosjh10U .mbr-text {
  color: #ffffff;
}
.cid-uSPxF5ZkdP {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uSPxF5ZkdP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSPxF5ZkdP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSPxF5ZkdP .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-uSPxF5ZkdP .items-wrapper {
    margin: 3px 0;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uSPxF5ZkdP .items-wrapper .item {
    margin-bottom: 6px;
  }
  .cid-uSPxF5ZkdP .items-wrapper .item:last-child {
    margin-bottom: 0 !important;
  }
}
.cid-uSPxF5ZkdP .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cid-uSPxF5ZkdP .items-wrapper .item .item-wrapper .image-wrapper {
  padding: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uSPxF5ZkdP .items-wrapper .item .item-wrapper .image-wrapper {
    padding: 48px 24px;
    margin-bottom: 6px;
  }
}
.cid-uSPxF5ZkdP .items-wrapper .item .item-wrapper .image-wrapper .card-price {
  width: 100%;
  margin-bottom: 24px;
}
.cid-uSPxF5ZkdP .items-wrapper .item .item-wrapper .image-wrapper .item-img {
  border: 11px solid #ffffff;
  background-color: #ffffff;
  overflow: hidden;
  box-shadow: 10px 14px 50px #000000;
}
@media (max-width: 992px) {
  .cid-uSPxF5ZkdP .items-wrapper .item .item-wrapper .image-wrapper .item-img {
    border: 6px solid #ffffff;
  }
}
.cid-uSPxF5ZkdP .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
  height: 400px;
  width: 390px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uSPxF5ZkdP .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
    height: 350px;
    width: 320px;
  }
}
@media (max-width: 992px) {
  .cid-uSPxF5ZkdP .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
    height: 350px;
    width: 180px;
  }
}
.cid-uSPxF5ZkdP .items-wrapper .item .item-wrapper .card_1 {
  background-color: #aa654c;
}
.cid-uSPxF5ZkdP .items-wrapper .item .item-wrapper .card_2 {
  background-color: #aa654c;
}
.cid-uSPxF5ZkdP .items-wrapper .item .item-wrapper .card-box {
  margin-top: -10rem;
  padding: 64px;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uSPxF5ZkdP .items-wrapper .item .item-wrapper .card-box {
    padding: 48px 24px;
  }
}
.cid-uSPxF5ZkdP .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-uSPxF5ZkdP .items-wrapper .item .item-wrapper .card-box .text-wrapper .card-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 24px;
}
@media (max-width: 1440px) {
  .cid-uSPxF5ZkdP .items-wrapper .item .item-wrapper .card-box .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uSPxF5ZkdP .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSPxF5ZkdP .card-title {
  color: #000000;
}
.cid-uSPxF5ZkdP .card-text {
  color: #000000;
}
.cid-uSPoskhugv {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSPoskhugv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSPoskhugv .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-uSPoskhugv .container {
    padding: 0 30px;
  }
}
.cid-uSPoskhugv .row {
  justify-content: center;
}
.cid-uSPoskhugv .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uSPoskhugv .panel-group .card {
  border-radius: 0;
  border-bottom: 1px solid #212529;
  padding: 30px 0 40px;
}
.cid-uSPoskhugv .panel-group .card:first-child {
  border-top: 1px solid #212529;
}
.cid-uSPoskhugv .panel-group .card .card-header {
  padding: 10px 0;
  background-color: transparent;
  border: none;
}
.cid-uSPoskhugv .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uSPoskhugv .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uSPoskhugv .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 18px;
  color: #212529;
  transition: all 0.3s ease-in-out;
  margin-left: 30px;
}
.cid-uSPoskhugv .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uSPoskhugv .mbr-section-btn {
  text-align: center;
}
.cid-uSPoskhugv .mbr-section-btn .btn {
  text-decoration: none;
}
.cid-uSPoskhugv .mbr-section-btn .btn:hover,
.cid-uSPoskhugv .mbr-section-btn .btn:focus {
  opacity: .75;
}
.cid-uSPoskhugv .mbr-section-title {
  color: #212529;
}
.cid-uSPoskhugv .panel-title-edit {
  color: #212529;
}
.cid-uSPoskhugv .panel-text {
  color: #212529;
}
.cid-uSPoskhugv .mbr-section-title,
.cid-uSPoskhugv .mbr-section-btn {
  color: #000000;
}
.cid-uSPoslwagx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #aa654c;
}
.cid-uSPoslwagx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSPoslwagx .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-uSPoslwagx .container {
    padding: 0 30px;
  }
}
.cid-uSPoslwagx .row {
  justify-content: center;
}
.cid-uSPoslwagx .title-wrapper {
  margin: 0 12%;
  border-bottom: 1px solid #f1f4e9;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSPoslwagx .title-wrapper {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 992px) {
  .cid-uSPoslwagx .title-wrapper {
    margin: 0;
  }
}
.cid-uSPoslwagx .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uSPoslwagx .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uSPoslwagx .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uSPoslwagx .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uSPoslwagx .mbr-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.cid-uSPoslwagx .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSPoslwagx .mbr-text {
  color: #ffffff;
}
.cid-uSPoslwagx .mbr-name {
  color: #f1f4e9;
  text-align: center;
}
.cid-uSPosmugbS {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSPosmugbS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSPosmugbS .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-uSPosmugbS .container {
    padding: 0 20px;
  }
}
.cid-uSPosmugbS .row {
  margin: 0;
}
.cid-uSPosmugbS .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSPosmugbS .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uSPosmugbS .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uSPosmugbS .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uSPosmugbS .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uSPosmugbS .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uSPosmugbS .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSPosnlE5N {
  padding-top: 9rem;
  padding-bottom: 11rem;
  background-color: #fff1e2;
}
.cid-uSPosnlE5N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSPosnlE5N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSPosnlE5N .row {
  justify-content: space-between;
}
.cid-uSPosnlE5N .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #aa654c;
}
@media (max-width: 992px) {
  .cid-uSPosnlE5N .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uSPosnlE5N .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uSPosnlE5N .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSPosnlE5N .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uSPosnlE5N .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uSPosnlE5N .mbr-label {
  color: #000000;
}
.cid-uSPosnlE5N .mbr-section-title {
  color: #000000;
}
.cid-uSPosnlE5N .mbr-desc {
  color: #000000;
}
.cid-uSPosnlE5N .mbr-text {
  color: #8a8a8a;
}
.cid-uSPvX4KIDz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #aa654c;
  overflow: hidden;
}
.cid-uSPvX4KIDz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSPvX4KIDz .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-uSPvX4KIDz .container {
    padding: 0 30px;
  }
}
.cid-uSPvX4KIDz .content-wrapper .image-wrapper {
  position: relative;
  margin: 0 120px;
}
@media (max-width: 992px) {
  .cid-uSPvX4KIDz .content-wrapper .image-wrapper {
    margin: 0;
  }
}
.cid-uSPvX4KIDz .content-wrapper .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSPvX4KIDz .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uSPvX4KIDz .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 146px;
  height: 146px;
  background-image: linear-gradient(45deg, #ffffff 50%, #aa654c 50%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uSPvX4KIDz .content-wrapper .image-wrapper::before {
    width: 50px;
    height: 50px;
  }
}
.cid-uSPvX4KIDz .content-wrapper .content-wrap {
  padding: 80px 120px 0;
  border-top: 1px solid #bee0d6;
  position: relative;
  margin-top: 180px;
}
.cid-uSPvX4KIDz .content-wrapper .content-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uSPvX4KIDz .content-wrapper .content-wrap {
    margin-top: 80px;
  }
}
@media (max-width: 1440px) {
  .cid-uSPvX4KIDz .content-wrapper .content-wrap {
    padding: 80px 60px 0;
  }
}
@media (max-width: 992px) {
  .cid-uSPvX4KIDz .content-wrapper .content-wrap {
    padding: 40px 0 0;
  }
}
.cid-uSPvX4KIDz .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uSPvX4KIDz .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uSPvX4KIDz .mbr-section-title {
  color: #bee0d6;
}
.cid-uSPvX4KIDz .mbr-section-title,
.cid-uSPvX4KIDz .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uSPosodoWk {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uSPosodoWk {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (max-width: 768px) {
  .cid-uSPosodoWk {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
}
.cid-uSPosodoWk .mbr-section-subtitle {
  text-align: left;
}
.cid-uSPosodoWk .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uSPosodoWk .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uSPosp6VVN {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #aa654c;
}
.cid-uSPosp6VVN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSPosp6VVN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSPosp6VVN a {
  font-weight: 900;
}
.cid-uSPosp6VVN .text-wrapper {
  padding: 4rem;
}
@media (max-width: 767px) {
  .cid-uSPosp6VVN .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uSPosp6VVN .wrapper {
  background: #ffffff;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uSPosp6VVN .image-wrapper {
  padding: 0;
}
.cid-uSPosp6VVN .image-wrapper img {
  height: 100%;
  border-radius: 2rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSPosp6VVN .image-wrapper img {
    border-radius: 0;
  }
}
.cid-uSPosp6VVN .mbr-section-title {
  color: #000000;
}
.cid-uSPosp6VVN .mbr-text,
.cid-uSPosp6VVN .mbr-section-btn {
  color: #000000;
}
.cid-uSPosq3UZi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSPosq3UZi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSPosq3UZi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSPosq3UZi .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uSPosq3UZi .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uSPosq3UZi .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uSPosq3UZi .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uSPosq3UZi .container {
    padding: 0 16px;
  }
}
.cid-uSPosq3UZi .row {
  justify-content: center;
}
.cid-uSPosq3UZi .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSPosq3UZi .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uSPosq3UZi .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #000000;
}
.cid-uSPosq3UZi .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-uSPosq3UZi .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-uSPosq3UZi .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uSPosq3UZi .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-uSPosq3UZi .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uSPosq3UZi .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uSPosq3UZi .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uSPosq3UZi .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-uSPosq3UZi .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uSPosq3UZi .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-uSPosq3UZi .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uSPosq3UZi .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSPosq3UZi .panel-title {
  color: #000000;
}
.cid-uSPosq3UZi .panel-text {
  color: #000000;
}
.cid-uSPosr3WZj {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSPosr3WZj .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uSPosr3WZj .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uSPosr3WZj .container {
    padding: 0 20px;
  }
}
.cid-uSPosr3WZj .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uSPosr3WZj .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uSPosr3WZj .content-wrapper .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uSPosr3WZj .content-wrapper .content-wrap {
    margin-bottom: 46px;
  }
}
.cid-uSPosr3WZj .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 32px;
}
.cid-uSPosr3WZj .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSPosr3WZj .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSPosr3WZj .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uSPosr3WZj .google-map {
  height: 30rem;
  border-radius: 20px;
  position: relative;
}
.cid-uSPosr3WZj .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uSPosr3WZj .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-uSPosr3WZj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uSPosr3WZj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uSPosr3WZj iframe {
  border-radius: 20px !important;
}
.cid-uSPossaEZP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uSPossaEZP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSPossaEZP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSPossaEZP .row {
  justify-content: space-between;
}
.cid-uSPossaEZP .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uSPossaEZP .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uSPossaEZP .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSPossaEZP .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uSPossaEZP .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #000000;
}
.cid-uSPossaEZP .list li {
  margin-bottom: 25px;
}
.cid-uSPossaEZP .list li:last-child {
  margin-bottom: 0;
}
.cid-uSPossaEZP .mbr-desc {
  margin-bottom: 8px;
}
.cid-uSPossaEZP .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uSPossaEZP .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uSPossaEZP .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #a1e5cf;
}
.cid-uSPossaEZP .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #aa654c;
  transition: all .3s ease;
}
.cid-uSPossaEZP .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #000000;
  text-align: center;
}
.cid-uSPossaEZP .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #aa654c;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uSPossaEZP .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-uSPossaEZP .mbr-desc,
.cid-uSPossaEZP .mbr-iconfont {
  color: #000000;
}
.cid-uSPossaEZP .mbr-text,
.cid-uSPossaEZP .mbr-section-btn {
  color: #000000;
}
.cid-uSPzfOx2uL .navbar-dropdown {
  background-color: #aa654c !important;
  padding: 0;
}
.cid-uSPzfOx2uL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #aa654c !important;
  background: #aa654c;
}
.cid-uSPzfOx2uL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSPzfOx2uL .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSPzfOx2uL .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uSPzfOx2uL .menu_box .navbar.opened,
  .cid-uSPzfOx2uL .menu_box .navbar-collapse {
    background-color: #aa654c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uSPzfOx2uL .navbar-dropdown {
  position: relative !important;
}
.cid-uSPzfOx2uL .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uSPzfOx2uL .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uSPzfOx2uL .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uSPzfOx2uL .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uSPzfOx2uL .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uSPzfOx2uL .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #f1f4e9;
  }
  .cid-uSPzfOx2uL .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uSPzfOx2uL .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uSPzfOx2uL .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uSPzfOx2uL .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uSPzfOx2uL .offcanvas-body .mbr-text,
  .cid-uSPzfOx2uL .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uSPzfOx2uL .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uSPzfOx2uL .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uSPzfOx2uL .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #212529;
  }
  .cid-uSPzfOx2uL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uSPzfOx2uL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uSPzfOx2uL .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uSPzfOx2uL .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uSPzfOx2uL ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uSPzfOx2uL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSPzfOx2uL .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-uSPzfOx2uL .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uSPzfOx2uL 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-uSPzfOx2uL .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uSPzfOx2uL .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uSPzfOx2uL .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uSPzfOx2uL .nav-item {
    margin: 0 !important;
  }
}
.cid-uSPzfOx2uL .nav-item .nav-link {
  position: relative;
}
.cid-uSPzfOx2uL .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #e32020;
  transition: all 0.3s ease-out;
}
.cid-uSPzfOx2uL .nav-item .nav-link:hover,
.cid-uSPzfOx2uL .nav-item .nav-link:focus {
  opacity: 1;
  color: #e32020 !important;
  font-weight: 800 !important;
}
.cid-uSPzfOx2uL .nav-item .nav-link:hover::before,
.cid-uSPzfOx2uL .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uSPzfOx2uL .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uSPzfOx2uL .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uSPzfOx2uL .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uSPzfOx2uL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSPzfOx2uL .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-uSPzfOx2uL .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uSPzfOx2uL .offcanvas_box {
    display: none;
  }
}
.cid-uSPzfOx2uL .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uSPzfOx2uL .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uSPzfOx2uL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uSPzfOx2uL .container {
  display: flex;
  margin: auto;
}
.cid-uSPzfOx2uL .iconfont-wrapper {
  color: #e32020;
  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-uSPzfOx2uL .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uSPzfOx2uL .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uSPzfOx2uL .navbar-caption {
  color: #212529;
}
.cid-uSPzfOx2uL .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uSPzfOx2uL .navbar-nav {
    margin: 0;
  }
}
.cid-uSPzfOx2uL .dropdown-menu,
.cid-uSPzfOx2uL .navbar.opened {
  background-color: false !important;
}
.cid-uSPzfOx2uL .nav-item:focus,
.cid-uSPzfOx2uL .nav-link:focus {
  outline: none;
}
.cid-uSPzfOx2uL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSPzfOx2uL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSPzfOx2uL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSPzfOx2uL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSPzfOx2uL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSPzfOx2uL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSPzfOx2uL .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uSPzfOx2uL .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uSPzfOx2uL .navbar.opened {
  transition: all 0.3s;
}
.cid-uSPzfOx2uL .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uSPzfOx2uL .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 5px;
}
.cid-uSPzfOx2uL .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uSPzfOx2uL .navbar.collapsed {
  justify-content: center;
}
.cid-uSPzfOx2uL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSPzfOx2uL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSPzfOx2uL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSPzfOx2uL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSPzfOx2uL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSPzfOx2uL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uSPzfOx2uL .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uSPzfOx2uL .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uSPzfOx2uL .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uSPzfOx2uL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSPzfOx2uL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSPzfOx2uL .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uSPzfOx2uL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSPzfOx2uL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uSPzfOx2uL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSPzfOx2uL .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uSPzfOx2uL .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uSPzfOx2uL .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uSPzfOx2uL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uSPzfOx2uL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSPzfOx2uL .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uSPzfOx2uL .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSPzfOx2uL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSPzfOx2uL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSPzfOx2uL .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-uSPzfOx2uL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uSPzfOx2uL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSPzfOx2uL .dropdown-item.active,
.cid-uSPzfOx2uL .dropdown-item:active {
  background-color: transparent;
}
.cid-uSPzfOx2uL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSPzfOx2uL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSPzfOx2uL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSPzfOx2uL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSPzfOx2uL ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uSPzfOx2uL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSPzfOx2uL button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #aa654c;
  background: #f1f4e9;
}
.cid-uSPzfOx2uL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #212529;
}
.cid-uSPzfOx2uL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSPzfOx2uL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSPzfOx2uL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSPzfOx2uL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSPzfOx2uL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSPzfOx2uL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSPzfOx2uL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSPzfOx2uL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSPzfOx2uL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uSPzfOx2uL .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-uSPzfOx2uL .navbar {
    height: 70px;
  }
  .cid-uSPzfOx2uL .navbar.opened {
    height: auto;
  }
  .cid-uSPzfOx2uL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSPzfOx2uL .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uSPzfOx2uL .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uSPzfOx2uL .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uSPzfOx2uL .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-uSPzfOx2uL .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-uSPzfOx2uL .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-uSPzfOx2uL .navbar-caption:hover {
  color: #e32020;
}
@media (min-width: 992px) {
  .cid-uSPzfOx2uL .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
@media (min-width: 992px) {
  .cid-uSPzfOx2uL .nav-dropdown {
    margin: 0 auto;
  }
}
.cid-uSPzfOx2uL .text_widget {
  margin-bottom: 32px;
}
.cid-uSPzfOx2uL .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uSPzfOx2uL .text_widget a:hover {
  color: #e32020 !important;
}
.cid-uSPzfOx2uL .mbr-section-subtitle {
  color: #212529;
  text-align: center;
}
.cid-uSPzfOx2uL .mbr-text {
  color: #212529;
  text-align: center;
}
.cid-uSPzfOx2uL .mbr-section-subtitle,
.cid-uSPzfOx2uL .text_widget,
.cid-uSPzfOx2uL .mbr-section-btn {
  text-align: center;
}
.cid-uSPzfOx2uL a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uSPzfPAkD5 {
  background-color: #ffffff !important;
  border: 18px solid #ffffff;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-uSPzfPAkD5 {
    border: 8px solid #ffffff;
    margin-top: -8px;
  }
}
.cid-uSPzfPAkD5 .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-uSPzfPAkD5 section .mbr-background-video-preview {
  border-radius: 1.2rem !important;
}
.cid-uSPzfPAkD5 .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uSPzfPAkD5 .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSPzfPAkD5 .row .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-uSPzfPAkD5 .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uSPzfPAkD5 .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uSPzfPAkD5 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSPzfPAkD5 .title-wrapper .image-wrapper {
  margin-top: 72px;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uSPzfPAkD5 .title-wrapper .image-wrapper {
    height: auto;
    margin-top: 30px;
  }
}
.cid-uSPzfPAkD5 .title-wrapper .image-wrapper img {
  height: 450px;
  width: 80%;
  object-fit: cover;
  border-radius: 1.2em;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uSPzfPAkD5 .title-wrapper .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uSPzfPAkD5 .title-wrapper .mbr-section-btn {
  margin-top: 30px;
}
.cid-uSPzfPAkD5 .mbr-section-title {
  color: #ed2c03;
}
.cid-uSPzfPAkD5 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uSPzfPAkD5 .mbr-section-title,
.cid-uSPzfPAkD5 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uSPzfQjxFg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSPzfQjxFg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSPzfQjxFg .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-uSPzfQjxFg .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uSPzfQjxFg .container {
    padding: 0 12px;
  }
}
.cid-uSPzfQjxFg .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uSPzfQjxFg .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uSPzfQjxFg .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uSPzfQjxFg .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #000000;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uSPzfQjxFg .mbr-section-title {
  color: #000000;
}
.cid-uSPzfR33GL {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #aa654c;
}
.cid-uSPzfR33GL .card-wrapper {
  background: #fff1e2;
  padding: 5rem;
}
@media (max-width: 992px) {
  .cid-uSPzfR33GL .card-wrapper {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uSPzfR33GL .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uSPzfR33GL .mbr-text {
  color: #000000;
}
.cid-uSPzfR33GL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSPzfR33GL .mbr-section-title {
  color: #000000;
}
.cid-uSPzfRUREP {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #aa654c;
}
.cid-uSPzfRUREP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSPzfRUREP .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-uSPzfRUREP .container {
    padding: 0 15px;
  }
}
.cid-uSPzfRUREP .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uSPzfRUREP .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uSPzfRUREP .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-uSPzfRUREP .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uSPzfRUREP .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSPzfRUREP .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uSPzfRUREP .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSPzfRUREP .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uSPzfRUREP .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uSPzfRUREP .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #ffffff;
  box-shadow: 10px 10px 50px #d2d2df;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-uSPzfRUREP .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uSPzfRUREP .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-uSPzfRUREP .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uSPzfRUREP .mbr-section-title {
  color: #ffffff;
}
.cid-uSPzfRUREP .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uSPzfRUREP .mbr-text {
  color: #ffffff;
}
.cid-uSPzfRUREP .mbr-section-title,
.cid-uSPzfRUREP .mbr-section-btn {
  color: #ffffff;
}
.cid-uSPzfSJfl8 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uSPzfSJfl8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSPzfSJfl8 .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-uSPzfSJfl8 .container {
    padding: 0 30px;
  }
}
.cid-uSPzfSJfl8 .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uSPzfSJfl8 .row {
    margin: 0 -34px;
  }
}
.cid-uSPzfSJfl8 .card {
  padding: 0 34px;
}
@media (max-width: 992px) {
  .cid-uSPzfSJfl8 .card {
    margin-bottom: 40px;
    padding: 0 12px;
  }
}
.cid-uSPzfSJfl8 .card .card-wrapper .mbr-number {
  margin-bottom: 25px;
}
.cid-uSPzfSJfl8 .card .card-wrapper .mbr-card-title {
  margin-bottom: 25px;
}
.cid-uSPzfSJfl8 .card .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSPzfSJfl8 .mbr-number {
  color: #F1F4E9;
  text-align: center;
}
.cid-uSPzfSJfl8 .mbr-card-title {
  color: #000000;
  text-align: center;
}
.cid-uSPzfSJfl8 .mbr-text {
  color: #F1F4E9;
  text-align: center;
}
.cid-uSPzfTFIfL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSPzfTFIfL .wrapper {
  background: #aa654c;
}
.cid-uSPzfTFIfL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSPzfTFIfL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSPzfTFIfL .mbr-section-title {
  color: #ffffff;
}
.cid-uSPzfTFIfL .mbr-text {
  color: #ffffff;
}
.cid-uSPzfUya1x {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uSPzfUya1x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSPzfUya1x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSPzfUya1x .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-uSPzfUya1x .items-wrapper {
    margin: 3px 0;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uSPzfUya1x .items-wrapper .item {
    margin-bottom: 6px;
  }
  .cid-uSPzfUya1x .items-wrapper .item:last-child {
    margin-bottom: 0 !important;
  }
}
.cid-uSPzfUya1x .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cid-uSPzfUya1x .items-wrapper .item .item-wrapper .image-wrapper {
  padding: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uSPzfUya1x .items-wrapper .item .item-wrapper .image-wrapper {
    padding: 48px 24px;
    margin-bottom: 6px;
  }
}
.cid-uSPzfUya1x .items-wrapper .item .item-wrapper .image-wrapper .card-price {
  width: 100%;
  margin-bottom: 24px;
}
.cid-uSPzfUya1x .items-wrapper .item .item-wrapper .image-wrapper .item-img {
  border: 11px solid #ffffff;
  background-color: #ffffff;
  overflow: hidden;
  box-shadow: 10px 14px 50px #000000;
}
@media (max-width: 992px) {
  .cid-uSPzfUya1x .items-wrapper .item .item-wrapper .image-wrapper .item-img {
    border: 6px solid #ffffff;
  }
}
.cid-uSPzfUya1x .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
  height: 400px;
  width: 390px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uSPzfUya1x .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
    height: 350px;
    width: 320px;
  }
}
@media (max-width: 992px) {
  .cid-uSPzfUya1x .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
    height: 350px;
    width: 180px;
  }
}
.cid-uSPzfUya1x .items-wrapper .item .item-wrapper .card_1 {
  background-color: #aa654c;
}
.cid-uSPzfUya1x .items-wrapper .item .item-wrapper .card_2 {
  background-color: #aa654c;
}
.cid-uSPzfUya1x .items-wrapper .item .item-wrapper .card-box {
  margin-top: -10rem;
  padding: 64px;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uSPzfUya1x .items-wrapper .item .item-wrapper .card-box {
    padding: 48px 24px;
  }
}
.cid-uSPzfUya1x .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-uSPzfUya1x .items-wrapper .item .item-wrapper .card-box .text-wrapper .card-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 24px;
}
@media (max-width: 1440px) {
  .cid-uSPzfUya1x .items-wrapper .item .item-wrapper .card-box .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uSPzfUya1x .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSPzfUya1x .card-title {
  color: #000000;
}
.cid-uSPzfUya1x .card-text {
  color: #000000;
}
.cid-uSPzfVA7TH {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSPzfVA7TH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSPzfVA7TH .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-uSPzfVA7TH .container {
    padding: 0 30px;
  }
}
.cid-uSPzfVA7TH .row {
  justify-content: center;
}
.cid-uSPzfVA7TH .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uSPzfVA7TH .panel-group .card {
  border-radius: 0;
  border-bottom: 1px solid #212529;
  padding: 30px 0 40px;
}
.cid-uSPzfVA7TH .panel-group .card:first-child {
  border-top: 1px solid #212529;
}
.cid-uSPzfVA7TH .panel-group .card .card-header {
  padding: 10px 0;
  background-color: transparent;
  border: none;
}
.cid-uSPzfVA7TH .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uSPzfVA7TH .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uSPzfVA7TH .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 18px;
  color: #212529;
  transition: all 0.3s ease-in-out;
  margin-left: 30px;
}
.cid-uSPzfVA7TH .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uSPzfVA7TH .mbr-section-btn {
  text-align: center;
}
.cid-uSPzfVA7TH .mbr-section-btn .btn {
  text-decoration: none;
}
.cid-uSPzfVA7TH .mbr-section-btn .btn:hover,
.cid-uSPzfVA7TH .mbr-section-btn .btn:focus {
  opacity: .75;
}
.cid-uSPzfVA7TH .mbr-section-title {
  color: #212529;
}
.cid-uSPzfVA7TH .panel-title-edit {
  color: #212529;
}
.cid-uSPzfVA7TH .panel-text {
  color: #212529;
}
.cid-uSPzfVA7TH .mbr-section-title,
.cid-uSPzfVA7TH .mbr-section-btn {
  color: #000000;
}
.cid-uSPzfWJvO7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #aa654c;
}
.cid-uSPzfWJvO7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSPzfWJvO7 .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-uSPzfWJvO7 .container {
    padding: 0 30px;
  }
}
.cid-uSPzfWJvO7 .row {
  justify-content: center;
}
.cid-uSPzfWJvO7 .title-wrapper {
  margin: 0 12%;
  border-bottom: 1px solid #f1f4e9;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSPzfWJvO7 .title-wrapper {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 992px) {
  .cid-uSPzfWJvO7 .title-wrapper {
    margin: 0;
  }
}
.cid-uSPzfWJvO7 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uSPzfWJvO7 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uSPzfWJvO7 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uSPzfWJvO7 .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uSPzfWJvO7 .mbr-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.cid-uSPzfWJvO7 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSPzfWJvO7 .mbr-text {
  color: #ffffff;
}
.cid-uSPzfWJvO7 .mbr-name {
  color: #f1f4e9;
  text-align: center;
}
.cid-uSPzfXEvND {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSPzfXEvND .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSPzfXEvND .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-uSPzfXEvND .container {
    padding: 0 20px;
  }
}
.cid-uSPzfXEvND .row {
  margin: 0;
}
.cid-uSPzfXEvND .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSPzfXEvND .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uSPzfXEvND .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uSPzfXEvND .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uSPzfXEvND .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uSPzfXEvND .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uSPzfXEvND .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSPzfYAHDA {
  padding-top: 9rem;
  padding-bottom: 11rem;
  background-color: #fff1e2;
}
.cid-uSPzfYAHDA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSPzfYAHDA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSPzfYAHDA .row {
  justify-content: space-between;
}
.cid-uSPzfYAHDA .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #aa654c;
}
@media (max-width: 992px) {
  .cid-uSPzfYAHDA .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uSPzfYAHDA .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uSPzfYAHDA .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSPzfYAHDA .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uSPzfYAHDA .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uSPzfYAHDA .mbr-label {
  color: #000000;
}
.cid-uSPzfYAHDA .mbr-section-title {
  color: #000000;
}
.cid-uSPzfYAHDA .mbr-desc {
  color: #000000;
}
.cid-uSPzfYAHDA .mbr-text {
  color: #8a8a8a;
}
.cid-uSPzfZtf9t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #aa654c;
  overflow: hidden;
}
.cid-uSPzfZtf9t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSPzfZtf9t .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-uSPzfZtf9t .container {
    padding: 0 30px;
  }
}
.cid-uSPzfZtf9t .content-wrapper .image-wrapper {
  position: relative;
  margin: 0 120px;
}
@media (max-width: 992px) {
  .cid-uSPzfZtf9t .content-wrapper .image-wrapper {
    margin: 0;
  }
}
.cid-uSPzfZtf9t .content-wrapper .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSPzfZtf9t .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uSPzfZtf9t .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 146px;
  height: 146px;
  background-image: linear-gradient(45deg, #ffffff 50%, #aa654c 50%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uSPzfZtf9t .content-wrapper .image-wrapper::before {
    width: 50px;
    height: 50px;
  }
}
.cid-uSPzfZtf9t .content-wrapper .content-wrap {
  padding: 80px 120px 0;
  border-top: 1px solid #bee0d6;
  position: relative;
  margin-top: 180px;
}
.cid-uSPzfZtf9t .content-wrapper .content-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uSPzfZtf9t .content-wrapper .content-wrap {
    margin-top: 80px;
  }
}
@media (max-width: 1440px) {
  .cid-uSPzfZtf9t .content-wrapper .content-wrap {
    padding: 80px 60px 0;
  }
}
@media (max-width: 992px) {
  .cid-uSPzfZtf9t .content-wrapper .content-wrap {
    padding: 40px 0 0;
  }
}
.cid-uSPzfZtf9t .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uSPzfZtf9t .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uSPzfZtf9t .mbr-section-title {
  color: #bee0d6;
}
.cid-uSPzfZtf9t .mbr-section-title,
.cid-uSPzfZtf9t .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uSPzg0vU54 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uSPzg0vU54 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (max-width: 768px) {
  .cid-uSPzg0vU54 {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
}
.cid-uSPzg0vU54 .mbr-section-subtitle {
  text-align: left;
}
.cid-uSPzg0vU54 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uSPzg0vU54 .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uSPzg1AUoO {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #aa654c;
}
.cid-uSPzg1AUoO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSPzg1AUoO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSPzg1AUoO a {
  font-weight: 900;
}
.cid-uSPzg1AUoO .text-wrapper {
  padding: 4rem;
}
@media (max-width: 767px) {
  .cid-uSPzg1AUoO .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uSPzg1AUoO .wrapper {
  background: #ffffff;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uSPzg1AUoO .image-wrapper {
  padding: 0;
}
.cid-uSPzg1AUoO .image-wrapper img {
  height: 100%;
  border-radius: 2rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSPzg1AUoO .image-wrapper img {
    border-radius: 0;
  }
}
.cid-uSPzg1AUoO .mbr-section-title {
  color: #000000;
}
.cid-uSPzg1AUoO .mbr-text,
.cid-uSPzg1AUoO .mbr-section-btn {
  color: #000000;
}
.cid-uSPzg2znbd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSPzg2znbd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSPzg2znbd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSPzg2znbd .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uSPzg2znbd .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uSPzg2znbd .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uSPzg2znbd .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uSPzg2znbd .container {
    padding: 0 16px;
  }
}
.cid-uSPzg2znbd .row {
  justify-content: center;
}
.cid-uSPzg2znbd .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSPzg2znbd .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uSPzg2znbd .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #000000;
}
.cid-uSPzg2znbd .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-uSPzg2znbd .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-uSPzg2znbd .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uSPzg2znbd .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-uSPzg2znbd .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uSPzg2znbd .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uSPzg2znbd .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uSPzg2znbd .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-uSPzg2znbd .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uSPzg2znbd .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-uSPzg2znbd .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uSPzg2znbd .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSPzg2znbd .panel-title {
  color: #000000;
}
.cid-uSPzg2znbd .panel-text {
  color: #000000;
}
.cid-uSPzg3xl6D {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSPzg3xl6D .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uSPzg3xl6D .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uSPzg3xl6D .container {
    padding: 0 20px;
  }
}
.cid-uSPzg3xl6D .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uSPzg3xl6D .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uSPzg3xl6D .content-wrapper .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uSPzg3xl6D .content-wrapper .content-wrap {
    margin-bottom: 46px;
  }
}
.cid-uSPzg3xl6D .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 32px;
}
.cid-uSPzg3xl6D .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSPzg3xl6D .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSPzg3xl6D .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uSPzg3xl6D .google-map {
  height: 30rem;
  border-radius: 20px;
  position: relative;
}
.cid-uSPzg3xl6D .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uSPzg3xl6D .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-uSPzg3xl6D .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uSPzg3xl6D .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uSPzg3xl6D iframe {
  border-radius: 20px !important;
}
.cid-uSPzg4Ds3s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uSPzg4Ds3s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSPzg4Ds3s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSPzg4Ds3s .row {
  justify-content: space-between;
}
.cid-uSPzg4Ds3s .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uSPzg4Ds3s .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uSPzg4Ds3s .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSPzg4Ds3s .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uSPzg4Ds3s .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #000000;
}
.cid-uSPzg4Ds3s .list li {
  margin-bottom: 25px;
}
.cid-uSPzg4Ds3s .list li:last-child {
  margin-bottom: 0;
}
.cid-uSPzg4Ds3s .mbr-desc {
  margin-bottom: 8px;
}
.cid-uSPzg4Ds3s .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uSPzg4Ds3s .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uSPzg4Ds3s .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #a1e5cf;
}
.cid-uSPzg4Ds3s .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #aa654c;
  transition: all .3s ease;
}
.cid-uSPzg4Ds3s .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #000000;
  text-align: center;
}
.cid-uSPzg4Ds3s .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #aa654c;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uSPzg4Ds3s .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-uSPzg4Ds3s .mbr-desc,
.cid-uSPzg4Ds3s .mbr-iconfont {
  color: #000000;
}
.cid-uSPzg4Ds3s .mbr-text,
.cid-uSPzg4Ds3s .mbr-section-btn {
  color: #000000;
}
