.btn {
  border-width: 1px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Host Grotesk;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 4.5rem;
  line-height: .95;
}
.display-1 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 2.6rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.35rem;
  line-height: 1.2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.08rem;
    font-size: calc( 1.1225rem + (1.35 - 1.1225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.1225rem + (1.35 - 1.1225) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1 * (2.225rem + (4.5 - 2.225) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (0.965rem + (0.9 - 0.965) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.56rem + (2.6 - 1.56) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.08rem;
    font-size: calc( 1.1225rem + (1.35 - 1.1225) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.2 * (1.1225rem + (1.35 - 1.1225) * ((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: #cef79e !important;
}
.bg-success {
  background-color: #d47c19 !important;
}
.bg-info {
  background-color: #2376bc !important;
}
.bg-warning {
  background-color: #c5ba4a !important;
}
.bg-danger {
  background-color: #c7756f !important;
}
.btn-primary .mbr-iconfont {
  background-color: #355b08 !important;
  color: #cef79e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #cef79e !important;
  border-color: #cef79e !important;
  color: #355b08 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #e6fbcd !important;
  box-shadow: none;
}
.btn-primary:hover .mbr-iconfont,
.btn-primary:focus .mbr-iconfont,
.btn-primary.focus .mbr-iconfont,
.btn-primary.active .mbr-iconfont {
  transform: translateX(4px);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #355b08 !important;
  background-color: #e6fbcd !important;
  border-color: #e6fbcd !important;
}
.btn-secondary .mbr-iconfont {
  background-color: #ffffff !important;
  color: #445e5f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #445e5f !important;
  border-color: #445e5f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #597b7d !important;
  box-shadow: none;
}
.btn-secondary:hover .mbr-iconfont,
.btn-secondary:focus .mbr-iconfont,
.btn-secondary.focus .mbr-iconfont,
.btn-secondary.active .mbr-iconfont {
  transform: translateX(4px);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #597b7d !important;
  border-color: #597b7d !important;
}
.btn-info .mbr-iconfont {
  background-color: #ffffff !important;
  color: #2376bc !important;
}
.btn-info,
.btn-info:active {
  background-color: #2376bc !important;
  border-color: #2376bc !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #3890da !important;
  box-shadow: none;
}
.btn-info:hover .mbr-iconfont,
.btn-info:focus .mbr-iconfont,
.btn-info.focus .mbr-iconfont,
.btn-info.active .mbr-iconfont {
  transform: translateX(4px);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3890da !important;
  border-color: #3890da !important;
}
.btn-success .mbr-iconfont {
  background-color: #ffffff !important;
  color: #d47c19 !important;
}
.btn-success,
.btn-success:active {
  background-color: #d47c19 !important;
  border-color: #d47c19 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #e89538 !important;
  box-shadow: none;
}
.btn-success:hover .mbr-iconfont,
.btn-success:focus .mbr-iconfont,
.btn-success.focus .mbr-iconfont,
.btn-success.active .mbr-iconfont {
  transform: translateX(4px);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #e89538 !important;
  border-color: #e89538 !important;
}
.btn-warning .mbr-iconfont {
  background-color: #000000 !important;
  color: #c5ba4a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #c5ba4a !important;
  border-color: #c5ba4a !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #d1c971 !important;
  box-shadow: none;
}
.btn-warning:hover .mbr-iconfont,
.btn-warning:focus .mbr-iconfont,
.btn-warning.focus .mbr-iconfont,
.btn-warning.active .mbr-iconfont {
  transform: translateX(4px);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #d1c971 !important;
  border-color: #d1c971 !important;
}
.btn-danger .mbr-iconfont {
  background-color: #ffffff !important;
  color: #c7756f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #c7756f !important;
  border-color: #c7756f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #d59894 !important;
  box-shadow: none;
}
.btn-danger:hover .mbr-iconfont,
.btn-danger:focus .mbr-iconfont,
.btn-danger.focus .mbr-iconfont,
.btn-danger.active .mbr-iconfont {
  transform: translateX(4px);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #d59894 !important;
  border-color: #d59894 !important;
}
.btn-white .mbr-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 .mbr-iconfont,
.btn-white:focus .mbr-iconfont,
.btn-white.focus .mbr-iconfont,
.btn-white.active .mbr-iconfont {
  transform: translateX(4px);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black .mbr-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 .mbr-iconfont,
.btn-black:focus .mbr-iconfont,
.btn-black.focus .mbr-iconfont,
.btn-black.active .mbr-iconfont {
  transform: translateX(4px);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #374c4e !important;
  border-color: #374c4e !important;
}
.btn-primary-outline .mbr-iconfont {
  background-color: #cef79e !important;
  color: #355b08;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #cef79e;
  color: #cef79e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a6f04e !important;
  background-color: transparent !important;
  border-color: #a6f04e !important;
  box-shadow: none !important;
}
.btn-primary-outline:hover .mbr-iconfont,
.btn-primary-outline:focus .mbr-iconfont,
.btn-primary-outline.focus .mbr-iconfont,
.btn-primary-outline.active .mbr-iconfont {
  background-color: #a6f04e !important;
  color: #070b01;
  transform: translateX(4px);
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #508b0b !important;
  background-color: #cef79e !important;
  border-color: #cef79e !important;
}
.btn-secondary-outline .mbr-iconfont {
  background-color: #445e5f !important;
  color: #ffffff;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #445e5f;
  color: #445e5f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #202c2c !important;
  background-color: transparent !important;
  border-color: #202c2c !important;
  box-shadow: none !important;
}
.btn-secondary-outline:hover .mbr-iconfont,
.btn-secondary-outline:focus .mbr-iconfont,
.btn-secondary-outline.focus .mbr-iconfont,
.btn-secondary-outline.active .mbr-iconfont {
  background-color: #202c2c !important;
  color: #ffffff;
  transform: translateX(4px);
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #445e5f !important;
  border-color: #445e5f !important;
}
.btn-info-outline .mbr-iconfont {
  background-color: #2376bc !important;
  color: #ffffff;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #2376bc;
  color: #2376bc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #154873 !important;
  background-color: transparent !important;
  border-color: #154873 !important;
  box-shadow: none !important;
}
.btn-info-outline:hover .mbr-iconfont,
.btn-info-outline:focus .mbr-iconfont,
.btn-info-outline.focus .mbr-iconfont,
.btn-info-outline.active .mbr-iconfont {
  background-color: #154873 !important;
  color: #ffffff;
  transform: translateX(4px);
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #2376bc !important;
  border-color: #2376bc !important;
}
.btn-success-outline .mbr-iconfont {
  background-color: #d47c19 !important;
  color: #ffffff;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #d47c19;
  color: #d47c19;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #864f10 !important;
  background-color: transparent !important;
  border-color: #864f10 !important;
  box-shadow: none !important;
}
.btn-success-outline:hover .mbr-iconfont,
.btn-success-outline:focus .mbr-iconfont,
.btn-success-outline.focus .mbr-iconfont,
.btn-success-outline.active .mbr-iconfont {
  background-color: #864f10 !important;
  color: #ffffff;
  transform: translateX(4px);
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #d47c19 !important;
  border-color: #d47c19 !important;
}
.btn-warning-outline .mbr-iconfont {
  background-color: #c5ba4a !important;
  color: #000000;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #c5ba4a;
  color: #c5ba4a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #8c832d !important;
  background-color: transparent !important;
  border-color: #8c832d !important;
  box-shadow: none !important;
}
.btn-warning-outline:hover .mbr-iconfont,
.btn-warning-outline:focus .mbr-iconfont,
.btn-warning-outline.focus .mbr-iconfont,
.btn-warning-outline.active .mbr-iconfont {
  background-color: #8c832d !important;
  color: #ffffff;
  transform: translateX(4px);
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c5ba4a !important;
  border-color: #c5ba4a !important;
}
.btn-danger-outline .mbr-iconfont {
  background-color: #c7756f !important;
  color: #ffffff;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #c7756f;
  color: #c7756f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a1453f !important;
  background-color: transparent !important;
  border-color: #a1453f !important;
  box-shadow: none !important;
}
.btn-danger-outline:hover .mbr-iconfont,
.btn-danger-outline:focus .mbr-iconfont,
.btn-danger-outline.focus .mbr-iconfont,
.btn-danger-outline.active .mbr-iconfont {
  background-color: #a1453f !important;
  color: #ffffff;
  transform: translateX(4px);
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c7756f !important;
  border-color: #c7756f !important;
}
.btn-black-outline .mbr-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 .mbr-iconfont,
.btn-black-outline:focus .mbr-iconfont,
.btn-black-outline.focus .mbr-iconfont,
.btn-black-outline.active .mbr-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 .mbr-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 .mbr-iconfont,
.btn-white-outline:focus .mbr-iconfont,
.btn-white-outline.focus .mbr-iconfont,
.btn-white-outline.active .mbr-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: #cef79e !important;
}
.text-secondary {
  color: #445e5f !important;
}
.text-success {
  color: #d47c19 !important;
}
.text-info {
  color: #2376bc !important;
}
.text-warning {
  color: #c5ba4a !important;
}
.text-danger {
  color: #c7756f !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #222f30 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #9eef40 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #192324 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #79470e !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #134066 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #807829 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #96403a !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: #cef79e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #2376bc;
}
.alert-warning {
  background-color: #c5ba4a;
}
.alert-danger {
  background-color: #c7756f;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #cef79e;
  border-color: #cef79e;
  color: #5ea20d;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 8px !important;
}
a,
a:hover {
  color: #cef79e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f8dec1;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #79b4e6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #e4dfab;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ebcdcb;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.35rem;
  line-height: 1.2;
  font-weight: 400;
  border-radius: 12px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.6875rem;
}
.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: #cef79e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 1.35rem;
  line-height: 1.2;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.6875rem;
}
blockquote {
  border-color: #cef79e;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #cef79e;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #cef79e;
}
.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: #cef79e;
  border-bottom-color: #cef79e;
}
.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: #cef79e !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #445e5f !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='%23cef79e' %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;
}
html,
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  padding: 0 20px;
  font-weight: 400;
  border-radius: 12px !important;
  min-height: 48px;
  will-change: transform;
}
.mbr-section-btn .btn .mbr-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;
}
.mbr-section-btn .btn-black {
  color: #ffffff;
}
.mbr-section-btn .btn-black .mbr-iconfont {
  background-color: #cef79e !important;
  color: #355b08 !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn .btn-black.focus,
.mbr-section-btn .btn-black.active {
  background-color: #cef79e !important;
  color: #355b08 !important;
}
.mbr-section-btn .btn-black:hover .mbr-iconfont,
.mbr-section-btn .btn-black:focus .mbr-iconfont,
.mbr-section-btn .btn-black.focus .mbr-iconfont,
.mbr-section-btn .btn-black.active .mbr-iconfont {
  background-color: #222f30 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn .btn-white {
  border: none !important;
}
.mbr-section-btn .btn-white {
  color: #222f30;
}
.mbr-section-btn .btn-white .mbr-iconfont {
  background-color: #cef79e !important;
  color: #355b08 !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn .btn-white.focus,
.mbr-section-btn .btn-white.active {
  background-color: #cef79e !important;
  color: #355b08 !important;
}
.mbr-section-btn .btn-white:hover .mbr-iconfont,
.mbr-section-btn .btn-white:focus .mbr-iconfont,
.mbr-section-btn .btn-white.focus .mbr-iconfont,
.mbr-section-btn .btn-white.active .mbr-iconfont {
  background-color: #ffffff !important;
  color: #222f30 !important;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn .btn-white {
  border: none !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-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-vhFSvxH2Fe {
  z-index: 1000;
  width: 100%;
}
.cid-vhFSvxH2Fe nav.navbar {
  position: fixed;
}
.cid-vhFSvxH2Fe .container-fluid {
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 992px) {
  .cid-vhFSvxH2Fe .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-vhFSvxH2Fe .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhFSvxH2Fe .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vhFSvxH2Fe .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-vhFSvxH2Fe .dropdown-item:hover,
.cid-vhFSvxH2Fe .dropdown-item:focus {
  background: #ffffff !important;
  color: #ff5500 !important;
}
.cid-vhFSvxH2Fe .dropdown-item:hover span {
  color: white;
}
.cid-vhFSvxH2Fe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vhFSvxH2Fe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vhFSvxH2Fe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vhFSvxH2Fe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
  margin-right: 0.5rem;
}
.cid-vhFSvxH2Fe .nav-link {
  position: relative;
}
.cid-vhFSvxH2Fe .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-vhFSvxH2Fe .container {
    flex-wrap: nowrap;
  }
}
.cid-vhFSvxH2Fe .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vhFSvxH2Fe .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vhFSvxH2Fe .dropdown-menu,
.cid-vhFSvxH2Fe .navbar.opened {
  background: #ffffff !important;
}
.cid-vhFSvxH2Fe .nav-item:focus,
.cid-vhFSvxH2Fe .nav-link:focus {
  outline: none;
}
.cid-vhFSvxH2Fe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhFSvxH2Fe .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vhFSvxH2Fe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhFSvxH2Fe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhFSvxH2Fe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhFSvxH2Fe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhFSvxH2Fe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(8px);
}
.cid-vhFSvxH2Fe .navbar.opened {
  transition: all 0.3s;
}
.cid-vhFSvxH2Fe .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 24px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vhFSvxH2Fe .navbar .navbar-logo {
  margin-right: 12px;
}
.cid-vhFSvxH2Fe .navbar .navbar-logo img {
  width: auto;
}
.cid-vhFSvxH2Fe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vhFSvxH2Fe .navbar.collapsed {
  justify-content: center;
}
.cid-vhFSvxH2Fe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhFSvxH2Fe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vhFSvxH2Fe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-vhFSvxH2Fe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhFSvxH2Fe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhFSvxH2Fe .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vhFSvxH2Fe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhFSvxH2Fe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhFSvxH2Fe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vhFSvxH2Fe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhFSvxH2Fe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhFSvxH2Fe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhFSvxH2Fe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhFSvxH2Fe .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vhFSvxH2Fe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhFSvxH2Fe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vhFSvxH2Fe .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vhFSvxH2Fe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vhFSvxH2Fe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhFSvxH2Fe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhFSvxH2Fe .navbar.navbar-short {
  min-height: 70px;
}
.cid-vhFSvxH2Fe .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-vhFSvxH2Fe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vhFSvxH2Fe .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vhFSvxH2Fe .navbar-brand .navbar-caption:hover,
.cid-vhFSvxH2Fe .navbar-brand .navbar-caption:focus {
  color: #ff5500 !important;
}
.cid-vhFSvxH2Fe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhFSvxH2Fe .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vhFSvxH2Fe .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff5500 !important;
}
.cid-vhFSvxH2Fe .dropdown-item.active,
.cid-vhFSvxH2Fe .dropdown-item:active {
  background-color: transparent;
}
.cid-vhFSvxH2Fe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhFSvxH2Fe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhFSvxH2Fe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhFSvxH2Fe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vhFSvxH2Fe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vhFSvxH2Fe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vhFSvxH2Fe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhFSvxH2Fe ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vhFSvxH2Fe ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vhFSvxH2Fe .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vhFSvxH2Fe .navbar-buttons {
    text-align: left;
  }
}
.cid-vhFSvxH2Fe .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vhFSvxH2Fe .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vhFSvxH2Fe button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vhFSvxH2Fe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #8ccaee;
}
.cid-vhFSvxH2Fe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vhFSvxH2Fe button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vhFSvxH2Fe button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vhFSvxH2Fe button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vhFSvxH2Fe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhFSvxH2Fe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhFSvxH2Fe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhFSvxH2Fe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhFSvxH2Fe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vhFSvxH2Fe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhFSvxH2Fe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhFSvxH2Fe .navbar {
    height: 70px;
  }
  .cid-vhFSvxH2Fe .navbar.opened {
    height: auto;
  }
  .cid-vhFSvxH2Fe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhFSvxH2Fe .navbar-nav {
  margin: 0 auto;
}
.cid-vhFSvxH2Fe .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vhFSvxH2Fe .nav-item .nav-link {
  padding: 8px 24px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  flex-direction: row-reverse;
}
.cid-vhFSvxH2Fe .nav-item .nav-link .mbr-iconfont {
  margin-right: 0;
  margin-left: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-vhFSvxH2Fe .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vhFSvxH2Fe .nav-item .nav-link:hover,
.cid-vhFSvxH2Fe .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ff5500 !important;
}
.cid-vhFSvxH2Fe .nav-item .nav-link:hover .mbr-iconfont,
.cid-vhFSvxH2Fe .nav-item .nav-link:focus .mbr-iconfont {
  transform: translateX(4px);
}
.cid-vhFSvxH2Fe .nav-item .nav-link:hover::after,
.cid-vhFSvxH2Fe .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vhFSvxH2Fe .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vhFSvxH2Fe .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vhFSvxH2Fe .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vhFSvxH2Fe .navbar {
    justify-content: flex-start !important;
  }
  .cid-vhFSvxH2Fe .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vhFSvxH2Fe .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vhFSvxH2Fe .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vhFSvxH2Fe .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vhFSvxH2Fe .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vhFSvxH2Fe .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vhFSvxH2Fe .content-wrap {
  min-height: 70px;
}
.cid-vck7EIt1Gf {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/banner-800x381.png");
}
.cid-vck7EIt1Gf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vck7EIt1Gf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vck7EIt1Gf .content-wrap {
  margin: 0 -10px;
}
.cid-vck7EIt1Gf .content-wrap .card {
  padding: 0 10px;
}
.cid-vck7EIt1Gf .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vck7EIt1Gf .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vck7EIt1Gf .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vck7EIt1Gf .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #fffce7;
}
.cid-vck7EIt1Gf .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #d47c19;
  display: flex;
}
.cid-vck7EIt1Gf .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vck7EIt1Gf .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vck7EIt1Gf .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vck7EIt1Gf .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vck7EIt1Gf .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vck7EIt1Gf .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vck7EIt1Gf .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vck7EIt1Gf .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vck7EIt1Gf .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vck7EIt1Gf .mbr-label {
  color: #222f30;
}
.cid-vck7EIt1Gf .mbr-section-title {
  color: #222f30;
}
.cid-vck7EIt1Gf .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vck7EIt1Gf .mbr-text {
  color: #4f595a;
}
.cid-vck7EIt1Gf .mbr-label,
.cid-vck7EIt1Gf .label-wrapper {
  color: #2376bc;
}
.cid-vck7EIt1Gf .mbr-section-title,
.cid-vck7EIt1Gf .mbr-section-btn {
  color: #08111d;
}
.cid-vck7EIt1Gf .mbr-text,
.cid-vck7EIt1Gf .text-wrapper {
  color: #ffffff;
  text-align: justify;
}
.cid-vhPn30Hl8k {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background11-1920x1440.jpg");
}
.cid-vhPn30Hl8k .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhPn30Hl8k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhPn30Hl8k .content-wrap {
  margin: 0 -10px;
}
.cid-vhPn30Hl8k .content-wrap .card {
  padding: 0 10px;
}
.cid-vhPn30Hl8k .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhPn30Hl8k .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhPn30Hl8k .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhPn30Hl8k .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #fffce7;
}
.cid-vhPn30Hl8k .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #d47c19;
  display: flex;
}
.cid-vhPn30Hl8k .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhPn30Hl8k .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhPn30Hl8k .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhPn30Hl8k .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhPn30Hl8k .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhPn30Hl8k .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhPn30Hl8k .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhPn30Hl8k .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhPn30Hl8k .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhPn30Hl8k .mbr-label {
  color: #222f30;
}
.cid-vhPn30Hl8k .mbr-section-title {
  color: #222f30;
}
.cid-vhPn30Hl8k .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhPn30Hl8k .mbr-text {
  color: #4f595a;
}
.cid-vhPn30Hl8k .mbr-label,
.cid-vhPn30Hl8k .label-wrapper {
  color: #2376bc;
}
.cid-vhPn30Hl8k .mbr-section-title,
.cid-vhPn30Hl8k .mbr-section-btn {
  color: #08111d;
}
.cid-vhPn30Hl8k .mbr-text,
.cid-vhPn30Hl8k .text-wrapper {
  color: #060606;
  text-align: justify;
}
.cid-vhPp7yYqul {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #eeeeee;
}
.cid-vhPp7yYqul .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhPp7yYqul .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhPp7yYqul .content-wrap {
  margin: 0 -10px;
}
.cid-vhPp7yYqul .content-wrap .card {
  padding: 0 10px;
}
.cid-vhPp7yYqul .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhPp7yYqul .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhPp7yYqul .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhPp7yYqul .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #54c2e9;
}
.cid-vhPp7yYqul .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #d47c19;
  display: flex;
}
.cid-vhPp7yYqul .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhPp7yYqul .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhPp7yYqul .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhPp7yYqul .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhPp7yYqul .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhPp7yYqul .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhPp7yYqul .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhPp7yYqul .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhPp7yYqul .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhPp7yYqul .mbr-label {
  color: #222f30;
}
.cid-vhPp7yYqul .mbr-section-title {
  color: #222f30;
}
.cid-vhPp7yYqul .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhPp7yYqul .mbr-text {
  color: #4f595a;
}
.cid-vhPp7yYqul .mbr-label,
.cid-vhPp7yYqul .label-wrapper {
  color: #2376bc;
}
.cid-vhPp7yYqul .mbr-section-title,
.cid-vhPp7yYqul .mbr-section-btn {
  color: #08111d;
}
.cid-vhPp7yYqul .mbr-text,
.cid-vhPp7yYqul .text-wrapper {
  color: #060606;
  text-align: justify;
}
.cid-vhMjk7W6O9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-vhMjk7W6O9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhMjk7W6O9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhMjk7W6O9 .content-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vhMjk7W6O9 .content-wrap {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vhMjk7W6O9 .content-wrap .label-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vhMjk7W6O9 .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  gap: 7px;
  align-items: center;
}
.cid-vhMjk7W6O9 .content-wrap .label-wrapper .label-wrap .marker-wrap {
  display: inline-flex;
  width: 11px;
  height: 11px;
  min-width: 11px;
  border-radius: 100%;
  background-color: #d39a1d;
}
.cid-vhMjk7W6O9 .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vhMjk7W6O9 .content-wrap .title-wrapper {
  margin-bottom: 0;
}
.cid-vhMjk7W6O9 .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhMjk7W6O9 .content-wrap .main-btn {
    margin-top: 10px;
  }
}
.cid-vhMjk7W6O9 .items-wrapper {
  margin: 0 -6px;
}
.cid-vhMjk7W6O9 .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhMjk7W6O9 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vhMjk7W6O9 .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vhMjk7W6O9 .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-vhMjk7W6O9 .items-wrapper .item .item-wrapper {
  height: 100%;
}
.cid-vhMjk7W6O9 .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vhMjk7W6O9 .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-vhMjk7W6O9 .items-wrapper .item .item-wrapper .item-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vhMjk7W6O9 .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vhMjk7W6O9 .items-wrapper .item .item-wrapper .card-box .item-date {
  margin-bottom: 16px;
}
.cid-vhMjk7W6O9 .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vhMjk7W6O9 .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vhMjk7W6O9 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vhMjk7W6O9 .mbr-label {
  color: #222f30;
}
.cid-vhMjk7W6O9 .mbr-section-title {
  color: #000000;
}
.cid-vhMjk7W6O9 .item-date {
  color: #707070;
}
.cid-vhMjk7W6O9 .item-title {
  color: #000000;
}
.cid-vhMjk7W6O9 .item-text {
  color: #060606;
}
.cid-vhMjk7W6O9 .main-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vhMjk7W6O9 .main-btn {
    text-align: left;
  }
}
.cid-vhMjk7W6O9 .mbr-label,
.cid-vhMjk7W6O9 .label-wrapper {
  color: #0f659c;
}
.cid-vhMjk7W6O9 .item-title,
.cid-vhMjk7W6O9 .item-btn {
  color: #0f659c;
}
.cid-vhGYZcY5Ii {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vhGYZcY5Ii .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhGYZcY5Ii .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhGYZcY5Ii .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-image: linear-gradient(0deg, #dcba77 0, #2376bc 100%);
}
@media (max-width: 1640px) {
  .cid-vhGYZcY5Ii .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vhGYZcY5Ii .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhGYZcY5Ii .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vhGYZcY5Ii .card-wrapper .content-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vhGYZcY5Ii .card-wrapper .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vhGYZcY5Ii .card-wrapper .content-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vhGYZcY5Ii .card-wrapper .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vhGYZcY5Ii .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vhGYZcY5Ii .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhGYZcY5Ii .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vhGYZcY5Ii .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vhGYZcY5Ii .card-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vhGYZcY5Ii .card-wrapper .items-wrapper {
  margin: 0 -12px;
}
.cid-vhGYZcY5Ii .card-wrapper .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vhGYZcY5Ii .card-wrapper .items-wrapper .item {
    margin-bottom: 12px;
  }
  .cid-vhGYZcY5Ii .card-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vhGYZcY5Ii .card-wrapper .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #f1ff91;
}
@media (max-width: 992px) {
  .cid-vhGYZcY5Ii .card-wrapper .items-wrapper .item .item-wrapper {
    padding: 24px 12px;
  }
}
.cid-vhGYZcY5Ii .card-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhGYZcY5Ii .card-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhGYZcY5Ii .card-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 45px;
}
.cid-vhGYZcY5Ii .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vhGYZcY5Ii .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vhGYZcY5Ii .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vhGYZcY5Ii .mbr-label {
  color: #ffffff;
}
.cid-vhGYZcY5Ii .mbr-section-title {
  color: #f1ff91;
}
.cid-vhGYZcY5Ii .mbr-text,
.cid-vhGYZcY5Ii .text-wrapper {
  color: #ffffff;
}
.cid-vhGYZcY5Ii .item-title {
  color: #ffffff;
}
.cid-vhGYZcY5Ii .item-text {
  color: #ffffff;
}
.cid-vhGYZcY5Ii .main-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vhGYZcY5Ii .main-btn {
    text-align: left;
  }
}
.cid-vhGYZcY5Ii .mbr-section-title,
.cid-vhGYZcY5Ii .title-wrap {
  color: #e7ab68;
}
.cid-vhGYZcY5Ii .item-title,
.cid-vhGYZcY5Ii .item-btn,
.cid-vhGYZcY5Ii .iconfont-wrapper {
  color: #000000;
}
.cid-vhI119fyzA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vhI119fyzA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhI119fyzA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vhI119fyzA .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhI119fyzA .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #86c4e1;
}
.cid-vhI119fyzA .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #e7ab68;
  display: flex;
}
.cid-vhI119fyzA .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhI119fyzA .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vhI119fyzA .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vhI119fyzA .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhI119fyzA .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vhI119fyzA .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhI119fyzA .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhI119fyzA .items-wrapper {
  margin: 0 -10px;
}
.cid-vhI119fyzA .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vhI119fyzA .items-wrapper .item {
    margin-bottom: 24px;
  }
  .cid-vhI119fyzA .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vhI119fyzA .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-vhI119fyzA .items-wrapper .item .item-wrapper {
    padding: 24px;
    min-height: auto;
  }
}
.cid-vhI119fyzA .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 42px;
  display: inline-flex;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhI119fyzA .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
    margin-bottom: 24px;
  }
}
.cid-vhI119fyzA .items-wrapper .item .item-wrapper .card-box .item-label_1,
.cid-vhI119fyzA .items-wrapper .item .item-wrapper .card-box .item-label_2,
.cid-vhI119fyzA .items-wrapper .item .item-wrapper .card-box .item-label_3 {
  margin-bottom: 16px;
}
.cid-vhI119fyzA .items-wrapper .item .item-wrapper .card-box .item-title_1,
.cid-vhI119fyzA .items-wrapper .item .item-wrapper .card-box .item-title_2,
.cid-vhI119fyzA .items-wrapper .item .item-wrapper .card-box .item-title_3 {
  margin-bottom: 16px;
}
.cid-vhI119fyzA .items-wrapper .item .item-wrapper .card-box .item-text_1,
.cid-vhI119fyzA .items-wrapper .item .item-wrapper .card-box .item-text_2,
.cid-vhI119fyzA .items-wrapper .item .item-wrapper .card-box .item-text_3 {
  margin-bottom: 0;
}
.cid-vhI119fyzA .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vhI119fyzA .items-wrapper .item .card_1 {
  background-color: #dcba77;
}
.cid-vhI119fyzA .items-wrapper .item .card_2 {
  background-color: #a8d2e5;
}
.cid-vhI119fyzA .items-wrapper .item .card_3 {
  background-color: #e7ab68;
}
.cid-vhI119fyzA .mbr-label {
  color: #222f30;
}
.cid-vhI119fyzA .mbr-section-title {
  color: #222f30;
}
.cid-vhI119fyzA .mbr-text {
  color: #4f595a;
}
.cid-vhI119fyzA .item-label_1 {
  color: #ffffff;
}
.cid-vhI119fyzA .item-label_2 {
  color: #4f595a;
}
.cid-vhI119fyzA .item-label_3 {
  color: #4f595a;
}
.cid-vhI119fyzA .item-title_1 {
  color: #ffffff;
}
.cid-vhI119fyzA .item-title_2 {
  color: #222f30;
}
.cid-vhI119fyzA .item-title_3 {
  color: #222f30;
}
.cid-vhI119fyzA .item-text_1 {
  color: #060606;
}
.cid-vhI119fyzA .item-text_2 {
  color: #060606;
}
.cid-vhI119fyzA .item-text_3 {
  color: #060606;
}
.cid-vhI119fyzA .mbr-text,
.cid-vhI119fyzA .text-wrapper {
  color: #060606;
}
.cid-vhI119fyzA .item-title_1,
.cid-vhI119fyzA .mbr-section-btn,
.cid-vhI119fyzA .iconfont-wrapper {
  color: #060606;
}
.cid-vhPeL7vGcp {
  padding-top: 5rem;
  background-color: #f5f5f5;
  overflow: hidden;
}
.cid-vhPeL7vGcp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhPeL7vGcp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhPeL7vGcp .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #e1e7ed;
}
@media (max-width: 425px) {
  .cid-vhPeL7vGcp .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-vhPeL7vGcp .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #e1e7ed;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-vhPeL7vGcp .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-vhPeL7vGcp .content-wrapper .border_1 {
  left: 0;
}
.cid-vhPeL7vGcp .content-wrapper .border_2 {
  right: 0;
}
.cid-vhPeL7vGcp .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-vhPeL7vGcp .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-vhPeL7vGcp .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #54c2e9, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #54c2e9;
}
.cid-vhPeL7vGcp .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-vhPeL7vGcp .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-vhPeL7vGcp .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vhPeL7vGcp .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhPeL7vGcp .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhPeL7vGcp .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhPeL7vGcp .items-wrapper {
  margin: 0 -10px;
}
.cid-vhPeL7vGcp .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 100px;
}
.cid-vhPeL7vGcp .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhPeL7vGcp .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vhPeL7vGcp .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vhPeL7vGcp .items-wrapper .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  padding: 32px;
  background-color: #ffffff;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vhPeL7vGcp .items-wrapper .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-vhPeL7vGcp .items-wrapper .item .item-wrapper .icon-wrapper {
  width: 52px;
  min-width: 52px;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-vhPeL7vGcp .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-vhPeL7vGcp .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  width: 52px;
  height: 52px;
  min-width: 52px;
  font-size: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #334155;
  box-shadow: inset 0 2px 10px -2px #cccccc, 0 10px 10px -2px #cccccc;
}
.cid-vhPeL7vGcp .items-wrapper .item .item-wrapper .item-content {
  width: 100%;
  display: grid;
  grid-template-columns: .85fr 1fr;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-vhPeL7vGcp .items-wrapper .item .item-wrapper .item-content {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vhPeL7vGcp .items-wrapper .item .item-wrapper .item-content .card-box {
    margin-bottom: 20px;
  }
}
.cid-vhPeL7vGcp .items-wrapper .item .item-wrapper .item-content .card-box .item-title {
  margin-bottom: 8px;
}
.cid-vhPeL7vGcp .items-wrapper .item .item-wrapper .item-content .card-box .item-desc {
  margin-bottom: 20px;
}
.cid-vhPeL7vGcp .items-wrapper .item .item-wrapper .item-content .card-box .item-text {
  margin-bottom: 20px;
}
.cid-vhPeL7vGcp .items-wrapper .item .item-wrapper .item-content .card-box .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vhPeL7vGcp .items-wrapper .item .item-wrapper .item-content .card-box .list .item-wrap {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
}
.cid-vhPeL7vGcp .items-wrapper .item .item-wrapper .item-content .card-box .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhPeL7vGcp .items-wrapper .item .item-wrapper .item-content .card-box .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  font-size: inherit;
  color: #059669;
  display: inline-flex;
}
.cid-vhPeL7vGcp .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  margin-top: 10px;
}
.cid-vhPeL7vGcp .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhPeL7vGcp .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vhPeL7vGcp .items-wrapper .item .item-wrapper .item-content .item-img {
    height: 320px;
  }
}
.cid-vhPeL7vGcp .items-wrapper .item .item-wrapper .item-content .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-vhPeL7vGcp .mbr-label,
.cid-vhPeL7vGcp .label-wrapper {
  color: #334155;
  text-align: left;
}
.cid-vhPeL7vGcp .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-vhPeL7vGcp .mbr-text,
.cid-vhPeL7vGcp .text-wrapper {
  color: #475569;
  text-align: center;
}
.cid-vhPeL7vGcp .item-title {
  color: #0f172a;
}
.cid-vhPeL7vGcp .item-desc {
  color: #0f172a;
}
.cid-vhPeL7vGcp .item-text {
  color: #475569;
}
.cid-vhPeL7vGcp .list {
  color: #475569;
}
.cid-vhPeL7vGcp .mbr-section-title,
.cid-vhPeL7vGcp .mbr-section-btn {
  text-align: left;
}
.cid-vhI226BGOc {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/dna-1811955-1920-1080x540.jpg");
}
.cid-vhI226BGOc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhI226BGOc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhI226BGOc .content-wrap {
  margin: 0 -10px;
}
.cid-vhI226BGOc .content-wrap .card {
  padding: 0 10px;
}
.cid-vhI226BGOc .border-wrapper {
  height: 12px;
  border: 1px solid #e9e9e9;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhI226BGOc .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhI226BGOc .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhI226BGOc .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #8ccaee;
}
.cid-vhI226BGOc .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #d47c19;
  display: flex;
}
.cid-vhI226BGOc .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhI226BGOc .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhI226BGOc .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhI226BGOc .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhI226BGOc .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhI226BGOc .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhI226BGOc .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhI226BGOc .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhI226BGOc .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhI226BGOc .mbr-label {
  color: #222f30;
}
.cid-vhI226BGOc .mbr-section-title {
  color: #222f30;
}
.cid-vhI226BGOc .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhI226BGOc .mbr-text {
  color: #4f595a;
}
.cid-vhI226BGOc .mbr-label,
.cid-vhI226BGOc .label-wrapper {
  color: #000000;
}
.cid-vhI226BGOc .mbr-text,
.cid-vhI226BGOc .text-wrapper {
  color: #060606;
}
.cid-vhIg8XKPQ1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vhIg8XKPQ1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhIg8XKPQ1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vhIg8XKPQ1 .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhIg8XKPQ1 .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #54c2e9;
}
.cid-vhIg8XKPQ1 .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #d39a1d;
  display: flex;
}
.cid-vhIg8XKPQ1 .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhIg8XKPQ1 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vhIg8XKPQ1 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vhIg8XKPQ1 .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhIg8XKPQ1 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vhIg8XKPQ1 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhIg8XKPQ1 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhIg8XKPQ1 .items-wrapper {
  margin: 0 -10px;
}
.cid-vhIg8XKPQ1 .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vhIg8XKPQ1 .items-wrapper .item {
    margin-bottom: 24px;
  }
  .cid-vhIg8XKPQ1 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vhIg8XKPQ1 .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-vhIg8XKPQ1 .items-wrapper .item .item-wrapper {
    padding: 24px;
    min-height: auto;
  }
}
.cid-vhIg8XKPQ1 .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 42px;
  display: inline-flex;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhIg8XKPQ1 .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
    margin-bottom: 24px;
  }
}
.cid-vhIg8XKPQ1 .items-wrapper .item .item-wrapper .card-box .item-label_1,
.cid-vhIg8XKPQ1 .items-wrapper .item .item-wrapper .card-box .item-label_2,
.cid-vhIg8XKPQ1 .items-wrapper .item .item-wrapper .card-box .item-label_3 {
  margin-bottom: 16px;
}
.cid-vhIg8XKPQ1 .items-wrapper .item .item-wrapper .card-box .item-title_1,
.cid-vhIg8XKPQ1 .items-wrapper .item .item-wrapper .card-box .item-title_2,
.cid-vhIg8XKPQ1 .items-wrapper .item .item-wrapper .card-box .item-title_3 {
  margin-bottom: 16px;
}
.cid-vhIg8XKPQ1 .items-wrapper .item .item-wrapper .card-box .item-text_1,
.cid-vhIg8XKPQ1 .items-wrapper .item .item-wrapper .card-box .item-text_2,
.cid-vhIg8XKPQ1 .items-wrapper .item .item-wrapper .card-box .item-text_3 {
  margin-bottom: 0;
}
.cid-vhIg8XKPQ1 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vhIg8XKPQ1 .items-wrapper .item .card_1 {
  background-color: #e7ab68;
}
.cid-vhIg8XKPQ1 .items-wrapper .item .card_2 {
  background-color: #54c2e9;
}
.cid-vhIg8XKPQ1 .items-wrapper .item .card_3 {
  background-color: #f7f7f5;
}
.cid-vhIg8XKPQ1 .mbr-label {
  color: #222f30;
}
.cid-vhIg8XKPQ1 .mbr-section-title {
  color: #222f30;
  text-align: left;
}
.cid-vhIg8XKPQ1 .mbr-text {
  color: #4f595a;
}
.cid-vhIg8XKPQ1 .item-label_1 {
  color: #ffffff;
}
.cid-vhIg8XKPQ1 .item-label_2 {
  color: #4f595a;
}
.cid-vhIg8XKPQ1 .item-label_3 {
  color: #4f595a;
}
.cid-vhIg8XKPQ1 .item-title_1 {
  color: #ffffff;
}
.cid-vhIg8XKPQ1 .item-title_2 {
  color: #222f30;
}
.cid-vhIg8XKPQ1 .item-title_3 {
  color: #222f30;
}
.cid-vhIg8XKPQ1 .item-text_1 {
  color: #060606;
}
.cid-vhIg8XKPQ1 .item-text_2 {
  color: #060606;
}
.cid-vhIg8XKPQ1 .item-text_3 {
  color: #4f595a;
}
.cid-vhIg8XKPQ1 .mbr-text,
.cid-vhIg8XKPQ1 .text-wrapper {
  color: #060606;
}
.cid-vhIg8XKPQ1 .item-title_1,
.cid-vhIg8XKPQ1 .mbr-section-btn,
.cid-vhIg8XKPQ1 .iconfont-wrapper {
  color: #060606;
}
.cid-vhIg8XKPQ1 .item-title_2,
.cid-vhIg8XKPQ1 .mbr-section-btn,
.cid-vhIg8XKPQ1 .iconfont-wrapper {
  color: #060606;
}
.cid-vhPvaL19Ii {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-vhPvaL19Ii .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhPvaL19Ii .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhPvaL19Ii .title-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-vhPvaL19Ii .title-wrapper {
    position: static;
    margin-bottom: 40px;
  }
}
.cid-vhPvaL19Ii .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vhPvaL19Ii .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vhPvaL19Ii .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vhPvaL19Ii .card-wrapper {
  padding: 80px 60px 0;
  position: relative;
  box-shadow: 0 10px 25px -20px #6c7179;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vhPvaL19Ii .card-wrapper {
    padding: 80px 8px 0;
  }
}
.cid-vhPvaL19Ii .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vhPvaL19Ii .card-wrapper .form-wrap {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  padding: 24px 24px 40px;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vhPvaL19Ii .card-wrapper .form-wrap {
    padding: 20px 20px 40px;
  }
}
.cid-vhPvaL19Ii .card-wrapper .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-vhPvaL19Ii .card-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vhPvaL19Ii .card-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vhPvaL19Ii .card-wrapper .form-wrap .dragArea.row .form-group .form-control {
  padding: 12px;
  background-color: #f7f7f7;
  border: 1px solid #d1d3d6 !important;
  box-shadow: none;
  margin-bottom: 20px;
}
.cid-vhPvaL19Ii .card-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #6c7179;
  opacity: .7;
}
.cid-vhPvaL19Ii .card-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vhPvaL19Ii .card-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #6c7179 !important;
}
.cid-vhPvaL19Ii .card-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 145px;
}
.cid-vhPvaL19Ii .card-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vhPvaL19Ii .card-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #6c7179;
  border-color: #6c7179;
}
.cid-vhPvaL19Ii .card-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vhPvaL19Ii .card-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-vhPvaL19Ii .card-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
}
.cid-vhPvaL19Ii .mbr-section-title {
  color: #000000;
}
.cid-vhPvaL19Ii .mbr-text,
.cid-vhPvaL19Ii .text-wrapper {
  color: #000000;
}
.cid-vhPvaL19Ii label {
  color: #000000;
}
.cid-vhIyVg8VHY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vhIyVg8VHY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhIyVg8VHY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhIyVg8VHY .row {
  justify-content: center;
}
.cid-vhIyVg8VHY .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhIyVg8VHY .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-vhIyVg8VHY .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-vhIyVg8VHY .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vhIyVg8VHY .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vhIyVg8VHY .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-vhIyVg8VHY .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-vhIyVg8VHY .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vhIyVg8VHY .content-wrapper .social {
  margin-top: 22px;
}
.cid-vhIyVg8VHY .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-vhIyVg8VHY .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-vhIyVg8VHY .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vhIyVg8VHY .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vhIyVg8VHY .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #ff398a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vhIyVg8VHY .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-vhIyVg8VHY .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhIyVg8VHY .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vhIyVg8VHY .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-vhIyVg8VHY .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-vhIyVg8VHY .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-vhIyVg8VHY .mbr-section-title {
  color: #ffffff;
}
.cid-vhIyVg8VHY .mbr-text {
  color: #ffffff;
}
.cid-vhIyVg8VHY .mbr-desc {
  color: #ffffff;
}
.cid-vhIyVg8VHY .list {
  color: #ffffff;
}
.cid-vhFSvxH2Fe {
  z-index: 1000;
  width: 100%;
}
.cid-vhFSvxH2Fe nav.navbar {
  position: fixed;
}
.cid-vhFSvxH2Fe .container-fluid {
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 992px) {
  .cid-vhFSvxH2Fe .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-vhFSvxH2Fe .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhFSvxH2Fe .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vhFSvxH2Fe .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-vhFSvxH2Fe .dropdown-item:hover,
.cid-vhFSvxH2Fe .dropdown-item:focus {
  background: #ffffff !important;
  color: #ff5500 !important;
}
.cid-vhFSvxH2Fe .dropdown-item:hover span {
  color: white;
}
.cid-vhFSvxH2Fe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vhFSvxH2Fe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vhFSvxH2Fe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vhFSvxH2Fe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
  margin-right: 0.5rem;
}
.cid-vhFSvxH2Fe .nav-link {
  position: relative;
}
.cid-vhFSvxH2Fe .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-vhFSvxH2Fe .container {
    flex-wrap: nowrap;
  }
}
.cid-vhFSvxH2Fe .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vhFSvxH2Fe .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vhFSvxH2Fe .dropdown-menu,
.cid-vhFSvxH2Fe .navbar.opened {
  background: #ffffff !important;
}
.cid-vhFSvxH2Fe .nav-item:focus,
.cid-vhFSvxH2Fe .nav-link:focus {
  outline: none;
}
.cid-vhFSvxH2Fe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhFSvxH2Fe .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vhFSvxH2Fe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhFSvxH2Fe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhFSvxH2Fe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhFSvxH2Fe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhFSvxH2Fe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(8px);
}
.cid-vhFSvxH2Fe .navbar.opened {
  transition: all 0.3s;
}
.cid-vhFSvxH2Fe .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 24px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vhFSvxH2Fe .navbar .navbar-logo {
  margin-right: 12px;
}
.cid-vhFSvxH2Fe .navbar .navbar-logo img {
  width: auto;
}
.cid-vhFSvxH2Fe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vhFSvxH2Fe .navbar.collapsed {
  justify-content: center;
}
.cid-vhFSvxH2Fe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhFSvxH2Fe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vhFSvxH2Fe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-vhFSvxH2Fe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhFSvxH2Fe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhFSvxH2Fe .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vhFSvxH2Fe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhFSvxH2Fe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhFSvxH2Fe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vhFSvxH2Fe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhFSvxH2Fe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhFSvxH2Fe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhFSvxH2Fe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhFSvxH2Fe .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vhFSvxH2Fe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhFSvxH2Fe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vhFSvxH2Fe .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vhFSvxH2Fe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vhFSvxH2Fe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhFSvxH2Fe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhFSvxH2Fe .navbar.navbar-short {
  min-height: 70px;
}
.cid-vhFSvxH2Fe .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-vhFSvxH2Fe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vhFSvxH2Fe .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vhFSvxH2Fe .navbar-brand .navbar-caption:hover,
.cid-vhFSvxH2Fe .navbar-brand .navbar-caption:focus {
  color: #ff5500 !important;
}
.cid-vhFSvxH2Fe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhFSvxH2Fe .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vhFSvxH2Fe .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff5500 !important;
}
.cid-vhFSvxH2Fe .dropdown-item.active,
.cid-vhFSvxH2Fe .dropdown-item:active {
  background-color: transparent;
}
.cid-vhFSvxH2Fe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhFSvxH2Fe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhFSvxH2Fe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhFSvxH2Fe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vhFSvxH2Fe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vhFSvxH2Fe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vhFSvxH2Fe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhFSvxH2Fe ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vhFSvxH2Fe ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vhFSvxH2Fe .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vhFSvxH2Fe .navbar-buttons {
    text-align: left;
  }
}
.cid-vhFSvxH2Fe .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vhFSvxH2Fe .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vhFSvxH2Fe button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vhFSvxH2Fe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #8ccaee;
}
.cid-vhFSvxH2Fe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vhFSvxH2Fe button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vhFSvxH2Fe button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vhFSvxH2Fe button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vhFSvxH2Fe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhFSvxH2Fe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhFSvxH2Fe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhFSvxH2Fe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhFSvxH2Fe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vhFSvxH2Fe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhFSvxH2Fe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhFSvxH2Fe .navbar {
    height: 70px;
  }
  .cid-vhFSvxH2Fe .navbar.opened {
    height: auto;
  }
  .cid-vhFSvxH2Fe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhFSvxH2Fe .navbar-nav {
  margin: 0 auto;
}
.cid-vhFSvxH2Fe .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vhFSvxH2Fe .nav-item .nav-link {
  padding: 8px 24px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  flex-direction: row-reverse;
}
.cid-vhFSvxH2Fe .nav-item .nav-link .mbr-iconfont {
  margin-right: 0;
  margin-left: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-vhFSvxH2Fe .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vhFSvxH2Fe .nav-item .nav-link:hover,
.cid-vhFSvxH2Fe .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ff5500 !important;
}
.cid-vhFSvxH2Fe .nav-item .nav-link:hover .mbr-iconfont,
.cid-vhFSvxH2Fe .nav-item .nav-link:focus .mbr-iconfont {
  transform: translateX(4px);
}
.cid-vhFSvxH2Fe .nav-item .nav-link:hover::after,
.cid-vhFSvxH2Fe .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vhFSvxH2Fe .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vhFSvxH2Fe .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vhFSvxH2Fe .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vhFSvxH2Fe .navbar {
    justify-content: flex-start !important;
  }
  .cid-vhFSvxH2Fe .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vhFSvxH2Fe .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vhFSvxH2Fe .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vhFSvxH2Fe .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vhFSvxH2Fe .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vhFSvxH2Fe .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vhFSvxH2Fe .content-wrap {
  min-height: 70px;
}
.cid-vhSxRDc608 {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-color: #f1f1f1;
}
.cid-vhSxRDc608 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhSxRDc608 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhSxRDc608 .content-wrap {
  margin: 0 -50px;
}
.cid-vhSxRDc608 .content-wrap .card {
  padding: 0 50px;
}
.cid-vhSxRDc608 .content-wrap .label-wrapper {
  margin-bottom: 20px;
}
.cid-vhSxRDc608 .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.cid-vhSxRDc608 .content-wrap .label-wrapper .label-wrap .iconfont-wrapper {
  display: flex;
}
.cid-vhSxRDc608 .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vhSxRDc608 .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vhSxRDc608 .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-vhSxRDc608 .panel-group .card {
  position: relative;
  background-color: transparent;
  border-bottom: 1px solid #c6c6c6;
  border-radius: 0 !important;
  padding: 30px 0;
}
@media (max-width: 992px) {
  .cid-vhSxRDc608 .panel-group .card {
    padding: 20px 0;
  }
}
.cid-vhSxRDc608 .panel-group .card:first-child {
  border-top: 1px solid #c6c6c6;
}
.cid-vhSxRDc608 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vhSxRDc608 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
}
.cid-vhSxRDc608 .panel-group .card .card-header .panel-title .title-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-vhSxRDc608 .panel-group .card .card-header .panel-title .title-wrap {
    display: block;
  }
}
.cid-vhSxRDc608 .panel-group .card .card-header .panel-title .title-wrap .panel-number {
  margin-bottom: 0;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-vhSxRDc608 .panel-group .card .card-header .panel-title .title-wrap .panel-number {
    margin-bottom: 20px;
    width: 0;
  }
}
.cid-vhSxRDc608 .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  margin-bottom: 0;
}
.cid-vhSxRDc608 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  background-color: #f3350c;
}
.cid-vhSxRDc608 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-vhSxRDc608 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  background-color: #c6c6c6;
}
.cid-vhSxRDc608 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #1f1f1f;
}
.cid-vhSxRDc608 .panel-group .card .panel-collapse .panel-body {
  padding: 20px 44px 0 44px;
}
@media (max-width: 992px) {
  .cid-vhSxRDc608 .panel-group .card .panel-collapse .panel-body {
    padding: 20px 0 0 0;
  }
}
.cid-vhSxRDc608 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vhSxRDc608 .mbr-label {
  color: #1f1f1f;
}
.cid-vhSxRDc608 .mbr-section-title {
  color: #1f1f1f;
}
.cid-vhSxRDc608 .panel-number {
  color: #1f1f1f;
}
.cid-vhSxRDc608 .panel-title-edit {
  color: #1f1f1f;
}
.cid-vhSxRDc608 .item-text {
  color: #5a5a5a;
}
.cid-vhIyVg8VHY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vhIyVg8VHY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhIyVg8VHY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhIyVg8VHY .row {
  justify-content: center;
}
.cid-vhIyVg8VHY .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhIyVg8VHY .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-vhIyVg8VHY .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-vhIyVg8VHY .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vhIyVg8VHY .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vhIyVg8VHY .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-vhIyVg8VHY .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-vhIyVg8VHY .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vhIyVg8VHY .content-wrapper .social {
  margin-top: 22px;
}
.cid-vhIyVg8VHY .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-vhIyVg8VHY .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-vhIyVg8VHY .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vhIyVg8VHY .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vhIyVg8VHY .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #ff398a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vhIyVg8VHY .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-vhIyVg8VHY .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhIyVg8VHY .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vhIyVg8VHY .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-vhIyVg8VHY .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-vhIyVg8VHY .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-vhIyVg8VHY .mbr-section-title {
  color: #ffffff;
}
.cid-vhIyVg8VHY .mbr-text {
  color: #ffffff;
}
.cid-vhIyVg8VHY .mbr-desc {
  color: #ffffff;
}
.cid-vhIyVg8VHY .list {
  color: #ffffff;
}
