.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #f0f5f8;
}
body {
  font-family: Onest;
}
.display-1 {
  font-family: 'Onest', sans-serif;
  font-size: 7.25rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 9.0625rem;
}
.display-2 {
  font-family: 'Onest', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-4 {
  font-family: 'Onest', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Onest', sans-serif;
  font-size: 2.8rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-7 {
  font-family: 'Onest', sans-serif;
  font-size: 1.75rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 2.1875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 5.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.075rem;
    font-size: calc( 3.1875rem + (7.25 - 3.1875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.1875rem + (7.25 - 3.1875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 5.075rem;
    font-size: calc( 3.1875rem + (7.25 - 3.1875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (3.1875rem + (7.25 - 3.1875) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #c1121f !important;
}
.bg-success {
  background-color: #20ac6b !important;
}
.bg-info {
  background-color: #0aa3c2 !important;
}
.bg-warning {
  background-color: #cc9900 !important;
}
.bg-danger {
  background-color: #ae1e2c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #c1121f !important;
  border-color: #c1121f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ea1c2b !important;
  border-color: #ea1c2b !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ea1c2b !important;
  border-color: #ea1c2b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #355975 !important;
  border-color: #355975 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #457498 !important;
  border-color: #457498 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #457498 !important;
  border-color: #457498 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
}
.btn-success,
.btn-success:active {
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #da2637 !important;
  border-color: #da2637 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #da2637 !important;
  border-color: #da2637 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c1121f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #720b12 !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: #c1121f !important;
  border-color: #c1121f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #355975;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1a2c39 !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: #355975 !important;
  border-color: #355975 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0aa3c2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #065e70 !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: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #20ac6b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #12633e !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: #20ac6b !important;
  border-color: #20ac6b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #cc9900;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #755800 !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: #cc9900 !important;
  border-color: #cc9900 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ae1e2c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #641119 !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: #ae1e2c !important;
  border-color: #ae1e2c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: 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: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: 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: #c1121f !important;
}
.text-secondary {
  color: #355975 !important;
}
.text-success {
  color: #20ac6b !important;
}
.text-info {
  color: #0aa3c2 !important;
}
.text-warning {
  color: #cc9900 !important;
}
.text-danger {
  color: #ae1e2c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #640910 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #15242f !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #105636 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #055161 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #664d00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #570f16 !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: #c1121f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0aa3c2;
}
.alert-warning {
  background-color: #cc9900;
}
.alert-danger {
  background-color: #ae1e2c;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #c1121f;
  border-color: #c1121f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #c1121f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f0626d;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #68e3aa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #55dbf6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe599;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e56773;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Onest', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.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: #c1121f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Onest', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #c1121f;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #c1121f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #c1121f;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #c1121f;
  border-bottom-color: #c1121f;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #c1121f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #355975 !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='%23c1121f' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  padding: 16px 20px;
  flex-direction: row-reverse;
  border-radius: 1.2rem !important;
  font-weight: 400 !important;
}
.mbr-section-btn .btn .mbr-iconfont {
  margin-left: 0;
  margin-right: 16px;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont {
  margin-right: 26px;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn .btn-white {
  border: none !important;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn .btn-white-outline {
  border: none !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.main-content,
.item-content,
.number-wrap,
.form-wrapper,
.embla,
.image-over {
  border-radius: 1.2rem !important;
}
.label-wrap_1,
.label-wrap_2,
.label-wrap_3,
.label-wrap,
.date-wrap {
  border-radius: .4rem !important;
}
.item-label_1,
.item-label_2,
.item-label_3 {
  border-radius: .4rem !important;
}
.item-number {
  border-radius: 1.2rem !important;
}
ul.navbar-nav {
  border-radius: .6rem !important;
}
.nav-item .nav-link {
  border-radius: .6rem !important;
}
.cid-uIYR2WtWHv {
  padding-top: 12rem;
  padding-bottom: 12rem;
  position: relative;
  align-items: center;
  background-color: #001522;
}
.cid-uIYR2WtWHv .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uIYR2WtWHv .image-wrap {
    padding: 16px;
  }
}
.cid-uIYR2WtWHv .image-wrap img {
  width: 100%;
  height: 70%;
  object-fit: cover;
}
.cid-uIYR2WtWHv .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uIYR2WtWHv .image-overlay {
    padding: 16px;
  }
}
.cid-uIYR2WtWHv .image-overlay .image-over {
  background-color: #002235;
  z-index: 2;
  opacity: 0.7;
  width: 100%;
  height: 70%;
}
.cid-uIYR2WtWHv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIYR2WtWHv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIYR2WtWHv .row {
  justify-content: center;
}
.cid-uIYR2WtWHv .mbr-section-title {
  position: relative;
  z-index: 2;
  margin: 160px 20px;
  color: #F0F5F8;
  text-align: center;
}
@media (max-width: 1440px) {
  .cid-uIYR2WtWHv .mbr-section-title {
    margin: 60px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uIYR2WtWHv .mbr-section-title {
    margin: 30px 16px;
  }
}
.cid-uIYR2WtWHv .card-wrapper {
  padding: 90px;
  position: relative;
  z-index: 2;
  background-color: #001522;
}
@media (max-width: 992px) {
  .cid-uIYR2WtWHv .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-uIYR2WtWHv .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uIYR2WtWHv .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uIYR2WtWHv .mbr-text,
.cid-uIYR2WtWHv .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-uIYR2WtWHv .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uIYR2WtWHv .mbr-text,
.cid-uIYR2WtWHv .mbr-section-btn {
  text-align: center;
}
.cid-uIYR2WtWHv .mbr-text,
.cid-uIYR2WtWHv .text-wrapper,
.cid-uIYR2WtWHv .mbr-section-btn {
  color: #F0F5F8;
}
.cid-uIYR2WtRlQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uIYR2WtRlQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIYR2WtRlQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIYR2WtRlQ .title {
  justify-content: center;
}
.cid-uIYR2WtRlQ .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uIYR2WtRlQ .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uIYR2WtRlQ .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uIYR2WtRlQ .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uIYR2WtRlQ .title-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #001522;
}
.cid-uIYR2WtRlQ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uIYR2WtRlQ .main-content {
  background-color: #001522;
  padding: 210px 54px 90px 54px;
  margin: 0;
}
@media (max-width: 1440px) {
  .cid-uIYR2WtRlQ .main-content {
    padding: 210px 40px 90px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uIYR2WtRlQ .main-content {
    padding: 30px 0 14px 0;
  }
}
@media (max-width: 767px) {
  .cid-uIYR2WtRlQ .main-content {
    padding: 30px 0;
  }
}
.cid-uIYR2WtRlQ .item {
  padding: 0 13px;
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .cid-uIYR2WtRlQ .item {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-uIYR2WtRlQ .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uIYR2WtRlQ .item:nth-child(3n + 2) {
  transform: translateY(-6rem);
}
@media (max-width: 992px) {
  .cid-uIYR2WtRlQ .item:nth-child(3n + 2) {
    transform: none;
  }
}
.cid-uIYR2WtRlQ .item .item-wrapper {
  height: 100%;
  padding: 26px 26px 40px 26px;
  background-color: #f0f5f8;
}
@media (max-width: 992px) {
  .cid-uIYR2WtRlQ .item .item-wrapper {
    padding: 16px 16px 30px 16px;
  }
}
.cid-uIYR2WtRlQ .item .item-wrapper .item-img {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uIYR2WtRlQ .item .item-wrapper .item-img {
    margin-bottom: 30px;
  }
}
.cid-uIYR2WtRlQ .item .item-wrapper .item-img img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uIYR2WtRlQ .item .item-wrapper .item-img img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uIYR2WtRlQ .item .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uIYR2WtRlQ .item .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-uIYR2WtRlQ .item .item-wrapper .item-content .item-price {
  margin-bottom: 30px;
}
.cid-uIYR2WtRlQ .item .item-wrapper .item-content .card-label-wrapper .item-label_1,
.cid-uIYR2WtRlQ .item .item-wrapper .item-content .card-label-wrapper .item-label_2,
.cid-uIYR2WtRlQ .item .item-wrapper .item-content .card-label-wrapper .item-label_3 {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
}
.cid-uIYR2WtRlQ .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uIYR2WtRlQ .item .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIYR2WtRlQ .item .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uIYR2WtRlQ .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
.cid-uIYR2WtRlQ .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uIYR2WtRlQ .item-label_1 {
  background-color: #669bbc;
  color: #000000;
}
.cid-uIYR2WtRlQ .item-label_2 {
  background-color: #c1121f;
  color: #FFFFFF;
}
.cid-uIYR2WtRlQ .item-label_3 {
  background-color: #355975;
  color: #FFFFFF;
}
.cid-uIYR2WtRlQ .mbr-section-title {
  color: #151e11;
  text-align: center;
}
.cid-uIYR2WtRlQ .mbr-label,
.cid-uIYR2WtRlQ .label-wrapper {
  color: #001522;
  text-align: center;
}
.cid-uIYR2WtRlQ .item-price {
  color: #151e11;
}
.cid-uIYR2WtRlQ .item-title {
  color: #001522;
}
.cid-uIYR2WtRlQ .item-text {
  color: #151e11;
}
.cid-uIYR2WtRlQ .mbr-section-title,
.cid-uIYR2WtRlQ .mbr-section-btn {
  color: #001522;
}
.cid-uIYR2WtRlQ .item-price,
.cid-uIYR2WtRlQ .mbr-section-btn {
  color: #001522;
}
.cid-uIYR2WtRlQ .item-label_1,
.cid-uIYR2WtRlQ .card-label-wrapper {
  color: #000000;
}
.cid-uIYR2WtRlQ .item-text,
.cid-uIYR2WtRlQ .text-wrap {
  color: #001522;
}
.cid-uLupbbhdvj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #001522;
}
.cid-uLupbbhdvj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLupbbhdvj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLupbbhdvj .row {
  justify-content: center;
}
.cid-uLupbbhdvj .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uLupbbhdvj .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uLupbbhdvj .mbr-section-title {
  color: #F0F5F8;
  text-align: center;
}
.cid-uMHZGi6ZME {
  background-color: #151e11;
}
.cid-uMHZGi6ZME .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMHZGi6ZME .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMHZGi6ZME .row {
  justify-content: flex-end;
}
.cid-uMHZGi6ZME .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 60px;
  background-color: #ffbe0d;
}
@media (max-width: 992px) {
  .cid-uMHZGi6ZME .label-wrapper .label-wrap {
    margin-bottom: 30px;
  }
}
.cid-uMHZGi6ZME .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uMHZGi6ZME .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
@media (max-width: 992px) {
  .cid-uMHZGi6ZME .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uMHZGi6ZME .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMHZGi6ZME .content-wrapper {
  padding-left: 54px;
}
@media (max-width: 1440px) {
  .cid-uMHZGi6ZME .content-wrapper {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uMHZGi6ZME .content-wrapper {
    padding-left: 0;
  }
}
.cid-uMHZGi6ZME .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uMHZGi6ZME .mbr-label,
.cid-uMHZGi6ZME .label-wrapper {
  color: #151e11;
}
.cid-uMHZGi6ZME .mbr-section-title {
  color: #fff7ee;
}
.cid-uMHZGi6ZME .mbr-text {
  color: #fff7ee;
}
.cid-uMTwPtMfb0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-uMTwPtMfb0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMTwPtMfb0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMTwPtMfb0 .row {
  justify-content: flex-end;
}
.cid-uMTwPtMfb0 .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 60px;
  background-color: #ffbe0d;
}
@media (max-width: 992px) {
  .cid-uMTwPtMfb0 .label-wrapper .label-wrap {
    margin-bottom: 30px;
  }
}
.cid-uMTwPtMfb0 .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uMTwPtMfb0 .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
@media (max-width: 992px) {
  .cid-uMTwPtMfb0 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uMTwPtMfb0 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMTwPtMfb0 .content-wrapper {
  padding-left: 54px;
}
@media (max-width: 1440px) {
  .cid-uMTwPtMfb0 .content-wrapper {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uMTwPtMfb0 .content-wrapper {
    padding-left: 0;
  }
}
.cid-uMTwPtMfb0 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uMTwPtMfb0 .mbr-label,
.cid-uMTwPtMfb0 .label-wrapper {
  color: #151e11;
}
.cid-uMTwPtMfb0 .mbr-section-title {
  color: #fff7ee;
}
.cid-uMTwPtMfb0 .mbr-text {
  color: #fff7ee;
}
.cid-uJlJPB5qsp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #001522;
}
.cid-uJlJPB5qsp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJlJPB5qsp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJlJPB5qsp .row {
  justify-content: center;
}
.cid-uJlJPB5qsp .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uJlJPB5qsp .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uJlJPB5qsp .content-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #dabeba;
}
.cid-uJlJPB5qsp .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uJlJPB5qsp .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uJlJPB5qsp .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .cid-uJlJPB5qsp .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uJlJPB5qsp .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-uJlJPB5qsp .mbr-label,
.cid-uJlJPB5qsp .label-wrapper {
  color: #DABEBA;
  text-align: center;
}
.cid-uJlJPB5qsp .mbr-section-title {
  color: #fff7ee;
}
.cid-uJlJPB5qsp .mbr-text,
.cid-uJlJPB5qsp .text-wrapper {
  color: #F0F5F8;
  text-align: center;
}
.cid-uJlJPB5qsp .mbr-section-title,
.cid-uJlJPB5qsp .mbr-section-btn {
  text-align: center;
  color: #F0F5F8;
}
.cid-uIYR2WuyL1 {
  position: relative;
  align-items: flex-end;
  padding-bottom: 16px;
  background-color: #001522;
}
.cid-uIYR2WuyL1 .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uIYR2WuyL1 .image-wrap {
    padding: 16px;
  }
}
.cid-uIYR2WuyL1 .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uIYR2WuyL1 .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uIYR2WuyL1 .image-overlay {
    padding: 16px;
  }
}
.cid-uIYR2WuyL1 .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}
.cid-uIYR2WuyL1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIYR2WuyL1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIYR2WuyL1 .row {
  justify-content: center;
}
.cid-uIYR2WuyL1 .card-wrapper {
  padding: 90px 30px 90px;
  position: relative;
  z-index: 2;
  background-color: #001522;
}
@media (max-width: 992px) {
  .cid-uIYR2WuyL1 .card-wrapper {
    padding: 30px 16px;
    margin-top: 300px;
  }
}
.cid-uIYR2WuyL1 .card-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uIYR2WuyL1 .card-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uIYR2WuyL1 .card-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #dabeba;
}
.cid-uIYR2WuyL1 .card-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uIYR2WuyL1 .card-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIYR2WuyL1 .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uIYR2WuyL1 .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uIYR2WuyL1 .mbr-label,
.cid-uIYR2WuyL1 .label-wrapper {
  color: #DABEBA;
  text-align: center;
}
.cid-uIYR2WuyL1 .mbr-section-title {
  color: #fff7ee;
}
.cid-uIYR2WuyL1 .mbr-text,
.cid-uIYR2WuyL1 .text-wrapper {
  color: #F0F5F8;
  text-align: center;
}
.cid-uIYR2WuyL1 .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uIYR2WuyL1 .mbr-section-title,
.cid-uIYR2WuyL1 .mbr-section-btn {
  text-align: center;
  color: #F0F5F8;
}
.cid-uIYR2WuVY9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #001522;
}
.cid-uIYR2WuVY9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIYR2WuVY9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIYR2WuVY9 .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uIYR2WuVY9 .row .item {
  padding: 0 13px;
}
.cid-uIYR2WuVY9 .item {
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .cid-uIYR2WuVY9 .item {
    margin-bottom: 16px;
  }
}
.cid-uIYR2WuVY9 .item .item-wrapper {
  height: 100%;
  background-color: #00628e;
  padding: 54px;
}
@media (max-width: 1200px) {
  .cid-uIYR2WuVY9 .item .item-wrapper {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uIYR2WuVY9 .item .item-wrapper {
    padding: 30px 16px;
  }
}
.cid-uIYR2WuVY9 .item .item-wrapper .card-box .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #001522;
}
.cid-uIYR2WuVY9 .item .item-wrapper .card-box .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-uIYR2WuVY9 .item .item-wrapper .card-box .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #f0f5f8;
}
.cid-uIYR2WuVY9 .item .item-wrapper .card-box .item-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uIYR2WuVY9 .item .item-wrapper .card-box .item-title {
    margin-bottom: 30px;
  }
}
.cid-uIYR2WuVY9 .item .item-wrapper .card-box .text-wrap .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIYR2WuVY9 .item .item-wrapper .card-box .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uIYR2WuVY9 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uIYR2WuVY9 .item-label {
  color: #fff7ee;
}
.cid-uIYR2WuVY9 .item-title {
  color: #fff7ee;
}
.cid-uIYR2WuVY9 .item-text {
  color: #fff7ee;
}
.cid-uIYR2WuVY9 .item-label,
.cid-uIYR2WuVY9 .label-wrapper {
  color: #F0F5F8;
}
.cid-uIYR2WuVY9 .item-title,
.cid-uIYR2WuVY9 .mbr-section-btn {
  color: #F0F5F8;
}
.cid-uIYR2WuVY9 .item-text,
.cid-uIYR2WuVY9 .text-wrap {
  color: #F0F5F8;
}
.cid-uLurKPBxTJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-uLurKPBxTJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLurKPBxTJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLurKPBxTJ .row {
  justify-content: flex-end;
}
.cid-uLurKPBxTJ .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 60px;
  background-color: #ffbe0d;
}
@media (max-width: 992px) {
  .cid-uLurKPBxTJ .label-wrapper .label-wrap {
    margin-bottom: 30px;
  }
}
.cid-uLurKPBxTJ .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uLurKPBxTJ .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
@media (max-width: 992px) {
  .cid-uLurKPBxTJ .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLurKPBxTJ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLurKPBxTJ .content-wrapper {
  padding-left: 54px;
}
@media (max-width: 1440px) {
  .cid-uLurKPBxTJ .content-wrapper {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uLurKPBxTJ .content-wrapper {
    padding-left: 0;
  }
}
.cid-uLurKPBxTJ .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uLurKPBxTJ .mbr-label,
.cid-uLurKPBxTJ .label-wrapper {
  color: #151e11;
}
.cid-uLurKPBxTJ .mbr-section-title {
  color: #fff7ee;
}
.cid-uLurKPBxTJ .mbr-text {
  color: #fff7ee;
}
.cid-uMOEdv5En7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #001522;
}
.cid-uMOEdv5En7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMOEdv5En7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMOEdv5En7 .row {
  justify-content: center;
}
.cid-uMOEdv5En7 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uMOEdv5En7 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uMOEdv5En7 .mbr-section-title {
  color: #F0F5F8;
  text-align: center;
}
.cid-uIYR2Wuojq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("https://r.mobirisesite.com/1422493/assets/images/photo-1585620385456-4759f9b5c7d9.jpeg");
}
.cid-uIYR2Wuojq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIYR2Wuojq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIYR2Wuojq .image-wrap {
  height: 650px;
}
@media (max-width: 992px) {
  .cid-uIYR2Wuojq .image-wrap {
    height: 350px;
  }
}
.cid-uLus8becN8 {
  background-color: #151e11;
}
.cid-uLus8becN8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLus8becN8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLus8becN8 .row {
  justify-content: flex-end;
}
.cid-uLus8becN8 .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 60px;
  background-color: #ffbe0d;
}
@media (max-width: 992px) {
  .cid-uLus8becN8 .label-wrapper .label-wrap {
    margin-bottom: 30px;
  }
}
.cid-uLus8becN8 .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uLus8becN8 .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
@media (max-width: 992px) {
  .cid-uLus8becN8 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLus8becN8 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLus8becN8 .content-wrapper {
  padding-left: 54px;
}
@media (max-width: 1440px) {
  .cid-uLus8becN8 .content-wrapper {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uLus8becN8 .content-wrapper {
    padding-left: 0;
  }
}
.cid-uLus8becN8 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uLus8becN8 .mbr-label,
.cid-uLus8becN8 .label-wrapper {
  color: #151e11;
}
.cid-uLus8becN8 .mbr-section-title {
  color: #fff7ee;
}
.cid-uLus8becN8 .mbr-text {
  color: #fff7ee;
}
.cid-uIYR2WvKWV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #001522;
}
.cid-uIYR2WvKWV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIYR2WvKWV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIYR2WvKWV .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uIYR2WvKWV .row .card {
  padding: 0 13px;
}
.cid-uIYR2WvKWV .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uIYR2WvKWV .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uIYR2WvKWV .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #c1121f;
}
.cid-uIYR2WvKWV .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uIYR2WvKWV .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffffff;
}
.cid-uIYR2WvKWV .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uIYR2WvKWV .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIYR2WvKWV .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uIYR2WvKWV .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #c1121f;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uIYR2WvKWV .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uIYR2WvKWV .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-uIYR2WvKWV .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-uIYR2WvKWV .card-wrapper {
  overflow: hidden;
}
.cid-uIYR2WvKWV .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uIYR2WvKWV .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uIYR2WvKWV .card-wrapper .item-content {
  padding: 54px;
  background-color: #00628e;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uIYR2WvKWV .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uIYR2WvKWV .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-uIYR2WvKWV .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uIYR2WvKWV .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-uIYR2WvKWV .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #f0f5f8;
}
.cid-uIYR2WvKWV .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uIYR2WvKWV .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-uIYR2WvKWV .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIYR2WvKWV .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uIYR2WvKWV .mbr-label,
.cid-uIYR2WvKWV .label-wrapper {
  color: #FFFFFF;
}
.cid-uIYR2WvKWV .mbr-section-title {
  color: #F0F5F8;
}
.cid-uIYR2WvKWV .mbr-number {
  color: #FFFFFF;
}
.cid-uIYR2WvKWV .mbr-number-desc {
  color: #FFFFFF;
}
.cid-uIYR2WvKWV .card-label,
.cid-uIYR2WvKWV .card-label-wrapper {
  color: #F0F5F8;
}
.cid-uIYR2WvKWV .card-title {
  color: #F0F5F8;
}
.cid-uIYR2WvKWV .card-text {
  color: #fff7ee;
}
.cid-uIYR2WvKWV .card-text,
.cid-uIYR2WvKWV .text-wrapper {
  color: #F0F5F8;
}
.cid-uNnMQ98EcI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("https://r.mobirisesite.com/1422493/assets/images/g8992a0f3d92d7d847378abeacd78-h_mbldrwf1.jpg");
}
.cid-uNnMQ98EcI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNnMQ98EcI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNnMQ98EcI .image-wrap {
  height: 650px;
}
@media (max-width: 992px) {
  .cid-uNnMQ98EcI .image-wrap {
    height: 350px;
  }
}
.cid-uMCStcfRHc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #001522;
}
.cid-uMCStcfRHc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMCStcfRHc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMCStcfRHc .row {
  justify-content: center;
}
.cid-uMCStcfRHc .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uMCStcfRHc .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uMCStcfRHc .mbr-section-title {
  color: #F0F5F8;
  text-align: center;
}
.cid-uMOA9pWQ9x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-uMOA9pWQ9x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMOA9pWQ9x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMOA9pWQ9x .row {
  justify-content: flex-end;
}
.cid-uMOA9pWQ9x .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 60px;
  background-color: #ffbe0d;
}
@media (max-width: 992px) {
  .cid-uMOA9pWQ9x .label-wrapper .label-wrap {
    margin-bottom: 30px;
  }
}
.cid-uMOA9pWQ9x .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uMOA9pWQ9x .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
@media (max-width: 992px) {
  .cid-uMOA9pWQ9x .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uMOA9pWQ9x .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMOA9pWQ9x .content-wrapper {
  padding-left: 54px;
}
@media (max-width: 1440px) {
  .cid-uMOA9pWQ9x .content-wrapper {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uMOA9pWQ9x .content-wrapper {
    padding-left: 0;
  }
}
.cid-uMOA9pWQ9x .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uMOA9pWQ9x .mbr-label,
.cid-uMOA9pWQ9x .label-wrapper {
  color: #151e11;
}
.cid-uMOA9pWQ9x .mbr-section-title {
  color: #fff7ee;
}
.cid-uMOA9pWQ9x .mbr-text {
  color: #fff7ee;
}
.cid-uLLMWLicQm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uLLMWLicQm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLLMWLicQm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLLMWLicQm .title {
  justify-content: center;
}
.cid-uLLMWLicQm .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uLLMWLicQm .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLLMWLicQm .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uLLMWLicQm .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uLLMWLicQm .title-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #001522;
}
.cid-uLLMWLicQm .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLLMWLicQm .main-content {
  background-color: #001522;
  padding: 210px 54px 90px 54px;
  margin: 0;
}
@media (max-width: 1440px) {
  .cid-uLLMWLicQm .main-content {
    padding: 210px 40px 90px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uLLMWLicQm .main-content {
    padding: 30px 0 14px 0;
  }
}
@media (max-width: 767px) {
  .cid-uLLMWLicQm .main-content {
    padding: 30px 0;
  }
}
.cid-uLLMWLicQm .item {
  padding: 0 13px;
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .cid-uLLMWLicQm .item {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-uLLMWLicQm .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uLLMWLicQm .item:nth-child(3n + 2) {
  transform: translateY(-6rem);
}
@media (max-width: 992px) {
  .cid-uLLMWLicQm .item:nth-child(3n + 2) {
    transform: none;
  }
}
.cid-uLLMWLicQm .item .item-wrapper {
  height: 100%;
  padding: 26px 26px 40px 26px;
  background-color: #f0f5f8;
}
@media (max-width: 992px) {
  .cid-uLLMWLicQm .item .item-wrapper {
    padding: 16px 16px 30px 16px;
  }
}
.cid-uLLMWLicQm .item .item-wrapper .item-img {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uLLMWLicQm .item .item-wrapper .item-img {
    margin-bottom: 30px;
  }
}
.cid-uLLMWLicQm .item .item-wrapper .item-img img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uLLMWLicQm .item .item-wrapper .item-img img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uLLMWLicQm .item .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uLLMWLicQm .item .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-uLLMWLicQm .item .item-wrapper .item-content .item-price {
  margin-bottom: 30px;
}
.cid-uLLMWLicQm .item .item-wrapper .item-content .card-label-wrapper .item-label_1,
.cid-uLLMWLicQm .item .item-wrapper .item-content .card-label-wrapper .item-label_2,
.cid-uLLMWLicQm .item .item-wrapper .item-content .card-label-wrapper .item-label_3 {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
}
.cid-uLLMWLicQm .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uLLMWLicQm .item .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLLMWLicQm .item .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uLLMWLicQm .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
.cid-uLLMWLicQm .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uLLMWLicQm .item-label_1 {
  background-color: #669bbc;
  color: #000000;
}
.cid-uLLMWLicQm .item-label_2 {
  background-color: #c1121f;
  color: #FFFFFF;
}
.cid-uLLMWLicQm .item-label_3 {
  background-color: #355975;
  color: #FFFFFF;
}
.cid-uLLMWLicQm .mbr-section-title {
  color: #151e11;
  text-align: center;
}
.cid-uLLMWLicQm .mbr-label,
.cid-uLLMWLicQm .label-wrapper {
  color: #001522;
  text-align: center;
}
.cid-uLLMWLicQm .item-price {
  color: #151e11;
}
.cid-uLLMWLicQm .item-title {
  color: #001522;
}
.cid-uLLMWLicQm .item-text {
  color: #151e11;
}
.cid-uLLMWLicQm .mbr-section-title,
.cid-uLLMWLicQm .mbr-section-btn {
  color: #001522;
}
.cid-uLLMWLicQm .item-price,
.cid-uLLMWLicQm .mbr-section-btn {
  color: #001522;
}
.cid-uLLMWLicQm .item-label_1,
.cid-uLLMWLicQm .card-label-wrapper {
  color: #000000;
}
.cid-uLLMWLicQm .item-text,
.cid-uLLMWLicQm .text-wrap {
  color: #001522;
}
.cid-uNqL0IU1sY {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-color: #151e11;
}
.cid-uNqL0IU1sY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNqL0IU1sY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNqL0IU1sY .row {
  justify-content: flex-end;
}
.cid-uNqL0IU1sY .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 60px;
  background-color: #ffbe0d;
}
@media (max-width: 992px) {
  .cid-uNqL0IU1sY .label-wrapper .label-wrap {
    margin-bottom: 30px;
  }
}
.cid-uNqL0IU1sY .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uNqL0IU1sY .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
@media (max-width: 992px) {
  .cid-uNqL0IU1sY .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uNqL0IU1sY .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uNqL0IU1sY .content-wrapper {
  padding-left: 54px;
}
@media (max-width: 1440px) {
  .cid-uNqL0IU1sY .content-wrapper {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uNqL0IU1sY .content-wrapper {
    padding-left: 0;
  }
}
.cid-uNqL0IU1sY .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uNqL0IU1sY .mbr-label,
.cid-uNqL0IU1sY .label-wrapper {
  color: #151e11;
}
.cid-uNqL0IU1sY .mbr-section-title {
  color: #fff7ee;
}
.cid-uNqL0IU1sY .mbr-text {
  color: #fff7ee;
}
.cid-uMCRBsssy3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #001522;
}
.cid-uMCRBsssy3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMCRBsssy3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMCRBsssy3 .row {
  justify-content: center;
}
.cid-uMCRBsssy3 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uMCRBsssy3 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uMCRBsssy3 .mbr-section-title {
  color: #F0F5F8;
  text-align: center;
}
.cid-uMOAta0MmO {
  background-color: #151e11;
}
.cid-uMOAta0MmO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMOAta0MmO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMOAta0MmO .row {
  justify-content: flex-end;
}
.cid-uMOAta0MmO .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 60px;
  background-color: #ffbe0d;
}
@media (max-width: 992px) {
  .cid-uMOAta0MmO .label-wrapper .label-wrap {
    margin-bottom: 30px;
  }
}
.cid-uMOAta0MmO .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uMOAta0MmO .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
@media (max-width: 992px) {
  .cid-uMOAta0MmO .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uMOAta0MmO .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMOAta0MmO .content-wrapper {
  padding-left: 54px;
}
@media (max-width: 1440px) {
  .cid-uMOAta0MmO .content-wrapper {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uMOAta0MmO .content-wrapper {
    padding-left: 0;
  }
}
.cid-uMOAta0MmO .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uMOAta0MmO .mbr-label,
.cid-uMOAta0MmO .label-wrapper {
  color: #151e11;
}
.cid-uMOAta0MmO .mbr-section-title {
  color: #fff7ee;
}
.cid-uMOAta0MmO .mbr-text {
  color: #fff7ee;
}
.cid-uM0FMOBABi {
  background-image: url("https://r.mobirisesite.com/1422493/assets/images/photo-1585620385456-4759f9b5c7d9.jpeg");
}
.cid-uM0FMOBABi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM0FMOBABi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM0FMOBABi .image-wrap {
  height: 650px;
}
@media (max-width: 992px) {
  .cid-uM0FMOBABi .image-wrap {
    height: 350px;
  }
}
.cid-uIYR2WvEwj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #001522;
}
.cid-uIYR2WvEwj .item:focus,
.cid-uIYR2WvEwj span:focus {
  outline: none;
}
.cid-uIYR2WvEwj .row {
  justify-content: center;
}
.cid-uIYR2WvEwj .main-content {
  padding: 150px 0;
  margin: 0;
  overflow: hidden;
  background-color: #00628e;
}
@media (max-width: 992px) {
  .cid-uIYR2WvEwj .main-content {
    padding: 30px 0 16px;
  }
}
.cid-uIYR2WvEwj .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uIYR2WvEwj .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uIYR2WvEwj .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uIYR2WvEwj .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uIYR2WvEwj .title-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #f0f5f8;
}
.cid-uIYR2WvEwj .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uIYR2WvEwj .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIYR2WvEwj .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uIYR2WvEwj .title-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uIYR2WvEwj .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uIYR2WvEwj .item-wrapper {
  position: relative;
}
.cid-uIYR2WvEwj .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uIYR2WvEwj .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uIYR2WvEwj .embla__slide .slide-content {
  width: 100%;
}
.cid-uIYR2WvEwj .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f0f5f8;
}
.cid-uIYR2WvEwj .embla__slide .slide-content .item-wrapper .item-img img {
  height: 220px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uIYR2WvEwj .embla__button--next,
.cid-uIYR2WvEwj .embla__button--prev {
  display: flex;
}
.cid-uIYR2WvEwj .embla__button {
  bottom: 0;
  width: 65px;
  height: 65px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #151e11 !important;
  color: #fff7ee !important;
  border: 2px solid #151e11 !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uIYR2WvEwj .embla__button {
    display: none;
  }
}
.cid-uIYR2WvEwj .embla__button:hover {
  background-color: transparent !important;
}
.cid-uIYR2WvEwj .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uIYR2WvEwj .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uIYR2WvEwj .embla__button {
    top: auto;
  }
}
.cid-uIYR2WvEwj .embla {
  position: relative;
  width: 100%;
}
.cid-uIYR2WvEwj .embla__viewport {
  overflow: visible;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uIYR2WvEwj .embla__viewport {
    padding: 0;
  }
}
.cid-uIYR2WvEwj .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uIYR2WvEwj .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uIYR2WvEwj .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uIYR2WvEwj .mbr-label,
.cid-uIYR2WvEwj .label-wrapper {
  color: #F0F5F8;
  text-align: center;
}
.cid-uIYR2WvEwj .mbr-section-title {
  color: #fff7ee;
  text-align: center;
}
.cid-uIYR2WvEwj .mbr-text,
.cid-uIYR2WvEwj .text-wrapper {
  color: #F0F5F8;
  text-align: center;
}
.cid-uIYR2WvEwj .mbr-section-title,
.cid-uIYR2WvEwj .mbr-section-btn {
  color: #F0F5F8;
}
.cid-uLuscBgGtg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-uLuscBgGtg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLuscBgGtg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLuscBgGtg .row {
  justify-content: flex-end;
}
.cid-uLuscBgGtg .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 60px;
  background-color: #ffbe0d;
}
@media (max-width: 992px) {
  .cid-uLuscBgGtg .label-wrapper .label-wrap {
    margin-bottom: 30px;
  }
}
.cid-uLuscBgGtg .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uLuscBgGtg .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
@media (max-width: 992px) {
  .cid-uLuscBgGtg .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLuscBgGtg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLuscBgGtg .content-wrapper {
  padding-left: 54px;
}
@media (max-width: 1440px) {
  .cid-uLuscBgGtg .content-wrapper {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uLuscBgGtg .content-wrapper {
    padding-left: 0;
  }
}
.cid-uLuscBgGtg .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uLuscBgGtg .mbr-label,
.cid-uLuscBgGtg .label-wrapper {
  color: #151e11;
}
.cid-uLuscBgGtg .mbr-section-title {
  color: #fff7ee;
}
.cid-uLuscBgGtg .mbr-text {
  color: #fff7ee;
}
.cid-uIYR2WvrMu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #001522;
}
.cid-uIYR2WvrMu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIYR2WvrMu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIYR2WvrMu .row {
  justify-content: center;
}
.cid-uIYR2WvrMu .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uIYR2WvrMu .title-wrapper .title-wrap {
    margin-bottom: 30px;
  }
}
.cid-uIYR2WvrMu .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uIYR2WvrMu .title-wrapper .title-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
}
.cid-uIYR2WvrMu .content-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uIYR2WvrMu .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIYR2WvrMu .mbr-section-title,
.cid-uIYR2WvrMu .mbr-iconfont {
  color: #FFBE0D;
}
.cid-uIYR2WvrMu .mbr-desc {
  color: #F0F5F8;
}
.cid-uIYR2WvrMu .mbr-text {
  color: #F0F5F8;
}
.cid-uIYR2WvrMu .mbr-section-title,
.cid-uIYR2WvrMu .title-wrapper,
.cid-uIYR2WvrMu .mbr-iconfont {
  color: #DABEBA;
}
.cid-uIYR2WvKRG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #001522;
}
.cid-uIYR2WvKRG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIYR2WvKRG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIYR2WvKRG .row {
  justify-content: center;
}
.cid-uIYR2WvKRG .main-content {
  margin: 0;
}
.cid-uIYR2WvKRG .card {
  padding: 0;
}
.cid-uIYR2WvKRG .google-map iframe {
  height: 1000px;
  margin: 10px 0;
}
@media (max-width: 1440px) {
  .cid-uIYR2WvKRG .google-map iframe {
    height: 800px;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uIYR2WvKRG .google-map iframe {
    height: 350px;
  }
}
.cid-uIYR2WwwLT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #001522;
}
.cid-uIYR2WwwLT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIYR2WwwLT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIYR2WwwLT .row {
  justify-content: flex-end;
}
.cid-uIYR2WwwLT .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 60px;
  background-color: #c1121f;
}
@media (max-width: 992px) {
  .cid-uIYR2WwwLT .label-wrapper .label-wrap {
    margin-bottom: 30px;
  }
}
.cid-uIYR2WwwLT .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uIYR2WwwLT .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uIYR2WwwLT .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uIYR2WwwLT .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uIYR2WwwLT .content-wrapper {
  padding-left: 54px;
}
@media (max-width: 1440px) {
  .cid-uIYR2WwwLT .content-wrapper {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uIYR2WwwLT .content-wrapper {
    padding-left: 0;
  }
}
.cid-uIYR2WwwLT .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uIYR2WwwLT .mbr-label,
.cid-uIYR2WwwLT .label-wrapper {
  color: #FFFFFF;
}
.cid-uIYR2WwwLT .mbr-section-title {
  color: #F0F5F8;
}
.cid-uIYR2WwwLT .mbr-text {
  color: #fff7ee;
}
.cid-uIYR2WwwLT .mbr-text,
.cid-uIYR2WwwLT .mbr-section-btn {
  color: #F0F5F8;
}
.cid-uM0FDTyqTM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uM0FDTyqTM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM0FDTyqTM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM0FDTyqTM .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uM0FDTyqTM .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uM0FDTyqTM .container {
    padding: 0 20px;
  }
}
.cid-uM0FDTyqTM .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 64px 30px;
}
@media (max-width: 768px) {
  .cid-uM0FDTyqTM .content-wrapper {
    padding: 46px 20px;
  }
}
.cid-uM0FDTyqTM .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-uM0FDTyqTM .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 250px;
}
@media (max-width: 992px) {
  .cid-uM0FDTyqTM .content-wrapper .title-wrapper {
    margin-bottom: 150px;
  }
}
@media (max-width: 768px) {
  .cid-uM0FDTyqTM .content-wrapper .title-wrapper {
    margin-bottom: 46px;
  }
}
.cid-uM0FDTyqTM .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uM0FDTyqTM .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uM0FDTyqTM .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uM0FDTyqTM .content-wrapper .content-wrap .icon-wrapper {
  display: block;
  margin-bottom: 108px;
}
@media (max-width: 992px) {
  .cid-uM0FDTyqTM .content-wrapper .content-wrap .icon-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uM0FDTyqTM .content-wrapper .content-wrap .icon-wrapper:hover .mbr-iconfont,
.cid-uM0FDTyqTM .content-wrapper .content-wrap .icon-wrapper:focus .mbr-iconfont {
  color: #ffffff;
  background-color: #000000;
}
.cid-uM0FDTyqTM .content-wrapper .content-wrap .icon-wrapper .mbr-iconfont {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uM0FDTyqTM .content-wrapper .content-wrap .mbr-name {
  margin-bottom: 16px;
}
.cid-uM0FDTyqTM .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-uM0FDTyqTM .mbr-section-title {
  color: #ffffff;
}
.cid-uM0FDTyqTM .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uM0FDTyqTM .mbr-text,
.cid-uM0FDTyqTM .text-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uM0FDTyqTM .mbr-name {
  color: #ffffff;
  text-align: center;
}
.cid-uM0FDTyqTM .mbr-role {
  color: #ffffff;
  text-align: center;
}
.cid-uM0FDTyqTM .mbr-section-title,
.cid-uM0FDTyqTM .mbr-section-btn,
.cid-uM0FDTyqTM .icon-wrapper {
  text-align: center;
}
.cid-uLusgMKilN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-uLusgMKilN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLusgMKilN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLusgMKilN .row {
  justify-content: flex-end;
}
.cid-uLusgMKilN .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 60px;
  background-color: #ffbe0d;
}
@media (max-width: 992px) {
  .cid-uLusgMKilN .label-wrapper .label-wrap {
    margin-bottom: 30px;
  }
}
.cid-uLusgMKilN .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uLusgMKilN .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
@media (max-width: 992px) {
  .cid-uLusgMKilN .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLusgMKilN .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLusgMKilN .content-wrapper {
  padding-left: 54px;
}
@media (max-width: 1440px) {
  .cid-uLusgMKilN .content-wrapper {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uLusgMKilN .content-wrapper {
    padding-left: 0;
  }
}
.cid-uLusgMKilN .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uLusgMKilN .mbr-label,
.cid-uLusgMKilN .label-wrapper {
  color: #151e11;
}
.cid-uLusgMKilN .mbr-section-title {
  color: #fff7ee;
}
.cid-uLusgMKilN .mbr-text {
  color: #fff7ee;
}
.cid-uJ5C8YmtSm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://r.mobirisesite.com/1422493/assets/images/photo-1538481199705-c710c4e965fc.jpeg");
}
.cid-uJ5C8YmtSm .mbr-overlay {
  background: #002235;
  opacity: 0.8;
}
.cid-uJ5C8YmtSm .item:focus,
.cid-uJ5C8YmtSm span:focus {
  outline: none;
}
.cid-uJ5C8YmtSm .row {
  justify-content: flex-end;
}
.cid-uJ5C8YmtSm .title {
  justify-content: center;
}
.cid-uJ5C8YmtSm .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uJ5C8YmtSm .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uJ5C8YmtSm .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uJ5C8YmtSm .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uJ5C8YmtSm .title-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #f0f5f8;
}
.cid-uJ5C8YmtSm .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJ5C8YmtSm .item-wrapper {
  position: relative;
}
.cid-uJ5C8YmtSm .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-uJ5C8YmtSm .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uJ5C8YmtSm .embla__slide .slide-content {
  width: 100%;
}
.cid-uJ5C8YmtSm .embla__slide .slide-content .item-wrapper {
  padding: 80px;
  min-height: 650px;
  background-color: transparent;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uJ5C8YmtSm .embla__slide .slide-content .item-wrapper {
    padding: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uJ5C8YmtSm .embla__slide .slide-content .item-wrapper {
    padding: 30px 16px;
    min-height: auto;
  }
}
.cid-uJ5C8YmtSm .embla__slide .slide-content .item-wrapper .card-box .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJ5C8YmtSm .embla__slide .slide-content .item-wrapper .card-box .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uJ5C8YmtSm .embla__slide .slide-content .item-wrapper .card-box .content-wrapper .date-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uJ5C8YmtSm .embla__slide .slide-content .item-wrapper .card-box .content-wrapper .date-wrapper .date-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  background-color: #c1121f;
  margin-right: 14px;
  margin-bottom: 14px;
}
.cid-uJ5C8YmtSm .embla__slide .slide-content .item-wrapper .card-box .content-wrapper .date-wrapper .date-wrap .item-date {
  margin-bottom: 0;
}
.cid-uJ5C8YmtSm .embla__slide .slide-content .item-wrapper .card-box .content-wrapper .date-wrapper .date-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffffff;
}
.cid-uJ5C8YmtSm .embla__slide .slide-content .item-wrapper .card-box .content-wrapper .date-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  background-color: #f0f5f8;
  margin-bottom: 14px;
}
.cid-uJ5C8YmtSm .embla__slide .slide-content .item-wrapper .card-box .content-wrapper .date-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-uJ5C8YmtSm .embla__slide .slide-content .item-wrapper .card-box .content-wrapper .date-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #001522;
}
.cid-uJ5C8YmtSm .embla__slide .slide-content .item-wrapper .item-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJ5C8YmtSm .embla__slide .slide-content .item-wrapper .item-title {
    margin-bottom: 30px;
  }
}
.cid-uJ5C8YmtSm .embla__slide .slide-content .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uJ5C8YmtSm .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJ5C8YmtSm .embla__button--next,
.cid-uJ5C8YmtSm .embla__button--prev {
  display: flex;
}
.cid-uJ5C8YmtSm .embla__button {
  bottom: 0;
  width: 65px;
  height: 65px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #c1121f !important;
  color: #ffffff !important;
  border: 2px solid #c1121f !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uJ5C8YmtSm .embla__button:hover {
  background-color: transparent !important;
}
@media (max-width: 992px) {
  .cid-uJ5C8YmtSm .embla__button:hover {
    background-color: #c1121f !important;
  }
}
.cid-uJ5C8YmtSm .embla__button.embla__button--prev {
  right: -5.5rem;
}
@media (max-width: 992px) {
  .cid-uJ5C8YmtSm .embla__button.embla__button--prev {
    right: auto;
    left: 16px;
    bottom: 1rem;
  }
}
.cid-uJ5C8YmtSm .embla__button.embla__button--next {
  right: -11rem;
}
@media (max-width: 992px) {
  .cid-uJ5C8YmtSm .embla__button.embla__button--next {
    right: 16px;
    bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uJ5C8YmtSm .embla__button {
    top: auto;
  }
}
.cid-uJ5C8YmtSm .embla {
  position: relative;
  width: 100%;
  background-color: #001522;
}
@media (max-width: 992px) {
  .cid-uJ5C8YmtSm .embla {
    padding-bottom: 6rem;
  }
}
.cid-uJ5C8YmtSm .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0;
}
.cid-uJ5C8YmtSm .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uJ5C8YmtSm .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uJ5C8YmtSm .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uJ5C8YmtSm .mbr-label,
.cid-uJ5C8YmtSm .label-wrapper {
  color: #F0F5F8;
  text-align: center;
}
.cid-uJ5C8YmtSm .mbr-section-title {
  color: #fff7ee;
  text-align: center;
}
.cid-uJ5C8YmtSm .item-title {
  color: #F0F5F8;
}
.cid-uJ5C8YmtSm .item-text {
  color: #fff7ee;
}
.cid-uJ5C8YmtSm .item-label {
  color: #001522;
}
.cid-uJ5C8YmtSm .item-date {
  color: #151e11;
}
.cid-uJ5C8YmtSm .mbr-section-title,
.cid-uJ5C8YmtSm .mbr-section-btn {
  color: #F0F5F8;
}
.cid-uJ5C8YmtSm .item-date,
.cid-uJ5C8YmtSm .content-wrapper {
  color: #FFFFFF;
}
.cid-uJ5C8YmtSm .item-text,
.cid-uJ5C8YmtSm .mbr-section-btn {
  color: #F0F5F8;
}
.cid-uIYR2WxR4v {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: transparent;
}
.cid-uIYR2WxR4v .item:focus,
.cid-uIYR2WxR4v span:focus {
  outline: none;
}
.cid-uIYR2WxR4v .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uIYR2WxR4v .item {
  padding: 10px 0;
  color: #001522;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uIYR2WxR4v .item {
    min-height: 45px;
  }
}
.cid-uIYR2Wx7Y3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #001522;
}
.cid-uIYR2Wx7Y3 .item:focus,
.cid-uIYR2Wx7Y3 span:focus {
  outline: none;
}
.cid-uIYR2Wx7Y3 .row {
  justify-content: center;
}
.cid-uIYR2Wx7Y3 .item-wrapper {
  position: relative;
}
.cid-uIYR2Wx7Y3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 770px;
  max-width: 770px;
}
@media (max-width: 1200px) {
  .cid-uIYR2Wx7Y3 .embla__slide {
    min-width: 550px;
    max-width: 550px;
  }
}
@media (max-width: 768px) {
  .cid-uIYR2Wx7Y3 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uIYR2Wx7Y3 .embla__slide .slide-content {
  width: 100%;
  display: flex;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uIYR2Wx7Y3 .embla__slide .slide-content {
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
}
.cid-uIYR2Wx7Y3 .embla__slide .slide-content .item-content {
  display: flex;
  align-items: flex-end;
  width: 52%;
  padding: 40px 54px;
  min-height: 615px;
  background-color: #00628e;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uIYR2Wx7Y3 .embla__slide .slide-content .item-content {
    padding: 40px;
  }
}
@media (max-width: 1200px) {
  .cid-uIYR2Wx7Y3 .embla__slide .slide-content .item-content {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uIYR2Wx7Y3 .embla__slide .slide-content .item-content {
    padding: 30px 16px;
    width: 100%;
    min-height: auto;
    margin-top: -1rem;
    height: 100%;
  }
}
.cid-uIYR2Wx7Y3 .embla__slide .slide-content .item-content .card-box .item-title {
  margin-bottom: 30px;
}
.cid-uIYR2Wx7Y3 .embla__slide .slide-content .item-content .card-box .item-text {
  margin-bottom: 0;
}
.cid-uIYR2Wx7Y3 .embla__slide .slide-content .item-content .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uIYR2Wx7Y3 .embla__slide .slide-content .item-wrapper {
  width: 58%;
  position: relative;
  margin-left: -1rem;
}
@media (max-width: 992px) {
  .cid-uIYR2Wx7Y3 .embla__slide .slide-content .item-wrapper {
    width: 100%;
    margin-left: 0;
  }
}
.cid-uIYR2Wx7Y3 .embla__slide .slide-content .item-wrapper .number-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: fit-content;
  padding: 26px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uIYR2Wx7Y3 .embla__slide .slide-content .item-wrapper .number-wrap {
    padding: 16px;
  }
}
.cid-uIYR2Wx7Y3 .embla__slide .slide-content .item-wrapper .number-wrap .item-number {
  display: inline-block;
  padding: 14px 16px;
  background-color: #f0f5f8;
}
.cid-uIYR2Wx7Y3 .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-uIYR2Wx7Y3 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uIYR2Wx7Y3 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uIYR2Wx7Y3 .embla__button--next,
.cid-uIYR2Wx7Y3 .embla__button--prev {
  display: flex;
}
.cid-uIYR2Wx7Y3 .embla__button {
  bottom: 0;
  width: 65px;
  height: 65px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #5c7d4f !important;
  color: #fff7ee !important;
  border: 2px solid #5c7d4f !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uIYR2Wx7Y3 .embla__button {
    display: none;
  }
}
.cid-uIYR2Wx7Y3 .embla__button:hover {
  background-color: transparent !important;
}
.cid-uIYR2Wx7Y3 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uIYR2Wx7Y3 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uIYR2Wx7Y3 .embla__button {
    top: auto;
  }
}
.cid-uIYR2Wx7Y3 .embla {
  position: relative;
  width: 100%;
}
.cid-uIYR2Wx7Y3 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uIYR2Wx7Y3 .embla__viewport {
    padding: 0;
  }
}
.cid-uIYR2Wx7Y3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uIYR2Wx7Y3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uIYR2Wx7Y3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uIYR2Wx7Y3 .item-title {
  color: #F0F5F8;
}
.cid-uIYR2Wx7Y3 .item-text {
  color: #fff7ee;
}
.cid-uIYR2Wx7Y3 .item-number,
.cid-uIYR2Wx7Y3 .number-wrap {
  color: #001522;
  text-align: right;
}
.cid-uIYR2Wx7Y3 .item-text,
.cid-uIYR2Wx7Y3 .mbr-section-btn {
  color: #F0F5F8;
}
.cid-uIYR2WxyJu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #001522;
}
.cid-uIYR2WxyJu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIYR2WxyJu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIYR2WxyJu .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uIYR2WxyJu .row .item {
  padding: 0 13px;
}
.cid-uIYR2WxyJu .item {
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .cid-uIYR2WxyJu .item {
    margin-bottom: 16px;
  }
}
.cid-uIYR2WxyJu .item .item-wrapper {
  position: relative;
  height: 100%;
  padding: 80px 54px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uIYR2WxyJu .item .item-wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uIYR2WxyJu .item .item-wrapper {
    padding: 30px 16px;
  }
}
.cid-uIYR2WxyJu .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uIYR2WxyJu .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #002235;
  z-index: 1;
  opacity: 0.7;
  pointer-events: none;
}
.cid-uIYR2WxyJu .item .item-wrapper .item-content {
  position: relative;
  z-index: 2;
}
.cid-uIYR2WxyJu .item .item-wrapper .item-content .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #f0f5f8;
}
.cid-uIYR2WxyJu .item .item-wrapper .item-content .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-uIYR2WxyJu .item .item-wrapper .item-content .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #001522;
}
.cid-uIYR2WxyJu .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uIYR2WxyJu .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
.cid-uIYR2WxyJu .item-label,
.cid-uIYR2WxyJu .label-wrapper {
  color: #001522;
  text-align: center;
}
.cid-uIYR2WxyJu .item-title {
  color: #fff7ee;
}
.cid-uIYR2WxyJu .item-title,
.cid-uIYR2WxyJu .mbr-section-btn {
  text-align: center;
  color: #F0F5F8;
}
.cid-uIYR2Wx3VQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uIYR2Wx3VQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIYR2Wx3VQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1422493/assets/images/background10.jpg?rnd=1750192264919");
}
.cid-uIYR2Wx3VQ .image-wrap {
  height: 650px;
}
@media (max-width: 992px) {
  .cid-uIYR2Wx3VQ .image-wrap {
    height: 350px;
  }
}
.cid-uLuss866Uh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-uLuss866Uh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLuss866Uh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLuss866Uh .row {
  justify-content: flex-end;
}
.cid-uLuss866Uh .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 60px;
  background-color: #ffbe0d;
}
@media (max-width: 992px) {
  .cid-uLuss866Uh .label-wrapper .label-wrap {
    margin-bottom: 30px;
  }
}
.cid-uLuss866Uh .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uLuss866Uh .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
@media (max-width: 992px) {
  .cid-uLuss866Uh .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLuss866Uh .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLuss866Uh .content-wrapper {
  padding-left: 54px;
}
@media (max-width: 1440px) {
  .cid-uLuss866Uh .content-wrapper {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uLuss866Uh .content-wrapper {
    padding-left: 0;
  }
}
.cid-uLuss866Uh .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uLuss866Uh .mbr-label,
.cid-uLuss866Uh .label-wrapper {
  color: #151e11;
}
.cid-uLuss866Uh .mbr-section-title {
  color: #fff7ee;
}
.cid-uLuss866Uh .mbr-text {
  color: #fff7ee;
}
.cid-uIYR2Wxn9y {
  position: relative;
  overflow: hidden;
  background-color: #001522;
}
.cid-uIYR2Wxn9y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIYR2Wxn9y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIYR2Wxn9y .row {
  justify-content: flex-end;
}
.cid-uIYR2Wxn9y .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIYR2Wxn9y .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIYR2Wxn9y .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIYR2Wxn9y .title-wrapper .title-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
}
.cid-uIYR2Wxn9y .card-wrapper {
  position: relative;
  z-index: 2;
  padding: 54px;
  background-color: #f0f5f8;
}
@media (max-width: 1440px) {
  .cid-uIYR2Wxn9y .card-wrapper {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uIYR2Wxn9y .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-uIYR2Wxn9y .card-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uIYR2Wxn9y .card-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uIYR2Wxn9y .card-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #001522;
}
.cid-uIYR2Wxn9y .card-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uIYR2Wxn9y .card-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIYR2Wxn9y .card-wrapper .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uIYR2Wxn9y .card-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uIYR2Wxn9y .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uIYR2Wxn9y .image-wrap {
  position: absolute;
}
.cid-uIYR2Wxn9y .image-wrap img {
  object-fit: cover;
}
.cid-uIYR2Wxn9y .image-wrap_1 {
  z-index: 1;
  top: 0;
  left: 170px;
}
.cid-uIYR2Wxn9y .image-wrap_1 img {
  height: 580px;
  width: 580px;
}
.cid-uIYR2Wxn9y .image-wrap_2 {
  bottom: 0;
  right: 170px;
}
.cid-uIYR2Wxn9y .image-wrap_2 img {
  height: 700px;
  width: 1000px;
}
.cid-uIYR2Wxn9y .mbr-label {
  color: #FFBE0D;
}
.cid-uIYR2Wxn9y .mbr-section-title {
  color: #151e11;
}
.cid-uIYR2Wxn9y .mbr-text {
  color: #001522;
}
.cid-uIYR2Wxn9y .mbr-label,
.cid-uIYR2Wxn9y .label-wrapper {
  color: #001522;
}
.cid-uIYR2Wxn9y .mbr-section-title,
.cid-uIYR2Wxn9y .mbr-section-btn {
  color: #001522;
}
.cid-uIYR2WyCjE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #001522;
}
.cid-uIYR2WyCjE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIYR2WyCjE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIYR2WyCjE .row {
  justify-content: center;
}
.cid-uIYR2WyCjE .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uIYR2WyCjE .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uIYR2WyCjE .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uIYR2WyCjE .mbr-text {
  color: #fff7ee;
}
.cid-uIYR2WyCjE .mbr-text,
.cid-uIYR2WyCjE .mbr-section-btn,
.cid-uIYR2WyCjE .text-wrapper {
  color: #F0F5F8;
}
.cid-uIYR2WyVll {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #001522;
}
.cid-uIYR2WyVll .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uIYR2WyVll .image-wrap {
    padding: 16px;
  }
}
.cid-uIYR2WyVll .image-wrap .main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uIYR2WyVll .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uIYR2WyVll .image-overlay {
    padding: 16px;
  }
}
.cid-uIYR2WyVll .image-overlay .image-over {
  background-color: #002235;
  z-index: 2;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}
.cid-uIYR2WyVll .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIYR2WyVll .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIYR2WyVll .row {
  justify-content: flex-end;
}
.cid-uIYR2WyVll .content-wrapper {
  top: 0;
  position: sticky;
  padding: 150px 0;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uIYR2WyVll .content-wrapper {
    padding: 0 16px 30px;
  }
}
.cid-uIYR2WyVll .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uIYR2WyVll .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uIYR2WyVll .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uIYR2WyVll .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uIYR2WyVll .items-wrapper {
  padding: 150px 54px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1440px) {
  .cid-uIYR2WyVll .items-wrapper {
    padding: 150px 20px;
  }
}
@media (max-width: 992px) {
  .cid-uIYR2WyVll .items-wrapper {
    padding: 0 16px;
  }
}
.cid-uIYR2WyVll .items-wrapper .item {
  margin-bottom: 60px;
}
.cid-uIYR2WyVll .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIYR2WyVll .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uIYR2WyVll .items-wrapper .item .item-wrapper {
  padding: 54px 54px 80px 54px;
  background-color: #001522;
}
@media (max-width: 1440px) {
  .cid-uIYR2WyVll .items-wrapper .item .item-wrapper {
    padding: 40px 40px 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uIYR2WyVll .items-wrapper .item .item-wrapper {
    padding: 30px 16px;
  }
}
.cid-uIYR2WyVll .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uIYR2WyVll .items-wrapper .item .item-wrapper .item-img {
    display: block;
    margin-bottom: 30px;
  }
}
.cid-uIYR2WyVll .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1,
.cid-uIYR2WyVll .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2,
.cid-uIYR2WyVll .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uIYR2WyVll .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1,
  .cid-uIYR2WyVll .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2,
  .cid-uIYR2WyVll .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 {
    margin-right: 0;
  }
}
.cid-uIYR2WyVll .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1 .item-label_1,
.cid-uIYR2WyVll .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2 .item-label_1,
.cid-uIYR2WyVll .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 .item-label_1,
.cid-uIYR2WyVll .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1 .item-label_2,
.cid-uIYR2WyVll .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2 .item-label_2,
.cid-uIYR2WyVll .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 .item-label_2,
.cid-uIYR2WyVll .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1 .item-label_3,
.cid-uIYR2WyVll .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2 .item-label_3,
.cid-uIYR2WyVll .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 .item-label_3 {
  margin-bottom: 0;
}
.cid-uIYR2WyVll .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1 .mbr-iconfont,
.cid-uIYR2WyVll .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2 .mbr-iconfont,
.cid-uIYR2WyVll .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
}
.cid-uIYR2WyVll .items-wrapper .item .item-wrapper .item-img .image-wrapper img {
  width: 145px;
  height: 190px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uIYR2WyVll .items-wrapper .item .item-wrapper .item-img .image-wrapper img {
    width: 100%;
  }
}
.cid-uIYR2WyVll .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uIYR2WyVll .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 30px;
  }
}
.cid-uIYR2WyVll .items-wrapper .item .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIYR2WyVll .items-wrapper .item .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uIYR2WyVll .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
.cid-uIYR2WyVll .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uIYR2WyVll .label-wrap_1 {
  background-color: #669bbc;
}
.cid-uIYR2WyVll .label-wrap_2 {
  background-color: #c1121f;
}
.cid-uIYR2WyVll .label-wrap_3 {
  background-color: #355975;
}
.cid-uIYR2WyVll .icon_1 {
  color: #000000;
}
.cid-uIYR2WyVll .icon_2 {
  color: #ffffff;
}
.cid-uIYR2WyVll .icon_3 {
  color: #ffffff;
}
.cid-uIYR2WyVll .mbr-section-title {
  color: #fff7ee;
}
.cid-uIYR2WyVll .mbr-text {
  color: #fff7ee;
}
.cid-uIYR2WyVll .item-title {
  color: #F0F5F8;
}
.cid-uIYR2WyVll .item-text {
  color: #fff7ee;
}
.cid-uIYR2WyVll .item-label_1 {
  color: #000000;
}
.cid-uIYR2WyVll .item-label_2 {
  color: #FFFFFF;
}
.cid-uIYR2WyVll .item-label_3 {
  color: #FFFFFF;
}
.cid-uIYR2WyVll .mbr-section-title,
.cid-uIYR2WyVll .mbr-section-btn,
.cid-uIYR2WyVll .title-wrapper {
  color: #F0F5F8;
}
.cid-uIYR2WyVll .mbr-text,
.cid-uIYR2WyVll .text-wrapper {
  color: #F0F5F8;
}
.cid-uIYR2WyVll .item-text,
.cid-uIYR2WyVll .text-wrap {
  color: #F0F5F8;
}
.cid-uLusvf8eS3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-uLusvf8eS3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLusvf8eS3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLusvf8eS3 .row {
  justify-content: flex-end;
}
.cid-uLusvf8eS3 .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 60px;
  background-color: #ffbe0d;
}
@media (max-width: 992px) {
  .cid-uLusvf8eS3 .label-wrapper .label-wrap {
    margin-bottom: 30px;
  }
}
.cid-uLusvf8eS3 .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uLusvf8eS3 .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
@media (max-width: 992px) {
  .cid-uLusvf8eS3 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLusvf8eS3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLusvf8eS3 .content-wrapper {
  padding-left: 54px;
}
@media (max-width: 1440px) {
  .cid-uLusvf8eS3 .content-wrapper {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uLusvf8eS3 .content-wrapper {
    padding-left: 0;
  }
}
.cid-uLusvf8eS3 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uLusvf8eS3 .mbr-label,
.cid-uLusvf8eS3 .label-wrapper {
  color: #151e11;
}
.cid-uLusvf8eS3 .mbr-section-title {
  color: #fff7ee;
}
.cid-uLusvf8eS3 .mbr-text {
  color: #fff7ee;
}
.cid-uJ8xfklXGh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #151e11;
}
.cid-uJ8xfklXGh .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uJ8xfklXGh .image-wrap {
    padding: 16px;
  }
}
.cid-uJ8xfklXGh .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJ8xfklXGh .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uJ8xfklXGh .image-overlay {
    padding: 16px;
  }
}
.cid-uJ8xfklXGh .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}
.cid-uJ8xfklXGh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ8xfklXGh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ8xfklXGh .row {
  justify-content: center;
}
.cid-uJ8xfklXGh .content-wrapper {
  padding: 150px 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uJ8xfklXGh .content-wrapper {
    padding: 150px 16px;
  }
}
.cid-uJ8xfklXGh .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJ8xfklXGh .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uJ8xfklXGh .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 30px;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uJ8xfklXGh .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJ8xfklXGh .mbr-section-title {
  color: #fff7ee;
}
.cid-uJ8xfklXGh .mbr-text,
.cid-uJ8xfklXGh .text-wrapper {
  text-align: center;
  color: #fff7ee;
}
.cid-uJ8xfklXGh .mbr-section-title,
.cid-uJ8xfklXGh .mbr-section-btn {
  text-align: center;
}
.cid-uIYR2WyTrH {
  position: relative;
  background-color: #001522;
}
.cid-uIYR2WyTrH .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uIYR2WyTrH .image-wrap {
    padding: 16px;
  }
}
.cid-uIYR2WyTrH .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uIYR2WyTrH .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uIYR2WyTrH .image-overlay {
    padding: 16px;
  }
}
.cid-uIYR2WyTrH .image-overlay .image-over {
  background-color: #002235;
  z-index: 2;
  opacity: 0.7;
  width: 100%;
  height: 100%;
}
.cid-uIYR2WyTrH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIYR2WyTrH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIYR2WyTrH .row {
  justify-content: center;
}
.cid-uIYR2WyTrH .content-wrapper {
  padding: 150px 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uIYR2WyTrH .content-wrapper {
    padding: 150px 16px;
  }
}
.cid-uIYR2WyTrH .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uIYR2WyTrH .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIYR2WyTrH .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 30px;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uIYR2WyTrH .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uIYR2WyTrH .mbr-section-title {
  color: #fff7ee;
}
.cid-uIYR2WyTrH .mbr-text,
.cid-uIYR2WyTrH .text-wrapper {
  text-align: center;
  color: #F0F5F8;
}
.cid-uIYR2WyTrH .mbr-section-title,
.cid-uIYR2WyTrH .mbr-section-btn {
  text-align: center;
  color: #F0F5F8;
}
.cid-uLusAKupcP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-uLusAKupcP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLusAKupcP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLusAKupcP .row {
  justify-content: flex-end;
}
.cid-uLusAKupcP .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 60px;
  background-color: #ffbe0d;
}
@media (max-width: 992px) {
  .cid-uLusAKupcP .label-wrapper .label-wrap {
    margin-bottom: 30px;
  }
}
.cid-uLusAKupcP .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uLusAKupcP .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
@media (max-width: 992px) {
  .cid-uLusAKupcP .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLusAKupcP .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLusAKupcP .content-wrapper {
  padding-left: 54px;
}
@media (max-width: 1440px) {
  .cid-uLusAKupcP .content-wrapper {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uLusAKupcP .content-wrapper {
    padding-left: 0;
  }
}
.cid-uLusAKupcP .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uLusAKupcP .mbr-label,
.cid-uLusAKupcP .label-wrapper {
  color: #151e11;
}
.cid-uLusAKupcP .mbr-section-title {
  color: #fff7ee;
}
.cid-uLusAKupcP .mbr-text {
  color: #fff7ee;
}
.cid-uIYR2WyfQR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #001522;
}
.cid-uIYR2WyfQR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIYR2WyfQR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIYR2WyfQR .row {
  justify-content: center;
}
.cid-uIYR2WyfQR .content-wrapper {
  top: 30px;
  position: sticky;
}
@media (max-width: 992px) {
  .cid-uIYR2WyfQR .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uIYR2WyfQR .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uIYR2WyfQR .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uIYR2WyfQR .content-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #dabeba;
}
.cid-uIYR2WyfQR .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uIYR2WyfQR .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIYR2WyfQR .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
.cid-uIYR2WyfQR .panel-group {
  margin-left: 54px;
}
@media (max-width: 1440px) {
  .cid-uIYR2WyfQR .panel-group {
    padding: 60px 40px;
    margin-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uIYR2WyfQR .panel-group {
    padding: 30px 16px;
    margin-left: 0;
  }
}
.cid-uIYR2WyfQR .panel-group .card {
  position: relative;
  padding: 40px;
  margin-top: 26px;
  background-color: #f0f5f8;
}
@media (max-width: 992px) {
  .cid-uIYR2WyfQR .panel-group .card {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uIYR2WyfQR .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uIYR2WyfQR .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uIYR2WyfQR .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uIYR2WyfQR .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uIYR2WyfQR .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 30px;
  height: 30px;
  min-width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIYR2WyfQR .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uIYR2WyfQR .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  color: #001522;
}
.cid-uIYR2WyfQR .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uIYR2WyfQR .panel-group .card .panel-collapse .panel-body {
  margin: 80px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uIYR2WyfQR .panel-group .card .panel-collapse .panel-body {
    margin: 30px 0 0 0;
  }
}
.cid-uIYR2WyfQR .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIYR2WyfQR .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uIYR2WyfQR .mbr-label,
.cid-uIYR2WyfQR .label-wrapper {
  color: #DABEBA;
}
.cid-uIYR2WyfQR .mbr-section-title {
  color: #fff7ee;
}
.cid-uIYR2WyfQR .mbr-text,
.cid-uIYR2WyfQR .text-wrapper {
  color: #F0F5F8;
}
.cid-uIYR2WyfQR .panel-title-edit {
  color: #001522;
}
.cid-uIYR2WyfQR .panel-text {
  color: #151e11;
}
.cid-uIYR2WyfQR .mbr-section-title,
.cid-uIYR2WyfQR .title-wrapper {
  color: #F0F5F8;
}
.cid-uIYR2WyfQR .panel-text,
.cid-uIYR2WyfQR .panel-body {
  color: #001522;
}
.cid-uIYR2WyioF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #001522;
}
.cid-uIYR2WyioF .item:focus,
.cid-uIYR2WyioF span:focus {
  outline: none;
}
.cid-uIYR2WyioF .item {
  cursor: pointer;
}
.cid-uIYR2WyioF .grid-container {
  grid-row-gap: 26px;
}
.cid-uIYR2WyioF .grid-container-1,
.cid-uIYR2WyioF .grid-container-2 {
  gap: 0 26px;
}
.cid-uIYR2WyioF .mbr-section-title {
  margin-bottom: 80px;
  color: #fff7ee;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIYR2WyioF .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIYR2WyioF .content-head {
  max-width: 800px;
}
.cid-uIYR2WyioF .container,
.cid-uIYR2WyioF .container-fluid {
  overflow: hidden;
}
.cid-uIYR2WyioF .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uIYR2WyioF .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uIYR2WyioF .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 460px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uIYR2WyioF .grid-item img {
    height: 360px;
  }
}
@media (max-width: 767px) {
  .cid-uIYR2WyioF .grid-item img {
    min-width: 35vw;
    height: 140px;
  }
}
.cid-uIYR2WyioF .grid-container-1,
.cid-uIYR2WyioF .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uIYR2WyioF .grid-container-1 {
  align-items: flex-end;
}
.cid-uIYR2WyioF .grid-container-2 {
  align-items: flex-start;
}
.cid-uLusEbxu8f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-uLusEbxu8f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLusEbxu8f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLusEbxu8f .row {
  justify-content: flex-end;
}
.cid-uLusEbxu8f .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 60px;
  background-color: #ffbe0d;
}
@media (max-width: 992px) {
  .cid-uLusEbxu8f .label-wrapper .label-wrap {
    margin-bottom: 30px;
  }
}
.cid-uLusEbxu8f .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uLusEbxu8f .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
@media (max-width: 992px) {
  .cid-uLusEbxu8f .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLusEbxu8f .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLusEbxu8f .content-wrapper {
  padding-left: 54px;
}
@media (max-width: 1440px) {
  .cid-uLusEbxu8f .content-wrapper {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uLusEbxu8f .content-wrapper {
    padding-left: 0;
  }
}
.cid-uLusEbxu8f .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uLusEbxu8f .mbr-label,
.cid-uLusEbxu8f .label-wrapper {
  color: #151e11;
}
.cid-uLusEbxu8f .mbr-section-title {
  color: #fff7ee;
}
.cid-uLusEbxu8f .mbr-text {
  color: #fff7ee;
}
.cid-uIYR2WzBSL {
  position: relative;
  overflow: hidden;
  background-color: #001522;
}
.cid-uIYR2WzBSL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIYR2WzBSL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIYR2WzBSL .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uIYR2WzBSL .row .card {
  padding: 0 13px;
}
.cid-uIYR2WzBSL .image-wrap img {
  object-fit: cover;
}
.cid-uIYR2WzBSL .image-wrap_1 img {
  height: 595px;
}
@media (max-width: 992px) {
  .cid-uIYR2WzBSL .image-wrap_1 img {
    height: 350px;
    margin-bottom: 16px;
  }
}
.cid-uIYR2WzBSL .image-wrap_2 {
  padding-top: 270px;
}
@media (max-width: 992px) {
  .cid-uIYR2WzBSL .image-wrap_2 {
    padding-top: 0;
  }
}
.cid-uIYR2WzBSL .image-wrap_2 img {
  height: 590px;
}
@media (max-width: 992px) {
  .cid-uIYR2WzBSL .image-wrap_2 img {
    height: 350px;
    margin-bottom: 16px;
  }
}
.cid-uIYR2WzBSL .image-wrap_3 {
  padding-top: 140px;
}
@media (max-width: 992px) {
  .cid-uIYR2WzBSL .image-wrap_3 {
    padding-top: 0;
  }
}
.cid-uIYR2WzBSL .image-wrap_3 img {
  height: 460px;
}
@media (max-width: 992px) {
  .cid-uIYR2WzBSL .image-wrap_3 img {
    height: 350px;
  }
}
.cid-uIYR2WzyiA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #001522;
}
.cid-uIYR2WzyiA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIYR2WzyiA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIYR2WzyiA .row {
  justify-content: center;
}
.cid-uIYR2WzyiA .content-wrapper {
  top: 30px;
  position: sticky;
}
@media (max-width: 992px) {
  .cid-uIYR2WzyiA .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uIYR2WzyiA .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uIYR2WzyiA .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uIYR2WzyiA .content-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #dabeba;
}
.cid-uIYR2WzyiA .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uIYR2WzyiA .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uIYR2WzyiA .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIYR2WzyiA .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uIYR2WzyiA .form-wrapper {
  padding: 80px 54px;
  background-color: #f0f5f8;
  margin-left: 54px;
}
@media (max-width: 1440px) {
  .cid-uIYR2WzyiA .form-wrapper {
    padding: 60px 40px;
    margin-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uIYR2WzyiA .form-wrapper {
    padding: 30px 16px;
    margin-left: 0;
  }
}
.cid-uIYR2WzyiA .form-wrapper .dragArea.row .form-group {
  margin-bottom: 60px !important;
}
@media (max-width: 992px) {
  .cid-uIYR2WzyiA .form-wrapper .dragArea.row .form-group {
    margin-bottom: 30px !important;
  }
}
.cid-uIYR2WzyiA .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uIYR2WzyiA .form-wrapper .dragArea.row .form-group .form-control-label {
    margin-bottom: 16px;
  }
}
.cid-uIYR2WzyiA .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 20px 0;
  border: none !important;
  border-bottom: 2px solid #001522 !important;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
  box-shadow: none;
}
.cid-uIYR2WzyiA .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uIYR2WzyiA .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 2px solid #c1121f !important;
  box-shadow: none;
}
.cid-uIYR2WzyiA .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #001522;
  opacity: 0.5;
}
.cid-uIYR2WzyiA .form-wrapper .dragArea.row .form-group textarea {
  min-height: 200px;
  padding: 0 0 20px 0;
}
.cid-uIYR2WzyiA .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uIYR2WzyiA .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #001522;
  border-color: #001522;
}
.cid-uIYR2WzyiA .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uIYR2WzyiA .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-left: 0;
}
.cid-uIYR2WzyiA .mbr-label,
.cid-uIYR2WzyiA .label-wrapper {
  color: #DABEBA;
}
.cid-uIYR2WzyiA .mbr-section-title {
  color: #fff7ee;
}
.cid-uIYR2WzyiA .mbr-text,
.cid-uIYR2WzyiA .text-wrapper {
  color: #F0F5F8;
}
.cid-uIYR2WzyiA label {
  color: #151e11;
}
.cid-uIYR2WzyiA .mbr-section-title,
.cid-uIYR2WzyiA .title-wrapper {
  color: #F0F5F8;
}
.cid-uIYR2WzRZB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #001522;
}
.cid-uIYR2WzRZB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIYR2WzRZB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIYR2WzRZB .row {
  justify-content: center;
}
.cid-uIYR2WzRZB .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}
@media (max-width: 992px) {
  .cid-uIYR2WzRZB .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uIYR2WzRZB .item {
    margin-bottom: 16px;
  }
}
.cid-uIYR2WzRZB .item .item-wrapper {
  height: 100%;
  background-color: #c1121f;
  padding: 80px 54px;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-uIYR2WzRZB .item .item-wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uIYR2WzRZB .item .item-wrapper {
    padding: 30px 16px;
  }
}
.cid-uIYR2WzRZB .item .item-wrapper .card-box .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #001522;
}
.cid-uIYR2WzRZB .item .item-wrapper .card-box .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-uIYR2WzRZB .item .item-wrapper .card-box .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #f0f5f8;
}
.cid-uIYR2WzRZB .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uIYR2WzRZB .item-label,
.cid-uIYR2WzRZB .label-wrapper {
  color: #F0F5F8;
  text-align: center;
}
.cid-uIYR2WzRZB .item-title {
  color: #151e11;
  text-align: center;
}
.cid-uIYR2WzRZB .item-title,
.cid-uIYR2WzRZB .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uIYR2WzK2Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #001522;
}
.cid-uIYR2WzK2Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIYR2WzK2Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIYR2WzK2Y .row {
  justify-content: center;
}
.cid-uIYR2WzK2Y .main-content {
  background-color: #ffcb34;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .cid-uIYR2WzK2Y .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uIYR2WzK2Y .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uIYR2WzK2Y .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uIYR2WzK2Y .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIYR2WzK2Y .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uIYR2WzK2Y .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uIYR2WzK2Y .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.cid-uIYR2WzK2Y .list .item-wrap {
  margin-bottom: 20px;
  transition: all 0.3s ease;
}
.cid-uIYR2WzK2Y .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uIYR2WzK2Y .list .item-wrap:hover,
.cid-uIYR2WzK2Y .list .item-wrap:focus {
  transform: translateX(14px);
}
.cid-uIYR2WzK2Y .mbr-copy {
  margin: 0;
  color: #F0F5F8;
  text-align: center;
}
.cid-uIYR2WzK2Y .mbr-section-title {
  color: #151e11;
}
.cid-uIYR2WzK2Y .mbr-text {
  color: #151e11;
}
.cid-uM0G0O2O8d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uM0G0O2O8d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM0G0O2O8d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM0G0O2O8d .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uM0G0O2O8d .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uM0G0O2O8d .embla__slide .slide-content {
  width: 100%;
}
.cid-uM0G0O2O8d .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uM0G0O2O8d .embla__slide .slide-content .item-wrapper .item-img img {
  height: 485px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uM0G0O2O8d .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uM0G0O2O8d .embla__slide .slide-content .item-wrapper .btn-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 20px 10px 0 30px;
  background-color: #121212;
  border-radius: 25px 0 23px 0;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uM0G0O2O8d .embla__slide .slide-content .item-wrapper .btn-wrap {
    padding: 10px 0 0 20px;
  }
}
.cid-uM0G0O2O8d .embla__slide .slide-content .item-wrapper .btn-wrap .svg1 {
  position: absolute;
  top: -29px;
  right: 0;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uM0G0O2O8d .embla__slide .slide-content .item-wrapper .btn-wrap .svg1 path {
  fill: #121212;
}
.cid-uM0G0O2O8d .embla__slide .slide-content .item-wrapper .btn-wrap .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uM0G0O2O8d .embla__slide .slide-content .item-wrapper .btn-wrap .svg2 path {
  fill: #121212;
}
.cid-uM0G0O2O8d .embla__button--next,
.cid-uM0G0O2O8d .embla__button--prev {
  display: flex;
}
.cid-uM0G0O2O8d .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #121212 !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uM0G0O2O8d .embla__button:hover {
  color: #e24c4a !important;
}
.cid-uM0G0O2O8d .embla__button.embla__button--prev {
  left: 0;
  bottom: 140px;
  border-radius: 0 25px 0 0;
}
.cid-uM0G0O2O8d .embla__button.embla__button--next {
  left: 0;
  bottom: 80px;
  border-radius: 0 0 25px 0;
}
.cid-uM0G0O2O8d .svg3 {
  position: absolute;
  top: 255px;
  left: 0;
  transform: rotate(-90deg);
  width: 30px;
}
.cid-uM0G0O2O8d .svg3 path {
  fill: #121212;
}
@media (max-width: 992px) {
  .cid-uM0G0O2O8d .svg3 {
    top: 120px;
  }
}
.cid-uM0G0O2O8d .svg4 {
  position: absolute;
  width: 30px;
  bottom: 50px;
  left: 0;
}
.cid-uM0G0O2O8d .svg4 path {
  fill: #121212;
}
.cid-uM0G0O2O8d .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uM0G0O2O8d .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uM0G0O2O8d .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uM0G0O2O8d .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uM0G0O2O8d .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uM0G0O2O8d .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uM0G0O2O8d .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uM0G0O2O8d .mbr-section-btn .btn::after,
.cid-uM0G0O2O8d .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uM0G0O2O8d .mbr-section-btn .btn:hover,
.cid-uM0G0O2O8d .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uM0G0O2O8d .mbr-section-btn .btn:hover::after,
.cid-uM0G0O2O8d .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
