.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #fcf5ee;
}
body {
  font-family: Manrope;
}
.display-1 {
  font-family: 'Manrope', sans-serif;
  font-size: 7.5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 9.375rem;
}
.display-2 {
  font-family: 'Manrope', sans-serif;
  font-size: 6rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.52rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.9rem;
}
.display-5 {
  font-family: 'Manrope', sans-serif;
  font-size: 4.2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-7 {
  font-family: 'Manrope', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}
.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: 6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.25rem;
    font-size: calc( 3.2749999999999995rem + (7.5 - 3.2749999999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.2749999999999995rem + (7.5 - 3.2749999999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.216rem;
    font-size: calc( 1.182rem + (1.52 - 1.182) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.182rem + (1.52 - 1.182) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 3.36rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.12rem + (4.2 - 2.12) * ((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: 5.25rem;
    font-size: calc( 3.2749999999999995rem + (7.5 - 3.2749999999999995) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (3.2749999999999995rem + (7.5 - 3.2749999999999995) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.75rem + (6 - 2.75) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.216rem;
    font-size: calc( 1.182rem + (1.52 - 1.182) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.182rem + (1.52 - 1.182) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 3.36rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (2.12rem + (4.2 - 2.12) * ((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;
  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: #922c40 !important;
}
.bg-success {
  background-color: #20ac6b !important;
}
.bg-info {
  background-color: #0aa3c2 !important;
}
.bg-warning {
  background-color: #cc9900 !important;
}
.bg-danger {
  background-color: #ae1e2c !important;
}
.btn-primary .mbr-iconfont {
  color: #922c40 !important;
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #922c40 !important;
  border-color: #922c40 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #b93851 !important;
  border-color: #b93851 !important;
  box-shadow: none;
}
.btn-primary:hover .mbr-iconfont,
.btn-primary:focus .mbr-iconfont,
.btn-primary.focus .mbr-iconfont,
.btn-primary.active .mbr-iconfont {
  color: #b93851 !important;
  background-color: #ffffff !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b93851 !important;
  border-color: #b93851 !important;
}
.btn-secondary .mbr-iconfont {
  color: #474e6b !important;
  background-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #474e6b !important;
  border-color: #474e6b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #5b648a !important;
  border-color: #5b648a !important;
  box-shadow: none;
}
.btn-secondary:hover .mbr-iconfont,
.btn-secondary:focus .mbr-iconfont,
.btn-secondary.focus .mbr-iconfont,
.btn-secondary.active .mbr-iconfont {
  color: #5b648a !important;
  background-color: #ffffff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #5b648a !important;
  border-color: #5b648a !important;
}
.btn-info .mbr-iconfont {
  color: #0aa3c2 !important;
  background-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
  box-shadow: none;
}
.btn-info:hover .mbr-iconfont,
.btn-info:focus .mbr-iconfont,
.btn-info.focus .mbr-iconfont,
.btn-info.active .mbr-iconfont {
  color: #0dccf3 !important;
  background-color: #ffffff !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
}
.btn-success .mbr-iconfont {
  color: #20ac6b !important;
  background-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
  box-shadow: none;
}
.btn-success:hover .mbr-iconfont,
.btn-success:focus .mbr-iconfont,
.btn-success.focus .mbr-iconfont,
.btn-success.active .mbr-iconfont {
  color: #28d786 !important;
  background-color: #ffffff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
}
.btn-warning .mbr-iconfont {
  color: #cc9900 !important;
  background-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
  box-shadow: none;
}
.btn-warning:hover .mbr-iconfont,
.btn-warning:focus .mbr-iconfont,
.btn-warning.focus .mbr-iconfont,
.btn-warning.active .mbr-iconfont {
  color: #ffbf00 !important;
  background-color: #ffffff !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
}
.btn-danger .mbr-iconfont {
  color: #ae1e2c !important;
  background-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #da2637 !important;
  border-color: #da2637 !important;
  box-shadow: none;
}
.btn-danger:hover .mbr-iconfont,
.btn-danger:focus .mbr-iconfont,
.btn-danger.focus .mbr-iconfont,
.btn-danger.active .mbr-iconfont {
  color: #da2637 !important;
  background-color: #ffffff !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #da2637 !important;
  border-color: #da2637 !important;
}
.btn-white .mbr-iconfont {
  color: #eff0ec !important;
  background-color: #5a5f4b !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #5a5f4b !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:hover .mbr-iconfont,
.btn-white:focus .mbr-iconfont,
.btn-white.focus .mbr-iconfont,
.btn-white.active .mbr-iconfont {
  color: #ffffff !important;
  background-color: #5a5f4b !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #5a5f4b !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black .mbr-iconfont {
  color: #232323 !important;
  background-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:hover .mbr-iconfont,
.btn-black:focus .mbr-iconfont,
.btn-black.focus .mbr-iconfont,
.btn-black.active .mbr-iconfont {
  color: #3d3d3d !important;
  background-color: #ffffff !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline .mbr-iconfont {
  color: #922c40 !important;
  border: 2px solid #922c40 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #922c40;
  color: #922c40;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #4f1823 !important;
  background-color: transparent !important;
  border-color: #4f1823 !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 {
  color: #4f1823 !important;
  border: 2px solid #4f1823 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #922c40 !important;
  border-color: #922c40 !important;
}
.btn-secondary-outline .mbr-iconfont {
  color: #474e6b !important;
  border: 2px solid #474e6b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #474e6b;
  color: #474e6b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #242837 !important;
  background-color: transparent !important;
  border-color: #242837 !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 {
  color: #242837 !important;
  border: 2px solid #242837 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #474e6b !important;
  border-color: #474e6b !important;
}
.btn-info-outline .mbr-iconfont {
  color: #0aa3c2 !important;
  border: 2px solid #0aa3c2 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0aa3c2;
  color: #0aa3c2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #065e70 !important;
  background-color: transparent !important;
  border-color: #065e70 !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 {
  color: #065e70 !important;
  border: 2px solid #065e70 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
}
.btn-success-outline .mbr-iconfont {
  color: #20ac6b !important;
  border: 2px solid #20ac6b !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #20ac6b;
  color: #20ac6b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #12633e !important;
  background-color: transparent !important;
  border-color: #12633e !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 {
  color: #12633e !important;
  border: 2px solid #12633e !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
}
.btn-warning-outline .mbr-iconfont {
  color: #cc9900 !important;
  border: 2px solid #cc9900 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #cc9900;
  color: #cc9900;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #755800 !important;
  background-color: transparent !important;
  border-color: #755800 !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 {
  color: #755800 !important;
  border: 2px solid #755800 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
}
.btn-danger-outline .mbr-iconfont {
  color: #ae1e2c !important;
  border: 2px solid #ae1e2c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ae1e2c;
  color: #ae1e2c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #641119 !important;
  background-color: transparent !important;
  border-color: #641119 !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 {
  color: #641119 !important;
  border: 2px solid #641119 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
}
.btn-black-outline .mbr-iconfont {
  color: #232323 !important;
  border: 2px solid #232323 !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:hover .mbr-iconfont,
.btn-black-outline:focus .mbr-iconfont,
.btn-black-outline.focus .mbr-iconfont,
.btn-black-outline.active .mbr-iconfont {
  color: #000000 !important;
  border: 2px solid #000000 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline .mbr-iconfont {
  color: #fafafa !important;
  border: 2px solid #fafafa !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:hover .mbr-iconfont,
.btn-white-outline:focus .mbr-iconfont,
.btn-white-outline.focus .mbr-iconfont,
.btn-white-outline.active .mbr-iconfont {
  color: #cfcfcf !important;
  border: 2px solid #cfcfcf !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #922c40 !important;
}
.text-secondary {
  color: #474e6b !important;
}
.text-success {
  color: #20ac6b !important;
}
.text-info {
  color: #0aa3c2 !important;
}
.text-warning {
  color: #cc9900 !important;
}
.text-danger {
  color: #ae1e2c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #44141e !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #1e212e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #105636 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #055161 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #664d00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #570f16 !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: #922c40;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0aa3c2;
}
.alert-warning {
  background-color: #cc9900;
}
.alert-danger {
  background-color: #ae1e2c;
}
.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: #922c40;
  border-color: #922c40;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #922c40;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d26b7f;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #68e3aa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #55dbf6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe599;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e56773;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Manrope', sans-serif;
  font-size: 1.52rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.9rem;
}
.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: #922c40 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Manrope', sans-serif;
  font-size: 1.52rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.9rem;
}
blockquote {
  border-color: #922c40;
}
/* 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: #922c40;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #922c40;
}
.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: #922c40;
  border-bottom-color: #922c40;
}
.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: #922c40 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #474e6b !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='%23922c40' %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 {
  border-radius: 100px !important;
  padding: 11px 64px;
  align-items: center;
  min-height: 88px;
  font-weight: 700 !important;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn {
    min-height: 54px;
    padding: 11px 32px;
  }
}
.mbr-section-btn .btn .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-left: 60px;
  margin-right: -50px;
  transition: all .3s ease;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 16px;
    margin-left: 32px;
    margin-right: -20px;
  }
}
.mbr-section-btn .item-btn {
  padding: 11px 16px;
}
@media (max-width: 768px) {
  .mbr-section-btn .item-btn {
    padding: 11px 16px;
  }
}
.mbr-section-btn .item-btn .mbr-iconfont {
  margin-left: 10px;
  margin-right: 0;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.google-map,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-img,
.form-wrapper {
  border-radius: 50px !important;
}
@media (max-width: 992px) {
  img,
  .card-wrap,
  .card-wrapper,
  .video-wrapper,
  .mbr-figure iframe,
  .google-map iframe,
  .google-map,
  .slide-content,
  .plan,
  .card,
  .item-wrapper,
  .item-img,
  .form-wrapper {
    border-radius: 30px !important;
  }
}
.tag-wrapper .tag-wrap {
  border-radius: 100px;
}
.tag-wrapper .mbr-tag {
  border-radius: 100px;
}
.title-wrapper::before {
  border-radius: 30px;
}
.contact-wrapper {
  border-radius: 30px;
}
.title-wrap .mbr-section-title {
  border-radius: 50px;
}
.container-bg {
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
}
@media (max-width: 992px) {
  .container-bg {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
  }
}
.cid-v2wa83IU2y {
  overflow: hidden;
  background-image: url("https://r.mobirisesite.com/2016218/assets/images/photo-1644325349124-d1756b79dd42.jpeg");
}
.cid-v2wa83IU2y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2wa83IU2y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2wa83IU2y .row {
  justify-content: center;
}
.cid-v2wa83IU2y .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v2wa83IU2y .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2wa83IU2y .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2wa83IU2y .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2wa83IU2y .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v2wa83IU2y .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v2wa83IU2y .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v2wa83IU2y .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v2wa83IU2y .card {
  justify-content: flex-end;
}
.cid-v2wa83IU2y .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2wa83IU2y .image-wrapper {
    display: block;
  }
}
.cid-v2wa83IU2y .image-wrapper::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#c65b6b, transparent);
  filter: blur(100px);
}
.cid-v2wa83IU2y .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-v2wa83IU2y .image-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v2wa83IU2y .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-v2wa83IU2y .mbr-section-title {
  color: #C65B6B;
}
.cid-v2wa83IU2y .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-v2wa83IU2y .mbr-text,
.cid-v2wa83IU2y .text-wrapper {
  color: #ffffff;
}
.cid-v2wa83IU2y .mbr-text,
.cid-v2wa83IU2y .text-wrapper,
.cid-v2wa83IU2y .mbr-section-btn {
  color: #FFFFFF;
}
.cid-v2wa83IwCx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
}
.cid-v2wa83IwCx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2wa83IwCx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2wa83IwCx .row {
  justify-content: center;
}
.cid-v2wa83IwCx .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v2wa83IwCx .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2wa83IwCx .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v2wa83IwCx .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v2wa83IwCx .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2wa83IwCx .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v2wa83IwCx .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .cid-v2wa83IwCx .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-v2wa83IwCx .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .cid-v2wa83IwCx .items-wrapper {
    display: block;
  }
}
.cid-v2wa83IwCx .item {
  transform: rotate(-3deg);
}
@media (max-width: 1200px) {
  .cid-v2wa83IwCx .item {
    transform: none;
  }
}
.cid-v2wa83IwCx .item:nth-child(2n) {
  transform: translateY(5px) rotate(0);
}
@media (max-width: 1200px) {
  .cid-v2wa83IwCx .item:nth-child(2n) {
    transform: none;
  }
}
.cid-v2wa83IwCx .item:nth-child(3n) {
  transform: rotate(2.7deg);
}
@media (max-width: 1200px) {
  .cid-v2wa83IwCx .item:nth-child(3n) {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-v2wa83IwCx .item {
    margin-bottom: 16px;
  }
}
.cid-v2wa83IwCx .item .item-wrapper {
  height: 100%;
  background-color: #c65b6b;
  padding: 48px;
}
@media (max-width: 1440px) {
  .cid-v2wa83IwCx .item .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-v2wa83IwCx .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-v2wa83IwCx .item .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v2wa83IwCx .item .item-wrapper .card-box .card-title {
    margin-bottom: 30px;
  }
}
.cid-v2wa83IwCx .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v2wa83IwCx .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2wa83IwCx .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  font-size: 230px;
  color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-v2wa83IwCx .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
    font-size: 180px;
  }
}
@media (max-width: 1200px) {
  .cid-v2wa83IwCx .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
    font-size: 120px;
  }
}
.cid-v2wa83IwCx .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v2wa83IwCx .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v2wa83IwCx .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-v2wa83IwCx .item .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-v2wa83IwCx .mbr-section-title {
  color: #ffffff;
}
.cid-v2wa83IwCx .mbr-text,
.cid-v2wa83IwCx .text-wrapper {
  color: #FFFFFF;
}
.cid-v2wa83IwCx .card-title {
  color: #000000;
}
.cid-v2wa83IwCx .card-text {
  color: #000000;
}
.cid-v2wa83IwCx .iconfont-wrapper {
  text-align: center;
}
.cid-v2wa83IwCx .mbr-section-title,
.cid-v2wa83IwCx .mbr-section-btn {
  color: #FFFFFF;
}
.cid-v2wa83IwCx .card-title,
.cid-v2wa83IwCx .iconfont-wrapper {
  color: #FFFFFF;
}
.cid-v2wa83IwCx .card-text,
.cid-v2wa83IwCx .mbr-section-btn {
  color: #FFFFFF;
}
.cid-v2wa83JvoY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1e0e00;
}
.cid-v2wa83JvoY .item:focus,
.cid-v2wa83JvoY span:focus {
  outline: none;
}
.cid-v2wa83JvoY .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v2wa83JvoY .item {
  font-weight: 700;
  padding: 15px 0;
  color: #c65b6b;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-v2wa83JvoY .item {
    min-height: 45px;
  }
}
.cid-v2wa83J77p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1e0e00;
}
.cid-v2wa83J77p .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2wa83J77p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2wa83J77p .row {
  justify-content: center;
}
.cid-v2wa83J77p .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2wa83J77p .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-v2wa83J77p .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v2wa83J77p .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2wa83J77p .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2wa83J77p .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v2wa83J77p .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v2wa83J77p .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-v2wa83J77p .image-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v2wa83J77p .image-wrapper {
    display: block;
  }
}
.cid-v2wa83J77p .image-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#c65b6b, transparent);
  filter: blur(100px);
}
.cid-v2wa83J77p .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-v2wa83J77p .image-wrapper .image-wrap img {
  width: 400px;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v2wa83J77p .image-wrapper .image-wrap img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 992px) {
  .cid-v2wa83J77p .image-wrapper .image-wrap img {
    height: 350px;
    width: 100%;
  }
}
.cid-v2wa83J77p .mbr-section-title {
  color: #C65B6B;
}
.cid-v2wa83J77p .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-v2wa83J77p .mbr-text {
  color: #ffffff;
}
.cid-v2wa83J77p .mbr-text,
.cid-v2wa83J77p .mbr-section-btn,
.cid-v2wa83J77p .text-wrapper {
  color: #FFFFFF;
}
.cid-v2wa83Jrys {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1e0e00;
}
.cid-v2wa83Jrys .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2wa83Jrys .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2wa83Jrys .row {
  justify-content: center;
}
.cid-v2wa83Jrys .content-wrapper .title-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-v2wa83Jrys .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-v2wa83Jrys .content-wrapper .title-wrapper {
    padding-bottom: 60px;
  }
}
.cid-v2wa83Jrys .content-wrapper .title-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 32px;
  width: 100%;
  background-color: #c65b6b;
}
@media (max-width: 992px) {
  .cid-v2wa83Jrys .content-wrapper .title-wrapper::before {
    height: 24px;
  }
}
.cid-v2wa83Jrys .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2wa83Jrys .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v2wa83Jrys .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v2wa83Jrys .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v2wa83Jrys .mbr-section-title {
  color: #ffffff;
}
.cid-v2wa83Jrys .mbr-section-subtitle {
  color: #C65B6B;
  text-align: center;
}
.cid-v2wa83Jrys .mbr-text,
.cid-v2wa83Jrys .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-v2wa83Jrys .mbr-section-title,
.cid-v2wa83Jrys .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-v2wa83J6KJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2wa83J6KJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2016218/assets/images/background1.jpg?rnd=1763121399446");
}
.cid-v2wa83J6KJ .image-wrap {
  height: 800px;
}
@media (max-width: 992px) {
  .cid-v2wa83J6KJ .image-wrap {
    height: 350px;
  }
}
.cid-v2wa83JksH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
}
.cid-v2wa83JksH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2wa83JksH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2wa83JksH .row {
  justify-content: center;
}
.cid-v2wa83JksH .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v2wa83JksH .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2wa83JksH .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v2wa83JksH .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v2wa83JksH .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2wa83JksH .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v2wa83JksH .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .cid-v2wa83JksH .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-v2wa83JksH .items-wrapper {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .cid-v2wa83JksH .items-wrapper {
    display: block;
  }
}
.cid-v2wa83JksH .item {
  transform: rotate(-3deg);
}
@media (max-width: 992px) {
  .cid-v2wa83JksH .item {
    transform: none;
  }
}
.cid-v2wa83JksH .item:nth-child(2n) {
  transform: rotate(1deg);
}
@media (max-width: 992px) {
  .cid-v2wa83JksH .item:nth-child(2n) {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-v2wa83JksH .item {
    margin-bottom: 16px;
  }
}
.cid-v2wa83JksH .item .item-wrapper {
  height: 100%;
  background-color: #c65b6b;
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .cid-v2wa83JksH .item .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-v2wa83JksH .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-v2wa83JksH .item .item-wrapper .card-number,
.cid-v2wa83JksH .item .item-wrapper .card-number_2 {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v2wa83JksH .item .item-wrapper .card-number,
  .cid-v2wa83JksH .item .item-wrapper .card-number_2 {
    margin-bottom: 30px;
  }
}
.cid-v2wa83JksH .item .item-wrapper .card-box .card-title,
.cid-v2wa83JksH .item .item-wrapper .card-box .card-title_2 {
  margin-bottom: 30px;
}
.cid-v2wa83JksH .item .item-wrapper .card-box .card-text,
.cid-v2wa83JksH .item .item-wrapper .card-box .card-text_2 {
  margin-bottom: 0;
}
.cid-v2wa83JksH .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v2wa83JksH .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-v2wa83JksH .item .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-v2wa83JksH .item .card_2 {
  background-color: transparent;
  border: 3px solid #c65b6b;
}
.cid-v2wa83JksH .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v2wa83JksH .mbr-text,
.cid-v2wa83JksH .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-v2wa83JksH .card-number {
  color: #FFFFFF;
}
.cid-v2wa83JksH .card-title {
  color: #FFFFFF;
}
.cid-v2wa83JksH .card-text {
  color: #000000;
}
.cid-v2wa83JksH .card-number_2 {
  color: #FFFFFF;
}
.cid-v2wa83JksH .card-title_2 {
  color: #C65B6B;
}
.cid-v2wa83JksH .card-text_2 {
  color: #FFFFFF;
}
.cid-v2wa83JksH .mbr-section-title,
.cid-v2wa83JksH .mbr-section-btn {
  color: #FFFFFF;
}
.cid-v2wa83JksH .card-text,
.cid-v2wa83JksH .mbr-section-btn {
  color: #FFFFFF;
}
.cid-v2wa83JE7t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1e0e00;
}
.cid-v2wa83JE7t .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2wa83JE7t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2wa83JE7t .row {
  justify-content: center;
}
.cid-v2wa83JE7t .card {
  justify-content: center;
}
.cid-v2wa83JE7t .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v2wa83JE7t .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v2wa83JE7t .tabs-wrapper {
  border-bottom: none;
}
@media (max-width: 992px) {
  .cid-v2wa83JE7t .tabs-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2wa83JE7t .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-block;
}
.cid-v2wa83JE7t .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-bottom: 16px;
}
.cid-v2wa83JE7t .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  color: #c65b6b;
  padding: 11px 64px;
  border: 2px solid #c65b6b;
  transition: all 0.3s ease-in-out;
  align-items: center;
  justify-content: center;
  min-height: 88px;
}
@media (max-width: 992px) {
  .cid-v2wa83JE7t .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    min-height: 54px;
    padding: 11px 32px;
  }
}
.cid-v2wa83JE7t .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #c65b6b;
  color: #ffffff;
}
.cid-v2wa83JE7t .tab-content .tab-pane .item-content {
  border: none;
  background-color: transparent;
}
.cid-v2wa83JE7t .tab-content .tab-pane .item-content .image-wrap {
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v2wa83JE7t .tab-content .tab-pane .item-content .image-wrap {
    margin-bottom: 30px;
  }
}
.cid-v2wa83JE7t .tab-content .tab-pane .item-content .image-wrap::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#c65b6b, transparent);
  filter: blur(100px);
}
.cid-v2wa83JE7t .tab-content .tab-pane .item-content .image-wrap img {
  position: relative;
  z-index: 1;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v2wa83JE7t .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
  }
}
.cid-v2wa83JE7t .tab-content .tab-pane .item-content .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v2wa83JE7t .tab-content .tab-pane .item-content .item-title {
    margin-bottom: 30px;
  }
}
.cid-v2wa83JE7t .tab-content .tab-pane .item-content .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v2wa83JE7t .tab-content .tab-pane .item-content .text-wrapper .item-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2wa83JE7t .tab-content .tab-pane .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-v2wa83JE7t .mbr-section-title {
  color: #ffffff;
}
.cid-v2wa83JE7t .item-title {
  color: #C65B6B;
}
.cid-v2wa83JE7t .item-text {
  color: #ffffff;
}
.cid-v2wa83JE7t .mbr-section-title,
.cid-v2wa83JE7t .tabs-wrapper {
  color: #FFFFFF;
}
.cid-v2wa83JE7t .item-text,
.cid-v2wa83JE7t .text-wrapper {
  color: #FFFFFF;
}
.cid-v2wa83LvbZ {
  position: relative;
  background-color: #1e0e00;
}
.cid-v2wa83LvbZ .container-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  background-color: #c65b6b;
  pointer-events: none;
}
.cid-v2wa83LvbZ .container-bg .shadow-wrap {
  background-image: linear-gradient(#1e0e00 0, transparent 100%);
  height: 40px;
  width: 100%;
  pointer-events: none;
}
.cid-v2wa83LvbZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2wa83LvbZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2wa83LvbZ .row {
  justify-content: center;
}
.cid-v2wa83LvbZ .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v2wa83LvbZ .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v2wa83LvbZ .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v2wa83LvbZ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v2wa83LvbZ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v2wa83LvbZ .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v2wa83LvbZ .mbr-section-title {
  color: #000000;
}
.cid-v2wa83LvbZ .mbr-text,
.cid-v2wa83LvbZ .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-v2wa83LvbZ .mbr-section-title,
.cid-v2wa83LvbZ .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-v2wa83LSiM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1e0e00;
}
.cid-v2wa83LSiM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2wa83LSiM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2wa83LSiM .row {
  justify-content: center;
}
.cid-v2wa83LSiM .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2wa83LSiM .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v2wa83LSiM .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v2wa83LSiM .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v2wa83LSiM .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v2wa83LSiM .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v2wa83LSiM .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2wa83LSiM .image-wrapper {
    display: block;
  }
}
.cid-v2wa83LSiM .image-wrapper::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#c65b6b, transparent);
  filter: blur(100px);
}
.cid-v2wa83LSiM .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-v2wa83LSiM .image-wrapper .image-wrap img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v2wa83LSiM .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-v2wa83LSiM .mbr-section-title {
  color: #ffffff;
}
.cid-v2wa83LSiM .mbr-text,
.cid-v2wa83LSiM .text-wrapper {
  color: #FFFFFF;
}
.cid-v2wa83LSiM .mbr-section-title,
.cid-v2wa83LSiM .mbr-section-btn {
  color: #FFFFFF;
}
.cid-v2wa83LK0y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
}
.cid-v2wa83LK0y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2wa83LK0y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2wa83LK0y .row {
  justify-content: center;
}
.cid-v2wa83LK0y .card {
  justify-content: center;
}
.cid-v2wa83LK0y .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 100px;
}
@media (max-width: 992px) {
  .cid-v2wa83LK0y .image-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
    display: block;
  }
}
.cid-v2wa83LK0y .image-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: radial-gradient(#c65b6b, transparent);
  filter: blur(100px);
}
.cid-v2wa83LK0y .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-v2wa83LK0y .image-wrapper .image-wrap img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v2wa83LK0y .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-v2wa83LK0y .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v2wa83LK0y .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2wa83LK0y .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  background-color: #c65b6b;
  padding: 5px 32px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2wa83LK0y .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
    padding: 5px 16px;
  }
}
.cid-v2wa83LK0y .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-v2wa83LK0y .content-wrapper .title-wrapper .mbr-section-subtitle {
    padding: 0;
  }
}
.cid-v2wa83LK0y .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 40px;
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-v2wa83LK0y .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
    padding: 0;
  }
}
.cid-v2wa83LK0y .mbr-section-title {
  color: #000000;
}
.cid-v2wa83LK0y .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-v2wa83LK0y .mbr-text {
  color: #ffffff;
}
.cid-v2wa83LK0y .mbr-section-title,
.cid-v2wa83LK0y .title-wrap {
  color: #FFFFFF;
}
.cid-v2wa83LK0y .mbr-text,
.cid-v2wa83LK0y .mbr-section-btn,
.cid-v2wa83LK0y .text-wrapper {
  color: #FFFFFF;
}
.cid-v2wa83LLuN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1e0e00;
}
.cid-v2wa83LLuN .item:focus,
.cid-v2wa83LLuN span:focus {
  outline: none;
}
.cid-v2wa83LLuN .item {
  cursor: pointer;
}
.cid-v2wa83LLuN .grid-container {
  grid-row-gap: 48px;
}
@media (max-width: 1200px) {
  .cid-v2wa83LLuN .grid-container {
    grid-row-gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-v2wa83LLuN .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-v2wa83LLuN .grid-container-1,
.cid-v2wa83LLuN .grid-container-2,
.cid-v2wa83LLuN .grid-container-3 {
  gap: 0 48px;
}
@media (max-width: 1200px) {
  .cid-v2wa83LLuN .grid-container-1,
  .cid-v2wa83LLuN .grid-container-2,
  .cid-v2wa83LLuN .grid-container-3 {
    gap: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-v2wa83LLuN .grid-container-1,
  .cid-v2wa83LLuN .grid-container-2,
  .cid-v2wa83LLuN .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-v2wa83LLuN .mbr-section-title {
  margin-bottom: 60px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v2wa83LLuN .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v2wa83LLuN .content-head {
  max-width: 800px;
}
.cid-v2wa83LLuN .container,
.cid-v2wa83LLuN .container-fluid {
  overflow: hidden;
}
.cid-v2wa83LLuN .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v2wa83LLuN .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(-3deg);
  padding: 10px 0;
}
@media (max-width: 992px) {
  .cid-v2wa83LLuN .grid-item {
    transform: none;
  }
}
.cid-v2wa83LLuN .grid-item:nth-child(2n) {
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-v2wa83LLuN .grid-item:nth-child(2n) {
    transform: none;
  }
}
.cid-v2wa83LLuN .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v2wa83LLuN .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v2wa83LLuN .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-v2wa83LLuN .grid-container-1,
.cid-v2wa83LLuN .grid-container-2,
.cid-v2wa83LLuN .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v2wa83LLuN .grid-container-1 {
  align-items: flex-end;
}
.cid-v2wa83LLuN .grid-container-2 {
  align-items: flex-start;
}
.cid-v2wa83M4zp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1e0e00;
}
.cid-v2wa83M4zp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2wa83M4zp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2wa83M4zp .row {
  justify-content: center;
}
.cid-v2wa83M4zp .card-wrapper {
  position: relative;
  padding: 80px 150px;
  background-color: #c65b6b;
}
@media (max-width: 1600px) {
  .cid-v2wa83M4zp .card-wrapper {
    padding: 80px;
  }
}
@media (max-width: 1440px) {
  .cid-v2wa83M4zp .card-wrapper {
    padding: 60px;
  }
}
@media (max-width: 992px) {
  .cid-v2wa83M4zp .card-wrapper {
    padding: 30px 20px;
  }
}
.cid-v2wa83M4zp .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: -5rem;
  right: -5rem;
  width: 60%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#c65b6b, transparent);
  filter: blur(100px);
}
.cid-v2wa83M4zp .card-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v2wa83M4zp .card-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v2wa83M4zp .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v2wa83M4zp .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v2wa83M4zp .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v2wa83M4zp .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v2wa83M4zp .mbr-section-title {
  color: #000000;
}
.cid-v2wa83M4zp .mbr-text,
.cid-v2wa83M4zp .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-v2wa83M4zp .mbr-section-title,
.cid-v2wa83M4zp .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-v2wa83Mnl9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
}
.cid-v2wa83Mnl9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2wa83Mnl9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2wa83Mnl9 .row {
  justify-content: center;
}
.cid-v2wa83Mnl9 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v2wa83Mnl9 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2wa83Mnl9 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2wa83Mnl9 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .cid-v2wa83Mnl9 .items-wrapper {
    gap: 48px 30px;
  }
}
@media (max-width: 992px) {
  .cid-v2wa83Mnl9 .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 48px 16px;
  }
}
@media (max-width: 768px) {
  .cid-v2wa83Mnl9 .items-wrapper {
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-v2wa83Mnl9 .item {
    margin-bottom: 48px;
  }
}
.cid-v2wa83Mnl9 .item:hover .item-wrapper .card-box .item-img img,
.cid-v2wa83Mnl9 .item:focus .item-wrapper .card-box .item-img img {
  transform: scale(1.05);
}
.cid-v2wa83Mnl9 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v2wa83Mnl9 .item .item-wrapper .card-box .tag-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v2wa83Mnl9 .item .item-wrapper .card-box .tag-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2wa83Mnl9 .item .item-wrapper .card-box .tag-wrapper .mbr-tag {
  display: inline-flex;
  align-items: center;
  background-color: #1e0e00;
  box-shadow: 0 1px 1px 1px #ffffff;
  padding: 14px;
  margin-bottom: 0;
}
.cid-v2wa83Mnl9 .item .item-wrapper .card-box .item-img {
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v2wa83Mnl9 .item .item-wrapper .card-box .item-img {
    margin-bottom: 30px;
  }
}
.cid-v2wa83Mnl9 .item .item-wrapper .card-box .item-img img {
  height: 400px;
  object-fit: cover;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-v2wa83Mnl9 .item .item-wrapper .card-box .item-img img {
    height: 350px;
  }
}
.cid-v2wa83Mnl9 .item .item-wrapper .card-box .card-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v2wa83Mnl9 .item .item-wrapper .card-box .card-title {
    margin-bottom: 30px;
  }
}
.cid-v2wa83Mnl9 .item .item-wrapper .card-box .list {
  margin-bottom: 40px;
  padding-left: 22px;
}
@media (max-width: 992px) {
  .cid-v2wa83Mnl9 .item .item-wrapper .card-box .list {
    margin-bottom: 30px;
  }
}
.cid-v2wa83Mnl9 .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 12px;
}
.cid-v2wa83Mnl9 .item .item-wrapper .card-box .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v2wa83Mnl9 .item .item-wrapper .card-box .list .item-wrap::marker {
  color: #c65b6b;
}
.cid-v2wa83Mnl9 .item .item-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-v2wa83Mnl9 .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-v2wa83Mnl9 .mbr-section-title {
  color: #FFFFFF;
}
.cid-v2wa83Mnl9 .card-title {
  color: #FFFFFF;
}
.cid-v2wa83Mnl9 .list {
  color: #ffffff;
}
.cid-v2wa83Mnl9 .mbr-tag {
  color: #ffffff;
}
.cid-v2wa83Mnl9 .mbr-tag,
.cid-v2wa83Mnl9 .tag-wrapper {
  color: #FFFFFF;
  text-align: left;
}
.cid-v2wa83Mnl9 .list,
.cid-v2wa83Mnl9 .item-wrap {
  color: #FFFFFF;
}
.cid-v2wa83MjQY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
}
.cid-v2wa83MjQY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2wa83MjQY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2wa83MjQY .row {
  justify-content: center;
  margin: 0 -24px;
}
.cid-v2wa83MjQY .row .card {
  padding: 0 24px;
}
.cid-v2wa83MjQY .card-wrapper {
  border: 3px solid #c65b6b;
  padding: 150px 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1600px) {
  .cid-v2wa83MjQY .card-wrapper {
    padding: 150px 60px;
  }
}
@media (max-width: 1440px) {
  .cid-v2wa83MjQY .card-wrapper {
    padding: 150px 30px;
  }
}
@media (max-width: 992px) {
  .cid-v2wa83MjQY .card-wrapper {
    margin-bottom: 16px;
    padding: 30px 20px;
  }
}
.cid-v2wa83MjQY .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v2wa83MjQY .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v2wa83MjQY .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v2wa83MjQY .card-wrapper .card-wrap .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-v2wa83MjQY .image-wrapper {
  height: 100%;
}
.cid-v2wa83MjQY .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v2wa83MjQY .image-wrapper img {
    height: 350px;
  }
}
.cid-v2wa83MjQY .mbr-section-title {
  color: #cbff5b;
}
.cid-v2wa83MjQY .mbr-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-v2wa83MjQY .mbr-section-title,
.cid-v2wa83MjQY .mbr-section-btn {
  text-align: center;
  color: #C65B6B;
}
.cid-v2wa83M2c9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
}
.cid-v2wa83M2c9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2wa83M2c9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2wa83M2c9 .row {
  justify-content: center;
}
.cid-v2wa83M2c9 .card {
  justify-content: center;
}
.cid-v2wa83M2c9 .image-wrapper {
  position: sticky;
  top: 30px;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .cid-v2wa83M2c9 .image-wrapper {
    display: block;
  }
}
.cid-v2wa83M2c9 .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#c65b6b, transparent);
  filter: blur(100px);
}
.cid-v2wa83M2c9 .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-v2wa83M2c9 .image-wrapper .image-wrap img {
  width: 400px;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v2wa83M2c9 .image-wrapper .image-wrap img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 992px) {
  .cid-v2wa83M2c9 .image-wrapper .image-wrap img {
    height: 350px;
    width: 100%;
  }
}
.cid-v2wa83M2c9 .panel-group .card {
  position: relative;
  padding: 40px 0;
  background-color: transparent;
  border-bottom: 2px solid #2f1900;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v2wa83M2c9 .panel-group .card {
    padding: 30px 0;
  }
}
.cid-v2wa83M2c9 .panel-group .card:first-child {
  border-top: 2px solid #2f1900;
}
.cid-v2wa83M2c9 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0 !important;
  padding: 0;
}
.cid-v2wa83M2c9 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v2wa83M2c9 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v2wa83M2c9 .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: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-v2wa83M2c9 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-v2wa83M2c9 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
  background-color: #c65b6b;
}
.cid-v2wa83M2c9 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-v2wa83M2c9 .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v2wa83M2c9 .panel-group .card .panel-collapse .panel-body {
    margin-top: 30px;
  }
}
.cid-v2wa83M2c9 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v2wa83M2c9 .panel-title-edit {
  color: #FFFFFF;
}
.cid-v2wa83M2c9 .panel-text {
  color: #FFFFFF;
}
.cid-v2wa83NuRq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1e0e00;
}
.cid-v2wa83NuRq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2wa83NuRq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2wa83NuRq .row {
  justify-content: center;
}
.cid-v2wa83NuRq .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2wa83NuRq .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v2wa83NuRq .content-wrapper .mbr-label {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v2wa83NuRq .content-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-v2wa83NuRq .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v2wa83NuRq .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v2wa83NuRq .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v2wa83NuRq .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v2wa83NuRq .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2wa83NuRq .image-wrapper {
    display: block;
  }
}
.cid-v2wa83NuRq .image-wrapper::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#c65b6b, transparent);
  filter: blur(100px);
}
.cid-v2wa83NuRq .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-v2wa83NuRq .image-wrapper .image-wrap img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v2wa83NuRq .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-v2wa83NuRq .mbr-label {
  color: #C65B6B;
}
.cid-v2wa83NuRq .mbr-section-title {
  color: #ffffff;
}
.cid-v2wa83NuRq .mbr-text,
.cid-v2wa83NuRq .text-wrapper {
  color: #ffffff;
}
.cid-v2wa83NuRq .mbr-section-title,
.cid-v2wa83NuRq .mbr-section-btn {
  color: #FFFFFF;
}
.cid-v2wa83Nh8X {
  background-image: url("https://r.mobirisesite.com/2016218/assets/images/photo-1762279389053-d5a30239ae45.jpeg");
}
.cid-v2wa83Nh8X .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2wa83Nh8X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2wa83Nh8X .image-wrap {
  height: 800px;
}
@media (max-width: 992px) {
  .cid-v2wa83Nh8X .image-wrap {
    height: 350px;
  }
}
.cid-v2wa83NwVE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1e0e00;
}
.cid-v2wa83NwVE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2wa83NwVE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2wa83NwVE .row {
  justify-content: center;
}
.cid-v2wa83NwVE .card {
  justify-content: center;
}
.cid-v2wa83NwVE .content-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v2wa83NwVE .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v2wa83NwVE .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v2wa83NwVE .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v2wa83NwVE .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2wa83NwVE .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v2wa83NwVE .form-wrap::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#c65b6b, transparent);
  filter: blur(100px);
}
.cid-v2wa83NwVE .form-wrapper {
  position: relative;
  z-index: 1;
  padding: 48px;
  background-color: #c65b6b;
}
@media (max-width: 1440px) {
  .cid-v2wa83NwVE .form-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-v2wa83NwVE .form-wrapper {
    padding: 30px 20px;
  }
}
.cid-v2wa83NwVE .form-wrapper .dragArea.row {
  margin: 0;
}
.cid-v2wa83NwVE .form-wrapper .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-v2wa83NwVE .form-wrapper .dragArea.row .form-group .form-control-label {
  margin-bottom: 0;
}
.cid-v2wa83NwVE .form-wrapper .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 20px 0 40px;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #ffffff !important;
  border-radius: 0 !important;
  margin-bottom: 40px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v2wa83NwVE .form-wrapper .dragArea.row .form-group .form-control {
    padding: 20px 0 30px;
    margin-bottom: 30px;
  }
}
.cid-v2wa83NwVE .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
}
.cid-v2wa83NwVE .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-v2wa83NwVE .form-wrapper .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #ffffff !important;
}
.cid-v2wa83NwVE .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-v2wa83NwVE .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-v2wa83NwVE .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
.cid-v2wa83NwVE .form-wrapper .dragArea.row .mbr-section-btn .btn {
  min-width: auto;
  width: 100%;
  margin-left: 0;
}
.cid-v2wa83NwVE .mbr-section-title {
  color: #ffffff;
}
.cid-v2wa83NwVE .mbr-text,
.cid-v2wa83NwVE .text-wrapper {
  color: #FFFFFF;
}
.cid-v2wa83NwVE label {
  color: #000000;
}
.cid-v2wa83NwVE .mbr-section-title,
.cid-v2wa83NwVE .mbr-section-btn {
  color: #FFFFFF;
}
.cid-v2wa83NwVE .form-control-label {
  color: #FFFFFF;
}
.cid-v2wa83NMjR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1e0e00;
}
.cid-v2wa83NMjR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2wa83NMjR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2wa83NMjR .row {
  justify-content: center;
}
.cid-v2wa83NMjR .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v2wa83NMjR .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2wa83NMjR .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2wa83NMjR .item {
    margin-bottom: 16px;
  }
}
.cid-v2wa83NMjR .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #c65b6b;
}
.cid-v2wa83NMjR .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v2wa83NMjR .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #ffffff;
  color: #c65b6b;
}
.cid-v2wa83NMjR .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-v2wa83NMjR .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v2wa83NMjR .card-title {
  color: #000000;
}
.cid-v2wa83NMjR .mbr-section-title,
.cid-v2wa83NMjR .mbr-section-btn {
  color: #FFFFFF;
}
.cid-v2wa83NMjR .card-title,
.cid-v2wa83NMjR .contact-wrapper {
  color: #FFFFFF;
}
.cid-v2wa83NX3Z {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1e0e00;
}
.cid-v2wa83NX3Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2wa83NX3Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2wa83NX3Z .row {
  justify-content: center;
}
.cid-v2wa83NX3Z .card {
  justify-content: center;
}
.cid-v2wa83NX3Z .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v2wa83NX3Z .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2wa83NX3Z .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v2wa83NX3Z .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-v2wa83NX3Z .nav-wrapper .list .item-wrap:hover,
.cid-v2wa83NX3Z .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-v2wa83NX3Z .list,
.cid-v2wa83NX3Z .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
