.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #f4eaeb;
}
body {
  font-family: Onest;
}
.display-1 {
  font-family: 'Onest', sans-serif;
  font-size: 5.625rem;
  line-height: 110%;
}
.display-1 > .mbr-iconfont {
  font-size: 7.03125rem;
}
.display-2 {
  font-family: 'Onest', sans-serif;
  font-size: 3.75rem;
  line-height: 110%;
}
.display-2 > .mbr-iconfont {
  font-size: 4.6875rem;
}
.display-4 {
  font-family: 'Onest', sans-serif;
  font-size: 1.125rem;
  line-height: 170%;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Onest', sans-serif;
  font-size: 2.5rem;
  line-height: 110%;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Onest', sans-serif;
  font-size: 1.5rem;
  line-height: 36px;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- 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: 4.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.9375rem;
    font-size: calc( 2.61875rem + (5.625 - 2.61875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.61875rem + (5.625 - 2.61875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #fcb9b2 !important;
}
.bg-success {
  background-color: #90ebc1 !important;
}
.bg-info {
  background-color: #83e5f8 !important;
}
.bg-warning {
  background-color: #ffde7c !important;
}
.bg-danger {
  background-color: #ec8f98 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fcb9b2 !important;
  border-color: #fcb9b2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #fee6e3 !important;
  border-color: #fee6e3 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #fee6e3 !important;
  border-color: #fee6e3 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #b23a48 !important;
  border-color: #b23a48 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #c85764 !important;
  border-color: #c85764 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #c85764 !important;
  border-color: #c85764 !important;
}
.btn-info,
.btn-info:active {
  background-color: #83e5f8 !important;
  border-color: #83e5f8 !important;
  color: #076375 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #b3effb !important;
  border-color: #b3effb !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #076375 !important;
  background-color: #b3effb !important;
  border-color: #b3effb !important;
}
.btn-success,
.btn-success:active {
  background-color: #90ebc1 !important;
  border-color: #90ebc1 !important;
  color: #136941 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #bbf3d9 !important;
  border-color: #bbf3d9 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #136941 !important;
  background-color: #bbf3d9 !important;
  border-color: #bbf3d9 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffde7c !important;
  border-color: #ffde7c !important;
  color: #7c5d00 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffebaf !important;
  border-color: #ffebaf !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #7c5d00 !important;
  background-color: #ffebaf !important;
  border-color: #ffebaf !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ec8f98 !important;
  border-color: #ec8f98 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #f3bbc0 !important;
  border-color: #f3bbc0 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f3bbc0 !important;
  border-color: #f3bbc0 !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: #fcb9b2;
  color: #fcb9b2;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #f96d5f !important;
  background-color: transparent !important;
  border-color: #f96d5f !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #fcb9b2 !important;
  border-color: #fcb9b2 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #b23a48;
  color: #b23a48;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #71252e !important;
  background-color: transparent !important;
  border-color: #71252e !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #b23a48 !important;
  border-color: #b23a48 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #83e5f8;
  color: #83e5f8;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #31d4f3 !important;
  background-color: transparent !important;
  border-color: #31d4f3 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #076375 !important;
  background-color: #83e5f8 !important;
  border-color: #83e5f8 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #90ebc1;
  color: #90ebc1;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #47de98 !important;
  background-color: transparent !important;
  border-color: #47de98 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #136941 !important;
  background-color: #90ebc1 !important;
  border-color: #90ebc1 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffde7c;
  color: #ffde7c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffc825 !important;
  background-color: transparent !important;
  border-color: #ffc825 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #7c5d00 !important;
  background-color: #ffde7c !important;
  border-color: #ffde7c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ec8f98;
  color: #ec8f98;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #df4554 !important;
  background-color: transparent !important;
  border-color: #df4554 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ec8f98 !important;
  border-color: #ec8f98 !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: #fcb9b2 !important;
}
.text-secondary {
  color: #b23a48 !important;
}
.text-success {
  color: #90ebc1 !important;
}
.text-info {
  color: #83e5f8 !important;
}
.text-warning {
  color: #ffde7c !important;
}
.text-danger {
  color: #ec8f98 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #f86050 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #652129 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #3adb91 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #22d1f3 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffc416 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #dd3848 !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: #fcb9b2;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #83e5f8;
}
.alert-warning {
  background-color: #ffde7c;
}
.alert-danger {
  background-color: #ec8f98;
}
.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: #fcb9b2;
  border-color: #fcb9b2;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #fcb9b2;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Onest', sans-serif;
  font-size: 1.5rem;
  line-height: 36px;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: #fcb9b2 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Onest', sans-serif;
  font-size: 1.5rem;
  line-height: 36px;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #fcb9b2;
}
/* 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: #fcb9b2;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fcb9b2;
}
.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: #fcb9b2;
  border-bottom-color: #fcb9b2;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #fcb9b2 !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: #b23a48 !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='%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 9px 30px;
  border-radius: 25px !important;
  border-width: 1px !important;
  font-weight: 400;
  transition: all 0.3s ease-in-out !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  font-size: 20px;
  margin: 0 0 0 8px;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus {
  background-color: transparent !important;
  color: #fcb9b2 !important;
}
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus {
  background-color: transparent !important;
  color: #b23a48 !important;
}
.mbr-section-btn .btn-success:hover,
.mbr-section-btn-main .btn-success:hover,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn-main .btn-success:focus {
  background-color: transparent !important;
  color: #90ebc1 !important;
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus {
  background-color: transparent !important;
  color: #83e5f8 !important;
}
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus {
  background-color: transparent !important;
  color: #ffde7c !important;
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn-main .btn-danger:hover,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn-main .btn-danger:focus {
  background-color: transparent !important;
  color: #ec8f98 !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn-main .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn-main .btn-black:focus {
  background-color: transparent !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn-main .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn-main .btn-white:focus {
  background-color: transparent !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus {
  background-color: #fcb9b2 !important;
  color: #83e5f8 !important;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus {
  background-color: #b23a48 !important;
  color: #83e5f8 !important;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus {
  background-color: #90ebc1 !important;
  color: #b23a48 !important;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  background-color: #83e5f8 !important;
  color: #b23a48 !important;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus {
  background-color: #ffde7c !important;
  color: #83e5f8 !important;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus {
  background-color: #ec8f98 !important;
  color: #83e5f8 !important;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus {
  background-color: #ffffff !important;
  color: #000000 !important;
}
img {
  border-radius: 14px !important;
}
.cid-voR700KUbU {
  background-color: transparent;
}
.cid-voR700KUbU .navbar-dropdown {
  background-color: #ededed !important;
  padding: 0;
}
.cid-voR700KUbU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ededed !important;
  background: #ededed;
}
.cid-voR700KUbU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-voR700KUbU .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-voR700KUbU .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-voR700KUbU .menu_box .navbar.opened,
  .cid-voR700KUbU .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
  }
}
.cid-voR700KUbU .navbar-dropdown {
  position: relative !important;
}
.cid-voR700KUbU .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-voR700KUbU .btn:hover {
  box-shadow: none;
}
.cid-voR700KUbU .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-voR700KUbU .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-voR700KUbU .nav-item {
    margin: 0 !important;
  }
}
.cid-voR700KUbU .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-voR700KUbU .nav-item .nav-link:hover,
.cid-voR700KUbU .nav-item .nav-link:focus {
  color: #fcb9b2 !important;
}
.cid-voR700KUbU .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-voR700KUbU .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-voR700KUbU .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-voR700KUbU .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-voR700KUbU .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-voR700KUbU .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-voR700KUbU .offcanvas_box {
    display: none;
  }
}
.cid-voR700KUbU .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-voR700KUbU .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-voR700KUbU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-voR700KUbU .container {
  display: flex;
  margin: auto;
}
.cid-voR700KUbU .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-voR700KUbU .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-voR700KUbU .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-voR700KUbU .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-voR700KUbU .navbar-nav {
    margin: 0;
  }
}
.cid-voR700KUbU .dropdown-menu,
.cid-voR700KUbU .navbar.opened {
  background-color: false !important;
}
.cid-voR700KUbU .nav-item:focus,
.cid-voR700KUbU .nav-link:focus {
  outline: none;
}
.cid-voR700KUbU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-voR700KUbU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-voR700KUbU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-voR700KUbU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-voR700KUbU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-voR700KUbU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-voR700KUbU .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-voR700KUbU .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-voR700KUbU .navbar.opened {
  transition: all 0.3s;
}
.cid-voR700KUbU .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-voR700KUbU .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-voR700KUbU .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-voR700KUbU .navbar.collapsed {
  justify-content: center;
}
.cid-voR700KUbU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-voR700KUbU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-voR700KUbU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-voR700KUbU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-voR700KUbU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-voR700KUbU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-voR700KUbU .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-voR700KUbU .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-voR700KUbU .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-voR700KUbU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-voR700KUbU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-voR700KUbU .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-voR700KUbU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-voR700KUbU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-voR700KUbU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-voR700KUbU .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-voR700KUbU .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-voR700KUbU .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-voR700KUbU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-voR700KUbU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-voR700KUbU .navbar .icons-menu {
    padding: 0;
  }
}
.cid-voR700KUbU .navbar.navbar-short {
  min-height: 60px;
}
.cid-voR700KUbU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-voR700KUbU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-voR700KUbU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-voR700KUbU .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-voR700KUbU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-voR700KUbU .dropdown-item.active,
.cid-voR700KUbU .dropdown-item:active {
  background-color: transparent;
}
.cid-voR700KUbU .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-voR700KUbU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-voR700KUbU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-voR700KUbU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-voR700KUbU ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-voR700KUbU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-voR700KUbU button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ededed;
  background: #fafafa;
}
.cid-voR700KUbU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-voR700KUbU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-voR700KUbU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-voR700KUbU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-voR700KUbU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-voR700KUbU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voR700KUbU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-voR700KUbU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-voR700KUbU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voR700KUbU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-voR700KUbU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-voR700KUbU .navbar {
    height: 70px;
  }
  .cid-voR700KUbU .navbar.opened {
    height: auto;
  }
  .cid-voR700KUbU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-voR700KUbU .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-voR700KUbU .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-voR700KUbU .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-voR700KUbU .navbar-caption:hover {
  color: #fcb9b2;
}
@media (min-width: 992px) {
  .cid-voR700KUbU .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-voR700KUbU .text_widget {
  margin-bottom: 32px;
}
.cid-voR700KUbU .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-voR700KUbU .text_widget a:hover,
.cid-voR700KUbU .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-voR700KUbU .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-voR700KUbU .icons-menu-main {
  display: flex;
}
.cid-voR700KUbU .mbr-section-subtitle {
  color: #F1634F;
}
.cid-voR700KUbU .navbar-caption {
  color: #000000;
}
.cid-voR700KUbU .mbr-text {
  color: #6f6f6f;
}
.cid-voR700KUbU a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-voR700KUbU .nav-link,
.cid-voR700KUbU .dropdown-item {
  color: #000000;
}
.cid-voR700LF1Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-voR700LF1Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-voR700LF1Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-voR700LF1Y .container {
    padding: 0 16px;
  }
}
.cid-voR700LF1Y .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-voR700LF1Y .row .card {
  justify-content: flex-end;
}
.cid-voR700LF1Y .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-voR700LF1Y .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-voR700LF1Y .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-voR700LF1Y .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-voR700LF1Y .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-voR700LF1Y .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-voR700LF1Y .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-voR700LF1Y .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-voR700LF1Y .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-voR700LF1Y .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-voR700LF1Y .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-voR700LF1Y .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-voR700LF1Y .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-voR700LF1Y .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-voR700LF1Y .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-voR700LF1Y .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-voR700LF1Y .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-voR700LF1Y .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-voR700LF1Y .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-voR700LF1Y .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-voR700LF1Y .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-voR700LF1Y .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-voR700LF1Y .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-voR700LF1Y .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-voR700LF1Y .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-voR700LF1Y .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-voR700LF1Y .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-voR700LF1Y .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-voR700LF1Y .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-voR700LF1Y .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-voR700LF1Y .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-voR700LF1Y .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-voR700LF1Y .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-voR700LF1Y .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-voR700LF1Y .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-voR700LF1Y .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-voR700LF1Y .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-voR700LF1Y .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-voR700LF1Y .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-voR700LF1Y .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-voR700LF1Y .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-voR700LF1Y .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-voR700LF1Y .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-voR700LF1Y .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-voR700LF1Y .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-voR700LF1Y .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-voR700LF1Y .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-voR700LF1Y .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-voR700LF1Y .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-voR700LF1Y .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-voR700LF1Y .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-voR700LF1Y .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-voR700LF1Y .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-voR700LF1Y .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-voR700LF1Y .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-voR700LF1Y .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-voR700LF1Y .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-voR700LF1Y .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #fcb9b2 !important;
}
.cid-voR700LF1Y .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-voR700LF1Y .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #b23a48 !important;
}
.cid-voR700LF1Y .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-voR700LF1Y .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #90ebc1 !important;
}
.cid-voR700LF1Y .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-voR700LF1Y .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #83e5f8 !important;
}
.cid-voR700LF1Y .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-voR700LF1Y .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #ffde7c !important;
}
.cid-voR700LF1Y .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-voR700LF1Y .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #ec8f98 !important;
}
.cid-voR700LF1Y .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-voR700LF1Y .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-voR700LF1Y .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-voR700LF1Y .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-voR700LF1Y .mbr-section-title {
  color: #000000;
}
.cid-voR700LF1Y .mbr-text {
  color: #000000;
}
.cid-voR700LF1Y .mbr-section-title,
.cid-voR700LF1Y .mbr-section-btn-main {
  color: #000000;
}
.cid-voR700LF1Y .mbr-text,
.cid-voR700LF1Y .mbr-section-btn {
  color: #000000;
}
.cid-voR700LszM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-voR700LszM .mbr-fallback-image.disabled {
  display: none;
}
.cid-voR700LszM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-voR700LszM .container {
    padding: 0 16px;
  }
}
.cid-voR700LszM .content-wrapper {
  position: relative;
  min-height: 700px;
  padding: 50px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-voR700LszM .content-wrapper {
    min-height: 550px;
    padding: 32px;
  }
}
.cid-voR700LszM .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-voR700LszM .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px !important;
  background-color: #f4eaeb;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-voR700LszM .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
}
.cid-voR700LszM .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-voR700LszM .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-voR700LszM .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-voR700LszM .mbr-section-title {
  color: #ffffff;
}
.cid-voR700LszM .mbr-text {
  color: #ffffff;
}
.cid-voR700LszM .mbr-section-title,
.cid-voR700LszM .mbr-section-btn {
  color: #000000;
}
.cid-voR700LszM .mbr-text,
.cid-voR700LszM .text-wrapper {
  color: #000000;
}
.cid-voR700LEkX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-voR700LEkX .mbr-fallback-image.disabled {
  display: none;
}
.cid-voR700LEkX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-voR700LEkX .container {
    padding: 0 16px;
  }
}
.cid-voR700LEkX .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-voR700LEkX .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-voR700LEkX .title-wrapper {
  margin-bottom: 80px;
}
.cid-voR700LEkX .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-voR700LEkX .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-voR700LEkX .item .item-wrapper:hover .item-img img,
.cid-voR700LEkX .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-voR700LEkX .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-voR700LEkX .item .item-wrapper .item-img img {
  height: 560px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-voR700LEkX .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-voR700LEkX .item .item-wrapper .item-content .item-price {
  margin-bottom: 14px;
}
.cid-voR700LEkX .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-voR700LEkX .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-voR700LEkX .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-voR700LEkX .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-voR700LEkX .item-name {
  color: #000000;
}
.cid-voR700LEkX .item-desc {
  color: #000000;
  text-align: center;
}
.cid-voR700LEkX .item-name,
.cid-voR700LEkX .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-voR700LEkX .item-price {
  color: #000000;
  text-align: center;
}
.cid-voR700LV6D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-voR700LV6D .mbr-fallback-image.disabled {
  display: none;
}
.cid-voR700LV6D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-voR700LV6D .container {
    padding: 0 16px;
  }
}
.cid-voR700LV6D .row {
  position: relative;
}
.cid-voR700LV6D .content-wrapper {
  position: sticky;
  top: 100px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-voR700LV6D .content-wrapper {
    margin-bottom: 80px;
    margin-right: 0;
  }
}
.cid-voR700LV6D .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-voR700LV6D .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-voR700LV6D .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-voR700LV6D .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-voR700LV6D .content-wrapper .mbr-section-btn .btn-primary-outline,
.cid-voR700LV6D .content-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-voR700LV6D .content-wrapper .mbr-section-btn .btn-success-outline,
.cid-voR700LV6D .content-wrapper .mbr-section-btn .btn-info-outline,
.cid-voR700LV6D .content-wrapper .mbr-section-btn .btn-warning-outline,
.cid-voR700LV6D .content-wrapper .mbr-section-btn .btn-danger-outline,
.cid-voR700LV6D .content-wrapper .mbr-section-btn .btn-black-outline,
.cid-voR700LV6D .content-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-voR700LV6D .content-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-voR700LV6D .content-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-voR700LV6D .content-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-voR700LV6D .content-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-voR700LV6D .content-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-voR700LV6D .content-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-voR700LV6D .content-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-voR700LV6D .content-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-voR700LV6D .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-voR700LV6D .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-voR700LV6D .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-voR700LV6D .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-voR700LV6D .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-voR700LV6D .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-voR700LV6D .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-voR700LV6D .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-voR700LV6D .content-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-voR700LV6D .content-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-voR700LV6D .content-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-voR700LV6D .content-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-voR700LV6D .content-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-voR700LV6D .content-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-voR700LV6D .content-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-voR700LV6D .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-voR700LV6D .content-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-voR700LV6D .content-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-voR700LV6D .content-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-voR700LV6D .content-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-voR700LV6D .content-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-voR700LV6D .content-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-voR700LV6D .content-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-voR700LV6D .content-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-voR700LV6D .content-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-voR700LV6D .content-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-voR700LV6D .content-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-voR700LV6D .content-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-voR700LV6D .content-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-voR700LV6D .content-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-voR700LV6D .content-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-voR700LV6D .content-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-voR700LV6D .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-voR700LV6D .content-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #fcb9b2 !important;
}
.cid-voR700LV6D .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-voR700LV6D .content-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #b23a48 !important;
}
.cid-voR700LV6D .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-voR700LV6D .content-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #90ebc1 !important;
}
.cid-voR700LV6D .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-voR700LV6D .content-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #83e5f8 !important;
}
.cid-voR700LV6D .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-voR700LV6D .content-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #ffde7c !important;
}
.cid-voR700LV6D .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-voR700LV6D .content-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #ec8f98 !important;
}
.cid-voR700LV6D .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-voR700LV6D .content-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-voR700LV6D .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-voR700LV6D .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-voR700LV6D .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-voR700LV6D .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #fcb9b2 -10%, transparent 80%);
}
.cid-voR700LV6D .items-wrapper {
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-voR700LV6D .items-wrapper {
    margin-left: 0;
  }
}
.cid-voR700LV6D .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-voR700LV6D .item .item-wrapper {
  background-color: #ffffff;
  height: 100%;
  padding: 70px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-voR700LV6D .item .item-wrapper {
    padding: 32px;
  }
}
.cid-voR700LV6D .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-voR700LV6D .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-voR700LV6D .mbr-section-title {
  color: #000000;
}
.cid-voR700LV6D .mbr-text {
  color: #6f6f6f;
}
.cid-voR700LV6D .item-title {
  color: #000000;
}
.cid-voR700LV6D .item-text {
  color: #000000;
}
.cid-voR700LV6D .mbr-section-title,
.cid-voR700LV6D .mbr-section-btn,
.cid-voR700LV6D .decor-wrapper {
  color: #000000;
}
.cid-voR700LV6D .mbr-text,
.cid-voR700LV6D .text-wrap {
  color: #000000;
}
.cid-voR700LF1q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.cid-voR700LF1q::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #8c2f39 -10%, transparent 80%);
}
.cid-voR700LF1q::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #fcb9b2 -10%, transparent 80%);
}
.cid-voR700LF1q .mbr-fallback-image.disabled {
  display: none;
}
.cid-voR700LF1q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-voR700LF1q .container {
    padding: 0 16px;
  }
}
.cid-voR700LF1q .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-voR700LF1q .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-voR700LF1q .content-wrapper {
  margin-bottom: 80px;
}
.cid-voR700LF1q .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-voR700LF1q .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-voR700LF1q .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-voR700LF1q .content-wrapper .text-wrapper .mbr-text {
    max-width: 100%;
  }
}
.cid-voR700LF1q .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-voR700LF1q .item .item-wrapper {
  background-color: #ffffff;
  height: 100%;
  padding: 50px 50px 80px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-voR700LF1q .item .item-wrapper {
    padding: 32px;
  }
}
.cid-voR700LF1q .item .item-wrapper .card-box .item-number {
  margin-bottom: 32px;
}
.cid-voR700LF1q .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-voR700LF1q .item .item-wrapper .card-box .text-wrap .item-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-voR700LF1q .item .item-wrapper .card-box .text-wrap .item-text {
    width: 100%;
  }
}
.cid-voR700LF1q .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-voR700LF1q .mbr-text,
.cid-voR700LF1q .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-voR700LF1q .item-number {
  color: #000000;
  text-align: center;
}
.cid-voR700LF1q .item-title {
  color: #000000;
  text-align: center;
}
.cid-voR700LF1q .item-text,
.cid-voR700LF1q .text-wrap {
  color: #000000;
  text-align: center;
}
.cid-voR700MIuu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.cid-voR700MIuu::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #8c2f39 -10%, transparent 70%);
}
.cid-voR700MIuu .mbr-fallback-image.disabled {
  display: none;
}
.cid-voR700MIuu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-voR700MIuu .container {
    padding: 0 16px;
  }
}
.cid-voR700MIuu .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-voR700MIuu .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-voR700MIuu .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-voR700MIuu .mbr-section-title {
  color: #000000;
}
.cid-voR700MIuu .mbr-text {
  color: #000000;
}
.cid-voR700MIuu .mbr-text,
.cid-voR700MIuu .icon-wrapper {
  color: #000000;
}
.cid-voR700MJvk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../assets/images/photo-1655159428752-c700435e9983.webp");
}
.cid-voR700MJvk .mbr-fallback-image.disabled {
  display: none;
}
.cid-voR700MJvk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-voR700MJvk .container {
    padding: 0 16px;
  }
}
.cid-voR700MJvk .row {
  height: 470px;
}
@media (max-width: 992px) {
  .cid-voR700MJvk .row {
    height: 200px;
  }
}
.cid-voR700MeBw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-voR700MeBw .mbr-fallback-image.disabled {
  display: none;
}
.cid-voR700MeBw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-voR700MeBw .container {
    padding: 0 16px;
  }
}
.cid-voR700MeBw .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-voR700MeBw .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-voR700MeBw .item .item-wrapper .item-img img {
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-voR700MeBw .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-voR700N7Pe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.cid-voR700N7Pe::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #8c2f39 -10%, transparent 80%);
}
.cid-voR700N7Pe::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #fcb9b2 -10%, transparent 80%);
}
.cid-voR700N7Pe .mbr-fallback-image.disabled {
  display: none;
}
.cid-voR700N7Pe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-voR700N7Pe .container {
    padding: 0 16px;
  }
}
.cid-voR700N7Pe .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-voR700N7Pe .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-voR700N7Pe .content-wrapper {
  margin-bottom: 80px;
}
.cid-voR700N7Pe .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-voR700N7Pe .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-voR700N7Pe .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-voR700N7Pe .content-wrapper .text-wrapper .mbr-text {
    max-width: 100%;
  }
}
.cid-voR700N7Pe .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-voR700N7Pe .item .item-wrapper {
  background-color: #ffffff;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-voR700N7Pe .item .item-wrapper {
    padding: 32px;
  }
}
.cid-voR700N7Pe .item .item-wrapper .card-box .item-desc {
  margin-bottom: 16px;
}
.cid-voR700N7Pe .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-voR700N7Pe .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-voR700N7Pe .item .item-wrapper .card-box .mbr-section-btn {
  width: 100%;
}
.cid-voR700N7Pe .item .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
}
.cid-voR700N7Pe .item .item-wrapper .card-box .list-wrapper {
  margin-top: 40px;
}
.cid-voR700N7Pe .item .item-wrapper .card-box .list-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-voR700N7Pe .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-voR700N7Pe .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  position: relative;
  padding-left: 28px;
}
.cid-voR700N7Pe .item .item-wrapper .card-box .list-wrapper .list .item-wrap:before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  color: #000000;
}
.cid-voR700N7Pe .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-voR700N7Pe .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-voR700N7Pe .mbr-text,
.cid-voR700N7Pe .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-voR700N7Pe .item-desc {
  color: #000000;
}
.cid-voR700N7Pe .item-title {
  color: #000000;
}
.cid-voR700N7Pe .item-price {
  color: #000000;
}
.cid-voR700N7Pe .mbr-list-title {
  color: #000000;
}
.cid-voR700N7Pe .list {
  color: #000000;
}
.cid-voR700N7Pe .list,
.cid-voR700N7Pe .item-wrap {
  color: #000000;
}
.cid-voR700NiQE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  overflow: hidden;
  position: relative;
}
.cid-voR700NiQE::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #8c2f39 -10%, transparent 80%);
}
.cid-voR700NiQE .mbr-fallback-image.disabled {
  display: none;
}
.cid-voR700NiQE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-voR700NiQE .container {
    padding: 0 16px;
  }
}
.cid-voR700NiQE .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-voR700NiQE .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-voR700NiQE .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-voR700NiQE .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-voR700NiQE .content-wrapper .nav.nav-tabs {
  display: block;
  border: none;
  padding: 50px;
  border-radius: 14px !important;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-voR700NiQE .content-wrapper .nav.nav-tabs {
    padding: 32px;
  }
}
.cid-voR700NiQE .content-wrapper .nav.nav-tabs .nav-item {
  padding: 24px 0;
  border-bottom: 1px solid #000000;
  border-radius: 0;
}
.cid-voR700NiQE .content-wrapper .nav.nav-tabs .nav-item:first-child {
  padding-top: 0;
}
.cid-voR700NiQE .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  padding: 0;
  margin-bottom: 0;
  border: none;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-voR700NiQE .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  text-decoration: underline;
  background-color: transparent;
}
.cid-voR700NiQE .tab-content .tab-pane .content-wrap .mbr-title {
  margin-bottom: 50px;
}
.cid-voR700NiQE .tab-content .tab-pane .content-wrap .mbr-text {
  margin-bottom: 50px;
}
.cid-voR700NiQE .tab-content .tab-pane .content-wrap .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-voR700NiQE .tab-content .tab-pane .content-wrap .image-wrapper img {
    height: 300px;
  }
}
.cid-voR700NiQE .mbr-section-title {
  color: #000000;
}
.cid-voR700NiQE .mbr-text {
  color: #000000;
}
.cid-voR700NiQE .mbr-section-title,
.cid-voR700NiQE .nav-link {
  color: #000000;
}
.cid-voR700NiQE .mbr-title {
  color: #000000;
}
.cid-voR700NoOF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.cid-voR700NoOF::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #8c2f39 -10%, transparent 80%);
}
.cid-voR700NoOF::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #fcb9b2 -10%, transparent 80%);
}
.cid-voR700NoOF .mbr-fallback-image.disabled {
  display: none;
}
.cid-voR700NoOF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-voR700NoOF .container {
    padding: 0 16px;
  }
}
.cid-voR700NoOF .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-voR700NoOF .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-voR700NoOF .content-wrapper {
  margin-bottom: 80px;
}
.cid-voR700NoOF .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-voR700NoOF .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-voR700NoOF .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  max-width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-voR700NoOF .content-wrapper .text-wrap .mbr-text {
    max-width: 100%;
  }
}
.cid-voR700NoOF .mbr-section-btn-main {
  margin-bottom: 14px;
}
.cid-voR700NoOF .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-voR700NoOF .item .item-wrapper {
  background-color: #ffffff;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-voR700NoOF .item .item-wrapper {
    padding: 32px;
  }
}
.cid-voR700NoOF .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-voR700NoOF .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-voR700NoOF .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-voR700NoOF .item .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #ffffff;
}
.cid-voR700NoOF .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-voR700NoOF .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-voR700NoOF .mbr-section-title {
  color: #000000;
}
.cid-voR700NoOF .mbr-text,
.cid-voR700NoOF .text-wrap {
  color: #000000;
  text-align: center;
}
.cid-voR700NoOF .item-title {
  color: #000000;
}
.cid-voR700NoOF .item-text {
  color: #000000;
}
.cid-voR700NoOF .mbr-section-title,
.cid-voR700NoOF .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-voR700NyGk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-voR700NyGk .container {
    padding: 0 16px;
  }
}
.cid-voR700NyGk .row {
  position: relative;
  z-index: 1;
}
.cid-voR700NyGk .title-wrapper {
  margin-bottom: 80px;
}
.cid-voR700NyGk .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-voR700NyGk .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-voR700NyGk .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-voR700NyGk .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 980px;
  max-width: 980px;
  padding: 0 12px;
}
@media (max-width: 1200px) {
  .cid-voR700NyGk .embla__slide {
    min-width: 680px;
    max-width: 680px;
  }
}
@media (max-width: 767px) {
  .cid-voR700NyGk .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-voR700NyGk .embla__slide .slide-content {
  width: 100%;
}
.cid-voR700NyGk .embla__slide .slide-content .item-wrapper {
  background-color: #ffffff;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-voR700NyGk .embla__slide .slide-content .item-wrapper {
    padding: 32px;
  }
}
.cid-voR700NyGk .embla__slide .slide-content .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-voR700NyGk .embla__slide .slide-content .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-voR700NyGk .embla__slide .slide-content .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-voR700NyGk .embla__slide .slide-content .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #000000;
}
.cid-voR700NyGk .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-bottom: 14px;
}
.cid-voR700NyGk .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline,
.cid-voR700NyGk .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline,
.cid-voR700NyGk .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline,
.cid-voR700NyGk .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline,
.cid-voR700NyGk .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline,
.cid-voR700NyGk .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline,
.cid-voR700NyGk .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline,
.cid-voR700NyGk .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-voR700NyGk .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-voR700NyGk .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-voR700NyGk .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-voR700NyGk .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-voR700NyGk .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-voR700NyGk .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-voR700NyGk .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-voR700NyGk .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-voR700NyGk .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-voR700NyGk .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-voR700NyGk .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-voR700NyGk .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-voR700NyGk .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-voR700NyGk .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-voR700NyGk .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-voR700NyGk .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-voR700NyGk .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus,
.cid-voR700NyGk .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus,
.cid-voR700NyGk .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus,
.cid-voR700NyGk .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus,
.cid-voR700NyGk .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus,
.cid-voR700NyGk .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus,
.cid-voR700NyGk .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus,
.cid-voR700NyGk .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-voR700NyGk .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-voR700NyGk .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-voR700NyGk .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-voR700NyGk .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-voR700NyGk .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-voR700NyGk .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-voR700NyGk .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-voR700NyGk .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-voR700NyGk .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-voR700NyGk .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-voR700NyGk .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-voR700NyGk .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-voR700NyGk .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-voR700NyGk .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-voR700NyGk .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-voR700NyGk .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-voR700NyGk .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-voR700NyGk .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus {
  color: #fcb9b2 !important;
}
.cid-voR700NyGk .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-voR700NyGk .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus {
  color: #b23a48 !important;
}
.cid-voR700NyGk .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-voR700NyGk .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus {
  color: #90ebc1 !important;
}
.cid-voR700NyGk .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-voR700NyGk .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus {
  color: #83e5f8 !important;
}
.cid-voR700NyGk .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-voR700NyGk .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus {
  color: #ffde7c !important;
}
.cid-voR700NyGk .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-voR700NyGk .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus {
  color: #ec8f98 !important;
}
.cid-voR700NyGk .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-voR700NyGk .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-voR700NyGk .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-voR700NyGk .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-voR700NyGk .embla__button--next,
.cid-voR700NyGk .embla__button--prev {
  display: flex;
}
.cid-voR700NyGk .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #fcb9b2 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-voR700NyGk .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-voR700NyGk .embla__button:hover {
  opacity: 0.7 !important;
}
.cid-voR700NyGk .embla__button.embla__button--prev {
  left: 0;
}
.cid-voR700NyGk .embla__button.embla__button--next {
  right: 0;
}
.cid-voR700NyGk .embla {
  position: relative;
  width: 100%;
}
.cid-voR700NyGk .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-voR700NyGk .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-voR700NyGk .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-voR700NyGk .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-voR700NyGk .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-voR700NyGk .mbr-section-title {
  color: #000000;
}
.cid-voR700NyGk .mbr-desc {
  color: #000000;
}
.cid-voR700NyGk .item-title {
  color: #000000;
}
.cid-voR700NyGk .item-text {
  color: #6f6f6f;
}
.cid-voR700NyGk .item-text,
.cid-voR700NyGk .mbr-section-btn {
  color: #000000;
}
.cid-voR700OALy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: transparent;
}
.cid-voR700OALy::before {
  content: '';
  position: absolute;
  right: -3%;
  top: 0;
  width: 210px;
  height: 210px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #000000 -10%, transparent 80%);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-voR700OALy .container {
    padding: 0 16px;
  }
}
.cid-voR700OALy .row {
  position: relative;
  z-index: 1;
}
.cid-voR700OALy .title-wrapper {
  margin-bottom: 80px;
}
.cid-voR700OALy .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-voR700OALy .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-voR700OALy .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-voR700OALy .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-voR700OALy .embla__slide .slide-content {
  width: 100%;
}
.cid-voR700OALy .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 14px;
  background-color: #ffffff;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-voR700OALy .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-voR700OALy .embla__button--next,
.cid-voR700OALy .embla__button--prev {
  display: flex;
}
.cid-voR700OALy .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #fcb9b2 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-voR700OALy .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-voR700OALy .embla__button:hover {
  opacity: 0.7 !important;
}
.cid-voR700OALy .embla__button.embla__button--prev {
  left: 0;
}
.cid-voR700OALy .embla__button.embla__button--next {
  right: 0;
}
.cid-voR700OALy .embla {
  position: relative;
  width: 100%;
}
.cid-voR700OALy .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-voR700OALy .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-voR700OALy .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-voR700OALy .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-voR700OALy .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-voR700OALy .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-voR700OxDY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-voR700OxDY .mbr-fallback-image.disabled {
  display: none;
}
.cid-voR700OxDY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-voR700OxDY .container {
    padding: 0 16px;
  }
}
.cid-voR700OxDY .row {
  position: relative;
  justify-content: space-between;
}
.cid-voR700OxDY .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-voR700OxDY .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-voR700OxDY .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-voR700OxDY .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-voR700OxDY .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-voR700OxDY .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-voR700OxDY .image-wrapper img {
  height: 560px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-voR700OxDY .image-wrapper img {
    height: 350px;
  }
}
.cid-voR700OxDY .image-wrapper .image-wrap {
  margin-bottom: 24px;
}
.cid-voR700OxDY .image-wrapper .image-wrap:last-child {
  margin-bottom: 0;
}
.cid-voR700OxDY .mbr-section-title {
  color: #000000;
}
.cid-voR700OxDY .mbr-text {
  color: #000000;
}
.cid-voR700Osbu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-voR700Osbu .mbr-fallback-image.disabled {
  display: none;
}
.cid-voR700Osbu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-voR700Osbu .container {
    padding: 0 16px;
  }
}
.cid-voR700Osbu .row {
  justify-content: center;
}
.cid-voR700Osbu .content-wrapper {
  position: relative;
}
.cid-voR700Osbu .content-wrapper .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-voR700Osbu .content-wrapper .icon-wrapper {
    margin-bottom: 40px;
  }
}
.cid-voR700Osbu .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #8c2f39;
  display: inline-flex;
}
.cid-voR700Osbu .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-voR700Osbu .content-wrapper .mbr-text span {
  color: #f1634f;
}
.cid-voR700Osbu .content-wrapper .decor-wrapper {
  position: absolute;
  top: -10%;
  left: -12rem;
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #8c2f39 -10%, transparent 70%);
}
.cid-voR700Osbu .mbr-text {
  color: #000000;
}
.cid-voR700Osbu .mbr-text,
.cid-voR700Osbu .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-voR700OLHk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-voR700OLHk .mbr-fallback-image.disabled {
  display: none;
}
.cid-voR700OLHk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-voR700OLHk .container {
    padding: 0 16px;
  }
}
.cid-voR700OLHk .row {
  justify-content: center;
}
.cid-voR700OLHk .content-wrapper {
  position: relative;
  padding: 300px 0;
}
@media (max-width: 992px) {
  .cid-voR700OLHk .content-wrapper {
    padding: 80px 0;
  }
}
.cid-voR700OLHk .content-wrapper .mbr-text {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  padding: 0 100px;
}
@media (max-width: 992px) {
  .cid-voR700OLHk .content-wrapper .mbr-text {
    width: 100%;
    padding: 0;
  }
}
.cid-voR700OLHk .content-wrapper .mbr-text span {
  color: #f1634f;
}
.cid-voR700OLHk .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-voR700OLHk .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px !important;
  background-color: #f4eaeb;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-voR700OLHk .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-voR700PoF5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-voR700PoF5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voR700PoF5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-voR700PoF5 .container {
    padding: 0 16px;
  }
}
.cid-voR700PoF5 .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-voR700PoF5 .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-voR700PoF5 .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-voR700PoF5 .title-wrapper {
  margin-bottom: 80px;
}
.cid-voR700PoF5 .title-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-voR700PoF5 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-voR700PoF5 .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-voR700PoF5 .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-voR700PoF5 .item .item-wrapper:hover .item-img img,
.cid-voR700PoF5 .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-voR700PoF5 .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-voR700PoF5 .item .item-wrapper .item-img img {
  height: 310px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-voR700PoF5 .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-voR700PoF5 .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-voR700PoF5 .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-voR700PoF5 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-voR700PoF5 .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-voR700PoF5 .item-name {
  color: #000000;
}
.cid-voR700PoF5 .item-role {
  color: #000000;
  text-align: center;
}
.cid-voR700PoF5 .item-name,
.cid-voR700PoF5 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-voR700PUzF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  overflow: hidden;
  position: relative;
}
.cid-voR700PUzF::before {
  content: '';
  position: absolute;
  left: -5%;
  top: 5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #8c2f39 -10%, transparent 80%);
}
.cid-voR700PUzF .mbr-fallback-image.disabled {
  display: none;
}
.cid-voR700PUzF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-voR700PUzF .container {
    padding: 0 16px;
  }
}
.cid-voR700PUzF .row {
  justify-content: space-between;
}
.cid-voR700PUzF .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-voR700PUzF .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-voR700PUzF .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-voR700PUzF .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-voR700PUzF .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-voR700PUzF .image-wrapper {
  position: relative;
}
.cid-voR700PUzF .image-wrapper img {
  height: 1000px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-voR700PUzF .image-wrapper img {
    height: 350px;
  }
}
.cid-voR700PUzF .image-wrapper::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  height: 10%;
  width: 100%;
  background-image: linear-gradient(#f4eaeb, transparent);
}
.cid-voR700PUzF .image-wrapper::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 10%;
  width: 100%;
  background-image: linear-gradient(360deg, #f4eaeb, transparent);
}
.cid-voR700PUzF .mbr-section-title {
  color: #000000;
}
.cid-voR700PUzF .mbr-text {
  color: #000000;
}
.cid-voR700PH5P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-voR700PH5P .mbr-fallback-image.disabled {
  display: none;
}
.cid-voR700PH5P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-voR700PH5P .container {
    padding: 0 16px;
  }
}
.cid-voR700PH5P .row {
  position: relative;
  justify-content: space-between;
}
.cid-voR700PH5P .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-voR700PH5P .content-wrapper {
    margin-bottom: 80px;
  }
}
.cid-voR700PH5P .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-voR700PH5P .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-voR700PH5P .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-voR700PH5P .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-voR700PH5P .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #8c2f39 -10%, transparent 80%);
}
.cid-voR700PH5P .panel-group .card {
  border-radius: 20px !important;
  background-color: #ffffff;
  margin-bottom: 24px;
  padding: 32px;
}
.cid-voR700PH5P .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-voR700PH5P .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-voR700PH5P .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-voR700PH5P .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-voR700PH5P .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-voR700PH5P .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-voR700PH5P .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(20px) scale3d(1, 0, 1);
  opacity: 0;
}
.cid-voR700PH5P .panel-group .card .panel-collapse.show .panel-body .panel-text {
  transform: translateY(0) scale3d(1, 1, 1);
  opacity: 1;
}
.cid-voR700PH5P .mbr-section-title {
  color: #000000;
}
.cid-voR700PH5P .mbr-text {
  color: #6f6f6f;
}
.cid-voR700PH5P .panel-title-edit {
  color: #000000;
}
.cid-voR700PH5P .panel-text {
  color: #000000;
}
.cid-voR700PH5P .mbr-section-title,
.cid-voR700PH5P .mbr-section-btn,
.cid-voR700PH5P .decor-wrapper {
  color: #000000;
}
.cid-voR700PH5P .mbr-text,
.cid-voR700PH5P .text-wrap {
  color: #000000;
}
.cid-voR700PVkN {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #8c2f39;
}
.cid-voR700PVkN .item:focus,
.cid-voR700PVkN span:focus {
  outline: none;
}
.cid-voR700PVkN .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-voR700PVkN .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-voR700PVkN .item {
    min-height: 45px;
  }
}
.cid-voR700PGZh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.cid-voR700PGZh::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#8c2f39 -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-voR700PGZh::before {
    opacity: 0.4;
  }
}
.cid-voR700PGZh::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #fcb9b2 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-voR700PGZh::after {
    opacity: 0.4;
  }
}
.cid-voR700PGZh .item:focus,
.cid-voR700PGZh span:focus {
  outline: none;
}
.cid-voR700PGZh .item {
  cursor: pointer;
}
.cid-voR700PGZh .grid-container {
  grid-row-gap: 24px;
}
.cid-voR700PGZh .grid-container-1,
.cid-voR700PGZh .grid-container-2 {
  gap: 0 24px;
}
.cid-voR700PGZh .mbr-section-title {
  margin-bottom: 80px;
  color: #000000;
  text-align: center;
}
.cid-voR700PGZh .mbr-text,
.cid-voR700PGZh .mbr-section-btn {
  color: #000000;
}
.cid-voR700PGZh .content-head {
  max-width: 800px;
}
.cid-voR700PGZh .container,
.cid-voR700PGZh .container-fluid {
  overflow: hidden;
}
.cid-voR700PGZh .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
  position: relative;
  z-index: 1;
}
.cid-voR700PGZh .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-voR700PGZh .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 310px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-voR700PGZh .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-voR700PGZh .grid-container-1,
.cid-voR700PGZh .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-voR700PGZh .grid-container-1 {
  align-items: flex-end;
}
.cid-voR700PGZh .grid-container-2 {
  align-items: flex-start;
}
.cid-voR700Pm5O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.cid-voR700Pm5O::before {
  content: '';
  position: absolute;
  left: 41%;
  bottom: 7rem;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #8c2f39 -10%, transparent 80%);
  z-index: 1;
}
.cid-voR700Pm5O .mbr-fallback-image.disabled {
  display: none;
}
.cid-voR700Pm5O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-voR700Pm5O .container {
    padding: 0 16px;
  }
}
.cid-voR700Pm5O .row {
  position: relative;
  justify-content: space-between;
}
.cid-voR700Pm5O .row .card {
  justify-content: space-between;
}
.cid-voR700Pm5O .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-voR700Pm5O .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-voR700Pm5O .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-voR700Pm5O .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-voR700Pm5O .contacts-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-voR700Pm5O .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-voR700Pm5O .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-voR700Pm5O .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-voR700Pm5O .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-voR700Pm5O .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #000000;
}
.cid-voR700Pm5O .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #000000;
  margin-right: 20px;
}
.cid-voR700Pm5O .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-voR700Pm5O .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-voR700Pm5O .dragArea.row .mbr-section-title {
  margin-bottom: 24px !important;
}
.cid-voR700Pm5O .dragArea.row .mbr-text {
  margin-bottom: 24px !important;
}
.cid-voR700Pm5O .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-voR700Pm5O .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-voR700Pm5O .dragArea.row .form-group .form-control {
  padding: 20px 24px;
  border: none !important;
  box-shadow: none;
  border-radius: 14px !important;
  background-color: #ffffff;
}
.cid-voR700Pm5O .dragArea.row .form-group .form-control:hover,
.cid-voR700Pm5O .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-voR700Pm5O .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-voR700Pm5O .dragArea.row .form-group textarea {
  min-height: 250px;
}
.cid-voR700Pm5O .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-voR700Pm5O .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
  border-radius: 0;
}
.cid-voR700Pm5O .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-voR700Pm5O .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-voR700Pm5O .mbr-section-title {
  color: #000000;
}
.cid-voR700Pm5O .mbr-text {
  color: #000000;
}
.cid-voR700Pm5O .mbr-contact {
  color: #000000;
}
.cid-voR700Pm5O label {
  color: #000000;
}
.cid-voR700Pm5O .mbr-section-title,
.cid-voR700Pm5O .mbr-section-btn {
  color: #000000;
}
.cid-voR700Pm5O .mbr-contact,
.cid-voR700Pm5O .item-wrapper {
  color: #000000;
}
.cid-voR700Qn0R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-voR700Qn0R .mbr-fallback-image.disabled {
  display: none;
}
.cid-voR700Qn0R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-voR700Qn0R .container {
    padding: 0 16px;
  }
}
.cid-voR700Qn0R .row {
  justify-content: center;
}
.cid-voR700Qn0R .content-wrapper {
  position: relative;
}
.cid-voR700Qn0R .content-wrapper .icon-wrapper {
  margin-bottom: 40px;
}
.cid-voR700Qn0R .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #8c2f39;
  display: inline-flex;
}
.cid-voR700Qn0R .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-voR700Qn0R .content-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-voR700Qn0R .content-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease;
}
.cid-voR700Qn0R .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-voR700Qn0R .content-wrapper .list .item-wrap:hover,
.cid-voR700Qn0R .content-wrapper .list .item-wrap:focus {
  color: #8c2f39;
}
.cid-voR700Qn0R .content-wrapper .decor-wrapper {
  position: absolute;
  top: -10%;
  left: -12rem;
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #fcb9b2 -10%, transparent 70%);
}
.cid-voR700Qn0R .mbr-section-title {
  color: #000000;
}
.cid-voR700Qn0R .list {
  color: #000000;
  text-align: center;
}
.cid-voR700Qn0R .mbr-section-title,
.cid-voR700Qn0R .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-voR700Qn0R .list,
.cid-voR700Qn0R .item-wrap {
  color: #000000;
}
.cid-voR700QUk4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-voR700QUk4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voR700QUk4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-voR700QUk4 .container {
    padding: 0 16px;
  }
}
.cid-voR700QUk4 .row {
  position: relative;
  justify-content: space-between;
}
.cid-voR700QUk4 .row .card {
  justify-content: flex-end;
}
.cid-voR700QUk4 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-voR700QUk4 .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-voR700QUk4 .content-wrapper {
  margin-bottom: 24px;
}
.cid-voR700QUk4 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-voR700QUk4 .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-voR700QUk4 .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-voR700QUk4 .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-voR700QUk4 .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-voR700QUk4 .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-voR700QUk4 .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-voR700QUk4 .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-voR700QUk4 .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-voR700QUk4 .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-voR700QUk4 .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-voR700QUk4 .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-voR700QUk4 .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-voR700QUk4 .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #f1634f;
}
.cid-voR700QUk4 .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-voR700QUk4 .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-voR700QUk4 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-voR700QUk4 .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-voR700QUk4 .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-voR700QUk4 .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #f1634f;
}
.cid-voR700QUk4 .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #f1634f;
  margin-right: 20px;
}
.cid-voR700QUk4 .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-voR700QUk4 .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-voR700QUk4 .mbr-section-title {
  color: #000000;
}
.cid-voR700QUk4 .mbr-section-subtitle {
  color: #000000;
}
.cid-voR700QUk4 .mbr-text {
  color: #000000;
}
.cid-voR700QUk4 .mbr-list-title {
  color: #6f6f6f;
}
.cid-voR700QUk4 .list {
  color: #000000;
}
.cid-voR700QUk4 .mbr-contact {
  color: #000000;
}


/* Pinebarrowlabs final accessibility, legal and performance adjustments */
.skip-link {
  position: absolute;
  left: -999px;
  top: 12px;
  z-index: 9999;
  padding: 10px 14px;
  border-radius: 8px;
  background: #ffffff;
  color: #111111;
}
.skip-link:focus {
  left: 12px;
}
.legal-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 18px;
}
.legal-links a {
  color: #0e0e0e;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.legal-links a:hover,
.legal-links a:focus {
  color: #f0c15a;
}
.form-control.is-invalid {
  border-color: #ff6868 !important;
  box-shadow: 0 0 0 3px rgba(255, 104, 104, .25) !important;
}
.legal-page {
  background: #131313;
  color: #f5f1e8;
}
.legal-hero {
  padding: 150px 0 70px;
  background: #181510;
}
.legal-content {
  padding: 70px 0;
}
.legal-content .container {
  max-width: 980px;
}
.legal-content h1,
.legal-content h2,
.legal-content h3,
.legal-hero h1 {
  color: #111010;
}
.legal-content p,
.legal-content li {
  color: #131212;
}
.legal-content a {
  color: #131313;
}
.legal-section {
  margin-bottom: 34px;
  padding: 28px;
  border: 1px solid rgba(240, 193, 90, .25);
  border-radius: 18px;
  background: rgba(255, 255, 255, .04);
}
.legal-section ul {
  margin: 14px 0 0;
  padding-left: 22px;
}
@media (max-width: 767px) {
  .legal-hero {
    padding: 110px 0 45px;
  }
  .legal-section {
    padding: 20px;
  }
  .legal-links {
    flex-direction: column;
    gap: 10px;
  }
}


.legal-page {
  background: #f4eaeb !important;
  color: #17110f !important;
  font-family: 'Onest', sans-serif !important;
}

.legal-page main {
  background: #f4eaeb !important;
  overflow: hidden;
}

.legal-page .legal-hero {
  position: relative;
  padding: 150px 0 90px;
  background:
    radial-gradient(circle at 15% 15%, rgba(252, 185, 178, 0.28), transparent 34%),
    radial-gradient(circle at 90% 20%, rgba(178, 58, 72, 0.22), transparent 32%),
    linear-gradient(135deg, #18110f 0%, #2b1718 52%, #130f0d 100%) !important;
  overflow: hidden;
}

.legal-page .legal-hero::before {
  content: '';
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(252, 185, 178, 0.22);
  border-radius: 28px;
  pointer-events: none;
}

.legal-page .legal-hero .container {
  position: relative;
  z-index: 2;
  max-width: 1040px;
}

.legal-page .legal-hero h1,
.legal-page .legal-hero .mbr-section-title {
  max-width: 900px;
  margin: 0 0 22px;
  color: #ffffff !important;
  font-family: 'Onest', sans-serif !important;
  font-size: 58px !important;
  line-height: 1.05 !important;
  font-weight: 700 !important;
  letter-spacing: -1.6px;
}

.legal-page .legal-hero p,
.legal-page .legal-hero .mbr-text {
  max-width: 780px;
  margin: 0;
  color: #f8d8d3 !important;
  font-size: 18px !important;
  line-height: 1.65 !important;
  font-weight: 400 !important;
}

.legal-page .legal-content {
  position: relative;
  padding: 80px 0 90px !important;
  background:
    radial-gradient(circle at 5% 10%, rgba(252, 185, 178, 0.22), transparent 28%),
    radial-gradient(circle at 95% 45%, rgba(178, 58, 72, 0.14), transparent 30%),
    #f4eaeb !important;
}

.legal-page .legal-content .container {
  max-width: 1120px !important;
}

.legal-page .legal-section {
  position: relative;
  margin: 0 0 28px !important;
  padding: 34px 38px !important;
  border: 1px solid rgba(178, 58, 72, 0.14) !important;
  border-radius: 24px !important;
  background: rgba(255, 255, 255, 0.86) !important;
  box-shadow: 0 18px 55px rgba(40, 17, 18, 0.08) !important;
  overflow: hidden;
}

.legal-page .legal-section::before {
  content: '';
  position: absolute;
  left: 0;
  top: 28px;
  width: 5px;
  height: calc(100% - 56px);
  border-radius: 0 8px 8px 0;
  background: linear-gradient(180deg, #fcb9b2 0%, #b23a48 100%);
}

.legal-page .legal-section h2 {
  margin: 0 0 14px !important;
  color: #16100f !important;
  font-family: 'Onest', sans-serif !important;
  font-size: 30px !important;
  line-height: 1.22 !important;
  font-weight: 700 !important;
  letter-spacing: -0.5px;
}

.legal-page .legal-section h3 {
  margin: 24px 0 12px !important;
  color: #241716 !important;
  font-family: 'Onest', sans-serif !important;
  font-size: 24px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
}

.legal-page .legal-section p,
.legal-page .legal-section li {
  color: #332524 !important;
  font-family: 'Onest', sans-serif !important;
  font-size: 17px !important;
  line-height: 1.75 !important;
  font-weight: 400 !important;
}

.legal-page .legal-section p {
  margin: 0 0 14px !important;
}

.legal-page .legal-section p:last-child {
  margin-bottom: 0 !important;
}

.legal-page .legal-section ul,
.legal-page .legal-section ol {
  margin: 16px 0 0 !important;
  padding-left: 24px !important;
}

.legal-page .legal-section li {
  margin-bottom: 8px !important;
}

.legal-page .legal-section a {
  color: #9a2634 !important;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.legal-page .legal-section a:hover,
.legal-page .legal-section a:focus {
  color: #f1634f !important;
}

.legal-page footer .footer01,
.legal-page #site-footer-section {
  background: #16100f !important;
  color: #ffffff !important;
}

.legal-page footer .mbr-copy {
  color: #f8efe8 !important;
}

.legal-page .legal-links {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 14px 24px !important;
  margin: 18px 0 0 !important;
}

.legal-page .legal-links a {
  color: #fcb9b2 !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(252, 185, 178, 0.45);
}

.legal-page .legal-links a:hover,
.legal-page .legal-links a:focus {
  color: #ffffff !important;
  border-bottom-color: #ffffff;
}

@media (max-width: 991px) {
  .legal-page .legal-hero {
    padding: 125px 0 68px;
  }

  .legal-page .legal-hero h1,
  .legal-page .legal-hero .mbr-section-title {
    font-size: 44px !important;
  }

  .legal-page .legal-content {
    padding: 58px 0 68px !important;
  }

  .legal-page .legal-section {
    padding: 28px 28px 28px 32px !important;
  }

  .legal-page .legal-section h2 {
    font-size: 26px !important;
  }
}

@media (max-width: 767px) {
  .legal-page .legal-hero {
    padding: 105px 0 52px;
  }

  .legal-page .legal-hero::before {
    inset: 10px;
    border-radius: 20px;
  }

  .legal-page .legal-hero h1,
  .legal-page .legal-hero .mbr-section-title {
    font-size: 34px !important;
    letter-spacing: -0.8px;
  }

  .legal-page .legal-hero p,
  .legal-page .legal-hero .mbr-text {
    font-size: 16px !important;
  }

  .legal-page .legal-content {
    padding: 42px 0 54px !important;
  }

  .legal-page .legal-section {
    margin-bottom: 22px !important;
    padding: 24px 20px 24px 24px !important;
    border-radius: 18px !important;
  }

  .legal-page .legal-section::before {
    top: 22px;
    height: calc(100% - 44px);
  }

  .legal-page .legal-section h2 {
    font-size: 22px !important;
  }

  .legal-page .legal-section h3 {
    font-size: 20px !important;
  }

  .legal-page .legal-section p,
  .legal-page .legal-section li {
    font-size: 16px !important;
    line-height: 1.65 !important;
  }

  .legal-page .legal-links {
    flex-direction: column !important;
    gap: 10px !important;
  }
}

