.btn {
  border-width: 1px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #f8fcfb;
}
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.display-1 {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 6.5rem;
  line-height: .95;
}
.display-1 > .s-iconfont {
  font-size: 8.125rem;
}
.display-2 {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 3.75rem;
  line-height: 1.1;
}
.display-2 > .s-iconfont {
  font-size: 4.6875rem;
}
.display-4 {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-4 > .s-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 2.625rem;
  line-height: 1.1;
}
.display-5 > .s-iconfont {
  font-size: 3.28125rem;
}
.display-7 {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
}
.display-7 > .s-iconfont {
  font-size: 1.875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 5.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.55rem;
    font-size: calc( 2.925rem + (6.5 - 2.925) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.925rem + (6.5 - 2.925) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.1rem;
    font-size: calc( 1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.55rem;
    font-size: calc( 2.925rem + (6.5 - 2.925) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1 * (2.925rem + (6.5 - 2.925) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.9625rem + (3.75 - 1.9625) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2.1rem;
    font-size: calc( 1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.2 * (1.175rem + (1.5 - 1.175) * ((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: #ad9787 !important;
}
.bg-success {
  background-color: #2ad787 !important;
}
.bg-info {
  background-color: #0fccf2 !important;
}
.bg-warning {
  background-color: #ffc002 !important;
}
.bg-danger {
  background-color: #da2738 !important;
}
.btn-primary .s-iconfont {
  background-color: #ffffff !important;
  color: #ad9787 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ad9787 !important;
  border-color: #ad9787 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #c2b1a5 !important;
  box-shadow: none;
}
.btn-primary:hover .s-iconfont,
.btn-primary:focus .s-iconfont,
.btn-primary.focus .s-iconfont,
.btn-primary.active .s-iconfont {
  transform: translateX(4px);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c2b1a5 !important;
  border-color: #c2b1a5 !important;
}
.btn-secondary .s-iconfont {
  background-color: #3a210e !important;
  color: #e6b794 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e6b794 !important;
  border-color: #e6b794 !important;
  color: #3a210e !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f0d3bd !important;
  box-shadow: none;
}
.btn-secondary:hover .s-iconfont,
.btn-secondary:focus .s-iconfont,
.btn-secondary.focus .s-iconfont,
.btn-secondary.active .s-iconfont {
  transform: translateX(4px);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #3a210e !important;
  background-color: #f0d3bd !important;
  border-color: #f0d3bd !important;
}
.btn-info .s-iconfont {
  background-color: #000000 !important;
  color: #0fccf2 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0fccf2 !important;
  border-color: #0fccf2 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #3fd6f5 !important;
  box-shadow: none;
}
.btn-info:hover .s-iconfont,
.btn-info:focus .s-iconfont,
.btn-info.focus .s-iconfont,
.btn-info.active .s-iconfont {
  transform: translateX(4px);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #000000 !important;
  background-color: #3fd6f5 !important;
  border-color: #3fd6f5 !important;
}
.btn-success .s-iconfont {
  background-color: #000000 !important;
  color: #2ad787 !important;
}
.btn-success,
.btn-success:active {
  background-color: #2ad787 !important;
  border-color: #2ad787 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #55df9f !important;
  box-shadow: none;
}
.btn-success:hover .s-iconfont,
.btn-success:focus .s-iconfont,
.btn-success.focus .s-iconfont,
.btn-success.active .s-iconfont {
  transform: translateX(4px);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #55df9f !important;
  border-color: #55df9f !important;
}
.btn-warning .s-iconfont {
  background-color: #000000 !important;
  color: #ffc002 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffc002 !important;
  border-color: #ffc002 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffcd35 !important;
  box-shadow: none;
}
.btn-warning:hover .s-iconfont,
.btn-warning:focus .s-iconfont,
.btn-warning.focus .s-iconfont,
.btn-warning.active .s-iconfont {
  transform: translateX(4px);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #ffcd35 !important;
  border-color: #ffcd35 !important;
}
.btn-danger .s-iconfont {
  background-color: #ffffff !important;
  color: #da2738 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #da2738 !important;
  border-color: #da2738 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #e15360 !important;
  box-shadow: none;
}
.btn-danger:hover .s-iconfont,
.btn-danger:focus .s-iconfont,
.btn-danger.focus .s-iconfont,
.btn-danger.active .s-iconfont {
  transform: translateX(4px);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e15360 !important;
  border-color: #e15360 !important;
}
.btn-white .s-iconfont {
  background-color: #666666 !important;
  color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  box-shadow: none;
}
.btn-white:hover .s-iconfont,
.btn-white:focus .s-iconfont,
.btn-white.focus .s-iconfont,
.btn-white.active .s-iconfont {
  transform: translateX(4px);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black .s-iconfont {
  background-color: #ffffff !important;
  color: #222f30 !important;
}
.btn-black,
.btn-black:active {
  background-color: #222f30 !important;
  border-color: #222f30 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #374c4e !important;
  box-shadow: none;
}
.btn-black:hover .s-iconfont,
.btn-black:focus .s-iconfont,
.btn-black.focus .s-iconfont,
.btn-black.active .s-iconfont {
  transform: translateX(4px);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #374c4e !important;
  border-color: #374c4e !important;
}
.btn-primary-outline .s-iconfont {
  background-color: #ad9787 !important;
  color: #ffffff;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ad9787;
  color: #ad9787;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #836b5a !important;
  background-color: transparent !important;
  border-color: #836b5a !important;
  box-shadow: none !important;
}
.btn-primary-outline:hover .s-iconfont,
.btn-primary-outline:focus .s-iconfont,
.btn-primary-outline.focus .s-iconfont,
.btn-primary-outline.active .s-iconfont {
  background-color: #836b5a !important;
  color: #ffffff;
  transform: translateX(4px);
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ad9787 !important;
  border-color: #ad9787 !important;
}
.btn-secondary-outline .s-iconfont {
  background-color: #e6b794 !important;
  color: #3a210e;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #e6b794;
  color: #e6b794;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d6884e !important;
  background-color: transparent !important;
  border-color: #d6884e !important;
  box-shadow: none !important;
}
.btn-secondary-outline:hover .s-iconfont,
.btn-secondary-outline:focus .s-iconfont,
.btn-secondary-outline.focus .s-iconfont,
.btn-secondary-outline.active .s-iconfont {
  background-color: #d6884e !important;
  color: #ffffff;
  transform: translateX(4px);
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e6b794 !important;
  border-color: #e6b794 !important;
}
.btn-info-outline .s-iconfont {
  background-color: #0fccf2 !important;
  color: #000000;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0fccf2;
  color: #0fccf2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0988a2 !important;
  background-color: transparent !important;
  border-color: #0988a2 !important;
  box-shadow: none !important;
}
.btn-info-outline:hover .s-iconfont,
.btn-info-outline:focus .s-iconfont,
.btn-info-outline.focus .s-iconfont,
.btn-info-outline.active .s-iconfont {
  background-color: #0988a2 !important;
  color: #ffffff;
  transform: translateX(4px);
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0fccf2 !important;
  border-color: #0fccf2 !important;
}
.btn-success-outline .s-iconfont {
  background-color: #2ad787 !important;
  color: #000000;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #2ad787;
  color: #2ad787;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1b8f5a !important;
  background-color: transparent !important;
  border-color: #1b8f5a !important;
  box-shadow: none !important;
}
.btn-success-outline:hover .s-iconfont,
.btn-success-outline:focus .s-iconfont,
.btn-success-outline.focus .s-iconfont,
.btn-success-outline.active .s-iconfont {
  background-color: #1b8f5a !important;
  color: #ffffff;
  transform: translateX(4px);
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2ad787 !important;
  border-color: #2ad787 !important;
}
.btn-warning-outline .s-iconfont {
  background-color: #ffc002 !important;
  color: #000000;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffc002;
  color: #ffc002;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #aa8000 !important;
  background-color: transparent !important;
  border-color: #aa8000 !important;
  box-shadow: none !important;
}
.btn-warning-outline:hover .s-iconfont,
.btn-warning-outline:focus .s-iconfont,
.btn-warning-outline.focus .s-iconfont,
.btn-warning-outline.active .s-iconfont {
  background-color: #aa8000 !important;
  color: #ffffff;
  transform: translateX(4px);
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffc002 !important;
  border-color: #ffc002 !important;
}
.btn-danger-outline .s-iconfont {
  background-color: #da2738 !important;
  color: #ffffff;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #da2738;
  color: #da2738;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #911924 !important;
  background-color: transparent !important;
  border-color: #911924 !important;
  box-shadow: none !important;
}
.btn-danger-outline:hover .s-iconfont,
.btn-danger-outline:focus .s-iconfont,
.btn-danger-outline.focus .s-iconfont,
.btn-danger-outline.active .s-iconfont {
  background-color: #911924 !important;
  color: #ffffff;
  transform: translateX(4px);
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #da2738 !important;
  border-color: #da2738 !important;
}
.btn-black-outline .s-iconfont {
  background-color: #222f30 !important;
  color: #ffffff;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #222f30;
  color: #222f30;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline:hover .s-iconfont,
.btn-black-outline:focus .s-iconfont,
.btn-black-outline.focus .s-iconfont,
.btn-black-outline.active .s-iconfont {
  background-color: #000000 !important;
  color: #ffffff;
  transform: translateX(4px);
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #222f30 !important;
  border-color: #222f30 !important;
}
.btn-white-outline .s-iconfont {
  background-color: #ffffff !important;
  color: #666666;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-white-outline:hover .s-iconfont,
.btn-white-outline:focus .s-iconfont,
.btn-white-outline.focus .s-iconfont,
.btn-white-outline.active .s-iconfont {
  background-color: #d4d4d4 !important;
  color: #3b3b3b;
  transform: translateX(4px);
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #ad9787 !important;
}
.text-secondary {
  color: #e6b794 !important;
}
.text-success {
  color: #2ad787 !important;
}
.text-info {
  color: #0fccf2 !important;
}
.text-warning {
  color: #ffc002 !important;
}
.text-danger {
  color: #da2738 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #222f30 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #7a6454 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #d37f41 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #198251 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #087c93 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #9b7400 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #841721 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !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: #ad9787;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0fccf2;
}
.alert-warning {
  background-color: #ffc002;
}
.alert-danger {
  background-color: #da2738;
}
.s-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.s-gallery-filter li a {
  border-radius: 100px !important;
}
.s-gallery-filter li.active .btn {
  background-color: #ad9787;
  border-color: #ad9787;
  color: #ffffff;
}
.s-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 8px !important;
}
a,
a:hover {
  color: #ad9787;
}
.s-plan-header.bg-primary .s-plan-subtitle,
.s-plan-header.bg-primary .s-plan-price-desc {
  color: #e1d9d3;
}
.s-plan-header.bg-success .s-plan-subtitle,
.s-plan-header.bg-success .s-plan-price-desc {
  color: #d6f7e8;
}
.s-plan-header.bg-info .s-plan-subtitle,
.s-plan-header.bg-info .s-plan-price-desc {
  color: #d1f5fc;
}
.s-plan-header.bg-warning .s-plan-subtitle,
.s-plan-header.bg-warning .s-plan-price-desc {
  color: #fff3ce;
}
.s-plan-header.bg-danger .s-plan-subtitle,
.s-plan-header.bg-danger .s-plan-price-desc {
  color: #f8d5d8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
  border-radius: 12px !important;
}
.form-control > .s-iconfont {
  font-size: 1.875rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ad9787 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .s-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #ad9787;
}
/* Forms */
.s-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.s-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.s-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.s-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: #ad9787;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ad9787;
}
.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: #ad9787;
  border-bottom-color: #ad9787;
}
.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: #ad9787 !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: #e6b794 !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='%23ad9787' %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;
}
.s-section-btn .btn {
  padding: 0 20px;
  font-weight: 400;
  border-radius: 12px !important;
  min-height: 48px;
  will-change: transform;
}
.s-section-btn .btn .s-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 48px;
  width: 48px;
  border-radius: 12px !important;
  font-size: 90%;
  margin-right: -22px;
  margin-left: 16px;
  transition: all .3s ease;
}
.s-section-btn .btn-black {
  color: #ffffff;
}
.s-section-btn .btn-black .s-iconfont {
  background-color: #ad9787 !important;
  color: #ffffff !important;
}
.s-section-btn .btn-black:hover,
.s-section-btn .btn-black:focus,
.s-section-btn .btn-black.focus,
.s-section-btn .btn-black.active {
  background-color: #ad9787 !important;
  color: #ffffff !important;
}
.s-section-btn .btn-black:hover .s-iconfont,
.s-section-btn .btn-black:focus .s-iconfont,
.s-section-btn .btn-black.focus .s-iconfont,
.s-section-btn .btn-black.active .s-iconfont {
  background-color: #222f30 !important;
  color: #ffffff !important;
}
.s-section-btn .btn-primary,
.s-section-btn .btn-secondary,
.s-section-btn .btn-success,
.s-section-btn .btn-info,
.s-section-btn .btn-warning,
.s-section-btn .btn-danger,
.s-section-btn .btn-black,
.s-section-btn .btn-white {
  border: none !important;
}
.s-section-btn .btn-white {
  color: #222f30;
}
.s-section-btn .btn-white .s-iconfont {
  background-color: #ad9787 !important;
  color: #ffffff !important;
}
.s-section-btn .btn-white:hover,
.s-section-btn .btn-white:focus,
.s-section-btn .btn-white.focus,
.s-section-btn .btn-white.active {
  background-color: #ad9787 !important;
  color: #ffffff !important;
}
.s-section-btn .btn-white:hover .s-iconfont,
.s-section-btn .btn-white:focus .s-iconfont,
.s-section-btn .btn-white.focus .s-iconfont,
.s-section-btn .btn-white.active .s-iconfont {
  background-color: #ffffff !important;
  color: #222f30 !important;
}
.s-section-btn .btn-primary,
.s-section-btn .btn-secondary,
.s-section-btn .btn-success,
.s-section-btn .btn-info,
.s-section-btn .btn-warning,
.s-section-btn .btn-danger,
.s-section-btn .btn-black,
.s-section-btn .btn-white {
  border: none !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.s-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 20px !important;
}
.large-radius,
.google-map iframe {
  border-radius: 24px !important;
}
.middle-radius {
  border-radius: 16px !important;
}
.little-radius,
.nav-item .nav-link,
.dropdown-item {
  border-radius: 8px !important;
}
.menu-content,
.blur-wrapper,
.card-icon.card-wrap {
  border-radius: 12px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vfO5UXu0Fs .navbar-dropdown {
  position: relative !important;
}
.cid-vfO5UXu0Fs .container-fluid {
  padding-left: 48px;
  padding-right: 48px;
}
@media (max-width: 992px) {
  .cid-vfO5UXu0Fs .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-vfO5UXu0Fs .dropdown-item:before {
  font-family: 'WebIcons' !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-vfO5UXu0Fs .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vfO5UXu0Fs .dropdown-item {
  border: none !important;
  background: #001813 !important;
  color: #f8fcfb !important;
  font-weight: 300;
}
.cid-vfO5UXu0Fs .dropdown-item:hover,
.cid-vfO5UXu0Fs .dropdown-item:focus {
  background: #001813 !important;
  color: #f8fcfb !important;
}
.cid-vfO5UXu0Fs .dropdown-item:hover span {
  color: white;
}
.cid-vfO5UXu0Fs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfO5UXu0Fs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfO5UXu0Fs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfO5UXu0Fs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfO5UXu0Fs .nav-link {
  position: relative;
}
.cid-vfO5UXu0Fs .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vfO5UXu0Fs .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .cid-vfO5UXu0Fs .container {
    max-width: 1100px;
  }
}
.cid-vfO5UXu0Fs .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vfO5UXu0Fs .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vfO5UXu0Fs .dropdown-menu,
.cid-vfO5UXu0Fs .navbar.opened {
  background: #f8fcfb !important;
}
.cid-vfO5UXu0Fs .nav-item:focus,
.cid-vfO5UXu0Fs .nav-link:focus {
  outline: none;
}
.cid-vfO5UXu0Fs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfO5UXu0Fs .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vfO5UXu0Fs .dropdown .dropdown-menu .dropdown-item .s-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfO5UXu0Fs .dropdown .dropdown-menu .dropdown-item .s-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfO5UXu0Fs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfO5UXu0Fs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px 14px 14px 14px!important;
  transition: none;
  margin: 0 0 5px 0 !important;
}
.cid-vfO5UXu0Fs .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f8fcfb;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfO5UXu0Fs .navbar.opened {
  transition: all 0.3s;
}
.cid-vfO5UXu0Fs .navbar .dropdown-item {
  padding: 10px 2rem 10px 17px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vfO5UXu0Fs .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vfO5UXu0Fs .navbar .navbar-logo img {
  width: auto;
}
.cid-vfO5UXu0Fs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfO5UXu0Fs .navbar.collapsed {
  justify-content: center;
}
.cid-vfO5UXu0Fs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfO5UXu0Fs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfO5UXu0Fs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.5rem);
  }
}
.cid-vfO5UXu0Fs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vfO5UXu0Fs .navbar.collapsed .dropdown-menu .dropdown-item {
  width: 100% !important;
  justify-content: center;
  align-items: center;
  padding: 14px !important;
}
.cid-vfO5UXu0Fs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: 12px;
}
.cid-vfO5UXu0Fs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
  position: static;
}
.cid-vfO5UXu0Fs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfO5UXu0Fs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfO5UXu0Fs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfO5UXu0Fs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfO5UXu0Fs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfO5UXu0Fs .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vfO5UXu0Fs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfO5UXu0Fs .navbar .dropdown-menu .dropdown-item:after {
    right: 12px;
  }
  .cid-vfO5UXu0Fs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
    position: static;
    margin-bottom: -0.2rem;
  }
  .cid-vfO5UXu0Fs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfO5UXu0Fs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfO5UXu0Fs .navbar .dropdown-menu .dropdown-item {
    padding: 14px 14px 14px 14px!important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    width: 100% !important;
  }
  .cid-vfO5UXu0Fs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfO5UXu0Fs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfO5UXu0Fs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfO5UXu0Fs .navbar.navbar-short {
  min-height: 110px;
}
.cid-vfO5UXu0Fs .navbar.navbar-short .navbar-brand {
  min-height: 110px;
}
.cid-vfO5UXu0Fs .navbar-brand {
  min-height: 110px;
  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-vfO5UXu0Fs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vfO5UXu0Fs .navbar-brand .navbar-caption:hover,
.cid-vfO5UXu0Fs .navbar-brand .navbar-caption:focus {
  color: #001813 !important;
}
.cid-vfO5UXu0Fs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfO5UXu0Fs .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfO5UXu0Fs .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #001813 !important;
}
.cid-vfO5UXu0Fs .dropdown-item.active,
.cid-vfO5UXu0Fs .dropdown-item:active {
  background-color: transparent;
}
.cid-vfO5UXu0Fs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfO5UXu0Fs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfO5UXu0Fs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfO5UXu0Fs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fcfb;
  top: 2.6rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vfO5UXu0Fs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    text-align: center;
  }
}
.cid-vfO5UXu0Fs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfO5UXu0Fs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfO5UXu0Fs ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0 10px;
}
@media (min-width: 991px) {
  .cid-vfO5UXu0Fs ul.navbar-nav {
    background-color: transparent;
  }
}
@media (max-width: 992px) {
  .cid-vfO5UXu0Fs ul.navbar-nav {
    padding: 10px;
  }
  .cid-vfO5UXu0Fs ul.navbar-nav .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
}
.cid-vfO5UXu0Fs .collapsed ul.navbar-nav {
  padding: 10px;
}
.cid-vfO5UXu0Fs .collapsed ul.navbar-nav .nav-item:last-child .nav-link {
  margin-bottom: 0;
}
.cid-vfO5UXu0Fs .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vfO5UXu0Fs .navbar-buttons {
    text-align: left;
  }
}
.cid-vfO5UXu0Fs .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  margin: 0;
  margin-left: 10px;
}
@media (max-width: 992px) {
  .cid-vfO5UXu0Fs .navbar-buttons .btn {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .cid-vfO5UXu0Fs .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfO5UXu0Fs button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 110px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfO5UXu0Fs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #001813;
}
.cid-vfO5UXu0Fs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfO5UXu0Fs button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vfO5UXu0Fs button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vfO5UXu0Fs button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vfO5UXu0Fs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfO5UXu0Fs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfO5UXu0Fs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfO5UXu0Fs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfO5UXu0Fs .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vfO5UXu0Fs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfO5UXu0Fs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfO5UXu0Fs .navbar {
    height: 70px;
  }
  .cid-vfO5UXu0Fs .navbar.opened {
    height: auto;
  }
  .cid-vfO5UXu0Fs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfO5UXu0Fs .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfO5UXu0Fs .nav-item .nav-link {
  padding: 10px 17px !important;
  margin: 6px 2px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vfO5UXu0Fs .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vfO5UXu0Fs .nav-item .nav-link:hover {
  background-color: #f8fcfb;
  color: #001813;
}
.cid-vfO5UXu0Fs .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vfO5UXu0Fs .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfO5UXu0Fs .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfO5UXu0Fs .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vfO5UXu0Fs .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfO5UXu0Fs .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfO5UXu0Fs .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfO5UXu0Fs .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfO5UXu0Fs .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vfO5UXu0Fs .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vfO5UXu0Fs .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vfO5UXu0Fs .content-wrap {
  min-height: 110px;
}
.cid-vfO5UXu0Fs .dropdown {
  width: fit-content;
}
@media (max-width: 991px) {
  .cid-vfO5UXu0Fs .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vfO5UXu0Fs .menu-content {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  backdrop-filter: blur(14px);
  position: relative;
  padding: 4px 12px;
}
@media (max-width: 992px) {
  .cid-vfO5UXu0Fs .menu-content {
    width: 100%;
    flex-direction: column;
    padding: 10px 12px;
  }
}
.cid-vfO5UXu0Fs .menu-content .blur-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.8;
  pointer-events: none;
}
.cid-vfO5UXu0Fs .navbar-caption {
  color: #001813;
}
.cid-vfO5UXu0Fs .nav-link,
.cid-vfO5UXu0Fs .dropdown-item {
  color: #001813;
}
.cid-vfO5UXONUe {
  position: relative;
  background-color: #f7f7f5;
  align-items: flex-end;
  padding: 12px 0;
}
.cid-vfO5UXONUe .cont-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}
.cid-vfO5UXONUe .cont-wrapper .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-vfO5UXONUe .cont-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #222f30;
  opacity: 0.8;
  pointer-events: none;
}
.cid-vfO5UXONUe .cont-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vfO5UXONUe .cont-wrapper {
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.cid-vfO5UXONUe .s-fallback-image.disabled {
  display: none;
}
.cid-vfO5UXONUe .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 150px 0 32px;
  pointer-events: none;
}
.cid-vfO5UXONUe .content-wrapper .title-wrapper .s-section-title {
  pointer-events: visible;
  margin-bottom: 460px;
}
@media (max-width: 1440px) {
  .cid-vfO5UXONUe .content-wrapper .title-wrapper .s-section-title {
    margin-bottom: 200px;
  }
}
@media (max-width: 992px) {
  .cid-vfO5UXONUe .content-wrapper .title-wrapper .s-section-title {
    margin-bottom: 32px;
  }
}
.cid-vfO5UXONUe .content-wrapper .text-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vfO5UXONUe .content-wrapper .text-wrapper {
    display: block;
  }
}
.cid-vfO5UXONUe .content-wrapper .text-wrapper .text-wrap {
  width: 49%;
}
@media (max-width: 992px) {
  .cid-vfO5UXONUe .content-wrapper .text-wrapper .text-wrap {
    width: 100%;
  }
}
.cid-vfO5UXONUe .content-wrapper .text-wrapper .text-wrap .s-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vfO5UXONUe .content-wrapper .text-wrapper .text-wrap .s-text {
    width: 100%;
  }
}
.cid-vfO5UXONUe .content-wrapper .text-wrapper .card-box {
  width: 49%;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vfO5UXONUe .content-wrapper .text-wrapper .card-box {
    width: 100%;
  }
}
.cid-vfO5UXONUe .content-wrapper .text-wrapper .card-box .s-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vfO5UXONUe .s-section-title {
  color: #ffffff;
}
.cid-vfO5UXONUe .s-text {
  color: #ffffff;
}
.cid-vfO5UXONUe .s-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vfO5UXONUe .s-section-btn {
    text-align: left;
  }
}
.cid-vfO5UXONUe .s-section-title,
.cid-vfO5UXONUe .s-section-btn {
  color: #FFFFFF;
}
.cid-vfO5UXONUe .s-text,
.cid-vfO5UXONUe .text-wrap {
  color: #FFFFFF;
}
.cid-vfO5UXW7rH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vfO5UXW7rH .s-fallback-image.disabled {
  display: none;
}
.cid-vfO5UXW7rH .s-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfO5UXW7rH .border-wrapper {
  height: 12px;
  border: 1px solid #dddddd;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vfO5UXW7rH .border-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vfO5UXW7rH .label-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vfO5UXW7rH .label-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vfO5UXW7rH .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vfO5UXW7rH .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #ad9787;
  display: flex;
}
.cid-vfO5UXW7rH .label-wrapper .label-wrap .s-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vfO5UXW7rH .content-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vfO5UXW7rH .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vfO5UXW7rH .image-wrapper img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vfO5UXW7rH .image-wrapper img {
    height: 300px;
  }
}
.cid-vfO5UXW7rH .title-wrapper .s-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vfO5UXW7rH .title-wrapper .s-section-title {
    margin-bottom: 24px;
  }
}
.cid-vfO5UXW7rH .title-wrapper .text-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-vfO5UXW7rH .title-wrapper .text-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vfO5UXW7rH .title-wrapper .text-wrapper .s-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfO5UXW7rH .title-wrapper .text-wrapper .s-text {
    width: 100%;
  }
}
.cid-vfO5UXW7rH .title-wrapper .s-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vfO5UXW7rH .title-wrapper .s-section-btn {
    margin-top: 24px;
  }
}
.cid-vfO5UXW7rH .s-label {
  color: #222f30;
}
.cid-vfO5UXW7rH .s-section-title {
  color: #222f30;
}
.cid-vfO5UXW7rH .s-section-subtitle {
  color: #c9cbbe;
}
.cid-vfO5UXW7rH .s-text {
  color: #4f595a;
}
.cid-vfO5UXW7rH .s-label,
.cid-vfO5UXW7rH .label-wrapper {
  color: #001813;
}
.cid-vfO5UXW7rH .s-section-title,
.cid-vfO5UXW7rH .s-section-btn {
  color: #001813;
}
.cid-vfO5UXW7rH .s-text,
.cid-vfO5UXW7rH .text-wrapper {
  color: #001813;
}
.cid-vfO5UXZ21r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #001813;
}
.cid-vfO5UXZ21r .s-fallback-image.disabled {
  display: none;
}
.cid-vfO5UXZ21r .s-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfO5UXZ21r .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vfO5UXZ21r .title-wrapper .s-section-title {
  margin-bottom: 24px;
}
.cid-vfO5UXZ21r .title-wrapper .text-wrapper .s-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfO5UXZ21r .title-wrapper .text-wrapper .s-text {
    width: 100%;
  }
}
.cid-vfO5UXZ21r .s-section-title {
  color: #ffffff;
}
.cid-vfO5UXZ21r .s-text {
  color: #ffffff;
}
.cid-vfO5UXZ21r .s-section-title,
.cid-vfO5UXZ21r .s-section-btn {
  color: #FFFFFF;
}
.cid-vfO5UXZ21r .s-text,
.cid-vfO5UXZ21r .text-wrapper {
  color: #FFFFFF;
}
.cid-vfO5UY1YQi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #001813;
}
.cid-vfO5UY1YQi .s-fallback-image.disabled {
  display: none;
}
.cid-vfO5UY1YQi .s-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfO5UY1YQi .items-wrapper {
  margin: 0 -10px;
}
.cid-vfO5UY1YQi .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vfO5UY1YQi .items-wrapper .item {
    margin-bottom: 24px;
  }
  .cid-vfO5UY1YQi .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vfO5UY1YQi .items-wrapper .item .item-wrapper {
  position: relative;
  height: 165px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfO5UY1YQi .items-wrapper .item .item-wrapper:hover .border-wrap_1::before,
.cid-vfO5UY1YQi .items-wrapper .item .item-wrapper:focus .border-wrap_1::before,
.cid-vfO5UY1YQi .items-wrapper .item .item-wrapper:hover .border-wrap_1::after,
.cid-vfO5UY1YQi .items-wrapper .item .item-wrapper:focus .border-wrap_1::after {
  width: 16px;
  height: 16px;
  opacity: 1;
}
.cid-vfO5UY1YQi .items-wrapper .item .item-wrapper:hover .border-wrap_2::before,
.cid-vfO5UY1YQi .items-wrapper .item .item-wrapper:focus .border-wrap_2::before,
.cid-vfO5UY1YQi .items-wrapper .item .item-wrapper:hover .border-wrap_2::after,
.cid-vfO5UY1YQi .items-wrapper .item .item-wrapper:focus .border-wrap_2::after {
  width: 16px;
  height: 16px;
  opacity: 1;
}
.cid-vfO5UY1YQi .items-wrapper .item .item-wrapper:hover::before,
.cid-vfO5UY1YQi .items-wrapper .item .item-wrapper:focus::before {
  height: 100%;
}
.cid-vfO5UY1YQi .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  transition: all 0.3s ease;
  opacity: 0.2;
}
.cid-vfO5UY1YQi .items-wrapper .item .item-wrapper .border-wrap_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
}
.cid-vfO5UY1YQi .items-wrapper .item .item-wrapper .border-wrap_1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  transition: all 0.3s ease;
  border-top-left-radius: 2px;
  opacity: 0.2;
}
.cid-vfO5UY1YQi .items-wrapper .item .item-wrapper .border-wrap_1::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-top-right-radius: 2px;
  transition: all 0.3s ease;
  opacity: 0.2;
}
.cid-vfO5UY1YQi .items-wrapper .item .item-wrapper .border-wrap_2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
}
.cid-vfO5UY1YQi .items-wrapper .item .item-wrapper .border-wrap_2::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-bottom-left-radius: 2px;
  transition: all 0.3s ease;
  opacity: 0.2;
}
.cid-vfO5UY1YQi .items-wrapper .item .item-wrapper .border-wrap_2::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-bottom-right-radius: 2px;
  transition: all 0.3s ease;
  opacity: 0.2;
}
.cid-vfO5UY1YQi .items-wrapper .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 70%;
}
@media (max-width: 1200px) {
  .cid-vfO5UY1YQi .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-vfO5UY1YQi .items-wrapper .item .item-wrapper .item-img {
    width: 50%;
  }
}
@media (max-width: 425px) {
  .cid-vfO5UY1YQi .items-wrapper .item .item-wrapper .item-img {
    width: 70%;
  }
}
.cid-vfO5UY1YQi .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  object-fit: contain;
  filter: invert(1);
}
.cid-vfO5UY5mSU {
  background-image: url("../../../assets/images/photo-1754424219057-74a6d8ac698b.jpeg");
}
.cid-vfO5UY5mSU .s-fallback-image.disabled {
  display: none;
}
.cid-vfO5UY5mSU .s-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfO5UY5mSU .image-wrap {
  height: 400px;
}
@media (max-width: 992px) {
  .cid-vfO5UY5mSU .image-wrap {
    height: 300px;
  }
}
.cid-vfO5UY6jJB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vfO5UY6jJB .s-fallback-image.disabled {
  display: none;
}
.cid-vfO5UY6jJB .s-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfO5UY6jJB .panel-group .card {
  position: relative;
  padding: 50px 0;
  border-bottom: 1px solid #dddddd;
  background-color: transparent;
  overflow: hidden;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vfO5UY6jJB .panel-group .card {
    padding: 24px 0;
  }
}
.cid-vfO5UY6jJB .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vfO5UY6jJB .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  transition: all 0.5s ease-in-out;
}
.cid-vfO5UY6jJB .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 28px;
  height: 28px;
  min-width: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-vfO5UY6jJB .panel-group .card .card-header .panel-title .icon-wrapper .s-iconfont {
  font-size: 28px;
  transition: all 0.3s ease-in-out;
  color: #001813;
}
.cid-vfO5UY6jJB .panel-group .card .card-header .panel-title .title-wrap {
  display: inline-flex;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-vfO5UY6jJB .panel-group .card .card-header .panel-title .title-wrap {
    display: block;
  }
}
.cid-vfO5UY6jJB .panel-group .card .card-header .panel-title .title-wrap .panel-number {
  margin-bottom: 0;
}
.cid-vfO5UY6jJB .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  margin-bottom: 0;
}
.cid-vfO5UY6jJB .panel-group .card .card-header .panel-title:not(.collapsed) {
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vfO5UY6jJB .panel-group .card .card-header .panel-title:not(.collapsed) {
    padding-bottom: 24px;
  }
}
.cid-vfO5UY6jJB .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .s-iconfont {
  transform: rotate(-45deg);
}
.cid-vfO5UY6jJB .panel-group .card .panel-collapse .panel-body {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  border-top: 1px solid #dddddd;
  padding: 50px 0 0;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
@media (max-width: 992px) {
  .cid-vfO5UY6jJB .panel-group .card .panel-collapse .panel-body {
    padding: 24px 0 0;
    display: block;
  }
}
.cid-vfO5UY6jJB .panel-group .card .panel-collapse .panel-body .item-content {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vfO5UY6jJB .panel-group .card .panel-collapse .panel-body .item-content {
    width: 100%;
  }
}
.cid-vfO5UY6jJB .panel-group .card .panel-collapse .panel-body .item-content .item-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vfO5UY6jJB .panel-group .card .panel-collapse .panel-body .item-content .item-title {
    margin-bottom: 24px;
  }
}
.cid-vfO5UY6jJB .panel-group .card .panel-collapse .panel-body .item-content .card-box {
  padding-left: 20px;
  border-left: 1px solid #ad9787;
}
.cid-vfO5UY6jJB .panel-group .card .panel-collapse .panel-body .item-content .card-box .item-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vfO5UY6jJB .panel-group .card .panel-collapse .panel-body .item-content .card-box .item-text {
    margin-bottom: 24px;
  }
}
.cid-vfO5UY6jJB .panel-group .card .panel-collapse .panel-body .item-content .card-box .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.cid-vfO5UY6jJB .panel-group .card .panel-collapse .panel-body .item-content .card-box .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 66px;
  height: 66px;
  min-width: 66px;
  object-fit: cover;
}
.cid-vfO5UY6jJB .panel-group .card .panel-collapse .panel-body .item-content .card-box .person-wrapper .person-wrap .name-wrapper .item-name {
  margin-bottom: 6px;
}
.cid-vfO5UY6jJB .panel-group .card .panel-collapse .panel-body .item-content .card-box .person-wrapper .person-wrap .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vfO5UY6jJB .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfO5UY6jJB .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
    margin-top: 24px;
  }
}
.cid-vfO5UY6jJB .panel-group .card .panel-collapse.show .panel-body {
  opacity: 1;
}
.cid-vfO5UY6jJB .panel-number {
  color: #00C7AE;
}
.cid-vfO5UY6jJB .panel-title-edit {
  color: #001813;
}
.cid-vfO5UY6jJB .item-title {
  color: #222f30;
}
.cid-vfO5UY6jJB .item-text {
  color: #001813;
}
.cid-vfO5UY6jJB .item-name {
  color: #222f30;
}
.cid-vfO5UY6jJB .item-role {
  color: #001813;
}
.cid-vfO5UY6jJB .panel-text {
  color: #001813;
}
.cid-vfO5UY6jJB .item-title,
.cid-vfO5UY6jJB .item-btn {
  color: #001813;
}
.cid-vfO5UY6jJB .item-name,
.cid-vfO5UY6jJB .person-wrapper {
  color: #001813;
}
.cid-vfO5UYhGk9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vfO5UYhGk9 .s-fallback-image.disabled {
  display: none;
}
.cid-vfO5UYhGk9 .s-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfO5UYhGk9 .items-wrapper {
  margin: 0 -10px;
}
.cid-vfO5UYhGk9 .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vfO5UYhGk9 .items-wrapper .item {
    margin-bottom: 24px;
  }
  .cid-vfO5UYhGk9 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper {
  padding: 26px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 300px;
  height: 100%;
  position: relative;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper {
    padding: 24px;
    min-height: auto;
  }
}
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper:hover .icon-card .s-iconfont,
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper:focus .icon-card .s-iconfont {
  background-color: #001813;
  color: #ffffff !important;
  transform: scale(0.94);
}
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper:hover .card-box .item-text_1,
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper:focus .card-box .item-text_1,
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper:hover .card-box .item-text_2,
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper:focus .card-box .item-text_2,
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper:hover .card-box .item-text_3,
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper:focus .card-box .item-text_3 {
  text-decoration-color: inherit;
}
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .icon-card {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  padding: 0 0 10px 0;
  background-color: #f8fcfb;
  border-radius: 0 0 0 16px;
  z-index: 2;
}
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .icon-card .icon-bg {
  position: absolute;
  z-index: 1;
  top: -10px;
  left: -10px;
  width: 50px;
  height: 60px;
  background-color: #f8fcfb;
}
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .icon-card .s-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 16px;
  background-color: #ad9787;
  border-radius: 100%;
  transition: all 0.3s ease;
  z-index: 5;
}
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .icon-card::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -40px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-bottom-right-radius: 16px;
  box-shadow: 10px 10px 0 10px #f8fcfb;
  will-change: transform;
}
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .icon-card::after {
  content: '';
  position: absolute;
  bottom: 60px;
  right: 0;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-bottom-right-radius: 16px;
  box-shadow: 10px 10px 0 10px #f8fcfb;
  will-change: transform;
}
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .card-box {
  margin-bottom: 72px;
}
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .card-box .label-wrapper_1,
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .card-box .label-wrapper_2,
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 {
  margin-bottom: 24px;
}
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_1,
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_1,
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_1,
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_2,
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_2,
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_2,
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_3,
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_3,
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_3 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
}
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_1 .decor-wrap,
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_1 .decor-wrap,
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_1 .decor-wrap,
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_2 .decor-wrap,
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_2 .decor-wrap,
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_2 .decor-wrap,
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_3 .decor-wrap,
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_3 .decor-wrap,
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_3 .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #ad9787;
  display: flex;
}
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_1 .item-label_1,
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_1 .item-label_1,
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_1 .item-label_1,
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_2 .item-label_1,
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_2 .item-label_1,
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_2 .item-label_1,
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_3 .item-label_1,
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_3 .item-label_1,
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_3 .item-label_1,
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_1 .item-label_2,
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_1 .item-label_2,
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_1 .item-label_2,
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_2 .item-label_2,
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_2 .item-label_2,
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_2 .item-label_2,
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_3 .item-label_2,
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_3 .item-label_2,
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_3 .item-label_2,
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_1 .item-label_3,
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_1 .item-label_3,
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_1 .item-label_3,
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_2 .item-label_3,
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_2 .item-label_3,
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_2 .item-label_3,
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_3 .item-label_3,
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_3 .item-label_3,
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_3 .item-label_3 {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_1 {
  background-color: #f8fcfb;
}
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.1;
}
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_3::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.1;
}
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .card-box .item-title_1,
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .card-box .item-title_2,
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .card-box .item-title_3 {
  margin-bottom: 16px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all 0.3s ease;
}
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .card-box .item-text_1,
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .card-box .item-text_2,
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .card-box .item-text_3 {
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .card-box .item-text_1,
  .cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .card-box .item-text_2,
  .cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .card-box .item-text_3 {
    margin-bottom: 48px;
  }
}
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .date-wrapper {
  padding-right: 72px;
}
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .date-wrapper .item-date_1,
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .date-wrapper .item-date_2,
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .date-wrapper .item-date_3 {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-vfO5UYhGk9 .items-wrapper .item .item-wrapper .date-wrapper .s-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vfO5UYhGk9 .items-wrapper .item .card_1 {
  background-color: #ffffff;
}
.cid-vfO5UYhGk9 .items-wrapper .item .card_2 {
  background-color: #003e33;
}
.cid-vfO5UYhGk9 .items-wrapper .item .card_3 {
  background-color: #001813;
}
.cid-vfO5UYhGk9 .item-label_1 {
  color: #222f30;
}
.cid-vfO5UYhGk9 .item-label_2 {
  color: #ffffff;
}
.cid-vfO5UYhGk9 .item-label_3 {
  color: #ffffff;
}
.cid-vfO5UYhGk9 .item-title_1 {
  color: #222f30;
}
.cid-vfO5UYhGk9 .item-title_2 {
  color: #ffffff;
}
.cid-vfO5UYhGk9 .item-title_3 {
  color: #ffffff;
}
.cid-vfO5UYhGk9 .item-text_1 {
  color: #001813;
}
.cid-vfO5UYhGk9 .item-text_2 {
  color: #FFFFFF;
}
.cid-vfO5UYhGk9 .item-text_3 {
  color: #FFFFFF;
}
.cid-vfO5UYhGk9 .item-date_1 {
  color: #001813;
}
.cid-vfO5UYhGk9 .item-date_2 {
  color: #FFFFFF;
}
.cid-vfO5UYhGk9 .item-date_3 {
  color: #FFFFFF;
}
.cid-vfO5UYhGk9 .card-icon {
  color: #000000;
}
.cid-vfO5UYhGk9 .item-label_1,
.cid-vfO5UYhGk9 .label-wrapper_1 {
  color: #001813;
}
.cid-vfO5UYhGk9 .item-label_2,
.cid-vfO5UYhGk9 .label-wrapper_2 {
  color: #FFFFFF;
}
.cid-vfO5UYhGk9 .item-label_3,
.cid-vfO5UYhGk9 .label-wrapper_3 {
  color: #FFFFFF;
}
.cid-vfO5UYBXeI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vfO5UYBXeI .s-fallback-image.disabled {
  display: none;
}
.cid-vfO5UYBXeI .s-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfO5UYBXeI .google-map iframe {
  width: 100%;
  height: 650px;
}
@media (max-width: 1440px) {
  .cid-vfO5UYBXeI .google-map iframe {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-vfO5UYBXeI .google-map iframe {
    height: 300px;
  }
}
.cid-vfO5UYEPP9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vfO5UYEPP9 .s-fallback-image.disabled {
  display: none;
}
.cid-vfO5UYEPP9 .s-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfO5UYEPP9 .content-wrap {
  margin: 0 -10px;
}
.cid-vfO5UYEPP9 .content-wrap .card {
  padding: 0 10px;
}
.cid-vfO5UYEPP9 .border-wrapper {
  height: 12px;
  border: 1px solid #dddddd;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vfO5UYEPP9 .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vfO5UYEPP9 .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vfO5UYEPP9 .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vfO5UYEPP9 .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #ad9787;
  display: flex;
}
.cid-vfO5UYEPP9 .label-wrapper .label-wrap .s-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vfO5UYEPP9 .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vfO5UYEPP9 .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vfO5UYEPP9 .title-wrapper .title-wrap .s-section-title {
  margin-bottom: 0;
}
.cid-vfO5UYEPP9 .title-wrapper .title-wrap .s-section-subtitle {
  margin-bottom: 0;
}
.cid-vfO5UYEPP9 .title-wrapper .text-wrapper .s-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfO5UYEPP9 .title-wrapper .text-wrapper .s-text {
    width: 100%;
  }
}
.cid-vfO5UYEPP9 .title-wrapper .s-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vfO5UYEPP9 .title-wrapper .s-section-btn {
    margin-top: 14px;
  }
}
.cid-vfO5UYEPP9 .s-label {
  color: #222f30;
}
.cid-vfO5UYEPP9 .s-section-title {
  color: #222f30;
}
.cid-vfO5UYEPP9 .s-section-subtitle {
  color: #c9cbbe;
}
.cid-vfO5UYEPP9 .s-text {
  color: #4f595a;
}
.cid-vfO5UYEPP9 .s-label,
.cid-vfO5UYEPP9 .label-wrapper {
  color: #001813;
}
.cid-vfO5UYEPP9 .s-section-title,
.cid-vfO5UYEPP9 .s-section-btn {
  color: #001813;
}
.cid-vfO5UYEPP9 .s-section-subtitle,
.cid-vfO5UYEPP9 .s-section-btn {
  color: #00C7AE;
}
.cid-vfO5UYEPP9 .s-text,
.cid-vfO5UYEPP9 .text-wrapper {
  color: #001813;
}
.cid-vfO5UYJ1yf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #001813;
}
.cid-vfO5UYJ1yf .s-fallback-image.disabled {
  display: none;
}
.cid-vfO5UYJ1yf .s-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfO5UYJ1yf .label-wrapper {
  padding-bottom: 48px;
  margin-bottom: 60px;
  border-bottom: 1px solid #003e33;
}
@media (max-width: 992px) {
  .cid-vfO5UYJ1yf .label-wrapper {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}
.cid-vfO5UYJ1yf .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
}
.cid-vfO5UYJ1yf .label-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f8fcfb;
  opacity: 0.1;
}
.cid-vfO5UYJ1yf .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #ad9787;
  display: flex;
}
.cid-vfO5UYJ1yf .label-wrapper .label-wrap .s-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfO5UYJ1yf .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vfO5UYJ1yf .title-wrapper .s-section-title {
  margin-bottom: 0;
}
.cid-vfO5UYJ1yf .title-wrapper .s-section-subtitle {
  margin-bottom: 0;
}
.cid-vfO5UYJ1yf .items-wrapper .item {
  padding-bottom: 48px;
  margin-bottom: 48px;
  border-bottom: 1px solid #003e33;
}
.cid-vfO5UYJ1yf .items-wrapper .item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
@media (max-width: 992px) {
  .cid-vfO5UYJ1yf .items-wrapper .item {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .cid-vfO5UYJ1yf .items-wrapper .item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.cid-vfO5UYJ1yf .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-vfO5UYJ1yf .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vfO5UYJ1yf .items-wrapper .item .item-wrapper .card-box .s-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vfO5UYJ1yf .s-label {
  color: #ffffff;
}
.cid-vfO5UYJ1yf .s-section-title {
  color: #FFFFFF;
}
.cid-vfO5UYJ1yf .s-section-subtitle {
  color: #00C7AE;
}
.cid-vfO5UYJ1yf .item-title {
  color: #ffffff;
}
.cid-vfO5UYJ1yf .item-text {
  color: #FFFFFF;
}
.cid-vfO5UYJ1yf .s-label,
.cid-vfO5UYJ1yf .label-wrapper {
  color: #FFFFFF;
}
.cid-vfO5UYJ1yf .item-title,
.cid-vfO5UYJ1yf .s-section-btn {
  color: #FFFFFF;
}
.cid-vfO5UYPMrG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vfO5UYPMrG .s-fallback-image.disabled {
  display: none;
}
.cid-vfO5UYPMrG .s-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfO5UYPMrG .container-fluid {
  padding: 0;
}
.cid-vfO5UYPMrG .items-wrapper {
  margin: 0;
}
.cid-vfO5UYPMrG .items-wrapper .item {
  padding: 0;
}
.cid-vfO5UYPMrG .items-wrapper .item .item-wrapper {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 550px;
  height: 100%;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vfO5UYPMrG .items-wrapper .item .item-wrapper {
    padding: 24px;
    min-height: auto;
  }
}
.cid-vfO5UYPMrG .items-wrapper .item .item-wrapper .item-price_1,
.cid-vfO5UYPMrG .items-wrapper .item .item-wrapper .item-price_2,
.cid-vfO5UYPMrG .items-wrapper .item .item-wrapper .item-price_3 {
  margin-bottom: 24px;
}
.cid-vfO5UYPMrG .items-wrapper .item .item-wrapper .card-box .item-title_1,
.cid-vfO5UYPMrG .items-wrapper .item .item-wrapper .card-box .item-title_2,
.cid-vfO5UYPMrG .items-wrapper .item .item-wrapper .card-box .item-title_3 {
  margin-bottom: 24px;
}
.cid-vfO5UYPMrG .items-wrapper .item .item-wrapper .card-box .list_1,
.cid-vfO5UYPMrG .items-wrapper .item .item-wrapper .card-box .list_2,
.cid-vfO5UYPMrG .items-wrapper .item .item-wrapper .card-box .list_3 {
  margin: 0 0 0 14px;
  padding: 0 0 0 10px;
}
.cid-vfO5UYPMrG .items-wrapper .item .item-wrapper .card-box .list_1 .item-wrap_1,
.cid-vfO5UYPMrG .items-wrapper .item .item-wrapper .card-box .list_2 .item-wrap_1,
.cid-vfO5UYPMrG .items-wrapper .item .item-wrapper .card-box .list_3 .item-wrap_1,
.cid-vfO5UYPMrG .items-wrapper .item .item-wrapper .card-box .list_1 .item-wrap_2,
.cid-vfO5UYPMrG .items-wrapper .item .item-wrapper .card-box .list_2 .item-wrap_2,
.cid-vfO5UYPMrG .items-wrapper .item .item-wrapper .card-box .list_3 .item-wrap_2,
.cid-vfO5UYPMrG .items-wrapper .item .item-wrapper .card-box .list_1 .item-wrap_3,
.cid-vfO5UYPMrG .items-wrapper .item .item-wrapper .card-box .list_2 .item-wrap_3,
.cid-vfO5UYPMrG .items-wrapper .item .item-wrapper .card-box .list_3 .item-wrap_3 {
  margin-bottom: 10px;
  padding-left: 10px;
  width: fit-content;
}
.cid-vfO5UYPMrG .items-wrapper .item .item-wrapper .card-box .list_1 .item-wrap_1:last-child,
.cid-vfO5UYPMrG .items-wrapper .item .item-wrapper .card-box .list_2 .item-wrap_1:last-child,
.cid-vfO5UYPMrG .items-wrapper .item .item-wrapper .card-box .list_3 .item-wrap_1:last-child,
.cid-vfO5UYPMrG .items-wrapper .item .item-wrapper .card-box .list_1 .item-wrap_2:last-child,
.cid-vfO5UYPMrG .items-wrapper .item .item-wrapper .card-box .list_2 .item-wrap_2:last-child,
.cid-vfO5UYPMrG .items-wrapper .item .item-wrapper .card-box .list_3 .item-wrap_2:last-child,
.cid-vfO5UYPMrG .items-wrapper .item .item-wrapper .card-box .list_1 .item-wrap_3:last-child,
.cid-vfO5UYPMrG .items-wrapper .item .item-wrapper .card-box .list_2 .item-wrap_3:last-child,
.cid-vfO5UYPMrG .items-wrapper .item .item-wrapper .card-box .list_3 .item-wrap_3:last-child {
  margin-bottom: 0;
}
.cid-vfO5UYPMrG .items-wrapper .item .item-wrapper .card-box .list_1 .item-wrap_1::marker {
  color: #001813;
}
.cid-vfO5UYPMrG .items-wrapper .item .item-wrapper .card-box .list_2 .item-wrap_2::marker {
  color: #ffffff;
}
.cid-vfO5UYPMrG .items-wrapper .item .item-wrapper .card-box .list_3 .item-wrap_3::marker {
  color: #001813;
}
.cid-vfO5UYPMrG .items-wrapper .item .item-wrapper .card-box .s-section-btn {
  margin-top: 24px;
  margin-bottom: -9.6px;
}
.cid-vfO5UYPMrG .items-wrapper .item .card_1 {
  background-color: #ffffff;
}
.cid-vfO5UYPMrG .items-wrapper .item .card_2 {
  background-color: #001813;
}
.cid-vfO5UYPMrG .items-wrapper .item .card_3 {
  background-color: #ace6d9;
}
.cid-vfO5UYPMrG .item-price_1 {
  color: #001813;
}
.cid-vfO5UYPMrG .item-price_2 {
  color: #FFFFFF;
}
.cid-vfO5UYPMrG .item-price_3 {
  color: #001813;
}
.cid-vfO5UYPMrG .item-title_1 {
  color: #222f30;
}
.cid-vfO5UYPMrG .item-title_2 {
  color: #ffffff;
}
.cid-vfO5UYPMrG .item-title_3 {
  color: #222f30;
}
.cid-vfO5UYPMrG .list_1 {
  color: #222f30;
}
.cid-vfO5UYPMrG .list_2 {
  color: #ffffff;
}
.cid-vfO5UYPMrG .list_3 {
  color: #222f30;
}
.cid-vfO5UYPMrG .item-title_1,
.cid-vfO5UYPMrG .s-section-btn,
.cid-vfO5UYPMrG .iconfont-wrapper {
  color: #001813;
}
.cid-vfO5UYPMrG .list_1,
.cid-vfO5UYPMrG .item-wrap_1 {
  color: #001813;
}
.cid-vfO5UYPMrG .item-title_2,
.cid-vfO5UYPMrG .s-section-btn,
.cid-vfO5UYPMrG .iconfont-wrapper {
  color: #FFFFFF;
}
.cid-vfO5UYPMrG .list_2,
.cid-vfO5UYPMrG .item-wrap_2 {
  color: #FFFFFF;
}
.cid-vfO5UYPMrG .item-title_3,
.cid-vfO5UYPMrG .s-section-btn,
.cid-vfO5UYPMrG .iconfont-wrapper {
  color: #001813;
}
.cid-vfO5UYPMrG .list_3,
.cid-vfO5UYPMrG .item-wrap_3 {
  color: #001813;
}
.cid-vfO5UZ5aT6 .s-fallback-image.disabled {
  display: none;
}
.cid-vfO5UZ5aT6 .s-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-vfO5UZ5aT6 .image-wrap {
  height: 400px;
}
@media (max-width: 992px) {
  .cid-vfO5UZ5aT6 .image-wrap {
    height: 300px;
  }
}
.cid-vfO5UZ6nJe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vfO5UZ6nJe .s-fallback-image.disabled {
  display: none;
}
.cid-vfO5UZ6nJe .s-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfO5UZ6nJe .content-wrap {
  margin: 0 -10px;
}
.cid-vfO5UZ6nJe .content-wrap .card {
  padding: 0 10px;
}
.cid-vfO5UZ6nJe .border-wrapper {
  height: 12px;
  border: 1px solid #dddddd;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vfO5UZ6nJe .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vfO5UZ6nJe .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vfO5UZ6nJe .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vfO5UZ6nJe .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #ad9787;
  display: flex;
}
.cid-vfO5UZ6nJe .label-wrapper .label-wrap .s-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vfO5UZ6nJe .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vfO5UZ6nJe .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vfO5UZ6nJe .title-wrapper .title-wrap .s-section-title {
  margin-bottom: 0;
}
.cid-vfO5UZ6nJe .title-wrapper .title-wrap .s-section-subtitle {
  margin-bottom: 0;
}
.cid-vfO5UZ6nJe .panel-group .card {
  position: relative;
  padding: 24px 0;
  background-color: transparent;
  overflow: hidden;
  border-radius: 0 !important;
  border-bottom: 1px solid #dddddd;
}
.cid-vfO5UZ6nJe .panel-group .card:first-child {
  border-top: 1px solid #dddddd;
}
.cid-vfO5UZ6nJe .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vfO5UZ6nJe .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  transition: all 0.5s ease-in-out;
}
.cid-vfO5UZ6nJe .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-vfO5UZ6nJe .panel-group .card .card-header .panel-title .icon-wrapper .s-iconfont {
  font-size: 28px;
  transition: all 0.3s ease-in-out;
  color: #001813;
}
.cid-vfO5UZ6nJe .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vfO5UZ6nJe .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .s-iconfont {
  transform: rotate(-45deg);
}
.cid-vfO5UZ6nJe .panel-group .card .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-vfO5UZ6nJe .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vfO5UZ6nJe .s-label {
  color: #222f30;
}
.cid-vfO5UZ6nJe .s-section-title {
  color: #222f30;
}
.cid-vfO5UZ6nJe .s-section-subtitle {
  color: #c9cbbe;
}
.cid-vfO5UZ6nJe .panel-title-edit {
  color: #001813;
}
.cid-vfO5UZ6nJe .panel-text {
  color: #001813;
}
.cid-vfO5UZ6nJe .s-label,
.cid-vfO5UZ6nJe .label-wrapper {
  color: #001813;
}
.cid-vfO5UZ6nJe .s-section-title,
.cid-vfO5UZ6nJe .s-section-btn {
  color: #001813;
}
.cid-vfO5UZ6nJe .s-section-subtitle,
.cid-vfO5UZ6nJe .s-section-btn {
  color: #00C7AE;
}
.cid-vfO5UZdwgr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vfO5UZdwgr .s-fallback-image.disabled {
  display: none;
}
.cid-vfO5UZdwgr .s-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfO5UZdwgr .title-wrapper .s-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vfO5UZdwgr .title-wrapper .s-section-title {
    margin-bottom: 24px;
  }
}
.cid-vfO5UZdwgr .main-btn {
  margin-bottom: 60px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vfO5UZdwgr .main-btn {
    margin-bottom: 48px;
    text-align: left;
  }
}
.cid-vfO5UZdwgr .main-btn .btn {
  margin-bottom: 0;
}
.cid-vfO5UZdwgr .card {
  justify-content: flex-end;
}
.cid-vfO5UZdwgr .items-wrapper .item {
  margin-bottom: 40px;
}
.cid-vfO5UZdwgr .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfO5UZdwgr .items-wrapper .item {
    margin-bottom: 24px;
  }
  .cid-vfO5UZdwgr .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vfO5UZdwgr .items-wrapper .item .item-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  padding: 24px 32px;
  background-color: #ffffff;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 1440px) {
  .cid-vfO5UZdwgr .items-wrapper .item .item-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vfO5UZdwgr .items-wrapper .item .item-wrapper {
    padding: 24px;
    gap: 24px;
  }
}
.cid-vfO5UZdwgr .items-wrapper .item .item-wrapper:hover .icon-card .s-iconfont,
.cid-vfO5UZdwgr .items-wrapper .item .item-wrapper:focus .icon-card .s-iconfont {
  background-color: #001813;
  color: #ffffff !important;
  transform: scale(0.94);
}
.cid-vfO5UZdwgr .items-wrapper .item .item-wrapper:hover .item-img img,
.cid-vfO5UZdwgr .items-wrapper .item .item-wrapper:focus .item-img img {
  transform: scale(1.05);
}
.cid-vfO5UZdwgr .items-wrapper .item .item-wrapper:hover .card-box .item-content .item-title,
.cid-vfO5UZdwgr .items-wrapper .item .item-wrapper:focus .card-box .item-content .item-title {
  text-decoration-color: inherit;
}
.cid-vfO5UZdwgr .items-wrapper .item .item-wrapper .icon-card {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 65px;
  height: 65px;
  padding: 0 0 10px 0;
  background-color: #f8fcfb;
  border-radius: 0 0 0 16px;
  z-index: 2;
}
.cid-vfO5UZdwgr .items-wrapper .item .item-wrapper .icon-card .icon-bg {
  position: absolute;
  z-index: 1;
  top: -10px;
  left: -10px;
  width: 65px;
  height: 65px;
  background-color: #f8fcfb;
}
.cid-vfO5UZdwgr .items-wrapper .item .item-wrapper .icon-card .s-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  min-width: 65px;
  font-size: 16px;
  background-color: #ad9787;
  border-radius: 100%;
  transition: all 0.3s ease;
  z-index: 5;
}
.cid-vfO5UZdwgr .items-wrapper .item .item-wrapper .icon-card::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -40px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-bottom-right-radius: 16px;
  box-shadow: 10px 10px 0 10px #f8fcfb;
  will-change: transform;
}
.cid-vfO5UZdwgr .items-wrapper .item .item-wrapper .icon-card::after {
  content: '';
  position: absolute;
  bottom: 75px;
  right: 0;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-bottom-right-radius: 16px;
  box-shadow: 10px 10px 0 10px #f8fcfb;
  will-change: transform;
}
.cid-vfO5UZdwgr .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
  height: fit-content;
}
.cid-vfO5UZdwgr .items-wrapper .item .item-wrapper .item-img img {
  height: 500px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-vfO5UZdwgr .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vfO5UZdwgr .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 24px 106px;
}
@media (max-width: 1440px) {
  .cid-vfO5UZdwgr .items-wrapper .item .item-wrapper .card-box {
    padding: 24px 0;
  }
}
@media (max-width: 992px) {
  .cid-vfO5UZdwgr .items-wrapper .item .item-wrapper .card-box {
    padding: 0;
  }
}
.cid-vfO5UZdwgr .items-wrapper .item .item-wrapper .card-box .item-content {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vfO5UZdwgr .items-wrapper .item .item-wrapper .card-box .item-content {
    margin-bottom: 24px;
    margin-bottom: 60px;
  }
}
.cid-vfO5UZdwgr .items-wrapper .item .item-wrapper .card-box .item-content .label-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vfO5UZdwgr .items-wrapper .item .item-wrapper .card-box .item-content .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vfO5UZdwgr .items-wrapper .item .item-wrapper .card-box .item-content .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #f8fcfb;
}
.cid-vfO5UZdwgr .items-wrapper .item .item-wrapper .card-box .item-content .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #ad9787;
  display: flex;
}
.cid-vfO5UZdwgr .items-wrapper .item .item-wrapper .card-box .item-content .label-wrapper .label-wrap .item-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vfO5UZdwgr .items-wrapper .item .item-wrapper .card-box .item-content .item-title {
  margin-bottom: 24px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all 0.3s ease;
}
.cid-vfO5UZdwgr .items-wrapper .item .item-wrapper .card-box .item-content .item-text {
  margin-bottom: 0;
}
.cid-vfO5UZdwgr .items-wrapper .item .item-wrapper .card-box .date-wrapper {
  padding-right: 60px;
}
.cid-vfO5UZdwgr .items-wrapper .item .item-wrapper .card-box .date-wrapper .item-date {
  margin-bottom: 0;
}
.cid-vfO5UZdwgr .items-wrapper .item .item-wrapper .card-box .date-wrapper .item-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vfO5UZdwgr .s-section-title {
  color: #222f30;
}
.cid-vfO5UZdwgr .item-label {
  color: #222f30;
}
.cid-vfO5UZdwgr .item-title {
  color: #222f30;
}
.cid-vfO5UZdwgr .item-text {
  color: #001813;
}
.cid-vfO5UZdwgr .item-date {
  color: #001813;
}
.cid-vfO5UZdwgr .card-icon {
  color: #000000;
}
.cid-vfO5UZdwgr .item-label,
.cid-vfO5UZdwgr .label-wrapper {
  color: #001813;
}
.cid-vfO5UZdwgr .item-title,
.cid-vfO5UZdwgr .item-btn {
  color: #001813;
}
.cid-vfO5UZdwgr .s-section-title,
.cid-vfO5UZdwgr .main-btn {
  color: #001813;
}
.cid-vfO5UZoOl4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-vfO5UZoOl4 .item:focus,
.cid-vfO5UZoOl4 span:focus {
  outline: none;
}
.cid-vfO5UZoOl4 .item {
  cursor: pointer;
}
.cid-vfO5UZoOl4 .grid-container {
  grid-row-gap: 20px;
}
@media (max-width: 992px) {
  .cid-vfO5UZoOl4 .grid-container {
    grid-row-gap: 24px;
  }
}
.cid-vfO5UZoOl4 .grid-container-1,
.cid-vfO5UZoOl4 .grid-container-2 {
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-vfO5UZoOl4 .grid-container-1,
  .cid-vfO5UZoOl4 .grid-container-2 {
    gap: 0 24px;
  }
}
.cid-vfO5UZoOl4 .s-section-title {
  margin-bottom: 60px;
  color: #222f30;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vfO5UZoOl4 .s-section-title {
    margin-bottom: 48px;
  }
}
.cid-vfO5UZoOl4 .content-head {
  max-width: 800px;
}
.cid-vfO5UZoOl4 .container,
.cid-vfO5UZoOl4 .container-fluid {
  overflow: hidden;
}
.cid-vfO5UZoOl4 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vfO5UZoOl4 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vfO5UZoOl4 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vfO5UZoOl4 .grid-item img {
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .cid-vfO5UZoOl4 .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-vfO5UZoOl4 .grid-item img {
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-vfO5UZoOl4 .grid-item img {
    height: 140px;
  }
}
.cid-vfO5UZoOl4 .grid-container-1,
.cid-vfO5UZoOl4 .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vfO5UZoOl4 .grid-container-1 {
  align-items: flex-end;
}
.cid-vfO5UZoOl4 .grid-container-2 {
  align-items: flex-start;
}
.cid-vfO5UZrDHf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfO5UZrDHf .s-fallback-image.disabled {
  display: none;
}
.cid-vfO5UZrDHf .s-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfO5UZrDHf .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vfO5UZrDHf .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #f8fcfb;
}
.cid-vfO5UZrDHf .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #ad9787;
  display: flex;
}
.cid-vfO5UZrDHf .label-wrapper .label-wrap .s-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vfO5UZrDHf .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vfO5UZrDHf .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vfO5UZrDHf .title-wrapper .s-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vfO5UZrDHf .title-wrapper .s-section-title {
    margin-bottom: 24px;
  }
}
.cid-vfO5UZrDHf .title-wrapper .text-wrapper .s-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfO5UZrDHf .title-wrapper .text-wrapper .s-text {
    width: 100%;
  }
}
.cid-vfO5UZrDHf .items-wrapper {
  margin: 0 -10px;
}
.cid-vfO5UZrDHf .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vfO5UZrDHf .items-wrapper .item {
    margin-bottom: 24px;
  }
  .cid-vfO5UZrDHf .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vfO5UZrDHf .items-wrapper .item .item-wrapper {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vfO5UZrDHf .items-wrapper .item .item-wrapper {
    padding: 24px;
    min-height: auto;
  }
}
.cid-vfO5UZrDHf .items-wrapper .item .item-wrapper .iconfont-wrapper .s-iconfont {
  font-size: 42px;
  display: inline-flex;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vfO5UZrDHf .items-wrapper .item .item-wrapper .iconfont-wrapper .s-iconfont {
    margin-bottom: 24px;
  }
}
.cid-vfO5UZrDHf .items-wrapper .item .item-wrapper .card-box .item-label_1,
.cid-vfO5UZrDHf .items-wrapper .item .item-wrapper .card-box .item-label_2,
.cid-vfO5UZrDHf .items-wrapper .item .item-wrapper .card-box .item-label_3 {
  margin-bottom: 16px;
}
.cid-vfO5UZrDHf .items-wrapper .item .item-wrapper .card-box .item-title_1,
.cid-vfO5UZrDHf .items-wrapper .item .item-wrapper .card-box .item-title_2,
.cid-vfO5UZrDHf .items-wrapper .item .item-wrapper .card-box .item-title_3 {
  margin-bottom: 16px;
}
.cid-vfO5UZrDHf .items-wrapper .item .item-wrapper .card-box .item-text_1,
.cid-vfO5UZrDHf .items-wrapper .item .item-wrapper .card-box .item-text_2,
.cid-vfO5UZrDHf .items-wrapper .item .item-wrapper .card-box .item-text_3 {
  margin-bottom: 0;
}
.cid-vfO5UZrDHf .items-wrapper .item .item-wrapper .card-box .s-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vfO5UZrDHf .items-wrapper .item .card_1 {
  background-color: #001813;
}
.cid-vfO5UZrDHf .items-wrapper .item .card_2 {
  background-color: #ace6d9;
}
.cid-vfO5UZrDHf .items-wrapper .item .card_3 {
  background-color: #f8fcfb;
}
.cid-vfO5UZrDHf .s-label {
  color: #222f30;
}
.cid-vfO5UZrDHf .s-section-title {
  color: #001813;
}
.cid-vfO5UZrDHf .s-text {
  color: #4f595a;
}
.cid-vfO5UZrDHf .item-label_1 {
  color: #FFFFFF;
}
.cid-vfO5UZrDHf .item-label_2 {
  color: #001813;
}
.cid-vfO5UZrDHf .item-label_3 {
  color: #001813;
}
.cid-vfO5UZrDHf .item-title_1 {
  color: #ffffff;
}
.cid-vfO5UZrDHf .item-title_2 {
  color: #222f30;
}
.cid-vfO5UZrDHf .item-title_3 {
  color: #222f30;
}
.cid-vfO5UZrDHf .item-text_1 {
  color: #FFFFFF;
}
.cid-vfO5UZrDHf .item-text_2 {
  color: #001813;
}
.cid-vfO5UZrDHf .item-text_3 {
  color: #001813;
}
.cid-vfO5UZrDHf .s-label,
.cid-vfO5UZrDHf .label-wrapper {
  color: #001813;
}
.cid-vfO5UZrDHf .s-text,
.cid-vfO5UZrDHf .text-wrapper {
  color: #001813;
}
.cid-vfO5UZrDHf .icon_3 {
  color: #001813;
}
.cid-vfO5UZrDHf .item-title_1,
.cid-vfO5UZrDHf .s-section-btn,
.cid-vfO5UZrDHf .iconfont-wrapper {
  color: #FFFFFF;
}
.cid-vfO5UZrDHf .item-title_2,
.cid-vfO5UZrDHf .s-section-btn,
.cid-vfO5UZrDHf .iconfont-wrapper {
  color: #001813;
}
.cid-vfO5UZrDHf .item-title_3,
.cid-vfO5UZrDHf .s-section-btn,
.cid-vfO5UZrDHf .iconfont-wrapper {
  color: #001813;
}
.cid-vfO5UZrDHf .icon_1 {
  color: #FFFFFF;
}
.cid-vfO5UZrDHf .icon_2 {
  color: #001813;
}
.cid-vfO5UZyIUv {
  overflow: hidden;
  align-items: flex-start;
}
.cid-vfO5UZyIUv .s-fallback-image.disabled {
  display: none;
}
.cid-vfO5UZyIUv .s-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-vfO5UZyIUv .content-wrapper .label-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vfO5UZyIUv .content-wrapper .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vfO5UZyIUv .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
}
.cid-vfO5UZyIUv .content-wrapper .label-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.1;
}
.cid-vfO5UZyIUv .content-wrapper .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #ad9787;
  display: flex;
}
.cid-vfO5UZyIUv .content-wrapper .label-wrapper .label-wrap .s-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vfO5UZyIUv .content-wrapper .border-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vfO5UZyIUv .content-wrapper .border-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vfO5UZyIUv .content-wrapper .border-wrapper .border-wrap {
  position: absolute;
  height: 1px;
  width: 1000vh;
  background-color: #ffffff;
}
.cid-vfO5UZyIUv .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vfO5UZyIUv .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfO5UZyIUv .embla__slide .slide-content {
  width: 100%;
  padding-left: 35%;
}
@media (max-width: 992px) {
  .cid-vfO5UZyIUv .embla__slide .slide-content {
    padding-left: 0;
  }
}
.cid-vfO5UZyIUv .embla__slide .slide-content .item-wrapper {
  width: 100%;
}
.cid-vfO5UZyIUv .embla__slide .slide-content .item-wrapper .item-label {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-vfO5UZyIUv .embla__slide .slide-content .item-wrapper .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfO5UZyIUv .embla__slide .slide-content .item-wrapper .item-text {
    padding: 0;
  }
}
.cid-vfO5UZyIUv .embla__slide .slide-content .item-wrapper .s-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 24px;
}
.cid-vfO5UZyIUv .arrows-wrapper {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  padding: 12px 16px;
  display: inline-flex;
  gap: 20px;
  align-items: center;
}
.cid-vfO5UZyIUv .arrows-wrapper .border-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  border: 1px solid #ffffff;
}
.cid-vfO5UZyIUv .embla__button--next,
.cid-vfO5UZyIUv .embla__button--prev {
  display: flex;
}
.cid-vfO5UZyIUv .embla__button {
  z-index: 1;
  width: 16px;
  height: 16px;
  font-size: 16px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vfO5UZyIUv .embla__button:hover {
  opacity: 0.6 !important;
}
.cid-vfO5UZyIUv .embla__button:disabled {
  opacity: 0.3 !important;
}
.cid-vfO5UZyIUv .embla__button.embla__button--prev {
  margin: 0;
}
.cid-vfO5UZyIUv .embla__button.embla__button--next {
  margin: 0;
}
.cid-vfO5UZyIUv .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vfO5UZyIUv .embla {
    padding-top: 4rem;
  }
}
.cid-vfO5UZyIUv .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vfO5UZyIUv .embla__viewport {
    padding: 0;
  }
}
.cid-vfO5UZyIUv .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfO5UZyIUv .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfO5UZyIUv .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfO5UZyIUv .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vfO5UZyIUv .s-label {
  color: #ffffff;
}
.cid-vfO5UZyIUv .item-label {
  color: #ffffff;
}
.cid-vfO5UZyIUv .item-text {
  color: #ffffff;
}
.cid-vfO5UZyIUv .s-label,
.cid-vfO5UZyIUv .label-wrapper {
  color: #FFFFFF;
}
.cid-vfO5UZyIUv .item-text,
.cid-vfO5UZyIUv .s-section-btn {
  color: #FFFFFF;
}
.cid-vfO5UZIiyz {
  position: relative;
  background-color: #f8fcfb;
  align-items: flex-end;
  padding-top: 5.75rem;
  padding-bottom: 5.75rem;
}
.cid-vfO5UZIiyz .cont-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}
.cid-vfO5UZIiyz .cont-wrapper .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-vfO5UZIiyz .cont-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #001813;
  opacity: 0.8;
  pointer-events: none;
}
.cid-vfO5UZIiyz .cont-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vfO5UZIiyz .cont-wrapper {
  border-top: 5.75rem solid transparent;
  border-bottom: 5.75rem solid transparent;
}
.cid-vfO5UZIiyz .s-fallback-image.disabled {
  display: none;
}
.cid-vfO5UZIiyz .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vfO5UZIiyz .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vfO5UZIiyz .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vfO5UZIiyz .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #ad9787;
  display: flex;
}
.cid-vfO5UZIiyz .label-wrapper .label-wrap .s-label {
  pointer-events: visible;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vfO5UZIiyz .title-wrapper .s-section-title {
  pointer-events: visible;
  margin-bottom: 24px;
}
.cid-vfO5UZIiyz .title-wrapper .text-wrapper .s-text {
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-vfO5UZIiyz .title-wrapper .s-section-btn {
  pointer-events: visible;
  margin-top: 24px;
}
.cid-vfO5UZIiyz .s-label {
  color: #222f30;
}
.cid-vfO5UZIiyz .s-section-title {
  color: #ffffff;
}
.cid-vfO5UZIiyz .s-text {
  color: #ffffff;
}
.cid-vfO5UZIiyz .s-label,
.cid-vfO5UZIiyz .label-wrapper {
  color: #001813;
}
.cid-vfO5UZIiyz .s-text,
.cid-vfO5UZIiyz .text-wrapper {
  color: #FFFFFF;
}
.cid-vfO5UZKZ46 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vfO5UZKZ46 .s-fallback-image.disabled {
  display: none;
}
.cid-vfO5UZKZ46 .s-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfO5UZKZ46 .container-fluid {
  padding: 0;
}
.cid-vfO5UZKZ46 .items-wrapper {
  margin: 0;
}
.cid-vfO5UZKZ46 .items-wrapper .item {
  padding: 0;
}
.cid-vfO5UZKZ46 .items-wrapper .item .item-wrapper {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 420px;
  height: 100%;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vfO5UZKZ46 .items-wrapper .item .item-wrapper {
    padding: 24px;
    min-height: auto;
  }
}
.cid-vfO5UZKZ46 .items-wrapper .item .item-wrapper .number-wrapper {
  display: flex;
  justify-content: space-between;
}
.cid-vfO5UZKZ46 .items-wrapper .item .item-wrapper .number-wrapper .iconfont-wrapper .s-iconfont {
  font-size: 42px;
  display: inline-flex;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vfO5UZKZ46 .items-wrapper .item .item-wrapper .number-wrapper .iconfont-wrapper .s-iconfont {
    margin-bottom: 24px;
  }
}
.cid-vfO5UZKZ46 .items-wrapper .item .item-wrapper .number-wrapper .item-number_1,
.cid-vfO5UZKZ46 .items-wrapper .item .item-wrapper .number-wrapper .item-number_2,
.cid-vfO5UZKZ46 .items-wrapper .item .item-wrapper .number-wrapper .item-number_3 {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vfO5UZKZ46 .items-wrapper .item .item-wrapper .number-wrapper .item-number_1,
  .cid-vfO5UZKZ46 .items-wrapper .item .item-wrapper .number-wrapper .item-number_2,
  .cid-vfO5UZKZ46 .items-wrapper .item .item-wrapper .number-wrapper .item-number_3 {
    margin-bottom: 24px;
  }
}
.cid-vfO5UZKZ46 .items-wrapper .item .item-wrapper .card-box .item-title_1,
.cid-vfO5UZKZ46 .items-wrapper .item .item-wrapper .card-box .item-title_2,
.cid-vfO5UZKZ46 .items-wrapper .item .item-wrapper .card-box .item-title_3 {
  margin-bottom: 16px;
}
.cid-vfO5UZKZ46 .items-wrapper .item .item-wrapper .card-box .item-text_1,
.cid-vfO5UZKZ46 .items-wrapper .item .item-wrapper .card-box .item-text_2,
.cid-vfO5UZKZ46 .items-wrapper .item .item-wrapper .card-box .item-text_3 {
  margin-bottom: 0;
}
.cid-vfO5UZKZ46 .items-wrapper .item .item-wrapper .card-box .s-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vfO5UZKZ46 .items-wrapper .item .card_1 {
  background-color: #ad9787;
}
.cid-vfO5UZKZ46 .items-wrapper .item .card_2 {
  background-color: #001813;
}
.cid-vfO5UZKZ46 .items-wrapper .item .card_3 {
  background-color: #d4f1ea;
}
.cid-vfO5UZKZ46 .item-number_1 {
  color: #000000;
}
.cid-vfO5UZKZ46 .item-number_2 {
  color: #FFFFFF;
}
.cid-vfO5UZKZ46 .item-number_3 {
  color: #001813;
}
.cid-vfO5UZKZ46 .item-title_1 {
  color: #222f30;
}
.cid-vfO5UZKZ46 .item-title_2 {
  color: #ffffff;
}
.cid-vfO5UZKZ46 .item-title_3 {
  color: #222f30;
}
.cid-vfO5UZKZ46 .item-text_1 {
  color: #000000;
}
.cid-vfO5UZKZ46 .item-text_2 {
  color: #FFFFFF;
}
.cid-vfO5UZKZ46 .item-text_3 {
  color: #001813;
}
.cid-vfO5UZKZ46 .icon_1 {
  color: #000000;
}
.cid-vfO5UZKZ46 .item-title_1,
.cid-vfO5UZKZ46 .s-section-btn,
.cid-vfO5UZKZ46 .iconfont-wrapper {
  color: #000000;
}
.cid-vfO5UZKZ46 .icon_2 {
  color: #FFFFFF;
}
.cid-vfO5UZKZ46 .item-title_2,
.cid-vfO5UZKZ46 .s-section-btn,
.cid-vfO5UZKZ46 .iconfont-wrapper {
  color: #FFFFFF;
}
.cid-vfO5UZKZ46 .icon_3 {
  color: #001813;
}
.cid-vfO5UZKZ46 .item-title_3,
.cid-vfO5UZKZ46 .s-section-btn,
.cid-vfO5UZKZ46 .iconfont-wrapper {
  color: #001813;
}
.cid-vfO5UZPGiz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vfO5UZPGiz .s-fallback-image.disabled {
  display: none;
}
.cid-vfO5UZPGiz .s-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfO5UZPGiz .title-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-vfO5UZPGiz .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vfO5UZPGiz .title-wrapper .title-wrap .s-section-title {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 1440px) {
  .cid-vfO5UZPGiz .title-wrapper .title-wrap .s-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vfO5UZPGiz .title-wrapper .title-wrap .s-section-title {
    width: 100%;
  }
}
.cid-vfO5UZPGiz .title-wrapper .subtitle-wrap .s-section-subtitle {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 1440px) {
  .cid-vfO5UZPGiz .title-wrapper .subtitle-wrap .s-section-subtitle {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vfO5UZPGiz .title-wrapper .subtitle-wrap .s-section-subtitle {
    width: 100%;
  }
}
.cid-vfO5UZPGiz .border-wrapper {
  height: 12px;
  border: 1px solid #dddddd;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vfO5UZPGiz .border-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vfO5UZPGiz .s-text {
  margin-bottom: 0;
  color: #4f595a;
}
.cid-vfO5UZPGiz .s-section-btn {
  margin-top: -9.6px;
}
@media (max-width: 992px) {
  .cid-vfO5UZPGiz .s-section-btn {
    margin-top: 14px;
  }
}
.cid-vfO5UZPGiz .s-section-title {
  color: #222f30;
}
.cid-vfO5UZPGiz .s-section-subtitle {
  color: #c9cbbe;
}
.cid-vfO5UZPGiz .s-section-title,
.cid-vfO5UZPGiz .s-section-btn,
.cid-vfO5UZPGiz .title-wrap {
  color: #001813;
}
.cid-vfO5UZPGiz .s-section-subtitle,
.cid-vfO5UZPGiz .subtitle-wrap {
  color: #00C7AE;
}
.cid-vfO5UZPGiz .s-text,
.cid-vfO5UZPGiz .text-wrap {
  color: #001813;
}
.cid-vfO5UZU1zm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #001813;
}
.cid-vfO5UZU1zm .s-fallback-image.disabled {
  display: none;
}
.cid-vfO5UZU1zm .s-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfO5UZU1zm .label-wrapper {
  padding-bottom: 48px;
  border-bottom: 1px solid #003e33;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vfO5UZU1zm .label-wrapper {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}
.cid-vfO5UZU1zm .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
}
.cid-vfO5UZU1zm .label-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f8fcfb;
  opacity: 0.1;
}
.cid-vfO5UZU1zm .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #ad9787;
  display: flex;
}
.cid-vfO5UZU1zm .label-wrapper .label-wrap .s-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vfO5UZU1zm .items-wrapper .item {
  margin-bottom: 48px;
}
.cid-vfO5UZU1zm .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfO5UZU1zm .items-wrapper .item {
    margin-bottom: 24px;
  }
  .cid-vfO5UZU1zm .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vfO5UZU1zm .items-wrapper .item .item-wrapper {
  padding: 24px;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vfO5UZU1zm .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-vfO5UZU1zm .items-wrapper .item .item-wrapper:hover .item-img img,
.cid-vfO5UZU1zm .items-wrapper .item .item-wrapper:focus .item-img img {
  transform: scale(1.05);
}
.cid-vfO5UZU1zm .items-wrapper .item .item-wrapper .card-box {
  width: 58%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-vfO5UZU1zm .items-wrapper .item .item-wrapper .card-box {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 24px;
  }
}
.cid-vfO5UZU1zm .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-vfO5UZU1zm .items-wrapper .item .item-wrapper .card-box .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vfO5UZU1zm .items-wrapper .item .item-wrapper .card-box .text-wrapper .text-wrap .item-price {
  margin-bottom: 24px;
}
.cid-vfO5UZU1zm .items-wrapper .item .item-wrapper .card-box .text-wrapper .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-vfO5UZU1zm .items-wrapper .item .item-wrapper .card-box .text-wrapper .s-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vfO5UZU1zm .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
  width: 35%;
}
@media (max-width: 992px) {
  .cid-vfO5UZU1zm .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vfO5UZU1zm .items-wrapper .item .item-wrapper .item-img img {
  height: 320px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-vfO5UZU1zm .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vfO5UZU1zm .s-label {
  color: #ffffff;
}
.cid-vfO5UZU1zm .item-title {
  color: #001813;
}
.cid-vfO5UZU1zm .item-price {
  color: #222f30;
}
.cid-vfO5UZU1zm .item-text {
  color: #001813;
}
.cid-vfO5UZU1zm .s-label,
.cid-vfO5UZU1zm .label-wrapper {
  color: #FFFFFF;
}
.cid-vfO5UZU1zm .item-price,
.cid-vfO5UZU1zm .s-section-btn {
  color: #001813;
}
.cid-vfO5V01H6L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vfO5V01H6L .s-fallback-image.disabled {
  display: none;
}
.cid-vfO5V01H6L .s-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfO5V01H6L .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 365px;
  max-width: 365px;
}
@media (max-width: 768px) {
  .cid-vfO5V01H6L .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfO5V01H6L .embla__slide .slide-content {
  width: 100%;
}
.cid-vfO5V01H6L .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 24px;
  background-color: #ffffff;
  transition: all 0.3s ease;
  min-height: 260px;
}
@media (max-width: 992px) {
  .cid-vfO5V01H6L .embla__slide .slide-content .item-wrapper {
    min-height: auto;
  }
}
.cid-vfO5V01H6L .embla__slide .slide-content .item-wrapper:hover,
.cid-vfO5V01H6L .embla__slide .slide-content .item-wrapper:focus {
  background-color: #001813;
}
.cid-vfO5V01H6L .embla__slide .slide-content .item-wrapper:hover .card-box .item-title,
.cid-vfO5V01H6L .embla__slide .slide-content .item-wrapper:focus .card-box .item-title {
  color: #ffffff;
}
.cid-vfO5V01H6L .embla__slide .slide-content .item-wrapper:hover .card-box .item-text,
.cid-vfO5V01H6L .embla__slide .slide-content .item-wrapper:focus .card-box .item-text {
  color: #ffffff;
}
.cid-vfO5V01H6L .embla__slide .slide-content .item-wrapper:hover .item-label,
.cid-vfO5V01H6L .embla__slide .slide-content .item-wrapper:focus .item-label {
  color: #ffffff;
}
.cid-vfO5V01H6L .embla__slide .slide-content .item-wrapper:hover .icon-card .s-iconfont,
.cid-vfO5V01H6L .embla__slide .slide-content .item-wrapper:focus .icon-card .s-iconfont {
  transform: scale(0.94);
}
.cid-vfO5V01H6L .embla__slide .slide-content .item-wrapper .icon-card {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  padding: 0 0 10px 0;
  background-color: #f8fcfb;
  border-radius: 0 0 0 16px;
  z-index: 2;
}
.cid-vfO5V01H6L .embla__slide .slide-content .item-wrapper .icon-card .icon-bg {
  position: absolute;
  z-index: 1;
  top: -10px;
  left: -10px;
  width: 61px;
  height: 61px;
  background-color: #f8fcfb;
  will-change: transform;
}
.cid-vfO5V01H6L .embla__slide .slide-content .item-wrapper .icon-card .s-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 16px;
  background-color: #ad9787;
  border-radius: 100%;
  transition: all 0.3s ease;
  z-index: 5;
}
.cid-vfO5V01H6L .embla__slide .slide-content .item-wrapper .icon-card::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -40px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-bottom-right-radius: 16px;
  box-shadow: 10px 10px 0 10px #f8fcfb;
  will-change: transform;
}
.cid-vfO5V01H6L .embla__slide .slide-content .item-wrapper .icon-card::after {
  content: '';
  position: absolute;
  bottom: 60px;
  right: 0;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-bottom-right-radius: 16px;
  box-shadow: 10px 10px 0 10px #f8fcfb;
  will-change: transform;
}
.cid-vfO5V01H6L .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
  margin-bottom: 72px;
}
.cid-vfO5V01H6L .embla__slide .slide-content .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
.cid-vfO5V01H6L .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  transition: all 0.3s ease;
}
.cid-vfO5V01H6L .embla__slide .slide-content .item-wrapper .item-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  transition: all 0.3s ease;
  padding-right: 72px;
}
.cid-vfO5V01H6L .embla__button--next,
.cid-vfO5V01H6L .embla__button--prev {
  display: flex;
}
.cid-vfO5V01H6L .embla__button {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 50px;
  height: 50px;
  font-size: 16px;
  background-color: #ffffff !important;
  color: #001813 !important;
  border: none !important;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vfO5V01H6L .embla__button:hover {
  background-color: #001813 !important;
  color: #ffffff !important;
}
.cid-vfO5V01H6L .embla__button:disabled {
  background-color: #ffffff !important;
  color: #001813 !important;
  opacity: 0.5 !important;
}
.cid-vfO5V01H6L .embla__button.embla__button--prev {
  right: 60px;
}
.cid-vfO5V01H6L .embla__button.embla__button--next {
  right: 0;
}
.cid-vfO5V01H6L .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 8rem;
}
@media (max-width: 992px) {
  .cid-vfO5V01H6L .embla {
    padding-bottom: 4rem;
  }
}
.cid-vfO5V01H6L .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vfO5V01H6L .embla__viewport {
    padding: 0;
  }
}
.cid-vfO5V01H6L .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfO5V01H6L .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfO5V01H6L .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfO5V01H6L .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vfO5V01H6L .item-title {
  color: #001813;
}
.cid-vfO5V01H6L .item-text {
  color: #949a9b;
}
.cid-vfO5V01H6L .item-label {
  color: #001813;
}
.cid-vfO5V01H6L .card-icon {
  color: #000000;
}
.cid-vfO5V01H6L .item-text,
.cid-vfO5V01H6L .s-section-btn {
  color: #001813;
}
.cid-vfO5V08hlf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vfO5V08hlf .s-fallback-image.disabled {
  display: none;
}
.cid-vfO5V08hlf .s-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfO5V08hlf .content-wrap {
  margin: 0 -10px;
}
.cid-vfO5V08hlf .content-wrap .card {
  padding: 0 10px;
}
.cid-vfO5V08hlf .border-wrapper {
  height: 12px;
  border: 1px solid #dddddd;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vfO5V08hlf .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vfO5V08hlf .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vfO5V08hlf .title-wrapper .label-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vfO5V08hlf .title-wrapper .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vfO5V08hlf .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vfO5V08hlf .title-wrapper .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #ad9787;
  display: flex;
}
.cid-vfO5V08hlf .title-wrapper .label-wrapper .label-wrap .s-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vfO5V08hlf .title-wrapper .s-section-title {
  margin-bottom: 24px;
}
.cid-vfO5V08hlf .title-wrapper .text-wrapper .s-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfO5V08hlf .title-wrapper .text-wrapper .s-text {
    width: 100%;
  }
}
.cid-vfO5V08hlf .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 20px;
}
@media (max-width: 1440px) {
  .cid-vfO5V08hlf .items-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.cid-vfO5V08hlf .items-wrapper .item .item-wrapper {
  background-color: #ffffff;
  padding: 12px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vfO5V08hlf .items-wrapper .item .item-wrapper:hover .icon-card .s-iconfont,
.cid-vfO5V08hlf .items-wrapper .item .item-wrapper:focus .icon-card .s-iconfont {
  background-color: #001813;
  color: #ffffff !important;
  transform: scale(0.94);
}
.cid-vfO5V08hlf .items-wrapper .item .item-wrapper:hover .card-box .image-wrap .item-img img,
.cid-vfO5V08hlf .items-wrapper .item .item-wrapper:focus .card-box .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vfO5V08hlf .items-wrapper .item .item-wrapper .icon-card {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  padding: 0 0 10px 0;
  background-color: #f8fcfb;
  border-radius: 0 0 0 16px;
  z-index: 2;
}
.cid-vfO5V08hlf .items-wrapper .item .item-wrapper .icon-card .icon-bg {
  position: absolute;
  z-index: 1;
  top: -10px;
  left: -10px;
  width: 50px;
  height: 60px;
  background-color: #f8fcfb;
}
.cid-vfO5V08hlf .items-wrapper .item .item-wrapper .icon-card .s-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 16px;
  background-color: #ad9787;
  border-radius: 100%;
  transition: all 0.3s ease;
  z-index: 5;
}
.cid-vfO5V08hlf .items-wrapper .item .item-wrapper .icon-card::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -40px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-bottom-right-radius: 16px;
  box-shadow: 10px 10px 0 10px #f8fcfb;
  will-change: transform;
}
.cid-vfO5V08hlf .items-wrapper .item .item-wrapper .icon-card::after {
  content: '';
  position: absolute;
  bottom: 60px;
  right: 0;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-bottom-right-radius: 16px;
  box-shadow: 10px 10px 0 10px #f8fcfb;
  will-change: transform;
}
.cid-vfO5V08hlf .items-wrapper .item .item-wrapper .card-box {
  margin-bottom: 24px;
  margin-bottom: 72px;
}
.cid-vfO5V08hlf .items-wrapper .item .item-wrapper .card-box .image-wrap {
  position: relative;
}
.cid-vfO5V08hlf .items-wrapper .item .item-wrapper .card-box .image-wrap .item-img {
  overflow: hidden;
}
.cid-vfO5V08hlf .items-wrapper .item .item-wrapper .card-box .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-vfO5V08hlf .items-wrapper .item .item-wrapper .card-box .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vfO5V08hlf .items-wrapper .item .item-wrapper .card-box .image-wrap .social-wrapper {
  position: absolute;
  bottom: 12px;
  right: 12px;
  text-align: right;
}
.cid-vfO5V08hlf .items-wrapper .item .item-wrapper .card-box .image-wrap .social-wrapper .social-wrap {
  display: inline-flex;
  gap: 10px;
  padding: 10px;
  background-color: #001813;
}
.cid-vfO5V08hlf .items-wrapper .item .item-wrapper .card-box .image-wrap .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
}
.cid-vfO5V08hlf .items-wrapper .item .item-wrapper .card-box .image-wrap .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vfO5V08hlf .items-wrapper .item .item-wrapper .card-box .image-wrap .social-wrapper .social-wrap .soc-item a .s-iconfont {
  display: inline-flex;
  font-size: 16px;
  transition: all 0.3s ease;
}
.cid-vfO5V08hlf .items-wrapper .item .item-wrapper .card-box .name-wrapper {
  padding: 0 12px;
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vfO5V08hlf .items-wrapper .item .item-wrapper .card-box .name-wrapper {
    margin-top: 24px;
  }
}
.cid-vfO5V08hlf .items-wrapper .item .item-wrapper .card-box .name-wrapper .item-name {
  margin-bottom: 10px;
}
.cid-vfO5V08hlf .items-wrapper .item .item-wrapper .card-box .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vfO5V08hlf .items-wrapper .item .item-wrapper .item-cont {
  padding: 0 12px 12px;
  padding-right: 72px;
}
.cid-vfO5V08hlf .items-wrapper .item .item-wrapper .item-cont .s-section-btn {
  margin-bottom: -9.6px;
}
.cid-vfO5V08hlf .s-label {
  color: #222f30;
}
.cid-vfO5V08hlf .s-section-title {
  color: #222f30;
}
.cid-vfO5V08hlf .s-text {
  color: #4f595a;
}
.cid-vfO5V08hlf .item-name {
  color: #222f30;
}
.cid-vfO5V08hlf .item-role {
  color: #001813;
}
.cid-vfO5V08hlf .s-label,
.cid-vfO5V08hlf .label-wrapper {
  color: #001813;
}
.cid-vfO5V08hlf .s-text,
.cid-vfO5V08hlf .text-wrapper {
  color: #001813;
}
.cid-vfO5V08hlf .card-icon {
  color: #000000;
}
.cid-vfO5V08hlf .card-icons {
  color: #FFFFFF;
}
.cid-vfO5V08hlf .item-name,
.cid-vfO5V08hlf .s-section-btn {
  color: #001813;
}
.cid-vfO5V0j2BQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vfO5V0j2BQ .item:focus,
.cid-vfO5V0j2BQ span:focus {
  outline: none;
}
.cid-vfO5V0j2BQ .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vfO5V0j2BQ .content-head {
  max-width: 800px;
}
.cid-vfO5V0j2BQ .item {
  color: #001813;
  padding: 10px 0;
}
.cid-vfO5V0kgS3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vfO5V0kgS3 .s-fallback-image.disabled {
  display: none;
}
.cid-vfO5V0kgS3 .s-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfO5V0kgS3 .label-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vfO5V0kgS3 .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vfO5V0kgS3 .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vfO5V0kgS3 .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #ad9787;
  display: flex;
}
.cid-vfO5V0kgS3 .label-wrapper .label-wrap .s-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vfO5V0kgS3 .title-wrapper .s-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .cid-vfO5V0kgS3 .title-wrapper .s-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vfO5V0kgS3 .title-wrapper .s-section-title {
    margin-bottom: 48px;
    width: 100%;
  }
}
.cid-vfO5V0kgS3 .tabs-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vfO5V0kgS3 .tabs-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vfO5V0kgS3 .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  gap: 10px;
  flex-wrap: wrap;
}
.cid-vfO5V0kgS3 .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
}
.cid-vfO5V0kgS3 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  color: #001813;
  padding: 6px 12px;
  border: none;
  transition: all 0.3s ease-in-out;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vfO5V0kgS3 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 14px 20px;
  }
}
.cid-vfO5V0kgS3 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #001813;
  color: #ffffff;
}
.cid-vfO5V0kgS3 .tab-content .tab-pane .item-content {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-vfO5V0kgS3 .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-vfO5V0kgS3 .tab-content .tab-pane .item-content .image-wrap {
  width: 34%;
}
@media (max-width: 992px) {
  .cid-vfO5V0kgS3 .tab-content .tab-pane .item-content .image-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-vfO5V0kgS3 .tab-content .tab-pane .item-content .image-wrap img {
  height: 320px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vfO5V0kgS3 .tab-content .tab-pane .item-content .image-wrap img {
    height: 300px;
  }
}
.cid-vfO5V0kgS3 .tab-content .tab-pane .item-content .card-box {
  width: 58%;
  border-top: 1px solid #dddddd;
  padding-top: 80px;
  display: flex;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-vfO5V0kgS3 .tab-content .tab-pane .item-content .card-box {
    width: 100%;
    padding-top: 24px;
    display: block;
  }
}
.cid-vfO5V0kgS3 .tab-content .tab-pane .item-content .card-box .item-number {
  width: 130px;
  margin-bottom: 16px;
}
.cid-vfO5V0kgS3 .tab-content .tab-pane .item-content .card-box .list-wrapper {
  width: 100%;
}
.cid-vfO5V0kgS3 .tab-content .tab-pane .item-content .card-box .list-wrapper .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vfO5V0kgS3 .tab-content .tab-pane .item-content .card-box .list-wrapper .item-title {
    margin-bottom: 24px;
  }
}
.cid-vfO5V0kgS3 .tab-content .tab-pane .item-content .card-box .list-wrapper .list {
  margin: 0 0 0 14px;
  padding: 0 0 0 10px;
}
.cid-vfO5V0kgS3 .tab-content .tab-pane .item-content .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 10px;
  padding-left: 10px;
  width: fit-content;
}
.cid-vfO5V0kgS3 .tab-content .tab-pane .item-content .card-box .list-wrapper .list .item-wrap::marker {
  color: #ad9787;
}
.cid-vfO5V0kgS3 .tab-content .tab-pane .item-content .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfO5V0kgS3 .tab-content .tab-pane .item-content .card-box .list-wrapper .s-section-btn {
  margin-top: 14px;
}
.cid-vfO5V0kgS3 .tab-content .tab-pane .item-content .card-box .list-wrapper .s-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfO5V0kgS3 .s-label {
  color: #222f30;
}
.cid-vfO5V0kgS3 .s-section-title {
  color: #222f30;
}
.cid-vfO5V0kgS3 .item-number {
  color: #001813;
}
.cid-vfO5V0kgS3 .item-title {
  color: #222f30;
}
.cid-vfO5V0kgS3 .list {
  color: #4f595a;
}
.cid-vfO5V0kgS3 .s-label,
.cid-vfO5V0kgS3 .label-wrapper {
  color: #001813;
}
.cid-vfO5V0kgS3 .s-section-title,
.cid-vfO5V0kgS3 .tabs-wrapper,
.cid-vfO5V0kgS3 .title-wrapper {
  color: #001813;
}
.cid-vfO5V0kgS3 .item-title,
.cid-vfO5V0kgS3 .s-section-btn {
  color: #001813;
}
.cid-vfO5V0kgS3 .list,
.cid-vfO5V0kgS3 .item-wrap {
  color: #001813;
}
.cid-vfO5V0qpU6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-vfO5V0qpU6 .s-fallback-image.disabled {
  display: none;
}
.cid-vfO5V0qpU6 .s-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfO5V0qpU6 .border-wrapper {
  height: 12px;
  border: 1px solid #dddddd;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vfO5V0qpU6 .border-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vfO5V0qpU6 .label-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vfO5V0qpU6 .label-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vfO5V0qpU6 .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vfO5V0qpU6 .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #ad9787;
  display: flex;
}
.cid-vfO5V0qpU6 .label-wrapper .label-wrap .s-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vfO5V0qpU6 .items-wrapper .item:first-child .item-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 1px;
  background-color: #dddddd;
}
.cid-vfO5V0qpU6 .items-wrapper .item .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 20px 0;
}
@media (max-width: 992px) {
  .cid-vfO5V0qpU6 .items-wrapper .item .item-wrapper {
    flex-direction: column;
  }
}
.cid-vfO5V0qpU6 .items-wrapper .item .item-wrapper:hover::before,
.cid-vfO5V0qpU6 .items-wrapper .item .item-wrapper:focus::before {
  height: 100%;
}
.cid-vfO5V0qpU6 .items-wrapper .item .item-wrapper:hover .name-wrapper .item-name,
.cid-vfO5V0qpU6 .items-wrapper .item .item-wrapper:focus .name-wrapper .item-name {
  color: #ffffff;
}
.cid-vfO5V0qpU6 .items-wrapper .item .item-wrapper:hover .name-wrapper .item-role,
.cid-vfO5V0qpU6 .items-wrapper .item .item-wrapper:focus .name-wrapper .item-role {
  color: #ffffff;
}
.cid-vfO5V0qpU6 .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0;
  background-color: #001813;
  z-index: 1;
  transition: all 0.3s ease;
}
.cid-vfO5V0qpU6 .items-wrapper .item .item-wrapper .border-wrap {
  position: absolute;
  bottom: 0;
  width: 1000vh;
  height: 1px;
  background-color: #dddddd;
}
.cid-vfO5V0qpU6 .items-wrapper .item .item-wrapper .item-img {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-vfO5V0qpU6 .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-vfO5V0qpU6 .items-wrapper .item .item-wrapper .item-img img {
  width: 110px;
  height: 90px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vfO5V0qpU6 .items-wrapper .item .item-wrapper .item-img img {
    width: 100%;
    height: 300px;
  }
}
.cid-vfO5V0qpU6 .items-wrapper .item .item-wrapper .name-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 140px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-vfO5V0qpU6 .items-wrapper .item .item-wrapper .name-wrapper {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-vfO5V0qpU6 .items-wrapper .item .item-wrapper .name-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-vfO5V0qpU6 .items-wrapper .item .item-wrapper .name-wrapper .item-name {
  width: 30%;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-vfO5V0qpU6 .items-wrapper .item .item-wrapper .name-wrapper .item-name {
    width: 100%;
  }
}
.cid-vfO5V0qpU6 .items-wrapper .item .item-wrapper .name-wrapper .item-role {
  width: 68%;
  margin-bottom: 0;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-vfO5V0qpU6 .items-wrapper .item .item-wrapper .name-wrapper .item-role {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-vfO5V0qpU6 .items-wrapper .item .item-wrapper .icon-wrapper {
    width: 100%;
    margin-top: 24px;
  }
}
.cid-vfO5V0qpU6 .items-wrapper .item .item-wrapper .icon-wrapper .s-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 16px;
  background-color: #ad9787;
  border-radius: 100%;
  transition: all 0.3s ease;
  z-index: 5;
}
.cid-vfO5V0qpU6 .items-wrapper .item .item-wrapper .icon-wrapper .s-iconfont:hover,
.cid-vfO5V0qpU6 .items-wrapper .item .item-wrapper .icon-wrapper .s-iconfont:focus {
  transform: scale(0.94);
}
.cid-vfO5V0qpU6 .s-label {
  color: #222f30;
}
.cid-vfO5V0qpU6 .item-name {
  color: #222f30;
}
.cid-vfO5V0qpU6 .item-role {
  color: #001813;
}
.cid-vfO5V0qpU6 .s-label,
.cid-vfO5V0qpU6 .label-wrapper {
  color: #001813;
}
.cid-vfO5V0qpU6 .item-name,
.cid-vfO5V0qpU6 .s-section-btn {
  color: #001813;
}
.cid-vfO5V0qpU6 .card-icon {
  color: #000000;
}
.cid-vfO5V0wQf7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #001813;
}
.cid-vfO5V0wQf7 .s-fallback-image.disabled {
  display: none;
}
.cid-vfO5V0wQf7 .s-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfO5V0wQf7 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vfO5V0wQf7 .title-wrapper .s-section-title {
  margin-bottom: 24px;
}
.cid-vfO5V0wQf7 .title-wrapper .text-wrapper .s-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfO5V0wQf7 .title-wrapper .text-wrapper .s-text {
    width: 100%;
  }
}
.cid-vfO5V0wQf7 .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vfO5V0wQf7 .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vfO5V0wQf7 .form-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-vfO5V0wQf7 .form-wrap .dragArea.row .form-group .form-control {
  padding: 12px 20px;
  background-color: #003e33;
  border: none !important;
  box-shadow: none;
  margin-bottom: 24px;
  color: #ffffff;
  transition: all 0.3s ease;
}
.cid-vfO5V0wQf7 .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
}
.cid-vfO5V0wQf7 .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vfO5V0wQf7 .form-wrap .dragArea.row .form-group .form-control:focus {
  border: none;
  background-color: #003e33;
}
.cid-vfO5V0wQf7 .form-wrap .dragArea.row .form-group textarea {
  min-height: 180px;
}
.cid-vfO5V0wQf7 .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vfO5V0wQf7 .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-vfO5V0wQf7 .form-wrap .dragArea.row .s-section-btn {
  width: 100%;
  margin-top: 10px;
  padding-right: 0;
}
.cid-vfO5V0wQf7 .form-wrap .dragArea.row .s-section-btn .btn {
  margin-right: 0;
}
.cid-vfO5V0wQf7 .s-section-title {
  color: #ffffff;
}
.cid-vfO5V0wQf7 .s-text {
  color: #ffffff;
}
.cid-vfO5V0wQf7 label {
  color: #ffffff;
}
.cid-vfO5V0wQf7 .s-section-btn {
  text-align: right;
}
.cid-vfO5V0wQf7 .s-section-title,
.cid-vfO5V0wQf7 .s-section-btn {
  color: #FFFFFF;
}
.cid-vfO5V0wQf7 .s-text,
.cid-vfO5V0wQf7 .text-wrapper {
  color: #FFFFFF;
}
.cid-vfO5V0wQf7 .form-control-label {
  color: #FFFFFF;
}
.cid-vfO5V0A6Rp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #001813;
}
.cid-vfO5V0A6Rp .s-fallback-image.disabled {
  display: none;
}
.cid-vfO5V0A6Rp .s-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfO5V0A6Rp .label-wrapper {
  padding-bottom: 48px;
  margin-bottom: 60px;
  border-bottom: 1px solid #003e33;
}
@media (max-width: 992px) {
  .cid-vfO5V0A6Rp .label-wrapper {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}
.cid-vfO5V0A6Rp .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
}
.cid-vfO5V0A6Rp .label-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f8fcfb;
  opacity: 0.1;
}
.cid-vfO5V0A6Rp .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #ad9787;
  display: flex;
}
.cid-vfO5V0A6Rp .label-wrapper .label-wrap .s-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vfO5V0A6Rp .items-wrapper .item {
  margin-bottom: 48px;
}
.cid-vfO5V0A6Rp .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 12px;
}
.cid-vfO5V0A6Rp .items-wrapper .item .item-wrapper .text-wrapper .item-text {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}
.cid-vfO5V0A6Rp .items-wrapper .item .item-wrapper .text-wrapper .item-text:hover::before,
.cid-vfO5V0A6Rp .items-wrapper .item .item-wrapper .text-wrapper .item-text:focus::before {
  width: 0;
}
.cid-vfO5V0A6Rp .items-wrapper .item .item-wrapper .text-wrapper .item-text::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ad9787;
  transition: all 0.3s ease;
}
.cid-vfO5V0A6Rp .btn-wrapper {
  margin-top: -10%;
}
.cid-vfO5V0A6Rp .s-label {
  color: #ffffff;
}
.cid-vfO5V0A6Rp .item-title {
  color: #949a9b;
}
.cid-vfO5V0A6Rp .item-text {
  color: #ffffff;
}
.cid-vfO5V0A6Rp .s-label,
.cid-vfO5V0A6Rp .label-wrapper {
  color: #FFFFFF;
}
.cid-vfO5V0A6Rp .item-title,
.cid-vfO5V0A6Rp .s-section-btn {
  color: #FFFFFF;
}
.cid-vfO5V0A6Rp .item-text,
.cid-vfO5V0A6Rp .text-wrapper {
  color: #FFFFFF;
}
.cid-vfO5V0FIuH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-1621211255064-8915268b62f4.jpeg");
}
.cid-vfO5V0FIuH .s-fallback-image.disabled {
  display: none;
}
.cid-vfO5V0FIuH .s-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfO5V0FIuH .title-wrapper {
  margin-bottom: 320px;
}
@media (max-width: 992px) {
  .cid-vfO5V0FIuH .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vfO5V0FIuH .title-wrapper .s-section-title {
  margin-bottom: 24px;
}
.cid-vfO5V0FIuH .nav-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px 0;
  margin-bottom: 320px;
}
@media (max-width: 992px) {
  .cid-vfO5V0FIuH .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vfO5V0FIuH .nav-wrapper .nav-wrap {
  position: relative;
  width: 33%;
  padding-left: 20px;
}
@media (max-width: 1440px) {
  .cid-vfO5V0FIuH .nav-wrapper .nav-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vfO5V0FIuH .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-vfO5V0FIuH .nav-wrapper .nav-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease;
  opacity: 0.2;
}
.cid-vfO5V0FIuH .nav-wrapper .nav-wrap .s-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vfO5V0FIuH .nav-wrapper .nav-wrap .s-list-title {
    margin-bottom: 16px;
  }
}
.cid-vfO5V0FIuH .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vfO5V0FIuH .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.cid-vfO5V0FIuH .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
.cid-vfO5V0FIuH .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.cid-vfO5V0FIuH .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vfO5V0FIuH .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfO5V0FIuH .s-label {
  margin-bottom: 24px;
  color: #ffffff;
}
.cid-vfO5V0FIuH .s-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
.cid-vfO5V0FIuH .s-section-title {
  color: #ffffff;
}
.cid-vfO5V0FIuH .s-list-title {
  color: #ffffff;
}
.cid-vfO5V0FIuH .list {
  color: #ffffff;
}

/* —— Site: static map / location (no third-party embed) —— */
.cid-vfO5UYBXeI .map-static {
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background: linear-gradient(135deg, rgba(0, 24, 19, 0.06), rgba(0, 80, 64, 0.08));
  border-radius: 12px;
  text-align: center;
}
.cid-vfO5UYBXeI .map-static .map-static__text {
  margin: 0;
  max-width: 28rem;
  color: #001813;
}

/* —— Footer legal links —— */
.cid-vfO5V0FIuH .footer-legal {
  margin-top: 1rem;
  text-align: center;
}
.cid-vfO5V0FIuH .footer-legal a {
  color: #ffffff;
  text-decoration: underline;
  margin: 0 0.75rem;
}
.cid-vfO5V0FIuH .footer-legal a:hover {
  opacity: 0.85;
}

/* —— Cookie consent banner —— */
#cookie-consent {
  position: fixed;
  z-index: 10050;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem;
  background: rgba(0, 24, 19, 0.96);
  color: #f8fcfb;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.2);
}
#cookie-consent[hidden] {
  display: none !important;
}
.cookie-consent__box {
  max-width: 960px;
  margin: 0 auto;
}
.cookie-consent__text {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  line-height: 1.45;
}
.cookie-consent__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}
.cookie-consent__actions button {
  cursor: pointer;
  border-radius: 6px;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: transparent;
  color: #fff;
}
.cookie-consent__actions button:hover {
  background: rgba(255, 255, 255, 0.12);
}
#cookie-accept {
  background: #fff !important;
  color: #001813 !important;
  border-color: #fff !important;
}
.cookie-consent__settings {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.cookie-consent__settings[hidden] {
  display: none !important;
}
.cookie-consent__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.75rem;
  font-size: 0.9rem;
}
.cookie-consent__row label {
  margin: 0;
  cursor: pointer;
}
.cookie-consent__hint {
  font-size: 0.8rem;
  opacity: 0.85;
  margin: 0 0 0.75rem;
}

/* Contact form loading state */
form#contact-form-main .btn-loading {
  opacity: 0.65;
  pointer-events: none;
}
