.btn {
  border-width: 1px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #fdfbf9;
}
body {
  font-family: Brygada 1918;
}
.display-1 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 4.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-2 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1.125rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- 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: 3.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.225rem + (4.5 - 2.225) * ((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 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.225rem + (4.5 - 2.225) * ((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 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((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: #88b2cc !important;
}
.bg-success {
  background-color: #45dc96 !important;
}
.bg-info {
  background-color: #2dd2f4 !important;
}
.bg-warning {
  background-color: #ffc822 !important;
}
.bg-danger {
  background-color: #de4352 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #88b2cc !important;
  border-color: #88b2cc !important;
  color: #0a1318 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #acc9db !important;
  border-color: #acc9db !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #0a1318 !important;
  background-color: #acc9db !important;
  border-color: #acc9db !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e98973 !important;
  border-color: #e98973 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f0ae9f !important;
  border-color: #f0ae9f !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f0ae9f !important;
  border-color: #f0ae9f !important;
}
.btn-info,
.btn-info:active {
  background-color: #2dd2f4 !important;
  border-color: #2dd2f4 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5ddcf7 !important;
  border-color: #5ddcf7 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #000000 !important;
  background-color: #5ddcf7 !important;
  border-color: #5ddcf7 !important;
}
.btn-success,
.btn-success:active {
  background-color: #45dc96 !important;
  border-color: #45dc96 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #70e4ae !important;
  border-color: #70e4ae !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #70e4ae !important;
  border-color: #70e4ae !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffc822 !important;
  border-color: #ffc822 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffd555 !important;
  border-color: #ffd555 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #ffd555 !important;
  border-color: #ffd555 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #de4352 !important;
  border-color: #de4352 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #e66e7a !important;
  border-color: #e66e7a !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e66e7a !important;
  border-color: #e66e7a !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #5a5f4b !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #5a5f4b !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #88b2cc;
  color: #88b2cc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #4c8bb1 !important;
  background-color: transparent !important;
  border-color: #4c8bb1 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #88b2cc !important;
  border-color: #88b2cc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #e98973;
  color: #e98973;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #dd4a28 !important;
  background-color: transparent !important;
  border-color: #dd4a28 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e98973 !important;
  border-color: #e98973 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #2dd2f4;
  color: #2dd2f4;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0aa1c0 !important;
  background-color: transparent !important;
  border-color: #0aa1c0 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #2dd2f4 !important;
  border-color: #2dd2f4 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #45dc96;
  color: #45dc96;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #20aa6a !important;
  background-color: transparent !important;
  border-color: #20aa6a !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #45dc96 !important;
  border-color: #45dc96 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffc822;
  color: #ffc822;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ca9800 !important;
  background-color: transparent !important;
  border-color: #ca9800 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #221a00 !important;
  background-color: #ffc822 !important;
  border-color: #ffc822 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #de4352;
  color: #de4352;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ac1e2c !important;
  background-color: transparent !important;
  border-color: #ac1e2c !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #de4352 !important;
  border-color: #de4352 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #88b2cc !important;
}
.text-secondary {
  color: #e98973 !important;
}
.text-success {
  color: #45dc96 !important;
}
.text-info {
  color: #2dd2f4 !important;
}
.text-warning {
  color: #ffc822 !important;
}
.text-danger {
  color: #de4352 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #4782a7 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #d54321 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1e9d62 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0995b2 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #bb8c00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #9f1c29 !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: #88b2cc;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #2dd2f4;
}
.alert-warning {
  background-color: #ffc822;
}
.alert-danger {
  background-color: #de4352;
}
.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: #88b2cc;
  border-color: #88b2cc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 6px !important;
}
a,
a:hover {
  color: #88b2cc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f1fcf7;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #effcfe;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fffbee;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fcf1f2;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 12px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #88b2cc !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #88b2cc;
}
/* 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: #88b2cc;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #88b2cc;
}
.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: #88b2cc;
  border-bottom-color: #88b2cc;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #88b2cc !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: #e98973 !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='%2388b2cc' %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 {
  font-weight: 400;
  padding: 12px 32px;
}
.mbr-section-btn .btn .mbr-iconfont {
  margin-left: 12px;
  transition: all .3s ease;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont {
  transform: translateX(4px);
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 12px !important;
}
.large-radius,
.google-map iframe,
.mbr-figure iframe {
  border-radius: 24px !important;
}
.small-radius,
.dropdown-item {
  border-radius: 6px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vh4mfCOw2x .navbar-dropdown {
  position: relative !important;
}
.cid-vh4mfCOw2x .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;
}
.cid-vh4mfCOw2x .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vh4mfCOw2x .dropdown-item {
  border: none !important;
  background: #fdfbf9 !important;
  font-weight: 400;
}
.cid-vh4mfCOw2x .dropdown-item:hover,
.cid-vh4mfCOw2x .dropdown-item:focus {
  background: #fdfbf9 !important;
  color: #59839b !important;
}
.cid-vh4mfCOw2x .dropdown-item:hover span {
  color: white;
}
.cid-vh4mfCOw2x .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vh4mfCOw2x .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vh4mfCOw2x .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vh4mfCOw2x .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
  margin-right: 0.5rem;
}
.cid-vh4mfCOw2x .nav-link {
  position: relative;
}
.cid-vh4mfCOw2x .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-vh4mfCOw2x .container {
    flex-wrap: nowrap;
  }
}
.cid-vh4mfCOw2x .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vh4mfCOw2x .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vh4mfCOw2x .dropdown-menu,
.cid-vh4mfCOw2x .navbar.opened {
  background: #fdfbf9 !important;
}
.cid-vh4mfCOw2x .nav-item:focus,
.cid-vh4mfCOw2x .nav-link:focus {
  outline: none;
}
.cid-vh4mfCOw2x .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh4mfCOw2x .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vh4mfCOw2x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vh4mfCOw2x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh4mfCOw2x .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh4mfCOw2x .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh4mfCOw2x .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fdfbf9;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(8px);
}
.cid-vh4mfCOw2x .navbar.opened {
  transition: all 0.3s;
}
.cid-vh4mfCOw2x .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 24px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vh4mfCOw2x .navbar .navbar-logo {
  margin-right: 12px;
}
.cid-vh4mfCOw2x .navbar .navbar-logo img {
  width: auto;
}
.cid-vh4mfCOw2x .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vh4mfCOw2x .navbar.collapsed {
  justify-content: center;
}
.cid-vh4mfCOw2x .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vh4mfCOw2x .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vh4mfCOw2x .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vh4mfCOw2x .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vh4mfCOw2x .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vh4mfCOw2x .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vh4mfCOw2x .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vh4mfCOw2x .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vh4mfCOw2x .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vh4mfCOw2x .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vh4mfCOw2x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vh4mfCOw2x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vh4mfCOw2x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vh4mfCOw2x .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vh4mfCOw2x .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vh4mfCOw2x .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vh4mfCOw2x .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vh4mfCOw2x .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vh4mfCOw2x .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vh4mfCOw2x .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vh4mfCOw2x .navbar.navbar-short {
  min-height: 70px;
}
.cid-vh4mfCOw2x .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-vh4mfCOw2x .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vh4mfCOw2x .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vh4mfCOw2x .navbar-brand .navbar-caption:hover,
.cid-vh4mfCOw2x .navbar-brand .navbar-caption:focus {
  color: #59839b !important;
}
.cid-vh4mfCOw2x .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vh4mfCOw2x .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vh4mfCOw2x .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #59839b !important;
}
.cid-vh4mfCOw2x .dropdown-item.active,
.cid-vh4mfCOw2x .dropdown-item:active {
  background-color: transparent;
}
.cid-vh4mfCOw2x .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vh4mfCOw2x .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vh4mfCOw2x .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vh4mfCOw2x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fdfbf9;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vh4mfCOw2x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vh4mfCOw2x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vh4mfCOw2x .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh4mfCOw2x ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vh4mfCOw2x ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vh4mfCOw2x .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vh4mfCOw2x .navbar-buttons {
    text-align: left;
  }
}
.cid-vh4mfCOw2x .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vh4mfCOw2x .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vh4mfCOw2x button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #fdfbf9 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vh4mfCOw2x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #1e0e00;
}
.cid-vh4mfCOw2x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vh4mfCOw2x button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vh4mfCOw2x button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vh4mfCOw2x button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vh4mfCOw2x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh4mfCOw2x nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh4mfCOw2x nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh4mfCOw2x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh4mfCOw2x .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vh4mfCOw2x a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh4mfCOw2x .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vh4mfCOw2x .navbar {
    height: 70px;
  }
  .cid-vh4mfCOw2x .navbar.opened {
    height: auto;
  }
  .cid-vh4mfCOw2x .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vh4mfCOw2x .navbar-nav {
  margin: 0 auto;
}
.cid-vh4mfCOw2x .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vh4mfCOw2x .nav-item .nav-link {
  padding: 8px 24px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  flex-direction: row-reverse;
}
.cid-vh4mfCOw2x .nav-item .nav-link .mbr-iconfont {
  margin-right: 0;
  margin-left: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-vh4mfCOw2x .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vh4mfCOw2x .nav-item .nav-link:hover,
.cid-vh4mfCOw2x .nav-item .nav-link:focus {
  background-color: transparent;
  color: #59839b !important;
}
.cid-vh4mfCOw2x .nav-item .nav-link:hover .mbr-iconfont,
.cid-vh4mfCOw2x .nav-item .nav-link:focus .mbr-iconfont {
  transform: translateX(4px);
}
.cid-vh4mfCOw2x .nav-item .nav-link:hover::after,
.cid-vh4mfCOw2x .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vh4mfCOw2x .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vh4mfCOw2x .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vh4mfCOw2x .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vh4mfCOw2x .navbar {
    justify-content: flex-start !important;
  }
  .cid-vh4mfCOw2x .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vh4mfCOw2x .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vh4mfCOw2x .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vh4mfCOw2x .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vh4mfCOw2x .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vh4mfCOw2x .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vh4mfCOw2x .content-wrap {
  min-height: 70px;
}
.cid-vh4mfCOw2x .navbar-caption {
  color: #1E0E00;
}
.cid-vh4mfCOw2x .nav-link,
.cid-vh4mfCOw2x .dropdown-item {
  color: #1E0E00;
}
.cid-vh4mfDTiUz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vh4mfDTiUz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh4mfDTiUz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh4mfDTiUz .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 24px 24px 32px;
  padding: 24px 24px 12px;
}
@media (max-width: 992px) {
  .cid-vh4mfDTiUz .card-wrapper {
    padding: 12px;
  }
}
.cid-vh4mfDTiUz .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vh4mfDTiUz .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1e0e00;
  opacity: 0.6;
  pointer-events: none;
  z-index: 1;
}
.cid-vh4mfDTiUz .card-wrapper .image-wrap {
  position: absolute;
  bottom: -56px;
  right: 24px;
  width: 35%;
  height: 75%;
  z-index: 1;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vh4mfDTiUz .card-wrapper .image-wrap {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    bottom: auto;
    right: auto;
    left: auto;
    margin-top: 12px;
    height: 300px;
    width: 100%;
    margin-bottom: 24px;
    padding: 0 12px;
  }
}
.cid-vh4mfDTiUz .card-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.cid-vh4mfDTiUz .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  border: 1px solid #ffffff;
  pointer-events: none;
  backdrop-filter: blur(9px);
}
@media (max-width: 992px) {
  .cid-vh4mfDTiUz .card-wrapper .content-wrapper {
    display: block;
    width: 100%;
  }
}
.cid-vh4mfDTiUz .card-wrapper .content-wrapper .over-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.1;
  pointer-events: none;
}
.cid-vh4mfDTiUz .card-wrapper .content-wrapper .content-wrap {
  pointer-events: visible;
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 214px 48px;
}
@media (max-width: 1440px) {
  .cid-vh4mfDTiUz .card-wrapper .content-wrapper .content-wrap {
    padding: 124px 48px;
  }
}
@media (max-width: 1200px) {
  .cid-vh4mfDTiUz .card-wrapper .content-wrapper .content-wrap {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vh4mfDTiUz .card-wrapper .content-wrapper .content-wrap {
    padding: 24px 12px 12px;
    width: 100%;
  }
}
.cid-vh4mfDTiUz .card-wrapper .content-wrapper .content-wrap .mbr-label {
  margin-bottom: 12px;
}
.cid-vh4mfDTiUz .card-wrapper .content-wrapper .content-wrap .title-wrap .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vh4mfDTiUz .card-wrapper .content-wrapper .content-wrap .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vh4mfDTiUz .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vh4mfDTiUz .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vh4mfDTiUz .card-wrapper .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vh4mfDTiUz .card-wrapper .list-wrapper {
  position: relative;
  z-index: 1;
  padding: 0 48px;
  margin-top: -19px;
}
@media (max-width: 992px) {
  .cid-vh4mfDTiUz .card-wrapper .list-wrapper {
    padding: 0 12px;
    display: none;
  }
}
.cid-vh4mfDTiUz .card-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vh4mfDTiUz .card-wrapper .list-wrapper .list .item-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  padding: 6px 24px;
  border: 1px solid #ffffff;
  backdrop-filter: blur(8px);
  overflow: hidden;
}
.cid-vh4mfDTiUz .card-wrapper .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.1;
  z-index: -1;
  pointer-events: none;
}
.cid-vh4mfDTiUz .mbr-label {
  color: #FFFFFF;
}
.cid-vh4mfDTiUz .mbr-section-title {
  color: #f1ff91;
}
.cid-vh4mfDTiUz .mbr-text {
  color: #ffffff;
}
.cid-vh4mfDTiUz .list {
  color: #ffffff;
}
.cid-vh4mfDTiUz .mbr-section-title,
.cid-vh4mfDTiUz .mbr-section-btn,
.cid-vh4mfDTiUz .title-wrap {
  color: #ECD3C7;
}
.cid-vh4mfDTiUz .mbr-text,
.cid-vh4mfDTiUz .text-wrapper {
  color: #FFFFFF;
}
.cid-vh4mfDTiUz .list,
.cid-vh4mfDTiUz .item-wrap,
.cid-vh4mfDTiUz .list-wrapper {
  color: #FFFFFF;
}
.cid-vh4mfE9ayh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-1615460549969-36fa19521a4f.jpeg");
}
.cid-vh4mfE9ayh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh4mfE9ayh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh4mfE9ayh .content-wrapper .title-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vh4mfE9ayh .content-wrapper .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vh4mfE9ayh .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vh4mfE9ayh .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vh4mfE9ayh .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vh4mfE9ayh .content-wrap {
  margin: 0 -6px;
}
.cid-vh4mfE9ayh .content-wrap .card {
  padding: 0 6px;
}
.cid-vh4mfE9ayh .card-wrapper {
  position: relative;
  border: 1px solid #ffffff;
  backdrop-filter: blur(6px);
  overflow: hidden;
  padding: 24px 24px 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vh4mfE9ayh .card-wrapper {
    padding: 12px 12px 0;
    margin-bottom: 12px;
  }
}
.cid-vh4mfE9ayh .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.1;
  pointer-events: none;
}
.cid-vh4mfE9ayh .card-wrapper .list-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vh4mfE9ayh .card-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vh4mfE9ayh .card-wrapper .list-wrapper .list .item-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  padding: 6px 24px;
  border: 1px solid #ffffff;
  overflow: hidden;
}
.cid-vh4mfE9ayh .card-wrapper .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.1;
  z-index: -1;
  pointer-events: none;
}
.cid-vh4mfE9ayh .card-wrapper .image-wrapper {
  margin-top: 24px;
  margin-bottom: -24px;
  position: relative;
  z-index: 1;
}
.cid-vh4mfE9ayh .card-wrapper .image-wrapper img {
  height: 470px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vh4mfE9ayh .card-wrapper .image-wrapper img {
    height: 320px;
  }
}
.cid-vh4mfE9ayh .subtitle-wrapper {
  position: relative;
  border: 1px solid #ffffff;
  backdrop-filter: blur(6px);
  padding: 24px;
  margin-bottom: 12px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vh4mfE9ayh .subtitle-wrapper {
    padding: 24px 12px;
  }
}
.cid-vh4mfE9ayh .subtitle-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.1;
  pointer-events: none;
}
.cid-vh4mfE9ayh .subtitle-wrapper .mbr-section-subtitle {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vh4mfE9ayh .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vh4mfE9ayh .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vh4mfE9ayh .items-wrapper .items-wrap {
  position: relative;
  border: 1px solid #ffffff;
  backdrop-filter: blur(6px);
  padding: 12px;
  overflow: hidden;
  height: 100%;
}
.cid-vh4mfE9ayh .items-wrapper .items-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.1;
  pointer-events: none;
}
.cid-vh4mfE9ayh .items-wrapper .items-wrap .item {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
}
.cid-vh4mfE9ayh .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-vh4mfE9ayh .items-wrapper .items-wrap .item .item-wrapper {
  border: 1px solid #ffffff;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-vh4mfE9ayh .items-wrapper .items-wrap .item .item-wrapper {
    padding: 12px;
  }
}
.cid-vh4mfE9ayh .items-wrapper .items-wrap .item .item-wrapper .item-title {
  margin-bottom: 4px;
}
.cid-vh4mfE9ayh .items-wrapper .items-wrap .item .item-wrapper .item-number {
  margin-bottom: 0;
}
.cid-vh4mfE9ayh .items-wrapper .items-wrap .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vh4mfE9ayh .items-wrapper .image-wrap {
  position: relative;
  border: 1px solid #ffffff;
  backdrop-filter: blur(6px);
  height: 100%;
  padding: 12px;
  overflow: hidden;
}
.cid-vh4mfE9ayh .items-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.1;
  pointer-events: none;
}
.cid-vh4mfE9ayh .items-wrapper .image-wrap .item-img {
  position: relative;
  z-index: 1;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vh4mfE9ayh .items-wrapper .image-wrap .item-img {
    height: 300px;
  }
}
.cid-vh4mfE9ayh .items-wrapper .image-wrap .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vh4mfE9ayh .mbr-section-title {
  color: #f1ff91;
}
.cid-vh4mfE9ayh .list {
  color: #ffffff;
}
.cid-vh4mfE9ayh .mbr-section-subtitle {
  color: #FFFFFF;
  text-align: center;
}
.cid-vh4mfE9ayh .item-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-vh4mfE9ayh .item-number {
  color: #FFFFFF;
  text-align: center;
}
.cid-vh4mfE9ayh .item-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-vh4mfE9ayh .mbr-section-title,
.cid-vh4mfE9ayh .mbr-section-btn,
.cid-vh4mfE9ayh .title-wrap {
  text-align: center;
  color: #FFFFFF;
}
.cid-vh4mfE9ayh .list,
.cid-vh4mfE9ayh .item-wrap,
.cid-vh4mfE9ayh .list-wrapper {
  color: #FFFFFF;
}
.cid-vh4mfEvTUh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vh4mfEvTUh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh4mfEvTUh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh4mfEvTUh .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-image: linear-gradient(-45deg, #4b2a00 60%, #000000 150%);
  padding: 124px 24px;
}
@media (max-width: 1640px) {
  .cid-vh4mfEvTUh .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vh4mfEvTUh .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vh4mfEvTUh .card-wrapper {
    padding: 24px 12px;
  }
}
@media (max-width: 992px) {
  .cid-vh4mfEvTUh .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vh4mfEvTUh .card-wrapper .title-wrapper .iconfont-wrapper {
  margin-bottom: 12px;
}
.cid-vh4mfEvTUh .card-wrapper .title-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 45px;
}
.cid-vh4mfEvTUh .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vh4mfEvTUh .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vh4mfEvTUh .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vh4mfEvTUh .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vh4mfEvTUh .card-wrapper .title-wrapper .tags-wrapper {
  margin-top: 48px;
}
@media (max-width: 992px) {
  .cid-vh4mfEvTUh .card-wrapper .title-wrapper .tags-wrapper {
    margin-top: 24px;
  }
}
.cid-vh4mfEvTUh .card-wrapper .title-wrapper .tags-wrapper .list {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 70%;
}
@media (max-width: 992px) {
  .cid-vh4mfEvTUh .card-wrapper .title-wrapper .tags-wrapper .list {
    width: 100%;
  }
}
.cid-vh4mfEvTUh .card-wrapper .title-wrapper .tags-wrapper .list .item-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  padding: 6px 24px;
  border: 1px solid #ecd3c7;
}
.cid-vh4mfEvTUh .card-wrapper .title-wrapper .main-btn {
  margin-top: 38px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vh4mfEvTUh .card-wrapper .title-wrapper .main-btn {
    margin-top: 14px;
  }
}
.cid-vh4mfEvTUh .mbr-section-title {
  color: #ffffff;
}
.cid-vh4mfEvTUh .mbr-text,
.cid-vh4mfEvTUh .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-vh4mfEvTUh .list,
.cid-vh4mfEvTUh .tags-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vh4mfEvTUh .mbr-section-title,
.cid-vh4mfEvTUh .title-wrap,
.cid-vh4mfEvTUh .main-btn,
.cid-vh4mfEvTUh .iconfont-wrapper {
  text-align: center;
  color: #FFFFFF;
}
.cid-vh4mfEvTUh .cards-icon {
  color: #ECD3C7;
}
.cid-vh4mfEvTUh .list,
.cid-vh4mfEvTUh .item-wrap,
.cid-vh4mfEvTUh .tags-wrapper {
  color: #FFFFFF;
}
.cid-vh4mfECQ1B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vh4mfECQ1B .item:focus,
.cid-vh4mfECQ1B span:focus {
  outline: none;
}
.cid-vh4mfECQ1B .item {
  cursor: pointer;
}
.cid-vh4mfECQ1B .grid-container {
  grid-row-gap: 24px;
}
@media (max-width: 992px) {
  .cid-vh4mfECQ1B .grid-container {
    grid-row-gap: 12px;
  }
}
.cid-vh4mfECQ1B .grid-container-1,
.cid-vh4mfECQ1B .grid-container-2,
.cid-vh4mfECQ1B .grid-container-3 {
  gap: 0 24px;
}
@media (max-width: 992px) {
  .cid-vh4mfECQ1B .grid-container-1,
  .cid-vh4mfECQ1B .grid-container-2,
  .cid-vh4mfECQ1B .grid-container-3 {
    gap: 0 12px;
  }
}
.cid-vh4mfECQ1B .mbr-section-title {
  margin-bottom: 48px;
  color: #14334b;
  text-align: center;
}
.cid-vh4mfECQ1B .content-head {
  max-width: 800px;
}
.cid-vh4mfECQ1B .container,
.cid-vh4mfECQ1B .container-fluid {
  overflow: hidden;
}
.cid-vh4mfECQ1B .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vh4mfECQ1B .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  border: 1px solid #59839b;
}
.cid-vh4mfECQ1B .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vh4mfECQ1B .grid-item img {
    height: 350px;
  }
}
@media (max-width: 1200px) {
  .cid-vh4mfECQ1B .grid-item img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-vh4mfECQ1B .grid-item img {
    min-width: 35vw;
    height: 200px;
  }
}
@media (max-width: 425px) {
  .cid-vh4mfECQ1B .grid-item img {
    height: 140px;
  }
}
.cid-vh4mfECQ1B .grid-container-1,
.cid-vh4mfECQ1B .grid-container-2,
.cid-vh4mfECQ1B .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vh4mfECQ1B .grid-container-1 {
  align-items: flex-end;
}
.cid-vh4mfECQ1B .grid-container-2 {
  align-items: flex-start;
}
.cid-vh4mfEGweu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vh4mfEGweu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh4mfEGweu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh4mfEGweu .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-image: linear-gradient(0deg, #4b2a00 0, #000000 100%);
}
@media (max-width: 1640px) {
  .cid-vh4mfEGweu .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vh4mfEGweu .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vh4mfEGweu .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vh4mfEGweu .card-wrapper .content-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vh4mfEGweu .card-wrapper .content-wrapper {
    margin-bottom: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vh4mfEGweu .card-wrapper .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vh4mfEGweu .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vh4mfEGweu .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vh4mfEGweu .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vh4mfEGweu .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vh4mfEGweu .card-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vh4mfEGweu .card-wrapper .items-wrapper {
  margin: 0 -12px;
}
.cid-vh4mfEGweu .card-wrapper .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vh4mfEGweu .card-wrapper .items-wrapper .item {
    margin-bottom: 12px;
  }
  .cid-vh4mfEGweu .card-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vh4mfEGweu .card-wrapper .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #ecd3c7;
}
@media (max-width: 992px) {
  .cid-vh4mfEGweu .card-wrapper .items-wrapper .item .item-wrapper {
    padding: 24px 12px;
  }
}
.cid-vh4mfEGweu .card-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vh4mfEGweu .card-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vh4mfEGweu .card-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 45px;
}
.cid-vh4mfEGweu .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vh4mfEGweu .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vh4mfEGweu .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vh4mfEGweu .mbr-label {
  color: #FFFFFF;
}
.cid-vh4mfEGweu .mbr-section-title {
  color: #f1ff91;
}
.cid-vh4mfEGweu .mbr-text,
.cid-vh4mfEGweu .text-wrapper {
  color: #ffffff;
}
.cid-vh4mfEGweu .item-title {
  color: #ffffff;
}
.cid-vh4mfEGweu .item-text {
  color: #FFFFFF;
}
.cid-vh4mfEGweu .main-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vh4mfEGweu .main-btn {
    text-align: left;
  }
}
.cid-vh4mfEGweu .mbr-section-title,
.cid-vh4mfEGweu .title-wrap {
  color: #ECD3C7;
}
.cid-vh4mfEGweu .mbr-text,
.cid-vh4mfEGweu .main-btn {
  color: #FFFFFF;
}
.cid-vh4mfEGweu .cards-icon {
  color: #ECD3C7;
}
.cid-vh4mfEGweu .item-title,
.cid-vh4mfEGweu .item-btn,
.cid-vh4mfEGweu .iconfont-wrapper {
  color: #FFFFFF;
}
.cid-vh4mfENfIT {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: transparent;
}
.cid-vh4mfENfIT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh4mfENfIT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh4mfENfIT .items-wrapper {
  margin: 0 -24px;
}
.cid-vh4mfENfIT .items-wrapper .item {
  padding: 0 24px;
}
.cid-vh4mfENfIT .item {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vh4mfENfIT .item {
    margin-bottom: 48px;
  }
}
.cid-vh4mfENfIT .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vh4mfENfIT .item .item-wrapper .card-box {
  border-top: 1px solid #1e0e00;
  border-bottom: 1px solid #1e0e00;
  padding: 48px 0;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vh4mfENfIT .item .item-wrapper .card-box {
    padding: 24px 0;
    margin-bottom: 12px;
  }
}
.cid-vh4mfENfIT .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vh4mfENfIT .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vh4mfENfIT .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vh4mfENfIT .item .item-wrapper .item-img {
  padding: 12px;
  border: 1px solid #59839b;
}
.cid-vh4mfENfIT .item .item-wrapper .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vh4mfENfIT .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vh4mfENfIT .item-title {
  color: #14334b;
}
.cid-vh4mfENfIT .item-text {
  color: #1E0E00;
}
.cid-vh4mfENfIT .item-title,
.cid-vh4mfENfIT .item-btn {
  color: #1E0E00;
}
.cid-vh4mfEQHZc {
  background-image: url("../../../assets/images/photo-1445991842772-097fea258e7b.jpeg");
}
.cid-vh4mfEQHZc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh4mfEQHZc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh4mfEQHZc .image-wrap {
  height: 400px;
}
@media (max-width: 992px) {
  .cid-vh4mfEQHZc .image-wrap {
    height: 300px;
  }
}
.cid-vh4mfERCxb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-vh4mfERCxb .mbr-overlay {
  background: #1e0e00;
  opacity: 0.6;
}
.cid-vh4mfERCxb .item:focus,
.cid-vh4mfERCxb span:focus {
  outline: none;
}
.cid-vh4mfERCxb .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vh4mfERCxb .content-head {
  max-width: 800px;
}
.cid-vh4mfERCxb .item {
  padding: 10px 0;
  color: #ecd3c7;
}
.cid-vh4mfESr7T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vh4mfESr7T .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh4mfESr7T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh4mfESr7T .items-wrapper {
  margin: 0 -24px;
}
.cid-vh4mfESr7T .items-wrapper .card {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vh4mfESr7T .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vh4mfESr7T .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vh4mfESr7T .content-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vh4mfESr7T .content-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vh4mfESr7T .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vh4mfESr7T .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vh4mfESr7T .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vh4mfESr7T .image-wrapper {
  border: 1px solid #1e0e00;
  padding: 12px;
}
.cid-vh4mfESr7T .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vh4mfESr7T .image-wrapper img {
    height: 300px;
  }
}
.cid-vh4mfESr7T .mbr-label {
  color: #1E0E00;
}
.cid-vh4mfESr7T .mbr-section-title {
  color: #ff5500;
}
.cid-vh4mfESr7T .mbr-text {
  color: #14334b;
}
.cid-vh4mfESr7T .mbr-section-title,
.cid-vh4mfESr7T .mbr-section-btn,
.cid-vh4mfESr7T .title-wrap {
  color: #59839B;
}
.cid-vh4mfESr7T .mbr-text,
.cid-vh4mfESr7T .text-wrapper {
  color: #1E0E00;
}
.cid-vh4mfEV3aR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vh4mfEV3aR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh4mfEV3aR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh4mfEV3aR .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-image: linear-gradient(180deg, #4b2a00 0, #000000 100%);
}
@media (max-width: 1640px) {
  .cid-vh4mfEV3aR .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vh4mfEV3aR .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vh4mfEV3aR .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vh4mfEV3aR .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 355px;
  max-width: 355px;
}
@media (max-width: 768px) {
  .cid-vh4mfEV3aR .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vh4mfEV3aR .embla__slide .slide-content {
  width: 100%;
}
.cid-vh4mfEV3aR .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vh4mfEV3aR .embla__slide .slide-content .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vh4mfEV3aR .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vh4mfEV3aR .embla__slide .slide-content .item-wrapper .card-box .item-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vh4mfEV3aR .embla__slide .slide-content .item-wrapper .number-wrap .item-number {
  margin-top: 24px;
  margin-bottom: 0;
  padding: 18px;
  border: 1px solid #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  min-height: 62px;
  min-width: 62px;
}
.cid-vh4mfEV3aR .embla__button--next,
.cid-vh4mfEV3aR .embla__button--prev {
  display: flex;
}
.cid-vh4mfEV3aR .embla__button {
  top: 0;
  width: 32px;
  height: 32px;
  font-size: 16px;
  background-color: #e98973 !important;
  color: #000000 !important;
  border: 1px solid #e98973 !important;
  border-radius: 100% !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vh4mfEV3aR .embla__button:hover {
  background-color: transparent !important;
  color: #e98973 !important;
}
.cid-vh4mfEV3aR .embla__button:disabled {
  background-color: #e98973 !important;
  color: #000000 !important;
  opacity: 0.5 !important;
}
.cid-vh4mfEV3aR .embla__button.embla__button--prev {
  right: 44px;
}
.cid-vh4mfEV3aR .embla__button.embla__button--next {
  right: 0;
}
.cid-vh4mfEV3aR .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 5rem;
}
.cid-vh4mfEV3aR .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-vh4mfEV3aR .embla__viewport {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-vh4mfEV3aR .embla__viewport {
    mask-image: none;
    -webkit-mask-image: none;
  }
}
.cid-vh4mfEV3aR .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vh4mfEV3aR .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vh4mfEV3aR .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vh4mfEV3aR .item-title {
  color: #f1ff91;
}
.cid-vh4mfEV3aR .item-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-vh4mfEV3aR .item-number,
.cid-vh4mfEV3aR .number-wrap {
  color: #FFFFFF;
  text-align: center;
}
.cid-vh4mfEV3aR .item-title,
.cid-vh4mfEV3aR .item-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-vh4mfF4GnT {
  background-color: transparent;
}
.cid-vh4mfF4GnT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh4mfF4GnT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh4mfF4GnT .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vh4mfF4GnT .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vh4mfF4GnT .content-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-vh4mfF4GnT .mbr-label {
  color: #1E0E00;
}
.cid-vh4mfF4GnT .mbr-text {
  color: #14334b;
}
.cid-vh4mfF4GnT .mbr-text,
.cid-vh4mfF4GnT .text-wrapper,
.cid-vh4mfF4GnT .mbr-section-btn {
  color: #1E0E00;
}
.cid-vh4mfF7iEQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vh4mfF7iEQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh4mfF7iEQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh4mfF7iEQ .items-wrapper {
  margin: 0 -12px;
}
.cid-vh4mfF7iEQ .items-wrapper .item {
  padding: 0 12px;
}
.cid-vh4mfF7iEQ .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vh4mfF7iEQ .item {
    margin-bottom: 48px;
  }
  .cid-vh4mfF7iEQ .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vh4mfF7iEQ .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vh4mfF7iEQ .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vh4mfF7iEQ .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vh4mfF7iEQ .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #59839b;
}
.cid-vh4mfF7iEQ .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vh4mfF7iEQ .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-vh4mfF7iEQ .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vh4mfF7iEQ .item .item-wrapper .card-box {
  border-bottom: 1px solid #1e0e00;
  padding-bottom: 24px;
}
.cid-vh4mfF7iEQ .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vh4mfF7iEQ .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vh4mfF7iEQ .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vh4mfF7iEQ .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vh4mfF7iEQ .item-title {
  color: #14334b;
}
.cid-vh4mfF7iEQ .item-text {
  color: #1E0E00;
}
.cid-vh4mfF7iEQ .item-price {
  color: #59839B;
}
.cid-vh4mfF7iEQ .item-title,
.cid-vh4mfF7iEQ .item-btn {
  color: #1E0E00;
}
.cid-vh4mfFaoKy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vh4mfFaoKy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh4mfFaoKy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh4mfFaoKy .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-image: linear-gradient(180deg, #4b2a00 0, #000000 100%);
}
@media (max-width: 1640px) {
  .cid-vh4mfFaoKy .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vh4mfFaoKy .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vh4mfFaoKy .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vh4mfFaoKy .card-wrapper .content-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vh4mfFaoKy .card-wrapper .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vh4mfFaoKy .card-wrapper .content-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vh4mfFaoKy .card-wrapper .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vh4mfFaoKy .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vh4mfFaoKy .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vh4mfFaoKy .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vh4mfFaoKy .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vh4mfFaoKy .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vh4mfFaoKy .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vh4mfFaoKy .card-wrapper .title-wrapper .main-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vh4mfFaoKy .card-wrapper .items-wrapper {
  margin: 0 -6px;
}
.cid-vh4mfFaoKy .card-wrapper .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vh4mfFaoKy .card-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vh4mfFaoKy .card-wrapper .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #ecd3c7;
}
@media (max-width: 992px) {
  .cid-vh4mfFaoKy .card-wrapper .items-wrapper .item .item-wrapper {
    padding: 24px 12px;
  }
}
.cid-vh4mfFaoKy .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-label {
  margin-bottom: 24px;
}
.cid-vh4mfFaoKy .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vh4mfFaoKy .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vh4mfFaoKy .card-wrapper .items-wrapper .item .item-wrapper .item-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vh4mfFaoKy .mbr-label {
  color: #FFFFFF;
  text-align: center;
}
.cid-vh4mfFaoKy .mbr-section-title {
  color: #f1ff91;
}
.cid-vh4mfFaoKy .mbr-text,
.cid-vh4mfFaoKy .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-vh4mfFaoKy .item-label {
  color: #FFFFFF;
}
.cid-vh4mfFaoKy .item-title {
  color: #f1ff91;
}
.cid-vh4mfFaoKy .item-text {
  color: #FFFFFF;
}
.cid-vh4mfFaoKy .mbr-section-title,
.cid-vh4mfFaoKy .title-wrap,
.cid-vh4mfFaoKy .main-btn {
  text-align: center;
  color: #ECD3C7;
}
.cid-vh4mfFaoKy .item-title,
.cid-vh4mfFaoKy .item-btn {
  color: #ECD3C7;
}
.cid-vh4mfFfesQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vh4mfFfesQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh4mfFfesQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh4mfFfesQ .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-color: #4b2a00;
}
@media (max-width: 1640px) {
  .cid-vh4mfFfesQ .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vh4mfFfesQ .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vh4mfFfesQ .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vh4mfFfesQ .card-wrapper .content-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vh4mfFfesQ .card-wrapper .content-wrapper {
    margin-bottom: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vh4mfFfesQ .card-wrapper .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vh4mfFfesQ .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vh4mfFfesQ .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vh4mfFfesQ .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vh4mfFfesQ .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vh4mfFfesQ .card-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vh4mfFfesQ .card-wrapper .items-wrapper {
  margin: 0 -6px;
}
.cid-vh4mfFfesQ .card-wrapper .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vh4mfFfesQ .card-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vh4mfFfesQ .card-wrapper .items-wrapper .item .item-wrapper {
  position: relative;
  padding: 12px;
  height: 100%;
  overflow: hidden;
}
.cid-vh4mfFfesQ .card-wrapper .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.1;
  pointer-events: none;
}
.cid-vh4mfFfesQ .card-wrapper .items-wrapper .item .item-wrapper .card-box {
  height: 100%;
  border: 1px solid #ffbaa2;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-vh4mfFfesQ .card-wrapper .items-wrapper .item .item-wrapper .card-box {
    padding: 24px 12px;
  }
}
.cid-vh4mfFfesQ .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-vh4mfFfesQ .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-number {
  margin-bottom: 0;
}
.cid-vh4mfFfesQ .mbr-label {
  color: #FFFFFF;
}
.cid-vh4mfFfesQ .mbr-section-title {
  color: #f1ff91;
}
.cid-vh4mfFfesQ .mbr-text {
  color: #ffffff;
}
.cid-vh4mfFfesQ .item-title {
  color: #FFFFFF;
}
.cid-vh4mfFfesQ .item-number {
  color: #ECD3C7;
}
.cid-vh4mfFfesQ .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vh4mfFfesQ .mbr-section-btn {
    text-align: left;
  }
}
.cid-vh4mfFfesQ .mbr-section-title,
.cid-vh4mfFfesQ .title-wrap {
  color: #ECD3C7;
}
.cid-vh4mfFfesQ .mbr-text,
.cid-vh4mfFfesQ .mbr-section-btn {
  color: #FFFFFF;
}
.cid-vh4mfFjRLm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vh4mfFjRLm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh4mfFjRLm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh4mfFjRLm .content-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vh4mfFjRLm .content-wrapper {
    margin-bottom: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vh4mfFjRLm .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vh4mfFjRLm .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vh4mfFjRLm .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vh4mfFjRLm .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vh4mfFjRLm .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vh4mfFjRLm .text-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vh4mfFjRLm .items-wrapper {
  margin: 0 -12px;
}
.cid-vh4mfFjRLm .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vh4mfFjRLm .items-wrapper .item {
    margin-bottom: 12px;
  }
  .cid-vh4mfFjRLm .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vh4mfFjRLm .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vh4mfFjRLm .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-vh4mfFjRLm .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 12px 12px 24px;
  overflow: hidden;
  border: 1px solid #59839b;
}
.cid-vh4mfFjRLm .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vh4mfFjRLm .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-vh4mfFjRLm .items-wrapper .item .item-wrapper .item-img img {
  height: 408px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-vh4mfFjRLm .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vh4mfFjRLm .items-wrapper .item .item-wrapper .card-box {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vh4mfFjRLm .items-wrapper .item .item-wrapper .card-box {
    padding: 0;
  }
}
.cid-vh4mfFjRLm .items-wrapper .item .item-wrapper .card-box .item-name {
  margin-bottom: 12px;
}
.cid-vh4mfFjRLm .items-wrapper .item .item-wrapper .card-box .role-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.cid-vh4mfFjRLm .items-wrapper .item .item-wrapper .card-box .role-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vh4mfFjRLm .items-wrapper .item .item-wrapper .card-box .role-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
  transition: all 0.3s ease;
}
.cid-vh4mfFjRLm .items-wrapper .item .item-wrapper .card-box .role-wrapper .iconfont-wrapper .mbr-iconfont:hover,
.cid-vh4mfFjRLm .items-wrapper .item .item-wrapper .card-box .role-wrapper .iconfont-wrapper .mbr-iconfont:focus {
  color: #59839b !important;
}
.cid-vh4mfFjRLm .mbr-label {
  color: #1E0E00;
}
.cid-vh4mfFjRLm .mbr-section-title {
  color: #ff5500;
}
.cid-vh4mfFjRLm .mbr-text {
  color: #14334b;
}
.cid-vh4mfFjRLm .item-name {
  color: #14334b;
}
.cid-vh4mfFjRLm .item-role {
  color: #59839B;
}
.cid-vh4mfFjRLm .mbr-section-title,
.cid-vh4mfFjRLm .title-wrap {
  color: #1E0E00;
}
.cid-vh4mfFjRLm .mbr-text,
.cid-vh4mfFjRLm .main-btn {
  color: #1E0E00;
}
.cid-vh4mfFjRLm .item-name,
.cid-vh4mfFjRLm .iconfont-wrapper {
  color: #1E0E00;
}
.cid-vh4mfFjRLm .cards-icon {
  color: #1E0E00;
}
.cid-vh4mfFrvOA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh4mfFrvOA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vh4mfFrvOA .image-wrap {
  height: 400px;
}
@media (max-width: 992px) {
  .cid-vh4mfFrvOA .image-wrap {
    height: 300px;
  }
}
.cid-vh4mfFtQ0t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vh4mfFtQ0t .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh4mfFtQ0t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh4mfFtQ0t .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vh4mfFtQ0t .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vh4mfFtQ0t .mbr-section-title,
.cid-vh4mfFtQ0t .title-wrap {
  color: #14334b;
  text-align: center;
}
.cid-vh4mfFtQ0t .mbr-section-title,
.cid-vh4mfFtQ0t .title-wrap,
.cid-vh4mfFtQ0t .main-btn,
.cid-vh4mfFtQ0t .iconfont-wrapper {
  color: #1E0E00;
}
.cid-vh4mfFvKWm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vh4mfFvKWm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh4mfFvKWm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh4mfFvKWm .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-vh4mfFvKWm .card-wrapper {
    padding: 12px;
  }
}
.cid-vh4mfFvKWm .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vh4mfFvKWm .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1e0e00;
  opacity: 0.6;
  pointer-events: none;
  z-index: 1;
}
.cid-vh4mfFvKWm .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  border: 1px solid #ffffff;
  pointer-events: none;
  backdrop-filter: blur(9px);
}
@media (max-width: 992px) {
  .cid-vh4mfFvKWm .card-wrapper .content-wrapper {
    display: block;
    width: 100%;
  }
}
.cid-vh4mfFvKWm .card-wrapper .content-wrapper .over-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.1;
  pointer-events: none;
}
.cid-vh4mfFvKWm .card-wrapper .content-wrapper .content-wrap {
  pointer-events: none;
  position: relative;
  z-index: 1;
  padding: 124px 48px;
  padding: 124px 48px 0;
}
@media (max-width: 992px) {
  .cid-vh4mfFvKWm .card-wrapper .content-wrapper .content-wrap {
    padding: 24px 12px;
  }
}
@media (max-width: 992px) {
  .cid-vh4mfFvKWm .card-wrapper .content-wrapper .content-wrap {
    padding: 24px 12px 0;
  }
}
.cid-vh4mfFvKWm .card-wrapper .content-wrapper .content-wrap .mbr-label {
  margin-bottom: 12px;
  pointer-events: visible;
}
.cid-vh4mfFvKWm .card-wrapper .content-wrapper .content-wrap .title-wrap {
  pointer-events: visible;
}
.cid-vh4mfFvKWm .card-wrapper .content-wrapper .content-wrap .title-wrap .mbr-section-title {
  display: inline-block;
  width: 45%;
  margin-bottom: 12px;
}
@media (max-width: 1440px) {
  .cid-vh4mfFvKWm .card-wrapper .content-wrapper .content-wrap .title-wrap .mbr-section-title {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vh4mfFvKWm .card-wrapper .content-wrapper .content-wrap .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vh4mfFvKWm .card-wrapper .content-wrapper .content-wrap .text-wrapper {
  pointer-events: visible;
}
.cid-vh4mfFvKWm .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vh4mfFvKWm .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vh4mfFvKWm .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vh4mfFvKWm .card-wrapper .content-wrapper .content-wrap .mbr-section-btn {
  pointer-events: visible;
  margin-top: 14px;
}
.cid-vh4mfFvKWm .card-wrapper .content-wrapper .content-wrap .image-wrap {
  display: flex;
  justify-content: center;
  pointer-events: visible;
  margin-top: 124px;
  margin-bottom: -48px;
}
@media (max-width: 1440px) {
  .cid-vh4mfFvKWm .card-wrapper .content-wrapper .content-wrap .image-wrap {
    margin-top: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vh4mfFvKWm .card-wrapper .content-wrapper .content-wrap .image-wrap {
    margin-top: 24px;
  }
}
.cid-vh4mfFvKWm .card-wrapper .content-wrapper .content-wrap .image-wrap img {
  display: inline-flex;
  width: 65%;
  height: 448px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vh4mfFvKWm .card-wrapper .content-wrapper .content-wrap .image-wrap img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-vh4mfFvKWm .card-wrapper .content-wrapper .content-wrap .image-wrap img {
    height: 300px;
    width: 100%;
  }
}
.cid-vh4mfFvKWm .mbr-label {
  color: #FFFFFF;
  text-align: center;
}
.cid-vh4mfFvKWm .mbr-section-title {
  color: #f1ff91;
}
.cid-vh4mfFvKWm .mbr-text,
.cid-vh4mfFvKWm .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-vh4mfFvKWm .mbr-section-title,
.cid-vh4mfFvKWm .title-wrap,
.cid-vh4mfFvKWm .mbr-section-btn {
  text-align: center;
}
.cid-vh4mfFvKWm .mbr-section-title,
.cid-vh4mfFvKWm .mbr-section-btn,
.cid-vh4mfFvKWm .title-wrap {
  color: #ECD3C7;
}
.cid-vh4mfFBxxe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vh4mfFBxxe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh4mfFBxxe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh4mfFBxxe .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-color: #4b2a00;
}
@media (max-width: 1640px) {
  .cid-vh4mfFBxxe .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vh4mfFBxxe .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vh4mfFBxxe .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vh4mfFBxxe .card-wrapper .content-wrapper {
  margin: 0 -24px;
}
.cid-vh4mfFBxxe .card-wrapper .content-wrapper .card {
  padding: 0 24px;
  justify-content: center;
}
.cid-vh4mfFBxxe .card-wrapper .content-wrapper .content-wrap {
  margin-bottom: 200px;
}
@media (max-width: 1440px) {
  .cid-vh4mfFBxxe .card-wrapper .content-wrapper .content-wrap {
    margin-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .cid-vh4mfFBxxe .card-wrapper .content-wrapper .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-vh4mfFBxxe .card-wrapper .content-wrapper .content-wrap .mbr-label {
  margin-bottom: 12px;
}
.cid-vh4mfFBxxe .card-wrapper .content-wrapper .content-wrap .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vh4mfFBxxe .card-wrapper .content-wrapper .content-wrap .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vh4mfFBxxe .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vh4mfFBxxe .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vh4mfFBxxe .card-wrapper .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vh4mfFBxxe .card-wrapper .tabs-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vh4mfFBxxe .card-wrapper .tabs-wrapper .nav.nav-tabs {
  position: relative;
  border: 1px solid #ffffff;
  padding: 6px;
  background-color: transparent;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 6px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-vh4mfFBxxe .card-wrapper .tabs-wrapper .nav.nav-tabs {
    grid-template-columns: 1fr 1fr;
  }
}
.cid-vh4mfFBxxe .card-wrapper .tabs-wrapper .nav.nav-tabs::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.1;
  pointer-events: none;
}
.cid-vh4mfFBxxe .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  position: relative;
  z-index: 1;
  padding: 0;
  border: none;
  display: block;
  margin: 0;
}
.cid-vh4mfFBxxe .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  z-index: 1;
  display: block;
  color: #ffffff;
  padding: 11px 12px;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  margin-bottom: 0;
  overflow: hidden;
  border: 1px solid #ffffff;
}
.cid-vh4mfFBxxe .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.1;
  z-index: -1;
  pointer-events: none;
}
.cid-vh4mfFBxxe .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #e98973;
  transition: all 0.5s ease-in-out;
  pointer-events: none;
  z-index: -1;
}
.cid-vh4mfFBxxe .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #000000;
  border: 1px solid #e98973;
}
.cid-vh4mfFBxxe .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::after {
  width: 100%;
}
.cid-vh4mfFBxxe .tab-content {
  height: 100%;
}
.cid-vh4mfFBxxe .tab-content .tab-pane {
  height: 100%;
}
.cid-vh4mfFBxxe .tab-content .tab-pane .item-content {
  height: 100%;
  position: relative;
  min-height: 400px;
}
@media (max-width: 992px) {
  .cid-vh4mfFBxxe .tab-content .tab-pane .item-content {
    min-height: auto;
    height: 300px;
  }
}
.cid-vh4mfFBxxe .tab-content .tab-pane .item-content .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-vh4mfFBxxe .mbr-label {
  color: #FFFFFF;
}
.cid-vh4mfFBxxe .mbr-section-title {
  color: #f1ff91;
}
.cid-vh4mfFBxxe .mbr-text {
  color: #ffffff;
}
.cid-vh4mfFBxxe .mbr-section-title,
.cid-vh4mfFBxxe .title-wrap,
.cid-vh4mfFBxxe .mbr-section-btn {
  color: #ECD3C7;
}
.cid-vh4mfFBxxe .mbr-text,
.cid-vh4mfFBxxe .text-wrapper {
  color: #FFFFFF;
}
.cid-vh4mfFIg5v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vh4mfFIg5v .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh4mfFIg5v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh4mfFIg5v .items-wrapper {
  margin: 0 -24px;
}
.cid-vh4mfFIg5v .items-wrapper .card {
  padding: 0 24px;
}
.cid-vh4mfFIg5v .content-wrapper {
  position: sticky;
  top: 72px;
}
@media (max-width: 992px) {
  .cid-vh4mfFIg5v .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vh4mfFIg5v .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vh4mfFIg5v .content-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-vh4mfFIg5v .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vh4mfFIg5v .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vh4mfFIg5v .panel-group {
  position: relative;
}
.cid-vh4mfFIg5v .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #59839b;
  transition: all 0.3s ease-in-out;
  margin-top: 12px;
}
.cid-vh4mfFIg5v .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-vh4mfFIg5v .panel-group .card {
    padding: 24px 12px;
  }
}
.cid-vh4mfFIg5v .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  display: block;
}
.cid-vh4mfFIg5v .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.cid-vh4mfFIg5v .panel-group .card .card-header .panel-title .title-wrap .panel-label {
  margin-bottom: 6px;
}
.cid-vh4mfFIg5v .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  margin-bottom: 0;
}
.cid-vh4mfFIg5v .panel-group .card .card-header .panel-title .icon-wrap {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  margin-left: 12px;
  border-radius: 100%;
  background-color: #88b2cc;
}
.cid-vh4mfFIg5v .panel-group .card .card-header .panel-title .icon-wrap .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-vh4mfFIg5v .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-vh4mfFIg5v .panel-group .card .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-vh4mfFIg5v .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vh4mfFIg5v .mbr-label {
  color: #1E0E00;
}
.cid-vh4mfFIg5v .mbr-section-title {
  color: #14334b;
}
.cid-vh4mfFIg5v .mbr-text {
  color: #1E0E00;
}
.cid-vh4mfFIg5v .panel-label {
  color: #1E0E00;
}
.cid-vh4mfFIg5v .panel-title-edit {
  color: #1E0E00;
}
.cid-vh4mfFIg5v .panel-text {
  color: #1E0E00;
}
.cid-vh4mfFIg5v .mbr-section-title,
.cid-vh4mfFIg5v .title-wrap,
.cid-vh4mfFIg5v .mbr-section-btn {
  color: #1E0E00;
}
.cid-vh4mfFRdhD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vh4mfFRdhD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh4mfFRdhD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh4mfFRdhD .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-color: #4b2a00;
}
@media (max-width: 1640px) {
  .cid-vh4mfFRdhD .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vh4mfFRdhD .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vh4mfFRdhD .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vh4mfFRdhD .card-wrapper .content-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vh4mfFRdhD .card-wrapper .content-wrapper {
    margin-bottom: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vh4mfFRdhD .card-wrapper .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vh4mfFRdhD .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vh4mfFRdhD .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vh4mfFRdhD .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vh4mfFRdhD .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vh4mfFRdhD .card-wrapper .items-wrapper {
  margin: 0 -6px;
}
.cid-vh4mfFRdhD .card-wrapper .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vh4mfFRdhD .card-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vh4mfFRdhD .card-wrapper .items-wrapper .item .item-wrapper {
  position: relative;
  padding: 12px;
  height: 100%;
  overflow: hidden;
}
.cid-vh4mfFRdhD .card-wrapper .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.1;
  pointer-events: none;
}
.cid-vh4mfFRdhD .card-wrapper .items-wrapper .item .item-wrapper .card-box {
  height: 100%;
  border: 1px solid #ffbaa2;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-vh4mfFRdhD .card-wrapper .items-wrapper .item .item-wrapper .card-box {
    padding: 24px 12px;
  }
}
.cid-vh4mfFRdhD .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vh4mfFRdhD .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vh4mfFRdhD .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 24px;
}
.cid-vh4mfFRdhD .card-wrapper .items-wrapper .item .item-wrapper .card-box .list-wrapper .list {
  margin: 0;
  padding-left: 20px;
}
.cid-vh4mfFRdhD .card-wrapper .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
}
.cid-vh4mfFRdhD .card-wrapper .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vh4mfFRdhD .card-wrapper .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vh4mfFRdhD .mbr-label {
  color: #FFFFFF;
}
.cid-vh4mfFRdhD .mbr-section-title {
  color: #f1ff91;
}
.cid-vh4mfFRdhD .mbr-text {
  color: #FFFFFF;
}
.cid-vh4mfFRdhD .item-title {
  color: #ffffff;
}
.cid-vh4mfFRdhD .item-price {
  color: #ECD3C7;
}
.cid-vh4mfFRdhD .item-text {
  color: #FFFFFF;
}
.cid-vh4mfFRdhD .list {
  color: #ffffff;
}
.cid-vh4mfFRdhD .mbr-section-title,
.cid-vh4mfFRdhD .title-wrap {
  color: #ECD3C7;
}
.cid-vh4mfFRdhD .item-title,
.cid-vh4mfFRdhD .mbr-section-btn {
  color: #FFFFFF;
}
.cid-vh4mfFRdhD .list,
.cid-vh4mfFRdhD .item-wrap,
.cid-vh4mfFRdhD .tags-wrapper {
  color: #FFFFFF;
}
.cid-vh4mfG1sjs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vh4mfG1sjs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh4mfG1sjs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh4mfG1sjs .items-wrapper {
  margin: 0 -24px;
}
.cid-vh4mfG1sjs .items-wrapper .card {
  padding: 0 24px;
}
.cid-vh4mfG1sjs .content-wrapper {
  position: sticky;
  top: 72px;
}
@media (max-width: 992px) {
  .cid-vh4mfG1sjs .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vh4mfG1sjs .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vh4mfG1sjs .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vh4mfG1sjs .item:first-child .item-wrapper {
  padding: 24px 0 48px;
}
@media (max-width: 992px) {
  .cid-vh4mfG1sjs .item:first-child .item-wrapper {
    padding: 0 0 24px;
  }
}
.cid-vh4mfG1sjs .item .item-wrapper {
  padding: 48px 0;
  border-bottom: 1px solid #1e0e00;
  border-radius: 0 !important;
  display: grid;
  gap: 48px;
  grid-template-columns: 0.9fr 1fr;
}
@media (max-width: 992px) {
  .cid-vh4mfG1sjs .item .item-wrapper {
    display: block;
    padding: 24px 0;
  }
}
.cid-vh4mfG1sjs .item .item-wrapper .item-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vh4mfG1sjs .item .item-wrapper .item-title {
    margin-bottom: 12px;
  }
}
.cid-vh4mfG1sjs .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vh4mfG1sjs .item .item-wrapper .card-box .item-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vh4mfG1sjs .btn-wrapper {
  margin-top: -5%;
}
.cid-vh4mfG1sjs .mbr-section-title {
  color: #14334b;
}
.cid-vh4mfG1sjs .item-title {
  color: #1E0E00;
}
.cid-vh4mfG1sjs .item-text {
  color: #14334b;
}
.cid-vh4mfG1sjs .mbr-section-title,
.cid-vh4mfG1sjs .main-btn {
  color: #1E0E00;
}
.cid-vh4mfG1sjs .item-text,
.cid-vh4mfG1sjs .item-btn {
  color: #1E0E00;
}
.cid-vh4mfG53GP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vh4mfG53GP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh4mfG53GP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh4mfG53GP .google-map iframe {
  width: 100%;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-vh4mfG53GP .google-map iframe {
    height: 300px;
  }
}
.cid-vh4mfG8NKt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vh4mfG8NKt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh4mfG8NKt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh4mfG8NKt .items-wrapper {
  margin: 0 -24px;
}
.cid-vh4mfG8NKt .items-wrapper .card {
  padding: 0 24px;
}
.cid-vh4mfG8NKt .content-wrapper {
  position: sticky;
  top: 72px;
}
@media (max-width: 992px) {
  .cid-vh4mfG8NKt .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vh4mfG8NKt .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vh4mfG8NKt .content-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vh4mfG8NKt .content-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vh4mfG8NKt .item:first-child .item-wrapper {
  padding-top: 0;
}
.cid-vh4mfG8NKt .item .item-wrapper {
  padding: 48px 0;
  border-bottom: 1px solid #1e0e00;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vh4mfG8NKt .item .item-wrapper {
    display: block;
    padding: 24px 0;
  }
}
.cid-vh4mfG8NKt .item .item-wrapper .item-img {
  margin-bottom: 24px;
}
.cid-vh4mfG8NKt .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vh4mfG8NKt .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vh4mfG8NKt .item .item-wrapper .item-date {
  margin-bottom: 12px;
}
.cid-vh4mfG8NKt .item .item-wrapper .item-title {
  margin-bottom: 12px;
}
.cid-vh4mfG8NKt .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vh4mfG8NKt .item .item-wrapper .item-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vh4mfG8NKt .mbr-label {
  color: #1E0E00;
}
.cid-vh4mfG8NKt .mbr-section-title {
  color: #ff5500;
}
.cid-vh4mfG8NKt .item-date {
  color: #1E0E00;
}
.cid-vh4mfG8NKt .item-title {
  color: #14334b;
}
.cid-vh4mfG8NKt .item-text {
  color: #1E0E00;
}
.cid-vh4mfG8NKt .mbr-section-title,
.cid-vh4mfG8NKt .mbr-section-btn,
.cid-vh4mfG8NKt .title-wrap {
  color: #59839B;
}
.cid-vh4mfG8NKt .item-title,
.cid-vh4mfG8NKt .item-btn {
  color: #1E0E00;
}
.cid-vh4mfGd9sR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: transparent;
}
.cid-vh4mfGd9sR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh4mfGd9sR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh4mfGd9sR .content-wrapper .mbr-label {
  margin-bottom: 24px;
}
.cid-vh4mfGd9sR .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .cid-vh4mfGd9sR .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 425px) {
  .cid-vh4mfGd9sR .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vh4mfGd9sR .embla__slide .slide-content {
  width: 100%;
}
.cid-vh4mfGd9sR .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-vh4mfGd9sR .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh4mfGd9sR .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100px;
}
.cid-vh4mfGd9sR .embla__button--next,
.cid-vh4mfGd9sR .embla__button--prev {
  display: flex;
}
.cid-vh4mfGd9sR .embla__button {
  top: 0;
  width: 32px;
  height: 32px;
  font-size: 16px;
  background-color: #ff5500 !important;
  color: #ffffff !important;
  border: 1px solid #ff5500 !important;
  border-radius: 100% !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-vh4mfGd9sR .embla__button:hover {
  background-color: transparent !important;
  color: #ff5500 !important;
}
.cid-vh4mfGd9sR .embla__button:disabled {
  background-color: #ff5500 !important;
  color: #ffffff !important;
  opacity: 0.5 !important;
}
.cid-vh4mfGd9sR .embla__button.embla__button--prev {
  right: 44px;
}
.cid-vh4mfGd9sR .embla__button.embla__button--next {
  right: 0;
}
.cid-vh4mfGd9sR .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vh4mfGd9sR .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-vh4mfGd9sR .embla__viewport {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-vh4mfGd9sR .embla__viewport {
    mask-image: none;
    -webkit-mask-image: none;
  }
}
.cid-vh4mfGd9sR .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vh4mfGd9sR .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vh4mfGd9sR .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vh4mfGd9sR .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vh4mfGd9sR .mbr-label {
  color: #1E0E00;
  text-align: center;
}
.cid-vh4mfGgYU6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vh4mfGgYU6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh4mfGgYU6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh4mfGgYU6 .content-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vh4mfGgYU6 .content-wrapper {
    margin-bottom: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vh4mfGgYU6 .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vh4mfGgYU6 .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vh4mfGgYU6 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vh4mfGgYU6 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vh4mfGgYU6 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vh4mfGgYU6 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 365px;
  max-width: 365px;
}
@media (max-width: 768px) {
  .cid-vh4mfGgYU6 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vh4mfGgYU6 .embla__slide .slide-content {
  width: 100%;
}
.cid-vh4mfGgYU6 .embla__slide .slide-content .item-wrapper {
  padding: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #59839b;
  min-height: 320px;
}
@media (max-width: 992px) {
  .cid-vh4mfGgYU6 .embla__slide .slide-content .item-wrapper {
    padding: 12px;
    min-height: auto;
  }
}
.cid-vh4mfGgYU6 .embla__slide .slide-content .item-wrapper .item-text {
  margin-bottom: 24px;
}
.cid-vh4mfGgYU6 .embla__slide .slide-content .item-wrapper .card-box .item-name {
  margin-bottom: 4px;
}
.cid-vh4mfGgYU6 .embla__slide .slide-content .item-wrapper .card-box .item-role {
  margin-bottom: 0;
}
.cid-vh4mfGgYU6 .embla__button--next,
.cid-vh4mfGgYU6 .embla__button--prev {
  display: flex;
}
.cid-vh4mfGgYU6 .embla__button {
  top: 0;
  width: 32px;
  height: 32px;
  font-size: 16px;
  background-color: #88b2cc !important;
  color: #000000 !important;
  border: 1px solid #88b2cc !important;
  border-radius: 100% !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vh4mfGgYU6 .embla__button:hover {
  background-color: transparent !important;
  color: #88b2cc !important;
}
.cid-vh4mfGgYU6 .embla__button:disabled {
  background-color: #88b2cc !important;
  color: #000000 !important;
  opacity: 0.5 !important;
}
.cid-vh4mfGgYU6 .embla__button.embla__button--prev {
  right: 44px;
}
.cid-vh4mfGgYU6 .embla__button.embla__button--next {
  right: 0;
}
.cid-vh4mfGgYU6 .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 4rem;
}
.cid-vh4mfGgYU6 .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-vh4mfGgYU6 .embla__viewport {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-vh4mfGgYU6 .embla__viewport {
    mask-image: none;
    -webkit-mask-image: none;
  }
}
.cid-vh4mfGgYU6 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vh4mfGgYU6 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vh4mfGgYU6 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vh4mfGgYU6 .mbr-label {
  color: #1E0E00;
}
.cid-vh4mfGgYU6 .mbr-section-title {
  color: #ff5500;
}
.cid-vh4mfGgYU6 .mbr-text {
  color: #14334b;
}
.cid-vh4mfGgYU6 .item-text {
  color: #1E0E00;
}
.cid-vh4mfGgYU6 .item-name {
  color: #1E0E00;
}
.cid-vh4mfGgYU6 .item-role {
  color: #1E0E00;
}
.cid-vh4mfGgYU6 .mbr-section-title,
.cid-vh4mfGgYU6 .title-wrap {
  color: #59839B;
}
.cid-vh4mfGgYU6 .mbr-text,
.cid-vh4mfGgYU6 .mbr-section-btn {
  color: #1E0E00;
}
.cid-vh4mfGmFyj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-1590381105924-c72589b9ef3f.jpeg");
}
.cid-vh4mfGmFyj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh4mfGmFyj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh4mfGmFyj .card-wrapper {
  position: relative;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #ffffff;
  backdrop-filter: blur(6px);
}
@media (max-width: 992px) {
  .cid-vh4mfGmFyj .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vh4mfGmFyj .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.1;
  pointer-events: none;
}
.cid-vh4mfGmFyj .content-wrap {
  margin: 0 -24px;
}
.cid-vh4mfGmFyj .content-wrap .card {
  padding: 0 24px;
  justify-content: flex-end;
}
.cid-vh4mfGmFyj .content-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vh4mfGmFyj .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vh4mfGmFyj .content-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-vh4mfGmFyj .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vh4mfGmFyj .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vh4mfGmFyj .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vh4mfGmFyj .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 6px;
}
.cid-vh4mfGmFyj .form-wrap .dragArea.row .form-group .form-control {
  padding: 21px 24px;
  background-color: transparent;
  border: 1px solid #ffffff !important;
  box-shadow: none;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vh4mfGmFyj .form-wrap .dragArea.row .form-group .form-control {
    padding: 12px;
  }
}
.cid-vh4mfGmFyj .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
}
.cid-vh4mfGmFyj .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vh4mfGmFyj .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffbaa2 !important;
}
.cid-vh4mfGmFyj .form-wrap .dragArea.row .form-group textarea {
  min-height: 200px;
}
.cid-vh4mfGmFyj .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vh4mfGmFyj .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-vh4mfGmFyj .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vh4mfGmFyj .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
}
.cid-vh4mfGmFyj .mbr-section-title {
  color: #f1ff91;
}
.cid-vh4mfGmFyj .mbr-text {
  color: #ffffff;
}
.cid-vh4mfGmFyj label {
  color: #ffffff;
}
.cid-vh4mfGmFyj .mbr-section-title,
.cid-vh4mfGmFyj .title-wrap {
  color: #ECD3C7;
}
.cid-vh4mfGmFyj .mbr-text,
.cid-vh4mfGmFyj .mbr-section-btn {
  color: #FFFFFF;
}
.cid-vh4mfGs7qQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vh4mfGs7qQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh4mfGs7qQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh4mfGs7qQ .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-color: #4b2a00;
}
@media (max-width: 1640px) {
  .cid-vh4mfGs7qQ .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vh4mfGs7qQ .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vh4mfGs7qQ .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vh4mfGs7qQ .card-wrapper .content-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vh4mfGs7qQ .card-wrapper .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vh4mfGs7qQ .card-wrapper .content-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vh4mfGs7qQ .card-wrapper .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vh4mfGs7qQ .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vh4mfGs7qQ .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vh4mfGs7qQ .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vh4mfGs7qQ .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vh4mfGs7qQ .card-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vh4mfGs7qQ .card-wrapper .items-wrapper {
  margin: 0 -6px;
}
.cid-vh4mfGs7qQ .card-wrapper .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vh4mfGs7qQ .card-wrapper .items-wrapper .item {
    margin-bottom: 12px;
  }
  .cid-vh4mfGs7qQ .card-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vh4mfGs7qQ .card-wrapper .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #ffbaa2;
}
@media (max-width: 992px) {
  .cid-vh4mfGs7qQ .card-wrapper .items-wrapper .item .item-wrapper {
    padding: 24px 12px;
  }
}
.cid-vh4mfGs7qQ .card-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 24px;
}
.cid-vh4mfGs7qQ .card-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 45px;
}
.cid-vh4mfGs7qQ .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-vh4mfGs7qQ .btn-wrapper {
  margin-top: -5%;
}
.cid-vh4mfGs7qQ .mbr-label {
  color: #FFFFFF;
  text-align: center;
}
.cid-vh4mfGs7qQ .mbr-section-title {
  color: #f1ff91;
}
.cid-vh4mfGs7qQ .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-vh4mfGs7qQ .mbr-section-title,
.cid-vh4mfGs7qQ .iconfont-wrapper,
.cid-vh4mfGs7qQ .title-wrap {
  text-align: center;
}
.cid-vh4mfGs7qQ .mbr-section-title,
.cid-vh4mfGs7qQ .title-wrap {
  color: #ECD3C7;
}
.cid-vh4mfGs7qQ .cards-icon {
  color: #ECD3C7;
}
.cid-vh4mfGs7qQ .item-title,
.cid-vh4mfGs7qQ .iconfont-wrapper {
  color: #FFFFFF;
}
.cid-vh4mfGvCLL {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/photo-1445019980597-93fa8acb246c.jpeg");
}
.cid-vh4mfGvCLL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh4mfGvCLL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh4mfGvCLL .items-wrapper {
  margin: 0;
}
.cid-vh4mfGvCLL .items-wrapper .card {
  padding: 0;
}
.cid-vh4mfGvCLL .title-wrapper {
  padding: 20px 24px 18px;
  background-color: #f1ff91;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vh4mfGvCLL .title-wrapper {
    padding: 24px 12px;
  }
}
.cid-vh4mfGvCLL .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vh4mfGvCLL .title-wrapper .title-wrap .image-wrap img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.cid-vh4mfGvCLL .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vh4mfGvCLL .card-wrapper {
  position: relative;
  border: 1px solid #ffffff;
  border-bottom: none;
  backdrop-filter: blur(6px);
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vh4mfGvCLL .card-wrapper {
    border-top-right-radius: 0 !important;
  }
}
.cid-vh4mfGvCLL .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.1;
  pointer-events: none;
}
.cid-vh4mfGvCLL .card-wrapper .nav-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vh4mfGvCLL .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr;
    border-bottom: none;
  }
}
.cid-vh4mfGvCLL .card-wrapper .nav-wrapper .item-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-right: 1px solid #ffffff;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-vh4mfGvCLL .card-wrapper .nav-wrapper .item-wrap {
    padding: 24px 12px;
    border-right: none;
    border-bottom: 1px solid #ffffff;
  }
}
.cid-vh4mfGvCLL .card-wrapper .nav-wrapper .item-wrap:hover .mbr-iconfont,
.cid-vh4mfGvCLL .card-wrapper .nav-wrapper .item-wrap:focus .mbr-iconfont {
  transform: translateX(4px);
}
.cid-vh4mfGvCLL .card-wrapper .nav-wrapper .item-wrap:last-child {
  border-right: none;
}
.cid-vh4mfGvCLL .card-wrapper .nav-wrapper .item-wrap .item-nav {
  margin-bottom: 0;
}
.cid-vh4mfGvCLL .card-wrapper .nav-wrapper .item-wrap .mbr-iconfont {
  font-size: 18px;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: all 0.3s ease;
}
.cid-vh4mfGvCLL .card-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vh4mfGvCLL .card-wrapper .content-wrap {
    grid-template-columns: 1fr;
    border-bottom: none;
  }
}
.cid-vh4mfGvCLL .card-wrapper .content-wrap .text-wrapper {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-vh4mfGvCLL .card-wrapper .content-wrap .text-wrapper {
    padding: 24px 12px;
    border-bottom: 1px solid #ffffff;
  }
}
.cid-vh4mfGvCLL .card-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vh4mfGvCLL .card-wrapper .content-wrap .text-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vh4mfGvCLL .card-wrapper .content-wrap .list-wrapper {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-vh4mfGvCLL .card-wrapper .content-wrap .list-wrapper {
    padding: 24px 12px;
    border-bottom: 1px solid #ffffff;
  }
}
.cid-vh4mfGvCLL .card-wrapper .content-wrap .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vh4mfGvCLL .card-wrapper .content-wrap .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease;
}
.cid-vh4mfGvCLL .card-wrapper .content-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vh4mfGvCLL .card-wrapper .content-wrap .list-wrapper .list .item-wrap:hover,
.cid-vh4mfGvCLL .card-wrapper .content-wrap .list-wrapper .list .item-wrap:focus {
  color: #f1ff91;
}
.cid-vh4mfGvCLL .card-wrapper .copy-wrapper .mbr-copy {
  padding: 24px 24px 48px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vh4mfGvCLL .card-wrapper .copy-wrapper .mbr-copy {
    padding: 24px 12px;
  }
}
.cid-vh4mfGvCLL .mbr-section-title {
  color: #14334b;
}
.cid-vh4mfGvCLL .item-nav {
  color: #ffffff;
}
.cid-vh4mfGvCLL .mbr-text {
  color: #ffffff;
}
.cid-vh4mfGvCLL .list {
  color: #ffffff;
}
.cid-vh4mfGvCLL .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-vh4mfGvCLL .mbr-copy,
.cid-vh4mfGvCLL .copy-wrapper,
.cid-vh4mfGvCLL .mbr-section-btn {
  color: #FFFFFF;
}
