.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #fff6f6;
}
body {
  font-family: Brygada 1918;
}
.display-1 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 6.7rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.375rem;
}
.display-2 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 3.9rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.875rem;
}
.display-4 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 2rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 5.36rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.69rem;
    font-size: calc( 2.995rem + (6.7 - 2.995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.995rem + (6.7 - 2.995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.12rem;
    font-size: calc( 2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.69rem;
    font-size: calc( 2.995rem + (6.7 - 2.995) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.995rem + (6.7 - 2.995) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.12rem;
    font-size: calc( 2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffbf81 !important;
}
.bg-success {
  background-color: #6ae3ab !important;
}
.bg-info {
  background-color: #57dbf6 !important;
}
.bg-warning {
  background-color: #ffd34e !important;
}
.bg-danger {
  background-color: #e56874 !important;
}
.btn-primary .mbr-iconfont {
  color: #ff8b1b;
  background-color: #ffffff;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffbf81 !important;
  border-color: #ffbf81 !important;
  color: #813f00 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffd9b4 !important;
  border-color: #ffd9b4 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #813f00 !important;
  background-color: #ffd9b4 !important;
  border-color: #ffd9b4 !important;
}
.btn-secondary .mbr-iconfont {
  color: #e122c2;
  background-color: #ffffff;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ed7cdb !important;
  border-color: #ed7cdb !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f3a9e7 !important;
  border-color: #f3a9e7 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f3a9e7 !important;
  border-color: #f3a9e7 !important;
}
.btn-info .mbr-iconfont {
  color: #0cb8db;
  background-color: #e8fafe;
}
.btn-info,
.btn-info:active {
  background-color: #57dbf6 !important;
  border-color: #57dbf6 !important;
  color: #043e4a !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #87e5f9 !important;
  border-color: #87e5f9 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #043e4a !important;
  background-color: #87e5f9 !important;
  border-color: #87e5f9 !important;
}
.btn-success .mbr-iconfont {
  color: #25c279;
  background-color: #ebfbf4;
}
.btn-success,
.btn-success:active {
  background-color: #6ae3ab !important;
  border-color: #6ae3ab !important;
  color: #0c4229 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #95ebc3 !important;
  border-color: #95ebc3 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #0c4229 !important;
  background-color: #95ebc3 !important;
  border-color: #95ebc3 !important;
}
.btn-warning .mbr-iconfont {
  color: #e7ae00;
  background-color: #fff9e7;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffd34e !important;
  border-color: #ffd34e !important;
  color: #4e3b00 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffe081 !important;
  border-color: #ffe081 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #4e3b00 !important;
  background-color: #ffe081 !important;
  border-color: #ffe081 !important;
}
.btn-danger .mbr-iconfont {
  color: #c52232;
  background-color: #ffffff;
}
.btn-danger,
.btn-danger:active {
  background-color: #e56874 !important;
  border-color: #e56874 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ec949c !important;
  border-color: #ec949c !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ec949c !important;
  border-color: #ec949c !important;
}
.btn-white .mbr-iconfont {
  color: #bfc3b3;
  background-color: #ffffff;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black .mbr-iconfont {
  color: #000000;
  background-color: #ffffff;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline .mbr-iconfont {
  border: 2px solid #ffbf81;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffbf81;
  color: #ffbf81;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ff932a !important;
  background-color: transparent !important;
  border-color: #ff932a !important;
  box-shadow: none !important;
}
.btn-primary-outline:hover .mbr-iconfont,
.btn-primary-outline:focus .mbr-iconfont,
.btn-primary-outline.focus .mbr-iconfont,
.btn-primary-outline.active .mbr-iconfont {
  border: 2px solid #ff932a;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #813f00 !important;
  background-color: #ffbf81 !important;
  border-color: #ffbf81 !important;
}
.btn-secondary-outline .mbr-iconfont {
  border: 2px solid #ed7cdb;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ed7cdb;
  color: #ed7cdb;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #e330c6 !important;
  background-color: transparent !important;
  border-color: #e330c6 !important;
  box-shadow: none !important;
}
.btn-secondary-outline:hover .mbr-iconfont,
.btn-secondary-outline:focus .mbr-iconfont,
.btn-secondary-outline.focus .mbr-iconfont,
.btn-secondary-outline.active .mbr-iconfont {
  border: 2px solid #e330c6;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ed7cdb !important;
  border-color: #ed7cdb !important;
}
.btn-info-outline .mbr-iconfont {
  border: 2px solid #57dbf6;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #57dbf6;
  color: #57dbf6;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0dc4ea !important;
  background-color: transparent !important;
  border-color: #0dc4ea !important;
  box-shadow: none !important;
}
.btn-info-outline:hover .mbr-iconfont,
.btn-info-outline:focus .mbr-iconfont,
.btn-info-outline.focus .mbr-iconfont,
.btn-info-outline.active .mbr-iconfont {
  border: 2px solid #0dc4ea;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #57dbf6 !important;
  border-color: #57dbf6 !important;
}
.btn-success-outline .mbr-iconfont {
  border: 2px solid #6ae3ab;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #6ae3ab;
  color: #6ae3ab;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #27cf81 !important;
  background-color: transparent !important;
  border-color: #27cf81 !important;
  box-shadow: none !important;
}
.btn-success-outline:hover .mbr-iconfont,
.btn-success-outline:focus .mbr-iconfont,
.btn-success-outline.focus .mbr-iconfont,
.btn-success-outline.active .mbr-iconfont {
  border: 2px solid #27cf81;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #0c4229 !important;
  background-color: #6ae3ab !important;
  border-color: #6ae3ab !important;
}
.btn-warning-outline .mbr-iconfont {
  border: 2px solid #ffd34e;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffd34e;
  color: #ffd34e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #f6b900 !important;
  background-color: transparent !important;
  border-color: #f6b900 !important;
  box-shadow: none !important;
}
.btn-warning-outline:hover .mbr-iconfont,
.btn-warning-outline:focus .mbr-iconfont,
.btn-warning-outline.focus .mbr-iconfont,
.btn-warning-outline.active .mbr-iconfont {
  border: 2px solid #f6b900;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #4e3b00 !important;
  background-color: #ffd34e !important;
  border-color: #ffd34e !important;
}
.btn-danger-outline .mbr-iconfont {
  border: 2px solid #e56874;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e56874;
  color: #e56874;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d22435 !important;
  background-color: transparent !important;
  border-color: #d22435 !important;
  box-shadow: none !important;
}
.btn-danger-outline:hover .mbr-iconfont,
.btn-danger-outline:focus .mbr-iconfont,
.btn-danger-outline.focus .mbr-iconfont,
.btn-danger-outline.active .mbr-iconfont {
  border: 2px solid #d22435;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e56874 !important;
  border-color: #e56874 !important;
}
.btn-black-outline .mbr-iconfont {
  border: 2px solid #232323;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline:hover .mbr-iconfont,
.btn-black-outline:focus .mbr-iconfont,
.btn-black-outline.focus .mbr-iconfont,
.btn-black-outline.active .mbr-iconfont {
  border: 2px solid #000000;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline .mbr-iconfont {
  border: 2px solid #fafafa;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline:hover .mbr-iconfont,
.btn-white-outline:focus .mbr-iconfont,
.btn-white-outline.focus .mbr-iconfont,
.btn-white-outline.active .mbr-iconfont {
  border: 2px solid #cfcfcf;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffbf81 !important;
}
.text-secondary {
  color: #ed7cdb !important;
}
.text-success {
  color: #6ae3ab !important;
}
.text-info {
  color: #57dbf6 !important;
}
.text-warning {
  color: #ffd34e !important;
}
.text-danger {
  color: #e56874 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ff8b1b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #e122c2 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #25c279 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0cb8db !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #e7ae00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #c52232 !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: #ffbf81;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #57dbf6;
}
.alert-warning {
  background-color: #ffd34e;
}
.alert-danger {
  background-color: #e56874;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffbf81;
  border-color: #ffbf81;
  color: #9b4c00;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffbf81;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffbf81 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #ffbf81;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffbf81;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffbf81;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffbf81;
  border-bottom-color: #ffbf81;
}
.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: #000000 !important;
  background-color: #ffbf81 !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: #ed7cdb !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='%23ffbf81' %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 {
  padding: 4px 30px;
  min-height: 73px;
  font-weight: 400;
}
.mbr-section-btn .btn .mbr-iconfont {
  width: 44px;
  height: 44px;
  min-width: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-left: 14px;
  margin-right: -17px;
  transition: all .3s ease;
  font-size: 18px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 20px !important;
}
.large-radius {
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .large-radius {
    border-radius: 20px !important;
  }
}
.icon-radius .mbr-iconfont {
  border-radius: 10px !important;
}
.cid-uSZBcjwVni {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-color: #fec8c9;
}
.cid-uSZBcjwVni .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uSZBcjwVni .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uSZBcjwVni .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uSZBcjwVni .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fec8c9;
  opacity: 0.5;
  pointer-events: none;
}
.cid-uSZBcjwVni .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uSZBcjwVni .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uSZBcjwVni .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #ffe2e2;
  pointer-events: none;
}
.cid-uSZBcjwVni .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #ffe2e2;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uSZBcjwVni .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZBcjwVni .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSZBcjwVni .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uSZBcjwVni .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uSZBcjwVni .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uSZBcjwVni .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uSZBcjwVni .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uSZBcjwVni .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uSZBcjwVni .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uSZBcjwVni .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uSZBcjwVni .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uSZBcjwVni .mbr-section-title {
  color: #323432;
}
.cid-uSZBcjwVni .mbr-text,
.cid-uSZBcjwVni .text-wrapper {
  color: #22090B;
  text-align: center;
}
.cid-uSZBcjwVni .mbr-section-title,
.cid-uSZBcjwVni .mbr-section-btn,
.cid-uSZBcjwVni .title-wrapper {
  text-align: center;
  color: #22090B;
}
.cid-uSZBcjyI4v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uSZBcjyI4v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZBcjyI4v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSZBcjyI4v .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSZBcjyI4v .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uSZBcjyI4v .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uSZBcjyI4v .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSZBcjyI4v .item {
    margin-bottom: 20px;
  }
}
.cid-uSZBcjyI4v .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uSZBcjyI4v .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uSZBcjyI4v .item .item-wrapper:hover .card-box .item-img img,
.cid-uSZBcjyI4v .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uSZBcjyI4v .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uSZBcjyI4v .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uSZBcjyI4v .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uSZBcjyI4v .item .item-wrapper .card-box .card-title_1,
.cid-uSZBcjyI4v .item .item-wrapper .card-box .card-title_2,
.cid-uSZBcjyI4v .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uSZBcjyI4v .item .item-wrapper .card-box .card-text_1,
.cid-uSZBcjyI4v .item .item-wrapper .card-box .card-text_2,
.cid-uSZBcjyI4v .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uSZBcjyI4v .item .item-wrapper .card-box .card-price_1,
.cid-uSZBcjyI4v .item .item-wrapper .card-box .card-price_2,
.cid-uSZBcjyI4v .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uSZBcjyI4v .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uSZBcjyI4v .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uSZBcjyI4v .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uSZBcjyI4v .item .card_1 {
  background-color: #fec8c9;
}
.cid-uSZBcjyI4v .item .card_2 {
  background-color: #522125;
}
.cid-uSZBcjyI4v .item .card_3 {
  background-color: #ffe2e2;
}
.cid-uSZBcjyI4v .mbr-section-title,
.cid-uSZBcjyI4v .title-wrapper {
  color: #22090B;
  text-align: center;
}
.cid-uSZBcjyI4v .card-title_1 {
  color: #323432;
}
.cid-uSZBcjyI4v .card-text_1 {
  color: #22090B;
}
.cid-uSZBcjyI4v .card-price_1 {
  color: #22090B;
}
.cid-uSZBcjyI4v .card-title_2 {
  color: #f1f5eb;
}
.cid-uSZBcjyI4v .card-text_2 {
  color: #FFF6F6;
}
.cid-uSZBcjyI4v .card-price_2 {
  color: #FFF6F6;
}
.cid-uSZBcjyI4v .card-title_3 {
  color: #323432;
}
.cid-uSZBcjyI4v .card-text_3 {
  color: #22090B;
}
.cid-uSZBcjyI4v .card-price_3 {
  color: #22090B;
}
.cid-uSZBcjyI4v .card-title_1,
.cid-uSZBcjyI4v .mbr-section-btn {
  color: #22090B;
}
.cid-uSZBcjyI4v .card-title_2,
.cid-uSZBcjyI4v .mbr-section-btn {
  color: #FFF6F6;
}
.cid-uSZBcjyI4v .card-title_3,
.cid-uSZBcjyI4v .mbr-section-btn {
  color: #22090B;
}
.cid-uSZBcjxD1R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uSZBcjxD1R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZBcjxD1R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSZBcjxD1R .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #522125;
}
@media (max-width: 992px) {
  .cid-uSZBcjxD1R .card-wrapper {
    padding: 20px;
  }
}
.cid-uSZBcjxD1R .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-uSZBcjxD1R .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-uSZBcjxD1R .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uSZBcjxD1R .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #522125;
  opacity: 0.5;
  pointer-events: none;
}
.cid-uSZBcjxD1R .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uSZBcjxD1R .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-uSZBcjxD1R .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #6e2f34;
  pointer-events: none;
}
.cid-uSZBcjxD1R .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #6e2f34;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uSZBcjxD1R .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uSZBcjxD1R .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSZBcjxD1R .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uSZBcjxD1R .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uSZBcjxD1R .mbr-section-title,
.cid-uSZBcjxD1R .title-wrapper {
  color: #f1f5eb;
}
.cid-uSZBcjxD1R .mbr-section-title,
.cid-uSZBcjxD1R .mbr-section-btn,
.cid-uSZBcjxD1R .title-wrapper {
  text-align: center;
  color: #FFF6F6;
}
.cid-uSZBcjxxP6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uSZBcjxxP6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZBcjxxP6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSZBcjxxP6 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSZBcjxxP6 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uSZBcjxxP6 .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uSZBcjxxP6 .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSZBcjxxP6 .item {
    margin-bottom: 20px;
  }
}
.cid-uSZBcjxxP6 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uSZBcjxxP6 .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uSZBcjxxP6 .item .item-wrapper .card-box .card-title_1,
.cid-uSZBcjxxP6 .item .item-wrapper .card-box .card-title_2,
.cid-uSZBcjxxP6 .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uSZBcjxxP6 .item .item-wrapper .card-box .card-text_1,
.cid-uSZBcjxxP6 .item .item-wrapper .card-box .card-text_2,
.cid-uSZBcjxxP6 .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uSZBcjxxP6 .item .item-wrapper .card-box .border-wrapper {
  width: 100%;
  height: 2px;
  background-color: #f7848b;
  margin-bottom: 20px;
}
.cid-uSZBcjxxP6 .item .item-wrapper .card-box .list_1,
.cid-uSZBcjxxP6 .item .item-wrapper .card-box .list_2,
.cid-uSZBcjxxP6 .item .item-wrapper .card-box .list_3 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uSZBcjxxP6 .item .item-wrapper .card-box .list_1 .item-wrap_1,
.cid-uSZBcjxxP6 .item .item-wrapper .card-box .list_2 .item-wrap_1,
.cid-uSZBcjxxP6 .item .item-wrapper .card-box .list_3 .item-wrap_1,
.cid-uSZBcjxxP6 .item .item-wrapper .card-box .list_1 .item-wrap_2,
.cid-uSZBcjxxP6 .item .item-wrapper .card-box .list_2 .item-wrap_2,
.cid-uSZBcjxxP6 .item .item-wrapper .card-box .list_3 .item-wrap_2,
.cid-uSZBcjxxP6 .item .item-wrapper .card-box .list_1 .item-wrap_3,
.cid-uSZBcjxxP6 .item .item-wrapper .card-box .list_2 .item-wrap_3,
.cid-uSZBcjxxP6 .item .item-wrapper .card-box .list_3 .item-wrap_3 {
  margin-bottom: 20px;
  padding-left: 50px;
  position: relative;
}
.cid-uSZBcjxxP6 .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-uSZBcjxxP6 .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-uSZBcjxxP6 .item .item-wrapper .card-box .list_3 .item-wrap_1::before,
.cid-uSZBcjxxP6 .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-uSZBcjxxP6 .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-uSZBcjxxP6 .item .item-wrapper .card-box .list_3 .item-wrap_2::before,
.cid-uSZBcjxxP6 .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-uSZBcjxxP6 .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-uSZBcjxxP6 .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  content: '*';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px;
  line-height: 1;
}
.cid-uSZBcjxxP6 .item .item-wrapper .card-box .list_1 .item-wrap_1:last-child,
.cid-uSZBcjxxP6 .item .item-wrapper .card-box .list_2 .item-wrap_1:last-child,
.cid-uSZBcjxxP6 .item .item-wrapper .card-box .list_3 .item-wrap_1:last-child,
.cid-uSZBcjxxP6 .item .item-wrapper .card-box .list_1 .item-wrap_2:last-child,
.cid-uSZBcjxxP6 .item .item-wrapper .card-box .list_2 .item-wrap_2:last-child,
.cid-uSZBcjxxP6 .item .item-wrapper .card-box .list_3 .item-wrap_2:last-child,
.cid-uSZBcjxxP6 .item .item-wrapper .card-box .list_1 .item-wrap_3:last-child,
.cid-uSZBcjxxP6 .item .item-wrapper .card-box .list_2 .item-wrap_3:last-child,
.cid-uSZBcjxxP6 .item .item-wrapper .card-box .list_3 .item-wrap_3:last-child {
  margin-bottom: 0;
}
.cid-uSZBcjxxP6 .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-uSZBcjxxP6 .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-uSZBcjxxP6 .item .item-wrapper .card-box .list_3 .item-wrap_1::before {
  color: #522125;
}
.cid-uSZBcjxxP6 .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-uSZBcjxxP6 .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-uSZBcjxxP6 .item .item-wrapper .card-box .list_3 .item-wrap_2::before {
  color: #fec8c9;
}
.cid-uSZBcjxxP6 .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-uSZBcjxxP6 .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-uSZBcjxxP6 .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  color: #f7848b;
}
.cid-uSZBcjxxP6 .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uSZBcjxxP6 .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uSZBcjxxP6 .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uSZBcjxxP6 .item .card_1 {
  background-color: #fec8c9;
  transform: rotate(2deg);
}
@media (max-width: 992px) {
  .cid-uSZBcjxxP6 .item .card_1 {
    transform: none;
  }
}
.cid-uSZBcjxxP6 .item .card_2 {
  background-color: #522125;
  transform: translateY(30px);
}
@media (max-width: 992px) {
  .cid-uSZBcjxxP6 .item .card_2 {
    transform: none;
  }
}
.cid-uSZBcjxxP6 .item .card_3 {
  background-color: #ffe2e2;
  transform: rotate(-2deg);
}
@media (max-width: 992px) {
  .cid-uSZBcjxxP6 .item .card_3 {
    transform: none;
  }
}
.cid-uSZBcjxxP6 .btn-wrapper {
  margin-top: -6%;
}
.cid-uSZBcjxxP6 .mbr-section-title,
.cid-uSZBcjxxP6 .title-wrapper {
  color: #22090B;
  text-align: center;
}
.cid-uSZBcjxxP6 .card-title_1 {
  color: #323432;
}
.cid-uSZBcjxxP6 .card-text_1 {
  color: #22090B;
}
.cid-uSZBcjxxP6 .list_1 {
  color: #323432;
}
.cid-uSZBcjxxP6 .card-title_2 {
  color: #f1f5eb;
}
.cid-uSZBcjxxP6 .card-text_2 {
  color: #FFF6F6;
}
.cid-uSZBcjxxP6 .list_2 {
  color: #f1f5eb;
}
.cid-uSZBcjxxP6 .card-title_3 {
  color: #323432;
}
.cid-uSZBcjxxP6 .card-text_3 {
  color: #22090B;
}
.cid-uSZBcjxxP6 .list_3 {
  color: #323432;
}
.cid-uSZBcjxxP6 .card-title_1,
.cid-uSZBcjxxP6 .mbr-section-btn {
  color: #22090B;
}
.cid-uSZBcjxxP6 .list_1,
.cid-uSZBcjxxP6 .item-wrap_1 {
  color: #22090B;
}
.cid-uSZBcjxxP6 .card-title_2,
.cid-uSZBcjxxP6 .mbr-section-btn {
  color: #FFF6F6;
}
.cid-uSZBcjxxP6 .list_2,
.cid-uSZBcjxxP6 .item-wrap_2 {
  color: #FFF6F6;
}
.cid-uSZBcjxxP6 .card-title_3,
.cid-uSZBcjxxP6 .mbr-section-btn {
  color: #22090B;
}
.cid-uSZBcjxxP6 .list_3,
.cid-uSZBcjxxP6 .item-wrap_3 {
  color: #22090B;
}
.cid-uSZBcjyh9g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uSZBcjyh9g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZBcjyh9g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSZBcjyh9g .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSZBcjyh9g .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uSZBcjyh9g .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-uSZBcjyh9g .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uSZBcjyh9g .embla__slide .slide-content {
  width: 100%;
}
.cid-uSZBcjyh9g .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uSZBcjyh9g .embla__slide .slide-content .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uSZBcjyh9g .embla__slide .slide-content .item-wrapper .card-box .card-text {
    margin-bottom: 30px;
  }
}
.cid-uSZBcjyh9g .embla__slide .slide-content .item-wrapper .card-box .item-img {
  margin-bottom: 20px;
}
.cid-uSZBcjyh9g .embla__slide .slide-content .item-wrapper .card-box .item-img img {
  display: inline-flex;
  height: 160px;
  width: 160px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uSZBcjyh9g .embla__slide .slide-content .item-wrapper .card-box .card-name {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.cid-uSZBcjyh9g .embla__slide .slide-content .item-wrapper .card-box .card-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uSZBcjyh9g .embla__button--next,
.cid-uSZBcjyh9g .embla__button--prev {
  display: flex;
}
.cid-uSZBcjyh9g .embla__button {
  top: 45%;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #fec8c9 !important;
  color: #f7848b !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uSZBcjyh9g .embla__button {
    top: 0;
  }
}
.cid-uSZBcjyh9g .embla__button:hover {
  background-color: #f7848b !important;
  color: #fec8c9 !important;
}
.cid-uSZBcjyh9g .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #fec8c9 !important;
  color: #f7848b !important;
}
.cid-uSZBcjyh9g .embla__button.embla__button--prev {
  left: 0;
}
.cid-uSZBcjyh9g .embla__button.embla__button--next {
  right: 0;
}
.cid-uSZBcjyh9g .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSZBcjyh9g .embla {
    padding-top: 4.5rem;
  }
}
.cid-uSZBcjyh9g .embla__viewport {
  overflow: hidden;
  width: 60%;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSZBcjyh9g .embla__viewport {
    width: 100%;
  }
}
.cid-uSZBcjyh9g .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSZBcjyh9g .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSZBcjyh9g .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSZBcjyh9g .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uSZBcjyh9g .mbr-section-title,
.cid-uSZBcjyh9g .title-wrapper {
  color: #22090B;
  text-align: center;
}
.cid-uSZBcjyh9g .card-text {
  color: #22090B;
  text-align: center;
}
.cid-uSZBcjyh9g .card-name,
.cid-uSZBcjyh9g .item-img {
  color: #22090B;
  text-align: center;
}
.cid-uSZBcjyh9g .card-role {
  color: #22090B;
  text-align: center;
}
.cid-uSZBcjz0PP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uSZBcjz0PP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZBcjz0PP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSZBcjz0PP .title-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uSZBcjz0PP .title-wrapper .mbr-section-title {
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSZBcjz0PP .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uSZBcjz0PP .items-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uSZBcjz0PP .item {
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSZBcjz0PP .item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uSZBcjz0PP .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uSZBcjz0PP .item .item-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uSZBcjz0PP .item .item-wrapper .card-box {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uSZBcjz0PP .item .item-wrapper .card-box {
    width: 100%;
  }
}
.cid-uSZBcjz0PP .item .item-wrapper .card-box .card-title_1,
.cid-uSZBcjz0PP .item .item-wrapper .card-box .card-title_2,
.cid-uSZBcjz0PP .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uSZBcjz0PP .item .item-wrapper .card-box .card-text_1,
.cid-uSZBcjz0PP .item .item-wrapper .card-box .card-text_2,
.cid-uSZBcjz0PP .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-uSZBcjz0PP .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 180px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uSZBcjz0PP .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uSZBcjz0PP .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uSZBcjz0PP .item .item-wrapper .item-img {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uSZBcjz0PP .item .item-wrapper .item-img {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uSZBcjz0PP .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSZBcjz0PP .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uSZBcjz0PP .item .card_1 {
  background-color: #522125;
}
.cid-uSZBcjz0PP .item .card_2 {
  background-color: #f7848b;
}
.cid-uSZBcjz0PP .item .card_3 {
  background-color: #fec8c9;
}
.cid-uSZBcjz0PP .mbr-section-title,
.cid-uSZBcjz0PP .title-wrapper {
  color: #22090B;
  text-align: center;
}
.cid-uSZBcjz0PP .card-title_1 {
  color: #f1f5eb;
}
.cid-uSZBcjz0PP .card-text_1 {
  color: #FFF6F6;
}
.cid-uSZBcjz0PP .card-title_2 {
  color: #f1f5eb;
}
.cid-uSZBcjz0PP .card-text_2 {
  color: #FFF6F6;
}
.cid-uSZBcjz0PP .card-title_3 {
  color: #323432;
}
.cid-uSZBcjz0PP .card-text_3 {
  color: #22090B;
}
.cid-uSZBcjz0PP .card-title_1,
.cid-uSZBcjz0PP .mbr-section-btn {
  color: #FFF6F6;
}
.cid-uSZBcjz0PP .card-title_2,
.cid-uSZBcjz0PP .mbr-section-btn {
  color: #FFF6F6;
}
.cid-uSZBcjz0PP .card-title_3,
.cid-uSZBcjz0PP .mbr-section-btn {
  color: #22090B;
}
.cid-uSZBcjAqDA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uSZBcjAqDA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZBcjAqDA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSZBcjAqDA .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 70px;
  background-color: #ffe2e2;
}
@media (max-width: 992px) {
  .cid-uSZBcjAqDA .card-wrapper {
    padding: 20px;
  }
}
.cid-uSZBcjAqDA .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uSZBcjAqDA .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSZBcjAqDA .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uSZBcjAqDA .card-wrapper .google-map iframe {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uSZBcjAqDA .card-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-uSZBcjAqDA .mbr-section-title,
.cid-uSZBcjAqDA .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uSZBcjAqDA .mbr-section-title,
.cid-uSZBcjAqDA .mbr-section-btn,
.cid-uSZBcjAqDA .title-wrapper {
  color: #22090B;
}
.cid-uSZBcjAa1s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uSZBcjAa1s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZBcjAa1s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSZBcjAa1s .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSZBcjAa1s .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uSZBcjAa1s .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 290px;
  max-width: 290px;
}
@media (max-width: 768px) {
  .cid-uSZBcjAa1s .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uSZBcjAa1s .embla__slide .slide-content {
  width: 100%;
}
.cid-uSZBcjAa1s .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffe2e2;
}
.cid-uSZBcjAa1s .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
}
.cid-uSZBcjAa1s .embla__slide .slide-content .item-wrapper .item-img img {
  height: 125px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 768px) {
  .cid-uSZBcjAa1s .embla__slide .slide-content .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-uSZBcjAa1s .embla__button--next,
.cid-uSZBcjAa1s .embla__button--prev {
  display: flex;
}
.cid-uSZBcjAa1s .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-uSZBcjAa1s .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #e6eddc !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uSZBcjAa1s .embla__button:hover {
  background-color: #5c834f !important;
  color: #e6eddc !important;
}
.cid-uSZBcjAa1s .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #e6eddc !important;
  color: #5c834f !important;
}
.cid-uSZBcjAa1s .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-uSZBcjAa1s .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-uSZBcjAa1s .embla {
  position: relative;
  width: 100%;
}
.cid-uSZBcjAa1s .embla__viewport {
  position: relative;
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uSZBcjAa1s .embla__viewport {
    padding: 0;
  }
}
.cid-uSZBcjAa1s .embla__viewport::before {
  content: '';
  position: absolute;
  top: 0;
  left: -44px;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, #f1f5eb, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uSZBcjAa1s .embla__viewport::before {
    width: 40px;
    left: -20px;
  }
}
.cid-uSZBcjAa1s .embla__viewport::after {
  content: '';
  position: absolute;
  top: 0;
  right: -44px;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, transparent, #f1f5eb 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uSZBcjAa1s .embla__viewport::after {
    width: 40px;
    right: -20px;
  }
}
.cid-uSZBcjAa1s .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSZBcjAa1s .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSZBcjAa1s .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSZBcjAa1s .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uSZBcjAa1s .mbr-section-title,
.cid-uSZBcjAa1s .title-wrapper {
  color: #22090B;
  text-align: center;
}
.cid-uSZBcjByW8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffe2e2;
}
.cid-uSZBcjByW8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZBcjByW8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSZBcjByW8 .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSZBcjByW8 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uSZBcjByW8 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uSZBcjByW8 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uSZBcjByW8 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSZBcjByW8 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uSZBcjByW8 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 510px;
  max-width: 510px;
}
@media (max-width: 768px) {
  .cid-uSZBcjByW8 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uSZBcjByW8 .embla__slide .slide-content {
  width: 100%;
}
.cid-uSZBcjByW8 .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uSZBcjByW8 .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-uSZBcjByW8 .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
.cid-uSZBcjByW8 .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
.cid-uSZBcjByW8 .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
.cid-uSZBcjByW8 .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
.cid-uSZBcjByW8 .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSZBcjByW8 .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
  .cid-uSZBcjByW8 .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
  .cid-uSZBcjByW8 .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
  .cid-uSZBcjByW8 .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
  .cid-uSZBcjByW8 .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
    margin-bottom: 20px;
  }
}
.cid-uSZBcjByW8 .embla__slide .slide-content .item-wrapper .card-box .card-title_1,
.cid-uSZBcjByW8 .embla__slide .slide-content .item-wrapper .card-box .card-title_2,
.cid-uSZBcjByW8 .embla__slide .slide-content .item-wrapper .card-box .card-title_3,
.cid-uSZBcjByW8 .embla__slide .slide-content .item-wrapper .card-box .card-title_4,
.cid-uSZBcjByW8 .embla__slide .slide-content .item-wrapper .card-box .card-title_5 {
  margin-bottom: 20px;
}
.cid-uSZBcjByW8 .embla__slide .slide-content .item-wrapper .card-box .card-text_1,
.cid-uSZBcjByW8 .embla__slide .slide-content .item-wrapper .card-box .card-text_2,
.cid-uSZBcjByW8 .embla__slide .slide-content .item-wrapper .card-box .card-text_3,
.cid-uSZBcjByW8 .embla__slide .slide-content .item-wrapper .card-box .card-text_4,
.cid-uSZBcjByW8 .embla__slide .slide-content .item-wrapper .card-box .card-text_5 {
  margin-bottom: 0;
}
.cid-uSZBcjByW8 .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  margin-top: 20px;
  width: 100%;
}
.cid-uSZBcjByW8 .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uSZBcjByW8 .embla__slide .slide-content .card_1 {
  background-color: #522125;
}
.cid-uSZBcjByW8 .embla__slide .slide-content .card_2 {
  background-color: #fec8c9;
}
.cid-uSZBcjByW8 .embla__slide .slide-content .card_3 {
  background-color: #f7848b;
}
.cid-uSZBcjByW8 .embla__slide .slide-content .card_4 {
  background-color: #fff6f6;
}
.cid-uSZBcjByW8 .embla__slide .slide-content .card_5 {
  background-color: #fcafb1;
}
.cid-uSZBcjByW8 .embla__button--next,
.cid-uSZBcjByW8 .embla__button--prev {
  display: flex;
}
.cid-uSZBcjByW8 .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-uSZBcjByW8 .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uSZBcjByW8 .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-uSZBcjByW8 .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-uSZBcjByW8 .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-uSZBcjByW8 .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-uSZBcjByW8 .embla {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uSZBcjByW8 .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uSZBcjByW8 .embla__viewport {
    padding: 0;
  }
}
.cid-uSZBcjByW8 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSZBcjByW8 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSZBcjByW8 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSZBcjByW8 .btn-wrapper {
  margin-top: -6%;
}
.cid-uSZBcjByW8 .mbr-section-title,
.cid-uSZBcjByW8 .title-wrapper {
  color: #22090B;
  text-align: center;
}
.cid-uSZBcjByW8 .mbr-text,
.cid-uSZBcjByW8 .text-wrapper {
  color: #22090B;
  text-align: center;
}
.cid-uSZBcjByW8 .card-date_1 {
  color: #f1f5eb;
}
.cid-uSZBcjByW8 .card-title_1 {
  color: #f1f5eb;
}
.cid-uSZBcjByW8 .card-text_1 {
  color: #FFF6F6;
}
.cid-uSZBcjByW8 .card-date_2 {
  color: #323432;
}
.cid-uSZBcjByW8 .card-title_2 {
  color: #323432;
}
.cid-uSZBcjByW8 .card-text_2 {
  color: #22090B;
}
.cid-uSZBcjByW8 .card-date_3 {
  color: #f1f5eb;
}
.cid-uSZBcjByW8 .card-title_3 {
  color: #f1f5eb;
}
.cid-uSZBcjByW8 .card-text_3 {
  color: #FFF6F6;
}
.cid-uSZBcjByW8 .card-date_4 {
  color: #323432;
}
.cid-uSZBcjByW8 .card-title_4 {
  color: #323432;
}
.cid-uSZBcjByW8 .card-text_4 {
  color: #22090B;
}
.cid-uSZBcjByW8 .card-date_5 {
  color: #f1f5eb;
}
.cid-uSZBcjByW8 .card-title_5 {
  color: #f1f5eb;
}
.cid-uSZBcjByW8 .card-text_5 {
  color: #22090B;
}
.cid-uSZBcjByW8 .card-date_1,
.cid-uSZBcjByW8 .mbr-section-btn {
  color: #FFF6F6;
}
.cid-uSZBcjByW8 .card-title_1,
.cid-uSZBcjByW8 .mbr-section-btn {
  color: #FFF6F6;
}
.cid-uSZBcjByW8 .card-date_2,
.cid-uSZBcjByW8 .mbr-section-btn {
  color: #22090B;
}
.cid-uSZBcjByW8 .card-title_2,
.cid-uSZBcjByW8 .mbr-section-btn {
  color: #22090B;
}
.cid-uSZBcjByW8 .card-date_3,
.cid-uSZBcjByW8 .mbr-section-btn {
  color: #FFF6F6;
}
.cid-uSZBcjByW8 .card-title_3,
.cid-uSZBcjByW8 .mbr-section-btn {
  color: #FFF6F6;
}
.cid-uSZBcjByW8 .card-date_4,
.cid-uSZBcjByW8 .mbr-section-btn {
  color: #22090B;
}
.cid-uSZBcjByW8 .card-title_4,
.cid-uSZBcjByW8 .mbr-section-btn {
  color: #22090B;
}
.cid-uSZBcjByW8 .card-date_5,
.cid-uSZBcjByW8 .mbr-section-btn {
  color: #22090B;
}
.cid-uSZBcjByW8 .card-title_5,
.cid-uSZBcjByW8 .mbr-section-btn {
  color: #22090B;
}
.cid-uSZBcjCgbr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uSZBcjCgbr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZBcjCgbr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSZBcjCgbr .card-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px;
  background-color: #ffe2e2;
}
@media (max-width: 992px) {
  .cid-uSZBcjCgbr .card-wrapper {
    padding: 20px;
  }
}
.cid-uSZBcjCgbr .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  left: -350px;
  width: 700px;
  height: 200px;
}
.cid-uSZBcjCgbr .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #fec8c9;
  pointer-events: none;
}
.cid-uSZBcjCgbr .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #fec8c9;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uSZBcjCgbr .card-wrapper .decor_2 {
  left: auto;
  right: -350px;
}
.cid-uSZBcjCgbr .card-wrapper .decor_2::after {
  transform: rotate(45deg);
}
.cid-uSZBcjCgbr .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-uSZBcjCgbr .title-wrapper {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uSZBcjCgbr .title-wrapper {
    width: 100%;
  }
}
.cid-uSZBcjCgbr .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSZBcjCgbr .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uSZBcjCgbr .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-uSZBcjCgbr .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uSZBcjCgbr .embla__slide .slide-content {
  width: 100%;
}
.cid-uSZBcjCgbr .embla__slide .slide-content .item-wrapper .item-img img {
  height: 570px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uSZBcjCgbr .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uSZBcjCgbr .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uSZBcjCgbr .embla__button--next,
.cid-uSZBcjCgbr .embla__button--prev {
  display: flex;
}
.cid-uSZBcjCgbr .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-uSZBcjCgbr .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #fec8c9 !important;
  color: #f7848b !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uSZBcjCgbr .embla__button:hover {
  background-color: #f7848b !important;
  color: #fec8c9 !important;
}
.cid-uSZBcjCgbr .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #fec8c9 !important;
  color: #f7848b !important;
}
.cid-uSZBcjCgbr .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-uSZBcjCgbr .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-uSZBcjCgbr .embla {
  position: relative;
  z-index: 1;
  width: 55%;
  padding-top: 6rem;
}
@media (max-width: 1440px) {
  .cid-uSZBcjCgbr .embla {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uSZBcjCgbr .embla {
    width: 100%;
  }
}
.cid-uSZBcjCgbr .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uSZBcjCgbr .embla__viewport {
    padding: 0;
  }
}
.cid-uSZBcjCgbr .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSZBcjCgbr .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSZBcjCgbr .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSZBcjCgbr .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uSZBcjCgbr .mbr-section-title,
.cid-uSZBcjCgbr .title-wrapper {
  color: #22090B;
  text-align: center;
}
.cid-uSZBcjEJeh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uSZBcjEJeh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZBcjEJeh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSZBcjEJeh .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSZBcjEJeh .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uSZBcjEJeh .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-uSZBcjEJeh .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uSZBcjEJeh .embla__slide .slide-content {
  width: 100%;
}
.cid-uSZBcjEJeh .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffe2e2;
  overflow: hidden;
  padding-bottom: 20px;
}
.cid-uSZBcjEJeh .embla__slide .slide-content .item-wrapper:hover .card-box .item-img img,
.cid-uSZBcjEJeh .embla__slide .slide-content .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uSZBcjEJeh .embla__slide .slide-content .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uSZBcjEJeh .embla__slide .slide-content .item-wrapper .card-box .item-img img {
  height: 430px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uSZBcjEJeh .embla__slide .slide-content .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uSZBcjEJeh .embla__slide .slide-content .item-wrapper .card-box .card-title {
  position: relative;
  z-index: 1;
  padding: 0 20px 10px;
  margin-bottom: 0;
}
.cid-uSZBcjEJeh .embla__slide .slide-content .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-uSZBcjEJeh .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  margin: 40px 0 0;
}
@media (max-width: 992px) {
  .cid-uSZBcjEJeh .embla__slide .slide-content .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uSZBcjEJeh .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
  margin-left: 0;
}
.cid-uSZBcjEJeh .embla__button--next,
.cid-uSZBcjEJeh .embla__button--prev {
  display: flex;
}
.cid-uSZBcjEJeh .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.cid-uSZBcjEJeh .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #fec8c9 !important;
  color: #f7848b !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uSZBcjEJeh .embla__button:hover {
  background-color: #f7848b !important;
  color: #fec8c9 !important;
}
.cid-uSZBcjEJeh .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #fec8c9 !important;
  color: #f7848b !important;
}
.cid-uSZBcjEJeh .embla__button.embla__button--prev {
  margin-right: 62px;
}
.cid-uSZBcjEJeh .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-uSZBcjEJeh .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 4.5rem;
}
.cid-uSZBcjEJeh .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uSZBcjEJeh .embla__viewport {
    padding: 0;
  }
}
.cid-uSZBcjEJeh .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSZBcjEJeh .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSZBcjEJeh .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSZBcjEJeh .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uSZBcjEJeh .mbr-section-title,
.cid-uSZBcjEJeh .title-wrapper {
  color: #22090B;
  text-align: center;
}
.cid-uSZBcjEJeh .card-title {
  color: #323432;
}
.cid-uSZBcjEJeh .card-text {
  color: #22090B;
}
.cid-uSZBcjEJeh .card-title,
.cid-uSZBcjEJeh .mbr-section-btn {
  color: #22090B;
}
.cid-uSZBcjFiXU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uSZBcjFiXU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZBcjFiXU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSZBcjFiXU .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 70px;
  background-color: #f7848b;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uSZBcjFiXU .card-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uSZBcjFiXU .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
.cid-uSZBcjFiXU .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #522125;
  pointer-events: none;
}
.cid-uSZBcjFiXU .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #522125;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uSZBcjFiXU .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uSZBcjFiXU .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uSZBcjFiXU .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSZBcjFiXU .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uSZBcjFiXU .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 24px;
  background-color: #fcafb1;
}
@media (max-width: 992px) {
  .cid-uSZBcjFiXU .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-uSZBcjFiXU .mbr-section-title {
  color: #f1f5eb;
}
.cid-uSZBcjFiXU .mbr-section-title,
.cid-uSZBcjFiXU .border-wrapper {
  color: #FFF6F6;
}
.cid-uSZBcjFGeN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uSZBcjFGeN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZBcjFGeN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSZBcjFGeN .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSZBcjFGeN .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uSZBcjFGeN .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-uSZBcjFGeN .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uSZBcjFGeN .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uSZBcjFGeN .item {
    margin-bottom: 40px;
  }
}
.cid-uSZBcjFGeN .item .item-wrapper {
  height: 100%;
}
.cid-uSZBcjFGeN .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSZBcjFGeN .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-uSZBcjFGeN .item .item-wrapper .item-img img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSZBcjFGeN .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uSZBcjFGeN .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uSZBcjFGeN .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uSZBcjFGeN .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uSZBcjFGeN .item .item-wrapper .card-box .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
}
.cid-uSZBcjFGeN .mbr-section-title,
.cid-uSZBcjFGeN .title-wrapper {
  color: #22090B;
  text-align: center;
}
.cid-uSZBcjFGeN .card-name {
  color: #323432;
}
.cid-uSZBcjFGeN .card-role {
  color: #22090B;
  text-align: center;
}
.cid-uSZBcjFGeN .card-name,
.cid-uSZBcjFGeN .mbr-section-btn {
  text-align: center;
  color: #22090B;
}
.cid-uSZBcjGvB5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uSZBcjGvB5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZBcjGvB5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSZBcjGvB5 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSZBcjGvB5 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uSZBcjGvB5 .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-uSZBcjGvB5 .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uSZBcjGvB5 .item {
    margin-bottom: 40px;
  }
}
.cid-uSZBcjGvB5 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uSZBcjGvB5 .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-uSZBcjGvB5 .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #ffbf81;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uSZBcjGvB5 .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uSZBcjGvB5 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uSZBcjGvB5 .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uSZBcjGvB5 .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSZBcjGvB5 .mbr-section-title,
.cid-uSZBcjGvB5 .title-wrapper {
  color: #22090B;
  text-align: center;
}
.cid-uSZBcjGvB5 .card-number {
  color: #f1f5eb;
}
.cid-uSZBcjGvB5 .card-title {
  color: #323432;
}
.cid-uSZBcjGvB5 .card-text {
  color: #22090B;
}
.cid-uSZBcjGvB5 .card-number,
.cid-uSZBcjGvB5 .number-wrapper {
  color: #000000;
}
.cid-uSZBcjGvB5 .card-title,
.cid-uSZBcjGvB5 .mbr-section-btn,
.cid-uSZBcjGvB5 .iconfont-wrapper {
  color: #22090B;
}
.cid-uSZBcjGqRR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uSZBcjGqRR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZBcjGqRR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSZBcjGqRR .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSZBcjGqRR .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uSZBcjGqRR .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-uSZBcjGqRR .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uSZBcjGqRR .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uSZBcjGqRR .item {
    margin-bottom: 20px;
  }
}
.cid-uSZBcjGqRR .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uSZBcjGqRR .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uSZBcjGqRR .item .item-wrapper .card-box .card-title_1,
.cid-uSZBcjGqRR .item .item-wrapper .card-box .card-title_2,
.cid-uSZBcjGqRR .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uSZBcjGqRR .item .item-wrapper .card-box .card-text_1,
.cid-uSZBcjGqRR .item .item-wrapper .card-box .card-text_2,
.cid-uSZBcjGqRR .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-uSZBcjGqRR .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uSZBcjGqRR .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSZBcjGqRR .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uSZBcjGqRR .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-uSZBcjGqRR .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #fff6f6;
  background-color: #f7848b;
}
.cid-uSZBcjGqRR .item .card_1 {
  background-color: #522125;
}
.cid-uSZBcjGqRR .item .card_2 {
  background-color: #fec8c9;
}
.cid-uSZBcjGqRR .item .card_3 {
  background-color: #ffe2e2;
}
.cid-uSZBcjGqRR .btn-wrapper {
  margin-top: -6%;
}
.cid-uSZBcjGqRR .mbr-section-title,
.cid-uSZBcjGqRR .title-wrapper {
  color: #22090B;
  text-align: center;
}
.cid-uSZBcjGqRR .card-title_1 {
  color: #f1f5eb;
}
.cid-uSZBcjGqRR .card-text_1 {
  color: #FFF6F6;
  text-align: center;
}
.cid-uSZBcjGqRR .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-uSZBcjGqRR .card-text_2 {
  color: #22090B;
  text-align: center;
}
.cid-uSZBcjGqRR .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-uSZBcjGqRR .card-text_3 {
  color: #F7848B;
  text-align: center;
}
.cid-uSZBcjGqRR .card-title_1,
.cid-uSZBcjGqRR .mbr-section-btn {
  text-align: center;
  color: #FFF6F6;
}
.cid-uSZBcjGqRR .card-title_2,
.cid-uSZBcjGqRR .mbr-section-btn {
  color: #22090B;
}
.cid-uSZBcjGqRR .card-title_3,
.cid-uSZBcjGqRR .mbr-section-btn {
  color: #F7848B;
}
.cid-uSZBcjHtO4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uSZBcjHtO4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZBcjHtO4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSZBcjHtO4 .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSZBcjHtO4 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uSZBcjHtO4 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uSZBcjHtO4 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uSZBcjHtO4 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSZBcjHtO4 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uSZBcjHtO4 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-uSZBcjHtO4 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uSZBcjHtO4 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uSZBcjHtO4 .item {
    margin-bottom: 20px;
  }
}
.cid-uSZBcjHtO4 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #522125;
}
@media (max-width: 992px) {
  .cid-uSZBcjHtO4 .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uSZBcjHtO4 .item .item-wrapper .card-box {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSZBcjHtO4 .item .item-wrapper .card-box {
    margin-bottom: 20px;
  }
}
.cid-uSZBcjHtO4 .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uSZBcjHtO4 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uSZBcjHtO4 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uSZBcjHtO4 .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSZBcjHtO4 .item .item-wrapper .item-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSZBcjHtO4 .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uSZBcjHtO4 .btn-wrapper {
  margin-top: -6%;
}
.cid-uSZBcjHtO4 .mbr-section-title,
.cid-uSZBcjHtO4 .title-wrapper {
  color: #22090B;
  text-align: center;
}
.cid-uSZBcjHtO4 .mbr-text,
.cid-uSZBcjHtO4 .text-wrapper {
  color: #22090B;
  text-align: center;
}
.cid-uSZBcjHtO4 .card-title {
  color: #f1f5eb;
}
.cid-uSZBcjHtO4 .card-text {
  color: #FFF6F6;
  text-align: center;
}
.cid-uSZBcjHtO4 .card-title,
.cid-uSZBcjHtO4 .mbr-section-btn {
  text-align: center;
}
.cid-uSZBcjHNIO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uSZBcjHNIO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZBcjHNIO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSZBcjHNIO .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSZBcjHNIO .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uSZBcjHNIO .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-uSZBcjHNIO .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uSZBcjHNIO .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-uSZBcjHNIO .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 12px;
  background-color: #ffe2e2;
}
.cid-uSZBcjHNIO .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uSZBcjHNIO .panel-group .card {
    padding: 20px;
    margin-top: 20px;
  }
}
.cid-uSZBcjHNIO .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uSZBcjHNIO .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uSZBcjHNIO .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uSZBcjHNIO .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #fec8c9;
}
@media (max-width: 992px) {
  .cid-uSZBcjHNIO .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 54px;
    height: 54px;
    min-width: 54px;
  }
}
.cid-uSZBcjHNIO .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 38px;
  transition: all 0.3s ease-in-out;
  color: #f7848b;
}
@media (max-width: 992px) {
  .cid-uSZBcjHNIO .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    font-size: 28px;
  }
}
.cid-uSZBcjHNIO .panel-group .card .card-header .panel-title:hover .icon-wrapper {
  background-color: #f7848b;
}
.cid-uSZBcjHNIO .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  color: #fff6f6;
}
.cid-uSZBcjHNIO .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uSZBcjHNIO .panel-group .card .panel-collapse .panel-body {
  margin: 30px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uSZBcjHNIO .panel-group .card .panel-collapse .panel-body {
    margin: 20px 0 0 0;
  }
}
.cid-uSZBcjHNIO .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uSZBcjHNIO .mbr-section-title,
.cid-uSZBcjHNIO .title-wrapper {
  color: #22090B;
  text-align: center;
}
.cid-uSZBcjHNIO .panel-title-edit {
  color: #22090B;
}
.cid-uSZBcjHNIO .panel-text {
  color: #323432;
}
.cid-uSZBcjHNIO .panel-text,
.cid-uSZBcjHNIO .panel-body {
  color: #22090B;
}
.cid-uSZBcjI2Dr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fec8c9;
}
.cid-uSZBcjI2Dr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZBcjI2Dr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSZBcjI2Dr .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSZBcjI2Dr .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uSZBcjI2Dr .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-uSZBcjI2Dr .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uSZBcjI2Dr .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uSZBcjI2Dr .item {
    margin-bottom: 40px;
  }
}
.cid-uSZBcjI2Dr .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uSZBcjI2Dr .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSZBcjI2Dr .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uSZBcjI2Dr .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #fec8c9;
  background-color: #522125;
}
.cid-uSZBcjI2Dr .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uSZBcjI2Dr .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uSZBcjI2Dr .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uSZBcjI2Dr .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSZBcjI2Dr .mbr-section-title,
.cid-uSZBcjI2Dr .title-wrapper {
  color: #22090B;
  text-align: center;
}
.cid-uSZBcjI2Dr .card-title {
  color: #323432;
}
.cid-uSZBcjI2Dr .card-text {
  color: #22090B;
}
.cid-uSZBcjI2Dr .card-title,
.cid-uSZBcjI2Dr .mbr-section-btn,
.cid-uSZBcjI2Dr .iconfont-wrapper {
  color: #22090B;
}
.cid-uSZBcjJNUu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uSZBcjJNUu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZBcjJNUu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSZBcjJNUu .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSZBcjJNUu .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uSZBcjJNUu .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-uSZBcjJNUu .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uSZBcjJNUu .embla__slide .slide-content {
  width: 100%;
}
.cid-uSZBcjJNUu .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #ffe2e2;
}
@media (max-width: 992px) {
  .cid-uSZBcjJNUu .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-uSZBcjJNUu .embla__slide .slide-content .item-wrapper .number-wrapper .card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 54px;
  height: 54px;
  min-height: 54px;
  background-color: #522125;
  margin-bottom: 54px;
}
.cid-uSZBcjJNUu .embla__slide .slide-content .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uSZBcjJNUu .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uSZBcjJNUu .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uSZBcjJNUu .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSZBcjJNUu .embla__button--next,
.cid-uSZBcjJNUu .embla__button--prev {
  display: flex;
}
.cid-uSZBcjJNUu .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-uSZBcjJNUu .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #fec8c9 !important;
  color: #f7848b !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uSZBcjJNUu .embla__button:hover {
  background-color: #f7848b !important;
  color: #fec8c9 !important;
}
.cid-uSZBcjJNUu .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #fec8c9 !important;
  color: #f7848b !important;
}
.cid-uSZBcjJNUu .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-uSZBcjJNUu .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-uSZBcjJNUu .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 6rem;
}
.cid-uSZBcjJNUu .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uSZBcjJNUu .embla__viewport {
    padding: 0;
  }
}
.cid-uSZBcjJNUu .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSZBcjJNUu .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSZBcjJNUu .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSZBcjJNUu .mbr-section-title,
.cid-uSZBcjJNUu .title-wrapper {
  color: #22090B;
  text-align: center;
}
.cid-uSZBcjJNUu .card-number {
  color: #e6eddc;
}
.cid-uSZBcjJNUu .card-title {
  color: #323432;
}
.cid-uSZBcjJNUu .card-text {
  color: #22090B;
}
.cid-uSZBcjJNUu .card-number,
.cid-uSZBcjJNUu .number-wrapper {
  color: #FFE2E2;
}
.cid-uSZBcjJdXL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uSZBcjJdXL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZBcjJdXL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSZBcjJdXL .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 70px;
  background-color: #f7848b;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uSZBcjJdXL .card-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uSZBcjJdXL .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: 250px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uSZBcjJdXL .card-wrapper .decor-wrapper {
    right: -250px;
  }
}
.cid-uSZBcjJdXL .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #522125;
  pointer-events: none;
}
.cid-uSZBcjJdXL .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #522125;
  transform: rotate(45deg);
  pointer-events: none;
}
.cid-uSZBcjJdXL .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uSZBcjJdXL .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uSZBcjJdXL .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSZBcjJdXL .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uSZBcjJdXL .card-wrapper .content-wrapper .border-wrapper .border-wrap {
  display: inline-flex;
  width: 56%;
  height: 2px;
  background-color: #fcafb1;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uSZBcjJdXL .card-wrapper .content-wrapper .border-wrapper .border-wrap {
    width: 100%;
  }
}
.cid-uSZBcjJdXL .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 56%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSZBcjJdXL .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uSZBcjJdXL .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uSZBcjJdXL .card-wrapper .content-wrapper .images-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 70px;
}
@media (max-width: 992px) {
  .cid-uSZBcjJdXL .card-wrapper .content-wrapper .images-wrapper {
    display: block;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.cid-uSZBcjJdXL .card-wrapper .content-wrapper .images-wrapper .image-wrap {
  margin-right: 24px;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uSZBcjJdXL .card-wrapper .content-wrapper .images-wrapper .image-wrap {
    margin-right: 0;
    margin-top: 20px;
  }
}
.cid-uSZBcjJdXL .card-wrapper .content-wrapper .images-wrapper .image-wrap:last-child {
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uSZBcjJdXL .card-wrapper .content-wrapper .images-wrapper .image-wrap:last-child {
    transform: none;
  }
}
.cid-uSZBcjJdXL .card-wrapper .content-wrapper .images-wrapper .image-wrap img {
  width: 256px;
  height: 256px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSZBcjJdXL .card-wrapper .content-wrapper .images-wrapper .image-wrap img {
    width: 100%;
    height: 300px;
  }
}
.cid-uSZBcjJdXL .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 33%;
  padding: 24px;
  background-color: #fcafb1;
}
@media (max-width: 1440px) {
  .cid-uSZBcjJdXL .card-wrapper .card-wrap {
    width: 38%;
  }
}
@media (max-width: 992px) {
  .cid-uSZBcjJdXL .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-uSZBcjJdXL .card-wrapper .card-wrap .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSZBcjJdXL .card-wrapper .card-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uSZBcjJdXL .card-wrapper .card-wrap .image-wrapper img {
  height: 670px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSZBcjJdXL .card-wrapper .card-wrap .image-wrapper img {
    height: 300px;
  }
}
.cid-uSZBcjJdXL .mbr-section-title {
  color: #f1f5eb;
}
.cid-uSZBcjJdXL .mbr-text {
  color: #f1f5eb;
}
.cid-uSZBcjJdXL .mbr-desc {
  color: #FFF6F6;
}
.cid-uSZBcjJdXL .mbr-section-title,
.cid-uSZBcjJdXL .border-wrapper,
.cid-uSZBcjJdXL .mbr-section-btn {
  color: #FFF6F6;
}
.cid-uSZBcjJdXL .mbr-text,
.cid-uSZBcjJdXL .text-wrapper {
  color: #FFF6F6;
}
.cid-uSZBcjJ8WC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.cid-uSZBcjJ8WC::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, #fff6f6, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-uSZBcjJ8WC::before {
    width: 40px;
  }
}
.cid-uSZBcjJ8WC::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, transparent, #fff6f6 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-uSZBcjJ8WC::after {
    width: 40px;
  }
}
.cid-uSZBcjJ8WC .item:focus,
.cid-uSZBcjJ8WC span:focus {
  outline: none;
}
.cid-uSZBcjJ8WC .item {
  cursor: pointer;
}
.cid-uSZBcjJ8WC .grid-container {
  grid-row-gap: 24px;
}
.cid-uSZBcjJ8WC .grid-container-1,
.cid-uSZBcjJ8WC .grid-container-2,
.cid-uSZBcjJ8WC .grid-container-3 {
  gap: 0 24px;
}
.cid-uSZBcjJ8WC .mbr-section-title {
  color: #323432;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSZBcjJ8WC .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uSZBcjJ8WC .content-head {
  max-width: 800px;
}
.cid-uSZBcjJ8WC .container,
.cid-uSZBcjJ8WC .container-fluid {
  overflow: hidden;
}
.cid-uSZBcjJ8WC .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uSZBcjJ8WC .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uSZBcjJ8WC .grid-item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .cid-uSZBcjJ8WC .grid-item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-uSZBcjJ8WC .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uSZBcjJ8WC .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uSZBcjJ8WC .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-uSZBcjJ8WC .grid-container-1,
.cid-uSZBcjJ8WC .grid-container-2,
.cid-uSZBcjJ8WC .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uSZBcjJ8WC .grid-container-1 {
  align-items: flex-end;
}
.cid-uSZBcjJ8WC .grid-container-2 {
  align-items: flex-start;
}
.cid-uSZBcjKqcU {
  background-image: url("https://r.mobirisesite.com/1687500/assets/images/photo-1604941878418-b0fbf86e3590.jpeg");
}
.cid-uSZBcjKqcU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZBcjKqcU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSZBcjKqcU .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uSZBcjKqcU .image-wrapper {
    height: 350px;
  }
}
.cid-uSZBcjKIMl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uSZBcjKIMl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZBcjKIMl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSZBcjKIMl .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 100px 310px;
}
@media (max-width: 1440px) {
  .cid-uSZBcjKIMl .card-wrapper {
    padding: 100px 240px;
  }
}
@media (max-width: 992px) {
  .cid-uSZBcjKIMl .card-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uSZBcjKIMl .card-wrapper .image-wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uSZBcjKIMl .card-wrapper .image-wrap img {
  position: absolute;
  width: 256px;
  height: 256px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSZBcjKIMl .card-wrapper .image-wrap img {
    position: static;
    width: 100% !important;
    height: 300px !important;
  }
}
.cid-uSZBcjKIMl .card-wrapper .image-wrap .image_1 {
  top: 0;
  left: 160px;
  width: 130px;
  height: 130px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uSZBcjKIMl .card-wrapper .image-wrap .image_1 {
    left: 90px;
  }
}
.cid-uSZBcjKIMl .card-wrapper .image-wrap .image_2 {
  top: 0;
  right: 0;
  width: 290px;
  height: 290px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uSZBcjKIMl .card-wrapper .image-wrap .image_2 {
    width: 220px;
    height: 220px;
  }
}
.cid-uSZBcjKIMl .card-wrapper .image-wrap .image_3 {
  bottom: 0;
  left: 0;
  width: 290px;
  height: 290px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uSZBcjKIMl .card-wrapper .image-wrap .image_3 {
    width: 220px;
    height: 220px;
  }
}
.cid-uSZBcjKIMl .card-wrapper .image-wrap .image_4 {
  bottom: 0;
  right: 160px;
  width: 130px;
  height: 130px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uSZBcjKIMl .card-wrapper .image-wrap .image_4 {
    right: 90px;
  }
}
.cid-uSZBcjKIMl .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  width: 70%;
}
@media (max-width: 1440px) {
  .cid-uSZBcjKIMl .card-wrapper .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uSZBcjKIMl .card-wrapper .content-wrapper {
    margin-top: 30px;
  }
}
.cid-uSZBcjKIMl .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSZBcjKIMl .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uSZBcjKIMl .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSZBcjKIMl .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uSZBcjKIMl .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uSZBcjKIMl .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uSZBcjKIMl .mbr-section-title {
  color: #323432;
}
.cid-uSZBcjKIMl .mbr-text,
.cid-uSZBcjKIMl .text-wrapper {
  color: #22090B;
  text-align: center;
}
.cid-uSZBcjKIMl .mbr-section-btn,
.cid-uSZBcjKIMl .mbr-section-title {
  text-align: center;
}
.cid-uSZBcjKIMl .mbr-section-title,
.cid-uSZBcjKIMl .mbr-section-btn {
  color: #22090B;
}
.cid-uSZBcjKlEn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7848b;
}
.cid-uSZBcjKlEn .item:focus,
.cid-uSZBcjKlEn span:focus {
  outline: none;
}
.cid-uSZBcjKlEn .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uSZBcjKlEn .content-head {
  max-width: 800px;
}
.cid-uSZBcjKlEn .item {
  color: #fff6f6;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uSZBcjKlEn .item {
    min-height: 32.5px;
  }
}
.cid-uSZBcjLXUq {
  padding-top: 16rem;
  padding-bottom: 16rem;
  background-image: url("https://r.mobirisesite.com/1687500/assets/images/photo-1560169897-fc0cdbdfa4d5.jpeg");
}
.cid-uSZBcjLXUq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZBcjLXUq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSZBcjLXUq .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uSZBcjLXUq .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uSZBcjLXUq .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSZBcjLXUq .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uSZBcjLXUq .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uSZBcjLXUq .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uSZBcjLXUq .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uSZBcjLXUq .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uSZBcjLXUq .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uSZBcjLXUq .mbr-label {
  color: #FFF6F6;
  text-align: center;
}
.cid-uSZBcjLXUq .mbr-section-title {
  color: #f1f5eb;
}
.cid-uSZBcjLXUq .mbr-text,
.cid-uSZBcjLXUq .text-wrapper {
  color: #FFF6F6;
  text-align: center;
}
.cid-uSZBcjLXUq .mbr-section-title,
.cid-uSZBcjLXUq .mbr-section-btn {
  text-align: center;
  color: #FFF6F6;
}
.cid-uSZBcjL8Px {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uSZBcjL8Px .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZBcjL8Px .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSZBcjL8Px .content-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uSZBcjL8Px .content-wrapper .card-wrapper {
  padding: 70px;
  background-color: #ffe2e2;
  width: 60%;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uSZBcjL8Px .content-wrapper .card-wrapper {
    width: 100%;
    padding: 20px;
  }
}
.cid-uSZBcjL8Px .content-wrapper .card-wrapper .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSZBcjL8Px .content-wrapper .card-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uSZBcjL8Px .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uSZBcjL8Px .content-wrapper .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSZBcjL8Px .content-wrapper .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uSZBcjL8Px .content-wrapper .card-wrapper .form-wrap {
  display: flex;
  justify-content: center;
}
.cid-uSZBcjL8Px .content-wrapper .card-wrapper .form-wrap form {
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-uSZBcjL8Px .content-wrapper .card-wrapper .form-wrap form {
    width: 100%;
  }
}
.cid-uSZBcjL8Px .content-wrapper .card-wrapper .form-wrap form .dragArea.row {
  margin: 0;
}
.cid-uSZBcjL8Px .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uSZBcjL8Px .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uSZBcjL8Px .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control {
  background-color: #fec8c9;
  padding: 21.5px 30px;
  font-weight: 400;
  box-shadow: none;
  border: none !important;
  margin-bottom: 0;
}
.cid-uSZBcjL8Px .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control::placeholder {
  color: #22090b;
  opacity: 0.3;
}
.cid-uSZBcjL8Px .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control:hover,
.cid-uSZBcjL8Px .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
}
@media (max-width: 992px) {
  .cid-uSZBcjL8Px .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group textarea {
    padding: 24px 16px;
  }
}
.cid-uSZBcjL8Px .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uSZBcjL8Px .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-check .form-check-input {
  background-color: #22090b;
  border-color: #22090b;
}
.cid-uSZBcjL8Px .content-wrapper .card-wrapper .form-wrap form .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uSZBcjL8Px .content-wrapper .card-wrapper .form-wrap form .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
}
.cid-uSZBcjL8Px .mbr-section-title {
  color: #22090B;
  text-align: center;
}
.cid-uSZBcjL8Px .mbr-text,
.cid-uSZBcjL8Px .text-wrapper {
  color: #22090B;
  text-align: center;
}
.cid-uSZBcjLkCY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uSZBcjLkCY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZBcjLkCY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSZBcjLkCY .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSZBcjLkCY .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uSZBcjLkCY .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-uSZBcjLkCY .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uSZBcjLkCY .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uSZBcjLkCY .item {
    margin-bottom: 20px;
  }
}
.cid-uSZBcjLkCY .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uSZBcjLkCY .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uSZBcjLkCY .item .item-wrapper .card-box .card-title_1,
.cid-uSZBcjLkCY .item .item-wrapper .card-box .card-title_2,
.cid-uSZBcjLkCY .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 40px;
}
.cid-uSZBcjLkCY .item .item-wrapper .iconfont-wrapper {
  text-align: center;
}
.cid-uSZBcjLkCY .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #fff6f6;
  background-color: #f7848b;
}
.cid-uSZBcjLkCY .item .card_1 {
  background-color: #522125;
}
.cid-uSZBcjLkCY .item .card_2 {
  background-color: #fec8c9;
}
.cid-uSZBcjLkCY .item .card_3 {
  background-color: #ffe2e2;
}
.cid-uSZBcjLkCY .btn-wrapper {
  margin-top: -6%;
}
.cid-uSZBcjLkCY .mbr-section-title,
.cid-uSZBcjLkCY .title-wrapper {
  color: #22090B;
  text-align: center;
}
.cid-uSZBcjLkCY .card-title_1 {
  color: #f1f5eb;
  text-align: center;
}
.cid-uSZBcjLkCY .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-uSZBcjLkCY .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-uSZBcjLkCY .card-title_1,
.cid-uSZBcjLkCY .mbr-section-btn {
  text-align: center;
  color: #FFF6F6;
}
.cid-uSZBcjLkCY .card-title_2,
.cid-uSZBcjLkCY .mbr-section-btn {
  color: #22090B;
}
.cid-uSZBcjLkCY .card-title_3,
.cid-uSZBcjLkCY .mbr-section-btn {
  color: #F7848B;
}
.cid-uSZExCDr6z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uSZExCDr6z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZExCDr6z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSZExCDr6z .card-wrapper {
  position: relative;
  background-color: #ff8181;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uSZExCDr6z .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uSZExCDr6z .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uSZExCDr6z .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uSZExCDr6z .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uSZExCDr6z .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uSZExCDr6z .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uSZExCDr6z .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uSZExCDr6z .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uSZExCDr6z .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSZExCDr6z .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uSZExCDr6z .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uSZExCDr6z .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSZExCDr6z .mbr-label,
.cid-uSZExCDr6z .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uSZExCDr6z .mbr-section-title {
  color: #f5f8ff;
}
.cid-uSZExCDr6z .mbr-text,
.cid-uSZExCDr6z .text-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uSZExCDr6z .mbr-section-title,
.cid-uSZExCDr6z .mbr-section-btn {
  text-align: center;
}
.cid-uSZBcjMr0R {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-uSZBcjMr0R .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uSZBcjMr0R .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uSZBcjMr0R .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-uSZBcjMr0R .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uSZBcjMr0R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZBcjMr0R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSZBcjMr0R .row {
  justify-content: center;
}
.cid-uSZBcjMr0R .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uSZBcjMr0R .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-uSZBcjMr0R .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uSZBcjMr0R .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uSZBcjMr0R .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uSZBcjMr0R .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSZBcjMr0R .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uSZBcjMr0R .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSZBcjMr0R .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uSZBcjMr0R .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uSZBcjMr0R .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uSZBcjMr0R .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uSZBcjMr0R .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uSZBcjMr0R .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uSZBcjMr0R .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-uSZBcjMr0R .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uSZBcjMr0R .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uSZBcjMr0R .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-uSZBcjMr0R .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-uSZBcjMr0R .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-uSZBcjMr0R .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-uSZBcjMr0R .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #6e2f34;
  pointer-events: none;
}
.cid-uSZBcjMr0R .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uSZBcjMr0R .mbr-section-title {
  color: #f1f5eb;
}
.cid-uSZBcjMr0R .mbr-text,
.cid-uSZBcjMr0R .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uSZBcjMr0R .mbr-section-btn,
.cid-uSZBcjMr0R .mbr-section-title {
  text-align: center;
}
.cid-uSZBcjMr0R .mbr-soc {
  color: #f1f5eb;
}
.cid-uSZBcjMr0R .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-uSZBcjMr0R .mbr-copy,
.cid-uSZBcjMr0R .copy-wrapper {
  color: #FFF6F6;
}
