body {
  background-color: #e8eeef;
}
body {
  font-family: Manrope;
}
.display-1 {
  font-family: 'Manrope', sans-serif;
  font-size: 6.25rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.8125rem;
}
.display-2 {
  font-family: 'Manrope', sans-serif;
  font-size: 3.125rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.6rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 2rem;
}
.display-5 {
  font-family: 'Manrope', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.28rem;
  line-height: 140%;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.375rem;
    font-size: calc( 2.8375rem + (6.25 - 2.8375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.8375rem + (6.25 - 2.8375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.024rem;
    font-size: calc( 1.098rem + (1.28 - 1.098) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.098rem + (1.28 - 1.098) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 25px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 25px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 25px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 25px;
}
.bg-primary {
  background-color: #4ecdc4 !important;
}
.bg-success {
  background-color: #24c47a !important;
}
.bg-info {
  background-color: #0cb9dc !important;
}
.bg-warning {
  background-color: #e8ae00 !important;
}
.bg-danger {
  background-color: #c62232 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4ecdc4 !important;
  border-color: #4ecdc4 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2b9991 !important;
  border-color: #2b9991 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2b9991 !important;
  border-color: #2b9991 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e77d78 !important;
  border-color: #e77d78 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #da362e !important;
  border-color: #da362e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #da362e !important;
  border-color: #da362e !important;
}
.btn-info,
.btn-info:active {
  background-color: #0cb9dc !important;
  border-color: #0cb9dc !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #08748a !important;
  border-color: #08748a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #08748a !important;
  border-color: #08748a !important;
}
.btn-success,
.btn-success:active {
  background-color: #24c47a !important;
  border-color: #24c47a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #177b4c !important;
  border-color: #177b4c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #177b4c !important;
  border-color: #177b4c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e8ae00 !important;
  border-color: #e8ae00 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #916d00 !important;
  border-color: #916d00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #916d00 !important;
  border-color: #916d00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #c62232 !important;
  border-color: #c62232 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #7c151f !important;
  border-color: #7c151f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #7c151f !important;
  border-color: #7c151f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #20716c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #17514d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4ecdc4 !important;
  border-color: #4ecdc4 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b52720;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #921f1a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e77d78 !important;
  border-color: #e77d78 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #054b59;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #032b33 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0cb9dc !important;
  border-color: #0cb9dc !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0f5032;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #082d1c !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #24c47a !important;
  border-color: #24c47a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #5e4700;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #362800 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e8ae00 !important;
  border-color: #e8ae00 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #500e14;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #2e080c !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c62232 !important;
  border-color: #c62232 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.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: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b5b5b5;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #a1a1a1 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #4ecdc4 !important;
}
.text-secondary {
  color: #e77d78 !important;
}
.text-success {
  color: #24c47a !important;
}
.text-info {
  color: #0cb9dc !important;
}
.text-warning {
  color: #e8ae00 !important;
}
.text-danger {
  color: #c62232 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #288d86 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #d32d26 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #146e44 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #07687b !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #826200 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #6f131c !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #4ecdc4;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0cb9dc;
}
.alert-warning {
  background-color: #e8ae00;
}
.alert-danger {
  background-color: #c62232;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4ecdc4;
  border-color: #4ecdc4;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4ecdc4;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #edfaf9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #80e8b8;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b9f0fb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffedb5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e97f89;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Manrope', sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
.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: #4ecdc4 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Manrope', sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #4ecdc4;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4ecdc4;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4ecdc4;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #4ecdc4;
  border-bottom-color: #4ecdc4;
}
.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: #4ecdc4 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #e77d78 !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='%234ecdc4' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  position: relative;
  padding: 30px 40px;
  box-shadow: none;
  border: none !important;
  font-weight: 700;
  min-width: 140px;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 30px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  border: none !important;
  box-shadow: none;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  padding: 0 0 10px 0;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn-primary-outline,
  .mbr-section-btn-main .btn-primary-outline,
  .mbr-section-btn .btn-secondary-outline,
  .mbr-section-btn-main .btn-secondary-outline,
  .mbr-section-btn .btn-success-outline,
  .mbr-section-btn-main .btn-success-outline,
  .mbr-section-btn .btn-info-outline,
  .mbr-section-btn-main .btn-info-outline,
  .mbr-section-btn .btn-warning-outline,
  .mbr-section-btn-main .btn-warning-outline,
  .mbr-section-btn .btn-danger-outline,
  .mbr-section-btn-main .btn-danger-outline,
  .mbr-section-btn .btn-black-outline,
  .mbr-section-btn-main .btn-black-outline,
  .mbr-section-btn .btn-white-outline,
  .mbr-section-btn-main .btn-white-outline {
    padding: 0 0 10px 0;
  }
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus {
  background-color: transparent;
}
.mbr-section-btn .btn-primary-outline:hover::before,
.mbr-section-btn-main .btn-primary-outline:hover::before,
.mbr-section-btn .btn-secondary-outline:hover::before,
.mbr-section-btn-main .btn-secondary-outline:hover::before,
.mbr-section-btn .btn-success-outline:hover::before,
.mbr-section-btn-main .btn-success-outline:hover::before,
.mbr-section-btn .btn-info-outline:hover::before,
.mbr-section-btn-main .btn-info-outline:hover::before,
.mbr-section-btn .btn-warning-outline:hover::before,
.mbr-section-btn-main .btn-warning-outline:hover::before,
.mbr-section-btn .btn-danger-outline:hover::before,
.mbr-section-btn-main .btn-danger-outline:hover::before,
.mbr-section-btn .btn-black-outline:hover::before,
.mbr-section-btn-main .btn-black-outline:hover::before,
.mbr-section-btn .btn-white-outline:hover::before,
.mbr-section-btn-main .btn-white-outline:hover::before,
.mbr-section-btn .btn-primary-outline:focus::before,
.mbr-section-btn-main .btn-primary-outline:focus::before,
.mbr-section-btn .btn-secondary-outline:focus::before,
.mbr-section-btn-main .btn-secondary-outline:focus::before,
.mbr-section-btn .btn-success-outline:focus::before,
.mbr-section-btn-main .btn-success-outline:focus::before,
.mbr-section-btn .btn-info-outline:focus::before,
.mbr-section-btn-main .btn-info-outline:focus::before,
.mbr-section-btn .btn-warning-outline:focus::before,
.mbr-section-btn-main .btn-warning-outline:focus::before,
.mbr-section-btn .btn-danger-outline:focus::before,
.mbr-section-btn-main .btn-danger-outline:focus::before,
.mbr-section-btn .btn-black-outline:focus::before,
.mbr-section-btn-main .btn-black-outline:focus::before,
.mbr-section-btn .btn-white-outline:focus::before,
.mbr-section-btn-main .btn-white-outline:focus::before {
  width: 100%;
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before,
.mbr-section-btn .btn-secondary-outline::before,
.mbr-section-btn-main .btn-secondary-outline::before,
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before,
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before,
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before,
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before,
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before,
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #4ecdc4;
  height: 4px;
  width: 18%;
  transition: all 0.3s ease-in-out;
}
.cid-uOvh8jL3tz {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uOvh8jL3tz .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uOvh8jL3tz .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uOvh8jL3tz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOvh8jL3tz .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uOvh8jL3tz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOvh8jL3tz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOvh8jL3tz .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uOvh8jL3tz .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uOvh8jL3tz .navbar-nav .nav-item .nav-link {
  padding: 16px 32px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uOvh8jL3tz .navbar-nav .nav-item .nav-link:hover {
  opacity: 0.5;
}
@media (max-width: 992px) {
  .cid-uOvh8jL3tz .navbar-nav .nav-item .nav-link {
    padding: 16px 32px 16px 0 !important;
  }
}
.cid-uOvh8jL3tz .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uOvh8jL3tz .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uOvh8jL3tz .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
@media (min-width: 992px) {
  .cid-uOvh8jL3tz .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uOvh8jL3tz .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uOvh8jL3tz .navbar-logo {
  margin: 0 !important;
}
.cid-uOvh8jL3tz .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uOvh8jL3tz .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uOvh8jL3tz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uOvh8jL3tz .container {
  display: flex;
  height: 110px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uOvh8jL3tz .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uOvh8jL3tz .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uOvh8jL3tz .iconfont-wrapper {
  color: #2b2b2b !important;
  font-size: 1.5rem;
  padding-left: 0.5rem;
  transition: all 0.3s ease;
}
.cid-uOvh8jL3tz .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uOvh8jL3tz .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #e8eeef;
  border-radius: 4px !important;
}
.cid-uOvh8jL3tz .nav-item:focus,
.cid-uOvh8jL3tz .nav-link:focus {
  outline: none;
}
.cid-uOvh8jL3tz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOvh8jL3tz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOvh8jL3tz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOvh8jL3tz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOvh8jL3tz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOvh8jL3tz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOvh8jL3tz .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uOvh8jL3tz .navbar.opened {
  transition: all 0.25s;
}
.cid-uOvh8jL3tz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOvh8jL3tz .navbar .navbar-logo img {
  width: auto;
}
.cid-uOvh8jL3tz .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uOvh8jL3tz .navbar.collapsed {
  justify-content: center;
}
.cid-uOvh8jL3tz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOvh8jL3tz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOvh8jL3tz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uOvh8jL3tz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOvh8jL3tz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOvh8jL3tz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uOvh8jL3tz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOvh8jL3tz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOvh8jL3tz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uOvh8jL3tz .navbar {
    min-height: 72px;
  }
  .cid-uOvh8jL3tz .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uOvh8jL3tz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOvh8jL3tz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOvh8jL3tz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOvh8jL3tz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOvh8jL3tz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uOvh8jL3tz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOvh8jL3tz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uOvh8jL3tz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOvh8jL3tz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOvh8jL3tz .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uOvh8jL3tz .dropdown-item.active,
.cid-uOvh8jL3tz .dropdown-item:active {
  background-color: transparent;
}
.cid-uOvh8jL3tz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOvh8jL3tz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOvh8jL3tz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOvh8jL3tz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e8eeef;
}
.cid-uOvh8jL3tz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uOvh8jL3tz .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uOvh8jL3tz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOvh8jL3tz .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uOvh8jL3tz .navbar-buttons {
    text-align: left;
  }
}
.cid-uOvh8jL3tz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOvh8jL3tz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uOvh8jL3tz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOvh8jL3tz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOvh8jL3tz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOvh8jL3tz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOvh8jL3tz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOvh8jL3tz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOvh8jL3tz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOvh8jL3tz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOvh8jL3tz .navbar-dropdown {
  padding: 0;
  background-color: #e8eeef !important;
}
.cid-uOvh8jL3tz .opacityScroll {
  background: #e8eeef !important;
}
.cid-uOvh8jL3tz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOvh8jL3tz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOvh8jL3tz .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOvh8jL3tz .navbar {
    height: 70px;
  }
  .cid-uOvh8jL3tz .navbar.opened {
    height: auto;
  }
  .cid-uOvh8jL3tz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOvh8jL3tz .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uOvh8jL3tz .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uOvh8jL3tz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uOvh8jL3tz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uOvh8jL3tz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uOvh8jL3tz .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uOvh8jL3tz .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uOvh8jL3tz .navbar-brand {
    margin-right: auto;
  }
  .cid-uOvh8jL3tz .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem 30px;
    border-radius: 1.5rem;
    background: #e8eeef;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uOvh8jL3tz .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uOvh8jL3tz .navbar-nav .dropdown-item:hover {
    opacity: 0.5;
  }
  .cid-uOvh8jL3tz .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
  }
  .cid-uOvh8jL3tz .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uOvh8jL3tz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uOvh8jL3tz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uOvh8jL3tz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uOvh8jL3tz .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
  }
  .cid-uOvh8jL3tz .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uOvh8jL3tz .navbar-collapse {
    width: 100%;
    left: 0;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uOvh8jL3tz .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
.cid-uOvh8jL3tz .container-fluid {
  padding: 0 50px;
  flex-wrap: nowrap;
}
@media (max-width: 992px) {
  .cid-uOvh8jL3tz .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 575px) {
  .cid-uOvh8jL3tz .navbar-collapse {
    padding: 1rem 30px;
  }
}
.cid-uOvh8jL3tz .nav-link,
.cid-uOvh8jL3tz .dropdown-item {
  color: #000000;
}
.cid-uOvh8jMY6h {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../images/ISWikSxvKgNU.jpeg");
}
.cid-uOvh8jMY6h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOvh8jMY6h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOvh8jMY6h .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uOvh8jMY6h .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uOvh8jMY6h .container {
    padding: 0 30px;
  }
}
.cid-uOvh8jMY6h .title-wrapper {
  border-radius: 2em;
  width: 80%;
  margin: 0 auto;
  position: relative;
}
.cid-uOvh8jMY6h .title-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(8px);
}
@media (max-width: 768px) {
  .cid-uOvh8jMY6h .title-wrapper {
    width: 100%;
  }
}
.cid-uOvh8jMY6h .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOvh8jMY6h .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOvh8jMY6h .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOvh8jMY6h .title-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uOvh8jMY6h .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 30px;
}
.cid-uOvh8jMY6h .mbr-section-title {
  color: #ffffff;
}
.cid-uOvh8jMY6h .mbr-text {
  color: #F0F0F0;
  text-align: center;
}
.cid-uOvh8jMY6h .mbr-section-title,
.cid-uOvh8jMY6h .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uOvh8jNs6P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00171c;
}
.cid-uOvh8jNs6P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOvh8jNs6P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOvh8jNs6P .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uOvh8jNs6P .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uOvh8jNs6P .container {
    padding: 0 30px;
  }
}
.cid-uOvh8jNs6P .item {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOvh8jNs6P .item {
    margin-bottom: 30px;
  }
}
.cid-uOvh8jNs6P .item .item-wrapper {
  display: flex;
}
.cid-uOvh8jNs6P .item .item-wrapper:hover .content-wrap::before {
  height: 100%;
}
.cid-uOvh8jNs6P .item .item-wrapper:hover .content-wrap .text-wrap .mbr-section-title {
  color: #000000;
}
.cid-uOvh8jNs6P .item .item-wrapper:hover .content-wrap .text-wrap .mbr-text {
  color: #000000;
}
.cid-uOvh8jNs6P .item .item-wrapper:hover .item-img img {
  opacity: 1;
  transform: translateY(0);
}
.cid-uOvh8jNs6P .item .item-wrapper .item-img {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uOvh8jNs6P .item .item-wrapper .item-img {
    display: none;
  }
}
.cid-uOvh8jNs6P .item .item-wrapper .item-img img {
  height: 250px;
  width: 250px;
  object-fit: cover;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  animation: none;
}
.cid-uOvh8jNs6P .item .item-wrapper .content-wrap {
  position: relative;
  width: 50%;
  border-top: 5px solid #ffffff;
  border-bottom: 5px solid #ffffff;
  padding: 70px 16px;
}
@media (max-width: 992px) {
  .cid-uOvh8jNs6P .item .item-wrapper .content-wrap {
    padding: 45px 0;
    width: 100%;
  }
}
.cid-uOvh8jNs6P .item .item-wrapper .content-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #4ecdc4;
  transition: all 0.3s ease-in-out;
}
.cid-uOvh8jNs6P .item .item-wrapper .content-wrap .text-wrap {
  position: relative;
  z-index: 1;
}
.cid-uOvh8jNs6P .item .item-wrapper .content-wrap .text-wrap .mbr-section-title {
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-uOvh8jNs6P .item .item-wrapper .content-wrap .text-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOvh8jNs6P .item .item-wrapper .content-wrap .text-wrap .mbr-text {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uOvh8jNs6P .mbr-section-title {
  color: #FFFFFF;
}
.cid-uOvh8jNs6P .mbr-text {
  color: #FFFFFF;
}
.cid-uOvh8jN9jO {
  background-image: url("../images/lXik3d5UcnJz.jpeg");
}
.cid-uOvh8jN9jO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOvh8jN9jO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOvh8jN9jO .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uOvh8jN9jO .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uOvh8jN9jO .container {
    padding: 0 30px;
  }
}
.cid-uOvh8jOMoO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #00171c;
}
.cid-uOvh8jOMoO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOvh8jOMoO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOvh8jOMoO .container-fluid {
  padding: 0 0 0 50px;
}
@media (max-width: 992px) {
  .cid-uOvh8jOMoO .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOvh8jOMoO .container {
    padding: 0 30px;
  }
}
.cid-uOvh8jOMoO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 735px;
  max-width: 735px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uOvh8jOMoO .embla__slide {
    margin-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .cid-uOvh8jOMoO .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uOvh8jOMoO .embla__slide .card-wrap {
  width: 100%;
  display: block;
  height: 100%;
}
.cid-uOvh8jOMoO .embla__slide .card-wrap .item-wrapper {
  height: 100%;
}
.cid-uOvh8jOMoO .embla__slide .card-wrap .item-wrapper .image-wrap {
  min-height: 520px;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 2em;
  display: flex;
  align-items: flex-end;
  padding: 50px;
}
@media (max-width: 992px) {
  .cid-uOvh8jOMoO .embla__slide .card-wrap .item-wrapper .image-wrap {
    padding: 25px;
    height: 100%;
  }
}
.cid-uOvh8jOMoO .embla__slide .card-wrap .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uOvh8jOMoO .embla__slide .card-wrap .item-wrapper .image-wrap::before {
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00171c;
  opacity: 0.8;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.cid-uOvh8jOMoO .embla__slide .card-wrap .item-wrapper .image-wrap .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uOvh8jOMoO .embla__slide .card-wrap .item-wrapper .image-wrap .content-wrap .card-title {
  margin-bottom: 16px;
}
.cid-uOvh8jOMoO .embla__slide .card-wrap .item-wrapper .image-wrap .content-wrap .desc-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uOvh8jOMoO .embla__slide .card-wrap .item-wrapper .image-wrap .content-wrap .desc-wrap {
    display: block;
  }
}
.cid-uOvh8jOMoO .embla__slide .card-wrap .item-wrapper .image-wrap .content-wrap .desc-wrap .mbr-desc {
  padding: 8px 18px;
  border-radius: 20px;
  background-color: #4ecdc4;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOvh8jOMoO .embla__slide .card-wrap .item-wrapper .image-wrap .content-wrap .desc-wrap .mbr-desc {
    text-align: center;
  }
}
.cid-uOvh8jOMoO .embla__slide .card-wrap .item-wrapper .image-wrap .content-wrap .desc-wrap .mbr-date {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOvh8jOMoO .embla__slide .card-wrap .item-wrapper .image-wrap .content-wrap .desc-wrap .mbr-date {
    margin-top: 16px;
    text-align: center;
  }
}
.cid-uOvh8jOMoO .embla__slide .card-wrap .item-wrapper .image-wrap .content-wrap .card-text {
  margin-bottom: 0;
}
.cid-uOvh8jOMoO .embla__button--next,
.cid-uOvh8jOMoO .embla__button--prev {
  display: flex;
}
.cid-uOvh8jOMoO .embla__button {
  bottom: 40px;
  width: 105px;
  height: 90px;
  margin-top: -1.5rem;
  font-size: 50px;
  background-color: transparent;
  color: #000000;
  border: 2px solid #000000;
  border-radius: 20px;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uOvh8jOMoO .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uOvh8jOMoO .embla__button:hover {
  background: transparent;
  color: #000000;
  opacity: 0.5;
}
.cid-uOvh8jOMoO .embla__button.embla__button--prev {
  left: auto;
  right: 10rem;
}
.cid-uOvh8jOMoO .embla__button.embla__button--next {
  right: 40px;
}
@media (max-width: 992px) {
  .cid-uOvh8jOMoO .embla__button {
    bottom: 6rem;
    height: 70px;
  }
}
.cid-uOvh8jOMoO .embla {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 42px 50px 80px 42px;
  background-color: #e8eeef;
  border-top-left-radius: 3em;
  border-bottom-left-radius: 3em;
}
@media (max-width: 992px) {
  .cid-uOvh8jOMoO .embla {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .cid-uOvh8jOMoO .embla {
    padding: 30px 0;
  }
}
.cid-uOvh8jOMoO .embla__viewport {
  width: 100%;
}
.cid-uOvh8jOMoO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uOvh8jOMoO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uOvh8jOMoO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uOvh8jOMoO .card-title {
  color: #FFFFFF;
}
.cid-uOvh8jOMoO .mbr-desc {
  color: #000000;
}
.cid-uOvh8jOMoO .mbr-date {
  color: #FFFFFF;
}
.cid-uOvh8jOMoO .card-text {
  color: #FFFFFF;
}
.cid-uOvh8jPe6r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00171c;
}
.cid-uOvh8jPe6r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOvh8jPe6r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOvh8jPe6r .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uOvh8jPe6r .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uOvh8jPe6r .container {
    padding: 0 30px;
  }
}
.cid-uOvh8jPe6r .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uOvh8jPe6r .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOvh8jPe6r .text-wrapper .mbr-text {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uOvh8jPe6r .text-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uOvh8jPe6r .desc-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uOvh8jPe6r .panel-group .card {
  border: none;
}
.cid-uOvh8jPe6r .panel-group .card:first-child .card-header .panel-title {
  border-top: 4px solid #ffffff;
}
.cid-uOvh8jPe6r .panel-group .card .card-header {
  border: none;
  padding: 0;
  background-color: transparent;
}
.cid-uOvh8jPe6r .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0;
  border-bottom: 4px solid #ffffff;
}
.cid-uOvh8jPe6r .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(135deg);
}
.cid-uOvh8jPe6r .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOvh8jPe6r .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 55px;
  height: 55px;
  min-width: 55px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background-color: #e8eeef;
  color: #000000;
  transition: all 0.5s ease-in-out;
  margin-left: 10px;
}
.cid-uOvh8jPe6r .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0;
}
.cid-uOvh8jPe6r .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOvh8jPe6r .mbr-section-title {
  color: #FFFFFF;
}
.cid-uOvh8jPe6r .mbr-text {
  color: #ffffff;
}
.cid-uOvh8jPe6r .mbr-desc {
  color: #FFFFFF;
}
.cid-uOvh8jPe6r .panel-title-edit {
  color: #FFFFFF;
}
.cid-uOvh8jPe6r .panel-text {
  color: #FFFFFF;
}
.cid-uOvh8jPIZ8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uOvh8jPIZ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOvh8jPIZ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOvh8jPIZ8 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uOvh8jPIZ8 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uOvh8jPIZ8 .container {
    padding: 0 30px;
  }
}
.cid-uOvh8jPIZ8 .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOvh8jPIZ8 .item {
    margin-bottom: 30px;
  }
}
.cid-uOvh8jPIZ8 .item:nth-child(2n) .item-wrapper {
  margin-right: 0;
  margin-left: 16px;
}
@media (max-width: 992px) {
  .cid-uOvh8jPIZ8 .item:nth-child(2n) .item-wrapper {
    margin: 0;
  }
}
.cid-uOvh8jPIZ8 .item .item-wrapper:hover .item-img img {
  transform: scale(1.04);
}
@media (max-width: 992px) {
  .cid-uOvh8jPIZ8 .item .item-wrapper {
    margin: 0;
  }
}
.cid-uOvh8jPIZ8 .item .item-wrapper .item-img {
  overflow: hidden;
  border-radius: 3em;
  margin-bottom: 30px;
}
.cid-uOvh8jPIZ8 .item .item-wrapper .item-img img {
  height: 550px;
  object-fit: cover;
  border-radius: 3em;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uOvh8jPIZ8 .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uOvh8jPIZ8 .item .item-wrapper .item-content .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uOvh8jPIZ8 .item .item-wrapper .item-content .desc-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uOvh8jPIZ8 .item .item-wrapper .item-content .desc-wrap {
    display: block;
  }
}
.cid-uOvh8jPIZ8 .item .item-wrapper .item-content .desc-wrap .mbr-desc {
  padding: 8px 20px;
  margin-bottom: 0;
  background-color: #4ecdc4;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uOvh8jPIZ8 .item .item-wrapper .item-content .desc-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uOvh8jPIZ8 .item .item-wrapper .item-content .desc-wrap .mbr-date {
  margin-bottom: 0;
}
.cid-uOvh8jPIZ8 .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uOvh8jPIZ8 .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uOvh8jPIZ8 .mbr-section-title {
  color: #2b2b2b;
}
.cid-uOvh8jPIZ8 .mbr-desc {
  color: #000000;
}
.cid-uOvh8jPIZ8 .mbr-date {
  color: #000000;
}
.cid-uOvh8jPIZ8 .mbr-text {
  color: #4e4e4e;
}
.cid-uOvh8jPIZ8 .mbr-section-title,
.cid-uOvh8jPIZ8 .mbr-section-btn {
  color: #000000;
}
.cid-uOvh8jPIZ8 .mbr-text,
.cid-uOvh8jPIZ8 .mbr-section-btn {
  color: #000000;
}
.cid-uOvh8jRaXf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uOvh8jRaXf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOvh8jRaXf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOvh8jRaXf .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOvh8jRaXf .container-fluid {
    padding: 0;
  }
}
.cid-uOvh8jRaXf .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uOvh8jRaXf .container {
    padding: 0 30px;
  }
}
.cid-uOvh8jRaXf .container-wrap {
  padding: 0;
  position: relative;
}
.cid-uOvh8jRaXf .container-wrap .title-wrapper {
  position: sticky;
  top: 0;
  padding: 32px 50px;
  background-color: #4ecdc4;
}
@media (max-width: 992px) {
  .cid-uOvh8jRaXf .container-wrap .title-wrapper {
    padding: 30px;
  }
}
.cid-uOvh8jRaXf .container-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uOvh8jRaXf .container-wrap .title-wrapper .image-wrapper {
  margin: 50px 0;
}
@media (max-width: 992px) {
  .cid-uOvh8jRaXf .container-wrap .title-wrapper .image-wrapper {
    margin: 30px 0;
  }
}
.cid-uOvh8jRaXf .container-wrap .title-wrapper .image-wrapper img {
  height: 450px;
  object-fit: cover;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .cid-uOvh8jRaXf .container-wrap .title-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-uOvh8jRaXf .container-wrap .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOvh8jRaXf .card {
  padding: 50px;
}
@media (max-width: 992px) {
  .cid-uOvh8jRaXf .card {
    padding: 30px;
  }
}
.cid-uOvh8jRaXf .card .item {
  margin-bottom: 30px;
}
.cid-uOvh8jRaXf .card .item:last-child {
  margin-bottom: 0;
}
.cid-uOvh8jRaXf .card .item .item-wrapper {
  padding: 30px 50px;
  background-color: #d2f0f5;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .cid-uOvh8jRaXf .card .item .item-wrapper {
    padding: 20px 30px;
  }
}
.cid-uOvh8jRaXf .card .item .item-wrapper .number-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOvh8jRaXf .card .item .item-wrapper .number-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uOvh8jRaXf .card .item .item-wrapper .number-wrapper .number-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uOvh8jRaXf .card .item .item-wrapper .number-wrapper .number-wrap .mbr-iconfont {
  font-size: 64px;
  display: block;
  margin-right: 16px;
  color: #000000;
}
.cid-uOvh8jRaXf .card .item .item-wrapper .number-wrapper .number-wrap .mbr-number {
  margin-bottom: 0;
}
.cid-uOvh8jRaXf .card .item .item-wrapper .mbr-card-title {
  margin-bottom: 12px;
}
.cid-uOvh8jRaXf .card .item .item-wrapper .mbr-desc {
  margin-bottom: 25px;
}
.cid-uOvh8jRaXf .card .item .item-wrapper .list {
  padding: 0 2rem;
  margin: 0 0 25px 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uOvh8jRaXf .card .item .item-wrapper .list {
    padding: 0;
  }
}
.cid-uOvh8jRaXf .card .item .item-wrapper .list .item-wrap {
  padding: 20px 25px;
  border: 3px solid #000000;
  margin: 0 8px 16px 0;
  border-radius: 40px;
}
.cid-uOvh8jRaXf .card .item .item-wrapper .mbr-card-text {
  margin-bottom: 30px;
}
.cid-uOvh8jRaXf .card .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uOvh8jRaXf .card .item .item-wrapper .mbr-section-btn .btn:first-child {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 25px;
}
.cid-uOvh8jRaXf .mbr-section-title {
  color: #ffffff;
}
.cid-uOvh8jRaXf .mbr-text {
  color: #000000;
}
.cid-uOvh8jRaXf .mbr-number {
  color: #FE5115;
}
.cid-uOvh8jRaXf .mbr-card-title {
  color: #2b2b2b;
}
.cid-uOvh8jRaXf .mbr-desc {
  color: #2b2b2b;
}
.cid-uOvh8jRaXf .list {
  color: #000000;
}
.cid-uOvh8jRaXf .mbr-card-text {
  color: #000000;
}
.cid-uOvh8jRaXf .mbr-section-title,
.cid-uOvh8jRaXf .mbr-section-btn {
  color: #000000;
}
.cid-uOvh8jRaXf .mbr-number,
.cid-uOvh8jRaXf .number-wrapper {
  color: #000000;
}
.cid-uOvh8jRaXf .mbr-card-title,
.cid-uOvh8jRaXf .mbr-section-btn {
  color: #000000;
}
.cid-uOvh8jStrL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00171c;
}
.cid-uOvh8jStrL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOvh8jStrL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOvh8jStrL .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uOvh8jStrL .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uOvh8jStrL .container {
    padding: 0 30px;
  }
}
.cid-uOvh8jStrL .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOvh8jStrL .item {
    margin-bottom: 30px;
  }
}
.cid-uOvh8jStrL .item:nth-child(2n) .item-wrapper {
  margin-right: 0;
  margin-left: 16px;
}
@media (max-width: 992px) {
  .cid-uOvh8jStrL .item:nth-child(2n) .item-wrapper {
    margin: 0;
  }
}
.cid-uOvh8jStrL .item .item-wrapper {
  margin-right: 16px;
  padding: 40px 3rem;
  border-radius: 3em;
  background-color: #e8eeef;
}
@media (max-width: 992px) {
  .cid-uOvh8jStrL .item .item-wrapper {
    margin: 0;
    padding: 30px 20px;
  }
}
.cid-uOvh8jStrL .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
.cid-uOvh8jStrL .item .item-wrapper .item-img img {
  height: 365px;
  object-fit: cover;
  border-radius: 2em;
}
.cid-uOvh8jStrL .item .item-wrapper .item-content .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uOvh8jStrL .item .item-wrapper .item-content .desc-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uOvh8jStrL .item .item-wrapper .item-content .desc-wrap {
    display: block;
  }
}
.cid-uOvh8jStrL .item .item-wrapper .item-content .desc-wrap .mbr-desc {
  padding: 8px 20px;
  margin-bottom: 0;
  background-color: #4ecdc4;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uOvh8jStrL .item .item-wrapper .item-content .desc-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uOvh8jStrL .item .item-wrapper .item-content .desc-wrap .mbr-date {
  margin-bottom: 0;
}
.cid-uOvh8jStrL .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uOvh8jStrL .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uOvh8jStrL .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOvh8jStrL .mbr-section-title {
  color: #2b2b2b;
}
.cid-uOvh8jStrL .mbr-desc {
  color: #000000;
}
.cid-uOvh8jStrL .mbr-date {
  color: #4e4e4e;
}
.cid-uOvh8jStrL .mbr-text {
  color: #000000;
}
.cid-uOvh8jStrL .mbr-section-title,
.cid-uOvh8jStrL .mbr-section-btn {
  color: #000000;
}
.cid-uOvh8jS4KG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00171c;
}
.cid-uOvh8jS4KG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOvh8jS4KG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOvh8jS4KG .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOvh8jS4KG .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOvh8jS4KG .container {
    padding: 0 30px;
  }
}
.cid-uOvh8jS4KG .text-wrapper {
  padding: 0 18px 0 50px;
  display: flex;
  align-items: flex-end;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uOvh8jS4KG .text-wrapper {
    padding: 0 30px;
    height: auto;
  }
}
.cid-uOvh8jS4KG .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOvh8jS4KG .text-wrapper .text-wrap .mbr-text {
    margin-bottom: 50px;
  }
}
.cid-uOvh8jS4KG .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-top-left-radius: 3em;
  border-bottom-left-radius: 3em;
}
.cid-uOvh8jS4KG .mbr-text {
  color: #FFFFFF;
}
.cid-uOvh8jThZy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #00171c;
}
.cid-uOvh8jThZy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOvh8jThZy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOvh8jThZy .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uOvh8jThZy .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uOvh8jThZy .container {
    padding: 0 30px;
  }
}
.cid-uOvh8jThZy .title-wrapper {
  border-bottom: 10px solid #ffffff;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uOvh8jThZy .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uOvh8jThZy .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uOvh8jThZy .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOvh8jThZy .cont-wrapper {
  padding-right: 30px;
}
@media (max-width: 992px) {
  .cid-uOvh8jThZy .cont-wrapper {
    margin-bottom: 45px;
    padding: 0;
  }
}
.cid-uOvh8jThZy .cont-wrapper .cont-wrap {
  background-color: #e8eeef;
  border: 10px dotted #00171c;
  padding: 25px;
}
.cid-uOvh8jThZy .cont-wrapper .cont-wrap .mbr-section-subtitle {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uOvh8jThZy .cont-wrapper .cont-wrap .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-uOvh8jThZy .cont-wrapper .cont-wrap img {
  width: 400px;
  height: 400px;
  object-fit: cover;
  margin: 0 auto;
  border-radius: 2em;
}
@media (max-width: 1400px) {
  .cid-uOvh8jThZy .cont-wrapper .cont-wrap img {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 768px) {
  .cid-uOvh8jThZy .cont-wrapper .cont-wrap img {
    width: 150px;
    height: 150px;
  }
}
.cid-uOvh8jThZy .cont-wrapper .cont-wrap .mbr-desc {
  margin: 30px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uOvh8jThZy .cont-wrapper .cont-wrap .mbr-desc {
    margin: 20px 0 0 0;
  }
}
.cid-uOvh8jThZy .cont-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uOvh8jThZy .cont-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uOvh8jThZy .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-uOvh8jThZy .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uOvh8jThZy .embla__slide .card-wrap {
  width: 100%;
}
.cid-uOvh8jThZy .embla__slide .card-wrap .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOvh8jThZy .embla__slide .card-wrap .item-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uOvh8jThZy .embla__slide .card-wrap .item-wrapper .image-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uOvh8jThZy .embla__slide .card-wrap .item-wrapper .image-wrap {
    display: block;
  }
}
.cid-uOvh8jThZy .embla__slide .card-wrap .item-wrapper .image-wrap img {
  width: 136px;
  height: 136px;
  object-fit: cover;
  border-radius: 2em;
  margin-right: 16px;
}
@media (max-width: 768px) {
  .cid-uOvh8jThZy .embla__slide .card-wrap .item-wrapper .image-wrap img {
    margin-bottom: 20px;
  }
}
.cid-uOvh8jThZy .embla__slide .card-wrap .item-wrapper .image-wrap .card-name {
  margin-bottom: 0;
  pointer-events: visible;
  z-index: 1;
}
.cid-uOvh8jThZy .embla__slide .card-wrap .content-wrap .card-text {
  margin-bottom: 0;
}
.cid-uOvh8jThZy .embla__button--next,
.cid-uOvh8jThZy .embla__button--prev {
  display: flex;
}
.cid-uOvh8jThZy .embla__button {
  bottom: 40px;
  width: 20px;
  height: 20px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #000000;
  border: none;
  border-radius: 20px;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uOvh8jThZy .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uOvh8jThZy .embla__button:hover {
  background: transparent;
  color: #000000;
  opacity: 0.5;
}
.cid-uOvh8jThZy .embla__button.embla__button--prev {
  left: auto;
  right: 10rem;
}
.cid-uOvh8jThZy .embla__button.embla__button--next {
  right: 40px;
}
@media (max-width: 992px) {
  .cid-uOvh8jThZy .embla__button {
    bottom: 16px;
  }
}
.cid-uOvh8jThZy .embla {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 40px 3rem;
  background-color: #e8eeef;
  border-radius: 3em;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uOvh8jThZy .embla {
    padding: 50px 20px;
  }
}
.cid-uOvh8jThZy .embla__viewport {
  width: 100%;
}
.cid-uOvh8jThZy .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uOvh8jThZy .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uOvh8jThZy .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uOvh8jThZy .mbr-section-title {
  color: #FFFFFF;
}
.cid-uOvh8jThZy .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uOvh8jThZy .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uOvh8jThZy .card-text {
  color: #000000;
}
.cid-uOvh8jThZy .card-name {
  color: #2b2b2b;
}
.cid-uOvh8jThZy .card-name,
.cid-uOvh8jThZy .item-wrapper {
  color: #000000;
}
.cid-uOvh8jTJAO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00171c;
}
.cid-uOvh8jTJAO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOvh8jTJAO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOvh8jTJAO .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uOvh8jTJAO .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uOvh8jTJAO .container {
    padding: 0 30px;
  }
}
.cid-uOvh8jTJAO .card-wrapper {
  overflow: hidden;
  padding: 50px;
  border-radius: 3em;
  background-color: #e8eeef;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOvh8jTJAO .card-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uOvh8jTJAO .card-wrapper .card-wrap {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uOvh8jTJAO .card-wrapper .card-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uOvh8jTJAO .card-wrapper .card-wrap:last-child {
  width: 40%;
  margin-left: 70px;
}
@media (max-width: 992px) {
  .cid-uOvh8jTJAO .card-wrapper .card-wrap:last-child {
    margin: 0;
    width: 100%;
  }
}
.cid-uOvh8jTJAO .card-wrapper .card-wrap .number-wrapper {
  margin-bottom: 20px;
}
.cid-uOvh8jTJAO .card-wrapper .card-wrap .number-wrapper .number-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uOvh8jTJAO .card-wrapper .card-wrap .number-wrapper .number-wrap .mbr-iconfont {
  display: block;
  font-size: 32px;
  color: #009b94;
  margin-right: 16px;
}
.cid-uOvh8jTJAO .card-wrapper .card-wrap .number-wrapper .number-wrap .mbr-number {
  margin-bottom: 0;
}
.cid-uOvh8jTJAO .card-wrapper .card-wrap .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uOvh8jTJAO .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uOvh8jTJAO .card-wrapper .card-wrap .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uOvh8jTJAO .card-wrapper .card-wrap .image-wrapper .decor-wrap {
  border: 5px solid #009b94;
  width: 100%;
  height: 160px;
  border-radius: 100%;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-uOvh8jTJAO .card-wrapper .card-wrap .image-wrapper .decor-wrap {
    display: none;
  }
}
.cid-uOvh8jTJAO .card-wrapper .card-wrap .image-wrapper img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  margin-right: -30%;
}
.cid-uOvh8jTJAO .mbr-card-title {
  color: #000000;
}
.cid-uOvh8jTJAO .mbr-number {
  color: #000000;
}
.cid-uOvh8jTJAO .mbr-text {
  color: #000000;
}
.cid-uOvh8jTJAO .mbr-number,
.cid-uOvh8jTJAO .number-wrapper {
  color: #000000;
}
.cid-uOvh8jUQcf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-uOvh8jUQcf .item:focus,
.cid-uOvh8jUQcf span:focus {
  outline: none;
}
.cid-uOvh8jUQcf .item {
  cursor: pointer;
}
.cid-uOvh8jUQcf .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uOvh8jUQcf .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uOvh8jUQcf .grid-container-1,
.cid-uOvh8jUQcf .grid-container-2,
.cid-uOvh8jUQcf .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uOvh8jUQcf .grid-container-1,
  .cid-uOvh8jUQcf .grid-container-2,
  .cid-uOvh8jUQcf .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-uOvh8jUQcf .mbr-section-title {
  margin-bottom: 70px;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uOvh8jUQcf .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOvh8jUQcf .content-head {
  max-width: 800px;
}
.cid-uOvh8jUQcf .container,
.cid-uOvh8jUQcf .container-fluid {
  overflow: hidden;
}
.cid-uOvh8jUQcf .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uOvh8jUQcf .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uOvh8jUQcf .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 3em;
}
@media (max-width: 1200px) {
  .cid-uOvh8jUQcf .grid-item img {
    height: 320px;
  }
}
@media (max-width: 767px) {
  .cid-uOvh8jUQcf .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uOvh8jUQcf .grid-container-1,
.cid-uOvh8jUQcf .grid-container-2,
.cid-uOvh8jUQcf .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uOvh8jUQcf .grid-container-1 {
  align-items: flex-end;
}
.cid-uOvh8jUQcf .grid-container-2 {
  align-items: flex-start;
}
.cid-uOvh8jU7f3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00171c;
}
.cid-uOvh8jU7f3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOvh8jU7f3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOvh8jU7f3 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uOvh8jU7f3 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uOvh8jU7f3 .container {
    padding: 0 30px;
  }
}
.cid-uOvh8jU7f3 .card-wrapper {
  overflow: hidden;
  padding: 50px;
  border-radius: 3em;
  background-color: #e8eeef;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOvh8jU7f3 .card-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uOvh8jU7f3 .card-wrapper .card-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uOvh8jU7f3 .card-wrapper .card-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uOvh8jU7f3 .card-wrapper .card-wrap:last-child {
  margin-left: 70px;
}
@media (max-width: 992px) {
  .cid-uOvh8jU7f3 .card-wrapper .card-wrap:last-child {
    margin: 0;
    width: 100%;
  }
}
.cid-uOvh8jU7f3 .card-wrapper .card-wrap .number-wrapper {
  margin-bottom: 20px;
}
.cid-uOvh8jU7f3 .card-wrapper .card-wrap .number-wrapper .number-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uOvh8jU7f3 .card-wrapper .card-wrap .number-wrapper .number-wrap .mbr-iconfont {
  display: block;
  font-size: 32px;
  color: #009b94;
  margin-right: 16px;
}
.cid-uOvh8jU7f3 .card-wrapper .card-wrap .number-wrapper .number-wrap .mbr-number {
  margin-bottom: 0;
}
.cid-uOvh8jU7f3 .card-wrapper .card-wrap .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uOvh8jU7f3 .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 20px;
}
.cid-uOvh8jU7f3 .card-wrapper .card-wrap .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uOvh8jU7f3 .card-wrapper .card-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
  margin-right: -30%;
  border-radius: 25px;
}
.cid-uOvh8jU7f3 .mbr-card-title {
  color: #000000;
}
.cid-uOvh8jU7f3 .mbr-number {
  color: #000000;
}
.cid-uOvh8jU7f3 .mbr-text {
  color: #000000;
}
.cid-uOvh8jU7f3 .mbr-number,
.cid-uOvh8jU7f3 .number-wrapper {
  color: #000000;
}
.cid-uOvh8jVWh5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00171c;
}
.cid-uOvh8jVWh5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOvh8jVWh5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOvh8jVWh5 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uOvh8jVWh5 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uOvh8jVWh5 .container {
    padding: 0 30px;
  }
}
.cid-uOvh8jVWh5 .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uOvh8jVWh5 .title-wrapper {
    padding: 0 30px;
    height: auto;
  }
}
.cid-uOvh8jVWh5 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOvh8jVWh5 .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOvh8jVWh5 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOvh8jVWh5 .mbr-section-title {
  color: #FFFFFF;
}
.cid-uOvh8jVWh5 .mbr-text {
  color: #FFFFFF;
}
.cid-uOvh8jVMEZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00171c;
}
.cid-uOvh8jVMEZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOvh8jVMEZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOvh8jVMEZ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOvh8jVMEZ .container-fluid {
    padding: 0;
  }
}
.cid-uOvh8jVMEZ .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uOvh8jVMEZ .container {
    padding: 0 30px;
  }
}
.cid-uOvh8jVMEZ .card {
  padding: 0;
}
.cid-uOvh8jVMEZ .card .card-wrapper {
  padding: 50px;
  border-radius: 3em;
  background-color: #e8eeef;
}
@media (max-width: 992px) {
  .cid-uOvh8jVMEZ .card .card-wrapper {
    padding: 30px;
  }
}
.cid-uOvh8jVMEZ .card .card-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uOvh8jVMEZ .mbr-text {
  color: #4e4e4e;
}
.cid-uOvh8jVMEZ .mbr-text,
.cid-uOvh8jVMEZ .mbr-section-btn {
  color: #000000;
}
.cid-uOvh8jVVmm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00171c;
}
.cid-uOvh8jVVmm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOvh8jVVmm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOvh8jVVmm .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uOvh8jVVmm .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uOvh8jVVmm .container {
    padding: 0 30px;
  }
}
.cid-uOvh8jVVmm .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uOvh8jVVmm .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-uOvh8jVVmm .image-wrapper img {
  height: 250px;
  object-fit: cover;
  border-radius: 3em;
}
.cid-uOvh8jVVmm .text-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uOvh8jVVmm .text-wrapper {
    margin: 0;
  }
}
.cid-uOvh8jVVmm .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOvh8jVVmm .mbr-text {
  color: #FFFFFF;
}
.cid-uOvh8jWQ1A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00171c;
}
.cid-uOvh8jWQ1A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOvh8jWQ1A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOvh8jWQ1A .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uOvh8jWQ1A .container-fluid {
    padding: 0 30px;
  }
}
.cid-uOvh8jWQ1A .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uOvh8jWQ1A .container {
    padding: 0 30px;
  }
}
.cid-uOvh8jWQ1A .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOvh8jWQ1A .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOvh8jWQ1A .item {
  padding: 0;
}
.cid-uOvh8jWQ1A .item:first-child .item-wrapper .image-wrap {
  border-top: none;
}
.cid-uOvh8jWQ1A .item:last-child .item-wrapper .item-content {
  border-bottom: 5px solid #ffffff;
}
.cid-uOvh8jWQ1A .item .item-wrapper {
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uOvh8jWQ1A .item .item-wrapper {
    display: block;
  }
  .cid-uOvh8jWQ1A .item .item-wrapper .card_2 {
    border-top: none !important;
    padding-top: 0 !important;
  }
}
.cid-uOvh8jWQ1A .item .item-wrapper .number-wrap {
  margin-right: 16px;
  min-width: 145px;
}
.cid-uOvh8jWQ1A .item .item-wrapper .number-wrap .mbr-number {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOvh8jWQ1A .item .item-wrapper .number-wrap .mbr-number {
    margin-bottom: 20px;
  }
}
.cid-uOvh8jWQ1A .item .item-wrapper .item-content {
  padding: 70px 0;
  border-top: 5px solid #ffffff;
  height: 100%;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uOvh8jWQ1A .item .item-wrapper .item-content {
    padding: 30px 0;
    width: 100%;
    height: auto;
  }
}
.cid-uOvh8jWQ1A .item .item-wrapper .item-content .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uOvh8jWQ1A .item .item-wrapper .item-content .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOvh8jWQ1A .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uOvh8jWQ1A .item .item-wrapper .image-wrap {
  padding: 70px 0 20px;
  border-top: 5px solid #ffffff;
  height: 100%;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uOvh8jWQ1A .item .item-wrapper .image-wrap {
    padding: 30px 0;
    width: 100%;
    height: auto;
  }
}
.cid-uOvh8jWQ1A .item .item-wrapper .image-wrap .item-img img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  margin: 0 auto 70px;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-uOvh8jWQ1A .item .item-wrapper .image-wrap .item-img img {
    width: 200px;
    height: 200px;
    margin: 0 auto 30px;
  }
}
.cid-uOvh8jWQ1A .mbr-section-title {
  color: #FE5115;
}
.cid-uOvh8jWQ1A .mbr-number {
  color: #FFFFFF;
}
.cid-uOvh8jWQ1A .mbr-text {
  color: #ffffff;
}
.cid-uOvh8jWQ1A .mbr-section-title,
.cid-uOvh8jWQ1A .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uOvh8jWQ1A .mbr-text,
.cid-uOvh8jWQ1A .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uOvh8jWgNv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00171c;
}
.cid-uOvh8jWgNv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOvh8jWgNv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOvh8jWgNv .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uOvh8jWgNv .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uOvh8jWgNv .container {
    padding: 0 30px;
  }
}
.cid-uOvh8jWgNv .cont-wrapper {
  padding: 60px;
  background-color: #e8eeef;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .cid-uOvh8jWgNv .cont-wrapper {
    padding: 16px;
  }
}
.cid-uOvh8jWgNv .cont-wrapper .card-wrapper {
  padding: 40px 145px;
  background-color: #d2f0f5;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .cid-uOvh8jWgNv .cont-wrapper .card-wrapper {
    padding: 16px;
  }
}
.cid-uOvh8jWgNv .cont-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uOvh8jWgNv .cont-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOvh8jWgNv .cont-wrapper .card-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uOvh8jWgNv .cont-wrapper .card-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uOvh8jWgNv .cont-wrapper .card-wrapper .images-wrapper {
  display: flex;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uOvh8jWgNv .cont-wrapper .card-wrapper .images-wrapper {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .cid-uOvh8jWgNv .cont-wrapper .card-wrapper .images-wrapper {
    display: block;
  }
}
.cid-uOvh8jWgNv .cont-wrapper .card-wrapper .images-wrapper img {
  border-radius: 2em;
  height: 240px;
  object-fit: cover;
}
.cid-uOvh8jWgNv .cont-wrapper .card-wrapper .images-wrapper .image_1 {
  width: 35%;
}
@media (max-width: 768px) {
  .cid-uOvh8jWgNv .cont-wrapper .card-wrapper .images-wrapper .image_1 {
    width: 100%;
  }
}
.cid-uOvh8jWgNv .cont-wrapper .card-wrapper .images-wrapper .image_2 {
  width: 40%;
}
@media (max-width: 768px) {
  .cid-uOvh8jWgNv .cont-wrapper .card-wrapper .images-wrapper .image_2 {
    width: 100%;
  }
}
.cid-uOvh8jWgNv .cont-wrapper .card-wrapper .images-wrapper .image_3 {
  width: 25%;
}
@media (max-width: 768px) {
  .cid-uOvh8jWgNv .cont-wrapper .card-wrapper .images-wrapper .image_3 {
    width: 100%;
  }
}
.cid-uOvh8jWgNv .cont-wrapper .card-wrapper .mbr-desc {
  margin-bottom: 40px;
}
.cid-uOvh8jWgNv .cont-wrapper .card-wrapper .list {
  padding: 0 30%;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uOvh8jWgNv .cont-wrapper .card-wrapper .list {
    padding: 0;
  }
}
.cid-uOvh8jWgNv .cont-wrapper .card-wrapper .list .item-wrap {
  padding: 20px 25px;
  border: 3px solid #000000;
  margin: 0 8px 16px 0;
  border-radius: 40px;
}
.cid-uOvh8jWgNv .mbr-section-title {
  color: #000000;
}
.cid-uOvh8jWgNv .mbr-text {
  color: #000000;
}
.cid-uOvh8jWgNv .mbr-desc {
  color: #000000;
}
.cid-uOvh8jWgNv .list {
  color: #000000;
}
.cid-uOvh8jXmCD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00171c;
}
.cid-uOvh8jXmCD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOvh8jXmCD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOvh8jXmCD .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uOvh8jXmCD .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uOvh8jXmCD .container {
    padding: 0 30px;
  }
}
.cid-uOvh8jXmCD .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uOvh8jXmCD .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOvh8jXmCD .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #e8eeef;
  border-radius: 16em 3em;
  margin-bottom: 2em;
}
@media (max-width: 992px) {
  .cid-uOvh8jXmCD .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-uOvh8jXmCD .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 20%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uOvh8jXmCD .card-wrapper .mbr-number {
    width: 100%;
    margin: 0 0 16px 0;
  }
}
.cid-uOvh8jXmCD .card-wrapper .content-wrap {
  width: 80%;
}
.cid-uOvh8jXmCD .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uOvh8jXmCD .card-wrapper .content-wrap .mbr-card-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uOvh8jXmCD .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uOvh8jXmCD .mbr-section-title {
  color: #FFFFFF;
}
.cid-uOvh8jXmCD .mbr-card-title {
  color: #000000;
}
.cid-uOvh8jXmCD .mbr-text {
  color: #000000;
}
.cid-uOvh8jXmCD .mbr-number {
  color: #4ECDC4;
}
.cid-uOvh8jX7k8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00171c;
}
.cid-uOvh8jX7k8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOvh8jX7k8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOvh8jX7k8 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uOvh8jX7k8 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uOvh8jX7k8 .container {
    padding: 0 30px;
  }
}
.cid-uOvh8jX7k8 .card-wrapper {
  display: flex;
  padding: 70px 0;
  border-top: 10px solid #ffffff;
  border-bottom: 10px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uOvh8jX7k8 .card-wrapper {
    padding: 45px 0;
  }
}
@media (max-width: 992px) {
  .cid-uOvh8jX7k8 .card-wrapper {
    display: block;
  }
}
.cid-uOvh8jX7k8 .card-wrapper .title-wrapper {
  width: 50%;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-uOvh8jX7k8 .card-wrapper .title-wrapper {
    width: 100%;
    margin: 0;
  }
}
.cid-uOvh8jX7k8 .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOvh8jX7k8 .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uOvh8jX7k8 .card-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uOvh8jX7k8 .card-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uOvh8jX7k8 .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOvh8jX7k8 .mbr-section-title {
  color: #FFFFFF;
}
.cid-uOvh8jX7k8 .mbr-text {
  color: #FFFFFF;
}
.cid-uOvh8jXyT1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00171c;
}
.cid-uOvh8jXyT1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOvh8jXyT1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOvh8jXyT1 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uOvh8jXyT1 .container-fluid {
    padding: 0 30px;
  }
}
.cid-uOvh8jXyT1 .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uOvh8jXyT1 .container {
    padding: 0 30px;
  }
}
.cid-uOvh8jXyT1 .card {
  padding: 0;
  justify-content: center;
}
.cid-uOvh8jXyT1 .nav.nav-tabs {
  display: block;
  border: none;
}
.cid-uOvh8jXyT1 .nav.nav-tabs .nav-item {
  margin-bottom: 10px;
}
.cid-uOvh8jXyT1 .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 16px;
  border: none;
  border-radius: 40px 0 0 40px;
  background-color: #e77d78;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uOvh8jXyT1 .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #4ecdc4 !important;
  color: #000000 !important;
}
.cid-uOvh8jXyT1 .tab-content {
  padding: 50px 70px;
  background-color: #e8eeef;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .cid-uOvh8jXyT1 .tab-content {
    padding: 30px 16px;
  }
}
.cid-uOvh8jXyT1 .tab-content .tab-pane .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uOvh8jXyT1 .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uOvh8jXyT1 .tab-content .tab-pane .content-wrapper .content-wrap {
  margin-right: 50px;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uOvh8jXyT1 .tab-content .tab-pane .content-wrapper .content-wrap {
    width: 100%;
    margin: 0;
  }
}
.cid-uOvh8jXyT1 .tab-content .tab-pane .content-wrapper .content-wrap .icon-wrap {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .cid-uOvh8jXyT1 .tab-content .tab-pane .content-wrapper .content-wrap .icon-wrap {
    margin-bottom: 30px;
  }
}
.cid-uOvh8jXyT1 .tab-content .tab-pane .content-wrapper .content-wrap .icon-wrap .mbr-iconfont {
  font-size: 144px;
  display: inline-flex;
  color: #000000;
}
.cid-uOvh8jXyT1 .tab-content .tab-pane .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uOvh8jXyT1 .tab-content .tab-pane .content-wrapper .content-wrap .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uOvh8jXyT1 .tab-content .tab-pane .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOvh8jXyT1 .tab-content .tab-pane .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uOvh8jXyT1 .tab-content .tab-pane .content-wrapper .list-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uOvh8jXyT1 .tab-content .tab-pane .content-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-uOvh8jXyT1 .tab-content .tab-pane .content-wrapper .list-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uOvh8jXyT1 .tab-content .tab-pane .content-wrapper .list-wrapper .list {
  padding-left: 58px;
  margin-bottom: 10px;
  list-style-type: decimal-leading-zero;
}
.cid-uOvh8jXyT1 .tab-content .tab-pane .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
.cid-uOvh8jXyT1 .tab-content .tab-pane .content-wrapper .list-wrapper .mbr-price {
  margin-bottom: 10px;
}
.cid-uOvh8jXyT1 .tab-content .tab-pane .content-wrapper .list-wrapper .mbr-price span {
  color: #4ecdc4;
}
.cid-uOvh8jXyT1 .tab-content .tab-pane .content-wrapper .list-wrapper .mbr-time {
  margin-bottom: 0;
}
.cid-uOvh8jXyT1 .tab-content .tab-pane .content-wrapper .list-wrapper .mbr-time span {
  color: #4ecdc4;
}
.cid-uOvh8jXyT1 .mbr-section-subtitle {
  color: #FE5115;
}
.cid-uOvh8jXyT1 .mbr-text {
  color: #4e4e4e;
}
.cid-uOvh8jXyT1 .mbr-section-title {
  color: #000000;
}
.cid-uOvh8jXyT1 .list {
  color: #000000;
}
.cid-uOvh8jXyT1 .mbr-price {
  color: #000000;
}
.cid-uOvh8jXyT1 .mbr-time {
  color: #2b2b2b;
}
.cid-uOvh8jYPBK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #00171c;
}
.cid-uOvh8jYPBK .item:focus,
.cid-uOvh8jYPBK span:focus {
  outline: none;
}
.cid-uOvh8jYPBK .item {
  cursor: pointer;
}
.cid-uOvh8jYPBK .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uOvh8jYPBK .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uOvh8jYPBK .grid-container-1,
.cid-uOvh8jYPBK .grid-container-2,
.cid-uOvh8jYPBK .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uOvh8jYPBK .grid-container-1,
  .cid-uOvh8jYPBK .grid-container-2,
  .cid-uOvh8jYPBK .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-uOvh8jYPBK .mbr-section-title {
  margin-bottom: 70px;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uOvh8jYPBK .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOvh8jYPBK .content-head {
  max-width: 800px;
}
.cid-uOvh8jYPBK .container,
.cid-uOvh8jYPBK .container-fluid {
  overflow: hidden;
}
.cid-uOvh8jYPBK .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uOvh8jYPBK .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uOvh8jYPBK .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 3em;
}
@media (max-width: 1200px) {
  .cid-uOvh8jYPBK .grid-item img {
    height: 320px;
  }
}
@media (max-width: 767px) {
  .cid-uOvh8jYPBK .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uOvh8jYPBK .grid-container-1,
.cid-uOvh8jYPBK .grid-container-2,
.cid-uOvh8jYPBK .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uOvh8jYPBK .grid-container-1 {
  align-items: flex-end;
}
.cid-uOvh8jYPBK .grid-container-2 {
  align-items: flex-start;
}
.cid-uOvh8jZfGO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOvh8jZfGO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../images/zuUIFHpDh2oV.jpg");
}
.cid-uOvh8jZfGO .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uOvh8jZfGO .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uOvh8jZfGO .container {
    padding: 0 30px;
  }
}
.cid-uOvh8jZeHE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00171c;
}
.cid-uOvh8jZeHE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOvh8jZeHE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOvh8jZeHE .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uOvh8jZeHE .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uOvh8jZeHE .container {
    padding: 0 30px;
  }
}
.cid-uOvh8jZeHE .mbr-section-title {
  margin-bottom: 70px;
  color: #FFFFFF;
}
@media (max-width: 992px) {
  .cid-uOvh8jZeHE .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOvh8jZeHE .video-block .mbr-figure .app-video-wrapper img {
  object-fit: cover;
  border-radius: 3em;
}
.cid-uOvh8jZeHE .video-block .mbr-figure iframe {
  object-fit: cover;
  border-radius: 3em;
}
.cid-uOvh8jZZFd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00171c;
}
.cid-uOvh8jZZFd .item:focus,
.cid-uOvh8jZZFd span:focus {
  outline: none;
}
.cid-uOvh8jZZFd .container-fluid {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  border-top: 10px solid #ffffff;
  border-bottom: 10px solid #ffffff;
}
.cid-uOvh8jZZFd .content-head {
  max-width: 800px;
}
.cid-uOvh8jZZFd .item {
  color: #ffffff;
  min-height: 90px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cid-uOvh8jZZFd .item {
    min-height: 45px;
  }
}
.cid-uOvh8jZM7e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00171c;
}
.cid-uOvh8jZM7e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOvh8jZM7e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOvh8jZM7e .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uOvh8jZM7e .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uOvh8jZM7e .container {
    padding: 0 30px;
  }
}
.cid-uOvh8jZM7e .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uOvh8jZM7e .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOvh8jZM7e .mbr-section-btn {
  margin-bottom: 70px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uOvh8jZM7e .mbr-section-btn {
    margin-bottom: 0;
    text-align: left;
  }
}
.cid-uOvh8jZM7e .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOvh8jZM7e .mbr-section-title {
  color: #ffffff;
}
.cid-uOvh8jZM7e .mbr-text {
  color: #FFFFFF;
}
.cid-uOvh8jZM7e .mbr-section-title,
.cid-uOvh8jZM7e .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uOvh8k0q3M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00171c;
}
.cid-uOvh8k0q3M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOvh8k0q3M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOvh8k0q3M .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uOvh8k0q3M .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uOvh8k0q3M .container {
    padding: 0 30px;
  }
}
.cid-uOvh8k0q3M .card-wrapper {
  padding: 40px 3rem;
  border-radius: 3em;
  background-color: #e8eeef;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uOvh8k0q3M .card-wrapper {
    display: block;
    padding: 30px 20px;
  }
}
.cid-uOvh8k0q3M .card-wrapper .title-wrapper {
  margin-right: 50px;
  min-width: 250px;
}
@media (max-width: 992px) {
  .cid-uOvh8k0q3M .card-wrapper .title-wrapper {
    margin: 0;
  }
}
.cid-uOvh8k0q3M .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uOvh8k0q3M .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOvh8k0q3M .mbr-section-title {
  color: #2b2b2b;
}
.cid-uOvh8k0q3M .mbr-text {
  color: #000000;
}
.cid-uOvh8k0q3M .mbr-section-title,
.cid-uOvh8k0q3M .mbr-section-btn {
  color: #000000;
}
.cid-uOvh8k0tIh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00171c;
}
.cid-uOvh8k0tIh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOvh8k0tIh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOvh8k0tIh .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uOvh8k0tIh .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uOvh8k0tIh .container {
    padding: 0 30px;
  }
}
.cid-uOvh8k0tIh .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 992px) {
  .cid-uOvh8k0tIh .content-wrapper {
    padding: 0;
  }
}
.cid-uOvh8k0tIh .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uOvh8k0tIh .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uOvh8k0tIh .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uOvh8k0tIh .content-wrapper .desc-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uOvh8k0tIh .content-wrapper .desc-wrap {
    margin-bottom: 20px;
  }
}
.cid-uOvh8k0tIh .content-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uOvh8k0tIh .content-wrapper .desc-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uOvh8k0tIh .image-wrapper {
  padding-left: 100px;
}
@media (max-width: 992px) {
  .cid-uOvh8k0tIh .image-wrapper {
    padding: 0;
  }
}
.cid-uOvh8k0tIh .image-wrapper .icon-wrap {
  display: block;
}
.cid-uOvh8k0tIh .image-wrapper .icon-wrap:hover .mbr-iconfont {
  opacity: 0.7;
}
.cid-uOvh8k0tIh .image-wrapper .icon-wrap .mbr-iconfont {
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 5px solid #ffffff;
  font-size: 30px;
  color: #ffffff;
  transform: rotate(45deg);
  margin: 0 auto 50px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uOvh8k0tIh .image-wrapper .image-wrap img {
  height: 700px;
  object-fit: cover;
  border-radius: 3em;
}
.cid-uOvh8k0tIh .mbr-section-title {
  color: #FFFFFF;
}
.cid-uOvh8k0tIh .mbr-text {
  color: #FFFFFF;
}
.cid-uOvh8k0tIh .mbr-desc {
  color: #4e4e4e;
}
.cid-uOvh8k0tIh .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-uOvh8k0hlS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00171c;
}
.cid-uOvh8k0hlS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOvh8k0hlS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOvh8k0hlS .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uOvh8k0hlS .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uOvh8k0hlS .container {
    padding: 0 30px;
  }
}
.cid-uOvh8k0hlS .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uOvh8k0hlS .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-uOvh8k0hlS .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .cid-uOvh8k0hlS .image-wrapper img {
    height: 300px;
  }
}
.cid-uOvh8k0hlS .text-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uOvh8k0hlS .text-wrapper {
    margin: 0;
  }
}
.cid-uOvh8k0hlS .text-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uOvh8k0hlS .text-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOvh8k0hlS .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uOvh8k0hlS .mbr-section-title {
  color: #ffffff;
}
.cid-uOvh8k0hlS .mbr-text {
  color: #FFFFFF;
}
.cid-uOvh8k0hlS .mbr-section-title,
.cid-uOvh8k0hlS .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uOvh8k1Hfz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uOvh8k1Hfz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOvh8k1Hfz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOvh8k1Hfz .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uOvh8k1Hfz .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uOvh8k1Hfz .container {
    padding: 0 30px;
  }
}
.cid-uOvh8k1Hfz .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOvh8k1Hfz .item {
    margin-bottom: 30px;
  }
}
.cid-uOvh8k1Hfz .item .item-wrapper:hover .item-img img {
  transform: scale(1.04);
}
@media (max-width: 992px) {
  .cid-uOvh8k1Hfz .item .item-wrapper {
    margin: 0;
  }
}
.cid-uOvh8k1Hfz .item .item-wrapper .item-img {
  overflow: hidden;
  border-radius: 3em;
  margin-bottom: 30px;
}
.cid-uOvh8k1Hfz .item .item-wrapper .item-img img {
  height: 520px;
  object-fit: cover;
  border-radius: 3em;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uOvh8k1Hfz .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uOvh8k1Hfz .item .item-wrapper .item-content .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uOvh8k1Hfz .item .item-wrapper .item-content .desc-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uOvh8k1Hfz .item .item-wrapper .item-content .desc-wrap {
    display: block;
  }
}
.cid-uOvh8k1Hfz .item .item-wrapper .item-content .desc-wrap .mbr-desc {
  display: inline-block;
  padding: 8px 20px;
  margin-bottom: 0;
  background-color: #4ecdc4;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uOvh8k1Hfz .item .item-wrapper .item-content .desc-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uOvh8k1Hfz .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uOvh8k1Hfz .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uOvh8k1Hfz .mbr-section-title {
  color: #2b2b2b;
}
.cid-uOvh8k1Hfz .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uOvh8k1Hfz .mbr-date {
  color: #4e4e4e;
}
.cid-uOvh8k1Hfz .mbr-text {
  color: #4e4e4e;
}
.cid-uOvh8k1Hfz .mbr-desc,
.cid-uOvh8k1Hfz .desc-wrap {
  text-align: left;
  color: #000000;
}
.cid-uOvh8k1Hfz .mbr-section-title,
.cid-uOvh8k1Hfz .mbr-section-btn {
  color: #000000;
}
.cid-uOvh8k1Hfz .mbr-text,
.cid-uOvh8k1Hfz .mbr-section-btn {
  color: #000000;
}
.cid-uOvh8k1EjK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00171c;
}
.cid-uOvh8k1EjK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOvh8k1EjK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOvh8k1EjK .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOvh8k1EjK .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOvh8k1EjK .container {
    padding: 0 30px;
  }
}
.cid-uOvh8k1EjK .image-wrapper {
  padding-right: 18px;
}
@media (max-width: 992px) {
  .cid-uOvh8k1EjK .image-wrapper {
    padding: 0;
    margin-bottom: 50px;
  }
}
.cid-uOvh8k1EjK .image-wrapper img {
  height: 700px;
  object-fit: cover;
  border-bottom-right-radius: 3em;
}
@media (max-width: 992px) {
  .cid-uOvh8k1EjK .image-wrapper img {
    height: 350px;
  }
}
.cid-uOvh8k1EjK .title-wrapper {
  padding-right: 50px;
}
@media (max-width: 992px) {
  .cid-uOvh8k1EjK .title-wrapper {
    padding: 0 30px;
  }
}
.cid-uOvh8k1EjK .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOvh8k1EjK .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOvh8k1EjK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOvh8k1EjK .mbr-section-title {
  color: #ffffff;
}
.cid-uOvh8k1EjK .mbr-text {
  color: #ffffff;
}
.cid-uOvh8k1EjK .mbr-section-btn {
  text-align: right;
}
.cid-uOvh8k1EjK .mbr-section-title,
.cid-uOvh8k1EjK .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uOvh8k2K6M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00171c;
}
.cid-uOvh8k2K6M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOvh8k2K6M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOvh8k2K6M .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uOvh8k2K6M .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uOvh8k2K6M .container {
    padding: 0 30px;
  }
}
.cid-uOvh8k2K6M .item {
  margin-bottom: 30px;
}
.cid-uOvh8k2K6M .item .item-wrapper {
  padding: 40px 3rem;
  border-radius: 3em;
  background-color: #e8eeef;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uOvh8k2K6M .item .item-wrapper {
    display: block;
    margin: 0;
    padding: 30px 20px;
  }
}
.cid-uOvh8k2K6M .item .item-wrapper .image-wrap {
  margin-right: 3rem;
}
@media (max-width: 992px) {
  .cid-uOvh8k2K6M .item .item-wrapper .image-wrap {
    margin: 0;
  }
}
.cid-uOvh8k2K6M .item .item-wrapper .image-wrap .item-img img {
  height: 265px;
  width: 400px;
  object-fit: cover;
  border-radius: 2em;
}
@media (max-width: 992px) {
  .cid-uOvh8k2K6M .item .item-wrapper .image-wrap .item-img img {
    width: 265px;
    margin: 0 auto;
  }
}
@media (max-width: 425px) {
  .cid-uOvh8k2K6M .item .item-wrapper .image-wrap .item-img img {
    width: 180px;
  }
}
.cid-uOvh8k2K6M .item .item-wrapper .image-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-uOvh8k2K6M .item .item-wrapper .image-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOvh8k2K6M .item .item-wrapper .item-content {
  width: 100%;
}
.cid-uOvh8k2K6M .item .item-wrapper .item-content .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uOvh8k2K6M .item .item-wrapper .item-content .desc-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uOvh8k2K6M .item .item-wrapper .item-content .desc-wrap {
    display: block;
  }
}
.cid-uOvh8k2K6M .item .item-wrapper .item-content .desc-wrap .mbr-desc {
  padding: 8px 20px;
  margin-bottom: 0;
  background-color: #4ecdc4;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uOvh8k2K6M .item .item-wrapper .item-content .desc-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uOvh8k2K6M .item .item-wrapper .item-content .desc-wrap .mbr-date {
  margin-bottom: 0;
}
.cid-uOvh8k2K6M .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uOvh8k2K6M .mbr-section-title {
  color: #2b2b2b;
}
.cid-uOvh8k2K6M .mbr-desc {
  color: #000000;
}
.cid-uOvh8k2K6M .mbr-date {
  color: #000000;
}
.cid-uOvh8k2K6M .mbr-text {
  color: #000000;
}
.cid-uOvh8k2K6M .mbr-section-title,
.cid-uOvh8k2K6M .mbr-section-btn {
  color: #000000;
}
.cid-uOvh8k2EWw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../images/pe69rq3izvWb.jpeg");
}
.cid-uOvh8k2EWw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOvh8k2EWw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOvh8k2EWw .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOvh8k2EWw .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOvh8k2EWw .container {
    padding: 0 30px;
  }
}
.cid-uOvh8k2EWw .card-wrapper {
  background-color: #e8eeef;
  padding: 50px;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .cid-uOvh8k2EWw .card-wrapper {
    padding: 30px;
  }
}
.cid-uOvh8k2EWw .card-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uOvh8k2EWw .card-wrapper form {
  padding: 30px;
  border: 2px solid #009b94;
  border-radius: 2em;
}
@media (max-width: 425px) {
  .cid-uOvh8k2EWw .card-wrapper form {
    padding: 20px;
  }
}
.cid-uOvh8k2EWw .card-wrapper form .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
.cid-uOvh8k2EWw .card-wrapper form .dragArea.row .form-group .form-control {
  padding: 8px 16px;
  box-shadow: none;
  border: 2px dashed #009b94 !important;
  border-radius: 1em;
  background-color: transparent;
}
.cid-uOvh8k2EWw .card-wrapper form .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-uOvh8k2EWw .card-wrapper form .dragArea.row .form-group .form-control:hover,
.cid-uOvh8k2EWw .card-wrapper form .dragArea.row .form-group .form-control:focus {
  border: 2px dashed #009b94 !important;
  box-shadow: none;
}
.cid-uOvh8k2EWw .card-wrapper form .dragArea.row .form-group .form-control-label label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uOvh8k2EWw .card-wrapper form .dragArea.row .form-group .form-check {
  padding-left: 2em;
}
.cid-uOvh8k2EWw .card-wrapper form .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-uOvh8k2EWw .card-wrapper form .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uOvh8k2EWw .card-wrapper form .dragArea.row .mbr-section-btn {
  margin-top: 50px;
}
.cid-uOvh8k2EWw .mbr-text {
  color: #ffffff;
}
.cid-uOvh8k2EWw label {
  color: #4E4E4E;
}
.cid-uOvh8k2EWw .mbr-section-title {
  color: #000000;
}
.cid-uOvh8k4yyb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00171c;
}
.cid-uOvh8k4yyb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOvh8k4yyb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOvh8k4yyb .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uOvh8k4yyb .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uOvh8k4yyb .container {
    padding: 0 30px;
  }
}
.cid-uOvh8k4yyb .card-wrapper {
  overflow: hidden;
  padding: 50px;
  border-radius: 3em;
  background-color: #e8eeef;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOvh8k4yyb .card-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uOvh8k4yyb .card-wrapper .card-wrap {
  width: 32%;
}
@media (max-width: 1300px) {
  .cid-uOvh8k4yyb .card-wrapper .card-wrap {
    width: 45%;
    margin-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uOvh8k4yyb .card-wrapper .card-wrap {
    width: 100%;
  }
}
.cid-uOvh8k4yyb .card-wrapper .card-wrap .number-wrapper {
  margin-bottom: 20px;
}
.cid-uOvh8k4yyb .card-wrapper .card-wrap .number-wrapper .number-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uOvh8k4yyb .card-wrapper .card-wrap .number-wrapper .number-wrap .mbr-iconfont {
  display: block;
  font-size: 32px;
  color: #009b94;
}
.cid-uOvh8k4yyb .card-wrapper .card-wrap .mbr-card-title {
  margin-bottom: 0;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.cid-uOvh8k4yyb .card-wrapper .card-wrap .mbr-card-title:hover,
.cid-uOvh8k4yyb .card-wrapper .card-wrap .mbr-card-title:focus {
  text-decoration-color: transparent;
}
.cid-uOvh8k4yyb .mbr-card-title {
  color: #2B2B2B;
  text-align: left;
}
.cid-uOvh8k4yyb .mbr-card-title,
.cid-uOvh8k4yyb .number-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uOvh8k4fDX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00171c;
}
.cid-uOvh8k4fDX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOvh8k4fDX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOvh8k4fDX .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uOvh8k4fDX .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uOvh8k4fDX .container {
    padding: 0 30px;
  }
}
.cid-uOvh8k4fDX .title-wrapper {
  margin-bottom: 20px;
}
.cid-uOvh8k4fDX .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uOvh8k4fDX .title-wrapper .title-wrap img {
  height: 78px;
  width: 78px;
  border-radius: 20px;
  object-fit: cover;
  margin-right: 16px;
}
.cid-uOvh8k4fDX .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOvh8k4fDX .mbr-desc {
  margin-bottom: 0;
  color: #FE5115;
}
.cid-uOvh8k4fDX .link-wrap:hover .mbr-link {
  color: #fe5115;
}
.cid-uOvh8k4fDX .link-wrap .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uOvh8k4fDX .link-wrap .mbr-link {
    margin-bottom: 20px;
  }
}
.cid-uOvh8k4fDX .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uOvh8k4fDX .list {
    text-align: left;
  }
}
.cid-uOvh8k4fDX .list .item-wrap {
  text-decoration: underline;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uOvh8k4fDX .list .item-wrap:hover {
  color: #fe5115;
}
.cid-uOvh8k4fDX .copyright {
  margin: 50px 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOvh8k4fDX .copyright {
    margin: 30px 0;
  }
}
.cid-uOvh8k4fDX .mbr-section-title {
  color: #ffffff;
}
.cid-uOvh8k4fDX .mbr-link {
  color: #ffffff;
}
