.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Mozilla Headline;
}
.display-1 {
  font-family: 'Mozilla Headline', sans-serif;
  font-size: 5.4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.75rem;
}
.display-2 {
  font-family: 'Mozilla Headline', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Mozilla Text', sans-serif;
  font-size: 1.2rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Mozilla Headline', sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Mozilla Text', sans-serif;
  font-size: 1rem;
  line-height: 1.25;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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.32rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.78rem;
    font-size: calc( 2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.65 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.25 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.78rem;
    font-size: calc( 2.54rem + (5.4 - 2.54) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1 * (2.54rem + (5.4 - 2.54) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.65 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.25 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #006617 !important;
}
.bg-success {
  background-color: #ff6f89 !important;
}
.bg-info {
  background-color: #3a001d !important;
}
.bg-warning {
  background-color: #e5a559 !important;
}
.bg-danger {
  background-color: #c21937 !important;
}
.btn-primary {
  border-color: #000000 !important;
  box-shadow: 0 8px 0 #000000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #006617 !important;
  color: #ffffff !important;
  border-color: #006617 !important;
  border-color: #000000 !important;
  box-shadow: 0 8px 0 #000000 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #009923 !important;
  border-color: #009923 !important;
  box-shadow: none;
  border-color: #000000 !important;
  box-shadow: 0 11px 0 #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #009923 !important;
  border-color: #009923 !important;
}
.btn-secondary {
  border-color: #4b3200 !important;
  box-shadow: 0 8px 0 #4b3200 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fecb66 !important;
  color: #322100 !important;
  border-color: #fecb66 !important;
  border-color: #4b3200 !important;
  box-shadow: 0 8px 0 #4b3200 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #fedc99 !important;
  border-color: #fedc99 !important;
  box-shadow: none;
  border-color: #4b3200 !important;
  box-shadow: 0 11px 0 #4b3200 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #322100 !important;
  background-color: #fedc99 !important;
  border-color: #fedc99 !important;
}
.btn-info {
  border-color: #000000 !important;
  box-shadow: 0 8px 0 #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #3a001d !important;
  color: #ffffff !important;
  border-color: #3a001d !important;
  border-color: #000000 !important;
  box-shadow: 0 8px 0 #000000 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #6d0037 !important;
  border-color: #6d0037 !important;
  box-shadow: none;
  border-color: #000000 !important;
  box-shadow: 0 11px 0 #000000 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #6d0037 !important;
  border-color: #6d0037 !important;
}
.btn-success {
  border-color: #55000f !important;
  box-shadow: 0 8px 0 #55000f !important;
}
.btn-success,
.btn-success:active {
  background-color: #ff6f89 !important;
  color: #ffffff !important;
  border-color: #ff6f89 !important;
  border-color: #55000f !important;
  box-shadow: 0 8px 0 #55000f !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffa2b3 !important;
  border-color: #ffa2b3 !important;
  box-shadow: none;
  border-color: #55000f !important;
  box-shadow: 0 11px 0 #55000f !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ffa2b3 !important;
  border-color: #ffa2b3 !important;
}
.btn-warning {
  border-color: #201405 !important;
  box-shadow: 0 8px 0 #201405 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e5a559 !important;
  color: #0a0602 !important;
  border-color: #e5a559 !important;
  border-color: #201405 !important;
  box-shadow: 0 8px 0 #201405 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ecbd85 !important;
  border-color: #ecbd85 !important;
  box-shadow: none;
  border-color: #201405 !important;
  box-shadow: 0 11px 0 #201405 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #0a0602 !important;
  background-color: #ecbd85 !important;
  border-color: #ecbd85 !important;
}
.btn-danger {
  border-color: #000000 !important;
  box-shadow: 0 8px 0 #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #c21937 !important;
  color: #ffffff !important;
  border-color: #c21937 !important;
  border-color: #000000 !important;
  box-shadow: 0 8px 0 #000000 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #e42a4b !important;
  border-color: #e42a4b !important;
  box-shadow: none;
  border-color: #000000 !important;
  box-shadow: 0 11px 0 #000000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e42a4b !important;
  border-color: #e42a4b !important;
}
.btn-white {
  border-color: #6e6e6e !important;
  box-shadow: 0 8px 0 #6e6e6e !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  color: #616161 !important;
  border-color: #fafafa !important;
  border-color: #6e6e6e !important;
  box-shadow: 0 8px 0 #6e6e6e !important;
}
.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;
  border-color: #6e6e6e !important;
  box-shadow: 0 11px 0 #6e6e6e !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #616161 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  border-color: #000000 !important;
  box-shadow: 0 8px 0 #000000 !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  color: #ffffff !important;
  border-color: #232323 !important;
  border-color: #000000 !important;
  box-shadow: 0 8px 0 #000000 !important;
}
.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;
  border-color: #000000 !important;
  box-shadow: 0 11px 0 #000000 !important;
}
.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: #006617;
  color: #006617;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000f03 !important;
  background-color: transparent !important;
  border-color: #000f03 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #006617 !important;
  border-color: #006617 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #fecb66;
  color: #fecb66;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #fdae10 !important;
  background-color: transparent !important;
  border-color: #fdae10 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #644301 !important;
  background-color: #fecb66 !important;
  border-color: #fecb66 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #3a001d;
  color: #3a001d;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #3a001d !important;
  border-color: #3a001d !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ff6f89;
  color: #ff6f89;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ff1842 !important;
  background-color: transparent !important;
  border-color: #ff1842 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6f89 !important;
  border-color: #ff6f89 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #e5a559;
  color: #e5a559;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c87b1f !important;
  background-color: transparent !important;
  border-color: #c87b1f !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e5a559 !important;
  border-color: #e5a559 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #c21937;
  color: #c21937;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #750f21 !important;
  background-color: transparent !important;
  border-color: #750f21 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c21937 !important;
  border-color: #c21937 !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;
}
.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;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #006617 !important;
}
.text-secondary {
  color: #fecb66 !important;
}
.text-success {
  color: #ff6f89 !important;
}
.text-info {
  color: #3a001d !important;
}
.text-warning {
  color: #e5a559 !important;
}
.text-danger {
  color: #c21937 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #fca802 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ff0935 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #bb731d !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #680d1d !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: #006617;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #3a001d;
}
.alert-warning {
  background-color: #e5a559;
}
.alert-danger {
  background-color: #c21937;
}
.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: #006617;
  border-color: #006617;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #006617;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #00e634;
}
.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: #ff2190;
}
.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: #ec6e85;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Mozilla Text', sans-serif;
  font-size: 1.2rem;
  line-height: 1.65;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #006617 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Mozilla Text', sans-serif;
  font-size: 1.2rem;
  line-height: 1.65;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #006617;
}
/* 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: #006617;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #006617;
}
.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: #006617;
  border-bottom-color: #006617;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #006617 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #fecb66 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23006617' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  padding: 16px 30px;
  font-weight: 700;
  margin-top: 22px;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn .btn:focus {
  transform: translateY(-3px);
}
.mbr-section-btn .btn-black {
  border-color: #ffffff !important;
  box-shadow: 0 8px 0 #ffffff !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn .btn-black:focus {
  transform: translateY(-3px);
  box-shadow: 0 11px 0 #ffffff !important;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn .btn-white {
  margin-top: 20px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.little-radius,
.form-control,
textarea {
  border-radius: 1rem !important;
}
.middle-radius,
.nav.nav-tabs .nav-item {
  border-radius: 1.5rem !important;
}
.large-radius {
  border-radius: 4rem !important;
}
@media (max-width: 1280px) {
  .large-radius {
    border-radius: 2rem !important;
  }
}
.mbr-label {
  border-radius: 100px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uT0dzAqw7n {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uT0dzAqw7n .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uT0dzAqw7n .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uT0dzAqw7n .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uT0dzAqw7n .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uT0dzAqw7n .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uT0dzAqw7n .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uT0dzAqw7n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uT0dzAqw7n .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uT0dzAqw7n .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uT0dzAqw7n .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uT0dzAqw7n .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uT0dzAqw7n .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uT0dzAqw7n .navbar-nav .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-uT0dzAqw7n .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uT0dzAqw7n .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uT0dzAqw7n .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #f7efdf;
}
.cid-uT0dzAqw7n .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uT0dzAqw7n .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  margin-right: 10px !important;
  border-radius: 5px !important;
}
.cid-uT0dzAqw7n .navbar-caption {
  padding-left: 0;
  padding-right: 20px;
  font-weight: 700;
  text-shadow: 0 5px 0 #fffaf0;
}
@media (max-width: 992px) {
  .cid-uT0dzAqw7n .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uT0dzAqw7n .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uT0dzAqw7n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uT0dzAqw7n .container,
.cid-uT0dzAqw7n .container-fluid {
  display: flex;
  height: 105px;
  padding: .5rem 16px .5rem 16px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f7efdf;
}
@media (max-width: 992px) {
  .cid-uT0dzAqw7n .container,
  .cid-uT0dzAqw7n .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uT0dzAqw7n .container,
  .cid-uT0dzAqw7n .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uT0dzAqw7n .container-fluid {
  margin-left: 32px;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-uT0dzAqw7n .container-fluid {
    margin-left: 16px;
    margin-right: 16px;
  }
}
.cid-uT0dzAqw7n .iconfont-wrapper {
  color: #fffaf0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uT0dzAqw7n .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uT0dzAqw7n .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uT0dzAqw7n .nav-item:focus,
.cid-uT0dzAqw7n .nav-link:focus {
  outline: none;
}
.cid-uT0dzAqw7n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uT0dzAqw7n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uT0dzAqw7n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uT0dzAqw7n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uT0dzAqw7n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uT0dzAqw7n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uT0dzAqw7n .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uT0dzAqw7n .navbar.opened {
  transition: all 0.3s;
}
.cid-uT0dzAqw7n .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uT0dzAqw7n .navbar .navbar-logo img {
  width: auto;
}
.cid-uT0dzAqw7n .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uT0dzAqw7n .navbar.collapsed {
  justify-content: center;
}
.cid-uT0dzAqw7n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uT0dzAqw7n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uT0dzAqw7n .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uT0dzAqw7n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uT0dzAqw7n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uT0dzAqw7n .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uT0dzAqw7n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uT0dzAqw7n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uT0dzAqw7n .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uT0dzAqw7n .navbar {
    min-height: 72px;
  }
  .cid-uT0dzAqw7n .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uT0dzAqw7n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uT0dzAqw7n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uT0dzAqw7n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uT0dzAqw7n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uT0dzAqw7n .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uT0dzAqw7n .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uT0dzAqw7n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uT0dzAqw7n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uT0dzAqw7n .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uT0dzAqw7n .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uT0dzAqw7n .dropdown-item.active,
.cid-uT0dzAqw7n .dropdown-item:active {
  background-color: transparent;
}
.cid-uT0dzAqw7n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uT0dzAqw7n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uT0dzAqw7n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uT0dzAqw7n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uT0dzAqw7n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uT0dzAqw7n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uT0dzAqw7n .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uT0dzAqw7n ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uT0dzAqw7n .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uT0dzAqw7n .navbar-buttons {
    text-align: left;
  }
}
.cid-uT0dzAqw7n button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uT0dzAqw7n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3a001d;
}
.cid-uT0dzAqw7n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uT0dzAqw7n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uT0dzAqw7n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uT0dzAqw7n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uT0dzAqw7n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uT0dzAqw7n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uT0dzAqw7n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uT0dzAqw7n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uT0dzAqw7n .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uT0dzAqw7n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uT0dzAqw7n .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uT0dzAqw7n .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uT0dzAqw7n .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uT0dzAqw7n .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #3a001d;
  color: #fffaf0;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uT0dzAqw7n .navbar {
    height: 70px;
  }
  .cid-uT0dzAqw7n .navbar.opened {
    height: auto;
  }
  .cid-uT0dzAqw7n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uT0dzAqw7n .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uT0dzAqw7n .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uT0dzAqw7n .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uT0dzAqw7n .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uT0dzAqw7n .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uT0dzAqw7n .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uT0dzAqw7n .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uT0dzAqw7n .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-uT0dzAqw7n .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uT0dzAqw7n .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uT0dzAqw7n .navbar-brand {
    margin-right: auto;
  }
  .cid-uT0dzAqw7n .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7efdf;
    backdrop-filter: blur(8px);
  }
  .cid-uT0dzAqw7n .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uT0dzAqw7n .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uT0dzAqw7n .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uT0dzAqw7n .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uT0dzAqw7n .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uT0dzAqw7n .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uT0dzAqw7n .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uT0dzAqw7n .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uT0dzAqw7n .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uT0dzAqw7n .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uT0dzAqw7n .content-wrap {
    display: block;
  }
}
.cid-uT0dzJsD4c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf0;
}
.cid-uT0dzJsD4c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT0dzJsD4c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT0dzJsD4c .decoration-wrapper {
  position: relative;
  width: 100%;
  height: 150px;
}
.cid-uT0dzJsD4c .decoration-wrapper .card-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #3a001d;
}
.cid-uT0dzJsD4c .decoration-wrapper .decor_1 {
  background-color: #ff6f89;
  top: 0;
}
.cid-uT0dzJsD4c .decoration-wrapper .decor_2 {
  background-color: #ea3d5b;
  top: 70px;
}
.cid-uT0dzJsD4c .decoration-wrapper .decor_3 {
  background-color: #9a1436;
  top: 120px;
}
.cid-uT0dzJsD4c .card-wrapper {
  position: relative;
  z-index: 1;
  padding: 72px 72px 280px 72px;
  background-color: #730f34;
  border: 2px solid #3a001d;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uT0dzJsD4c .card-wrapper {
    padding: 22px 22px 180px 22px;
  }
}
.cid-uT0dzJsD4c .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 2px solid #3a001d;
  background-color: #ea3d5b;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uT0dzJsD4c .card-wrapper .label-wrapper .mbr-label {
    margin-bottom: 22px;
  }
}
.cid-uT0dzJsD4c .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uT0dzJsD4c .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uT0dzJsD4c .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-uT0dzJsD4c .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uT0dzJsD4c .image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: -8rem;
  position: relative;
  z-index: 1;
}
.cid-uT0dzJsD4c .image-wrapper img {
  height: 510px;
  width: 58%;
  object-fit: cover;
  border: 2px solid #3a001d;
  border-bottom: none;
  box-shadow: 0 18px 0 #3a001d;
  background-color: #3a001d;
}
@media (max-width: 1440px) {
  .cid-uT0dzJsD4c .image-wrapper img {
    width: 68%;
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-uT0dzJsD4c .image-wrapper img {
    height: 350px;
    width: 90%;
  }
}
@media (max-width: 425px) {
  .cid-uT0dzJsD4c .image-wrapper img {
    height: 300px;
  }
}
.cid-uT0dzJsD4c .mbr-label,
.cid-uT0dzJsD4c .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uT0dzJsD4c .mbr-section-title {
  color: #fffaf0;
}
.cid-uT0dzJsD4c .mbr-text,
.cid-uT0dzJsD4c .text-wrapper {
  color: #fffaf0;
  text-align: center;
}
.cid-uT0dzJsD4c .mbr-section-title,
.cid-uT0dzJsD4c .title-wrapper,
.cid-uT0dzJsD4c .mbr-section-btn {
  text-align: center;
}
.cid-uT6fs52oz2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf0;
}
.cid-uT6fs52oz2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT6fs52oz2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT6fs52oz2 .content-wrapper {
  margin-bottom: 88px;
}
@media (max-width: 992px) {
  .cid-uT6fs52oz2 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uT6fs52oz2 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uT6fs52oz2 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uT6fs52oz2 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uT6fs52oz2 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uT6fs52oz2 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 22px;
}
@media (max-width: 1440px) {
  .cid-uT6fs52oz2 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uT6fs52oz2 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uT6fs52oz2 .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uT6fs52oz2 .items-wrapper .item .item-wrapper {
  height: 100%;
  border: 2px solid #3a001d;
  background-color: #f7efdf;
  padding: 25px;
}
@media (max-width: 992px) {
  .cid-uT6fs52oz2 .items-wrapper .item .item-wrapper {
    padding: 22px;
  }
}
.cid-uT6fs52oz2 .items-wrapper .item .item-wrapper .item-content .item-number {
  margin-bottom: 0;
}
.cid-uT6fs52oz2 .items-wrapper .item .item-wrapper .item-content .item-desc {
  margin-top: 22px;
  margin-bottom: 0;
}
.cid-uT6fs52oz2 .mbr-section-title,
.cid-uT6fs52oz2 .title-wrapper {
  color: #3a001d;
  text-align: center;
}
.cid-uT6fs52oz2 .mbr-text,
.cid-uT6fs52oz2 .text-wrapper {
  color: #3a001d;
  text-align: center;
}
.cid-uT6fs52oz2 .item-number {
  color: #3a001d;
}
.cid-uT6fs52oz2 .item-desc {
  color: #3a001d;
}
.cid-vehgNrvSqg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f78b9e;
}
.cid-vehgNrvSqg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vehgNrvSqg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vehgNrvSqg .content-wrapper .label-wrapper .mbr-label {
  margin-bottom: 42px;
  text-shadow: 0 8px 0 #3a001d;
}
.cid-vehgNrvSqg .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 32px;
  text-shadow: 0 5px 0 #c21937;
}
@media (max-width: 992px) {
  .cid-vehgNrvSqg .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-vehgNrvSqg .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vehgNrvSqg .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vehgNrvSqg .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vehgNrvSqg .mbr-label {
  color: #fffaf0;
  text-align: center;
}
.cid-vehgNrvSqg .mbr-section-title {
  color: #fffaf0;
}
.cid-vehgNrvSqg .mbr-text,
.cid-vehgNrvSqg .text-wrapper {
  color: #3a001d;
  text-align: center;
}
.cid-vehgNrvSqg .mbr-section-title,
.cid-vehgNrvSqg .mbr-section-btn,
.cid-vehgNrvSqg .title-wrapper {
  text-align: center;
}
.cid-vehgOBBWHn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf0;
}
.cid-vehgOBBWHn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vehgOBBWHn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vehgOBBWHn .row {
  margin: 0 -45px;
}
.cid-vehgOBBWHn .row .card {
  padding: 0 45px;
}
.cid-vehgOBBWHn .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 12px;
}
.cid-vehgOBBWHn .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vehgOBBWHn .content-wrapper {
  padding-left: 66px;
}
@media (max-width: 1440px) {
  .cid-vehgOBBWHn .content-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-vehgOBBWHn .content-wrapper {
    margin-bottom: 22px;
  }
}
.cid-vehgOBBWHn .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #3a001d;
  background-color: #f7efdf;
  margin-bottom: 22px;
}
.cid-vehgOBBWHn .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vehgOBBWHn .mbr-label {
  color: #3a001d;
}
.cid-vehgOBBWHn .mbr-section-title {
  color: #3a001d;
}
.cid-vehgOBBWHn .mbr-text {
  color: #3a001d;
}
.cid-uT0dB6yCQY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf0;
}
.cid-uT0dB6yCQY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT0dB6yCQY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT0dB6yCQY .row {
  margin: 0 -45px;
}
.cid-uT0dB6yCQY .row .card {
  padding: 0 45px;
}
.cid-uT0dB6yCQY .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
@media (max-width: 1640px) {
  .cid-uT0dB6yCQY .items-wrapper {
    display: block;
  }
}
.cid-uT0dB6yCQY .items-wrapper .item {
  padding-top: 64px;
}
@media (max-width: 1640px) {
  .cid-uT0dB6yCQY .items-wrapper .item {
    margin-bottom: 22px;
  }
}
.cid-uT0dB6yCQY .items-wrapper .item:hover .item-wrapper,
.cid-uT0dB6yCQY .items-wrapper .item:focus .item-wrapper {
  transform: scale(1.03);
}
.cid-uT0dB6yCQY .items-wrapper .item .item-wrapper {
  height: 100%;
  border: 2px solid #3a001d;
  background-color: #f7efdf;
  padding: 25px 25px 32px;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uT0dB6yCQY .items-wrapper .item .item-wrapper {
    padding: 22px;
  }
}
.cid-uT0dB6yCQY .items-wrapper .item .item-wrapper .image-wrap {
  margin-bottom: 32px;
  margin-top: -90px;
}
.cid-uT0dB6yCQY .items-wrapper .item .item-wrapper .image-wrap .item-img {
  display: inline-flex;
  width: 118px;
  height: 118px;
  min-width: 118px;
  border: 2px solid #3a001d;
  box-shadow: 0 11px 0 #3a001d;
  border-radius: 100% !important;
}
.cid-uT0dB6yCQY .items-wrapper .item .item-wrapper .image-wrap .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #fecb66;
}
.cid-uT0dB6yCQY .items-wrapper .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uT0dB6yCQY .items-wrapper .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uT0dB6yCQY .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uT0dB6yCQY .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uT0dB6yCQY .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uT0dB6yCQY .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #3a001d;
  background-color: #f7efdf;
  margin-bottom: 22px;
}
.cid-uT0dB6yCQY .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 22px;
}
@media (max-width: 1440px) {
  .cid-uT0dB6yCQY .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uT0dB6yCQY .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uT0dB6yCQY .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uT0dB6yCQY .mbr-label {
  color: #3a001d;
}
.cid-uT0dB6yCQY .mbr-section-title {
  color: #3a001d;
}
.cid-uT0dB6yCQY .mbr-text {
  color: #3a001d;
}
.cid-uT0dB6yCQY .item-name {
  color: #3a001d;
}
.cid-uT0dB6yCQY .item-role {
  color: #3a001d;
  text-align: center;
}
.cid-uT0dB6yCQY .item-text {
  color: #3a001d;
  text-align: center;
}
.cid-uT0dB6yCQY .item-name,
.cid-uT0dB6yCQY .image-wrap,
.cid-uT0dB6yCQY .mbr-section-btn {
  text-align: center;
}
.cid-uT0e5fg94a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf0;
}
.cid-uT0e5fg94a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT0e5fg94a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT0e5fg94a .row {
  margin: 0 -45px;
}
.cid-uT0e5fg94a .row .card {
  padding: 0 45px;
  justify-content: center;
}
.cid-uT0e5fg94a .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uT0e5fg94a .image-wrapper img {
  width: 500px;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uT0e5fg94a .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uT0e5fg94a .image-wrapper img {
    height: 350px;
    width: 100%;
  }
}
@media (max-width: 425px) {
  .cid-uT0e5fg94a .image-wrapper img {
    height: 300px;
  }
}
.cid-uT0e5fg94a .content-wrapper {
  padding-left: 66px;
}
@media (max-width: 1440px) {
  .cid-uT0e5fg94a .content-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uT0e5fg94a .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uT0e5fg94a .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #3a001d;
  background-color: #f7efdf;
  margin-bottom: 22px;
}
.cid-uT0e5fg94a .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uT0e5fg94a .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 12px;
}
.cid-uT0e5fg94a .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uT0e5fg94a .mbr-label {
  color: #3a001d;
}
.cid-uT0e5fg94a .mbr-section-title {
  color: #3a001d;
}
.cid-uT0e5fg94a .mbr-text {
  color: #3a001d;
}
.cid-vehj6EIE7r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f78b9e;
}
.cid-vehj6EIE7r .mbr-fallback-image.disabled {
  display: none;
}
.cid-vehj6EIE7r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vehj6EIE7r .content-wrapper .label-wrapper .mbr-label {
  margin-bottom: 42px;
  text-shadow: 0 8px 0 #3a001d;
}
.cid-vehj6EIE7r .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 32px;
  text-shadow: 0 5px 0 #f78b9e;
}
@media (max-width: 992px) {
  .cid-vehj6EIE7r .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-vehj6EIE7r .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vehj6EIE7r .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vehj6EIE7r .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vehj6EIE7r .mbr-label {
  color: #fffaf0;
  text-align: center;
}
.cid-vehj6EIE7r .mbr-section-title {
  color: #fffaf0;
}
.cid-vehj6EIE7r .mbr-text,
.cid-vehj6EIE7r .text-wrapper {
  color: #3a001d;
  text-align: center;
}
.cid-vehj6EIE7r .mbr-section-title,
.cid-vehj6EIE7r .mbr-section-btn,
.cid-vehj6EIE7r .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uT0dEFWFK2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf0;
}
.cid-uT0dEFWFK2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT0dEFWFK2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT0dEFWFK2 .row {
  margin: 0 -45px;
}
.cid-uT0dEFWFK2 .row .card {
  padding: 0 45px;
}
.cid-uT0dEFWFK2 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-bottom: 72px;
}
@media (max-width: 1640px) {
  .cid-uT0dEFWFK2 .items-wrapper {
    display: block;
    margin-bottom: 0;
  }
}
.cid-uT0dEFWFK2 .items-wrapper .item:nth-child(2n) {
  transform: translateY(72px);
}
@media (max-width: 1640px) {
  .cid-uT0dEFWFK2 .items-wrapper .item:nth-child(2n) {
    transform: none;
  }
}
.cid-uT0dEFWFK2 .items-wrapper .item:hover .item-wrapper,
.cid-uT0dEFWFK2 .items-wrapper .item:focus .item-wrapper {
  transform: scale(1.03);
}
@media (max-width: 1640px) {
  .cid-uT0dEFWFK2 .items-wrapper .item {
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uT0dEFWFK2 .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uT0dEFWFK2 .items-wrapper .item .item-wrapper {
  height: 100%;
  border: 10px solid #5d1c3a;
  background-color: #f7efdf;
  transition: all .3s ease;
  overflow: hidden;
  min-height: 380px;
}
.cid-uT0dEFWFK2 .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uT0dEFWFK2 .items-wrapper .item .item-wrapper .item-content {
  padding: 25px 25px 32px 25px;
}
@media (max-width: 992px) {
  .cid-uT0dEFWFK2 .items-wrapper .item .item-wrapper .item-content {
    padding: 22px;
  }
}
.cid-uT0dEFWFK2 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uT0dEFWFK2 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uT0dEFWFK2 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uT0dEFWFK2 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uT0dEFWFK2 .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #3a001d;
  background-color: #f7efdf;
  margin-bottom: 22px;
}
.cid-uT0dEFWFK2 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uT0dEFWFK2 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uT0dEFWFK2 .mbr-label {
  color: #3a001d;
}
.cid-uT0dEFWFK2 .mbr-section-title {
  color: #3a001d;
  text-align: center;
}
.cid-uT0dEFWFK2 .mbr-text {
  color: #3a001d;
}
.cid-uT0dEFWFK2 .item-title {
  color: #3a001d;
}
.cid-uT0dEFWFK2 .item-text {
  color: #3a001d;
}
.cid-uT0dEFWFK2 .mbr-text,
.cid-uT0dEFWFK2 .text-wrapper {
  text-align: center;
}
.cid-uT0dEFWFK2 .item-title,
.cid-uT0dEFWFK2 .mbr-section-btn {
  text-align: center;
}
.cid-uT0e7ccdQy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf0;
}
.cid-uT0e7ccdQy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT0e7ccdQy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT0e7ccdQy .row {
  margin: 0 -45px;
}
.cid-uT0e7ccdQy .row .card {
  padding: 0 45px;
}
.cid-uT0e7ccdQy .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 12px;
}
.cid-uT0e7ccdQy .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uT0e7ccdQy .content-wrapper {
  padding-left: 66px;
}
@media (max-width: 1440px) {
  .cid-uT0e7ccdQy .content-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uT0e7ccdQy .content-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uT0e7ccdQy .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #3a001d;
  background-color: #f7efdf;
  margin-bottom: 22px;
}
.cid-uT0e7ccdQy .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uT0e7ccdQy .mbr-label {
  color: #3a001d;
}
.cid-uT0e7ccdQy .mbr-section-title {
  color: #3a001d;
}
.cid-uT0e7ccdQy .mbr-text {
  color: #3a001d;
}
.cid-uT0e8Cc9OC {
  background-image: url("../../../assets/images/new2.webp");
}
.cid-uT0e8Cc9OC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT0e8Cc9OC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT0e8Cc9OC .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uT0e8Cc9OC .image-wrap {
    height: 350px;
  }
}
.cid-uT0eeZYWWo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf0;
}
.cid-uT0eeZYWWo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT0eeZYWWo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT0eeZYWWo .row {
  margin: 0 -11px;
}
.cid-uT0eeZYWWo .row .card {
  padding: 0 11px;
}
.cid-uT0eeZYWWo .content-wrapper {
  margin-bottom: 88px;
}
@media (max-width: 992px) {
  .cid-uT0eeZYWWo .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uT0eeZYWWo .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uT0eeZYWWo .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uT0eeZYWWo .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uT0eeZYWWo .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uT0eeZYWWo .image-wrapper {
  padding-left: 66px;
}
@media (max-width: 1440px) {
  .cid-uT0eeZYWWo .image-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uT0eeZYWWo .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uT0eeZYWWo .image-wrapper img {
  width: 100%;
  height: 500px;
  border: 2px solid #3a001d;
  box-shadow: 0 16px 0 #3a001d;
  background-color: #3a001d;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uT0eeZYWWo .image-wrapper img {
    height: 350px;
    width: 100%;
  }
}
@media (max-width: 425px) {
  .cid-uT0eeZYWWo .image-wrapper img {
    height: 300px;
  }
}
.cid-uT0eeZYWWo .panel-group {
  padding-right: 66px;
}
@media (max-width: 1440px) {
  .cid-uT0eeZYWWo .panel-group {
    padding-right: 0;
  }
}
.cid-uT0eeZYWWo .panel-group .card {
  position: relative;
  padding: 0;
  background-color: transparent;
  border: 2px solid #3a001d;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-bottom: 11px;
}
@media (max-width: 992px) {
  .cid-uT0eeZYWWo .panel-group .card {
    margin-bottom: 16px;
  }
}
.cid-uT0eeZYWWo .panel-group .card .card-header {
  border: none;
  border-radius: 0;
  padding: 22px 42px;
  background-color: #f7efdf;
}
@media (max-width: 992px) {
  .cid-uT0eeZYWWo .panel-group .card .card-header {
    padding: 22px;
  }
}
.cid-uT0eeZYWWo .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uT0eeZYWWo .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uT0eeZYWWo .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 22px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  opacity: .5;
}
.cid-uT0eeZYWWo .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #3a001d;
}
.cid-uT0eeZYWWo .panel-group .card .card-header .panel-title:hover .icon-wrapper {
  opacity: 1;
}
.cid-uT0eeZYWWo .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uT0eeZYWWo .panel-group .card .panel-collapse .panel-body {
  padding: 22px 32px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uT0eeZYWWo .panel-group .card .panel-collapse .panel-body {
    padding: 22px;
  }
}
.cid-uT0eeZYWWo .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uT0eeZYWWo .mbr-section-title,
.cid-uT0eeZYWWo .title-wrapper {
  color: #3a001d;
  text-align: center;
}
.cid-uT0eeZYWWo .mbr-text,
.cid-uT0eeZYWWo .text-wrapper {
  color: #3a001d;
  text-align: center;
}
.cid-uT0eeZYWWo .panel-title-edit {
  color: #3a001d;
}
.cid-uT0eeZYWWo .panel-text {
  color: #3a001d;
}
.cid-uT0edWDjcm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf0;
}
.cid-uT0edWDjcm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT0edWDjcm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT0edWDjcm .content-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uT0edWDjcm .content-wrapper .card-wrapper {
  background-color: #f7efdf;
  border: 2px solid #3a001d;
  width: 58%;
  padding: 82px;
  -webkit-flex: inherit;
  background-image: linear-gradient(transparent 50%, #fae3b7);
}
@media (max-width: 1440px) {
  .cid-uT0edWDjcm .content-wrapper .card-wrapper {
    width: 68%;
    padding: 25px;
  }
}
@media (max-width: 992px) {
  .cid-uT0edWDjcm .content-wrapper .card-wrapper {
    width: 100%;
    padding: 22px;
  }
}
.cid-uT0edWDjcm .content-wrapper .card-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uT0edWDjcm .content-wrapper .card-wrapper .logo-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uT0edWDjcm .content-wrapper .card-wrapper .logo-wrapper img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  display: inline-block;
}
.cid-uT0edWDjcm .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uT0edWDjcm .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uT0edWDjcm .content-wrapper .card-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uT0edWDjcm .content-wrapper .card-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cid-uT0edWDjcm .content-wrapper .card-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uT0edWDjcm .content-wrapper .card-wrapper .list .item-wrap:hover,
.cid-uT0edWDjcm .content-wrapper .card-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-uT0edWDjcm .mbr-section-title {
  color: #3a001d;
}
.cid-uT0edWDjcm .list {
  color: #3a001d;
  text-align: center;
}
.cid-uT0edWDjcm .mbr-section-title,
.cid-uT0edWDjcm .title-wrapper,
.cid-uT0edWDjcm .logo-wrapper {
  text-align: center;
}
.cid-uT0edo7O1z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf0;
}
.cid-uT0edo7O1z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT0edo7O1z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT0edo7O1z .card-wrapper {
  position: relative;
  z-index: 1;
  border: 2px solid #3a001d !important;
  background-color: #3a001d;
}
.cid-uT0edo7O1z .card-wrapper .google-map iframe {
  height: 650px;
}
@media (max-width: 1440px) {
  .cid-uT0edo7O1z .card-wrapper .google-map iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-uT0edo7O1z .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uT0edo7O1z .decoration-wrapper {
  position: relative;
  width: 100%;
  height: 150px;
}
.cid-uT0edo7O1z .decoration-wrapper .card-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #3a001d;
}
.cid-uT0edo7O1z .decoration-wrapper .decor_1 {
  background-color: #ff6f89;
  bottom: 0;
}
.cid-uT0edo7O1z .decoration-wrapper .decor_2 {
  background-color: #ea3d5b;
  bottom: 70px;
}
.cid-uT0edo7O1z .decoration-wrapper .decor_3 {
  background-color: #9a1436;
  bottom: 120px;
}
.cid-vehnBtArMz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vehnBtArMz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vehnBtArMz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vehnBtArMz .container-wrapper {
  position: absolute;
  width: 100%;
  height: 80%;
}
.cid-vehnBtArMz .container-wrapper .container-wrap {
  width: 100%;
  height: 100%;
  background-color: #feef79;
}
.cid-vehnBtArMz .content-wrapper {
  padding: 45px 0;
  position: relative;
  z-index: 1;
}
.cid-vehnBtArMz .card {
  justify-content: center;
}
.cid-vehnBtArMz .nav-wrap {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vehnBtArMz .nav-wrap {
    margin-bottom: 30px;
    padding: 0 20px;
  }
}
.cid-vehnBtArMz .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vehnBtArMz .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 15px;
  transition: all 0.5s ease-in-out;
}
.cid-vehnBtArMz .nav-wrap .list .item-wrap:hover,
.cid-vehnBtArMz .nav-wrap .list .item-wrap:focus {
  color: #b93e5d;
}
.cid-vehnBtArMz .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vehnBtArMz .content-wrap {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vehnBtArMz .content-wrap {
    margin-bottom: 30px;
    padding: 0 20px;
  }
}
.cid-vehnBtArMz .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vehnBtArMz .content-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vehnBtArMz .content-wrap .social-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vehnBtArMz .content-wrap .social-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vehnBtArMz .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
.cid-vehnBtArMz .content-wrap .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 100%;
}
.cid-vehnBtArMz .content-wrap .social-wrapper .social-wrap .soc-item:hover .mbr-iconfont,
.cid-vehnBtArMz .content-wrap .social-wrapper .social-wrap .soc-item:focus .mbr-iconfont {
  color: #2f1d41 !important;
}
.cid-vehnBtArMz .content-wrap .social-wrapper .social-wrap .soc-item:hover a .mbr-iconfont,
.cid-vehnBtArMz .content-wrap .social-wrapper .social-wrap .soc-item:focus a .mbr-iconfont {
  color: #2f1d41 !important;
}
.cid-vehnBtArMz .content-wrap .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vehnBtArMz .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
  transition: all .5s ease;
}
.cid-vehnBtArMz .content-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vehnBtArMz .content-wrap .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vehnBtArMz .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vehnBtArMz .mbr-copy {
    padding: 0 20px;
  }
}
.cid-vehnBtArMz .mbr-section-title {
  color: #3a353e;
}
.cid-vehnBtArMz .mbr-section-subtitle {
  color: #3a353e;
  text-align: center;
}
.cid-vehnBtArMz .list {
  color: #3a353e;
  text-align: center;
}
.cid-vehnBtArMz .mbr-section-title,
.cid-vehnBtArMz .mbr-section-btn,
.cid-vehnBtArMz .social-wrapper {
  text-align: center;
}
.cid-vehuCsTn2q {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vehuCsTn2q .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vehuCsTn2q .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vehuCsTn2q .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-vehuCsTn2q .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vehuCsTn2q .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-vehuCsTn2q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vehuCsTn2q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vehuCsTn2q .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-vehuCsTn2q .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-vehuCsTn2q .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vehuCsTn2q .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-vehuCsTn2q .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-vehuCsTn2q .navbar-nav .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-vehuCsTn2q .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vehuCsTn2q .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vehuCsTn2q .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #f7efdf;
}
.cid-vehuCsTn2q .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vehuCsTn2q .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  margin-right: 10px !important;
  border-radius: 5px !important;
}
.cid-vehuCsTn2q .navbar-caption {
  padding-left: 0;
  padding-right: 20px;
  font-weight: 700;
  text-shadow: 0 5px 0 #fffaf0;
}
@media (max-width: 992px) {
  .cid-vehuCsTn2q .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-vehuCsTn2q .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vehuCsTn2q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-vehuCsTn2q .container,
.cid-vehuCsTn2q .container-fluid {
  display: flex;
  height: 105px;
  padding: .5rem 16px .5rem 16px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f7efdf;
}
@media (max-width: 992px) {
  .cid-vehuCsTn2q .container,
  .cid-vehuCsTn2q .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vehuCsTn2q .container,
  .cid-vehuCsTn2q .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vehuCsTn2q .container-fluid {
  margin-left: 32px;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-vehuCsTn2q .container-fluid {
    margin-left: 16px;
    margin-right: 16px;
  }
}
.cid-vehuCsTn2q .iconfont-wrapper {
  color: #fffaf0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vehuCsTn2q .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-vehuCsTn2q .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-vehuCsTn2q .nav-item:focus,
.cid-vehuCsTn2q .nav-link:focus {
  outline: none;
}
.cid-vehuCsTn2q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vehuCsTn2q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vehuCsTn2q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vehuCsTn2q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vehuCsTn2q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vehuCsTn2q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vehuCsTn2q .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vehuCsTn2q .navbar.opened {
  transition: all 0.3s;
}
.cid-vehuCsTn2q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vehuCsTn2q .navbar .navbar-logo img {
  width: auto;
}
.cid-vehuCsTn2q .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-vehuCsTn2q .navbar.collapsed {
  justify-content: center;
}
.cid-vehuCsTn2q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vehuCsTn2q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vehuCsTn2q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vehuCsTn2q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vehuCsTn2q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vehuCsTn2q .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vehuCsTn2q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vehuCsTn2q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vehuCsTn2q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vehuCsTn2q .navbar {
    min-height: 72px;
  }
  .cid-vehuCsTn2q .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vehuCsTn2q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vehuCsTn2q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vehuCsTn2q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vehuCsTn2q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vehuCsTn2q .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vehuCsTn2q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vehuCsTn2q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vehuCsTn2q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vehuCsTn2q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vehuCsTn2q .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vehuCsTn2q .dropdown-item.active,
.cid-vehuCsTn2q .dropdown-item:active {
  background-color: transparent;
}
.cid-vehuCsTn2q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vehuCsTn2q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vehuCsTn2q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vehuCsTn2q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vehuCsTn2q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vehuCsTn2q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vehuCsTn2q .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vehuCsTn2q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vehuCsTn2q .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vehuCsTn2q .navbar-buttons {
    text-align: left;
  }
}
.cid-vehuCsTn2q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vehuCsTn2q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3a001d;
}
.cid-vehuCsTn2q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vehuCsTn2q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vehuCsTn2q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vehuCsTn2q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vehuCsTn2q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vehuCsTn2q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vehuCsTn2q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vehuCsTn2q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vehuCsTn2q .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vehuCsTn2q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vehuCsTn2q .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vehuCsTn2q .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-vehuCsTn2q .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-vehuCsTn2q .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #3a001d;
  color: #fffaf0;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vehuCsTn2q .navbar {
    height: 70px;
  }
  .cid-vehuCsTn2q .navbar.opened {
    height: auto;
  }
  .cid-vehuCsTn2q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vehuCsTn2q .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vehuCsTn2q .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vehuCsTn2q .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vehuCsTn2q .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vehuCsTn2q .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vehuCsTn2q .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vehuCsTn2q .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vehuCsTn2q .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-vehuCsTn2q .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vehuCsTn2q .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vehuCsTn2q .navbar-brand {
    margin-right: auto;
  }
  .cid-vehuCsTn2q .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7efdf;
    backdrop-filter: blur(8px);
  }
  .cid-vehuCsTn2q .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vehuCsTn2q .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vehuCsTn2q .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vehuCsTn2q .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vehuCsTn2q .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vehuCsTn2q .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vehuCsTn2q .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vehuCsTn2q .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vehuCsTn2q .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vehuCsTn2q .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vehuCsTn2q .content-wrap {
    display: block;
  }
}
.cid-vehuCtUesm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf0;
}
.cid-vehuCtUesm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vehuCtUesm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vehuCtUesm .decoration-wrapper {
  position: relative;
  width: 100%;
  height: 150px;
}
.cid-vehuCtUesm .decoration-wrapper .card-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #3a001d;
}
.cid-vehuCtUesm .decoration-wrapper .decor_1 {
  background-color: #ff6f89;
  top: 0;
}
.cid-vehuCtUesm .decoration-wrapper .decor_2 {
  background-color: #ea3d5b;
  top: 70px;
}
.cid-vehuCtUesm .decoration-wrapper .decor_3 {
  background-color: #9a1436;
  top: 120px;
}
.cid-vehuCtUesm .card-wrapper {
  position: relative;
  z-index: 1;
  padding: 72px 72px 280px 72px;
  background-color: #730f34;
  border: 2px solid #3a001d;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vehuCtUesm .card-wrapper {
    padding: 22px 22px 180px 22px;
  }
}
.cid-vehuCtUesm .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 2px solid #3a001d;
  background-color: #ea3d5b;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vehuCtUesm .card-wrapper .label-wrapper .mbr-label {
    margin-bottom: 22px;
  }
}
.cid-vehuCtUesm .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vehuCtUesm .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-vehuCtUesm .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vehuCtUesm .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vehuCtUesm .image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: -8rem;
  position: relative;
  z-index: 1;
}
.cid-vehuCtUesm .image-wrapper img {
  height: 510px;
  width: 58%;
  object-fit: cover;
  border: 2px solid #3a001d;
  border-bottom: none;
  box-shadow: 0 18px 0 #3a001d;
  background-color: #3a001d;
}
@media (max-width: 1440px) {
  .cid-vehuCtUesm .image-wrapper img {
    width: 68%;
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-vehuCtUesm .image-wrapper img {
    height: 350px;
    width: 90%;
  }
}
@media (max-width: 425px) {
  .cid-vehuCtUesm .image-wrapper img {
    height: 300px;
  }
}
.cid-vehuCtUesm .mbr-label,
.cid-vehuCtUesm .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vehuCtUesm .mbr-section-title {
  color: #fffaf0;
}
.cid-vehuCtUesm .mbr-text,
.cid-vehuCtUesm .text-wrapper {
  color: #fffaf0;
  text-align: center;
}
.cid-vehuCtUesm .mbr-section-title,
.cid-vehuCtUesm .title-wrapper,
.cid-vehuCtUesm .mbr-section-btn {
  text-align: center;
}
.cid-vehuCuMJZg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f78b9e;
}
.cid-vehuCuMJZg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vehuCuMJZg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vehuCuMJZg .content-wrapper .label-wrapper .mbr-label {
  margin-bottom: 42px;
  text-shadow: 0 8px 0 #3a001d;
}
.cid-vehuCuMJZg .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 32px;
  text-shadow: 0 5px 0 #c21937;
}
@media (max-width: 992px) {
  .cid-vehuCuMJZg .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-vehuCuMJZg .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vehuCuMJZg .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vehuCuMJZg .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vehuCuMJZg .mbr-label {
  color: #fffaf0;
  text-align: center;
}
.cid-vehuCuMJZg .mbr-section-title {
  color: #fffaf0;
}
.cid-vehuCuMJZg .mbr-text,
.cid-vehuCuMJZg .text-wrapper {
  color: #3a001d;
  text-align: center;
}
.cid-vehuCuMJZg .mbr-section-title,
.cid-vehuCuMJZg .mbr-section-btn,
.cid-vehuCuMJZg .title-wrapper {
  text-align: center;
}
.cid-vehuCzyq7f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf0;
}
.cid-vehuCzyq7f .mbr-fallback-image.disabled {
  display: none;
}
.cid-vehuCzyq7f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vehuCzyq7f .card-wrapper {
  position: relative;
  z-index: 1;
  border: 2px solid #3a001d !important;
  background-color: #3a001d;
}
.cid-vehuCzyq7f .card-wrapper .google-map iframe {
  height: 650px;
}
@media (max-width: 1440px) {
  .cid-vehuCzyq7f .card-wrapper .google-map iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-vehuCzyq7f .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-vehuCzyq7f .decoration-wrapper {
  position: relative;
  width: 100%;
  height: 150px;
}
.cid-vehuCzyq7f .decoration-wrapper .card-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #3a001d;
}
.cid-vehuCzyq7f .decoration-wrapper .decor_1 {
  background-color: #ff6f89;
  bottom: 0;
}
.cid-vehuCzyq7f .decoration-wrapper .decor_2 {
  background-color: #ea3d5b;
  bottom: 70px;
}
.cid-vehuCzyq7f .decoration-wrapper .decor_3 {
  background-color: #9a1436;
  bottom: 120px;
}
.cid-vehuCA9iK8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vehuCA9iK8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vehuCA9iK8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vehuCA9iK8 .container-wrapper {
  position: absolute;
  width: 100%;
  height: 80%;
}
.cid-vehuCA9iK8 .container-wrapper .container-wrap {
  width: 100%;
  height: 100%;
  background-color: #feef79;
}
.cid-vehuCA9iK8 .content-wrapper {
  padding: 45px 0;
  position: relative;
  z-index: 1;
}
.cid-vehuCA9iK8 .card {
  justify-content: center;
}
.cid-vehuCA9iK8 .nav-wrap {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vehuCA9iK8 .nav-wrap {
    margin-bottom: 30px;
    padding: 0 20px;
  }
}
.cid-vehuCA9iK8 .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vehuCA9iK8 .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 15px;
  transition: all 0.5s ease-in-out;
}
.cid-vehuCA9iK8 .nav-wrap .list .item-wrap:hover,
.cid-vehuCA9iK8 .nav-wrap .list .item-wrap:focus {
  color: #b93e5d;
}
.cid-vehuCA9iK8 .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vehuCA9iK8 .content-wrap {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vehuCA9iK8 .content-wrap {
    margin-bottom: 30px;
    padding: 0 20px;
  }
}
.cid-vehuCA9iK8 .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vehuCA9iK8 .content-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vehuCA9iK8 .content-wrap .social-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vehuCA9iK8 .content-wrap .social-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vehuCA9iK8 .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
.cid-vehuCA9iK8 .content-wrap .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 100%;
}
.cid-vehuCA9iK8 .content-wrap .social-wrapper .social-wrap .soc-item:hover .mbr-iconfont,
.cid-vehuCA9iK8 .content-wrap .social-wrapper .social-wrap .soc-item:focus .mbr-iconfont {
  color: #2f1d41 !important;
}
.cid-vehuCA9iK8 .content-wrap .social-wrapper .social-wrap .soc-item:hover a .mbr-iconfont,
.cid-vehuCA9iK8 .content-wrap .social-wrapper .social-wrap .soc-item:focus a .mbr-iconfont {
  color: #2f1d41 !important;
}
.cid-vehuCA9iK8 .content-wrap .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vehuCA9iK8 .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
  transition: all .5s ease;
}
.cid-vehuCA9iK8 .content-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vehuCA9iK8 .content-wrap .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vehuCA9iK8 .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vehuCA9iK8 .mbr-copy {
    padding: 0 20px;
  }
}
.cid-vehuCA9iK8 .mbr-section-title {
  color: #3a353e;
}
.cid-vehuCA9iK8 .mbr-section-subtitle {
  color: #3a353e;
  text-align: center;
}
.cid-vehuCA9iK8 .list {
  color: #3a353e;
  text-align: center;
}
.cid-vehuCA9iK8 .mbr-section-title,
.cid-vehuCA9iK8 .mbr-section-btn,
.cid-vehuCA9iK8 .social-wrapper {
  text-align: center;
}
.cid-vehw5ZozPI {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vehw5ZozPI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vehw5ZozPI .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vehw5ZozPI .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-vehw5ZozPI .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vehw5ZozPI .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-vehw5ZozPI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vehw5ZozPI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vehw5ZozPI .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-vehw5ZozPI .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-vehw5ZozPI .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vehw5ZozPI .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-vehw5ZozPI .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-vehw5ZozPI .navbar-nav .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-vehw5ZozPI .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vehw5ZozPI .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vehw5ZozPI .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #f7efdf;
}
.cid-vehw5ZozPI .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vehw5ZozPI .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  margin-right: 10px !important;
  border-radius: 5px !important;
}
.cid-vehw5ZozPI .navbar-caption {
  padding-left: 0;
  padding-right: 20px;
  font-weight: 700;
  text-shadow: 0 5px 0 #fffaf0;
}
@media (max-width: 992px) {
  .cid-vehw5ZozPI .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-vehw5ZozPI .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vehw5ZozPI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-vehw5ZozPI .container,
.cid-vehw5ZozPI .container-fluid {
  display: flex;
  height: 105px;
  padding: .5rem 16px .5rem 16px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f7efdf;
}
@media (max-width: 992px) {
  .cid-vehw5ZozPI .container,
  .cid-vehw5ZozPI .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vehw5ZozPI .container,
  .cid-vehw5ZozPI .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vehw5ZozPI .container-fluid {
  margin-left: 32px;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-vehw5ZozPI .container-fluid {
    margin-left: 16px;
    margin-right: 16px;
  }
}
.cid-vehw5ZozPI .iconfont-wrapper {
  color: #fffaf0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vehw5ZozPI .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-vehw5ZozPI .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-vehw5ZozPI .nav-item:focus,
.cid-vehw5ZozPI .nav-link:focus {
  outline: none;
}
.cid-vehw5ZozPI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vehw5ZozPI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vehw5ZozPI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vehw5ZozPI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vehw5ZozPI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vehw5ZozPI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vehw5ZozPI .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vehw5ZozPI .navbar.opened {
  transition: all 0.3s;
}
.cid-vehw5ZozPI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vehw5ZozPI .navbar .navbar-logo img {
  width: auto;
}
.cid-vehw5ZozPI .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-vehw5ZozPI .navbar.collapsed {
  justify-content: center;
}
.cid-vehw5ZozPI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vehw5ZozPI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vehw5ZozPI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vehw5ZozPI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vehw5ZozPI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vehw5ZozPI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vehw5ZozPI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vehw5ZozPI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vehw5ZozPI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vehw5ZozPI .navbar {
    min-height: 72px;
  }
  .cid-vehw5ZozPI .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vehw5ZozPI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vehw5ZozPI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vehw5ZozPI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vehw5ZozPI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vehw5ZozPI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vehw5ZozPI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vehw5ZozPI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vehw5ZozPI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vehw5ZozPI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vehw5ZozPI .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vehw5ZozPI .dropdown-item.active,
.cid-vehw5ZozPI .dropdown-item:active {
  background-color: transparent;
}
.cid-vehw5ZozPI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vehw5ZozPI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vehw5ZozPI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vehw5ZozPI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vehw5ZozPI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vehw5ZozPI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vehw5ZozPI .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vehw5ZozPI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vehw5ZozPI .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vehw5ZozPI .navbar-buttons {
    text-align: left;
  }
}
.cid-vehw5ZozPI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vehw5ZozPI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3a001d;
}
.cid-vehw5ZozPI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vehw5ZozPI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vehw5ZozPI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vehw5ZozPI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vehw5ZozPI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vehw5ZozPI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vehw5ZozPI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vehw5ZozPI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vehw5ZozPI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vehw5ZozPI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vehw5ZozPI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vehw5ZozPI .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-vehw5ZozPI .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-vehw5ZozPI .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #3a001d;
  color: #fffaf0;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vehw5ZozPI .navbar {
    height: 70px;
  }
  .cid-vehw5ZozPI .navbar.opened {
    height: auto;
  }
  .cid-vehw5ZozPI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vehw5ZozPI .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vehw5ZozPI .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vehw5ZozPI .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vehw5ZozPI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vehw5ZozPI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vehw5ZozPI .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vehw5ZozPI .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vehw5ZozPI .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-vehw5ZozPI .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vehw5ZozPI .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vehw5ZozPI .navbar-brand {
    margin-right: auto;
  }
  .cid-vehw5ZozPI .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7efdf;
    backdrop-filter: blur(8px);
  }
  .cid-vehw5ZozPI .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vehw5ZozPI .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vehw5ZozPI .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vehw5ZozPI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vehw5ZozPI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vehw5ZozPI .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vehw5ZozPI .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vehw5ZozPI .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vehw5ZozPI .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vehw5ZozPI .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vehw5ZozPI .content-wrap {
    display: block;
  }
}
.cid-vehw60pv3p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf0;
}
.cid-vehw60pv3p .mbr-fallback-image.disabled {
  display: none;
}
.cid-vehw60pv3p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vehw60pv3p .decoration-wrapper {
  position: relative;
  width: 100%;
  height: 150px;
}
.cid-vehw60pv3p .decoration-wrapper .card-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #3a001d;
}
.cid-vehw60pv3p .decoration-wrapper .decor_1 {
  background-color: #ff6f89;
  top: 0;
}
.cid-vehw60pv3p .decoration-wrapper .decor_2 {
  background-color: #ea3d5b;
  top: 70px;
}
.cid-vehw60pv3p .decoration-wrapper .decor_3 {
  background-color: #9a1436;
  top: 120px;
}
.cid-vehw60pv3p .card-wrapper {
  position: relative;
  z-index: 1;
  padding: 72px 72px 280px 72px;
  background-color: #730f34;
  border: 2px solid #3a001d;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vehw60pv3p .card-wrapper {
    padding: 22px 22px 180px 22px;
  }
}
.cid-vehw60pv3p .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 2px solid #3a001d;
  background-color: #ea3d5b;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vehw60pv3p .card-wrapper .label-wrapper .mbr-label {
    margin-bottom: 22px;
  }
}
.cid-vehw60pv3p .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vehw60pv3p .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-vehw60pv3p .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vehw60pv3p .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vehw60pv3p .image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: -8rem;
  position: relative;
  z-index: 1;
}
.cid-vehw60pv3p .image-wrapper img {
  height: 510px;
  width: 58%;
  object-fit: cover;
  border: 2px solid #3a001d;
  border-bottom: none;
  box-shadow: 0 18px 0 #3a001d;
  background-color: #3a001d;
}
@media (max-width: 1440px) {
  .cid-vehw60pv3p .image-wrapper img {
    width: 68%;
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-vehw60pv3p .image-wrapper img {
    height: 350px;
    width: 90%;
  }
}
@media (max-width: 425px) {
  .cid-vehw60pv3p .image-wrapper img {
    height: 300px;
  }
}
.cid-vehw60pv3p .mbr-label,
.cid-vehw60pv3p .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vehw60pv3p .mbr-section-title {
  color: #fffaf0;
}
.cid-vehw60pv3p .mbr-text,
.cid-vehw60pv3p .text-wrapper {
  color: #fffaf0;
  text-align: center;
}
.cid-vehw60pv3p .mbr-section-title,
.cid-vehw60pv3p .title-wrapper,
.cid-vehw60pv3p .mbr-section-btn {
  text-align: center;
}
.cid-vehw60MTw1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f78b9e;
}
.cid-vehw60MTw1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vehw60MTw1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vehw60MTw1 .content-wrapper .label-wrapper .mbr-label {
  margin-bottom: 42px;
  text-shadow: 0 8px 0 #3a001d;
}
.cid-vehw60MTw1 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 32px;
  text-shadow: 0 5px 0 #c21937;
}
@media (max-width: 992px) {
  .cid-vehw60MTw1 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-vehw60MTw1 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vehw60MTw1 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vehw60MTw1 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vehw60MTw1 .mbr-label {
  color: #fffaf0;
  text-align: center;
}
.cid-vehw60MTw1 .mbr-section-title {
  color: #fffaf0;
}
.cid-vehw60MTw1 .mbr-text,
.cid-vehw60MTw1 .text-wrapper {
  color: #3a001d;
  text-align: center;
}
.cid-vehw60MTw1 .mbr-section-title,
.cid-vehw60MTw1 .mbr-section-btn,
.cid-vehw60MTw1 .title-wrapper {
  text-align: center;
}
.cid-vehw61akKa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf0;
}
.cid-vehw61akKa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vehw61akKa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vehw61akKa .card-wrapper {
  position: relative;
  z-index: 1;
  border: 2px solid #3a001d !important;
  background-color: #3a001d;
}
.cid-vehw61akKa .card-wrapper .google-map iframe {
  height: 650px;
}
@media (max-width: 1440px) {
  .cid-vehw61akKa .card-wrapper .google-map iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-vehw61akKa .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-vehw61akKa .decoration-wrapper {
  position: relative;
  width: 100%;
  height: 150px;
}
.cid-vehw61akKa .decoration-wrapper .card-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #3a001d;
}
.cid-vehw61akKa .decoration-wrapper .decor_1 {
  background-color: #ff6f89;
  bottom: 0;
}
.cid-vehw61akKa .decoration-wrapper .decor_2 {
  background-color: #ea3d5b;
  bottom: 70px;
}
.cid-vehw61akKa .decoration-wrapper .decor_3 {
  background-color: #9a1436;
  bottom: 120px;
}
.cid-vehw61xnxw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vehw61xnxw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vehw61xnxw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vehw61xnxw .container-wrapper {
  position: absolute;
  width: 100%;
  height: 80%;
}
.cid-vehw61xnxw .container-wrapper .container-wrap {
  width: 100%;
  height: 100%;
  background-color: #feef79;
}
.cid-vehw61xnxw .content-wrapper {
  padding: 45px 0;
  position: relative;
  z-index: 1;
}
.cid-vehw61xnxw .card {
  justify-content: center;
}
.cid-vehw61xnxw .nav-wrap {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vehw61xnxw .nav-wrap {
    margin-bottom: 30px;
    padding: 0 20px;
  }
}
.cid-vehw61xnxw .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vehw61xnxw .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 15px;
  transition: all 0.5s ease-in-out;
}
.cid-vehw61xnxw .nav-wrap .list .item-wrap:hover,
.cid-vehw61xnxw .nav-wrap .list .item-wrap:focus {
  color: #b93e5d;
}
.cid-vehw61xnxw .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vehw61xnxw .content-wrap {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vehw61xnxw .content-wrap {
    margin-bottom: 30px;
    padding: 0 20px;
  }
}
.cid-vehw61xnxw .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vehw61xnxw .content-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vehw61xnxw .content-wrap .social-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vehw61xnxw .content-wrap .social-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vehw61xnxw .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
.cid-vehw61xnxw .content-wrap .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 100%;
}
.cid-vehw61xnxw .content-wrap .social-wrapper .social-wrap .soc-item:hover .mbr-iconfont,
.cid-vehw61xnxw .content-wrap .social-wrapper .social-wrap .soc-item:focus .mbr-iconfont {
  color: #2f1d41 !important;
}
.cid-vehw61xnxw .content-wrap .social-wrapper .social-wrap .soc-item:hover a .mbr-iconfont,
.cid-vehw61xnxw .content-wrap .social-wrapper .social-wrap .soc-item:focus a .mbr-iconfont {
  color: #2f1d41 !important;
}
.cid-vehw61xnxw .content-wrap .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vehw61xnxw .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
  transition: all .5s ease;
}
.cid-vehw61xnxw .content-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vehw61xnxw .content-wrap .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vehw61xnxw .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vehw61xnxw .mbr-copy {
    padding: 0 20px;
  }
}
.cid-vehw61xnxw .mbr-section-title {
  color: #3a353e;
}
.cid-vehw61xnxw .mbr-section-subtitle {
  color: #3a353e;
  text-align: center;
}
.cid-vehw61xnxw .list {
  color: #3a353e;
  text-align: center;
}
.cid-vehw61xnxw .mbr-section-title,
.cid-vehw61xnxw .mbr-section-btn,
.cid-vehw61xnxw .social-wrapper {
  text-align: center;
}
.cid-vehwFLYPTD {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vehwFLYPTD .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vehwFLYPTD .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vehwFLYPTD .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-vehwFLYPTD .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vehwFLYPTD .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-vehwFLYPTD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vehwFLYPTD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vehwFLYPTD .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-vehwFLYPTD .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-vehwFLYPTD .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vehwFLYPTD .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-vehwFLYPTD .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-vehwFLYPTD .navbar-nav .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-vehwFLYPTD .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vehwFLYPTD .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vehwFLYPTD .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #f7efdf;
}
.cid-vehwFLYPTD .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vehwFLYPTD .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  margin-right: 10px !important;
  border-radius: 5px !important;
}
.cid-vehwFLYPTD .navbar-caption {
  padding-left: 0;
  padding-right: 20px;
  font-weight: 700;
  text-shadow: 0 5px 0 #fffaf0;
}
@media (max-width: 992px) {
  .cid-vehwFLYPTD .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-vehwFLYPTD .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vehwFLYPTD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-vehwFLYPTD .container,
.cid-vehwFLYPTD .container-fluid {
  display: flex;
  height: 105px;
  padding: .5rem 16px .5rem 16px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f7efdf;
}
@media (max-width: 992px) {
  .cid-vehwFLYPTD .container,
  .cid-vehwFLYPTD .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vehwFLYPTD .container,
  .cid-vehwFLYPTD .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vehwFLYPTD .container-fluid {
  margin-left: 32px;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-vehwFLYPTD .container-fluid {
    margin-left: 16px;
    margin-right: 16px;
  }
}
.cid-vehwFLYPTD .iconfont-wrapper {
  color: #fffaf0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vehwFLYPTD .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-vehwFLYPTD .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-vehwFLYPTD .nav-item:focus,
.cid-vehwFLYPTD .nav-link:focus {
  outline: none;
}
.cid-vehwFLYPTD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vehwFLYPTD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vehwFLYPTD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vehwFLYPTD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vehwFLYPTD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vehwFLYPTD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vehwFLYPTD .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vehwFLYPTD .navbar.opened {
  transition: all 0.3s;
}
.cid-vehwFLYPTD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vehwFLYPTD .navbar .navbar-logo img {
  width: auto;
}
.cid-vehwFLYPTD .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-vehwFLYPTD .navbar.collapsed {
  justify-content: center;
}
.cid-vehwFLYPTD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vehwFLYPTD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vehwFLYPTD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vehwFLYPTD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vehwFLYPTD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vehwFLYPTD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vehwFLYPTD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vehwFLYPTD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vehwFLYPTD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vehwFLYPTD .navbar {
    min-height: 72px;
  }
  .cid-vehwFLYPTD .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vehwFLYPTD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vehwFLYPTD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vehwFLYPTD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vehwFLYPTD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vehwFLYPTD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vehwFLYPTD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vehwFLYPTD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vehwFLYPTD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vehwFLYPTD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vehwFLYPTD .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vehwFLYPTD .dropdown-item.active,
.cid-vehwFLYPTD .dropdown-item:active {
  background-color: transparent;
}
.cid-vehwFLYPTD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vehwFLYPTD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vehwFLYPTD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vehwFLYPTD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vehwFLYPTD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vehwFLYPTD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vehwFLYPTD .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vehwFLYPTD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vehwFLYPTD .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vehwFLYPTD .navbar-buttons {
    text-align: left;
  }
}
.cid-vehwFLYPTD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vehwFLYPTD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3a001d;
}
.cid-vehwFLYPTD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vehwFLYPTD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vehwFLYPTD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vehwFLYPTD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vehwFLYPTD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vehwFLYPTD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vehwFLYPTD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vehwFLYPTD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vehwFLYPTD .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vehwFLYPTD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vehwFLYPTD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vehwFLYPTD .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-vehwFLYPTD .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-vehwFLYPTD .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #3a001d;
  color: #fffaf0;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vehwFLYPTD .navbar {
    height: 70px;
  }
  .cid-vehwFLYPTD .navbar.opened {
    height: auto;
  }
  .cid-vehwFLYPTD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vehwFLYPTD .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vehwFLYPTD .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vehwFLYPTD .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vehwFLYPTD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vehwFLYPTD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vehwFLYPTD .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vehwFLYPTD .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vehwFLYPTD .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-vehwFLYPTD .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vehwFLYPTD .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vehwFLYPTD .navbar-brand {
    margin-right: auto;
  }
  .cid-vehwFLYPTD .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7efdf;
    backdrop-filter: blur(8px);
  }
  .cid-vehwFLYPTD .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vehwFLYPTD .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vehwFLYPTD .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vehwFLYPTD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vehwFLYPTD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vehwFLYPTD .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vehwFLYPTD .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vehwFLYPTD .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vehwFLYPTD .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vehwFLYPTD .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vehwFLYPTD .content-wrap {
    display: block;
  }
}
.cid-vehwFMSKlp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf0;
}
.cid-vehwFMSKlp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vehwFMSKlp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vehwFMSKlp .decoration-wrapper {
  position: relative;
  width: 100%;
  height: 150px;
}
.cid-vehwFMSKlp .decoration-wrapper .card-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #3a001d;
}
.cid-vehwFMSKlp .decoration-wrapper .decor_1 {
  background-color: #ff6f89;
  top: 0;
}
.cid-vehwFMSKlp .decoration-wrapper .decor_2 {
  background-color: #ea3d5b;
  top: 70px;
}
.cid-vehwFMSKlp .decoration-wrapper .decor_3 {
  background-color: #9a1436;
  top: 120px;
}
.cid-vehwFMSKlp .card-wrapper {
  position: relative;
  z-index: 1;
  padding: 72px 72px 280px 72px;
  background-color: #730f34;
  border: 2px solid #3a001d;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vehwFMSKlp .card-wrapper {
    padding: 22px 22px 180px 22px;
  }
}
.cid-vehwFMSKlp .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 2px solid #3a001d;
  background-color: #ea3d5b;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vehwFMSKlp .card-wrapper .label-wrapper .mbr-label {
    margin-bottom: 22px;
  }
}
.cid-vehwFMSKlp .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vehwFMSKlp .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-vehwFMSKlp .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vehwFMSKlp .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vehwFMSKlp .image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: -8rem;
  position: relative;
  z-index: 1;
}
.cid-vehwFMSKlp .image-wrapper img {
  height: 510px;
  width: 58%;
  object-fit: cover;
  border: 2px solid #3a001d;
  border-bottom: none;
  box-shadow: 0 18px 0 #3a001d;
  background-color: #3a001d;
}
@media (max-width: 1440px) {
  .cid-vehwFMSKlp .image-wrapper img {
    width: 68%;
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-vehwFMSKlp .image-wrapper img {
    height: 350px;
    width: 90%;
  }
}
@media (max-width: 425px) {
  .cid-vehwFMSKlp .image-wrapper img {
    height: 300px;
  }
}
.cid-vehwFMSKlp .mbr-label,
.cid-vehwFMSKlp .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vehwFMSKlp .mbr-section-title {
  color: #fffaf0;
}
.cid-vehwFMSKlp .mbr-text,
.cid-vehwFMSKlp .text-wrapper {
  color: #fffaf0;
  text-align: center;
}
.cid-vehwFMSKlp .mbr-section-title,
.cid-vehwFMSKlp .title-wrapper,
.cid-vehwFMSKlp .mbr-section-btn {
  text-align: center;
}
.cid-vehwFNi243 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf0;
}
.cid-vehwFNi243 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vehwFNi243 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vehwFNi243 .content-wrapper {
  margin-bottom: 88px;
}
@media (max-width: 992px) {
  .cid-vehwFNi243 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vehwFNi243 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-vehwFNi243 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vehwFNi243 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vehwFNi243 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vehwFNi243 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 22px;
}
@media (max-width: 1440px) {
  .cid-vehwFNi243 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vehwFNi243 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vehwFNi243 .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-vehwFNi243 .items-wrapper .item .item-wrapper {
  height: 100%;
  border: 2px solid #3a001d;
  background-color: #f7efdf;
  padding: 25px;
}
@media (max-width: 992px) {
  .cid-vehwFNi243 .items-wrapper .item .item-wrapper {
    padding: 22px;
  }
}
.cid-vehwFNi243 .items-wrapper .item .item-wrapper .item-content .item-number {
  margin-bottom: 0;
}
.cid-vehwFNi243 .items-wrapper .item .item-wrapper .item-content .item-desc {
  margin-top: 22px;
  margin-bottom: 0;
}
.cid-vehwFNi243 .mbr-section-title,
.cid-vehwFNi243 .title-wrapper {
  color: #3a001d;
  text-align: center;
}
.cid-vehwFNi243 .mbr-text,
.cid-vehwFNi243 .text-wrapper {
  color: #3a001d;
  text-align: center;
}
.cid-vehwFNi243 .item-number {
  color: #3a001d;
}
.cid-vehwFNi243 .item-desc {
  color: #3a001d;
}
.cid-vehwFNMRqe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f78b9e;
}
.cid-vehwFNMRqe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vehwFNMRqe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vehwFNMRqe .content-wrapper .label-wrapper .mbr-label {
  margin-bottom: 42px;
  text-shadow: 0 8px 0 #3a001d;
}
.cid-vehwFNMRqe .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 32px;
  text-shadow: 0 5px 0 #c21937;
}
@media (max-width: 992px) {
  .cid-vehwFNMRqe .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-vehwFNMRqe .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vehwFNMRqe .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vehwFNMRqe .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vehwFNMRqe .mbr-label {
  color: #fffaf0;
  text-align: center;
}
.cid-vehwFNMRqe .mbr-section-title {
  color: #fffaf0;
}
.cid-vehwFNMRqe .mbr-text,
.cid-vehwFNMRqe .text-wrapper {
  color: #3a001d;
  text-align: center;
}
.cid-vehwFNMRqe .mbr-section-title,
.cid-vehwFNMRqe .mbr-section-btn,
.cid-vehwFNMRqe .title-wrapper {
  text-align: center;
}
.cid-vehwFO9OHg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf0;
}
.cid-vehwFO9OHg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vehwFO9OHg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vehwFO9OHg .row {
  margin: 0 -45px;
}
.cid-vehwFO9OHg .row .card {
  padding: 0 45px;
}
.cid-vehwFO9OHg .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 12px;
}
.cid-vehwFO9OHg .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vehwFO9OHg .content-wrapper {
  padding-left: 66px;
}
@media (max-width: 1440px) {
  .cid-vehwFO9OHg .content-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-vehwFO9OHg .content-wrapper {
    margin-bottom: 22px;
  }
}
.cid-vehwFO9OHg .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #3a001d;
  background-color: #f7efdf;
  margin-bottom: 22px;
}
.cid-vehwFO9OHg .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vehwFO9OHg .mbr-label {
  color: #3a001d;
}
.cid-vehwFO9OHg .mbr-section-title {
  color: #3a001d;
}
.cid-vehwFO9OHg .mbr-text {
  color: #3a001d;
}
.cid-vehwFOu7TU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf0;
}
.cid-vehwFOu7TU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vehwFOu7TU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vehwFOu7TU .row {
  margin: 0 -45px;
}
.cid-vehwFOu7TU .row .card {
  padding: 0 45px;
}
.cid-vehwFOu7TU .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
@media (max-width: 1640px) {
  .cid-vehwFOu7TU .items-wrapper {
    display: block;
  }
}
.cid-vehwFOu7TU .items-wrapper .item {
  padding-top: 64px;
}
@media (max-width: 1640px) {
  .cid-vehwFOu7TU .items-wrapper .item {
    margin-bottom: 22px;
  }
}
.cid-vehwFOu7TU .items-wrapper .item:hover .item-wrapper,
.cid-vehwFOu7TU .items-wrapper .item:focus .item-wrapper {
  transform: scale(1.03);
}
.cid-vehwFOu7TU .items-wrapper .item .item-wrapper {
  height: 100%;
  border: 2px solid #3a001d;
  background-color: #f7efdf;
  padding: 25px 25px 32px;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vehwFOu7TU .items-wrapper .item .item-wrapper {
    padding: 22px;
  }
}
.cid-vehwFOu7TU .items-wrapper .item .item-wrapper .image-wrap {
  margin-bottom: 32px;
  margin-top: -90px;
}
.cid-vehwFOu7TU .items-wrapper .item .item-wrapper .image-wrap .item-img {
  display: inline-flex;
  width: 118px;
  height: 118px;
  min-width: 118px;
  border: 2px solid #3a001d;
  box-shadow: 0 11px 0 #3a001d;
  border-radius: 100% !important;
}
.cid-vehwFOu7TU .items-wrapper .item .item-wrapper .image-wrap .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #fecb66;
}
.cid-vehwFOu7TU .items-wrapper .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-vehwFOu7TU .items-wrapper .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-vehwFOu7TU .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-vehwFOu7TU .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vehwFOu7TU .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vehwFOu7TU .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #3a001d;
  background-color: #f7efdf;
  margin-bottom: 22px;
}
.cid-vehwFOu7TU .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 22px;
}
@media (max-width: 1440px) {
  .cid-vehwFOu7TU .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vehwFOu7TU .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vehwFOu7TU .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vehwFOu7TU .mbr-label {
  color: #3a001d;
}
.cid-vehwFOu7TU .mbr-section-title {
  color: #3a001d;
}
.cid-vehwFOu7TU .mbr-text {
  color: #3a001d;
}
.cid-vehwFOu7TU .item-name {
  color: #3a001d;
}
.cid-vehwFOu7TU .item-role {
  color: #3a001d;
  text-align: center;
}
.cid-vehwFOu7TU .item-text {
  color: #3a001d;
  text-align: center;
}
.cid-vehwFOu7TU .item-name,
.cid-vehwFOu7TU .image-wrap,
.cid-vehwFOu7TU .mbr-section-btn {
  text-align: center;
}
.cid-vehwFPcj0g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf0;
}
.cid-vehwFPcj0g .mbr-fallback-image.disabled {
  display: none;
}
.cid-vehwFPcj0g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vehwFPcj0g .row {
  margin: 0 -45px;
}
.cid-vehwFPcj0g .row .card {
  padding: 0 45px;
  justify-content: center;
}
.cid-vehwFPcj0g .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vehwFPcj0g .image-wrapper img {
  width: 500px;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vehwFPcj0g .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 992px) {
  .cid-vehwFPcj0g .image-wrapper img {
    height: 350px;
    width: 100%;
  }
}
@media (max-width: 425px) {
  .cid-vehwFPcj0g .image-wrapper img {
    height: 300px;
  }
}
.cid-vehwFPcj0g .content-wrapper {
  padding-left: 66px;
}
@media (max-width: 1440px) {
  .cid-vehwFPcj0g .content-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-vehwFPcj0g .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vehwFPcj0g .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #3a001d;
  background-color: #f7efdf;
  margin-bottom: 22px;
}
.cid-vehwFPcj0g .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-vehwFPcj0g .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 12px;
}
.cid-vehwFPcj0g .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vehwFPcj0g .mbr-label {
  color: #3a001d;
}
.cid-vehwFPcj0g .mbr-section-title {
  color: #3a001d;
}
.cid-vehwFPcj0g .mbr-text {
  color: #3a001d;
}
.cid-vehwFPBDc2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f78b9e;
}
.cid-vehwFPBDc2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vehwFPBDc2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vehwFPBDc2 .content-wrapper .label-wrapper .mbr-label {
  margin-bottom: 42px;
  text-shadow: 0 8px 0 #3a001d;
}
.cid-vehwFPBDc2 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 32px;
  text-shadow: 0 5px 0 #f78b9e;
}
@media (max-width: 992px) {
  .cid-vehwFPBDc2 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-vehwFPBDc2 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vehwFPBDc2 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vehwFPBDc2 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vehwFPBDc2 .mbr-label {
  color: #fffaf0;
  text-align: center;
}
.cid-vehwFPBDc2 .mbr-section-title {
  color: #fffaf0;
}
.cid-vehwFPBDc2 .mbr-text,
.cid-vehwFPBDc2 .text-wrapper {
  color: #3a001d;
  text-align: center;
}
.cid-vehwFPBDc2 .mbr-section-title,
.cid-vehwFPBDc2 .mbr-section-btn,
.cid-vehwFPBDc2 .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-vehwFPWlGl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf0;
}
.cid-vehwFPWlGl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vehwFPWlGl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vehwFPWlGl .row {
  margin: 0 -45px;
}
.cid-vehwFPWlGl .row .card {
  padding: 0 45px;
}
.cid-vehwFPWlGl .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-bottom: 72px;
}
@media (max-width: 1640px) {
  .cid-vehwFPWlGl .items-wrapper {
    display: block;
    margin-bottom: 0;
  }
}
.cid-vehwFPWlGl .items-wrapper .item:nth-child(2n) {
  transform: translateY(72px);
}
@media (max-width: 1640px) {
  .cid-vehwFPWlGl .items-wrapper .item:nth-child(2n) {
    transform: none;
  }
}
.cid-vehwFPWlGl .items-wrapper .item:hover .item-wrapper,
.cid-vehwFPWlGl .items-wrapper .item:focus .item-wrapper {
  transform: scale(1.03);
}
@media (max-width: 1640px) {
  .cid-vehwFPWlGl .items-wrapper .item {
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .cid-vehwFPWlGl .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-vehwFPWlGl .items-wrapper .item .item-wrapper {
  height: 100%;
  border: 10px solid #5d1c3a;
  background-color: #f7efdf;
  transition: all .3s ease;
  overflow: hidden;
  min-height: 380px;
}
.cid-vehwFPWlGl .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-vehwFPWlGl .items-wrapper .item .item-wrapper .item-content {
  padding: 25px 25px 32px 25px;
}
@media (max-width: 992px) {
  .cid-vehwFPWlGl .items-wrapper .item .item-wrapper .item-content {
    padding: 22px;
  }
}
.cid-vehwFPWlGl .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-vehwFPWlGl .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vehwFPWlGl .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vehwFPWlGl .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vehwFPWlGl .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #3a001d;
  background-color: #f7efdf;
  margin-bottom: 22px;
}
.cid-vehwFPWlGl .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-vehwFPWlGl .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vehwFPWlGl .mbr-label {
  color: #3a001d;
}
.cid-vehwFPWlGl .mbr-section-title {
  color: #3a001d;
  text-align: center;
}
.cid-vehwFPWlGl .mbr-text {
  color: #3a001d;
}
.cid-vehwFPWlGl .item-title {
  color: #3a001d;
}
.cid-vehwFPWlGl .item-text {
  color: #3a001d;
}
.cid-vehwFPWlGl .mbr-text,
.cid-vehwFPWlGl .text-wrapper {
  text-align: center;
}
.cid-vehwFPWlGl .item-title,
.cid-vehwFPWlGl .mbr-section-btn {
  text-align: center;
}
.cid-vehwFQxHfr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf0;
}
.cid-vehwFQxHfr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vehwFQxHfr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vehwFQxHfr .row {
  margin: 0 -45px;
}
.cid-vehwFQxHfr .row .card {
  padding: 0 45px;
}
.cid-vehwFQxHfr .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 12px;
}
.cid-vehwFQxHfr .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vehwFQxHfr .content-wrapper {
  padding-left: 66px;
}
@media (max-width: 1440px) {
  .cid-vehwFQxHfr .content-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-vehwFQxHfr .content-wrapper {
    margin-bottom: 22px;
  }
}
.cid-vehwFQxHfr .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #3a001d;
  background-color: #f7efdf;
  margin-bottom: 22px;
}
.cid-vehwFQxHfr .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vehwFQxHfr .mbr-label {
  color: #3a001d;
}
.cid-vehwFQxHfr .mbr-section-title {
  color: #3a001d;
}
.cid-vehwFQxHfr .mbr-text {
  color: #3a001d;
}
.cid-vehwFRwksv {
  background-image: url("../../../assets/images/new6.webp");
}
.cid-vehwFRwksv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vehwFRwksv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vehwFRwksv .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-vehwFRwksv .image-wrap {
    height: 350px;
  }
}
.cid-vehwFRV28t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf0;
}
.cid-vehwFRV28t .mbr-fallback-image.disabled {
  display: none;
}
.cid-vehwFRV28t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vehwFRV28t .row {
  margin: 0 -11px;
}
.cid-vehwFRV28t .row .card {
  padding: 0 11px;
}
.cid-vehwFRV28t .content-wrapper {
  margin-bottom: 88px;
}
@media (max-width: 992px) {
  .cid-vehwFRV28t .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vehwFRV28t .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-vehwFRV28t .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vehwFRV28t .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vehwFRV28t .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vehwFRV28t .image-wrapper {
  padding-left: 66px;
}
@media (max-width: 1440px) {
  .cid-vehwFRV28t .image-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-vehwFRV28t .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vehwFRV28t .image-wrapper img {
  width: 100%;
  height: 500px;
  border: 2px solid #3a001d;
  box-shadow: 0 16px 0 #3a001d;
  background-color: #3a001d;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vehwFRV28t .image-wrapper img {
    height: 350px;
    width: 100%;
  }
}
@media (max-width: 425px) {
  .cid-vehwFRV28t .image-wrapper img {
    height: 300px;
  }
}
.cid-vehwFRV28t .panel-group {
  padding-right: 66px;
}
@media (max-width: 1440px) {
  .cid-vehwFRV28t .panel-group {
    padding-right: 0;
  }
}
.cid-vehwFRV28t .panel-group .card {
  position: relative;
  padding: 0;
  background-color: transparent;
  border: 2px solid #3a001d;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-bottom: 11px;
}
@media (max-width: 992px) {
  .cid-vehwFRV28t .panel-group .card {
    margin-bottom: 16px;
  }
}
.cid-vehwFRV28t .panel-group .card .card-header {
  border: none;
  border-radius: 0;
  padding: 22px 42px;
  background-color: #f7efdf;
}
@media (max-width: 992px) {
  .cid-vehwFRV28t .panel-group .card .card-header {
    padding: 22px;
  }
}
.cid-vehwFRV28t .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-vehwFRV28t .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vehwFRV28t .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 22px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  opacity: .5;
}
.cid-vehwFRV28t .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #3a001d;
}
.cid-vehwFRV28t .panel-group .card .card-header .panel-title:hover .icon-wrapper {
  opacity: 1;
}
.cid-vehwFRV28t .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-vehwFRV28t .panel-group .card .panel-collapse .panel-body {
  padding: 22px 32px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vehwFRV28t .panel-group .card .panel-collapse .panel-body {
    padding: 22px;
  }
}
.cid-vehwFRV28t .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vehwFRV28t .mbr-section-title,
.cid-vehwFRV28t .title-wrapper {
  color: #3a001d;
  text-align: center;
}
.cid-vehwFRV28t .mbr-text,
.cid-vehwFRV28t .text-wrapper {
  color: #3a001d;
  text-align: center;
}
.cid-vehwFRV28t .panel-title-edit {
  color: #3a001d;
}
.cid-vehwFRV28t .panel-text {
  color: #3a001d;
}
.cid-vehwFSC2pN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf0;
}
.cid-vehwFSC2pN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vehwFSC2pN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vehwFSC2pN .content-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vehwFSC2pN .content-wrapper .card-wrapper {
  background-color: #f7efdf;
  border: 2px solid #3a001d;
  width: 58%;
  padding: 82px;
  -webkit-flex: inherit;
  background-image: linear-gradient(transparent 50%, #fae3b7);
}
@media (max-width: 1440px) {
  .cid-vehwFSC2pN .content-wrapper .card-wrapper {
    width: 68%;
    padding: 25px;
  }
}
@media (max-width: 992px) {
  .cid-vehwFSC2pN .content-wrapper .card-wrapper {
    width: 100%;
    padding: 22px;
  }
}
.cid-vehwFSC2pN .content-wrapper .card-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vehwFSC2pN .content-wrapper .card-wrapper .logo-wrapper {
    margin-bottom: 22px;
  }
}
.cid-vehwFSC2pN .content-wrapper .card-wrapper .logo-wrapper img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  display: inline-block;
}
.cid-vehwFSC2pN .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vehwFSC2pN .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-vehwFSC2pN .content-wrapper .card-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vehwFSC2pN .content-wrapper .card-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cid-vehwFSC2pN .content-wrapper .card-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vehwFSC2pN .content-wrapper .card-wrapper .list .item-wrap:hover,
.cid-vehwFSC2pN .content-wrapper .card-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-vehwFSC2pN .mbr-section-title {
  color: #3a001d;
}
.cid-vehwFSC2pN .list {
  color: #3a001d;
  text-align: center;
}
.cid-vehwFSC2pN .mbr-section-title,
.cid-vehwFSC2pN .title-wrapper,
.cid-vehwFSC2pN .logo-wrapper {
  text-align: center;
}
.cid-vehEEg0e0z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f4f0;
}
.cid-vehEEg0e0z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vehEEg0e0z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vehEEg0e0z .card-wrapper {
  padding: 0 162px;
}
@media (max-width: 1440px) {
  .cid-vehEEg0e0z .card-wrapper {
    padding: 0 66px;
  }
}
@media (max-width: 992px) {
  .cid-vehEEg0e0z .card-wrapper {
    padding: 0;
  }
}
.cid-vehEEg0e0z .content-wrap {
  margin-bottom: 66px;
}
@media (max-width: 992px) {
  .cid-vehEEg0e0z .content-wrap {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vehEEg0e0z .content-wrap .label-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vehEEg0e0z .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.cid-vehEEg0e0z .content-wrap .label-wrapper .label-wrap .line-wrap {
  height: 6px;
  width: 96px;
  background-image: linear-gradient(90deg, #004aad 0, transparent 100%);
}
.cid-vehEEg0e0z .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vehEEg0e0z .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vehEEg0e0z .content-wrap .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vehEEg0e0z .panel-group .card {
  position: relative;
  padding: 0;
  border: 1px solid #b2c9e6;
  background-color: transparent;
  overflow: hidden;
}
.cid-vehEEg0e0z .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vehEEg0e0z .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-vehEEg0e0z .panel-group .card .card-header .panel-title {
    padding: 20px;
  }
}
.cid-vehEEg0e0z .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-vehEEg0e0z .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #004aad;
}
.cid-vehEEg0e0z .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vehEEg0e0z .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-vehEEg0e0z .panel-group .card .panel-collapse .panel-body {
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-vehEEg0e0z .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 20px 20px;
    display: block;
  }
}
.cid-vehEEg0e0z .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vehEEg0e0z .mbr-label {
  color: #004aad;
}
.cid-vehEEg0e0z .mbr-section-title {
  color: #004aad;
}
.cid-vehEEg0e0z .mbr-text {
  color: #004aad;
}
.cid-vehEEg0e0z .panel-title-edit {
  color: #004aad;
}
.cid-vehEEg0e0z .panel-text {
  color: #004aad;
}
.cid-vehwFT3Z0p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf0;
}
.cid-vehwFT3Z0p .mbr-fallback-image.disabled {
  display: none;
}
.cid-vehwFT3Z0p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vehwFT3Z0p .card-wrapper {
  position: relative;
  z-index: 1;
  border: 2px solid #3a001d !important;
  background-color: #3a001d;
}
.cid-vehwFT3Z0p .card-wrapper .google-map iframe {
  height: 650px;
}
@media (max-width: 1440px) {
  .cid-vehwFT3Z0p .card-wrapper .google-map iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-vehwFT3Z0p .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-vehwFT3Z0p .decoration-wrapper {
  position: relative;
  width: 100%;
  height: 150px;
}
.cid-vehwFT3Z0p .decoration-wrapper .card-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #3a001d;
}
.cid-vehwFT3Z0p .decoration-wrapper .decor_1 {
  background-color: #ff6f89;
  bottom: 0;
}
.cid-vehwFT3Z0p .decoration-wrapper .decor_2 {
  background-color: #ea3d5b;
  bottom: 70px;
}
.cid-vehwFT3Z0p .decoration-wrapper .decor_3 {
  background-color: #9a1436;
  bottom: 120px;
}
.cid-vehwFTxEUC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vehwFTxEUC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vehwFTxEUC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vehwFTxEUC .container-wrapper {
  position: absolute;
  width: 100%;
  height: 80%;
}
.cid-vehwFTxEUC .container-wrapper .container-wrap {
  width: 100%;
  height: 100%;
  background-color: #feef79;
}
.cid-vehwFTxEUC .content-wrapper {
  padding: 45px 0;
  position: relative;
  z-index: 1;
}
.cid-vehwFTxEUC .card {
  justify-content: center;
}
.cid-vehwFTxEUC .nav-wrap {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vehwFTxEUC .nav-wrap {
    margin-bottom: 30px;
    padding: 0 20px;
  }
}
.cid-vehwFTxEUC .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vehwFTxEUC .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 15px;
  transition: all 0.5s ease-in-out;
}
.cid-vehwFTxEUC .nav-wrap .list .item-wrap:hover,
.cid-vehwFTxEUC .nav-wrap .list .item-wrap:focus {
  color: #b93e5d;
}
.cid-vehwFTxEUC .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vehwFTxEUC .content-wrap {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vehwFTxEUC .content-wrap {
    margin-bottom: 30px;
    padding: 0 20px;
  }
}
.cid-vehwFTxEUC .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vehwFTxEUC .content-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vehwFTxEUC .content-wrap .social-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vehwFTxEUC .content-wrap .social-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vehwFTxEUC .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
.cid-vehwFTxEUC .content-wrap .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 100%;
}
.cid-vehwFTxEUC .content-wrap .social-wrapper .social-wrap .soc-item:hover .mbr-iconfont,
.cid-vehwFTxEUC .content-wrap .social-wrapper .social-wrap .soc-item:focus .mbr-iconfont {
  color: #2f1d41 !important;
}
.cid-vehwFTxEUC .content-wrap .social-wrapper .social-wrap .soc-item:hover a .mbr-iconfont,
.cid-vehwFTxEUC .content-wrap .social-wrapper .social-wrap .soc-item:focus a .mbr-iconfont {
  color: #2f1d41 !important;
}
.cid-vehwFTxEUC .content-wrap .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vehwFTxEUC .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
  transition: all .5s ease;
}
.cid-vehwFTxEUC .content-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vehwFTxEUC .content-wrap .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vehwFTxEUC .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vehwFTxEUC .mbr-copy {
    padding: 0 20px;
  }
}
.cid-vehwFTxEUC .mbr-section-title {
  color: #3a353e;
}
.cid-vehwFTxEUC .mbr-section-subtitle {
  color: #3a353e;
  text-align: center;
}
.cid-vehwFTxEUC .list {
  color: #3a353e;
  text-align: center;
}
.cid-vehwFTxEUC .mbr-section-title,
.cid-vehwFTxEUC .mbr-section-btn,
.cid-vehwFTxEUC .social-wrapper {
  text-align: center;
}
.cid-vehzQCPdvv {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vehzQCPdvv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vehzQCPdvv .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vehzQCPdvv .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-vehzQCPdvv .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vehzQCPdvv .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-vehzQCPdvv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vehzQCPdvv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vehzQCPdvv .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-vehzQCPdvv .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-vehzQCPdvv .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vehzQCPdvv .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-vehzQCPdvv .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-vehzQCPdvv .navbar-nav .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-vehzQCPdvv .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vehzQCPdvv .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vehzQCPdvv .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #f7efdf;
}
.cid-vehzQCPdvv .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vehzQCPdvv .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  margin-right: 10px !important;
  border-radius: 5px !important;
}
.cid-vehzQCPdvv .navbar-caption {
  padding-left: 0;
  padding-right: 20px;
  font-weight: 700;
  text-shadow: 0 5px 0 #fffaf0;
}
@media (max-width: 992px) {
  .cid-vehzQCPdvv .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-vehzQCPdvv .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vehzQCPdvv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-vehzQCPdvv .container,
.cid-vehzQCPdvv .container-fluid {
  display: flex;
  height: 105px;
  padding: .5rem 16px .5rem 16px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f7efdf;
}
@media (max-width: 992px) {
  .cid-vehzQCPdvv .container,
  .cid-vehzQCPdvv .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vehzQCPdvv .container,
  .cid-vehzQCPdvv .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vehzQCPdvv .container-fluid {
  margin-left: 32px;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-vehzQCPdvv .container-fluid {
    margin-left: 16px;
    margin-right: 16px;
  }
}
.cid-vehzQCPdvv .iconfont-wrapper {
  color: #fffaf0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vehzQCPdvv .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-vehzQCPdvv .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-vehzQCPdvv .nav-item:focus,
.cid-vehzQCPdvv .nav-link:focus {
  outline: none;
}
.cid-vehzQCPdvv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vehzQCPdvv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vehzQCPdvv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vehzQCPdvv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vehzQCPdvv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vehzQCPdvv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vehzQCPdvv .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vehzQCPdvv .navbar.opened {
  transition: all 0.3s;
}
.cid-vehzQCPdvv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vehzQCPdvv .navbar .navbar-logo img {
  width: auto;
}
.cid-vehzQCPdvv .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-vehzQCPdvv .navbar.collapsed {
  justify-content: center;
}
.cid-vehzQCPdvv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vehzQCPdvv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vehzQCPdvv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vehzQCPdvv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vehzQCPdvv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vehzQCPdvv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vehzQCPdvv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vehzQCPdvv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vehzQCPdvv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vehzQCPdvv .navbar {
    min-height: 72px;
  }
  .cid-vehzQCPdvv .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vehzQCPdvv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vehzQCPdvv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vehzQCPdvv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vehzQCPdvv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vehzQCPdvv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vehzQCPdvv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vehzQCPdvv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vehzQCPdvv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vehzQCPdvv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vehzQCPdvv .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vehzQCPdvv .dropdown-item.active,
.cid-vehzQCPdvv .dropdown-item:active {
  background-color: transparent;
}
.cid-vehzQCPdvv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vehzQCPdvv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vehzQCPdvv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vehzQCPdvv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vehzQCPdvv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vehzQCPdvv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vehzQCPdvv .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vehzQCPdvv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vehzQCPdvv .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vehzQCPdvv .navbar-buttons {
    text-align: left;
  }
}
.cid-vehzQCPdvv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vehzQCPdvv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3a001d;
}
.cid-vehzQCPdvv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vehzQCPdvv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vehzQCPdvv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vehzQCPdvv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vehzQCPdvv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vehzQCPdvv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vehzQCPdvv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vehzQCPdvv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vehzQCPdvv .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vehzQCPdvv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vehzQCPdvv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vehzQCPdvv .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-vehzQCPdvv .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-vehzQCPdvv .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #3a001d;
  color: #fffaf0;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vehzQCPdvv .navbar {
    height: 70px;
  }
  .cid-vehzQCPdvv .navbar.opened {
    height: auto;
  }
  .cid-vehzQCPdvv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vehzQCPdvv .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vehzQCPdvv .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vehzQCPdvv .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vehzQCPdvv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vehzQCPdvv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vehzQCPdvv .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vehzQCPdvv .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vehzQCPdvv .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-vehzQCPdvv .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vehzQCPdvv .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vehzQCPdvv .navbar-brand {
    margin-right: auto;
  }
  .cid-vehzQCPdvv .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7efdf;
    backdrop-filter: blur(8px);
  }
  .cid-vehzQCPdvv .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vehzQCPdvv .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vehzQCPdvv .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vehzQCPdvv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vehzQCPdvv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vehzQCPdvv .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vehzQCPdvv .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vehzQCPdvv .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vehzQCPdvv .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vehzQCPdvv .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vehzQCPdvv .content-wrap {
    display: block;
  }
}
.cid-vehzQE3KCA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf0;
}
.cid-vehzQE3KCA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vehzQE3KCA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vehzQE3KCA .decoration-wrapper {
  position: relative;
  width: 100%;
  height: 150px;
}
.cid-vehzQE3KCA .decoration-wrapper .card-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #3a001d;
}
.cid-vehzQE3KCA .decoration-wrapper .decor_1 {
  background-color: #ff6f89;
  top: 0;
}
.cid-vehzQE3KCA .decoration-wrapper .decor_2 {
  background-color: #ea3d5b;
  top: 70px;
}
.cid-vehzQE3KCA .decoration-wrapper .decor_3 {
  background-color: #9a1436;
  top: 120px;
}
.cid-vehzQE3KCA .card-wrapper {
  position: relative;
  z-index: 1;
  padding: 72px 72px 280px 72px;
  background-color: #730f34;
  border: 2px solid #3a001d;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vehzQE3KCA .card-wrapper {
    padding: 22px 22px 180px 22px;
  }
}
.cid-vehzQE3KCA .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 2px solid #3a001d;
  background-color: #ea3d5b;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vehzQE3KCA .card-wrapper .label-wrapper .mbr-label {
    margin-bottom: 22px;
  }
}
.cid-vehzQE3KCA .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vehzQE3KCA .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-vehzQE3KCA .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vehzQE3KCA .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vehzQE3KCA .image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: -8rem;
  position: relative;
  z-index: 1;
}
.cid-vehzQE3KCA .image-wrapper img {
  height: 510px;
  width: 58%;
  object-fit: cover;
  border: 2px solid #3a001d;
  border-bottom: none;
  box-shadow: 0 18px 0 #3a001d;
  background-color: #3a001d;
}
@media (max-width: 1440px) {
  .cid-vehzQE3KCA .image-wrapper img {
    width: 68%;
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-vehzQE3KCA .image-wrapper img {
    height: 350px;
    width: 90%;
  }
}
@media (max-width: 425px) {
  .cid-vehzQE3KCA .image-wrapper img {
    height: 300px;
  }
}
.cid-vehzQE3KCA .mbr-label,
.cid-vehzQE3KCA .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vehzQE3KCA .mbr-section-title {
  color: #fffaf0;
}
.cid-vehzQE3KCA .mbr-text,
.cid-vehzQE3KCA .text-wrapper {
  color: #fffaf0;
  text-align: center;
}
.cid-vehzQE3KCA .mbr-section-title,
.cid-vehzQE3KCA .title-wrapper,
.cid-vehzQE3KCA .mbr-section-btn {
  text-align: center;
}
.cid-vehzQFcZ55 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf0;
}
.cid-vehzQFcZ55 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vehzQFcZ55 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vehzQFcZ55 .content-wrapper {
  margin-bottom: 88px;
}
@media (max-width: 992px) {
  .cid-vehzQFcZ55 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vehzQFcZ55 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-vehzQFcZ55 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vehzQFcZ55 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vehzQFcZ55 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vehzQFcZ55 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 22px;
}
@media (max-width: 1440px) {
  .cid-vehzQFcZ55 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vehzQFcZ55 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vehzQFcZ55 .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-vehzQFcZ55 .items-wrapper .item .item-wrapper {
  height: 100%;
  border: 2px solid #3a001d;
  background-color: #f7efdf;
  padding: 25px;
}
@media (max-width: 992px) {
  .cid-vehzQFcZ55 .items-wrapper .item .item-wrapper {
    padding: 22px;
  }
}
.cid-vehzQFcZ55 .items-wrapper .item .item-wrapper .item-content .item-number {
  margin-bottom: 0;
}
.cid-vehzQFcZ55 .items-wrapper .item .item-wrapper .item-content .item-desc {
  margin-top: 22px;
  margin-bottom: 0;
}
.cid-vehzQFcZ55 .mbr-section-title,
.cid-vehzQFcZ55 .title-wrapper {
  color: #3a001d;
  text-align: center;
}
.cid-vehzQFcZ55 .mbr-text,
.cid-vehzQFcZ55 .text-wrapper {
  color: #3a001d;
  text-align: center;
}
.cid-vehzQFcZ55 .item-number {
  color: #3a001d;
}
.cid-vehzQFcZ55 .item-desc {
  color: #3a001d;
}
.cid-vehzQFQrql {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f78b9e;
}
.cid-vehzQFQrql .mbr-fallback-image.disabled {
  display: none;
}
.cid-vehzQFQrql .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vehzQFQrql .content-wrapper .label-wrapper .mbr-label {
  margin-bottom: 42px;
  text-shadow: 0 8px 0 #3a001d;
}
.cid-vehzQFQrql .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 32px;
  text-shadow: 0 5px 0 #c21937;
}
@media (max-width: 992px) {
  .cid-vehzQFQrql .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-vehzQFQrql .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vehzQFQrql .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vehzQFQrql .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vehzQFQrql .mbr-label {
  color: #fffaf0;
  text-align: center;
}
.cid-vehzQFQrql .mbr-section-title {
  color: #fffaf0;
}
.cid-vehzQFQrql .mbr-text,
.cid-vehzQFQrql .text-wrapper {
  color: #3a001d;
  text-align: center;
}
.cid-vehzQFQrql .mbr-section-title,
.cid-vehzQFQrql .mbr-section-btn,
.cid-vehzQFQrql .title-wrapper {
  text-align: center;
}
.cid-vehDCW8wpi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf0;
}
.cid-vehDCW8wpi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vehDCW8wpi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vehDCW8wpi .image-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vehDCW8wpi .image-wrapper img {
  height: 650px;
  border: 2px solid #3a001d;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vehDCW8wpi .image-wrapper img {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-vehDCW8wpi .image-wrapper img {
    height: 350px;
  }
}
.cid-vehDCW8wpi .decoration-wrapper {
  position: relative;
  width: 100%;
  height: 150px;
}
.cid-vehDCW8wpi .decoration-wrapper .card-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #3a001d;
}
.cid-vehDCW8wpi .decoration-wrapper .decor_1 {
  background-color: #ff6f89;
  bottom: 0;
}
.cid-vehDCW8wpi .decoration-wrapper .decor_2 {
  background-color: #ea3d5b;
  bottom: 70px;
}
.cid-vehDCW8wpi .decoration-wrapper .decor_3 {
  background-color: #9a1436;
  bottom: 120px;
}
.cid-vehzQGciGQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf0;
}
.cid-vehzQGciGQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vehzQGciGQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vehzQGciGQ .row {
  margin: 0 -45px;
}
.cid-vehzQGciGQ .row .card {
  padding: 0 45px;
}
.cid-vehzQGciGQ .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 12px;
}
.cid-vehzQGciGQ .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vehzQGciGQ .content-wrapper {
  padding-left: 66px;
}
@media (max-width: 1440px) {
  .cid-vehzQGciGQ .content-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-vehzQGciGQ .content-wrapper {
    margin-bottom: 22px;
  }
}
.cid-vehzQGciGQ .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #3a001d;
  background-color: #f7efdf;
  margin-bottom: 22px;
}
.cid-vehzQGciGQ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vehzQGciGQ .mbr-label {
  color: #3a001d;
}
.cid-vehzQGciGQ .mbr-section-title {
  color: #3a001d;
}
.cid-vehzQGciGQ .mbr-text {
  color: #3a001d;
}
.cid-vehzQGD5Rw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf0;
}
.cid-vehzQGD5Rw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vehzQGD5Rw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vehzQGD5Rw .row {
  margin: 0 -45px;
}
.cid-vehzQGD5Rw .row .card {
  padding: 0 45px;
}
.cid-vehzQGD5Rw .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
@media (max-width: 1640px) {
  .cid-vehzQGD5Rw .items-wrapper {
    display: block;
  }
}
.cid-vehzQGD5Rw .items-wrapper .item {
  padding-top: 64px;
}
@media (max-width: 1640px) {
  .cid-vehzQGD5Rw .items-wrapper .item {
    margin-bottom: 22px;
  }
}
.cid-vehzQGD5Rw .items-wrapper .item:hover .item-wrapper,
.cid-vehzQGD5Rw .items-wrapper .item:focus .item-wrapper {
  transform: scale(1.03);
}
.cid-vehzQGD5Rw .items-wrapper .item .item-wrapper {
  height: 100%;
  border: 2px solid #3a001d;
  background-color: #f7efdf;
  padding: 25px 25px 32px;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vehzQGD5Rw .items-wrapper .item .item-wrapper {
    padding: 22px;
  }
}
.cid-vehzQGD5Rw .items-wrapper .item .item-wrapper .image-wrap {
  margin-bottom: 32px;
  margin-top: -90px;
}
.cid-vehzQGD5Rw .items-wrapper .item .item-wrapper .image-wrap .item-img {
  display: inline-flex;
  width: 118px;
  height: 118px;
  min-width: 118px;
  border: 2px solid #3a001d;
  box-shadow: 0 11px 0 #3a001d;
  border-radius: 100% !important;
}
.cid-vehzQGD5Rw .items-wrapper .item .item-wrapper .image-wrap .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #fecb66;
}
.cid-vehzQGD5Rw .items-wrapper .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-vehzQGD5Rw .items-wrapper .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-vehzQGD5Rw .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-vehzQGD5Rw .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vehzQGD5Rw .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vehzQGD5Rw .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #3a001d;
  background-color: #f7efdf;
  margin-bottom: 22px;
}
.cid-vehzQGD5Rw .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 22px;
}
@media (max-width: 1440px) {
  .cid-vehzQGD5Rw .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vehzQGD5Rw .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vehzQGD5Rw .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vehzQGD5Rw .mbr-label {
  color: #3a001d;
}
.cid-vehzQGD5Rw .mbr-section-title {
  color: #3a001d;
}
.cid-vehzQGD5Rw .mbr-text {
  color: #3a001d;
}
.cid-vehzQGD5Rw .item-name {
  color: #3a001d;
}
.cid-vehzQGD5Rw .item-role {
  color: #3a001d;
  text-align: center;
}
.cid-vehzQGD5Rw .item-text {
  color: #3a001d;
  text-align: center;
}
.cid-vehzQGD5Rw .item-name,
.cid-vehzQGD5Rw .image-wrap,
.cid-vehzQGD5Rw .mbr-section-btn {
  text-align: center;
}
.cid-vehzQHjOxh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf0;
}
.cid-vehzQHjOxh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vehzQHjOxh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vehzQHjOxh .row {
  margin: 0 -45px;
}
.cid-vehzQHjOxh .row .card {
  padding: 0 45px;
  justify-content: center;
}
.cid-vehzQHjOxh .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vehzQHjOxh .image-wrapper img {
  width: 500px;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vehzQHjOxh .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 992px) {
  .cid-vehzQHjOxh .image-wrapper img {
    height: 350px;
    width: 100%;
  }
}
@media (max-width: 425px) {
  .cid-vehzQHjOxh .image-wrapper img {
    height: 300px;
  }
}
.cid-vehzQHjOxh .content-wrapper {
  padding-left: 66px;
}
@media (max-width: 1440px) {
  .cid-vehzQHjOxh .content-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-vehzQHjOxh .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vehzQHjOxh .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #3a001d;
  background-color: #f7efdf;
  margin-bottom: 22px;
}
.cid-vehzQHjOxh .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-vehzQHjOxh .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 12px;
}
.cid-vehzQHjOxh .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vehzQHjOxh .mbr-label {
  color: #3a001d;
}
.cid-vehzQHjOxh .mbr-section-title {
  color: #3a001d;
}
.cid-vehzQHjOxh .mbr-text {
  color: #3a001d;
}
.cid-vehzQHS6tw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f78b9e;
}
.cid-vehzQHS6tw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vehzQHS6tw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vehzQHS6tw .content-wrapper .label-wrapper .mbr-label {
  margin-bottom: 42px;
  text-shadow: 0 8px 0 #3a001d;
}
.cid-vehzQHS6tw .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 32px;
  text-shadow: 0 5px 0 #f78b9e;
}
@media (max-width: 992px) {
  .cid-vehzQHS6tw .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-vehzQHS6tw .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vehzQHS6tw .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vehzQHS6tw .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vehzQHS6tw .mbr-label {
  color: #fffaf0;
  text-align: center;
}
.cid-vehzQHS6tw .mbr-section-title {
  color: #fffaf0;
}
.cid-vehzQHS6tw .mbr-text,
.cid-vehzQHS6tw .text-wrapper {
  color: #3a001d;
  text-align: center;
}
.cid-vehzQHS6tw .mbr-section-title,
.cid-vehzQHS6tw .mbr-section-btn,
.cid-vehzQHS6tw .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-vehzQIivaR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf0;
}
.cid-vehzQIivaR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vehzQIivaR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vehzQIivaR .row {
  margin: 0 -45px;
}
.cid-vehzQIivaR .row .card {
  padding: 0 45px;
}
.cid-vehzQIivaR .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-bottom: 72px;
}
@media (max-width: 1640px) {
  .cid-vehzQIivaR .items-wrapper {
    display: block;
    margin-bottom: 0;
  }
}
.cid-vehzQIivaR .items-wrapper .item:nth-child(2n) {
  transform: translateY(72px);
}
@media (max-width: 1640px) {
  .cid-vehzQIivaR .items-wrapper .item:nth-child(2n) {
    transform: none;
  }
}
.cid-vehzQIivaR .items-wrapper .item:hover .item-wrapper,
.cid-vehzQIivaR .items-wrapper .item:focus .item-wrapper {
  transform: scale(1.03);
}
@media (max-width: 1640px) {
  .cid-vehzQIivaR .items-wrapper .item {
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .cid-vehzQIivaR .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-vehzQIivaR .items-wrapper .item .item-wrapper {
  height: 100%;
  border: 10px solid #5d1c3a;
  background-color: #f7efdf;
  transition: all .3s ease;
  overflow: hidden;
  min-height: 380px;
}
.cid-vehzQIivaR .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-vehzQIivaR .items-wrapper .item .item-wrapper .item-content {
  padding: 25px 25px 32px 25px;
}
@media (max-width: 992px) {
  .cid-vehzQIivaR .items-wrapper .item .item-wrapper .item-content {
    padding: 22px;
  }
}
.cid-vehzQIivaR .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-vehzQIivaR .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vehzQIivaR .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vehzQIivaR .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vehzQIivaR .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #3a001d;
  background-color: #f7efdf;
  margin-bottom: 22px;
}
.cid-vehzQIivaR .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-vehzQIivaR .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vehzQIivaR .mbr-label {
  color: #3a001d;
}
.cid-vehzQIivaR .mbr-section-title {
  color: #3a001d;
  text-align: center;
}
.cid-vehzQIivaR .mbr-text {
  color: #3a001d;
}
.cid-vehzQIivaR .item-title {
  color: #3a001d;
}
.cid-vehzQIivaR .item-text {
  color: #3a001d;
}
.cid-vehzQIivaR .mbr-text,
.cid-vehzQIivaR .text-wrapper {
  text-align: center;
}
.cid-vehzQIivaR .item-title,
.cid-vehzQIivaR .mbr-section-btn {
  text-align: center;
}
.cid-vehzQIPScW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf0;
}
.cid-vehzQIPScW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vehzQIPScW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vehzQIPScW .row {
  margin: 0 -45px;
}
.cid-vehzQIPScW .row .card {
  padding: 0 45px;
}
.cid-vehzQIPScW .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 12px;
}
.cid-vehzQIPScW .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vehzQIPScW .content-wrapper {
  padding-left: 66px;
}
@media (max-width: 1440px) {
  .cid-vehzQIPScW .content-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-vehzQIPScW .content-wrapper {
    margin-bottom: 22px;
  }
}
.cid-vehzQIPScW .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #3a001d;
  background-color: #f7efdf;
  margin-bottom: 22px;
}
.cid-vehzQIPScW .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vehzQIPScW .mbr-label {
  color: #3a001d;
}
.cid-vehzQIPScW .mbr-section-title {
  color: #3a001d;
}
.cid-vehzQIPScW .mbr-text {
  color: #3a001d;
}
.cid-vehzQJcFoU {
  background-image: url("../../../assets/images/new8.webp");
}
.cid-vehzQJcFoU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vehzQJcFoU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vehzQJcFoU .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-vehzQJcFoU .image-wrap {
    height: 350px;
  }
}
.cid-vehzQJxb1a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf0;
}
.cid-vehzQJxb1a .mbr-fallback-image.disabled {
  display: none;
}
.cid-vehzQJxb1a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vehzQJxb1a .row {
  margin: 0 -11px;
}
.cid-vehzQJxb1a .row .card {
  padding: 0 11px;
}
.cid-vehzQJxb1a .content-wrapper {
  margin-bottom: 88px;
}
@media (max-width: 992px) {
  .cid-vehzQJxb1a .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vehzQJxb1a .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-vehzQJxb1a .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vehzQJxb1a .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vehzQJxb1a .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vehzQJxb1a .image-wrapper {
  padding-left: 66px;
}
@media (max-width: 1440px) {
  .cid-vehzQJxb1a .image-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-vehzQJxb1a .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vehzQJxb1a .image-wrapper img {
  width: 100%;
  height: 500px;
  border: 2px solid #3a001d;
  box-shadow: 0 16px 0 #3a001d;
  background-color: #3a001d;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vehzQJxb1a .image-wrapper img {
    height: 350px;
    width: 100%;
  }
}
@media (max-width: 425px) {
  .cid-vehzQJxb1a .image-wrapper img {
    height: 300px;
  }
}
.cid-vehzQJxb1a .panel-group {
  padding-right: 66px;
}
@media (max-width: 1440px) {
  .cid-vehzQJxb1a .panel-group {
    padding-right: 0;
  }
}
.cid-vehzQJxb1a .panel-group .card {
  position: relative;
  padding: 0;
  background-color: transparent;
  border: 2px solid #3a001d;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-bottom: 11px;
}
@media (max-width: 992px) {
  .cid-vehzQJxb1a .panel-group .card {
    margin-bottom: 16px;
  }
}
.cid-vehzQJxb1a .panel-group .card .card-header {
  border: none;
  border-radius: 0;
  padding: 22px 42px;
  background-color: #f7efdf;
}
@media (max-width: 992px) {
  .cid-vehzQJxb1a .panel-group .card .card-header {
    padding: 22px;
  }
}
.cid-vehzQJxb1a .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-vehzQJxb1a .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vehzQJxb1a .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 22px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  opacity: .5;
}
.cid-vehzQJxb1a .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #3a001d;
}
.cid-vehzQJxb1a .panel-group .card .card-header .panel-title:hover .icon-wrapper {
  opacity: 1;
}
.cid-vehzQJxb1a .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-vehzQJxb1a .panel-group .card .panel-collapse .panel-body {
  padding: 22px 32px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vehzQJxb1a .panel-group .card .panel-collapse .panel-body {
    padding: 22px;
  }
}
.cid-vehzQJxb1a .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vehzQJxb1a .mbr-section-title,
.cid-vehzQJxb1a .title-wrapper {
  color: #3a001d;
  text-align: center;
}
.cid-vehzQJxb1a .mbr-text,
.cid-vehzQJxb1a .text-wrapper {
  color: #3a001d;
  text-align: center;
}
.cid-vehzQJxb1a .panel-title-edit {
  color: #3a001d;
}
.cid-vehzQJxb1a .panel-text {
  color: #3a001d;
}
.cid-vehzQKdJOt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf0;
}
.cid-vehzQKdJOt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vehzQKdJOt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vehzQKdJOt .content-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vehzQKdJOt .content-wrapper .card-wrapper {
  background-color: #f7efdf;
  border: 2px solid #3a001d;
  width: 58%;
  padding: 82px;
  -webkit-flex: inherit;
  background-image: linear-gradient(transparent 50%, #fae3b7);
}
@media (max-width: 1440px) {
  .cid-vehzQKdJOt .content-wrapper .card-wrapper {
    width: 68%;
    padding: 25px;
  }
}
@media (max-width: 992px) {
  .cid-vehzQKdJOt .content-wrapper .card-wrapper {
    width: 100%;
    padding: 22px;
  }
}
.cid-vehzQKdJOt .content-wrapper .card-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vehzQKdJOt .content-wrapper .card-wrapper .logo-wrapper {
    margin-bottom: 22px;
  }
}
.cid-vehzQKdJOt .content-wrapper .card-wrapper .logo-wrapper img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  display: inline-block;
}
.cid-vehzQKdJOt .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vehzQKdJOt .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-vehzQKdJOt .content-wrapper .card-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vehzQKdJOt .content-wrapper .card-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cid-vehzQKdJOt .content-wrapper .card-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vehzQKdJOt .content-wrapper .card-wrapper .list .item-wrap:hover,
.cid-vehzQKdJOt .content-wrapper .card-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-vehzQKdJOt .mbr-section-title {
  color: #3a001d;
}
.cid-vehzQKdJOt .list {
  color: #3a001d;
  text-align: center;
}
.cid-vehzQKdJOt .mbr-section-title,
.cid-vehzQKdJOt .title-wrapper,
.cid-vehzQKdJOt .logo-wrapper {
  text-align: center;
}
.cid-vehFw00Nld {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f4f0;
}
.cid-vehFw00Nld .mbr-fallback-image.disabled {
  display: none;
}
.cid-vehFw00Nld .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vehFw00Nld .card-wrapper {
  padding: 0 162px;
}
@media (max-width: 1440px) {
  .cid-vehFw00Nld .card-wrapper {
    padding: 0 66px;
  }
}
@media (max-width: 992px) {
  .cid-vehFw00Nld .card-wrapper {
    padding: 0;
  }
}
.cid-vehFw00Nld .content-wrap {
  margin-bottom: 66px;
}
@media (max-width: 992px) {
  .cid-vehFw00Nld .content-wrap {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vehFw00Nld .content-wrap .label-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vehFw00Nld .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.cid-vehFw00Nld .content-wrap .label-wrapper .label-wrap .line-wrap {
  height: 6px;
  width: 96px;
  background-image: linear-gradient(90deg, #004aad 0, transparent 100%);
}
.cid-vehFw00Nld .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vehFw00Nld .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vehFw00Nld .content-wrap .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vehFw00Nld .panel-group .card {
  position: relative;
  padding: 0;
  border: 1px solid #b2c9e6;
  background-color: transparent;
  overflow: hidden;
}
.cid-vehFw00Nld .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vehFw00Nld .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-vehFw00Nld .panel-group .card .card-header .panel-title {
    padding: 20px;
  }
}
.cid-vehFw00Nld .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-vehFw00Nld .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #004aad;
}
.cid-vehFw00Nld .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vehFw00Nld .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-vehFw00Nld .panel-group .card .panel-collapse .panel-body {
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-vehFw00Nld .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 20px 20px;
    display: block;
  }
}
.cid-vehFw00Nld .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vehFw00Nld .mbr-label {
  color: #004aad;
}
.cid-vehFw00Nld .mbr-section-title {
  color: #004aad;
}
.cid-vehFw00Nld .mbr-text {
  color: #004aad;
}
.cid-vehFw00Nld .panel-title-edit {
  color: #004aad;
}
.cid-vehFw00Nld .panel-text {
  color: #004aad;
}
.cid-vehzQKGE41 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf0;
}
.cid-vehzQKGE41 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vehzQKGE41 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vehzQKGE41 .card-wrapper {
  position: relative;
  z-index: 1;
  border: 2px solid #3a001d !important;
  background-color: #3a001d;
}
.cid-vehzQKGE41 .card-wrapper .google-map iframe {
  height: 650px;
}
@media (max-width: 1440px) {
  .cid-vehzQKGE41 .card-wrapper .google-map iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-vehzQKGE41 .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-vehzQKGE41 .decoration-wrapper {
  position: relative;
  width: 100%;
  height: 150px;
}
.cid-vehzQKGE41 .decoration-wrapper .card-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #3a001d;
}
.cid-vehzQKGE41 .decoration-wrapper .decor_1 {
  background-color: #ff6f89;
  bottom: 0;
}
.cid-vehzQKGE41 .decoration-wrapper .decor_2 {
  background-color: #ea3d5b;
  bottom: 70px;
}
.cid-vehzQKGE41 .decoration-wrapper .decor_3 {
  background-color: #9a1436;
  bottom: 120px;
}
.cid-vehzQL99z5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vehzQL99z5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vehzQL99z5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vehzQL99z5 .container-wrapper {
  position: absolute;
  width: 100%;
  height: 80%;
}
.cid-vehzQL99z5 .container-wrapper .container-wrap {
  width: 100%;
  height: 100%;
  background-color: #feef79;
}
.cid-vehzQL99z5 .content-wrapper {
  padding: 45px 0;
  position: relative;
  z-index: 1;
}
.cid-vehzQL99z5 .card {
  justify-content: center;
}
.cid-vehzQL99z5 .nav-wrap {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vehzQL99z5 .nav-wrap {
    margin-bottom: 30px;
    padding: 0 20px;
  }
}
.cid-vehzQL99z5 .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vehzQL99z5 .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 15px;
  transition: all 0.5s ease-in-out;
}
.cid-vehzQL99z5 .nav-wrap .list .item-wrap:hover,
.cid-vehzQL99z5 .nav-wrap .list .item-wrap:focus {
  color: #b93e5d;
}
.cid-vehzQL99z5 .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vehzQL99z5 .content-wrap {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vehzQL99z5 .content-wrap {
    margin-bottom: 30px;
    padding: 0 20px;
  }
}
.cid-vehzQL99z5 .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vehzQL99z5 .content-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vehzQL99z5 .content-wrap .social-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vehzQL99z5 .content-wrap .social-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vehzQL99z5 .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
.cid-vehzQL99z5 .content-wrap .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 100%;
}
.cid-vehzQL99z5 .content-wrap .social-wrapper .social-wrap .soc-item:hover .mbr-iconfont,
.cid-vehzQL99z5 .content-wrap .social-wrapper .social-wrap .soc-item:focus .mbr-iconfont {
  color: #2f1d41 !important;
}
.cid-vehzQL99z5 .content-wrap .social-wrapper .social-wrap .soc-item:hover a .mbr-iconfont,
.cid-vehzQL99z5 .content-wrap .social-wrapper .social-wrap .soc-item:focus a .mbr-iconfont {
  color: #2f1d41 !important;
}
.cid-vehzQL99z5 .content-wrap .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vehzQL99z5 .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
  transition: all .5s ease;
}
.cid-vehzQL99z5 .content-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vehzQL99z5 .content-wrap .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vehzQL99z5 .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vehzQL99z5 .mbr-copy {
    padding: 0 20px;
  }
}
.cid-vehzQL99z5 .mbr-section-title {
  color: #3a353e;
}
.cid-vehzQL99z5 .mbr-section-subtitle {
  color: #3a353e;
  text-align: center;
}
.cid-vehzQL99z5 .list {
  color: #3a353e;
  text-align: center;
}
.cid-vehzQL99z5 .mbr-section-title,
.cid-vehzQL99z5 .mbr-section-btn,
.cid-vehzQL99z5 .social-wrapper {
  text-align: center;
}
.cid-vehGhSamtq {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vehGhSamtq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vehGhSamtq .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vehGhSamtq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-vehGhSamtq .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vehGhSamtq .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-vehGhSamtq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vehGhSamtq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vehGhSamtq .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-vehGhSamtq .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-vehGhSamtq .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vehGhSamtq .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-vehGhSamtq .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-vehGhSamtq .navbar-nav .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-vehGhSamtq .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vehGhSamtq .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vehGhSamtq .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #f7efdf;
}
.cid-vehGhSamtq .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vehGhSamtq .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  margin-right: 10px !important;
  border-radius: 5px !important;
}
.cid-vehGhSamtq .navbar-caption {
  padding-left: 0;
  padding-right: 20px;
  font-weight: 700;
  text-shadow: 0 5px 0 #fffaf0;
}
@media (max-width: 992px) {
  .cid-vehGhSamtq .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-vehGhSamtq .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vehGhSamtq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-vehGhSamtq .container,
.cid-vehGhSamtq .container-fluid {
  display: flex;
  height: 105px;
  padding: .5rem 16px .5rem 16px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f7efdf;
}
@media (max-width: 992px) {
  .cid-vehGhSamtq .container,
  .cid-vehGhSamtq .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vehGhSamtq .container,
  .cid-vehGhSamtq .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vehGhSamtq .container-fluid {
  margin-left: 32px;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-vehGhSamtq .container-fluid {
    margin-left: 16px;
    margin-right: 16px;
  }
}
.cid-vehGhSamtq .iconfont-wrapper {
  color: #fffaf0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vehGhSamtq .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-vehGhSamtq .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-vehGhSamtq .nav-item:focus,
.cid-vehGhSamtq .nav-link:focus {
  outline: none;
}
.cid-vehGhSamtq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vehGhSamtq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vehGhSamtq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vehGhSamtq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vehGhSamtq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vehGhSamtq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vehGhSamtq .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vehGhSamtq .navbar.opened {
  transition: all 0.3s;
}
.cid-vehGhSamtq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vehGhSamtq .navbar .navbar-logo img {
  width: auto;
}
.cid-vehGhSamtq .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-vehGhSamtq .navbar.collapsed {
  justify-content: center;
}
.cid-vehGhSamtq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vehGhSamtq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vehGhSamtq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vehGhSamtq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vehGhSamtq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vehGhSamtq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vehGhSamtq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vehGhSamtq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vehGhSamtq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vehGhSamtq .navbar {
    min-height: 72px;
  }
  .cid-vehGhSamtq .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vehGhSamtq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vehGhSamtq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vehGhSamtq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vehGhSamtq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vehGhSamtq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vehGhSamtq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vehGhSamtq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vehGhSamtq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vehGhSamtq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vehGhSamtq .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vehGhSamtq .dropdown-item.active,
.cid-vehGhSamtq .dropdown-item:active {
  background-color: transparent;
}
.cid-vehGhSamtq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vehGhSamtq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vehGhSamtq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vehGhSamtq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vehGhSamtq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vehGhSamtq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vehGhSamtq .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vehGhSamtq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vehGhSamtq .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vehGhSamtq .navbar-buttons {
    text-align: left;
  }
}
.cid-vehGhSamtq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vehGhSamtq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3a001d;
}
.cid-vehGhSamtq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vehGhSamtq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vehGhSamtq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vehGhSamtq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vehGhSamtq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vehGhSamtq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vehGhSamtq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vehGhSamtq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vehGhSamtq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vehGhSamtq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vehGhSamtq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vehGhSamtq .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-vehGhSamtq .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-vehGhSamtq .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #3a001d;
  color: #fffaf0;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vehGhSamtq .navbar {
    height: 70px;
  }
  .cid-vehGhSamtq .navbar.opened {
    height: auto;
  }
  .cid-vehGhSamtq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vehGhSamtq .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vehGhSamtq .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vehGhSamtq .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vehGhSamtq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vehGhSamtq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vehGhSamtq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vehGhSamtq .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vehGhSamtq .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-vehGhSamtq .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vehGhSamtq .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vehGhSamtq .navbar-brand {
    margin-right: auto;
  }
  .cid-vehGhSamtq .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7efdf;
    backdrop-filter: blur(8px);
  }
  .cid-vehGhSamtq .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vehGhSamtq .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vehGhSamtq .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vehGhSamtq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vehGhSamtq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vehGhSamtq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vehGhSamtq .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vehGhSamtq .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vehGhSamtq .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vehGhSamtq .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vehGhSamtq .content-wrap {
    display: block;
  }
}
.cid-vehGhSJzOQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf0;
}
.cid-vehGhSJzOQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vehGhSJzOQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vehGhSJzOQ .decoration-wrapper {
  position: relative;
  width: 100%;
  height: 150px;
}
.cid-vehGhSJzOQ .decoration-wrapper .card-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #3a001d;
}
.cid-vehGhSJzOQ .decoration-wrapper .decor_1 {
  background-color: #ff6f89;
  top: 0;
}
.cid-vehGhSJzOQ .decoration-wrapper .decor_2 {
  background-color: #ea3d5b;
  top: 70px;
}
.cid-vehGhSJzOQ .decoration-wrapper .decor_3 {
  background-color: #9a1436;
  top: 120px;
}
.cid-vehGhSJzOQ .card-wrapper {
  position: relative;
  z-index: 1;
  padding: 72px 72px 280px 72px;
  background-color: #730f34;
  border: 2px solid #3a001d;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vehGhSJzOQ .card-wrapper {
    padding: 22px 22px 180px 22px;
  }
}
.cid-vehGhSJzOQ .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 2px solid #3a001d;
  background-color: #ea3d5b;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vehGhSJzOQ .card-wrapper .label-wrapper .mbr-label {
    margin-bottom: 22px;
  }
}
.cid-vehGhSJzOQ .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vehGhSJzOQ .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-vehGhSJzOQ .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vehGhSJzOQ .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vehGhSJzOQ .image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: -8rem;
  position: relative;
  z-index: 1;
}
.cid-vehGhSJzOQ .image-wrapper img {
  height: 510px;
  width: 58%;
  object-fit: cover;
  border: 2px solid #3a001d;
  border-bottom: none;
  box-shadow: 0 18px 0 #3a001d;
  background-color: #3a001d;
}
@media (max-width: 1440px) {
  .cid-vehGhSJzOQ .image-wrapper img {
    width: 68%;
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-vehGhSJzOQ .image-wrapper img {
    height: 350px;
    width: 90%;
  }
}
@media (max-width: 425px) {
  .cid-vehGhSJzOQ .image-wrapper img {
    height: 300px;
  }
}
.cid-vehGhSJzOQ .mbr-label,
.cid-vehGhSJzOQ .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vehGhSJzOQ .mbr-section-title {
  color: #fffaf0;
}
.cid-vehGhSJzOQ .mbr-text,
.cid-vehGhSJzOQ .text-wrapper {
  color: #fffaf0;
  text-align: center;
}
.cid-vehGhSJzOQ .mbr-section-title,
.cid-vehGhSJzOQ .title-wrapper,
.cid-vehGhSJzOQ .mbr-section-btn {
  text-align: center;
}
.cid-vehGhTg8rW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf0;
}
.cid-vehGhTg8rW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vehGhTg8rW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vehGhTg8rW .content-wrapper {
  margin-bottom: 88px;
}
@media (max-width: 992px) {
  .cid-vehGhTg8rW .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vehGhTg8rW .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-vehGhTg8rW .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vehGhTg8rW .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vehGhTg8rW .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vehGhTg8rW .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 22px;
}
@media (max-width: 1440px) {
  .cid-vehGhTg8rW .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vehGhTg8rW .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vehGhTg8rW .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-vehGhTg8rW .items-wrapper .item .item-wrapper {
  height: 100%;
  border: 2px solid #3a001d;
  background-color: #f7efdf;
  padding: 25px;
}
@media (max-width: 992px) {
  .cid-vehGhTg8rW .items-wrapper .item .item-wrapper {
    padding: 22px;
  }
}
.cid-vehGhTg8rW .items-wrapper .item .item-wrapper .item-content .item-number {
  margin-bottom: 0;
}
.cid-vehGhTg8rW .items-wrapper .item .item-wrapper .item-content .item-desc {
  margin-top: 22px;
  margin-bottom: 0;
}
.cid-vehGhTg8rW .mbr-section-title,
.cid-vehGhTg8rW .title-wrapper {
  color: #3a001d;
  text-align: center;
}
.cid-vehGhTg8rW .mbr-text,
.cid-vehGhTg8rW .text-wrapper {
  color: #3a001d;
  text-align: center;
}
.cid-vehGhTg8rW .item-number {
  color: #3a001d;
}
.cid-vehGhTg8rW .item-desc {
  color: #3a001d;
}
.cid-vehGhTG8gz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f78b9e;
}
.cid-vehGhTG8gz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vehGhTG8gz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vehGhTG8gz .content-wrapper .label-wrapper .mbr-label {
  margin-bottom: 42px;
  text-shadow: 0 8px 0 #3a001d;
}
.cid-vehGhTG8gz .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 32px;
  text-shadow: 0 5px 0 #c21937;
}
@media (max-width: 992px) {
  .cid-vehGhTG8gz .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-vehGhTG8gz .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vehGhTG8gz .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vehGhTG8gz .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vehGhTG8gz .mbr-label {
  color: #fffaf0;
  text-align: center;
}
.cid-vehGhTG8gz .mbr-section-title {
  color: #fffaf0;
}
.cid-vehGhTG8gz .mbr-text,
.cid-vehGhTG8gz .text-wrapper {
  color: #3a001d;
  text-align: center;
}
.cid-vehGhTG8gz .mbr-section-title,
.cid-vehGhTG8gz .mbr-section-btn,
.cid-vehGhTG8gz .title-wrapper {
  text-align: center;
}
.cid-vehGhUznsY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf0;
}
.cid-vehGhUznsY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vehGhUznsY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vehGhUznsY .row {
  margin: 0 -45px;
}
.cid-vehGhUznsY .row .card {
  padding: 0 45px;
}
.cid-vehGhUznsY .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 12px;
}
.cid-vehGhUznsY .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vehGhUznsY .content-wrapper {
  padding-left: 66px;
}
@media (max-width: 1440px) {
  .cid-vehGhUznsY .content-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-vehGhUznsY .content-wrapper {
    margin-bottom: 22px;
  }
}
.cid-vehGhUznsY .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #3a001d;
  background-color: #f7efdf;
  margin-bottom: 22px;
}
.cid-vehGhUznsY .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vehGhUznsY .mbr-label {
  color: #3a001d;
}
.cid-vehGhUznsY .mbr-section-title {
  color: #3a001d;
}
.cid-vehGhUznsY .mbr-text {
  color: #3a001d;
}
.cid-vehGhV1XV9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf0;
}
.cid-vehGhV1XV9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vehGhV1XV9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vehGhV1XV9 .row {
  margin: 0 -45px;
}
.cid-vehGhV1XV9 .row .card {
  padding: 0 45px;
}
.cid-vehGhV1XV9 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
@media (max-width: 1640px) {
  .cid-vehGhV1XV9 .items-wrapper {
    display: block;
  }
}
.cid-vehGhV1XV9 .items-wrapper .item {
  padding-top: 64px;
}
@media (max-width: 1640px) {
  .cid-vehGhV1XV9 .items-wrapper .item {
    margin-bottom: 22px;
  }
}
.cid-vehGhV1XV9 .items-wrapper .item:hover .item-wrapper,
.cid-vehGhV1XV9 .items-wrapper .item:focus .item-wrapper {
  transform: scale(1.03);
}
.cid-vehGhV1XV9 .items-wrapper .item .item-wrapper {
  height: 100%;
  border: 2px solid #3a001d;
  background-color: #f7efdf;
  padding: 25px 25px 32px;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vehGhV1XV9 .items-wrapper .item .item-wrapper {
    padding: 22px;
  }
}
.cid-vehGhV1XV9 .items-wrapper .item .item-wrapper .image-wrap {
  margin-bottom: 32px;
  margin-top: -90px;
}
.cid-vehGhV1XV9 .items-wrapper .item .item-wrapper .image-wrap .item-img {
  display: inline-flex;
  width: 118px;
  height: 118px;
  min-width: 118px;
  border: 2px solid #3a001d;
  box-shadow: 0 11px 0 #3a001d;
  border-radius: 100% !important;
}
.cid-vehGhV1XV9 .items-wrapper .item .item-wrapper .image-wrap .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #fecb66;
}
.cid-vehGhV1XV9 .items-wrapper .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-vehGhV1XV9 .items-wrapper .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-vehGhV1XV9 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-vehGhV1XV9 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vehGhV1XV9 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vehGhV1XV9 .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #3a001d;
  background-color: #f7efdf;
  margin-bottom: 22px;
}
.cid-vehGhV1XV9 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 22px;
}
@media (max-width: 1440px) {
  .cid-vehGhV1XV9 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vehGhV1XV9 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vehGhV1XV9 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vehGhV1XV9 .mbr-label {
  color: #3a001d;
}
.cid-vehGhV1XV9 .mbr-section-title {
  color: #3a001d;
}
.cid-vehGhV1XV9 .mbr-text {
  color: #3a001d;
}
.cid-vehGhV1XV9 .item-name {
  color: #3a001d;
}
.cid-vehGhV1XV9 .item-role {
  color: #3a001d;
  text-align: center;
}
.cid-vehGhV1XV9 .item-text {
  color: #3a001d;
  text-align: center;
}
.cid-vehGhV1XV9 .item-name,
.cid-vehGhV1XV9 .image-wrap,
.cid-vehGhV1XV9 .mbr-section-btn {
  text-align: center;
}
.cid-vehGhVKaDW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf0;
}
.cid-vehGhVKaDW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vehGhVKaDW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vehGhVKaDW .row {
  margin: 0 -45px;
}
.cid-vehGhVKaDW .row .card {
  padding: 0 45px;
  justify-content: center;
}
.cid-vehGhVKaDW .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vehGhVKaDW .image-wrapper img {
  width: 500px;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vehGhVKaDW .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 992px) {
  .cid-vehGhVKaDW .image-wrapper img {
    height: 350px;
    width: 100%;
  }
}
@media (max-width: 425px) {
  .cid-vehGhVKaDW .image-wrapper img {
    height: 300px;
  }
}
.cid-vehGhVKaDW .content-wrapper {
  padding-left: 66px;
}
@media (max-width: 1440px) {
  .cid-vehGhVKaDW .content-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-vehGhVKaDW .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vehGhVKaDW .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #3a001d;
  background-color: #f7efdf;
  margin-bottom: 22px;
}
.cid-vehGhVKaDW .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-vehGhVKaDW .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 12px;
}
.cid-vehGhVKaDW .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vehGhVKaDW .mbr-label {
  color: #3a001d;
}
.cid-vehGhVKaDW .mbr-section-title {
  color: #3a001d;
}
.cid-vehGhVKaDW .mbr-text {
  color: #3a001d;
}
.cid-vehGhWhfoZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f78b9e;
}
.cid-vehGhWhfoZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vehGhWhfoZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vehGhWhfoZ .content-wrapper .label-wrapper .mbr-label {
  margin-bottom: 42px;
  text-shadow: 0 8px 0 #3a001d;
}
.cid-vehGhWhfoZ .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 32px;
  text-shadow: 0 5px 0 #f78b9e;
}
@media (max-width: 992px) {
  .cid-vehGhWhfoZ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-vehGhWhfoZ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vehGhWhfoZ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vehGhWhfoZ .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vehGhWhfoZ .mbr-label {
  color: #fffaf0;
  text-align: center;
}
.cid-vehGhWhfoZ .mbr-section-title {
  color: #fffaf0;
}
.cid-vehGhWhfoZ .mbr-text,
.cid-vehGhWhfoZ .text-wrapper {
  color: #3a001d;
  text-align: center;
}
.cid-vehGhWhfoZ .mbr-section-title,
.cid-vehGhWhfoZ .mbr-section-btn,
.cid-vehGhWhfoZ .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-vehGhXiCRA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf0;
}
.cid-vehGhXiCRA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vehGhXiCRA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vehGhXiCRA .row {
  margin: 0 -45px;
}
.cid-vehGhXiCRA .row .card {
  padding: 0 45px;
}
.cid-vehGhXiCRA .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-bottom: 72px;
}
@media (max-width: 1640px) {
  .cid-vehGhXiCRA .items-wrapper {
    display: block;
    margin-bottom: 0;
  }
}
.cid-vehGhXiCRA .items-wrapper .item:nth-child(2n) {
  transform: translateY(72px);
}
@media (max-width: 1640px) {
  .cid-vehGhXiCRA .items-wrapper .item:nth-child(2n) {
    transform: none;
  }
}
.cid-vehGhXiCRA .items-wrapper .item:hover .item-wrapper,
.cid-vehGhXiCRA .items-wrapper .item:focus .item-wrapper {
  transform: scale(1.03);
}
@media (max-width: 1640px) {
  .cid-vehGhXiCRA .items-wrapper .item {
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .cid-vehGhXiCRA .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-vehGhXiCRA .items-wrapper .item .item-wrapper {
  height: 100%;
  border: 10px solid #5d1c3a;
  background-color: #f7efdf;
  transition: all .3s ease;
  overflow: hidden;
  min-height: 380px;
}
.cid-vehGhXiCRA .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-vehGhXiCRA .items-wrapper .item .item-wrapper .item-content {
  padding: 25px 25px 32px 25px;
}
@media (max-width: 992px) {
  .cid-vehGhXiCRA .items-wrapper .item .item-wrapper .item-content {
    padding: 22px;
  }
}
.cid-vehGhXiCRA .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-vehGhXiCRA .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vehGhXiCRA .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vehGhXiCRA .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vehGhXiCRA .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #3a001d;
  background-color: #f7efdf;
  margin-bottom: 22px;
}
.cid-vehGhXiCRA .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-vehGhXiCRA .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vehGhXiCRA .mbr-label {
  color: #3a001d;
}
.cid-vehGhXiCRA .mbr-section-title {
  color: #3a001d;
  text-align: center;
}
.cid-vehGhXiCRA .mbr-text {
  color: #3a001d;
}
.cid-vehGhXiCRA .item-title {
  color: #3a001d;
}
.cid-vehGhXiCRA .item-text {
  color: #3a001d;
}
.cid-vehGhXiCRA .mbr-text,
.cid-vehGhXiCRA .text-wrapper {
  text-align: center;
}
.cid-vehGhXiCRA .item-title,
.cid-vehGhXiCRA .mbr-section-btn {
  text-align: center;
}
.cid-vehGhXS2Fz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf0;
}
.cid-vehGhXS2Fz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vehGhXS2Fz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vehGhXS2Fz .row {
  margin: 0 -45px;
}
.cid-vehGhXS2Fz .row .card {
  padding: 0 45px;
}
.cid-vehGhXS2Fz .content-wrap {
  padding-top: 66px;
}
@media (max-width: 992px) {
  .cid-vehGhXS2Fz .content-wrap {
    padding-top: 0;
  }
}
.cid-vehGhXS2Fz .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 12px;
}
.cid-vehGhXS2Fz .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vehGhXS2Fz .content-wrapper {
  padding-left: 66px;
}
@media (max-width: 1440px) {
  .cid-vehGhXS2Fz .content-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-vehGhXS2Fz .content-wrapper {
    margin-bottom: 22px;
  }
}
.cid-vehGhXS2Fz .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #3a001d;
  background-color: #f7efdf;
  margin-bottom: 22px;
}
.cid-vehGhXS2Fz .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vehGhXS2Fz .mbr-label {
  color: #3a001d;
}
.cid-vehGhXS2Fz .mbr-section-title {
  color: #3a001d;
}
.cid-vehGhXS2Fz .mbr-text {
  color: #3a001d;
}
.cid-vehGhYlIl5 {
  background-image: url("../../../assets/images/new10.webp");
}
.cid-vehGhYlIl5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vehGhYlIl5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vehGhYlIl5 .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-vehGhYlIl5 .image-wrap {
    height: 350px;
  }
}
.cid-vehGhYH6AH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf0;
}
.cid-vehGhYH6AH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vehGhYH6AH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vehGhYH6AH .row {
  margin: 0 -11px;
}
.cid-vehGhYH6AH .row .card {
  padding: 0 11px;
}
.cid-vehGhYH6AH .content-wrapper {
  margin-bottom: 88px;
}
@media (max-width: 992px) {
  .cid-vehGhYH6AH .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vehGhYH6AH .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-vehGhYH6AH .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vehGhYH6AH .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vehGhYH6AH .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vehGhYH6AH .image-wrapper {
  padding-left: 66px;
}
@media (max-width: 1440px) {
  .cid-vehGhYH6AH .image-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-vehGhYH6AH .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vehGhYH6AH .image-wrapper img {
  width: 100%;
  height: 500px;
  border: 2px solid #3a001d;
  box-shadow: 0 16px 0 #3a001d;
  background-color: #3a001d;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vehGhYH6AH .image-wrapper img {
    height: 350px;
    width: 100%;
  }
}
@media (max-width: 425px) {
  .cid-vehGhYH6AH .image-wrapper img {
    height: 300px;
  }
}
.cid-vehGhYH6AH .panel-group {
  padding-right: 66px;
}
@media (max-width: 1440px) {
  .cid-vehGhYH6AH .panel-group {
    padding-right: 0;
  }
}
.cid-vehGhYH6AH .panel-group .card {
  position: relative;
  padding: 0;
  background-color: transparent;
  border: 2px solid #3a001d;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-bottom: 11px;
}
@media (max-width: 992px) {
  .cid-vehGhYH6AH .panel-group .card {
    margin-bottom: 16px;
  }
}
.cid-vehGhYH6AH .panel-group .card .card-header {
  border: none;
  border-radius: 0;
  padding: 22px 42px;
  background-color: #f7efdf;
}
@media (max-width: 992px) {
  .cid-vehGhYH6AH .panel-group .card .card-header {
    padding: 22px;
  }
}
.cid-vehGhYH6AH .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-vehGhYH6AH .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vehGhYH6AH .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 22px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  opacity: .5;
}
.cid-vehGhYH6AH .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #3a001d;
}
.cid-vehGhYH6AH .panel-group .card .card-header .panel-title:hover .icon-wrapper {
  opacity: 1;
}
.cid-vehGhYH6AH .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-vehGhYH6AH .panel-group .card .panel-collapse .panel-body {
  padding: 22px 32px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vehGhYH6AH .panel-group .card .panel-collapse .panel-body {
    padding: 22px;
  }
}
.cid-vehGhYH6AH .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vehGhYH6AH .mbr-section-title,
.cid-vehGhYH6AH .title-wrapper {
  color: #3a001d;
  text-align: center;
}
.cid-vehGhYH6AH .mbr-text,
.cid-vehGhYH6AH .text-wrapper {
  color: #3a001d;
  text-align: center;
}
.cid-vehGhYH6AH .panel-title-edit {
  color: #3a001d;
}
.cid-vehGhYH6AH .panel-text {
  color: #3a001d;
}
.cid-vehGhZnXvA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf0;
}
.cid-vehGhZnXvA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vehGhZnXvA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vehGhZnXvA .content-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vehGhZnXvA .content-wrapper .card-wrapper {
  background-color: #f7efdf;
  border: 2px solid #3a001d;
  width: 58%;
  padding: 82px;
  -webkit-flex: inherit;
  background-image: linear-gradient(transparent 50%, #fae3b7);
}
@media (max-width: 1440px) {
  .cid-vehGhZnXvA .content-wrapper .card-wrapper {
    width: 68%;
    padding: 25px;
  }
}
@media (max-width: 992px) {
  .cid-vehGhZnXvA .content-wrapper .card-wrapper {
    width: 100%;
    padding: 22px;
  }
}
.cid-vehGhZnXvA .content-wrapper .card-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vehGhZnXvA .content-wrapper .card-wrapper .logo-wrapper {
    margin-bottom: 22px;
  }
}
.cid-vehGhZnXvA .content-wrapper .card-wrapper .logo-wrapper img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  display: inline-block;
}
.cid-vehGhZnXvA .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vehGhZnXvA .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-vehGhZnXvA .content-wrapper .card-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vehGhZnXvA .content-wrapper .card-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cid-vehGhZnXvA .content-wrapper .card-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vehGhZnXvA .content-wrapper .card-wrapper .list .item-wrap:hover,
.cid-vehGhZnXvA .content-wrapper .card-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-vehGhZnXvA .mbr-section-title {
  color: #3a001d;
}
.cid-vehGhZnXvA .list {
  color: #3a001d;
  text-align: center;
}
.cid-vehGhZnXvA .mbr-section-title,
.cid-vehGhZnXvA .title-wrapper,
.cid-vehGhZnXvA .logo-wrapper {
  text-align: center;
}
.cid-vehGhZQxWy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f4f0;
}
.cid-vehGhZQxWy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vehGhZQxWy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vehGhZQxWy .card-wrapper {
  padding: 0 162px;
}
@media (max-width: 1440px) {
  .cid-vehGhZQxWy .card-wrapper {
    padding: 0 66px;
  }
}
@media (max-width: 992px) {
  .cid-vehGhZQxWy .card-wrapper {
    padding: 0;
  }
}
.cid-vehGhZQxWy .content-wrap {
  margin-bottom: 66px;
}
@media (max-width: 992px) {
  .cid-vehGhZQxWy .content-wrap {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vehGhZQxWy .content-wrap .label-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vehGhZQxWy .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.cid-vehGhZQxWy .content-wrap .label-wrapper .label-wrap .line-wrap {
  height: 6px;
  width: 96px;
  background-image: linear-gradient(90deg, #004aad 0, transparent 100%);
}
.cid-vehGhZQxWy .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vehGhZQxWy .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vehGhZQxWy .content-wrap .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vehGhZQxWy .panel-group .card {
  position: relative;
  padding: 0;
  border: 1px solid #b2c9e6;
  background-color: transparent;
  overflow: hidden;
}
.cid-vehGhZQxWy .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vehGhZQxWy .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-vehGhZQxWy .panel-group .card .card-header .panel-title {
    padding: 20px;
  }
}
.cid-vehGhZQxWy .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-vehGhZQxWy .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #004aad;
}
.cid-vehGhZQxWy .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vehGhZQxWy .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-vehGhZQxWy .panel-group .card .panel-collapse .panel-body {
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-vehGhZQxWy .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 20px 20px;
    display: block;
  }
}
.cid-vehGhZQxWy .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vehGhZQxWy .mbr-label {
  color: #004aad;
}
.cid-vehGhZQxWy .mbr-section-title {
  color: #004aad;
}
.cid-vehGhZQxWy .mbr-text {
  color: #004aad;
}
.cid-vehGhZQxWy .panel-title-edit {
  color: #004aad;
}
.cid-vehGhZQxWy .panel-text {
  color: #004aad;
}
.cid-vehGi0zzxC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf0;
}
.cid-vehGi0zzxC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vehGi0zzxC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vehGi0zzxC .card-wrapper {
  position: relative;
  z-index: 1;
  border: 2px solid #3a001d !important;
  background-color: #3a001d;
}
.cid-vehGi0zzxC .card-wrapper .google-map iframe {
  height: 650px;
}
@media (max-width: 1440px) {
  .cid-vehGi0zzxC .card-wrapper .google-map iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-vehGi0zzxC .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-vehGi0zzxC .decoration-wrapper {
  position: relative;
  width: 100%;
  height: 150px;
}
.cid-vehGi0zzxC .decoration-wrapper .card-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #3a001d;
}
.cid-vehGi0zzxC .decoration-wrapper .decor_1 {
  background-color: #ff6f89;
  bottom: 0;
}
.cid-vehGi0zzxC .decoration-wrapper .decor_2 {
  background-color: #ea3d5b;
  bottom: 70px;
}
.cid-vehGi0zzxC .decoration-wrapper .decor_3 {
  background-color: #9a1436;
  bottom: 120px;
}
.cid-vehGi1hebA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vehGi1hebA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vehGi1hebA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vehGi1hebA .container-wrapper {
  position: absolute;
  width: 100%;
  height: 80%;
}
.cid-vehGi1hebA .container-wrapper .container-wrap {
  width: 100%;
  height: 100%;
  background-color: #feef79;
}
.cid-vehGi1hebA .content-wrapper {
  padding: 45px 0;
  position: relative;
  z-index: 1;
}
.cid-vehGi1hebA .card {
  justify-content: center;
}
.cid-vehGi1hebA .nav-wrap {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vehGi1hebA .nav-wrap {
    margin-bottom: 30px;
    padding: 0 20px;
  }
}
.cid-vehGi1hebA .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vehGi1hebA .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 15px;
  transition: all 0.5s ease-in-out;
}
.cid-vehGi1hebA .nav-wrap .list .item-wrap:hover,
.cid-vehGi1hebA .nav-wrap .list .item-wrap:focus {
  color: #b93e5d;
}
.cid-vehGi1hebA .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vehGi1hebA .content-wrap {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vehGi1hebA .content-wrap {
    margin-bottom: 30px;
    padding: 0 20px;
  }
}
.cid-vehGi1hebA .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vehGi1hebA .content-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vehGi1hebA .content-wrap .social-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vehGi1hebA .content-wrap .social-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vehGi1hebA .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
.cid-vehGi1hebA .content-wrap .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 100%;
}
.cid-vehGi1hebA .content-wrap .social-wrapper .social-wrap .soc-item:hover .mbr-iconfont,
.cid-vehGi1hebA .content-wrap .social-wrapper .social-wrap .soc-item:focus .mbr-iconfont {
  color: #2f1d41 !important;
}
.cid-vehGi1hebA .content-wrap .social-wrapper .social-wrap .soc-item:hover a .mbr-iconfont,
.cid-vehGi1hebA .content-wrap .social-wrapper .social-wrap .soc-item:focus a .mbr-iconfont {
  color: #2f1d41 !important;
}
.cid-vehGi1hebA .content-wrap .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vehGi1hebA .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
  transition: all .5s ease;
}
.cid-vehGi1hebA .content-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vehGi1hebA .content-wrap .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vehGi1hebA .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vehGi1hebA .mbr-copy {
    padding: 0 20px;
  }
}
.cid-vehGi1hebA .mbr-section-title {
  color: #3a353e;
}
.cid-vehGi1hebA .mbr-section-subtitle {
  color: #3a353e;
  text-align: center;
}
.cid-vehGi1hebA .list {
  color: #3a353e;
  text-align: center;
}
.cid-vehGi1hebA .mbr-section-title,
.cid-vehGi1hebA .mbr-section-btn,
.cid-vehGi1hebA .social-wrapper {
  text-align: center;
}
