.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Dancing Script', handwriting;
  font-size: 1.8rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-2 {
  font-family: 'Lora', serif;
  font-size: 1rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-4 {
  font-family: 'Cinzel', serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Dancing Script', handwriting;
  font-size: 2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 2.5rem;
}
/* ---- 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: 1.44rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.26rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 1.26rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.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: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.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: 'Dancing Script', handwriting;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Dancing Script', handwriting;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uJM2PucIeQ {
  background-color: #a18068;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uJM2PucIeQ img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uEk1o8hSad {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fff7f2;
}
.cid-uEk1o8hSad .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEk1o8hSad .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEk1o8hSad .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-uEk1o8hSad .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uEk1o8hSad .mbr-iconfont {
  font-size: 3rem;
  color: #000000;
  padding-right: 2rem;
}
.cid-uEk1o8hSad .content-head {
  max-width: 800px;
}
.cid-uEk1o8hSad .card-text {
  color: #000000;
}
.cid-v0mOEB4eOH {
  display: flex;
  padding-top: 15rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg?v=1Vq5at");
}
.cid-v0mOEB4eOH .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-v0mOEB4eOH {
    align-items: flex-end;
  }
  .cid-v0mOEB4eOH .row {
    justify-content: flex-start;
  }
  .cid-v0mOEB4eOH .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v0mOEB4eOH .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v0mOEB4eOH {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v0mOEB4eOH .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v0mOEB4eOH .content-wrap {
    width: 100%;
  }
}
.cid-v0mOEB4eOH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0mOEB4eOH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0mOEB4eOH .mbr-section-title,
.cid-v0mOEB4eOH .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-v0mOEB4eOH .mbr-text,
.cid-v0mOEB4eOH .mbr-section-btn {
  text-align: left;
}
.cid-v1kS1F38pj {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fff7f2;
}
@media (min-width: 768px) {
  .cid-v1kS1F38pj {
    align-items: flex-end;
  }
  .cid-v1kS1F38pj .row {
    justify-content: center;
  }
  .cid-v1kS1F38pj .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v1kS1F38pj .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v1kS1F38pj {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v1kS1F38pj .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v1kS1F38pj .content-wrap {
    width: 100%;
  }
}
.cid-v1kS1F38pj .mbr-section-title,
.cid-v1kS1F38pj .mbr-section-subtitle {
  text-align: center;
}
.cid-v1kS1F38pj .mbr-text,
.cid-v1kS1F38pj .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uFflj7Yscf {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fff7f2;
}
.cid-uFflj7Yscf img,
.cid-uFflj7Yscf .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uFflj7Yscf .item:focus,
.cid-uFflj7Yscf span:focus {
  outline: none;
}
.cid-uFflj7Yscf .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFflj7Yscf .item {
    margin-bottom: 1rem;
  }
}
.cid-uFflj7Yscf .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uFflj7Yscf .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uFflj7Yscf .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #fff7f2;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uFflj7Yscf .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uFflj7Yscf .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFflj7Yscf .item-title {
  text-align: center;
  color: #000000;
}
.cid-uFflj7Yscf .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uFflj7Yscf .mbr-text,
.cid-uFflj7Yscf .item .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uFflj7Yscf .mbr-section-subtitle,
.cid-uFflj7Yscf .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uNKwMYlMHG {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff7f2;
}
.cid-uNKwMYlMHG .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uNKwMYlMHG form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uNKwMYlMHG form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uNKwMYlMHG form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uNKwMYlMHG .mbr-section-title {
  color: #232323;
}
.cid-uWwIylZWsH {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fff7f2;
}
@media (min-width: 768px) {
  .cid-uWwIylZWsH {
    align-items: flex-end;
  }
  .cid-uWwIylZWsH .row {
    justify-content: center;
  }
  .cid-uWwIylZWsH .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uWwIylZWsH .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uWwIylZWsH {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uWwIylZWsH .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uWwIylZWsH .content-wrap {
    width: 100%;
  }
}
.cid-uWwIylZWsH .mbr-section-title,
.cid-uWwIylZWsH .mbr-section-subtitle {
  text-align: center;
}
.cid-uWwIylZWsH .mbr-text,
.cid-uWwIylZWsH .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uWwIzej76R {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fff7f2;
}
.cid-uWwIzej76R img,
.cid-uWwIzej76R .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uWwIzej76R .item:focus,
.cid-uWwIzej76R span:focus {
  outline: none;
}
.cid-uWwIzej76R .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWwIzej76R .item {
    margin-bottom: 1rem;
  }
}
.cid-uWwIzej76R .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uWwIzej76R .item {
  padding: 0;
  margin: 0;
}
.cid-uWwIzej76R .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uWwIzej76R .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uWwIzej76R .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #fff7f2;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uWwIzej76R .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uWwIzej76R .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uWwIzej76R .item-title {
  text-align: center;
  color: #000000;
}
.cid-uWwIzej76R .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uWwIzej76R .mbr-text,
.cid-uWwIzej76R .item .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uWwIzej76R .mbr-section-subtitle,
.cid-uWwIzej76R .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uNEnDvFWKx {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fff7f2;
}
@media (min-width: 768px) {
  .cid-uNEnDvFWKx {
    align-items: flex-end;
  }
  .cid-uNEnDvFWKx .row {
    justify-content: center;
  }
  .cid-uNEnDvFWKx .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uNEnDvFWKx .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uNEnDvFWKx {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uNEnDvFWKx .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uNEnDvFWKx .content-wrap {
    width: 100%;
  }
}
.cid-uNEnDvFWKx .mbr-section-title,
.cid-uNEnDvFWKx .mbr-section-subtitle {
  text-align: center;
}
.cid-uNEnDvFWKx .mbr-text,
.cid-uNEnDvFWKx .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uNEnFSatRW {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fff7f2;
}
.cid-uNEnFSatRW img,
.cid-uNEnFSatRW .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uNEnFSatRW .item:focus,
.cid-uNEnFSatRW span:focus {
  outline: none;
}
.cid-uNEnFSatRW .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNEnFSatRW .item {
    margin-bottom: 1rem;
  }
}
.cid-uNEnFSatRW .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uNEnFSatRW .item {
  padding: 0;
  margin: 0;
}
.cid-uNEnFSatRW .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uNEnFSatRW .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uNEnFSatRW .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #fff7f2;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uNEnFSatRW .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uNEnFSatRW .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uNEnFSatRW .item-title {
  text-align: center;
  color: #000000;
}
.cid-uNEnFSatRW .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uNEnFSatRW .mbr-text,
.cid-uNEnFSatRW .item .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uNEnFSatRW .mbr-section-subtitle,
.cid-uNEnFSatRW .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uKDb9jpeyf {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fff7f2;
}
@media (min-width: 768px) {
  .cid-uKDb9jpeyf {
    align-items: flex-end;
  }
  .cid-uKDb9jpeyf .row {
    justify-content: center;
  }
  .cid-uKDb9jpeyf .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uKDb9jpeyf .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uKDb9jpeyf {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uKDb9jpeyf .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uKDb9jpeyf .content-wrap {
    width: 100%;
  }
}
.cid-uKDb9jpeyf .mbr-section-title,
.cid-uKDb9jpeyf .mbr-section-subtitle {
  text-align: center;
}
.cid-uKDb9jpeyf .mbr-text,
.cid-uKDb9jpeyf .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uEjKylHWE8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/img-7442-2000x1333.jpg?v=1Vq5at");
}
.cid-uEjKylHWE8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEjKylHWE8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEjKylHWE8 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uEjKylHWE8 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uEjKylHWE8 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uEjKylHWE8 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uEjKylHWE8 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uEjKylHWE8 .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #bbbbbb;
  height: 80px;
  border-radius: 50%;
}
.cid-uEjKylHWE8 .mbr-section-title {
  color: #9fe870;
}
.cid-uEjKylHWE8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uEjKylHWE8 .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uEjKylHWE8 .card-box .item-footer {
  margin-top: auto;
}
.cid-uEjKylHWE8 .content-head {
  max-width: 800px;
}
.cid-uEjKylHWE8 .card-text,
.cid-uEjKylHWE8 .item .mbr-section-btn {
  text-align: center;
}
.cid-uEjXwbtFnC {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fff7f2;
}
.cid-uEjXwbtFnC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEjXwbtFnC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEjXwbtFnC .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-uEjXwbtFnC .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uEjXwbtFnC .mbr-iconfont {
  font-size: 3rem;
  color: #000000;
  padding-right: 2rem;
}
.cid-uEjXwbtFnC .content-head {
  max-width: 800px;
}
.cid-uJM347hIcC {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uJM347hIcC img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uJFSaUQVQU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fff7f2;
}
.cid-uJFSaUQVQU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJFSaUQVQU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJFSaUQVQU .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-uJFSaUQVQU .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJFSaUQVQU .mbr-iconfont {
  font-size: 3rem;
  color: #000000;
  padding-right: 2rem;
}
.cid-uJFSaUQVQU .content-head {
  max-width: 800px;
}
.cid-uJFSaUQVQU .card-text {
  color: #000000;
}
.cid-uYWLwzqCrt {
  display: flex;
  padding-top: 15rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg?v=1Vq5at");
}
.cid-uYWLwzqCrt .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uYWLwzqCrt {
    align-items: flex-end;
  }
  .cid-uYWLwzqCrt .row {
    justify-content: flex-start;
  }
  .cid-uYWLwzqCrt .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uYWLwzqCrt .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uYWLwzqCrt {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uYWLwzqCrt .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uYWLwzqCrt .content-wrap {
    width: 100%;
  }
}
.cid-uYWLwzqCrt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYWLwzqCrt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYWLwzqCrt .mbr-section-title,
.cid-uYWLwzqCrt .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uYWLwzqCrt .mbr-text,
.cid-uYWLwzqCrt .mbr-section-btn {
  text-align: left;
}
.cid-uSCKxIf8RC {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fff7f2;
}
@media (min-width: 768px) {
  .cid-uSCKxIf8RC {
    align-items: flex-end;
  }
  .cid-uSCKxIf8RC .row {
    justify-content: center;
  }
  .cid-uSCKxIf8RC .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uSCKxIf8RC .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uSCKxIf8RC {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uSCKxIf8RC .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uSCKxIf8RC .content-wrap {
    width: 100%;
  }
}
.cid-uSCKxIf8RC .mbr-section-title,
.cid-uSCKxIf8RC .mbr-section-subtitle {
  text-align: center;
}
.cid-uSCKxIf8RC .mbr-text,
.cid-uSCKxIf8RC .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uRHRt487kO {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fff7f2;
}
.cid-uRHRt487kO img,
.cid-uRHRt487kO .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uRHRt487kO .item:focus,
.cid-uRHRt487kO span:focus {
  outline: none;
}
.cid-uRHRt487kO .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uRHRt487kO .item {
    margin-bottom: 1rem;
  }
}
.cid-uRHRt487kO .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uRHRt487kO .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uRHRt487kO .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #fff7f2;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uRHRt487kO .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uRHRt487kO .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uRHRt487kO .item-title {
  text-align: center;
  color: #000000;
}
.cid-uRHRt487kO .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uRHRt487kO .mbr-text,
.cid-uRHRt487kO .item .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uRHRt487kO .mbr-section-subtitle,
.cid-uRHRt487kO .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uNKxg5seHO {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff7f2;
}
.cid-uNKxg5seHO .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uNKxg5seHO form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uNKxg5seHO form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uNKxg5seHO form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uNKxg5seHO .mbr-section-title {
  color: #232323;
}
.cid-uWwKwzc0q9 {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fff7f2;
}
@media (min-width: 768px) {
  .cid-uWwKwzc0q9 {
    align-items: flex-end;
  }
  .cid-uWwKwzc0q9 .row {
    justify-content: center;
  }
  .cid-uWwKwzc0q9 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uWwKwzc0q9 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uWwKwzc0q9 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uWwKwzc0q9 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uWwKwzc0q9 .content-wrap {
    width: 100%;
  }
}
.cid-uWwKwzc0q9 .mbr-section-title,
.cid-uWwKwzc0q9 .mbr-section-subtitle {
  text-align: center;
}
.cid-uWwKwzc0q9 .mbr-text,
.cid-uWwKwzc0q9 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uWwKxmWdlN {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fff7f2;
}
.cid-uWwKxmWdlN img,
.cid-uWwKxmWdlN .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uWwKxmWdlN .item:focus,
.cid-uWwKxmWdlN span:focus {
  outline: none;
}
.cid-uWwKxmWdlN .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWwKxmWdlN .item {
    margin-bottom: 1rem;
  }
}
.cid-uWwKxmWdlN .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uWwKxmWdlN .item {
  padding: 0;
  margin: 0;
}
.cid-uWwKxmWdlN .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uWwKxmWdlN .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uWwKxmWdlN .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #fff7f2;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uWwKxmWdlN .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uWwKxmWdlN .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uWwKxmWdlN .item-title {
  text-align: center;
  color: #000000;
}
.cid-uWwKxmWdlN .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uWwKxmWdlN .mbr-text,
.cid-uWwKxmWdlN .item .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uWwKxmWdlN .mbr-section-subtitle,
.cid-uWwKxmWdlN .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uNEuxs714K {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fff7f2;
}
@media (min-width: 768px) {
  .cid-uNEuxs714K {
    align-items: flex-end;
  }
  .cid-uNEuxs714K .row {
    justify-content: center;
  }
  .cid-uNEuxs714K .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uNEuxs714K .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uNEuxs714K {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uNEuxs714K .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uNEuxs714K .content-wrap {
    width: 100%;
  }
}
.cid-uNEuxs714K .mbr-section-title,
.cid-uNEuxs714K .mbr-section-subtitle {
  text-align: center;
}
.cid-uNEuxs714K .mbr-text,
.cid-uNEuxs714K .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uNEuL6csCu {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fff7f2;
}
.cid-uNEuL6csCu img,
.cid-uNEuL6csCu .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uNEuL6csCu .item:focus,
.cid-uNEuL6csCu span:focus {
  outline: none;
}
.cid-uNEuL6csCu .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNEuL6csCu .item {
    margin-bottom: 1rem;
  }
}
.cid-uNEuL6csCu .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uNEuL6csCu .item {
  padding: 0;
  margin: 0;
}
.cid-uNEuL6csCu .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uNEuL6csCu .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uNEuL6csCu .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #fff7f2;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uNEuL6csCu .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uNEuL6csCu .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uNEuL6csCu .item-title {
  text-align: center;
  color: #000000;
}
.cid-uNEuL6csCu .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uNEuL6csCu .mbr-text,
.cid-uNEuL6csCu .item .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uNEuL6csCu .mbr-section-subtitle,
.cid-uNEuL6csCu .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uKDay3AqbY {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fff7f2;
}
@media (min-width: 768px) {
  .cid-uKDay3AqbY {
    align-items: flex-end;
  }
  .cid-uKDay3AqbY .row {
    justify-content: center;
  }
  .cid-uKDay3AqbY .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uKDay3AqbY .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uKDay3AqbY {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uKDay3AqbY .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uKDay3AqbY .content-wrap {
    width: 100%;
  }
}
.cid-uKDay3AqbY .mbr-section-title,
.cid-uKDay3AqbY .mbr-section-subtitle {
  text-align: center;
}
.cid-uKDay3AqbY .mbr-text,
.cid-uKDay3AqbY .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uEkeQkT5wI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/img-7442-2000x1333.jpg?v=1Vq5at");
}
.cid-uEkeQkT5wI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEkeQkT5wI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEkeQkT5wI .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uEkeQkT5wI .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uEkeQkT5wI .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uEkeQkT5wI .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uEkeQkT5wI .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uEkeQkT5wI .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #bbbbbb;
  height: 80px;
  border-radius: 50%;
}
.cid-uEkeQkT5wI .mbr-section-title {
  color: #9fe870;
}
.cid-uEkeQkT5wI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uEkeQkT5wI .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uEkeQkT5wI .card-box .item-footer {
  margin-top: auto;
}
.cid-uEkeQkT5wI .content-head {
  max-width: 800px;
}
.cid-uEkeQkT5wI .card-text,
.cid-uEkeQkT5wI .item .mbr-section-btn {
  text-align: center;
}
.cid-uEkeQmDy8B {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff7f2;
}
.cid-uEkeQmDy8B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEkeQmDy8B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEkeQmDy8B .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-uEkeQmDy8B .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uEkeQmDy8B .mbr-iconfont {
  font-size: 3rem;
  color: #000000;
  padding-right: 2rem;
}
.cid-uEkeQmDy8B .content-head {
  max-width: 800px;
}
.cid-uNEtd5gY1Z {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uNEtd5gY1Z img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uNEyzqZ2Gp {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #fff7f2;
}
.cid-uNEyzqZ2Gp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNEyzqZ2Gp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNEyzqZ2Gp .mbr-text {
  color: #000000;
}
.cid-uNEyzqZ2Gp .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uNEyzqZ2Gp .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNEyzqZ2Gp .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uNEyzqZ2Gp .mbr-section-subtitle,
.cid-uNEyzqZ2Gp .main-button {
  color: #000000;
}
.cid-uNEyzqZ2Gp .mbr-section-subtitle,
.cid-uNEyzqZ2Gp .main-button DIV {
  text-align: center;
}
.cid-uOXTtVvRw6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff7f2;
}
@media (min-width: 992px) {
  .cid-uOXTtVvRw6 .carousel {
    max-height: 800px;
  }
  .cid-uOXTtVvRw6 .carousel img {
    height: 800px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uOXTtVvRw6 .carousel {
    min-height: 520px;
  }
  .cid-uOXTtVvRw6 .carousel img {
    height: 520px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-uOXTtVvRw6 .carousel {
    min-height: 440px;
  }
  .cid-uOXTtVvRw6 .carousel img {
    height: 440px;
    object-fit: cover;
  }
  .cid-uOXTtVvRw6 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uOXTtVvRw6 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uOXTtVvRw6 .carousel,
.cid-uOXTtVvRw6 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uOXTtVvRw6 .item-wrapper {
  width: 100%;
}
.cid-uOXTtVvRw6 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uOXTtVvRw6 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uOXTtVvRw6 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uOXTtVvRw6 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uOXTtVvRw6 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uOXTtVvRw6 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uOXTtVvRw6 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uOXTtVvRw6 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOXTtVvRw6 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uOXTtVvRw6 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uOXTtVvRw6 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uOXTtVvRw6 .carousel-indicators li.active,
.cid-uOXTtVvRw6 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uOXTtVvRw6 .carousel-indicators li::after,
.cid-uOXTtVvRw6 .carousel-indicators li::before {
  content: none;
}
.cid-uOXTtVvRw6 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uOXTtVvRw6 .carousel-indicators {
    display: none !important;
  }
}
.cid-uNEBN7UVTj {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff7f2;
}
.cid-uNEBN7UVTj .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uNEBN7UVTj form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uNEBN7UVTj form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uNEBN7UVTj form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uNEBN7UVTj .mbr-section-title {
  color: #232323;
}
.cid-uNEtd7dKGo {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff7f2;
}
.cid-uNEtd7dKGo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNEtd7dKGo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNEtd7dKGo .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-uNEtd7dKGo .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uNEtd7dKGo .mbr-iconfont {
  font-size: 3rem;
  color: #000000;
  padding-right: 2rem;
}
.cid-uNEtd7dKGo .content-head {
  max-width: 800px;
}
.cid-uNECIqnA7x {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uNECIqnA7x img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uNECIr59wg {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #fff7f2;
}
.cid-uNECIr59wg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNECIr59wg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNECIr59wg .mbr-text {
  color: #000000;
}
.cid-uNECIr59wg .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uNECIr59wg .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNECIr59wg .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uNECIr59wg .mbr-section-subtitle,
.cid-uNECIr59wg .main-button {
  color: #000000;
}
.cid-uNECIr59wg .mbr-section-subtitle,
.cid-uNECIr59wg .main-button DIV {
  text-align: center;
}
.cid-uOXPSOtdST {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff7f2;
}
@media (min-width: 992px) {
  .cid-uOXPSOtdST .carousel {
    max-height: 800px;
  }
  .cid-uOXPSOtdST .carousel img {
    height: 800px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uOXPSOtdST .carousel {
    min-height: 520px;
  }
  .cid-uOXPSOtdST .carousel img {
    height: 520px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-uOXPSOtdST .carousel {
    min-height: 440px;
  }
  .cid-uOXPSOtdST .carousel img {
    height: 440px;
    object-fit: cover;
  }
  .cid-uOXPSOtdST .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uOXPSOtdST .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uOXPSOtdST .carousel,
.cid-uOXPSOtdST .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uOXPSOtdST .item-wrapper {
  width: 100%;
}
.cid-uOXPSOtdST .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uOXPSOtdST .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uOXPSOtdST .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uOXPSOtdST .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uOXPSOtdST .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uOXPSOtdST .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uOXPSOtdST .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uOXPSOtdST .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOXPSOtdST .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uOXPSOtdST .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uOXPSOtdST .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uOXPSOtdST .carousel-indicators li.active,
.cid-uOXPSOtdST .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uOXPSOtdST .carousel-indicators li::after,
.cid-uOXPSOtdST .carousel-indicators li::before {
  content: none;
}
.cid-uOXPSOtdST .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uOXPSOtdST .carousel-indicators {
    display: none !important;
  }
}
.cid-uNEEoAl3JN {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff7f2;
}
.cid-uNEEoAl3JN .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uNEEoAl3JN form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uNEEoAl3JN form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uNEEoAl3JN form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uNEEoAl3JN .mbr-section-title {
  color: #232323;
}
.cid-uNECItG8Yj {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff7f2;
}
.cid-uNECItG8Yj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNECItG8Yj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNECItG8Yj .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-uNECItG8Yj .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uNECItG8Yj .mbr-iconfont {
  font-size: 3rem;
  color: #000000;
  padding-right: 2rem;
}
.cid-uNECItG8Yj .content-head {
  max-width: 800px;
}
.cid-uWwESof1xW {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uWwESof1xW img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uWwGj7QXvQ {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fff7f2;
}
@media (min-width: 768px) {
  .cid-uWwGj7QXvQ {
    align-items: flex-end;
  }
  .cid-uWwGj7QXvQ .row {
    justify-content: center;
  }
  .cid-uWwGj7QXvQ .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uWwGj7QXvQ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uWwGj7QXvQ {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uWwGj7QXvQ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uWwGj7QXvQ .content-wrap {
    width: 100%;
  }
}
.cid-uWwGj7QXvQ .mbr-section-title,
.cid-uWwGj7QXvQ .mbr-section-subtitle {
  text-align: center;
}
.cid-uWwGj7QXvQ .mbr-text,
.cid-uWwGj7QXvQ .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uWwESpduuR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff7f2;
}
@media (min-width: 992px) {
  .cid-uWwESpduuR .carousel {
    max-height: 800px;
  }
  .cid-uWwESpduuR .carousel img {
    height: 800px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uWwESpduuR .carousel {
    min-height: 520px;
  }
  .cid-uWwESpduuR .carousel img {
    height: 520px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-uWwESpduuR .carousel {
    min-height: 440px;
  }
  .cid-uWwESpduuR .carousel img {
    height: 440px;
    object-fit: cover;
  }
  .cid-uWwESpduuR .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uWwESpduuR .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uWwESpduuR .carousel,
.cid-uWwESpduuR .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uWwESpduuR .item-wrapper {
  width: 100%;
}
.cid-uWwESpduuR .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uWwESpduuR .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uWwESpduuR .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uWwESpduuR .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uWwESpduuR .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uWwESpduuR .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uWwESpduuR .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uWwESpduuR .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uWwESpduuR .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uWwESpduuR .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uWwESpduuR .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uWwESpduuR .carousel-indicators li.active,
.cid-uWwESpduuR .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uWwESpduuR .carousel-indicators li::after,
.cid-uWwESpduuR .carousel-indicators li::before {
  content: none;
}
.cid-uWwESpduuR .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uWwESpduuR .carousel-indicators {
    display: none !important;
  }
}
.cid-uWwESq5lwF {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff7f2;
}
.cid-uWwESq5lwF .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uWwESq5lwF form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uWwESq5lwF form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uWwESq5lwF form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uWwESq5lwF .mbr-section-title {
  color: #232323;
}
.cid-uWwESr3N4r {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff7f2;
}
.cid-uWwESr3N4r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWwESr3N4r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWwESr3N4r .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-uWwESr3N4r .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWwESr3N4r .mbr-iconfont {
  font-size: 3rem;
  color: #000000;
  padding-right: 2rem;
}
.cid-uWwESr3N4r .content-head {
  max-width: 800px;
}
.cid-uWwH2gsnqC {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uWwH2gsnqC img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uWwH6goNYH {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fff7f2;
}
@media (min-width: 768px) {
  .cid-uWwH6goNYH {
    align-items: flex-end;
  }
  .cid-uWwH6goNYH .row {
    justify-content: center;
  }
  .cid-uWwH6goNYH .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uWwH6goNYH .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uWwH6goNYH {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uWwH6goNYH .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uWwH6goNYH .content-wrap {
    width: 100%;
  }
}
.cid-uWwH6goNYH .mbr-section-title,
.cid-uWwH6goNYH .mbr-section-subtitle {
  text-align: center;
}
.cid-uWwH6goNYH .mbr-text,
.cid-uWwH6goNYH .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uWwH6TUSAL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff7f2;
}
@media (min-width: 992px) {
  .cid-uWwH6TUSAL .carousel {
    max-height: 800px;
  }
  .cid-uWwH6TUSAL .carousel img {
    height: 800px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uWwH6TUSAL .carousel {
    min-height: 520px;
  }
  .cid-uWwH6TUSAL .carousel img {
    height: 520px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-uWwH6TUSAL .carousel {
    min-height: 440px;
  }
  .cid-uWwH6TUSAL .carousel img {
    height: 440px;
    object-fit: cover;
  }
  .cid-uWwH6TUSAL .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uWwH6TUSAL .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uWwH6TUSAL .carousel,
.cid-uWwH6TUSAL .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uWwH6TUSAL .item-wrapper {
  width: 100%;
}
.cid-uWwH6TUSAL .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uWwH6TUSAL .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uWwH6TUSAL .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uWwH6TUSAL .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uWwH6TUSAL .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uWwH6TUSAL .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uWwH6TUSAL .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uWwH6TUSAL .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uWwH6TUSAL .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uWwH6TUSAL .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uWwH6TUSAL .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uWwH6TUSAL .carousel-indicators li.active,
.cid-uWwH6TUSAL .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uWwH6TUSAL .carousel-indicators li::after,
.cid-uWwH6TUSAL .carousel-indicators li::before {
  content: none;
}
.cid-uWwH6TUSAL .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uWwH6TUSAL .carousel-indicators {
    display: none !important;
  }
}
.cid-uWwH2it0pI {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff7f2;
}
.cid-uWwH2it0pI .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uWwH2it0pI form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uWwH2it0pI form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uWwH2it0pI form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uWwH2it0pI .mbr-section-title {
  color: #232323;
}
.cid-uWwH2jhb6W {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff7f2;
}
.cid-uWwH2jhb6W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWwH2jhb6W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWwH2jhb6W .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-uWwH2jhb6W .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWwH2jhb6W .mbr-iconfont {
  font-size: 3rem;
  color: #000000;
  padding-right: 2rem;
}
.cid-uWwH2jhb6W .content-head {
  max-width: 800px;
}
.cid-uYWvirVmOR {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uYWvirVmOR img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uYX0hJP6rK {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/img-5886-2000x1333.jpg?v=1Vq5at");
}
.cid-uYX0hJP6rK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYX0hJP6rK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYX0hJP6rK .row {
  flex-direction: row-reverse;
}
.cid-uYWBSrwzqm {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fff7f2;
}
@media (min-width: 768px) {
  .cid-uYWBSrwzqm {
    align-items: flex-end;
  }
  .cid-uYWBSrwzqm .row {
    justify-content: center;
  }
  .cid-uYWBSrwzqm .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uYWBSrwzqm .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uYWBSrwzqm {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uYWBSrwzqm .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uYWBSrwzqm .content-wrap {
    width: 100%;
  }
}
.cid-uYWBSrwzqm .mbr-section-title,
.cid-uYWBSrwzqm .mbr-section-subtitle {
  text-align: center;
}
.cid-uYWBSrwzqm .mbr-text,
.cid-uYWBSrwzqm .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uYX0iIZNob {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg?v=1Vq5at");
}
.cid-uYX0iIZNob .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYX0iIZNob .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYX0iIZNob .row {
  flex-direction: row-reverse;
}
.cid-uYWviu6BLa {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fff7f2;
}
.cid-uYWviu6BLa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYWviu6BLa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYWviu6BLa .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-uYWviu6BLa .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYWviu6BLa .mbr-iconfont {
  font-size: 3rem;
  color: #000000;
  padding-right: 2rem;
}
.cid-uYWviu6BLa .content-head {
  max-width: 800px;
}
.cid-uYWE5CDxYE {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uYWE5CDxYE img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uYX0rPdTTR {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/img-5886-2000x1333.jpg?v=1Vq5at");
}
.cid-uYX0rPdTTR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYX0rPdTTR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYX0rPdTTR .row {
  flex-direction: row-reverse;
}
.cid-uYWE5ERKmB {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fff7f2;
}
@media (min-width: 768px) {
  .cid-uYWE5ERKmB {
    align-items: flex-end;
  }
  .cid-uYWE5ERKmB .row {
    justify-content: center;
  }
  .cid-uYWE5ERKmB .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uYWE5ERKmB .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uYWE5ERKmB {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uYWE5ERKmB .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uYWE5ERKmB .content-wrap {
    width: 100%;
  }
}
.cid-uYWE5ERKmB .mbr-section-title,
.cid-uYWE5ERKmB .mbr-section-subtitle {
  text-align: center;
}
.cid-uYWE5ERKmB .mbr-text,
.cid-uYWE5ERKmB .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uYX0rbmXdO {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg?v=1Vq5at");
}
.cid-uYX0rbmXdO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYX0rbmXdO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYX0rbmXdO .row {
  flex-direction: row-reverse;
}
.cid-uYWE5GjYzv {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fff7f2;
}
.cid-uYWE5GjYzv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYWE5GjYzv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYWE5GjYzv .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-uYWE5GjYzv .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYWE5GjYzv .mbr-iconfont {
  font-size: 3rem;
  color: #000000;
  padding-right: 2rem;
}
.cid-uYWE5GjYzv .content-head {
  max-width: 800px;
}
.cid-v2U3keuoin {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-v2U3keuoin img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-v2U3keYssY {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/img-7378-2000x2795.jpg?v=1Vq5at");
}
.cid-v2U3keYssY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2U3keYssY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2U3keYssY .row {
  flex-direction: row-reverse;
}
.cid-v2U3kfPrIG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff7f2;
}
.cid-v2U3kfPrIG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2U3kfPrIG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2U3kfPrIG .row {
  align-items: stretch;
  justify-content: center;
}
.cid-v2U3kfPrIG .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-v2U3kfPrIG .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-v2U3kfPrIG img,
.cid-v2U3kfPrIG .item-img {
  width: 100%;
}
.cid-v2U3kgNJoo {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff7f2;
}
.cid-v2U3kgNJoo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2U3kgNJoo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2U3kgNJoo .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-v2U3kgNJoo .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2U3kgNJoo .mbr-iconfont {
  font-size: 3rem;
  color: #000000;
  padding-right: 2rem;
}
.cid-v2U3kgNJoo .content-head {
  max-width: 800px;
}
.cid-v2U4Kf1hj0 {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-v2U4Kf1hj0 img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-v2U4KfFY72 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/img-8044-2000x2797.jpg?v=1Vq5at");
}
.cid-v2U4KfFY72 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2U4KfFY72 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2U4KfFY72 .row {
  flex-direction: row-reverse;
}
.cid-v2U4KgCad1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff7f2;
}
.cid-v2U4KgCad1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2U4KgCad1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2U4KgCad1 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-v2U4KgCad1 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-v2U4KgCad1 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-v2U4KgCad1 img,
.cid-v2U4KgCad1 .item-img {
  width: 100%;
}
.cid-v2U4Khy4l1 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff7f2;
}
.cid-v2U4Khy4l1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2U4Khy4l1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2U4Khy4l1 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-v2U4Khy4l1 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2U4Khy4l1 .mbr-iconfont {
  font-size: 3rem;
  color: #000000;
  padding-right: 2rem;
}
.cid-v2U4Khy4l1 .content-head {
  max-width: 800px;
}
.cid-v2U5a81cJm {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-v2U5a81cJm img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-v2U5a8By7m {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/img-8046-2000x2800.jpg?v=1Vq5at");
}
.cid-v2U5a8By7m .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2U5a8By7m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2U5a8By7m .row {
  flex-direction: row-reverse;
}
.cid-v2U5a9G9gC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff7f2;
}
.cid-v2U5a9G9gC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2U5a9G9gC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2U5a9G9gC .row {
  align-items: stretch;
  justify-content: center;
}
.cid-v2U5a9G9gC .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-v2U5a9G9gC .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-v2U5a9G9gC img,
.cid-v2U5a9G9gC .item-img {
  width: 100%;
}
.cid-v2U5aaQRVx {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff7f2;
}
.cid-v2U5aaQRVx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2U5aaQRVx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2U5aaQRVx .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-v2U5aaQRVx .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2U5aaQRVx .mbr-iconfont {
  font-size: 3rem;
  color: #000000;
  padding-right: 2rem;
}
.cid-v2U5aaQRVx .content-head {
  max-width: 800px;
}
.cid-v36yNVRG23 {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-v36yNVRG23 img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-v36yNWgIbm {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/img-8129-2000x2500.jpg?v=1Vq5at");
}
.cid-v36yNWgIbm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v36yNWgIbm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v36yNWgIbm .row {
  flex-direction: row-reverse;
}
.cid-v36yNWUMrJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff7f2;
}
.cid-v36yNWUMrJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v36yNWUMrJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v36yNWUMrJ .row {
  align-items: stretch;
  justify-content: center;
}
.cid-v36yNWUMrJ .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-v36yNWUMrJ .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-v36yNWUMrJ img,
.cid-v36yNWUMrJ .item-img {
  width: 100%;
}
.cid-v36yNXM2Re {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff7f2;
}
.cid-v36yNXM2Re .mbr-fallback-image.disabled {
  display: none;
}
.cid-v36yNXM2Re .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v36yNXM2Re .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-v36yNXM2Re .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v36yNXM2Re .mbr-iconfont {
  font-size: 3rem;
  color: #000000;
  padding-right: 2rem;
}
.cid-v36yNXM2Re .content-head {
  max-width: 800px;
}
