.btn {
  border-width: 1px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Host Grotesk;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3.7rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.625rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.6rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  line-height: 1.2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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: 2.96rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.59rem;
    font-size: calc( 1.945rem + (3.7 - 1.945) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.945rem + (3.7 - 1.945) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.59rem;
    font-size: calc( 1.945rem + (3.7 - 1.945) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.945rem + (3.7 - 1.945) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((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: #093388 !important;
}
.bg-success {
  background-color: #9d9b9b !important;
}
.bg-info {
  background-color: #ededee !important;
}
.bg-warning {
  background-color: #cc8400 !important;
}
.bg-danger {
  background-color: #58595b !important;
}
.btn-primary .mbr-iconfont {
  border: 1px solid #ffffff;
}
.btn-primary,
.btn-primary:active {
  background-color: #093388 !important;
  border-color: #093388 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #0c45b8 !important;
  border-color: #0c45b8 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0c45b8 !important;
  border-color: #0c45b8 !important;
}
.btn-secondary .mbr-iconfont {
  border: 1px solid #757575;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
  color: #757575 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #757575 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info .mbr-iconfont {
  border: 1px solid #6b6b71;
}
.btn-info,
.btn-info:active {
  background-color: #ededee !important;
  border-color: #ededee !important;
  color: #6b6b71 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #6b6b71 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success .mbr-iconfont {
  border: 1px solid #ffffff;
}
.btn-success,
.btn-success:active {
  background-color: #9d9b9b !important;
  border-color: #9d9b9b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #b6b5b5 !important;
  border-color: #b6b5b5 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #b6b5b5 !important;
  border-color: #b6b5b5 !important;
}
.btn-warning .mbr-iconfont {
  border: 1px solid #ffffff;
}
.btn-warning,
.btn-warning:active {
  background-color: #cc8400 !important;
  border-color: #cc8400 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffa500 !important;
  border-color: #ffa500 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffa500 !important;
  border-color: #ffa500 !important;
}
.btn-danger .mbr-iconfont {
  border: 1px solid #ffffff;
}
.btn-danger,
.btn-danger:active {
  background-color: #58595b !important;
  border-color: #58595b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #717275 !important;
  border-color: #717275 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #717275 !important;
  border-color: #717275 !important;
}
.btn-white .mbr-iconfont {
  border: 1px solid #808080;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black .mbr-iconfont {
  border: 1px solid #ffffff;
}
.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 .mbr-iconfont {
  border: 1px solid #093388;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #093388;
  color: #093388;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #041537 !important;
  background-color: transparent !important;
  border-color: #041537 !important;
  box-shadow: none !important;
}
.btn-primary-outline:hover .mbr-iconfont,
.btn-primary-outline:focus .mbr-iconfont,
.btn-primary-outline.focus .mbr-iconfont,
.btn-primary-outline.active .mbr-iconfont {
  border: 1px solid #041537;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #093388 !important;
  border-color: #093388 !important;
}
.btn-secondary-outline .mbr-iconfont {
  border: 1px solid #f4f4f4;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f4f4f4;
  color: #f4f4f4;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c9c9c9 !important;
  background-color: transparent !important;
  border-color: #c9c9c9 !important;
  box-shadow: none !important;
}
.btn-secondary-outline:hover .mbr-iconfont,
.btn-secondary-outline:focus .mbr-iconfont,
.btn-secondary-outline.focus .mbr-iconfont,
.btn-secondary-outline.active .mbr-iconfont {
  border: 1px solid #c9c9c9;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #757575 !important;
  background-color: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
}
.btn-info-outline .mbr-iconfont {
  border: 1px solid #ededee;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ededee;
  color: #ededee;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c0c0c4 !important;
  background-color: transparent !important;
  border-color: #c0c0c4 !important;
  box-shadow: none !important;
}
.btn-info-outline:hover .mbr-iconfont,
.btn-info-outline:focus .mbr-iconfont,
.btn-info-outline.focus .mbr-iconfont,
.btn-info-outline.active .mbr-iconfont {
  border: 1px solid #c0c0c4;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #6b6b71 !important;
  background-color: #ededee !important;
  border-color: #ededee !important;
}
.btn-success-outline .mbr-iconfont {
  border: 1px solid #9d9b9b;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #9d9b9b;
  color: #9d9b9b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #727070 !important;
  background-color: transparent !important;
  border-color: #727070 !important;
  box-shadow: none !important;
}
.btn-success-outline:hover .mbr-iconfont,
.btn-success-outline:focus .mbr-iconfont,
.btn-success-outline.focus .mbr-iconfont,
.btn-success-outline.active .mbr-iconfont {
  border: 1px solid #727070;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #9d9b9b !important;
  border-color: #9d9b9b !important;
}
.btn-warning-outline .mbr-iconfont {
  border: 1px solid #cc8400;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #cc8400;
  color: #cc8400;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #754c00 !important;
  background-color: transparent !important;
  border-color: #754c00 !important;
  box-shadow: none !important;
}
.btn-warning-outline:hover .mbr-iconfont,
.btn-warning-outline:focus .mbr-iconfont,
.btn-warning-outline.focus .mbr-iconfont,
.btn-warning-outline.active .mbr-iconfont {
  border: 1px solid #754c00;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #cc8400 !important;
  border-color: #cc8400 !important;
}
.btn-danger-outline .mbr-iconfont {
  border: 1px solid #58595b;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #58595b;
  color: #58595b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #2d2e2f !important;
  background-color: transparent !important;
  border-color: #2d2e2f !important;
  box-shadow: none !important;
}
.btn-danger-outline:hover .mbr-iconfont,
.btn-danger-outline:focus .mbr-iconfont,
.btn-danger-outline.focus .mbr-iconfont,
.btn-danger-outline.active .mbr-iconfont {
  border: 1px solid #2d2e2f;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #58595b !important;
  border-color: #58595b !important;
}
.btn-black-outline .mbr-iconfont {
  border: 1px solid #232323;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline:hover .mbr-iconfont,
.btn-black-outline:focus .mbr-iconfont,
.btn-black-outline.focus .mbr-iconfont,
.btn-black-outline.active .mbr-iconfont {
  border: 1px solid #000000;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline .mbr-iconfont {
  border: 1px solid #fafafa;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline:hover .mbr-iconfont,
.btn-white-outline:focus .mbr-iconfont,
.btn-white-outline.focus .mbr-iconfont,
.btn-white-outline.active .mbr-iconfont {
  border: 1px solid #cfcfcf;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #093388 !important;
}
.text-secondary {
  color: #f4f4f4 !important;
}
.text-success {
  color: #9d9b9b !important;
}
.text-info {
  color: #ededee !important;
}
.text-warning {
  color: #cc8400 !important;
}
.text-danger {
  color: #58595b !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #030f28 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c1c1c1 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #6a6868 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #b9b9bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #664200 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #262627 !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: #093388;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ededee;
}
.alert-warning {
  background-color: #cc8400;
}
.alert-danger {
  background-color: #58595b;
}
.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: #093388;
  border-color: #093388;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #093388;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #2065f0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #dcdbdb;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffdb99;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #98999b;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
.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: #093388 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #093388;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 0 !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: #093388;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #093388;
}
.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: #093388;
  border-bottom-color: #093388;
}
.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: #093388 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #f4f4f4 !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='%23093388' %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: 17px 26px;
  font-weight: 400;
  flex-direction: row-reverse;
}
.mbr-section-btn .btn .mbr-iconfont {
  margin-left: 0;
  margin-right: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  font-size: 10px;
  border-radius: 100%;
  border: 1px solid inherit;
}
.btn-white:hover,
.btn-white:focus {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.embla__button {
  border-radius: 2rem;
}
.item-number {
  border-radius: 1rem;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.item-tag {
  border-radius: 100px !important;
}
.nav.nav-tabs .nav-item .nav-link {
  border-radius: 1rem !important;
  border-radius: 0 !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vhJwYjKz5d {
  z-index: 1000;
  width: 100%;
}
.cid-vhJwYjKz5d .navbar-dropdown {
  background: rgba(12, 38, 52, 0.2) !important;
  padding: 0;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-vhJwYjKz5d .menu_box .navbar.opened,
  .cid-vhJwYjKz5d .menu_box .navbar-collapse {
    background-color: #0c2634 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vhJwYjKz5d nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vhJwYjKz5d .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ededee;
  }
  .cid-vhJwYjKz5d .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vhJwYjKz5d .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vhJwYjKz5d .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vhJwYjKz5d .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vhJwYjKz5d .offcanvas-body .mbr-text,
  .cid-vhJwYjKz5d .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-vhJwYjKz5d .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-vhJwYjKz5d .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vhJwYjKz5d .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-vhJwYjKz5d .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vhJwYjKz5d .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vhJwYjKz5d .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vhJwYjKz5d .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vhJwYjKz5d ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vhJwYjKz5d .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vhJwYjKz5d .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vhJwYjKz5d .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vhJwYjKz5d li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-vhJwYjKz5d li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-vhJwYjKz5d li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-vhJwYjKz5d .lg_brand {
    margin: 0 1rem;
  }
}
.cid-vhJwYjKz5d .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vhJwYjKz5d .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-vhJwYjKz5d .nav-item {
    margin: 0 !important;
  }
}
.cid-vhJwYjKz5d .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vhJwYjKz5d .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-vhJwYjKz5d .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vhJwYjKz5d .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vhJwYjKz5d .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vhJwYjKz5d .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vhJwYjKz5d .offcanvas_box {
    display: none;
  }
}
.cid-vhJwYjKz5d .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-vhJwYjKz5d .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vhJwYjKz5d .dropdown .dropdown-item:hover {
  color: #d7d2d2 !important;
}
.cid-vhJwYjKz5d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vhJwYjKz5d .nav-link {
  position: relative;
}
.cid-vhJwYjKz5d .container {
  display: flex;
  margin: auto;
}
.cid-vhJwYjKz5d .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #004062;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vhJwYjKz5d .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vhJwYjKz5d .iconfont-wrapper:hover {
  background-color: #002f49;
}
.cid-vhJwYjKz5d .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-vhJwYjKz5d .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-vhJwYjKz5d .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-vhJwYjKz5d .dropdown-menu,
.cid-vhJwYjKz5d .navbar.opened {
  background: #0c2634 !important;
}
.cid-vhJwYjKz5d .nav-item:focus,
.cid-vhJwYjKz5d .nav-link:focus {
  outline: none;
}
.cid-vhJwYjKz5d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhJwYjKz5d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhJwYjKz5d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhJwYjKz5d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhJwYjKz5d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhJwYjKz5d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhJwYjKz5d .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-vhJwYjKz5d .navbar.opened {
  transition: all 0.3s;
}
.cid-vhJwYjKz5d .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vhJwYjKz5d .navbar .navbar-logo img {
  width: auto;
}
.cid-vhJwYjKz5d .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: space-evenly;
  z-index: 1;
}
.cid-vhJwYjKz5d .navbar.collapsed {
  justify-content: center;
}
.cid-vhJwYjKz5d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhJwYjKz5d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vhJwYjKz5d .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-vhJwYjKz5d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhJwYjKz5d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhJwYjKz5d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhJwYjKz5d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vhJwYjKz5d .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vhJwYjKz5d .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vhJwYjKz5d .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-vhJwYjKz5d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhJwYjKz5d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhJwYjKz5d .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vhJwYjKz5d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhJwYjKz5d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhJwYjKz5d .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhJwYjKz5d .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vhJwYjKz5d .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vhJwYjKz5d .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vhJwYjKz5d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vhJwYjKz5d .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhJwYjKz5d .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vhJwYjKz5d .navbar.navbar-short {
  min-height: 60px;
}
.cid-vhJwYjKz5d .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vhJwYjKz5d .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vhJwYjKz5d .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhJwYjKz5d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhJwYjKz5d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhJwYjKz5d .dropdown-item.active,
.cid-vhJwYjKz5d .dropdown-item:active {
  background-color: transparent;
}
.cid-vhJwYjKz5d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhJwYjKz5d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhJwYjKz5d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhJwYjKz5d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c2634;
}
.cid-vhJwYjKz5d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vhJwYjKz5d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhJwYjKz5d ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-vhJwYjKz5d .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vhJwYjKz5d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0c2634;
}
.cid-vhJwYjKz5d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vhJwYjKz5d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhJwYjKz5d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhJwYjKz5d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhJwYjKz5d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhJwYjKz5d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhJwYjKz5d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhJwYjKz5d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhJwYjKz5d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhJwYjKz5d a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vhJwYjKz5d .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhJwYjKz5d .navbar {
    height: 70px;
  }
  .cid-vhJwYjKz5d .navbar.opened {
    height: auto;
  }
  .cid-vhJwYjKz5d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhJwYjKz5d .mbr-section-subtitle {
  color: #202020;
}
.cid-vgRtHV2SDf {
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vgRtHV2SDf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgRtHV2SDf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgRtHV2SDf .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vgRtHV2SDf .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-vgRtHV2SDf .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vgRtHV2SDf .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgRtHV2SDf .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgRtHV2SDf .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vgRtHV2SDf .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vgRtHV2SDf .mbr-label,
.cid-vgRtHV2SDf .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgRtHV2SDf .mbr-section-title {
  color: #ffffff;
}
.cid-vgRtHV2SDf .mbr-text,
.cid-vgRtHV2SDf .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-vgRtHV2SDf .mbr-section-title,
.cid-vgRtHV2SDf .mbr-section-btn {
  text-align: left;
}
.cid-vgRwsJyHDN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-vgRwsJyHDN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgRwsJyHDN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vgRwsJyHDN .container {
    padding: 0 16px;
  }
}
.cid-vgRwsJyHDN .row {
  justify-content: center;
}
.cid-vgRwsJyHDN .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-vgRwsJyHDN .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-vgRwsJyHDN .content-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vgRwsJyHDN .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-vgRwsJyHDN .content-wrapper .mbr-section-btn .btn {
  width: 144px;
  height: 144px;
  border-radius: 100% !important;
}
.cid-vgRwsJyHDN .content-wrapper .mbr-section-btn .btn-primary:hover,
.cid-vgRwsJyHDN .content-wrapper .mbr-section-btn .btn-secondary:hover,
.cid-vgRwsJyHDN .content-wrapper .mbr-section-btn .btn-success:hover,
.cid-vgRwsJyHDN .content-wrapper .mbr-section-btn .btn-info:hover,
.cid-vgRwsJyHDN .content-wrapper .mbr-section-btn .btn-warning:hover,
.cid-vgRwsJyHDN .content-wrapper .mbr-section-btn .btn-danger:hover,
.cid-vgRwsJyHDN .content-wrapper .mbr-section-btn .btn-black:hover,
.cid-vgRwsJyHDN .content-wrapper .mbr-section-btn .btn-white:hover,
.cid-vgRwsJyHDN .content-wrapper .mbr-section-btn .btn-primary:focus,
.cid-vgRwsJyHDN .content-wrapper .mbr-section-btn .btn-secondary:focus,
.cid-vgRwsJyHDN .content-wrapper .mbr-section-btn .btn-success:focus,
.cid-vgRwsJyHDN .content-wrapper .mbr-section-btn .btn-info:focus,
.cid-vgRwsJyHDN .content-wrapper .mbr-section-btn .btn-warning:focus,
.cid-vgRwsJyHDN .content-wrapper .mbr-section-btn .btn-danger:focus,
.cid-vgRwsJyHDN .content-wrapper .mbr-section-btn .btn-black:focus,
.cid-vgRwsJyHDN .content-wrapper .mbr-section-btn .btn-white:focus {
  box-shadow: inset 0 -145px 0 0 #f4f4f4 !important;
  color: #ededee !important;
  border-color: #f4f4f4 !important;
}
.cid-vgRwsJyHDN .content-wrapper .mbr-section-btn .btn-primary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #093388 !important;
  color: #ededee !important;
}
.cid-vgRwsJyHDN .content-wrapper .mbr-section-btn .btn-secondary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #f4f4f4 !important;
  color: #ededee !important;
}
.cid-vgRwsJyHDN .content-wrapper .mbr-section-btn .btn-success-outline:hover {
  box-shadow: inset 0 -145px 0 0 #9d9b9b !important;
  color: #ededee !important;
}
.cid-vgRwsJyHDN .content-wrapper .mbr-section-btn .btn-info-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ededee !important;
  color: #f4f4f4 !important;
  border-color: #ededee !important;
}
.cid-vgRwsJyHDN .content-wrapper .mbr-section-btn .btn-warning-outline:hover {
  box-shadow: inset 0 -145px 0 0 #cc8400 !important;
  color: #ededee !important;
}
.cid-vgRwsJyHDN .content-wrapper .mbr-section-btn .btn-danger-outline:hover {
  box-shadow: inset 0 -145px 0 0 #58595b !important;
  color: #ededee !important;
}
.cid-vgRwsJyHDN .content-wrapper .mbr-section-btn .btn-black-outline:hover {
  box-shadow: inset 0 -145px 0 0 #000000 !important;
  color: #ffffff !important;
}
.cid-vgRwsJyHDN .content-wrapper .mbr-section-btn .btn-white-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffffff !important;
  color: #000000 !important;
}
.cid-vgRwsJyHDN .mbr-desc {
  color: #58595b;
}
.cid-vgRwsJyHDN .mbr-section-title {
  color: #000000;
}
.cid-vgRwsJyHDN .mbr-text {
  color: #000000;
}
.cid-vgRwsJyHDN .mbr-section-btn {
  text-align: center;
}
.cid-vgRwsJyHDN .mbr-section-title,
.cid-vgRwsJyHDN .mbr-section-btn {
  color: #353535;
}
.cid-vgS7EAE1my {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgS7EAE1my .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgS7EAE1my .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgS7EAE1my .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-vgS7EAE1my .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vgS7EAE1my .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-vgS7EAE1my .title-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-vgS7EAE1my .title-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-vgS7EAE1my .title-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vgS7EAE1my .title-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-vgS7EAE1my .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-vgS7EAE1my .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-vgS7EAE1my .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vgS7EAE1my .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgS7EAE1my .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #093388, #2f5298 50%, #1e7fb3);
}
.cid-vgS7EAE1my .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgS7EAE1my .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-vgS7EAE1my .items-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -32px;
}
.cid-vgS7EAE1my .items-wrapper .item {
  width: 25%;
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 1640px) {
  .cid-vgS7EAE1my .items-wrapper .item {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vgS7EAE1my .items-wrapper .item {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-vgS7EAE1my .items-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  padding: 0 0 0 54px;
}
@media (max-width: 992px) {
  .cid-vgS7EAE1my .items-wrapper .item .item-wrapper {
    padding: 18px 0;
  }
}
@media (max-width: 992px) {
  .cid-vgS7EAE1my .items-wrapper .item .item-wrapper {
    padding: 18px;
  }
}
.cid-vgS7EAE1my .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(#2f5298, #0d41a8, #2f5298);
}
.cid-vgS7EAE1my .items-wrapper .item .item-wrapper .title-wrap {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-vgS7EAE1my .items-wrapper .item .item-wrapper .title-wrap {
    margin-bottom: 22px;
  }
}
.cid-vgS7EAE1my .items-wrapper .item .item-wrapper .title-wrap .title {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vgS7EAE1my .items-wrapper .item .item-wrapper .title-wrap .title {
    padding: 10px 16px;
  }
}
.cid-vgS7EAE1my .items-wrapper .item .item-wrapper .title-wrap .title .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-vgS7EAE1my .items-wrapper .item .item-wrapper .title-wrap .title .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-vgS7EAE1my .items-wrapper .item .item-wrapper .title-wrap .title .item-title {
  margin-bottom: 0;
}
.cid-vgS7EAE1my .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgS7EAE1my .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
  width: 100%;
}
.cid-vgS7EAE1my .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-vgS7EAE1my .btn-wrapper {
  margin-top: -12%;
}
.cid-vgS7EAE1my .mbr-label,
.cid-vgS7EAE1my .label-wrapper {
  color: #58595b;
  text-align: left;
}
.cid-vgS7EAE1my .mbr-section-title {
  color: #353535;
  text-align: center;
}
.cid-vgS7EAE1my .mbr-section-subtitle,
.cid-vgS7EAE1my .subtitle-wrapper {
  color: #1a0b54;
  text-align: center;
}
.cid-vgS7EAE1my .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-vgS7EAE1my .item-title {
  color: #1a0b54;
}
.cid-vgS7EAE1my .item-text {
  color: #58595b;
}
.cid-vgS7EAE1my .item-title,
.cid-vgS7EAE1my .title-wrap {
  color: #004062;
}
.cid-vgSos0r135 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-vgSos0r135 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgSos0r135 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vgSos0r135 .container {
    padding: 0 16px;
  }
}
.cid-vgSos0r135 .row {
  justify-content: center;
}
.cid-vgSos0r135 .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-vgSos0r135 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-vgSos0r135 .content-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vgSos0r135 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-vgSos0r135 .content-wrapper .mbr-section-btn .btn {
  width: 144px;
  height: 144px;
  border-radius: 100% !important;
}
.cid-vgSos0r135 .content-wrapper .mbr-section-btn .btn-primary:hover,
.cid-vgSos0r135 .content-wrapper .mbr-section-btn .btn-secondary:hover,
.cid-vgSos0r135 .content-wrapper .mbr-section-btn .btn-success:hover,
.cid-vgSos0r135 .content-wrapper .mbr-section-btn .btn-info:hover,
.cid-vgSos0r135 .content-wrapper .mbr-section-btn .btn-warning:hover,
.cid-vgSos0r135 .content-wrapper .mbr-section-btn .btn-danger:hover,
.cid-vgSos0r135 .content-wrapper .mbr-section-btn .btn-black:hover,
.cid-vgSos0r135 .content-wrapper .mbr-section-btn .btn-white:hover,
.cid-vgSos0r135 .content-wrapper .mbr-section-btn .btn-primary:focus,
.cid-vgSos0r135 .content-wrapper .mbr-section-btn .btn-secondary:focus,
.cid-vgSos0r135 .content-wrapper .mbr-section-btn .btn-success:focus,
.cid-vgSos0r135 .content-wrapper .mbr-section-btn .btn-info:focus,
.cid-vgSos0r135 .content-wrapper .mbr-section-btn .btn-warning:focus,
.cid-vgSos0r135 .content-wrapper .mbr-section-btn .btn-danger:focus,
.cid-vgSos0r135 .content-wrapper .mbr-section-btn .btn-black:focus,
.cid-vgSos0r135 .content-wrapper .mbr-section-btn .btn-white:focus {
  box-shadow: inset 0 -145px 0 0 #f4f4f4 !important;
  color: #ededee !important;
  border-color: #f4f4f4 !important;
}
.cid-vgSos0r135 .content-wrapper .mbr-section-btn .btn-primary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #093388 !important;
  color: #ededee !important;
}
.cid-vgSos0r135 .content-wrapper .mbr-section-btn .btn-secondary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #f4f4f4 !important;
  color: #ededee !important;
}
.cid-vgSos0r135 .content-wrapper .mbr-section-btn .btn-success-outline:hover {
  box-shadow: inset 0 -145px 0 0 #9d9b9b !important;
  color: #ededee !important;
}
.cid-vgSos0r135 .content-wrapper .mbr-section-btn .btn-info-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ededee !important;
  color: #f4f4f4 !important;
  border-color: #ededee !important;
}
.cid-vgSos0r135 .content-wrapper .mbr-section-btn .btn-warning-outline:hover {
  box-shadow: inset 0 -145px 0 0 #cc8400 !important;
  color: #ededee !important;
}
.cid-vgSos0r135 .content-wrapper .mbr-section-btn .btn-danger-outline:hover {
  box-shadow: inset 0 -145px 0 0 #58595b !important;
  color: #ededee !important;
}
.cid-vgSos0r135 .content-wrapper .mbr-section-btn .btn-black-outline:hover {
  box-shadow: inset 0 -145px 0 0 #000000 !important;
  color: #ffffff !important;
}
.cid-vgSos0r135 .content-wrapper .mbr-section-btn .btn-white-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffffff !important;
  color: #000000 !important;
}
.cid-vgSos0r135 .mbr-desc {
  color: #58595b;
}
.cid-vgSos0r135 .mbr-section-title {
  color: #000000;
}
.cid-vgSos0r135 .mbr-text {
  color: #000000;
}
.cid-vgSos0r135 .mbr-section-btn {
  text-align: center;
}
.cid-vgSos0r135 .mbr-section-title,
.cid-vgSos0r135 .mbr-section-btn {
  color: #353535;
}
.cid-vgSfueBw1b {
  padding-top: 1rem;
  padding-bottom: 5rem;
  align-items: flex-end;
  background-color: #ffffff;
}
.cid-vgSfueBw1b .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgSfueBw1b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgSfueBw1b .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 400px;
  max-width: 400px;
}
@media (max-width: 768px) {
  .cid-vgSfueBw1b .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgSfueBw1b .embla__slide .slide-content {
  width: 100%;
}
.cid-vgSfueBw1b .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  min-height: 490px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  will-change: transform;
}
@media (max-width: 992px) {
  .cid-vgSfueBw1b .embla__slide .slide-content .item-wrapper {
    min-height: 350px;
  }
}
.cid-vgSfueBw1b .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-vgSfueBw1b .embla__slide .slide-content .item-wrapper .card-box {
  padding: 100px 32px 32px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vgSfueBw1b .embla__slide .slide-content .item-wrapper .card-box {
    padding: 100px 24px 24px;
  }
}
.cid-vgSfueBw1b .embla__slide .slide-content .item-wrapper .card-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #252322 20%, transparent);
  opacity: 0.5;
  pointer-events: none;
  z-index: 1;
}
.cid-vgSfueBw1b .embla__slide .slide-content .item-wrapper .card-box .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vgSfueBw1b .embla__slide .slide-content .item-wrapper .card-box .item-text {
  position: relative;
  z-index: 1;
  margin-top: 22px;
  margin-bottom: 0;
}
.cid-vgSfueBw1b .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 12px;
  margin-bottom: -9.6px;
}
.cid-vgSfueBw1b .embla__button--next,
.cid-vgSfueBw1b .embla__button--prev {
  display: flex;
}
.cid-vgSfueBw1b .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 25px;
  background-color: transparent !important;
  color: #252322 !important;
  border: 1px solid #252322 !important;
  box-shadow: 3px 3px 0 0 #252322 !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgSfueBw1b .embla__button {
    display: none;
  }
}
@media (max-width: 992px) {
  .cid-vgSfueBw1b .embla__button {
    bottom: 0;
  }
}
.cid-vgSfueBw1b .embla__button:hover {
  opacity: 0.6 !important;
}
.cid-vgSfueBw1b .embla__button:disabled {
  opacity: 0.3 !important;
}
.cid-vgSfueBw1b .embla__button.embla__button--prev {
  right: 73px;
}
.cid-vgSfueBw1b .embla__button.embla__button--next {
  right: 0;
}
.cid-vgSfueBw1b .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vgSfueBw1b .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
.cid-vgSfueBw1b .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgSfueBw1b .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgSfueBw1b .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgSfueBw1b .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vgSfueBw1b .item-title {
  color: #ffffff;
}
.cid-vgSfueBw1b .item-text {
  color: #f0ece8;
  text-align: left;
}
.cid-vgSfueBw1b .item-title,
.cid-vgSfueBw1b .mbr-section-btn {
  text-align: left;
}
.cid-vgSyy8q9q0 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  flex-direction: column;
  justify-content: center;
  background-image: url("../../../assets/images/mbr-1920x1920.png");
}
.cid-vgSyy8q9q0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgSyy8q9q0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vgSyy8q9q0 .container {
    padding: 0 16px;
  }
}
.cid-vgSyy8q9q0 .row {
  justify-content: center;
}
.cid-vgSyy8q9q0 .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-vgSyy8q9q0 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-vgSyy8q9q0 .content-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vgSyy8q9q0 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-vgSyy8q9q0 .content-wrapper .mbr-section-btn .btn {
  width: 144px;
  height: 144px;
  border-radius: 100% !important;
}
.cid-vgSyy8q9q0 .content-wrapper .mbr-section-btn .btn-primary:hover,
.cid-vgSyy8q9q0 .content-wrapper .mbr-section-btn .btn-secondary:hover,
.cid-vgSyy8q9q0 .content-wrapper .mbr-section-btn .btn-success:hover,
.cid-vgSyy8q9q0 .content-wrapper .mbr-section-btn .btn-info:hover,
.cid-vgSyy8q9q0 .content-wrapper .mbr-section-btn .btn-warning:hover,
.cid-vgSyy8q9q0 .content-wrapper .mbr-section-btn .btn-danger:hover,
.cid-vgSyy8q9q0 .content-wrapper .mbr-section-btn .btn-black:hover,
.cid-vgSyy8q9q0 .content-wrapper .mbr-section-btn .btn-white:hover,
.cid-vgSyy8q9q0 .content-wrapper .mbr-section-btn .btn-primary:focus,
.cid-vgSyy8q9q0 .content-wrapper .mbr-section-btn .btn-secondary:focus,
.cid-vgSyy8q9q0 .content-wrapper .mbr-section-btn .btn-success:focus,
.cid-vgSyy8q9q0 .content-wrapper .mbr-section-btn .btn-info:focus,
.cid-vgSyy8q9q0 .content-wrapper .mbr-section-btn .btn-warning:focus,
.cid-vgSyy8q9q0 .content-wrapper .mbr-section-btn .btn-danger:focus,
.cid-vgSyy8q9q0 .content-wrapper .mbr-section-btn .btn-black:focus,
.cid-vgSyy8q9q0 .content-wrapper .mbr-section-btn .btn-white:focus {
  box-shadow: inset 0 -145px 0 0 #f4f4f4 !important;
  color: #ededee !important;
  border-color: #f4f4f4 !important;
}
.cid-vgSyy8q9q0 .content-wrapper .mbr-section-btn .btn-primary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #093388 !important;
  color: #ededee !important;
}
.cid-vgSyy8q9q0 .content-wrapper .mbr-section-btn .btn-secondary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #f4f4f4 !important;
  color: #ededee !important;
}
.cid-vgSyy8q9q0 .content-wrapper .mbr-section-btn .btn-success-outline:hover {
  box-shadow: inset 0 -145px 0 0 #9d9b9b !important;
  color: #ededee !important;
}
.cid-vgSyy8q9q0 .content-wrapper .mbr-section-btn .btn-info-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ededee !important;
  color: #f4f4f4 !important;
  border-color: #ededee !important;
}
.cid-vgSyy8q9q0 .content-wrapper .mbr-section-btn .btn-warning-outline:hover {
  box-shadow: inset 0 -145px 0 0 #cc8400 !important;
  color: #ededee !important;
}
.cid-vgSyy8q9q0 .content-wrapper .mbr-section-btn .btn-danger-outline:hover {
  box-shadow: inset 0 -145px 0 0 #58595b !important;
  color: #ededee !important;
}
.cid-vgSyy8q9q0 .content-wrapper .mbr-section-btn .btn-black-outline:hover {
  box-shadow: inset 0 -145px 0 0 #000000 !important;
  color: #ffffff !important;
}
.cid-vgSyy8q9q0 .content-wrapper .mbr-section-btn .btn-white-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffffff !important;
  color: #000000 !important;
}
.cid-vgSyy8q9q0 .mbr-desc {
  color: #58595b;
}
.cid-vgSyy8q9q0 .mbr-section-title {
  color: #000000;
}
.cid-vgSyy8q9q0 .mbr-text {
  color: #000000;
}
.cid-vgSyy8q9q0 .mbr-section-btn {
  text-align: center;
}
.cid-vgSyy8q9q0 .mbr-section-title,
.cid-vgSyy8q9q0 .mbr-section-btn {
  color: #f4f4f4;
}
.cid-vgSA4VGaWO {
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-vgSA4VGaWO .carousel {
  z-index: 2;
  position: relative;
}
.cid-vgSA4VGaWO .user {
  padding: 0 !important;
}
.cid-vgSA4VGaWO .mbr-iconfont {
  font-size: 3rem;
  color: #1e7fb3 !important;
}
.cid-vgSA4VGaWO .user_name {
  margin: 0;
  color: #d58f76;
}
.cid-vgSA4VGaWO .user_image {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 1rem auto;
  position: relative;
}
.cid-vgSA4VGaWO .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-vgSA4VGaWO .user_image:before {
  content: '';
  position: absolute;
  height: 198px;
  width: 198px;
  left: 0px;
  top: 0px;
  background: transparent;
  border-radius: 100%;
  z-index: 0;
}
.cid-vgSA4VGaWO .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-vgSA4VGaWO .carousel-item.active,
.cid-vgSA4VGaWO .carousel-item-next,
.cid-vgSA4VGaWO .carousel-item-prev {
  display: flex;
}
.cid-vgSA4VGaWO .carousel-controls a {
  font-size: 2rem;
}
.cid-vgSA4VGaWO .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 100px;
  padding: 10px;
  border-radius: 50%;
  color: #2f5298 !important;
  background: transparent;
  opacity: 0.8 !important;
}
.cid-vgSA4VGaWO .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-vgSA4VGaWO ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-vgSA4VGaWO .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #2f5298;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
  position: relative;
}
.cid-vgSA4VGaWO .carousel-indicators li:hover {
  opacity: 1;
}
.cid-vgSA4VGaWO .carousel-indicators .active {
  opacity: 1;
  width: 12px;
  height: 12px;
}
.cid-vgSA4VGaWO .carousel-indicators .active:before {
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  left: -3px;
  top: -3px;
  background: transparent;
  border-radius: 100%;
  z-index: -1;
}
.cid-vgSA4VGaWO .user_text {
  color: #58595b;
}
@media (max-width: 992px) {
  .cid-vgSA4VGaWO .carousel-controls a span {
    top: auto;
    bottom: -40px;
  }
}
.cid-vgSA4VGaWO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgSA4VGaWO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgSA4VGaWO .title,
.cid-vgSA4VGaWO .line-align {
  color: #1e7fb3;
}
.cid-vgSGCct3o7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-vgSGCct3o7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgSGCct3o7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vgSGCct3o7 .container {
    padding: 0 16px;
  }
}
.cid-vgSGCct3o7 .row {
  justify-content: center;
}
.cid-vgSGCct3o7 .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-vgSGCct3o7 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-vgSGCct3o7 .content-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vgSGCct3o7 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-vgSGCct3o7 .content-wrapper .mbr-section-btn .btn {
  width: 144px;
  height: 144px;
  border-radius: 100% !important;
}
.cid-vgSGCct3o7 .content-wrapper .mbr-section-btn .btn-primary:hover,
.cid-vgSGCct3o7 .content-wrapper .mbr-section-btn .btn-secondary:hover,
.cid-vgSGCct3o7 .content-wrapper .mbr-section-btn .btn-success:hover,
.cid-vgSGCct3o7 .content-wrapper .mbr-section-btn .btn-info:hover,
.cid-vgSGCct3o7 .content-wrapper .mbr-section-btn .btn-warning:hover,
.cid-vgSGCct3o7 .content-wrapper .mbr-section-btn .btn-danger:hover,
.cid-vgSGCct3o7 .content-wrapper .mbr-section-btn .btn-black:hover,
.cid-vgSGCct3o7 .content-wrapper .mbr-section-btn .btn-white:hover,
.cid-vgSGCct3o7 .content-wrapper .mbr-section-btn .btn-primary:focus,
.cid-vgSGCct3o7 .content-wrapper .mbr-section-btn .btn-secondary:focus,
.cid-vgSGCct3o7 .content-wrapper .mbr-section-btn .btn-success:focus,
.cid-vgSGCct3o7 .content-wrapper .mbr-section-btn .btn-info:focus,
.cid-vgSGCct3o7 .content-wrapper .mbr-section-btn .btn-warning:focus,
.cid-vgSGCct3o7 .content-wrapper .mbr-section-btn .btn-danger:focus,
.cid-vgSGCct3o7 .content-wrapper .mbr-section-btn .btn-black:focus,
.cid-vgSGCct3o7 .content-wrapper .mbr-section-btn .btn-white:focus {
  box-shadow: inset 0 -145px 0 0 #f4f4f4 !important;
  color: #ededee !important;
  border-color: #f4f4f4 !important;
}
.cid-vgSGCct3o7 .content-wrapper .mbr-section-btn .btn-primary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #093388 !important;
  color: #ededee !important;
}
.cid-vgSGCct3o7 .content-wrapper .mbr-section-btn .btn-secondary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #f4f4f4 !important;
  color: #ededee !important;
}
.cid-vgSGCct3o7 .content-wrapper .mbr-section-btn .btn-success-outline:hover {
  box-shadow: inset 0 -145px 0 0 #9d9b9b !important;
  color: #ededee !important;
}
.cid-vgSGCct3o7 .content-wrapper .mbr-section-btn .btn-info-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ededee !important;
  color: #f4f4f4 !important;
  border-color: #ededee !important;
}
.cid-vgSGCct3o7 .content-wrapper .mbr-section-btn .btn-warning-outline:hover {
  box-shadow: inset 0 -145px 0 0 #cc8400 !important;
  color: #ededee !important;
}
.cid-vgSGCct3o7 .content-wrapper .mbr-section-btn .btn-danger-outline:hover {
  box-shadow: inset 0 -145px 0 0 #58595b !important;
  color: #ededee !important;
}
.cid-vgSGCct3o7 .content-wrapper .mbr-section-btn .btn-black-outline:hover {
  box-shadow: inset 0 -145px 0 0 #000000 !important;
  color: #ffffff !important;
}
.cid-vgSGCct3o7 .content-wrapper .mbr-section-btn .btn-white-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffffff !important;
  color: #000000 !important;
}
.cid-vgSGCct3o7 .mbr-desc {
  color: #58595b;
}
.cid-vgSGCct3o7 .mbr-section-title {
  color: #000000;
}
.cid-vgSGCct3o7 .mbr-text {
  color: #000000;
}
.cid-vgSGCct3o7 .mbr-section-btn {
  text-align: center;
}
.cid-vgSGCct3o7 .mbr-section-title,
.cid-vgSGCct3o7 .mbr-section-btn {
  color: #353535;
}
.cid-vgSGcXfEUg {
  padding-top: 1rem;
  padding-bottom: 5rem;
  align-items: flex-end;
  background-color: #ffffff;
}
.cid-vgSGcXfEUg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgSGcXfEUg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgSGcXfEUg .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 400px;
  max-width: 400px;
}
@media (max-width: 768px) {
  .cid-vgSGcXfEUg .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgSGcXfEUg .embla__slide .slide-content {
  width: 100%;
}
.cid-vgSGcXfEUg .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  min-height: 490px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  will-change: transform;
}
@media (max-width: 992px) {
  .cid-vgSGcXfEUg .embla__slide .slide-content .item-wrapper {
    min-height: 350px;
  }
}
.cid-vgSGcXfEUg .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-vgSGcXfEUg .embla__slide .slide-content .item-wrapper .card-box {
  padding: 100px 32px 32px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vgSGcXfEUg .embla__slide .slide-content .item-wrapper .card-box {
    padding: 100px 24px 24px;
  }
}
.cid-vgSGcXfEUg .embla__slide .slide-content .item-wrapper .card-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #252322 20%, transparent);
  opacity: 1;
  pointer-events: none;
  z-index: 1;
}
.cid-vgSGcXfEUg .embla__slide .slide-content .item-wrapper .card-box .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vgSGcXfEUg .embla__slide .slide-content .item-wrapper .card-box .item-text {
  position: relative;
  z-index: 1;
  margin-top: 22px;
  margin-bottom: 0;
}
.cid-vgSGcXfEUg .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 12px;
  margin-bottom: -9.6px;
}
.cid-vgSGcXfEUg .embla__button--next,
.cid-vgSGcXfEUg .embla__button--prev {
  display: flex;
}
.cid-vgSGcXfEUg .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 25px;
  background-color: transparent !important;
  color: #252322 !important;
  border: 1px solid #252322 !important;
  box-shadow: 3px 3px 0 0 #252322 !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgSGcXfEUg .embla__button {
    display: none;
  }
}
@media (max-width: 992px) {
  .cid-vgSGcXfEUg .embla__button {
    bottom: 0;
  }
}
.cid-vgSGcXfEUg .embla__button:hover {
  opacity: 0.6 !important;
}
.cid-vgSGcXfEUg .embla__button:disabled {
  opacity: 0.3 !important;
}
.cid-vgSGcXfEUg .embla__button.embla__button--prev {
  right: 73px;
}
.cid-vgSGcXfEUg .embla__button.embla__button--next {
  right: 0;
}
.cid-vgSGcXfEUg .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vgSGcXfEUg .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
.cid-vgSGcXfEUg .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgSGcXfEUg .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgSGcXfEUg .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgSGcXfEUg .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vgSGcXfEUg .item-title {
  color: #ffffff;
}
.cid-vgSGcXfEUg .item-text {
  color: #f0ece8;
  text-align: left;
}
.cid-vgSGcXfEUg .item-title,
.cid-vgSGcXfEUg .mbr-section-btn {
  text-align: left;
}
.cid-vgSISerw4z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgSISerw4z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgSISerw4z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgSISerw4z .card-wrapper {
  overflow: hidden;
  display: flex;
}
@media (max-width: 992px) {
  .cid-vgSISerw4z .card-wrapper {
    display: block;
  }
}
.cid-vgSISerw4z .card-wrapper .items-wrapper {
  width: 50%;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vgSISerw4z .card-wrapper .items-wrapper {
    width: 100%;
    padding: 20px;
    min-height: 350px;
  }
}
.cid-vgSISerw4z .card-wrapper .items-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-vgSISerw4z .card-wrapper .items-wrapper .image-wrap img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45%;
  height: 50%;
  object-fit: cover;
  z-index: 1;
}
.cid-vgSISerw4z .card-wrapper .content-wrapper {
  width: 50%;
  padding: 30px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vgSISerw4z .card-wrapper .content-wrapper {
    padding: 20px;
    width: 100%;
  }
}
.cid-vgSISerw4z .card-wrapper .content-wrapper .icon-wrapper {
  margin-bottom: 160px;
}
@media (max-width: 992px) {
  .cid-vgSISerw4z .card-wrapper .content-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vgSISerw4z .card-wrapper .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 84px;
  color: #1e7fb3;
}
@media (max-width: 992px) {
  .cid-vgSISerw4z .card-wrapper .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 54px;
  }
}
.cid-vgSISerw4z .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vgSISerw4z .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vgSISerw4z .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vgSISerw4z .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgSISerw4z .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgSISerw4z .mbr-section-title {
  color: #093388;
}
.cid-vgSISerw4z .mbr-text {
  color: #58595b;
}
.cid-vgSISerw4z .mbr-section-title,
.cid-vgSISerw4z .mbr-section-btn,
.cid-vgSISerw4z .title-wrapper,
.cid-vgSISerw4z .icon-wrapper {
  color: #353535;
}
.cid-vgSKthwNmx {
  padding-top: 9rem;
  padding-bottom: 10rem;
  flex-direction: column;
  justify-content: center;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-vgSKthwNmx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgSKthwNmx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vgSKthwNmx .container {
    padding: 0 16px;
  }
}
.cid-vgSKthwNmx .row {
  justify-content: center;
}
.cid-vgSKthwNmx .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-vgSKthwNmx .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-vgSKthwNmx .content-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vgSKthwNmx .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-vgSKthwNmx .content-wrapper .mbr-section-btn .btn {
  width: 144px;
  height: 144px;
  border-radius: 100% !important;
}
.cid-vgSKthwNmx .content-wrapper .mbr-section-btn .btn-primary:hover,
.cid-vgSKthwNmx .content-wrapper .mbr-section-btn .btn-secondary:hover,
.cid-vgSKthwNmx .content-wrapper .mbr-section-btn .btn-success:hover,
.cid-vgSKthwNmx .content-wrapper .mbr-section-btn .btn-info:hover,
.cid-vgSKthwNmx .content-wrapper .mbr-section-btn .btn-warning:hover,
.cid-vgSKthwNmx .content-wrapper .mbr-section-btn .btn-danger:hover,
.cid-vgSKthwNmx .content-wrapper .mbr-section-btn .btn-black:hover,
.cid-vgSKthwNmx .content-wrapper .mbr-section-btn .btn-white:hover,
.cid-vgSKthwNmx .content-wrapper .mbr-section-btn .btn-primary:focus,
.cid-vgSKthwNmx .content-wrapper .mbr-section-btn .btn-secondary:focus,
.cid-vgSKthwNmx .content-wrapper .mbr-section-btn .btn-success:focus,
.cid-vgSKthwNmx .content-wrapper .mbr-section-btn .btn-info:focus,
.cid-vgSKthwNmx .content-wrapper .mbr-section-btn .btn-warning:focus,
.cid-vgSKthwNmx .content-wrapper .mbr-section-btn .btn-danger:focus,
.cid-vgSKthwNmx .content-wrapper .mbr-section-btn .btn-black:focus,
.cid-vgSKthwNmx .content-wrapper .mbr-section-btn .btn-white:focus {
  box-shadow: inset 0 -145px 0 0 #f4f4f4 !important;
  color: #ededee !important;
  border-color: #f4f4f4 !important;
}
.cid-vgSKthwNmx .content-wrapper .mbr-section-btn .btn-primary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #093388 !important;
  color: #ededee !important;
}
.cid-vgSKthwNmx .content-wrapper .mbr-section-btn .btn-secondary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #f4f4f4 !important;
  color: #ededee !important;
}
.cid-vgSKthwNmx .content-wrapper .mbr-section-btn .btn-success-outline:hover {
  box-shadow: inset 0 -145px 0 0 #9d9b9b !important;
  color: #ededee !important;
}
.cid-vgSKthwNmx .content-wrapper .mbr-section-btn .btn-info-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ededee !important;
  color: #f4f4f4 !important;
  border-color: #ededee !important;
}
.cid-vgSKthwNmx .content-wrapper .mbr-section-btn .btn-warning-outline:hover {
  box-shadow: inset 0 -145px 0 0 #cc8400 !important;
  color: #ededee !important;
}
.cid-vgSKthwNmx .content-wrapper .mbr-section-btn .btn-danger-outline:hover {
  box-shadow: inset 0 -145px 0 0 #58595b !important;
  color: #ededee !important;
}
.cid-vgSKthwNmx .content-wrapper .mbr-section-btn .btn-black-outline:hover {
  box-shadow: inset 0 -145px 0 0 #000000 !important;
  color: #ffffff !important;
}
.cid-vgSKthwNmx .content-wrapper .mbr-section-btn .btn-white-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffffff !important;
  color: #000000 !important;
}
.cid-vgSKthwNmx .mbr-desc {
  color: #58595b;
}
.cid-vgSKthwNmx .mbr-section-title {
  color: #000000;
}
.cid-vgSKthwNmx .mbr-text {
  color: #000000;
}
.cid-vgSKthwNmx .mbr-section-btn {
  text-align: center;
}
.cid-vgSKthwNmx .mbr-section-title,
.cid-vgSKthwNmx .mbr-section-btn {
  color: #f4f4f4;
}
.cid-uLkjeZWYZX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #004062;
}
.cid-uLkjeZWYZX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLkjeZWYZX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLkjeZWYZX .row {
  justify-content: center;
}
.cid-uLkjeZWYZX .row .card {
  justify-content: space-between;
}
.cid-uLkjeZWYZX .content-wrapper {
  margin-bottom: 20px;
}
.cid-uLkjeZWYZX .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uLkjeZWYZX .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uLkjeZWYZX .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uLkjeZWYZX .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLkjeZWYZX .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uLkjeZWYZX .content-wrapper .content-wrap .image-wrapper img {
  height: 260px;
  object-fit: cover;
}
.cid-uLkjeZWYZX .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLkjeZWYZX .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLkjeZWYZX .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uLkjeZWYZX .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uLkjeZWYZX .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uLkjeZWYZX .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uLkjeZWYZX .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uLkjeZWYZX .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLkjeZWYZX .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uLkjeZWYZX .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #bac0cc;
}
.cid-uLkjeZWYZX .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uLkjeZWYZX .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uLkjeZWYZX .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uLkjeZWYZX .mbr-copy {
  margin-bottom: 0;
  color: #d7d2d2;
  text-align: center;
}
.cid-uLkjeZWYZX .mbr-section-title {
  color: #093388;
}
.cid-uLkjeZWYZX .mbr-list-title {
  color: #bac0cc;
}
.cid-uLkjeZWYZX .list {
  color: #58595b;
}
.cid-uLkjeZWYZX .mbr-section-title,
.cid-uLkjeZWYZX .mbr-section-btn,
.cid-uLkjeZWYZX .content-wrapper {
  color: #f4f4f4;
  text-align: center;
}
.cid-uLkjeZWYZX .list,
.cid-uLkjeZWYZX .item-wrap,
.cid-uLkjeZWYZX .list-wrapper {
  color: #ededee;
}
.cid-vhJwYjKz5d {
  z-index: 1000;
  width: 100%;
}
.cid-vhJwYjKz5d .navbar-dropdown {
  background: rgba(12, 38, 52, 0.2) !important;
  padding: 0;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-vhJwYjKz5d .menu_box .navbar.opened,
  .cid-vhJwYjKz5d .menu_box .navbar-collapse {
    background-color: #0c2634 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vhJwYjKz5d nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vhJwYjKz5d .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ededee;
  }
  .cid-vhJwYjKz5d .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vhJwYjKz5d .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vhJwYjKz5d .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vhJwYjKz5d .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vhJwYjKz5d .offcanvas-body .mbr-text,
  .cid-vhJwYjKz5d .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-vhJwYjKz5d .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-vhJwYjKz5d .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vhJwYjKz5d .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-vhJwYjKz5d .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vhJwYjKz5d .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vhJwYjKz5d .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vhJwYjKz5d .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vhJwYjKz5d ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vhJwYjKz5d .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vhJwYjKz5d .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vhJwYjKz5d .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vhJwYjKz5d li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-vhJwYjKz5d li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-vhJwYjKz5d li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-vhJwYjKz5d .lg_brand {
    margin: 0 1rem;
  }
}
.cid-vhJwYjKz5d .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vhJwYjKz5d .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-vhJwYjKz5d .nav-item {
    margin: 0 !important;
  }
}
.cid-vhJwYjKz5d .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vhJwYjKz5d .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-vhJwYjKz5d .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vhJwYjKz5d .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vhJwYjKz5d .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vhJwYjKz5d .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vhJwYjKz5d .offcanvas_box {
    display: none;
  }
}
.cid-vhJwYjKz5d .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-vhJwYjKz5d .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vhJwYjKz5d .dropdown .dropdown-item:hover {
  color: #d7d2d2 !important;
}
.cid-vhJwYjKz5d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vhJwYjKz5d .nav-link {
  position: relative;
}
.cid-vhJwYjKz5d .container {
  display: flex;
  margin: auto;
}
.cid-vhJwYjKz5d .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #004062;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vhJwYjKz5d .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vhJwYjKz5d .iconfont-wrapper:hover {
  background-color: #002f49;
}
.cid-vhJwYjKz5d .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-vhJwYjKz5d .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-vhJwYjKz5d .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-vhJwYjKz5d .dropdown-menu,
.cid-vhJwYjKz5d .navbar.opened {
  background: #0c2634 !important;
}
.cid-vhJwYjKz5d .nav-item:focus,
.cid-vhJwYjKz5d .nav-link:focus {
  outline: none;
}
.cid-vhJwYjKz5d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhJwYjKz5d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhJwYjKz5d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhJwYjKz5d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhJwYjKz5d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhJwYjKz5d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhJwYjKz5d .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-vhJwYjKz5d .navbar.opened {
  transition: all 0.3s;
}
.cid-vhJwYjKz5d .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vhJwYjKz5d .navbar .navbar-logo img {
  width: auto;
}
.cid-vhJwYjKz5d .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: space-evenly;
  z-index: 1;
}
.cid-vhJwYjKz5d .navbar.collapsed {
  justify-content: center;
}
.cid-vhJwYjKz5d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhJwYjKz5d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vhJwYjKz5d .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-vhJwYjKz5d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhJwYjKz5d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhJwYjKz5d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhJwYjKz5d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vhJwYjKz5d .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vhJwYjKz5d .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vhJwYjKz5d .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-vhJwYjKz5d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhJwYjKz5d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhJwYjKz5d .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vhJwYjKz5d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhJwYjKz5d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhJwYjKz5d .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhJwYjKz5d .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vhJwYjKz5d .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vhJwYjKz5d .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vhJwYjKz5d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vhJwYjKz5d .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhJwYjKz5d .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vhJwYjKz5d .navbar.navbar-short {
  min-height: 60px;
}
.cid-vhJwYjKz5d .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vhJwYjKz5d .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vhJwYjKz5d .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhJwYjKz5d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhJwYjKz5d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhJwYjKz5d .dropdown-item.active,
.cid-vhJwYjKz5d .dropdown-item:active {
  background-color: transparent;
}
.cid-vhJwYjKz5d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhJwYjKz5d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhJwYjKz5d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhJwYjKz5d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c2634;
}
.cid-vhJwYjKz5d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vhJwYjKz5d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhJwYjKz5d ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-vhJwYjKz5d .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vhJwYjKz5d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0c2634;
}
.cid-vhJwYjKz5d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vhJwYjKz5d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhJwYjKz5d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhJwYjKz5d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhJwYjKz5d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhJwYjKz5d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhJwYjKz5d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhJwYjKz5d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhJwYjKz5d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhJwYjKz5d a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vhJwYjKz5d .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhJwYjKz5d .navbar {
    height: 70px;
  }
  .cid-vhJwYjKz5d .navbar.opened {
    height: auto;
  }
  .cid-vhJwYjKz5d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhJwYjKz5d .mbr-section-subtitle {
  color: #202020;
}
.cid-vgRx53dDU6 {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vgRx53dDU6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgRx53dDU6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgRx53dDU6 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vgRx53dDU6 .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-vgRx53dDU6 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vgRx53dDU6 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgRx53dDU6 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgRx53dDU6 .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vgRx53dDU6 .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vgRx53dDU6 .mbr-label,
.cid-vgRx53dDU6 .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgRx53dDU6 .mbr-section-title {
  color: #ffffff;
}
.cid-vgRx53dDU6 .mbr-text,
.cid-vgRx53dDU6 .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-vgRx53dDU6 .mbr-section-title,
.cid-vgRx53dDU6 .mbr-section-btn {
  text-align: left;
}
.cid-vgRy4lIWZJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vgRy4lIWZJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgRy4lIWZJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgRy4lIWZJ .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vgRy4lIWZJ .container-fluid {
    padding: 0 20px;
  }
}
.cid-vgRy4lIWZJ .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgRy4lIWZJ .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-vgRy4lIWZJ .title-wrapper {
    margin-top: 45px;
  }
}
.cid-vgRy4lIWZJ .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-vgRy4lIWZJ .title-wrapper .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-vgRy4lIWZJ .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-vgRy4lIWZJ .title-wrapper .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-vgRy4lIWZJ .title-wrapper .mbr-text {
  line-height: inherit;
  margin-bottom: 0;
}
.cid-vgRy4lIWZJ .title-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 30px 0 0 0;
}
@media (max-width: 768px) {
  .cid-vgRy4lIWZJ .title-wrapper .list {
    margin-top: 20px;
  }
}
.cid-vgRy4lIWZJ .title-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-vgRy4lIWZJ .title-wrapper .list .item-wrap {
    margin-top: 10px;
  }
}
.cid-vgRy4lIWZJ .title-wrapper .list .item-wrap .mbr-iconfont {
  margin-right: 12px;
  color: #c8d814;
}
@media (min-width: 992px) {
  .cid-vgRy4lIWZJ .mbr-form {
    margin-top: 32px;
  }
}
.cid-vgRy4lIWZJ .dragArea.row .form-group {
  margin-bottom: 40px !important;
}
@media (max-width: 992px) {
  .cid-vgRy4lIWZJ .dragArea.row .form-group {
    margin-top: 20px;
  }
}
.cid-vgRy4lIWZJ .dragArea.row .form-group .form-control {
  border: none !important;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #6a6e71 !important;
  padding: 14px 0;
}
.cid-vgRy4lIWZJ .dragArea.row .form-group .form-control::placeholder {
  color: #6a6e71;
}
.cid-vgRy4lIWZJ .dragArea.row .form-group .form-control:hover {
  border-color: #6a6e71 !important;
}
.cid-vgRy4lIWZJ .dragArea.row .form-group .form-control:focus {
  background-color: transparent;
  box-shadow: none;
}
.cid-vgRy4lIWZJ .dragArea.row .form-group .form-check .form-check-input {
  background: transparent;
  border: 1px solid #f4f4f4;
}
.cid-vgRy4lIWZJ .dragArea.row .mbr-section-btn {
  margin-top: 20px;
}
.cid-vgRy4lIWZJ .dragArea.row .mbr-section-btn .btn {
  flex-direction: row-reverse;
}
.cid-vgRy4lIWZJ .dragArea.row .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 0;
  margin-right: 10px;
}
.cid-vgRy4lIWZJ .mbr-section-subtitle {
  color: #000000;
}
.cid-vgRy4lIWZJ .mbr-section-title {
  color: #000000;
}
.cid-vgRy4lIWZJ .mbr-text {
  color: #6a6e71;
}
.cid-vgRy4lIWZJ .list {
  color: #6a6e71;
}
.cid-vgRy4lIWZJ label {
  color: #000000;
}
.cid-vgRx5dP08w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #004062;
}
.cid-vgRx5dP08w .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgRx5dP08w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgRx5dP08w .row {
  justify-content: center;
}
.cid-vgRx5dP08w .row .card {
  justify-content: space-between;
}
.cid-vgRx5dP08w .content-wrapper {
  margin-bottom: 20px;
}
.cid-vgRx5dP08w .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-vgRx5dP08w .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-vgRx5dP08w .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vgRx5dP08w .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vgRx5dP08w .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vgRx5dP08w .content-wrapper .content-wrap .image-wrapper img {
  height: 260px;
  object-fit: cover;
}
.cid-vgRx5dP08w .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgRx5dP08w .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vgRx5dP08w .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vgRx5dP08w .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-vgRx5dP08w .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-vgRx5dP08w .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vgRx5dP08w .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vgRx5dP08w .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vgRx5dP08w .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vgRx5dP08w .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #bac0cc;
}
.cid-vgRx5dP08w .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-vgRx5dP08w .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgRx5dP08w .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-vgRx5dP08w .mbr-copy {
  margin-bottom: 0;
  color: #d7d2d2;
  text-align: center;
}
.cid-vgRx5dP08w .mbr-section-title {
  color: #093388;
}
.cid-vgRx5dP08w .mbr-list-title {
  color: #bac0cc;
}
.cid-vgRx5dP08w .list {
  color: #58595b;
}
.cid-vgRx5dP08w .mbr-section-title,
.cid-vgRx5dP08w .mbr-section-btn,
.cid-vgRx5dP08w .content-wrapper {
  color: #f4f4f4;
  text-align: center;
}
.cid-vgRx5dP08w .list,
.cid-vgRx5dP08w .item-wrap,
.cid-vgRx5dP08w .list-wrapper {
  color: #ededee;
}
.cid-vhJwYjKz5d {
  z-index: 1000;
  width: 100%;
}
.cid-vhJwYjKz5d .navbar-dropdown {
  background: rgba(12, 38, 52, 0.2) !important;
  padding: 0;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-vhJwYjKz5d .menu_box .navbar.opened,
  .cid-vhJwYjKz5d .menu_box .navbar-collapse {
    background-color: #0c2634 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vhJwYjKz5d nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vhJwYjKz5d .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ededee;
  }
  .cid-vhJwYjKz5d .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vhJwYjKz5d .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vhJwYjKz5d .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vhJwYjKz5d .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vhJwYjKz5d .offcanvas-body .mbr-text,
  .cid-vhJwYjKz5d .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-vhJwYjKz5d .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-vhJwYjKz5d .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vhJwYjKz5d .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-vhJwYjKz5d .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vhJwYjKz5d .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vhJwYjKz5d .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vhJwYjKz5d .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vhJwYjKz5d ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vhJwYjKz5d .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vhJwYjKz5d .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vhJwYjKz5d .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vhJwYjKz5d li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-vhJwYjKz5d li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-vhJwYjKz5d li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-vhJwYjKz5d .lg_brand {
    margin: 0 1rem;
  }
}
.cid-vhJwYjKz5d .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vhJwYjKz5d .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-vhJwYjKz5d .nav-item {
    margin: 0 !important;
  }
}
.cid-vhJwYjKz5d .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vhJwYjKz5d .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-vhJwYjKz5d .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vhJwYjKz5d .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vhJwYjKz5d .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vhJwYjKz5d .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vhJwYjKz5d .offcanvas_box {
    display: none;
  }
}
.cid-vhJwYjKz5d .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-vhJwYjKz5d .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vhJwYjKz5d .dropdown .dropdown-item:hover {
  color: #d7d2d2 !important;
}
.cid-vhJwYjKz5d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vhJwYjKz5d .nav-link {
  position: relative;
}
.cid-vhJwYjKz5d .container {
  display: flex;
  margin: auto;
}
.cid-vhJwYjKz5d .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #004062;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vhJwYjKz5d .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vhJwYjKz5d .iconfont-wrapper:hover {
  background-color: #002f49;
}
.cid-vhJwYjKz5d .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-vhJwYjKz5d .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-vhJwYjKz5d .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-vhJwYjKz5d .dropdown-menu,
.cid-vhJwYjKz5d .navbar.opened {
  background: #0c2634 !important;
}
.cid-vhJwYjKz5d .nav-item:focus,
.cid-vhJwYjKz5d .nav-link:focus {
  outline: none;
}
.cid-vhJwYjKz5d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhJwYjKz5d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhJwYjKz5d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhJwYjKz5d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhJwYjKz5d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhJwYjKz5d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhJwYjKz5d .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-vhJwYjKz5d .navbar.opened {
  transition: all 0.3s;
}
.cid-vhJwYjKz5d .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vhJwYjKz5d .navbar .navbar-logo img {
  width: auto;
}
.cid-vhJwYjKz5d .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: space-evenly;
  z-index: 1;
}
.cid-vhJwYjKz5d .navbar.collapsed {
  justify-content: center;
}
.cid-vhJwYjKz5d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhJwYjKz5d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vhJwYjKz5d .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-vhJwYjKz5d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhJwYjKz5d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhJwYjKz5d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhJwYjKz5d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vhJwYjKz5d .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vhJwYjKz5d .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vhJwYjKz5d .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-vhJwYjKz5d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhJwYjKz5d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhJwYjKz5d .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vhJwYjKz5d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhJwYjKz5d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhJwYjKz5d .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhJwYjKz5d .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vhJwYjKz5d .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vhJwYjKz5d .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vhJwYjKz5d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vhJwYjKz5d .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhJwYjKz5d .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vhJwYjKz5d .navbar.navbar-short {
  min-height: 60px;
}
.cid-vhJwYjKz5d .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vhJwYjKz5d .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vhJwYjKz5d .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhJwYjKz5d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhJwYjKz5d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhJwYjKz5d .dropdown-item.active,
.cid-vhJwYjKz5d .dropdown-item:active {
  background-color: transparent;
}
.cid-vhJwYjKz5d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhJwYjKz5d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhJwYjKz5d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhJwYjKz5d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c2634;
}
.cid-vhJwYjKz5d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vhJwYjKz5d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhJwYjKz5d ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-vhJwYjKz5d .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vhJwYjKz5d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0c2634;
}
.cid-vhJwYjKz5d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vhJwYjKz5d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhJwYjKz5d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhJwYjKz5d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhJwYjKz5d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhJwYjKz5d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhJwYjKz5d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhJwYjKz5d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhJwYjKz5d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhJwYjKz5d a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vhJwYjKz5d .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhJwYjKz5d .navbar {
    height: 70px;
  }
  .cid-vhJwYjKz5d .navbar.opened {
    height: auto;
  }
  .cid-vhJwYjKz5d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhJwYjKz5d .mbr-section-subtitle {
  color: #202020;
}
.cid-vgS4nH5EIF {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vgS4nH5EIF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgS4nH5EIF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgS4nH5EIF .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vgS4nH5EIF .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-vgS4nH5EIF .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vgS4nH5EIF .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgS4nH5EIF .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgS4nH5EIF .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vgS4nH5EIF .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vgS4nH5EIF .mbr-label,
.cid-vgS4nH5EIF .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgS4nH5EIF .mbr-section-title {
  color: #ffffff;
}
.cid-vgS4nH5EIF .mbr-text,
.cid-vgS4nH5EIF .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-vgS4nH5EIF .mbr-section-title,
.cid-vgS4nH5EIF .mbr-section-btn {
  text-align: left;
}
.cid-vgS4nHLnfC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vgS4nHLnfC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgS4nHLnfC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgS4nHLnfC .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vgS4nHLnfC .container-fluid {
    padding: 0 20px;
  }
}
.cid-vgS4nHLnfC .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgS4nHLnfC .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-vgS4nHLnfC .title-wrapper {
    margin-top: 45px;
  }
}
.cid-vgS4nHLnfC .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-vgS4nHLnfC .title-wrapper .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-vgS4nHLnfC .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-vgS4nHLnfC .title-wrapper .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-vgS4nHLnfC .title-wrapper .mbr-text {
  line-height: inherit;
  margin-bottom: 0;
}
.cid-vgS4nHLnfC .title-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 30px 0 0 0;
}
@media (max-width: 768px) {
  .cid-vgS4nHLnfC .title-wrapper .list {
    margin-top: 20px;
  }
}
.cid-vgS4nHLnfC .title-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-vgS4nHLnfC .title-wrapper .list .item-wrap {
    margin-top: 10px;
  }
}
.cid-vgS4nHLnfC .title-wrapper .list .item-wrap .mbr-iconfont {
  margin-right: 12px;
  color: #c8d814;
}
@media (min-width: 992px) {
  .cid-vgS4nHLnfC .mbr-form {
    margin-top: 32px;
  }
}
.cid-vgS4nHLnfC .dragArea.row .form-group {
  margin-bottom: 40px !important;
}
@media (max-width: 992px) {
  .cid-vgS4nHLnfC .dragArea.row .form-group {
    margin-top: 20px;
  }
}
.cid-vgS4nHLnfC .dragArea.row .form-group .form-control {
  border: none !important;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #6a6e71 !important;
  padding: 14px 0;
}
.cid-vgS4nHLnfC .dragArea.row .form-group .form-control::placeholder {
  color: #6a6e71;
}
.cid-vgS4nHLnfC .dragArea.row .form-group .form-control:hover {
  border-color: #6a6e71 !important;
}
.cid-vgS4nHLnfC .dragArea.row .form-group .form-control:focus {
  background-color: transparent;
  box-shadow: none;
}
.cid-vgS4nHLnfC .dragArea.row .form-group .form-check .form-check-input {
  background: transparent;
  border: 1px solid #f4f4f4;
}
.cid-vgS4nHLnfC .dragArea.row .mbr-section-btn {
  margin-top: 20px;
}
.cid-vgS4nHLnfC .dragArea.row .mbr-section-btn .btn {
  flex-direction: row-reverse;
}
.cid-vgS4nHLnfC .dragArea.row .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 0;
  margin-right: 10px;
}
.cid-vgS4nHLnfC .mbr-section-subtitle {
  color: #000000;
}
.cid-vgS4nHLnfC .mbr-section-title {
  color: #000000;
}
.cid-vgS4nHLnfC .mbr-text {
  color: #6a6e71;
}
.cid-vgS4nHLnfC .list {
  color: #6a6e71;
}
.cid-vgS4nHLnfC label {
  color: #000000;
}
.cid-vgS4nIlPYe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #004062;
}
.cid-vgS4nIlPYe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgS4nIlPYe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgS4nIlPYe .row {
  justify-content: center;
}
.cid-vgS4nIlPYe .row .card {
  justify-content: space-between;
}
.cid-vgS4nIlPYe .content-wrapper {
  margin-bottom: 20px;
}
.cid-vgS4nIlPYe .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-vgS4nIlPYe .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-vgS4nIlPYe .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vgS4nIlPYe .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vgS4nIlPYe .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vgS4nIlPYe .content-wrapper .content-wrap .image-wrapper img {
  height: 260px;
  object-fit: cover;
}
.cid-vgS4nIlPYe .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgS4nIlPYe .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vgS4nIlPYe .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vgS4nIlPYe .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-vgS4nIlPYe .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-vgS4nIlPYe .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vgS4nIlPYe .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vgS4nIlPYe .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vgS4nIlPYe .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vgS4nIlPYe .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #bac0cc;
}
.cid-vgS4nIlPYe .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-vgS4nIlPYe .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgS4nIlPYe .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-vgS4nIlPYe .mbr-copy {
  margin-bottom: 0;
  color: #d7d2d2;
  text-align: center;
}
.cid-vgS4nIlPYe .mbr-section-title {
  color: #093388;
}
.cid-vgS4nIlPYe .mbr-list-title {
  color: #bac0cc;
}
.cid-vgS4nIlPYe .list {
  color: #58595b;
}
.cid-vgS4nIlPYe .mbr-section-title,
.cid-vgS4nIlPYe .mbr-section-btn,
.cid-vgS4nIlPYe .content-wrapper {
  color: #f4f4f4;
  text-align: center;
}
.cid-vgS4nIlPYe .list,
.cid-vgS4nIlPYe .item-wrap,
.cid-vgS4nIlPYe .list-wrapper {
  color: #ededee;
}
.cid-vhJwYjKz5d {
  z-index: 1000;
  width: 100%;
}
.cid-vhJwYjKz5d .navbar-dropdown {
  background: rgba(12, 38, 52, 0.2) !important;
  padding: 0;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-vhJwYjKz5d .menu_box .navbar.opened,
  .cid-vhJwYjKz5d .menu_box .navbar-collapse {
    background-color: #0c2634 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vhJwYjKz5d nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vhJwYjKz5d .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ededee;
  }
  .cid-vhJwYjKz5d .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vhJwYjKz5d .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vhJwYjKz5d .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vhJwYjKz5d .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vhJwYjKz5d .offcanvas-body .mbr-text,
  .cid-vhJwYjKz5d .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-vhJwYjKz5d .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-vhJwYjKz5d .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vhJwYjKz5d .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-vhJwYjKz5d .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vhJwYjKz5d .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vhJwYjKz5d .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vhJwYjKz5d .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vhJwYjKz5d ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vhJwYjKz5d .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vhJwYjKz5d .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vhJwYjKz5d .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vhJwYjKz5d li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-vhJwYjKz5d li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-vhJwYjKz5d li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-vhJwYjKz5d .lg_brand {
    margin: 0 1rem;
  }
}
.cid-vhJwYjKz5d .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vhJwYjKz5d .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-vhJwYjKz5d .nav-item {
    margin: 0 !important;
  }
}
.cid-vhJwYjKz5d .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vhJwYjKz5d .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-vhJwYjKz5d .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vhJwYjKz5d .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vhJwYjKz5d .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vhJwYjKz5d .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vhJwYjKz5d .offcanvas_box {
    display: none;
  }
}
.cid-vhJwYjKz5d .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-vhJwYjKz5d .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vhJwYjKz5d .dropdown .dropdown-item:hover {
  color: #d7d2d2 !important;
}
.cid-vhJwYjKz5d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vhJwYjKz5d .nav-link {
  position: relative;
}
.cid-vhJwYjKz5d .container {
  display: flex;
  margin: auto;
}
.cid-vhJwYjKz5d .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #004062;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vhJwYjKz5d .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vhJwYjKz5d .iconfont-wrapper:hover {
  background-color: #002f49;
}
.cid-vhJwYjKz5d .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-vhJwYjKz5d .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-vhJwYjKz5d .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-vhJwYjKz5d .dropdown-menu,
.cid-vhJwYjKz5d .navbar.opened {
  background: #0c2634 !important;
}
.cid-vhJwYjKz5d .nav-item:focus,
.cid-vhJwYjKz5d .nav-link:focus {
  outline: none;
}
.cid-vhJwYjKz5d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhJwYjKz5d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhJwYjKz5d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhJwYjKz5d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhJwYjKz5d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhJwYjKz5d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhJwYjKz5d .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-vhJwYjKz5d .navbar.opened {
  transition: all 0.3s;
}
.cid-vhJwYjKz5d .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vhJwYjKz5d .navbar .navbar-logo img {
  width: auto;
}
.cid-vhJwYjKz5d .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: space-evenly;
  z-index: 1;
}
.cid-vhJwYjKz5d .navbar.collapsed {
  justify-content: center;
}
.cid-vhJwYjKz5d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhJwYjKz5d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vhJwYjKz5d .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-vhJwYjKz5d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhJwYjKz5d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhJwYjKz5d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhJwYjKz5d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vhJwYjKz5d .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vhJwYjKz5d .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vhJwYjKz5d .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-vhJwYjKz5d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhJwYjKz5d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhJwYjKz5d .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vhJwYjKz5d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhJwYjKz5d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhJwYjKz5d .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhJwYjKz5d .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vhJwYjKz5d .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vhJwYjKz5d .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vhJwYjKz5d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vhJwYjKz5d .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhJwYjKz5d .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vhJwYjKz5d .navbar.navbar-short {
  min-height: 60px;
}
.cid-vhJwYjKz5d .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vhJwYjKz5d .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vhJwYjKz5d .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhJwYjKz5d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhJwYjKz5d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhJwYjKz5d .dropdown-item.active,
.cid-vhJwYjKz5d .dropdown-item:active {
  background-color: transparent;
}
.cid-vhJwYjKz5d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhJwYjKz5d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhJwYjKz5d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhJwYjKz5d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c2634;
}
.cid-vhJwYjKz5d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vhJwYjKz5d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhJwYjKz5d ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-vhJwYjKz5d .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vhJwYjKz5d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0c2634;
}
.cid-vhJwYjKz5d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vhJwYjKz5d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhJwYjKz5d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhJwYjKz5d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhJwYjKz5d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhJwYjKz5d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhJwYjKz5d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhJwYjKz5d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhJwYjKz5d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhJwYjKz5d a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vhJwYjKz5d .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhJwYjKz5d .navbar {
    height: 70px;
  }
  .cid-vhJwYjKz5d .navbar.opened {
    height: auto;
  }
  .cid-vhJwYjKz5d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhJwYjKz5d .mbr-section-subtitle {
  color: #202020;
}
.cid-vgSTsnmy5O {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vgSTsnmy5O .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgSTsnmy5O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgSTsnmy5O .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vgSTsnmy5O .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-vgSTsnmy5O .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vgSTsnmy5O .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgSTsnmy5O .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgSTsnmy5O .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vgSTsnmy5O .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vgSTsnmy5O .mbr-label,
.cid-vgSTsnmy5O .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgSTsnmy5O .mbr-section-title {
  color: #ffffff;
}
.cid-vgSTsnmy5O .mbr-text,
.cid-vgSTsnmy5O .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-vgSTsnmy5O .mbr-section-title,
.cid-vgSTsnmy5O .mbr-section-btn {
  text-align: left;
}
.cid-vgSTsnD8N3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vgSTsnD8N3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgSTsnD8N3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgSTsnD8N3 .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vgSTsnD8N3 .container-fluid {
    padding: 0 20px;
  }
}
.cid-vgSTsnD8N3 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgSTsnD8N3 .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-vgSTsnD8N3 .title-wrapper {
    margin-top: 45px;
  }
}
.cid-vgSTsnD8N3 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-vgSTsnD8N3 .title-wrapper .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-vgSTsnD8N3 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-vgSTsnD8N3 .title-wrapper .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-vgSTsnD8N3 .title-wrapper .mbr-text {
  line-height: inherit;
  margin-bottom: 0;
}
.cid-vgSTsnD8N3 .title-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 30px 0 0 0;
}
@media (max-width: 768px) {
  .cid-vgSTsnD8N3 .title-wrapper .list {
    margin-top: 20px;
  }
}
.cid-vgSTsnD8N3 .title-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-vgSTsnD8N3 .title-wrapper .list .item-wrap {
    margin-top: 10px;
  }
}
.cid-vgSTsnD8N3 .title-wrapper .list .item-wrap .mbr-iconfont {
  margin-right: 12px;
  color: #c8d814;
}
@media (min-width: 992px) {
  .cid-vgSTsnD8N3 .mbr-form {
    margin-top: 32px;
  }
}
.cid-vgSTsnD8N3 .dragArea.row .form-group {
  margin-bottom: 40px !important;
}
@media (max-width: 992px) {
  .cid-vgSTsnD8N3 .dragArea.row .form-group {
    margin-top: 20px;
  }
}
.cid-vgSTsnD8N3 .dragArea.row .form-group .form-control {
  border: none !important;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #6a6e71 !important;
  padding: 14px 0;
}
.cid-vgSTsnD8N3 .dragArea.row .form-group .form-control::placeholder {
  color: #6a6e71;
}
.cid-vgSTsnD8N3 .dragArea.row .form-group .form-control:hover {
  border-color: #6a6e71 !important;
}
.cid-vgSTsnD8N3 .dragArea.row .form-group .form-control:focus {
  background-color: transparent;
  box-shadow: none;
}
.cid-vgSTsnD8N3 .dragArea.row .form-group .form-check .form-check-input {
  background: transparent;
  border: 1px solid #f4f4f4;
}
.cid-vgSTsnD8N3 .dragArea.row .mbr-section-btn {
  margin-top: 20px;
}
.cid-vgSTsnD8N3 .dragArea.row .mbr-section-btn .btn {
  flex-direction: row-reverse;
}
.cid-vgSTsnD8N3 .dragArea.row .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 0;
  margin-right: 10px;
}
.cid-vgSTsnD8N3 .mbr-section-subtitle {
  color: #000000;
}
.cid-vgSTsnD8N3 .mbr-section-title {
  color: #000000;
}
.cid-vgSTsnD8N3 .mbr-text {
  color: #6a6e71;
}
.cid-vgSTsnD8N3 .list {
  color: #6a6e71;
}
.cid-vgSTsnD8N3 label {
  color: #000000;
}
.cid-vgSTsnYSEP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #004062;
}
.cid-vgSTsnYSEP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgSTsnYSEP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgSTsnYSEP .row {
  justify-content: center;
}
.cid-vgSTsnYSEP .row .card {
  justify-content: space-between;
}
.cid-vgSTsnYSEP .content-wrapper {
  margin-bottom: 20px;
}
.cid-vgSTsnYSEP .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-vgSTsnYSEP .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-vgSTsnYSEP .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vgSTsnYSEP .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vgSTsnYSEP .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vgSTsnYSEP .content-wrapper .content-wrap .image-wrapper img {
  height: 260px;
  object-fit: cover;
}
.cid-vgSTsnYSEP .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgSTsnYSEP .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vgSTsnYSEP .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vgSTsnYSEP .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-vgSTsnYSEP .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-vgSTsnYSEP .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vgSTsnYSEP .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vgSTsnYSEP .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vgSTsnYSEP .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vgSTsnYSEP .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #bac0cc;
}
.cid-vgSTsnYSEP .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-vgSTsnYSEP .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgSTsnYSEP .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-vgSTsnYSEP .mbr-copy {
  margin-bottom: 0;
  color: #d7d2d2;
  text-align: center;
}
.cid-vgSTsnYSEP .mbr-section-title {
  color: #093388;
}
.cid-vgSTsnYSEP .mbr-list-title {
  color: #bac0cc;
}
.cid-vgSTsnYSEP .list {
  color: #58595b;
}
.cid-vgSTsnYSEP .mbr-section-title,
.cid-vgSTsnYSEP .mbr-section-btn,
.cid-vgSTsnYSEP .content-wrapper {
  color: #f4f4f4;
  text-align: center;
}
.cid-vgSTsnYSEP .list,
.cid-vgSTsnYSEP .item-wrap,
.cid-vgSTsnYSEP .list-wrapper {
  color: #ededee;
}
.cid-vhJIwgBfVM {
  z-index: 1000;
  width: 100%;
}
.cid-vhJIwgBfVM .navbar-dropdown {
  background: rgba(12, 38, 52, 0.2) !important;
  padding: 0;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-vhJIwgBfVM .menu_box .navbar.opened,
  .cid-vhJIwgBfVM .menu_box .navbar-collapse {
    background-color: #0c2634 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vhJIwgBfVM nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vhJIwgBfVM .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ededee;
  }
  .cid-vhJIwgBfVM .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vhJIwgBfVM .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vhJIwgBfVM .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vhJIwgBfVM .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vhJIwgBfVM .offcanvas-body .mbr-text,
  .cid-vhJIwgBfVM .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-vhJIwgBfVM .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-vhJIwgBfVM .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vhJIwgBfVM .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-vhJIwgBfVM .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vhJIwgBfVM .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vhJIwgBfVM .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vhJIwgBfVM .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vhJIwgBfVM ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vhJIwgBfVM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vhJIwgBfVM .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vhJIwgBfVM .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vhJIwgBfVM li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-vhJIwgBfVM li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-vhJIwgBfVM li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-vhJIwgBfVM .lg_brand {
    margin: 0 1rem;
  }
}
.cid-vhJIwgBfVM .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vhJIwgBfVM .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-vhJIwgBfVM .nav-item {
    margin: 0 !important;
  }
}
.cid-vhJIwgBfVM .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vhJIwgBfVM .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-vhJIwgBfVM .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vhJIwgBfVM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vhJIwgBfVM .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vhJIwgBfVM .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vhJIwgBfVM .offcanvas_box {
    display: none;
  }
}
.cid-vhJIwgBfVM .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-vhJIwgBfVM .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vhJIwgBfVM .dropdown .dropdown-item:hover {
  color: #d7d2d2 !important;
}
.cid-vhJIwgBfVM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vhJIwgBfVM .nav-link {
  position: relative;
}
.cid-vhJIwgBfVM .container {
  display: flex;
  margin: auto;
}
.cid-vhJIwgBfVM .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #004062;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vhJIwgBfVM .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vhJIwgBfVM .iconfont-wrapper:hover {
  background-color: #002f49;
}
.cid-vhJIwgBfVM .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-vhJIwgBfVM .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-vhJIwgBfVM .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-vhJIwgBfVM .dropdown-menu,
.cid-vhJIwgBfVM .navbar.opened {
  background: #0c2634 !important;
}
.cid-vhJIwgBfVM .nav-item:focus,
.cid-vhJIwgBfVM .nav-link:focus {
  outline: none;
}
.cid-vhJIwgBfVM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhJIwgBfVM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhJIwgBfVM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhJIwgBfVM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhJIwgBfVM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhJIwgBfVM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhJIwgBfVM .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-vhJIwgBfVM .navbar.opened {
  transition: all 0.3s;
}
.cid-vhJIwgBfVM .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vhJIwgBfVM .navbar .navbar-logo img {
  width: auto;
}
.cid-vhJIwgBfVM .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: space-evenly;
  z-index: 1;
}
.cid-vhJIwgBfVM .navbar.collapsed {
  justify-content: center;
}
.cid-vhJIwgBfVM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhJIwgBfVM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vhJIwgBfVM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-vhJIwgBfVM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhJIwgBfVM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhJIwgBfVM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhJIwgBfVM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vhJIwgBfVM .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vhJIwgBfVM .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vhJIwgBfVM .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-vhJIwgBfVM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhJIwgBfVM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhJIwgBfVM .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vhJIwgBfVM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhJIwgBfVM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhJIwgBfVM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhJIwgBfVM .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vhJIwgBfVM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vhJIwgBfVM .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vhJIwgBfVM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vhJIwgBfVM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhJIwgBfVM .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vhJIwgBfVM .navbar.navbar-short {
  min-height: 60px;
}
.cid-vhJIwgBfVM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vhJIwgBfVM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vhJIwgBfVM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhJIwgBfVM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhJIwgBfVM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhJIwgBfVM .dropdown-item.active,
.cid-vhJIwgBfVM .dropdown-item:active {
  background-color: transparent;
}
.cid-vhJIwgBfVM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhJIwgBfVM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhJIwgBfVM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhJIwgBfVM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c2634;
}
.cid-vhJIwgBfVM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vhJIwgBfVM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhJIwgBfVM ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-vhJIwgBfVM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vhJIwgBfVM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0c2634;
}
.cid-vhJIwgBfVM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vhJIwgBfVM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhJIwgBfVM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhJIwgBfVM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhJIwgBfVM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhJIwgBfVM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhJIwgBfVM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhJIwgBfVM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhJIwgBfVM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhJIwgBfVM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vhJIwgBfVM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhJIwgBfVM .navbar {
    height: 70px;
  }
  .cid-vhJIwgBfVM .navbar.opened {
    height: auto;
  }
  .cid-vhJIwgBfVM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhJIwgBfVM .mbr-section-subtitle {
  color: #202020;
}
.cid-vhJIwhnwmO {
  padding-top: 12rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vhJIwhnwmO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhJIwhnwmO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhJIwhnwmO .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vhJIwhnwmO .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #1e7fb3;
}
.cid-vhJIwhnwmO .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vhJIwhnwmO .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhJIwhnwmO .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhJIwhnwmO .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vhJIwhnwmO .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vhJIwhnwmO .mbr-label,
.cid-vhJIwhnwmO .label-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-vhJIwhnwmO .mbr-section-title {
  color: #ffffff;
}
.cid-vhJIwhnwmO .mbr-text,
.cid-vhJIwhnwmO .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-vhJIwhnwmO .mbr-section-title,
.cid-vhJIwhnwmO .mbr-section-btn {
  text-align: left;
}
.cid-vhJIwhP4fZ {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-vhJIwhP4fZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhJIwhP4fZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vhJIwhP4fZ .container {
    padding: 0 16px;
  }
}
.cid-vhJIwhP4fZ .row {
  justify-content: center;
}
.cid-vhJIwhP4fZ .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-vhJIwhP4fZ .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-vhJIwhP4fZ .content-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhJIwhP4fZ .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-vhJIwhP4fZ .content-wrapper .mbr-section-btn .btn {
  width: 144px;
  height: 144px;
  border-radius: 100% !important;
}
.cid-vhJIwhP4fZ .content-wrapper .mbr-section-btn .btn-primary:hover,
.cid-vhJIwhP4fZ .content-wrapper .mbr-section-btn .btn-secondary:hover,
.cid-vhJIwhP4fZ .content-wrapper .mbr-section-btn .btn-success:hover,
.cid-vhJIwhP4fZ .content-wrapper .mbr-section-btn .btn-info:hover,
.cid-vhJIwhP4fZ .content-wrapper .mbr-section-btn .btn-warning:hover,
.cid-vhJIwhP4fZ .content-wrapper .mbr-section-btn .btn-danger:hover,
.cid-vhJIwhP4fZ .content-wrapper .mbr-section-btn .btn-black:hover,
.cid-vhJIwhP4fZ .content-wrapper .mbr-section-btn .btn-white:hover,
.cid-vhJIwhP4fZ .content-wrapper .mbr-section-btn .btn-primary:focus,
.cid-vhJIwhP4fZ .content-wrapper .mbr-section-btn .btn-secondary:focus,
.cid-vhJIwhP4fZ .content-wrapper .mbr-section-btn .btn-success:focus,
.cid-vhJIwhP4fZ .content-wrapper .mbr-section-btn .btn-info:focus,
.cid-vhJIwhP4fZ .content-wrapper .mbr-section-btn .btn-warning:focus,
.cid-vhJIwhP4fZ .content-wrapper .mbr-section-btn .btn-danger:focus,
.cid-vhJIwhP4fZ .content-wrapper .mbr-section-btn .btn-black:focus,
.cid-vhJIwhP4fZ .content-wrapper .mbr-section-btn .btn-white:focus {
  box-shadow: inset 0 -145px 0 0 #f4f4f4 !important;
  color: #ededee !important;
  border-color: #f4f4f4 !important;
}
.cid-vhJIwhP4fZ .content-wrapper .mbr-section-btn .btn-primary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #093388 !important;
  color: #ededee !important;
}
.cid-vhJIwhP4fZ .content-wrapper .mbr-section-btn .btn-secondary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #f4f4f4 !important;
  color: #ededee !important;
}
.cid-vhJIwhP4fZ .content-wrapper .mbr-section-btn .btn-success-outline:hover {
  box-shadow: inset 0 -145px 0 0 #9d9b9b !important;
  color: #ededee !important;
}
.cid-vhJIwhP4fZ .content-wrapper .mbr-section-btn .btn-info-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ededee !important;
  color: #f4f4f4 !important;
  border-color: #ededee !important;
}
.cid-vhJIwhP4fZ .content-wrapper .mbr-section-btn .btn-warning-outline:hover {
  box-shadow: inset 0 -145px 0 0 #cc8400 !important;
  color: #ededee !important;
}
.cid-vhJIwhP4fZ .content-wrapper .mbr-section-btn .btn-danger-outline:hover {
  box-shadow: inset 0 -145px 0 0 #58595b !important;
  color: #ededee !important;
}
.cid-vhJIwhP4fZ .content-wrapper .mbr-section-btn .btn-black-outline:hover {
  box-shadow: inset 0 -145px 0 0 #000000 !important;
  color: #ffffff !important;
}
.cid-vhJIwhP4fZ .content-wrapper .mbr-section-btn .btn-white-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffffff !important;
  color: #000000 !important;
}
.cid-vhJIwhP4fZ .mbr-desc {
  color: #58595b;
}
.cid-vhJIwhP4fZ .mbr-section-title {
  color: #000000;
}
.cid-vhJIwhP4fZ .mbr-text {
  color: #58595b;
}
.cid-vhJIwhP4fZ .mbr-section-btn {
  text-align: center;
}
.cid-vhJIwhP4fZ .mbr-section-title,
.cid-vhJIwhP4fZ .mbr-section-btn {
  color: #353535;
}
.cid-vhJJEOj6eO {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
  flex-direction: column;
  justify-content: center;
}
.cid-vhJJEOj6eO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhJJEOj6eO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vhJJEOj6eO .container {
    padding: 0 16px;
  }
}
.cid-vhJJEOj6eO .row {
  justify-content: center;
}
.cid-vhJJEOj6eO .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-vhJJEOj6eO .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-vhJJEOj6eO .content-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhJJEOj6eO .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-vhJJEOj6eO .content-wrapper .mbr-section-btn .btn {
  width: 144px;
  height: 144px;
  border-radius: 100% !important;
}
.cid-vhJJEOj6eO .content-wrapper .mbr-section-btn .btn-primary:hover,
.cid-vhJJEOj6eO .content-wrapper .mbr-section-btn .btn-secondary:hover,
.cid-vhJJEOj6eO .content-wrapper .mbr-section-btn .btn-success:hover,
.cid-vhJJEOj6eO .content-wrapper .mbr-section-btn .btn-info:hover,
.cid-vhJJEOj6eO .content-wrapper .mbr-section-btn .btn-warning:hover,
.cid-vhJJEOj6eO .content-wrapper .mbr-section-btn .btn-danger:hover,
.cid-vhJJEOj6eO .content-wrapper .mbr-section-btn .btn-black:hover,
.cid-vhJJEOj6eO .content-wrapper .mbr-section-btn .btn-white:hover,
.cid-vhJJEOj6eO .content-wrapper .mbr-section-btn .btn-primary:focus,
.cid-vhJJEOj6eO .content-wrapper .mbr-section-btn .btn-secondary:focus,
.cid-vhJJEOj6eO .content-wrapper .mbr-section-btn .btn-success:focus,
.cid-vhJJEOj6eO .content-wrapper .mbr-section-btn .btn-info:focus,
.cid-vhJJEOj6eO .content-wrapper .mbr-section-btn .btn-warning:focus,
.cid-vhJJEOj6eO .content-wrapper .mbr-section-btn .btn-danger:focus,
.cid-vhJJEOj6eO .content-wrapper .mbr-section-btn .btn-black:focus,
.cid-vhJJEOj6eO .content-wrapper .mbr-section-btn .btn-white:focus {
  box-shadow: inset 0 -145px 0 0 #f4f4f4 !important;
  color: #ededee !important;
  border-color: #f4f4f4 !important;
}
.cid-vhJJEOj6eO .content-wrapper .mbr-section-btn .btn-primary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #093388 !important;
  color: #ededee !important;
}
.cid-vhJJEOj6eO .content-wrapper .mbr-section-btn .btn-secondary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #f4f4f4 !important;
  color: #ededee !important;
}
.cid-vhJJEOj6eO .content-wrapper .mbr-section-btn .btn-success-outline:hover {
  box-shadow: inset 0 -145px 0 0 #9d9b9b !important;
  color: #ededee !important;
}
.cid-vhJJEOj6eO .content-wrapper .mbr-section-btn .btn-info-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ededee !important;
  color: #f4f4f4 !important;
  border-color: #ededee !important;
}
.cid-vhJJEOj6eO .content-wrapper .mbr-section-btn .btn-warning-outline:hover {
  box-shadow: inset 0 -145px 0 0 #cc8400 !important;
  color: #ededee !important;
}
.cid-vhJJEOj6eO .content-wrapper .mbr-section-btn .btn-danger-outline:hover {
  box-shadow: inset 0 -145px 0 0 #58595b !important;
  color: #ededee !important;
}
.cid-vhJJEOj6eO .content-wrapper .mbr-section-btn .btn-black-outline:hover {
  box-shadow: inset 0 -145px 0 0 #000000 !important;
  color: #ffffff !important;
}
.cid-vhJJEOj6eO .content-wrapper .mbr-section-btn .btn-white-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffffff !important;
  color: #000000 !important;
}
.cid-vhJJEOj6eO .mbr-desc {
  color: #58595b;
}
.cid-vhJJEOj6eO .mbr-section-title {
  color: #000000;
}
.cid-vhJJEOj6eO .mbr-text {
  color: #58595b;
}
.cid-vhJJEOj6eO .mbr-section-btn {
  text-align: center;
}
.cid-vhJJEOj6eO .mbr-section-title,
.cid-vhJJEOj6eO .mbr-section-btn {
  color: #353535;
}
.cid-vhJLPN8RY7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhJLPN8RY7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhJLPN8RY7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhJLPN8RY7 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vhJLPN8RY7 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vhJLPN8RY7 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 580px;
  max-width: 580px;
}
@media (max-width: 767px) {
  .cid-vhJLPN8RY7 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vhJLPN8RY7 .embla__slide:last-child .slide-content .item-wrapper {
  border-right: none;
}
.cid-vhJLPN8RY7 .embla__slide .slide-content {
  width: 100%;
}
.cid-vhJLPN8RY7 .embla__slide .slide-content .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 64px;
  border-right: 4px solid #f5f5f5;
}
@media (max-width: 992px) {
  .cid-vhJLPN8RY7 .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .cid-vhJLPN8RY7 .embla__slide .slide-content .item-wrapper {
    border-right: 2px solid #f5f5f5;
  }
}
.cid-vhJLPN8RY7 .embla__slide .slide-content .item-wrapper .card-box .title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vhJLPN8RY7 .embla__slide .slide-content .item-wrapper .card-box .title-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: inherit;
    margin-bottom: 20px;
  }
}
.cid-vhJLPN8RY7 .embla__slide .slide-content .item-wrapper .card-box .title-wrap .card-title {
  width: 100%;
  padding-right: 14px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhJLPN8RY7 .embla__slide .slide-content .item-wrapper .card-box .title-wrap .card-title {
    margin-bottom: 20px;
    padding-right: 0;
  }
}
.cid-vhJLPN8RY7 .embla__slide .slide-content .item-wrapper .card-box .title-wrap .card-number {
  min-width: 200px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhJLPN8RY7 .embla__slide .slide-content .item-wrapper .card-box .title-wrap .card-number {
    min-width: auto;
    width: 100%;
  }
}
.cid-vhJLPN8RY7 .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vhJLPN8RY7 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-vhJLPN8RY7 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhJLPN8RY7 .embla__button--next,
.cid-vhJLPN8RY7 .embla__button--prev {
  display: flex;
}
.cid-vhJLPN8RY7 .embla__button {
  top: 0;
  width: 44px;
  height: 44px;
  font-size: 22px;
  background-color: #0f0f0f !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
  display: none;
}
.cid-vhJLPN8RY7 .embla__button:hover {
  background-color: #ffffff !important;
  color: #0f0f0f !important;
}
.cid-vhJLPN8RY7 .embla__button:disabled {
  opacity: .6 !important;
  background-color: #0f0f0f !important;
  color: #ffffff !important;
}
.cid-vhJLPN8RY7 .embla__button.embla__button--prev {
  left: 0;
}
.cid-vhJLPN8RY7 .embla__button.embla__button--next {
  left: 64px;
}
.cid-vhJLPN8RY7 .embla {
  position: relative;
  width: 100%;
  height: 100%;
}
.cid-vhJLPN8RY7 .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-vhJLPN8RY7 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vhJLPN8RY7 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vhJLPN8RY7 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-vhJLPN8RY7 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vhJLPN8RY7 .card-title {
  color: #0f0f0f;
}
.cid-vhJLPN8RY7 .card-number {
  color: #1e7fb3;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vhJLPN8RY7 .card-number {
    text-align: left;
  }
}
.cid-vhJLPN8RY7 .card-text {
  color: #666666;
}
.cid-vhN2T7axDO {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
  flex-direction: column;
  justify-content: center;
}
.cid-vhN2T7axDO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhN2T7axDO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vhN2T7axDO .container {
    padding: 0 16px;
  }
}
.cid-vhN2T7axDO .row {
  justify-content: center;
}
.cid-vhN2T7axDO .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-vhN2T7axDO .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-vhN2T7axDO .content-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhN2T7axDO .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-vhN2T7axDO .content-wrapper .mbr-section-btn .btn {
  width: 144px;
  height: 144px;
  border-radius: 100% !important;
}
.cid-vhN2T7axDO .content-wrapper .mbr-section-btn .btn-primary:hover,
.cid-vhN2T7axDO .content-wrapper .mbr-section-btn .btn-secondary:hover,
.cid-vhN2T7axDO .content-wrapper .mbr-section-btn .btn-success:hover,
.cid-vhN2T7axDO .content-wrapper .mbr-section-btn .btn-info:hover,
.cid-vhN2T7axDO .content-wrapper .mbr-section-btn .btn-warning:hover,
.cid-vhN2T7axDO .content-wrapper .mbr-section-btn .btn-danger:hover,
.cid-vhN2T7axDO .content-wrapper .mbr-section-btn .btn-black:hover,
.cid-vhN2T7axDO .content-wrapper .mbr-section-btn .btn-white:hover,
.cid-vhN2T7axDO .content-wrapper .mbr-section-btn .btn-primary:focus,
.cid-vhN2T7axDO .content-wrapper .mbr-section-btn .btn-secondary:focus,
.cid-vhN2T7axDO .content-wrapper .mbr-section-btn .btn-success:focus,
.cid-vhN2T7axDO .content-wrapper .mbr-section-btn .btn-info:focus,
.cid-vhN2T7axDO .content-wrapper .mbr-section-btn .btn-warning:focus,
.cid-vhN2T7axDO .content-wrapper .mbr-section-btn .btn-danger:focus,
.cid-vhN2T7axDO .content-wrapper .mbr-section-btn .btn-black:focus,
.cid-vhN2T7axDO .content-wrapper .mbr-section-btn .btn-white:focus {
  box-shadow: inset 0 -145px 0 0 #f4f4f4 !important;
  color: #ededee !important;
  border-color: #f4f4f4 !important;
}
.cid-vhN2T7axDO .content-wrapper .mbr-section-btn .btn-primary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #093388 !important;
  color: #ededee !important;
}
.cid-vhN2T7axDO .content-wrapper .mbr-section-btn .btn-secondary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #f4f4f4 !important;
  color: #ededee !important;
}
.cid-vhN2T7axDO .content-wrapper .mbr-section-btn .btn-success-outline:hover {
  box-shadow: inset 0 -145px 0 0 #9d9b9b !important;
  color: #ededee !important;
}
.cid-vhN2T7axDO .content-wrapper .mbr-section-btn .btn-info-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ededee !important;
  color: #f4f4f4 !important;
  border-color: #ededee !important;
}
.cid-vhN2T7axDO .content-wrapper .mbr-section-btn .btn-warning-outline:hover {
  box-shadow: inset 0 -145px 0 0 #cc8400 !important;
  color: #ededee !important;
}
.cid-vhN2T7axDO .content-wrapper .mbr-section-btn .btn-danger-outline:hover {
  box-shadow: inset 0 -145px 0 0 #58595b !important;
  color: #ededee !important;
}
.cid-vhN2T7axDO .content-wrapper .mbr-section-btn .btn-black-outline:hover {
  box-shadow: inset 0 -145px 0 0 #000000 !important;
  color: #ffffff !important;
}
.cid-vhN2T7axDO .content-wrapper .mbr-section-btn .btn-white-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffffff !important;
  color: #000000 !important;
}
.cid-vhN2T7axDO .mbr-desc {
  color: #58595b;
}
.cid-vhN2T7axDO .mbr-section-title {
  color: #000000;
}
.cid-vhN2T7axDO .mbr-text {
  color: #58595b;
}
.cid-vhN2T7axDO .mbr-section-btn {
  text-align: center;
}
.cid-vhN2T7axDO .mbr-section-title,
.cid-vhN2T7axDO .mbr-section-btn {
  color: #353535;
}
.cid-vhJIwifkiC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vhJIwifkiC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhJIwifkiC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhJIwifkiC .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-vhJIwifkiC .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vhJIwifkiC .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-vhJIwifkiC .title-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-vhJIwifkiC .title-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-vhJIwifkiC .title-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #004062;
}
@media (max-width: 992px) {
  .cid-vhJIwifkiC .title-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-vhJIwifkiC .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-vhJIwifkiC .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-vhJIwifkiC .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vhJIwifkiC .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhJIwifkiC .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #093388, #2f5298 50%, #1e7fb3);
}
.cid-vhJIwifkiC .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhJIwifkiC .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-vhJIwifkiC .items-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -32px;
}
.cid-vhJIwifkiC .items-wrapper .item {
  width: 25%;
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 1640px) {
  .cid-vhJIwifkiC .items-wrapper .item {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vhJIwifkiC .items-wrapper .item {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-vhJIwifkiC .items-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  padding: 0 0 0 54px;
}
@media (max-width: 992px) {
  .cid-vhJIwifkiC .items-wrapper .item .item-wrapper {
    padding: 18px 0;
  }
}
@media (max-width: 992px) {
  .cid-vhJIwifkiC .items-wrapper .item .item-wrapper {
    padding: 18px;
  }
}
.cid-vhJIwifkiC .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(#f4f4f4, #58595b, #f4f4f4);
}
.cid-vhJIwifkiC .items-wrapper .item .item-wrapper .title-wrap {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-vhJIwifkiC .items-wrapper .item .item-wrapper .title-wrap {
    margin-bottom: 22px;
  }
}
.cid-vhJIwifkiC .items-wrapper .item .item-wrapper .title-wrap .title {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vhJIwifkiC .items-wrapper .item .item-wrapper .title-wrap .title {
    padding: 10px 16px;
  }
}
.cid-vhJIwifkiC .items-wrapper .item .item-wrapper .title-wrap .title .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-vhJIwifkiC .items-wrapper .item .item-wrapper .title-wrap .title .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-vhJIwifkiC .items-wrapper .item .item-wrapper .title-wrap .title .item-title {
  margin-bottom: 0;
}
.cid-vhJIwifkiC .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vhJIwifkiC .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
  width: 100%;
}
.cid-vhJIwifkiC .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-vhJIwifkiC .btn-wrapper {
  margin-top: -12%;
}
.cid-vhJIwifkiC .mbr-label,
.cid-vhJIwifkiC .label-wrapper {
  color: #ededee;
  text-align: left;
}
.cid-vhJIwifkiC .mbr-section-title {
  color: #353535;
  text-align: center;
}
.cid-vhJIwifkiC .mbr-section-subtitle,
.cid-vhJIwifkiC .subtitle-wrapper {
  color: #1a0b54;
  text-align: center;
}
.cid-vhJIwifkiC .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-vhJIwifkiC .item-title {
  color: #1a0b54;
}
.cid-vhJIwifkiC .item-text {
  color: #1a0b54;
}
.cid-vhJIwifkiC .item-title,
.cid-vhJIwifkiC .title-wrap {
  color: #004062;
}
.cid-vhJIwpMgev {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #004062;
}
.cid-vhJIwpMgev .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhJIwpMgev .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhJIwpMgev .row {
  justify-content: center;
}
.cid-vhJIwpMgev .row .card {
  justify-content: space-between;
}
.cid-vhJIwpMgev .content-wrapper {
  margin-bottom: 20px;
}
.cid-vhJIwpMgev .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-vhJIwpMgev .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-vhJIwpMgev .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vhJIwpMgev .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhJIwpMgev .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vhJIwpMgev .content-wrapper .content-wrap .image-wrapper img {
  height: 260px;
  object-fit: cover;
}
.cid-vhJIwpMgev .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhJIwpMgev .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhJIwpMgev .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vhJIwpMgev .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-vhJIwpMgev .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-vhJIwpMgev .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vhJIwpMgev .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vhJIwpMgev .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhJIwpMgev .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vhJIwpMgev .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #bac0cc;
}
.cid-vhJIwpMgev .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-vhJIwpMgev .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhJIwpMgev .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-vhJIwpMgev .mbr-copy {
  margin-bottom: 0;
  color: #d7d2d2;
  text-align: center;
}
.cid-vhJIwpMgev .mbr-section-title {
  color: #093388;
}
.cid-vhJIwpMgev .mbr-list-title {
  color: #bac0cc;
}
.cid-vhJIwpMgev .list {
  color: #58595b;
}
.cid-vhJIwpMgev .mbr-section-title,
.cid-vhJIwpMgev .mbr-section-btn,
.cid-vhJIwpMgev .content-wrapper {
  color: #f4f4f4;
  text-align: center;
}
.cid-vhJIwpMgev .list,
.cid-vhJIwpMgev .item-wrap,
.cid-vhJIwpMgev .list-wrapper {
  color: #ededee;
}
.cid-vhYFnunFKW {
  z-index: 1000;
  width: 100%;
}
.cid-vhYFnunFKW .navbar-dropdown {
  background: rgba(12, 38, 52, 0.2) !important;
  padding: 0;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-vhYFnunFKW .menu_box .navbar.opened,
  .cid-vhYFnunFKW .menu_box .navbar-collapse {
    background-color: #0c2634 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vhYFnunFKW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vhYFnunFKW .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ededee;
  }
  .cid-vhYFnunFKW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vhYFnunFKW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vhYFnunFKW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vhYFnunFKW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vhYFnunFKW .offcanvas-body .mbr-text,
  .cid-vhYFnunFKW .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-vhYFnunFKW .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-vhYFnunFKW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vhYFnunFKW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-vhYFnunFKW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vhYFnunFKW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vhYFnunFKW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vhYFnunFKW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vhYFnunFKW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vhYFnunFKW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vhYFnunFKW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vhYFnunFKW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vhYFnunFKW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-vhYFnunFKW li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-vhYFnunFKW li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-vhYFnunFKW .lg_brand {
    margin: 0 1rem;
  }
}
.cid-vhYFnunFKW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vhYFnunFKW .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-vhYFnunFKW .nav-item {
    margin: 0 !important;
  }
}
.cid-vhYFnunFKW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vhYFnunFKW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-vhYFnunFKW .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vhYFnunFKW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vhYFnunFKW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vhYFnunFKW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vhYFnunFKW .offcanvas_box {
    display: none;
  }
}
.cid-vhYFnunFKW .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-vhYFnunFKW .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vhYFnunFKW .dropdown .dropdown-item:hover {
  color: #d7d2d2 !important;
}
.cid-vhYFnunFKW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vhYFnunFKW .nav-link {
  position: relative;
}
.cid-vhYFnunFKW .container {
  display: flex;
  margin: auto;
}
.cid-vhYFnunFKW .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #004062;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vhYFnunFKW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vhYFnunFKW .iconfont-wrapper:hover {
  background-color: #002f49;
}
.cid-vhYFnunFKW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-vhYFnunFKW .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-vhYFnunFKW .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-vhYFnunFKW .dropdown-menu,
.cid-vhYFnunFKW .navbar.opened {
  background: #0c2634 !important;
}
.cid-vhYFnunFKW .nav-item:focus,
.cid-vhYFnunFKW .nav-link:focus {
  outline: none;
}
.cid-vhYFnunFKW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhYFnunFKW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhYFnunFKW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhYFnunFKW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhYFnunFKW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhYFnunFKW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhYFnunFKW .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-vhYFnunFKW .navbar.opened {
  transition: all 0.3s;
}
.cid-vhYFnunFKW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vhYFnunFKW .navbar .navbar-logo img {
  width: auto;
}
.cid-vhYFnunFKW .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: space-evenly;
  z-index: 1;
}
.cid-vhYFnunFKW .navbar.collapsed {
  justify-content: center;
}
.cid-vhYFnunFKW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhYFnunFKW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vhYFnunFKW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-vhYFnunFKW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhYFnunFKW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhYFnunFKW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhYFnunFKW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vhYFnunFKW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vhYFnunFKW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vhYFnunFKW .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-vhYFnunFKW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhYFnunFKW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhYFnunFKW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vhYFnunFKW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhYFnunFKW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhYFnunFKW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhYFnunFKW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vhYFnunFKW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vhYFnunFKW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vhYFnunFKW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vhYFnunFKW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhYFnunFKW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vhYFnunFKW .navbar.navbar-short {
  min-height: 60px;
}
.cid-vhYFnunFKW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vhYFnunFKW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vhYFnunFKW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhYFnunFKW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhYFnunFKW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhYFnunFKW .dropdown-item.active,
.cid-vhYFnunFKW .dropdown-item:active {
  background-color: transparent;
}
.cid-vhYFnunFKW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhYFnunFKW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhYFnunFKW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhYFnunFKW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c2634;
}
.cid-vhYFnunFKW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vhYFnunFKW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhYFnunFKW ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-vhYFnunFKW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vhYFnunFKW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0c2634;
}
.cid-vhYFnunFKW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vhYFnunFKW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhYFnunFKW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhYFnunFKW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhYFnunFKW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhYFnunFKW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhYFnunFKW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhYFnunFKW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhYFnunFKW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhYFnunFKW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vhYFnunFKW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhYFnunFKW .navbar {
    height: 70px;
  }
  .cid-vhYFnunFKW .navbar.opened {
    height: auto;
  }
  .cid-vhYFnunFKW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhYFnunFKW .mbr-section-subtitle {
  color: #202020;
}
.cid-vhYFnuYPNH {
  padding-top: 12rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vhYFnuYPNH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhYFnuYPNH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhYFnuYPNH .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vhYFnuYPNH .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #1e7fb3;
}
.cid-vhYFnuYPNH .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vhYFnuYPNH .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhYFnuYPNH .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhYFnuYPNH .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vhYFnuYPNH .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vhYFnuYPNH .mbr-label,
.cid-vhYFnuYPNH .label-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-vhYFnuYPNH .mbr-section-title {
  color: #ffffff;
}
.cid-vhYFnuYPNH .mbr-text,
.cid-vhYFnuYPNH .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-vhYFnuYPNH .mbr-section-title,
.cid-vhYFnuYPNH .mbr-section-btn {
  text-align: left;
}
.cid-vhYHkDhb0q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  align-items: flex-end;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-vhYHkDhb0q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhYHkDhb0q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhYHkDhb0q .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vhYHkDhb0q .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-vhYHkDhb0q .content-wrapper .content-wrap {
  display: inline-flex;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-vhYHkDhb0q .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-vhYHkDhb0q .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vhYHkDhb0q .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhYHkDhb0q .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhYHkDhb0q .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhYHkDhb0q .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-vhYHkDhb0q .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhYHkDhb0q .mbr-section-title {
  color: #f4f4f4;
}
.cid-vhYHkDhb0q .mbr-text {
  color: #d7d2d2;
}
.cid-vhYFnvh1hf {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-vhYFnvh1hf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhYFnvh1hf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhYFnvh1hf .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-vhYFnvh1hf .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vhYFnvh1hf .container {
    padding: 0 16px;
  }
}
.cid-vhYFnvh1hf .row {
  justify-content: center;
}
.cid-vhYFnvh1hf .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-vhYFnvh1hf .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-vhYFnvh1hf .content-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhYFnvh1hf .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-vhYFnvh1hf .content-wrapper .mbr-section-btn .btn {
  width: 144px;
  height: 144px;
  border-radius: 100% !important;
}
.cid-vhYFnvh1hf .content-wrapper .mbr-section-btn .btn-primary:hover,
.cid-vhYFnvh1hf .content-wrapper .mbr-section-btn .btn-secondary:hover,
.cid-vhYFnvh1hf .content-wrapper .mbr-section-btn .btn-success:hover,
.cid-vhYFnvh1hf .content-wrapper .mbr-section-btn .btn-info:hover,
.cid-vhYFnvh1hf .content-wrapper .mbr-section-btn .btn-warning:hover,
.cid-vhYFnvh1hf .content-wrapper .mbr-section-btn .btn-danger:hover,
.cid-vhYFnvh1hf .content-wrapper .mbr-section-btn .btn-black:hover,
.cid-vhYFnvh1hf .content-wrapper .mbr-section-btn .btn-white:hover,
.cid-vhYFnvh1hf .content-wrapper .mbr-section-btn .btn-primary:focus,
.cid-vhYFnvh1hf .content-wrapper .mbr-section-btn .btn-secondary:focus,
.cid-vhYFnvh1hf .content-wrapper .mbr-section-btn .btn-success:focus,
.cid-vhYFnvh1hf .content-wrapper .mbr-section-btn .btn-info:focus,
.cid-vhYFnvh1hf .content-wrapper .mbr-section-btn .btn-warning:focus,
.cid-vhYFnvh1hf .content-wrapper .mbr-section-btn .btn-danger:focus,
.cid-vhYFnvh1hf .content-wrapper .mbr-section-btn .btn-black:focus,
.cid-vhYFnvh1hf .content-wrapper .mbr-section-btn .btn-white:focus {
  box-shadow: inset 0 -145px 0 0 #f4f4f4 !important;
  color: #ededee !important;
  border-color: #f4f4f4 !important;
}
.cid-vhYFnvh1hf .content-wrapper .mbr-section-btn .btn-primary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #093388 !important;
  color: #ededee !important;
}
.cid-vhYFnvh1hf .content-wrapper .mbr-section-btn .btn-secondary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #f4f4f4 !important;
  color: #ededee !important;
}
.cid-vhYFnvh1hf .content-wrapper .mbr-section-btn .btn-success-outline:hover {
  box-shadow: inset 0 -145px 0 0 #9d9b9b !important;
  color: #ededee !important;
}
.cid-vhYFnvh1hf .content-wrapper .mbr-section-btn .btn-info-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ededee !important;
  color: #f4f4f4 !important;
  border-color: #ededee !important;
}
.cid-vhYFnvh1hf .content-wrapper .mbr-section-btn .btn-warning-outline:hover {
  box-shadow: inset 0 -145px 0 0 #cc8400 !important;
  color: #ededee !important;
}
.cid-vhYFnvh1hf .content-wrapper .mbr-section-btn .btn-danger-outline:hover {
  box-shadow: inset 0 -145px 0 0 #58595b !important;
  color: #ededee !important;
}
.cid-vhYFnvh1hf .content-wrapper .mbr-section-btn .btn-black-outline:hover {
  box-shadow: inset 0 -145px 0 0 #000000 !important;
  color: #ffffff !important;
}
.cid-vhYFnvh1hf .content-wrapper .mbr-section-btn .btn-white-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffffff !important;
  color: #000000 !important;
}
.cid-vhYFnvh1hf .mbr-desc {
  color: #58595b;
}
.cid-vhYFnvh1hf .mbr-section-title {
  color: #000000;
}
.cid-vhYFnvh1hf .mbr-text {
  color: #58595b;
}
.cid-vhYFnvh1hf .mbr-section-btn {
  text-align: center;
}
.cid-vhYFnvh1hf .mbr-section-title,
.cid-vhYFnvh1hf .mbr-section-btn {
  color: #58595b;
}
.cid-vhYIteLyvx {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vhYIteLyvx .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-vhYIteLyvx .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-vhYIteLyvx .mbr-section-title {
  color: #58595b;
  font-weight: 700;
  text-align: left;
}
.cid-vhYIteLyvx .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-vhYIteLyvx .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
  color: #6d7a8c;
}
.cid-vhYIteLyvx .timelines-container {
  margin-top: 60px;
}
.cid-vhYIteLyvx .timelines-container .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-vhYIteLyvx .timelines-container .timeline-element .timeline-date-panel .time-line-date-content .mbr-figure img {
  border-radius: 4px;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.04);
}
.cid-vhYIteLyvx .timelines-container .timeline-element .date .mbr-timeline-date {
  color: #130947;
  font-weight: 700;
}
.cid-vhYIteLyvx .timelines-container .timeline-element .date .display-7 {
  font-size: 20px;
  line-height: 1;
}
.cid-vhYIteLyvx .timelines-container .timeline-element .iconBackground {
  position: absolute;
  left: 41%;
  width: 12px;
  height: 12px;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  background-color: #84c8ec;
  font-size: 30px;
  display: inline-block;
  top: 0px;
  margin-left: -5px;
}
.cid-vhYIteLyvx .timelines-container .timeline-element .timeline-text-content {
  margin-left: 2rem;
  text-align: left;
}
.cid-vhYIteLyvx .timelines-container .timeline-element .timeline-text-content .mbr-timeline-title {
  font-weight: 700;
  margin-bottom: 15px;
  color: #130947;
}
.cid-vhYIteLyvx .timelines-container .timeline-element .timeline-text-content .mbr-timeline-text {
  margin: 0 0 25px;
  line-height: 1.5;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-vhYIteLyvx .timelines-container .timeline-element .timeline-text-content .display-5 {
  line-height: 1.09;
  font-size: 22px;
  letter-spacing: -0.5px;
}
.cid-vhYIteLyvx .timelines-container .timeline-element .timeline-text-content .display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vhYIteLyvx .container-fluid {
  padding: 0 2rem;
}
.cid-vhYIteLyvx .separline:before,
.cid-vhYIteLyvx .first-separline:before {
  top: 0rem;
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: calc(100% + 3rem);
}
.cid-vhYIteLyvx .separline:after {
  top: calc(100% + 3.1rem);
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-vhYIteLyvx .container-fluid {
    padding: 0 1rem;
  }
  .cid-vhYIteLyvx .iconBackground {
    left: -9px !important;
    top: 33px;
  }
  .cid-vhYIteLyvx .separline:before,
  .cid-vhYIteLyvx .first-separline:before {
    left: -10px !important;
  }
  .cid-vhYIteLyvx .separline:after {
    left: -10px !important;
    top: calc(102.4%);
  }
  .cid-vhYIteLyvx .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-vhYIteLyvx .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-vhYIteLyvx .time-line-date-content p {
    float: left !important;
  }
  .cid-vhYIteLyvx .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
  .cid-vhYIteLyvx .timelines-container .timeline-element .date .mbr-timeline-date {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.cid-vhYIteLyvx .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.cid-vhYIteLyvx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhYIteLyvx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhYIteLyvx .timelines-container .timeline-element .timeline-text-content .mbr-timeline-title {
  color: #58595b;
}
.cid-vhYKu4A26L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  align-items: flex-end;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-vhYKu4A26L .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhYKu4A26L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhYKu4A26L .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vhYKu4A26L .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-vhYKu4A26L .content-wrapper .content-wrap {
  display: inline-flex;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-vhYKu4A26L .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-vhYKu4A26L .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vhYKu4A26L .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhYKu4A26L .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhYKu4A26L .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhYKu4A26L .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-vhYKu4A26L .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhYKu4A26L .mbr-section-title {
  color: #f4f4f4;
}
.cid-vhYKu4A26L .mbr-text {
  color: #d7d2d2;
}
.cid-vhYFnvBFLb {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-vhYFnvBFLb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhYFnvBFLb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhYFnvBFLb .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-vhYFnvBFLb .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vhYFnvBFLb .container {
    padding: 0 16px;
  }
}
.cid-vhYFnvBFLb .row {
  justify-content: center;
}
.cid-vhYFnvBFLb .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-vhYFnvBFLb .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-vhYFnvBFLb .content-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhYFnvBFLb .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-vhYFnvBFLb .content-wrapper .mbr-section-btn .btn {
  width: 144px;
  height: 144px;
  border-radius: 100% !important;
}
.cid-vhYFnvBFLb .content-wrapper .mbr-section-btn .btn-primary:hover,
.cid-vhYFnvBFLb .content-wrapper .mbr-section-btn .btn-secondary:hover,
.cid-vhYFnvBFLb .content-wrapper .mbr-section-btn .btn-success:hover,
.cid-vhYFnvBFLb .content-wrapper .mbr-section-btn .btn-info:hover,
.cid-vhYFnvBFLb .content-wrapper .mbr-section-btn .btn-warning:hover,
.cid-vhYFnvBFLb .content-wrapper .mbr-section-btn .btn-danger:hover,
.cid-vhYFnvBFLb .content-wrapper .mbr-section-btn .btn-black:hover,
.cid-vhYFnvBFLb .content-wrapper .mbr-section-btn .btn-white:hover,
.cid-vhYFnvBFLb .content-wrapper .mbr-section-btn .btn-primary:focus,
.cid-vhYFnvBFLb .content-wrapper .mbr-section-btn .btn-secondary:focus,
.cid-vhYFnvBFLb .content-wrapper .mbr-section-btn .btn-success:focus,
.cid-vhYFnvBFLb .content-wrapper .mbr-section-btn .btn-info:focus,
.cid-vhYFnvBFLb .content-wrapper .mbr-section-btn .btn-warning:focus,
.cid-vhYFnvBFLb .content-wrapper .mbr-section-btn .btn-danger:focus,
.cid-vhYFnvBFLb .content-wrapper .mbr-section-btn .btn-black:focus,
.cid-vhYFnvBFLb .content-wrapper .mbr-section-btn .btn-white:focus {
  box-shadow: inset 0 -145px 0 0 #f4f4f4 !important;
  color: #ededee !important;
  border-color: #f4f4f4 !important;
}
.cid-vhYFnvBFLb .content-wrapper .mbr-section-btn .btn-primary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #093388 !important;
  color: #ededee !important;
}
.cid-vhYFnvBFLb .content-wrapper .mbr-section-btn .btn-secondary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #f4f4f4 !important;
  color: #ededee !important;
}
.cid-vhYFnvBFLb .content-wrapper .mbr-section-btn .btn-success-outline:hover {
  box-shadow: inset 0 -145px 0 0 #9d9b9b !important;
  color: #ededee !important;
}
.cid-vhYFnvBFLb .content-wrapper .mbr-section-btn .btn-info-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ededee !important;
  color: #f4f4f4 !important;
  border-color: #ededee !important;
}
.cid-vhYFnvBFLb .content-wrapper .mbr-section-btn .btn-warning-outline:hover {
  box-shadow: inset 0 -145px 0 0 #cc8400 !important;
  color: #ededee !important;
}
.cid-vhYFnvBFLb .content-wrapper .mbr-section-btn .btn-danger-outline:hover {
  box-shadow: inset 0 -145px 0 0 #58595b !important;
  color: #ededee !important;
}
.cid-vhYFnvBFLb .content-wrapper .mbr-section-btn .btn-black-outline:hover {
  box-shadow: inset 0 -145px 0 0 #000000 !important;
  color: #ffffff !important;
}
.cid-vhYFnvBFLb .content-wrapper .mbr-section-btn .btn-white-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffffff !important;
  color: #000000 !important;
}
.cid-vhYFnvBFLb .mbr-desc {
  color: #58595b;
}
.cid-vhYFnvBFLb .mbr-section-title {
  color: #000000;
}
.cid-vhYFnvBFLb .mbr-text {
  color: #58595b;
}
.cid-vhYFnvBFLb .mbr-section-btn {
  text-align: center;
}
.cid-vhYFnvBFLb .mbr-section-title,
.cid-vhYFnvBFLb .mbr-section-btn {
  color: #353535;
}
.cid-vhYKQGlKA1 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vhYKQGlKA1 .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-vhYKQGlKA1 .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-vhYKQGlKA1 .mbr-section-title {
  color: #58595b;
  font-weight: 700;
  text-align: left;
}
.cid-vhYKQGlKA1 .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-vhYKQGlKA1 .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
  color: #6d7a8c;
}
.cid-vhYKQGlKA1 .timelines-container {
  margin-top: 60px;
}
.cid-vhYKQGlKA1 .timelines-container .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-vhYKQGlKA1 .timelines-container .timeline-element .timeline-date-panel .time-line-date-content .mbr-figure img {
  border-radius: 4px;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.04);
}
.cid-vhYKQGlKA1 .timelines-container .timeline-element .date .mbr-timeline-date {
  color: #130947;
  font-weight: 700;
}
.cid-vhYKQGlKA1 .timelines-container .timeline-element .date .display-7 {
  font-size: 20px;
  line-height: 1;
}
.cid-vhYKQGlKA1 .timelines-container .timeline-element .iconBackground {
  position: absolute;
  left: 41%;
  width: 12px;
  height: 12px;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  background-color: #84c8ec;
  font-size: 30px;
  display: inline-block;
  top: 0px;
  margin-left: -5px;
}
.cid-vhYKQGlKA1 .timelines-container .timeline-element .timeline-text-content {
  margin-left: 2rem;
  text-align: left;
}
.cid-vhYKQGlKA1 .timelines-container .timeline-element .timeline-text-content .mbr-timeline-title {
  font-weight: 700;
  margin-bottom: 15px;
  color: #130947;
}
.cid-vhYKQGlKA1 .timelines-container .timeline-element .timeline-text-content .mbr-timeline-text {
  margin: 0 0 25px;
  line-height: 1.5;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-vhYKQGlKA1 .timelines-container .timeline-element .timeline-text-content .display-5 {
  line-height: 1.09;
  font-size: 22px;
  letter-spacing: -0.5px;
}
.cid-vhYKQGlKA1 .timelines-container .timeline-element .timeline-text-content .display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vhYKQGlKA1 .container-fluid {
  padding: 0 2rem;
}
.cid-vhYKQGlKA1 .separline:before,
.cid-vhYKQGlKA1 .first-separline:before {
  top: 0rem;
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: calc(100% + 3rem);
}
.cid-vhYKQGlKA1 .separline:after {
  top: calc(100% + 3.1rem);
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-vhYKQGlKA1 .container-fluid {
    padding: 0 1rem;
  }
  .cid-vhYKQGlKA1 .iconBackground {
    left: -9px !important;
    top: 33px;
  }
  .cid-vhYKQGlKA1 .separline:before,
  .cid-vhYKQGlKA1 .first-separline:before {
    left: -10px !important;
  }
  .cid-vhYKQGlKA1 .separline:after {
    left: -10px !important;
    top: calc(102.4%);
  }
  .cid-vhYKQGlKA1 .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-vhYKQGlKA1 .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-vhYKQGlKA1 .time-line-date-content p {
    float: left !important;
  }
  .cid-vhYKQGlKA1 .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
  .cid-vhYKQGlKA1 .timelines-container .timeline-element .date .mbr-timeline-date {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.cid-vhYKQGlKA1 .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.cid-vhYKQGlKA1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhYKQGlKA1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhYKQGlKA1 .timelines-container .timeline-element .timeline-text-content .mbr-timeline-title {
  color: #58595b;
}
.cid-vhYLyI4Sa7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  align-items: flex-end;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-vhYLyI4Sa7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhYLyI4Sa7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhYLyI4Sa7 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vhYLyI4Sa7 .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-vhYLyI4Sa7 .content-wrapper .content-wrap {
  display: inline-flex;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-vhYLyI4Sa7 .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-vhYLyI4Sa7 .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vhYLyI4Sa7 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhYLyI4Sa7 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhYLyI4Sa7 .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhYLyI4Sa7 .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-vhYLyI4Sa7 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhYLyI4Sa7 .mbr-section-title {
  color: #f4f4f4;
}
.cid-vhYLyI4Sa7 .mbr-text {
  color: #d7d2d2;
}
.cid-vhYFnwFsOL {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-vhYFnwFsOL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhYFnwFsOL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhYFnwFsOL .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-vhYFnwFsOL .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vhYFnwFsOL .container {
    padding: 0 16px;
  }
}
.cid-vhYFnwFsOL .row {
  justify-content: center;
}
.cid-vhYFnwFsOL .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-vhYFnwFsOL .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-vhYFnwFsOL .content-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhYFnwFsOL .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-vhYFnwFsOL .content-wrapper .mbr-section-btn .btn {
  width: 144px;
  height: 144px;
  border-radius: 100% !important;
}
.cid-vhYFnwFsOL .content-wrapper .mbr-section-btn .btn-primary:hover,
.cid-vhYFnwFsOL .content-wrapper .mbr-section-btn .btn-secondary:hover,
.cid-vhYFnwFsOL .content-wrapper .mbr-section-btn .btn-success:hover,
.cid-vhYFnwFsOL .content-wrapper .mbr-section-btn .btn-info:hover,
.cid-vhYFnwFsOL .content-wrapper .mbr-section-btn .btn-warning:hover,
.cid-vhYFnwFsOL .content-wrapper .mbr-section-btn .btn-danger:hover,
.cid-vhYFnwFsOL .content-wrapper .mbr-section-btn .btn-black:hover,
.cid-vhYFnwFsOL .content-wrapper .mbr-section-btn .btn-white:hover,
.cid-vhYFnwFsOL .content-wrapper .mbr-section-btn .btn-primary:focus,
.cid-vhYFnwFsOL .content-wrapper .mbr-section-btn .btn-secondary:focus,
.cid-vhYFnwFsOL .content-wrapper .mbr-section-btn .btn-success:focus,
.cid-vhYFnwFsOL .content-wrapper .mbr-section-btn .btn-info:focus,
.cid-vhYFnwFsOL .content-wrapper .mbr-section-btn .btn-warning:focus,
.cid-vhYFnwFsOL .content-wrapper .mbr-section-btn .btn-danger:focus,
.cid-vhYFnwFsOL .content-wrapper .mbr-section-btn .btn-black:focus,
.cid-vhYFnwFsOL .content-wrapper .mbr-section-btn .btn-white:focus {
  box-shadow: inset 0 -145px 0 0 #f4f4f4 !important;
  color: #ededee !important;
  border-color: #f4f4f4 !important;
}
.cid-vhYFnwFsOL .content-wrapper .mbr-section-btn .btn-primary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #093388 !important;
  color: #ededee !important;
}
.cid-vhYFnwFsOL .content-wrapper .mbr-section-btn .btn-secondary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #f4f4f4 !important;
  color: #ededee !important;
}
.cid-vhYFnwFsOL .content-wrapper .mbr-section-btn .btn-success-outline:hover {
  box-shadow: inset 0 -145px 0 0 #9d9b9b !important;
  color: #ededee !important;
}
.cid-vhYFnwFsOL .content-wrapper .mbr-section-btn .btn-info-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ededee !important;
  color: #f4f4f4 !important;
  border-color: #ededee !important;
}
.cid-vhYFnwFsOL .content-wrapper .mbr-section-btn .btn-warning-outline:hover {
  box-shadow: inset 0 -145px 0 0 #cc8400 !important;
  color: #ededee !important;
}
.cid-vhYFnwFsOL .content-wrapper .mbr-section-btn .btn-danger-outline:hover {
  box-shadow: inset 0 -145px 0 0 #58595b !important;
  color: #ededee !important;
}
.cid-vhYFnwFsOL .content-wrapper .mbr-section-btn .btn-black-outline:hover {
  box-shadow: inset 0 -145px 0 0 #000000 !important;
  color: #ffffff !important;
}
.cid-vhYFnwFsOL .content-wrapper .mbr-section-btn .btn-white-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffffff !important;
  color: #000000 !important;
}
.cid-vhYFnwFsOL .mbr-desc {
  color: #58595b;
}
.cid-vhYFnwFsOL .mbr-section-title {
  color: #000000;
}
.cid-vhYFnwFsOL .mbr-text {
  color: #58595b;
}
.cid-vhYFnwFsOL .mbr-section-btn {
  text-align: center;
}
.cid-vhYFnwFsOL .mbr-section-title,
.cid-vhYFnwFsOL .mbr-section-btn {
  color: #353535;
}
.cid-vhYNovgaxP {
  padding-top: 1rem;
  padding-bottom: 5rem;
  align-items: flex-end;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-vhYNovgaxP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhYNovgaxP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhYNovgaxP .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vhYNovgaxP .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-vhYNovgaxP .content-wrapper .content-wrap {
  display: inline-flex;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-vhYNovgaxP .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-vhYNovgaxP .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vhYNovgaxP .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhYNovgaxP .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhYNovgaxP .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhYNovgaxP .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-vhYNovgaxP .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhYNovgaxP .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-vhYNovgaxP .content-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhYNovgaxP .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-vhYNovgaxP .content-wrapper .mbr-section-btn .btn {
  width: 144px;
  height: 144px;
  border-radius: 100% !important;
}
.cid-vhYNovgaxP .content-wrapper .mbr-section-btn .btn-primary:hover,
.cid-vhYNovgaxP .content-wrapper .mbr-section-btn .btn-secondary:hover,
.cid-vhYNovgaxP .content-wrapper .mbr-section-btn .btn-success:hover,
.cid-vhYNovgaxP .content-wrapper .mbr-section-btn .btn-info:hover,
.cid-vhYNovgaxP .content-wrapper .mbr-section-btn .btn-warning:hover,
.cid-vhYNovgaxP .content-wrapper .mbr-section-btn .btn-danger:hover,
.cid-vhYNovgaxP .content-wrapper .mbr-section-btn .btn-black:hover,
.cid-vhYNovgaxP .content-wrapper .mbr-section-btn .btn-white:hover,
.cid-vhYNovgaxP .content-wrapper .mbr-section-btn .btn-primary:focus,
.cid-vhYNovgaxP .content-wrapper .mbr-section-btn .btn-secondary:focus,
.cid-vhYNovgaxP .content-wrapper .mbr-section-btn .btn-success:focus,
.cid-vhYNovgaxP .content-wrapper .mbr-section-btn .btn-info:focus,
.cid-vhYNovgaxP .content-wrapper .mbr-section-btn .btn-warning:focus,
.cid-vhYNovgaxP .content-wrapper .mbr-section-btn .btn-danger:focus,
.cid-vhYNovgaxP .content-wrapper .mbr-section-btn .btn-black:focus,
.cid-vhYNovgaxP .content-wrapper .mbr-section-btn .btn-white:focus {
  box-shadow: inset 0 -145px 0 0 #f4f4f4 !important;
  color: #ededee !important;
  border-color: #f4f4f4 !important;
}
.cid-vhYNovgaxP .content-wrapper .mbr-section-btn .btn-primary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #093388 !important;
  color: #ededee !important;
}
.cid-vhYNovgaxP .content-wrapper .mbr-section-btn .btn-secondary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #f4f4f4 !important;
  color: #ededee !important;
}
.cid-vhYNovgaxP .content-wrapper .mbr-section-btn .btn-success-outline:hover {
  box-shadow: inset 0 -145px 0 0 #9d9b9b !important;
  color: #ededee !important;
}
.cid-vhYNovgaxP .content-wrapper .mbr-section-btn .btn-info-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ededee !important;
  color: #f4f4f4 !important;
  border-color: #ededee !important;
}
.cid-vhYNovgaxP .content-wrapper .mbr-section-btn .btn-warning-outline:hover {
  box-shadow: inset 0 -145px 0 0 #cc8400 !important;
  color: #ededee !important;
}
.cid-vhYNovgaxP .content-wrapper .mbr-section-btn .btn-danger-outline:hover {
  box-shadow: inset 0 -145px 0 0 #58595b !important;
  color: #ededee !important;
}
.cid-vhYNovgaxP .content-wrapper .mbr-section-btn .btn-black-outline:hover {
  box-shadow: inset 0 -145px 0 0 #000000 !important;
  color: #ffffff !important;
}
.cid-vhYNovgaxP .content-wrapper .mbr-section-btn .btn-white-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffffff !important;
  color: #000000 !important;
}
.cid-vhYNovgaxP .mbr-section-title {
  color: #000000;
}
.cid-vhYNovgaxP .mbr-text {
  color: #58595b;
}
.cid-vhYNovgaxP .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-vhYNovgaxP .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vhYNovgaxP .container {
    padding: 0 16px;
  }
}
.cid-vhYNovgaxP .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-vhYNovgaxP .mbr-desc {
  color: #58595b;
}
.cid-vhYNovgaxP .mbr-section-btn {
  text-align: center;
}
.cid-vhYNovgaxP .mbr-section-title,
.cid-vhYNovgaxP .mbr-section-btn {
  color: #353535;
}
.cid-vhYLBexgd9 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vhYLBexgd9 .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-vhYLBexgd9 .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-vhYLBexgd9 .mbr-section-title {
  color: #58595b;
  font-weight: 700;
  text-align: left;
}
.cid-vhYLBexgd9 .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-vhYLBexgd9 .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
  color: #6d7a8c;
  text-align: left;
}
.cid-vhYLBexgd9 .timelines-container {
  margin-top: 60px;
}
.cid-vhYLBexgd9 .timelines-container .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-vhYLBexgd9 .timelines-container .timeline-element .timeline-date-panel .time-line-date-content .mbr-figure img {
  border-radius: 4px;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.04);
}
.cid-vhYLBexgd9 .timelines-container .timeline-element .date .mbr-timeline-date {
  color: #130947;
  font-weight: 700;
}
.cid-vhYLBexgd9 .timelines-container .timeline-element .date .display-7 {
  font-size: 20px;
  line-height: 1;
}
.cid-vhYLBexgd9 .timelines-container .timeline-element .iconBackground {
  position: absolute;
  left: 41%;
  width: 12px;
  height: 12px;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  background-color: #84c8ec;
  font-size: 30px;
  display: inline-block;
  top: 0px;
  margin-left: -5px;
}
.cid-vhYLBexgd9 .timelines-container .timeline-element .timeline-text-content {
  margin-left: 2rem;
  text-align: left;
}
.cid-vhYLBexgd9 .timelines-container .timeline-element .timeline-text-content .mbr-timeline-title {
  font-weight: 700;
  margin-bottom: 15px;
  color: #130947;
}
.cid-vhYLBexgd9 .timelines-container .timeline-element .timeline-text-content .mbr-timeline-text {
  margin: 0 0 25px;
  line-height: 1.5;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-vhYLBexgd9 .timelines-container .timeline-element .timeline-text-content .display-5 {
  line-height: 1.09;
  font-size: 22px;
  letter-spacing: -0.5px;
}
.cid-vhYLBexgd9 .timelines-container .timeline-element .timeline-text-content .display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vhYLBexgd9 .container-fluid {
  padding: 0 2rem;
}
.cid-vhYLBexgd9 .separline:before,
.cid-vhYLBexgd9 .first-separline:before {
  top: 0rem;
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: calc(100% + 3rem);
}
.cid-vhYLBexgd9 .separline:after {
  top: calc(100% + 3.1rem);
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-vhYLBexgd9 .container-fluid {
    padding: 0 1rem;
  }
  .cid-vhYLBexgd9 .iconBackground {
    left: -9px !important;
    top: 33px;
  }
  .cid-vhYLBexgd9 .separline:before,
  .cid-vhYLBexgd9 .first-separline:before {
    left: -10px !important;
  }
  .cid-vhYLBexgd9 .separline:after {
    left: -10px !important;
    top: calc(102.4%);
  }
  .cid-vhYLBexgd9 .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-vhYLBexgd9 .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-vhYLBexgd9 .time-line-date-content p {
    float: left !important;
  }
  .cid-vhYLBexgd9 .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
  .cid-vhYLBexgd9 .timelines-container .timeline-element .date .mbr-timeline-date {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.cid-vhYLBexgd9 .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.cid-vhYLBexgd9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhYLBexgd9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhYLBexgd9 .timelines-container .timeline-element .timeline-text-content .mbr-timeline-title {
  color: #58595b;
}
.cid-vhYOpBLd28 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  align-items: flex-end;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-vhYOpBLd28 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhYOpBLd28 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhYOpBLd28 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vhYOpBLd28 .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-vhYOpBLd28 .content-wrapper .content-wrap {
  display: inline-flex;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-vhYOpBLd28 .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-vhYOpBLd28 .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vhYOpBLd28 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhYOpBLd28 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhYOpBLd28 .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhYOpBLd28 .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-vhYOpBLd28 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhYOpBLd28 .mbr-section-title {
  color: #f4f4f4;
}
.cid-vhYOpBLd28 .mbr-text {
  color: #d7d2d2;
}
.cid-vhYOwfdZZa {
  padding-top: 5rem;
  padding-bottom: 1rem;
  align-items: flex-end;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-vhYOwfdZZa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhYOwfdZZa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhYOwfdZZa .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vhYOwfdZZa .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-vhYOwfdZZa .content-wrapper .content-wrap {
  display: inline-flex;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-vhYOwfdZZa .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-vhYOwfdZZa .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vhYOwfdZZa .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhYOwfdZZa .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhYOwfdZZa .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhYOwfdZZa .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-vhYOwfdZZa .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhYOwfdZZa .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-vhYOwfdZZa .content-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhYOwfdZZa .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-vhYOwfdZZa .content-wrapper .mbr-section-btn .btn {
  width: 144px;
  height: 144px;
  border-radius: 100% !important;
}
.cid-vhYOwfdZZa .content-wrapper .mbr-section-btn .btn-primary:hover,
.cid-vhYOwfdZZa .content-wrapper .mbr-section-btn .btn-secondary:hover,
.cid-vhYOwfdZZa .content-wrapper .mbr-section-btn .btn-success:hover,
.cid-vhYOwfdZZa .content-wrapper .mbr-section-btn .btn-info:hover,
.cid-vhYOwfdZZa .content-wrapper .mbr-section-btn .btn-warning:hover,
.cid-vhYOwfdZZa .content-wrapper .mbr-section-btn .btn-danger:hover,
.cid-vhYOwfdZZa .content-wrapper .mbr-section-btn .btn-black:hover,
.cid-vhYOwfdZZa .content-wrapper .mbr-section-btn .btn-white:hover,
.cid-vhYOwfdZZa .content-wrapper .mbr-section-btn .btn-primary:focus,
.cid-vhYOwfdZZa .content-wrapper .mbr-section-btn .btn-secondary:focus,
.cid-vhYOwfdZZa .content-wrapper .mbr-section-btn .btn-success:focus,
.cid-vhYOwfdZZa .content-wrapper .mbr-section-btn .btn-info:focus,
.cid-vhYOwfdZZa .content-wrapper .mbr-section-btn .btn-warning:focus,
.cid-vhYOwfdZZa .content-wrapper .mbr-section-btn .btn-danger:focus,
.cid-vhYOwfdZZa .content-wrapper .mbr-section-btn .btn-black:focus,
.cid-vhYOwfdZZa .content-wrapper .mbr-section-btn .btn-white:focus {
  box-shadow: inset 0 -145px 0 0 #f4f4f4 !important;
  color: #ededee !important;
  border-color: #f4f4f4 !important;
}
.cid-vhYOwfdZZa .content-wrapper .mbr-section-btn .btn-primary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #093388 !important;
  color: #ededee !important;
}
.cid-vhYOwfdZZa .content-wrapper .mbr-section-btn .btn-secondary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #f4f4f4 !important;
  color: #ededee !important;
}
.cid-vhYOwfdZZa .content-wrapper .mbr-section-btn .btn-success-outline:hover {
  box-shadow: inset 0 -145px 0 0 #9d9b9b !important;
  color: #ededee !important;
}
.cid-vhYOwfdZZa .content-wrapper .mbr-section-btn .btn-info-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ededee !important;
  color: #f4f4f4 !important;
  border-color: #ededee !important;
}
.cid-vhYOwfdZZa .content-wrapper .mbr-section-btn .btn-warning-outline:hover {
  box-shadow: inset 0 -145px 0 0 #cc8400 !important;
  color: #ededee !important;
}
.cid-vhYOwfdZZa .content-wrapper .mbr-section-btn .btn-danger-outline:hover {
  box-shadow: inset 0 -145px 0 0 #58595b !important;
  color: #ededee !important;
}
.cid-vhYOwfdZZa .content-wrapper .mbr-section-btn .btn-black-outline:hover {
  box-shadow: inset 0 -145px 0 0 #000000 !important;
  color: #ffffff !important;
}
.cid-vhYOwfdZZa .content-wrapper .mbr-section-btn .btn-white-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffffff !important;
  color: #000000 !important;
}
.cid-vhYOwfdZZa .mbr-section-title {
  color: #000000;
}
.cid-vhYOwfdZZa .mbr-text {
  color: #58595b;
}
.cid-vhYOwfdZZa .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-vhYOwfdZZa .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vhYOwfdZZa .container {
    padding: 0 16px;
  }
}
.cid-vhYOwfdZZa .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-vhYOwfdZZa .mbr-desc {
  color: #58595b;
}
.cid-vhYOwfdZZa .mbr-section-btn {
  text-align: center;
}
.cid-vhYOwfdZZa .mbr-section-title,
.cid-vhYOwfdZZa .mbr-section-btn {
  color: #353535;
}
.cid-vhYP1g1GB4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  align-items: flex-end;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-vhYP1g1GB4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhYP1g1GB4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhYP1g1GB4 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vhYP1g1GB4 .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-vhYP1g1GB4 .content-wrapper .content-wrap {
  display: inline-flex;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-vhYP1g1GB4 .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-vhYP1g1GB4 .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vhYP1g1GB4 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhYP1g1GB4 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhYP1g1GB4 .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhYP1g1GB4 .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-vhYP1g1GB4 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhYP1g1GB4 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-vhYP1g1GB4 .content-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhYP1g1GB4 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-vhYP1g1GB4 .content-wrapper .mbr-section-btn .btn {
  width: 144px;
  height: 144px;
  border-radius: 100% !important;
}
.cid-vhYP1g1GB4 .content-wrapper .mbr-section-btn .btn-primary:hover,
.cid-vhYP1g1GB4 .content-wrapper .mbr-section-btn .btn-secondary:hover,
.cid-vhYP1g1GB4 .content-wrapper .mbr-section-btn .btn-success:hover,
.cid-vhYP1g1GB4 .content-wrapper .mbr-section-btn .btn-info:hover,
.cid-vhYP1g1GB4 .content-wrapper .mbr-section-btn .btn-warning:hover,
.cid-vhYP1g1GB4 .content-wrapper .mbr-section-btn .btn-danger:hover,
.cid-vhYP1g1GB4 .content-wrapper .mbr-section-btn .btn-black:hover,
.cid-vhYP1g1GB4 .content-wrapper .mbr-section-btn .btn-white:hover,
.cid-vhYP1g1GB4 .content-wrapper .mbr-section-btn .btn-primary:focus,
.cid-vhYP1g1GB4 .content-wrapper .mbr-section-btn .btn-secondary:focus,
.cid-vhYP1g1GB4 .content-wrapper .mbr-section-btn .btn-success:focus,
.cid-vhYP1g1GB4 .content-wrapper .mbr-section-btn .btn-info:focus,
.cid-vhYP1g1GB4 .content-wrapper .mbr-section-btn .btn-warning:focus,
.cid-vhYP1g1GB4 .content-wrapper .mbr-section-btn .btn-danger:focus,
.cid-vhYP1g1GB4 .content-wrapper .mbr-section-btn .btn-black:focus,
.cid-vhYP1g1GB4 .content-wrapper .mbr-section-btn .btn-white:focus {
  box-shadow: inset 0 -145px 0 0 #f4f4f4 !important;
  color: #ededee !important;
  border-color: #f4f4f4 !important;
}
.cid-vhYP1g1GB4 .content-wrapper .mbr-section-btn .btn-primary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #093388 !important;
  color: #ededee !important;
}
.cid-vhYP1g1GB4 .content-wrapper .mbr-section-btn .btn-secondary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #f4f4f4 !important;
  color: #ededee !important;
}
.cid-vhYP1g1GB4 .content-wrapper .mbr-section-btn .btn-success-outline:hover {
  box-shadow: inset 0 -145px 0 0 #9d9b9b !important;
  color: #ededee !important;
}
.cid-vhYP1g1GB4 .content-wrapper .mbr-section-btn .btn-info-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ededee !important;
  color: #f4f4f4 !important;
  border-color: #ededee !important;
}
.cid-vhYP1g1GB4 .content-wrapper .mbr-section-btn .btn-warning-outline:hover {
  box-shadow: inset 0 -145px 0 0 #cc8400 !important;
  color: #ededee !important;
}
.cid-vhYP1g1GB4 .content-wrapper .mbr-section-btn .btn-danger-outline:hover {
  box-shadow: inset 0 -145px 0 0 #58595b !important;
  color: #ededee !important;
}
.cid-vhYP1g1GB4 .content-wrapper .mbr-section-btn .btn-black-outline:hover {
  box-shadow: inset 0 -145px 0 0 #000000 !important;
  color: #ffffff !important;
}
.cid-vhYP1g1GB4 .content-wrapper .mbr-section-btn .btn-white-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffffff !important;
  color: #000000 !important;
}
.cid-vhYP1g1GB4 .mbr-section-title {
  color: #000000;
}
.cid-vhYP1g1GB4 .mbr-text {
  color: #58595b;
}
.cid-vhYP1g1GB4 .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-vhYP1g1GB4 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vhYP1g1GB4 .container {
    padding: 0 16px;
  }
}
.cid-vhYP1g1GB4 .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-vhYP1g1GB4 .mbr-desc {
  color: #58595b;
}
.cid-vhYP1g1GB4 .mbr-section-btn {
  text-align: center;
}
.cid-vhYP1g1GB4 .mbr-section-title,
.cid-vhYP1g1GB4 .mbr-section-btn {
  color: #353535;
}
.cid-vhYOyExNg0 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vhYOyExNg0 .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-vhYOyExNg0 .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-vhYOyExNg0 .mbr-section-title {
  color: #58595b;
  font-weight: 700;
  text-align: left;
}
.cid-vhYOyExNg0 .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-vhYOyExNg0 .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
  color: #353535;
  text-align: left;
}
.cid-vhYOyExNg0 .timelines-container {
  margin-top: 60px;
}
.cid-vhYOyExNg0 .timelines-container .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-vhYOyExNg0 .timelines-container .timeline-element .timeline-date-panel .time-line-date-content .mbr-figure img {
  border-radius: 4px;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.04);
}
.cid-vhYOyExNg0 .timelines-container .timeline-element .date .mbr-timeline-date {
  color: #130947;
  font-weight: 700;
}
.cid-vhYOyExNg0 .timelines-container .timeline-element .date .display-7 {
  font-size: 20px;
  line-height: 1;
}
.cid-vhYOyExNg0 .timelines-container .timeline-element .iconBackground {
  position: absolute;
  left: 41%;
  width: 12px;
  height: 12px;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  background-color: #84c8ec;
  font-size: 30px;
  display: inline-block;
  top: 0px;
  margin-left: -5px;
}
.cid-vhYOyExNg0 .timelines-container .timeline-element .timeline-text-content {
  margin-left: 2rem;
  text-align: left;
}
.cid-vhYOyExNg0 .timelines-container .timeline-element .timeline-text-content .mbr-timeline-title {
  font-weight: 700;
  margin-bottom: 15px;
  color: #130947;
}
.cid-vhYOyExNg0 .timelines-container .timeline-element .timeline-text-content .mbr-timeline-text {
  margin: 0 0 25px;
  line-height: 1.5;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-vhYOyExNg0 .timelines-container .timeline-element .timeline-text-content .display-5 {
  line-height: 1.09;
  font-size: 22px;
  letter-spacing: -0.5px;
}
.cid-vhYOyExNg0 .timelines-container .timeline-element .timeline-text-content .display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vhYOyExNg0 .container-fluid {
  padding: 0 2rem;
}
.cid-vhYOyExNg0 .separline:before,
.cid-vhYOyExNg0 .first-separline:before {
  top: 0rem;
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: calc(100% + 3rem);
}
.cid-vhYOyExNg0 .separline:after {
  top: calc(100% + 3.1rem);
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-vhYOyExNg0 .container-fluid {
    padding: 0 1rem;
  }
  .cid-vhYOyExNg0 .iconBackground {
    left: -9px !important;
    top: 33px;
  }
  .cid-vhYOyExNg0 .separline:before,
  .cid-vhYOyExNg0 .first-separline:before {
    left: -10px !important;
  }
  .cid-vhYOyExNg0 .separline:after {
    left: -10px !important;
    top: calc(102.4%);
  }
  .cid-vhYOyExNg0 .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-vhYOyExNg0 .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-vhYOyExNg0 .time-line-date-content p {
    float: left !important;
  }
  .cid-vhYOyExNg0 .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
  .cid-vhYOyExNg0 .timelines-container .timeline-element .date .mbr-timeline-date {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.cid-vhYOyExNg0 .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.cid-vhYOyExNg0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhYOyExNg0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhYOyExNg0 .timelines-container .timeline-element .timeline-text-content .mbr-timeline-title {
  color: #58595b;
}
.cid-vhYPQ26bNp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  align-items: flex-end;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-vhYPQ26bNp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhYPQ26bNp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhYPQ26bNp .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vhYPQ26bNp .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-vhYPQ26bNp .content-wrapper .content-wrap {
  display: inline-flex;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-vhYPQ26bNp .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-vhYPQ26bNp .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vhYPQ26bNp .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhYPQ26bNp .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhYPQ26bNp .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhYPQ26bNp .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-vhYPQ26bNp .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhYPQ26bNp .mbr-section-title {
  color: #f4f4f4;
}
.cid-vhYPQ26bNp .mbr-text {
  color: #d7d2d2;
}
.cid-vhYQ6ZKN7l {
  padding-top: 5rem;
  padding-bottom: 1rem;
  align-items: flex-end;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-vhYQ6ZKN7l .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhYQ6ZKN7l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhYQ6ZKN7l .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vhYQ6ZKN7l .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-vhYQ6ZKN7l .content-wrapper .content-wrap {
  display: inline-flex;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-vhYQ6ZKN7l .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-vhYQ6ZKN7l .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vhYQ6ZKN7l .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhYQ6ZKN7l .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhYQ6ZKN7l .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhYQ6ZKN7l .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-vhYQ6ZKN7l .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhYQ6ZKN7l .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-vhYQ6ZKN7l .content-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhYQ6ZKN7l .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-vhYQ6ZKN7l .content-wrapper .mbr-section-btn .btn {
  width: 144px;
  height: 144px;
  border-radius: 100% !important;
}
.cid-vhYQ6ZKN7l .content-wrapper .mbr-section-btn .btn-primary:hover,
.cid-vhYQ6ZKN7l .content-wrapper .mbr-section-btn .btn-secondary:hover,
.cid-vhYQ6ZKN7l .content-wrapper .mbr-section-btn .btn-success:hover,
.cid-vhYQ6ZKN7l .content-wrapper .mbr-section-btn .btn-info:hover,
.cid-vhYQ6ZKN7l .content-wrapper .mbr-section-btn .btn-warning:hover,
.cid-vhYQ6ZKN7l .content-wrapper .mbr-section-btn .btn-danger:hover,
.cid-vhYQ6ZKN7l .content-wrapper .mbr-section-btn .btn-black:hover,
.cid-vhYQ6ZKN7l .content-wrapper .mbr-section-btn .btn-white:hover,
.cid-vhYQ6ZKN7l .content-wrapper .mbr-section-btn .btn-primary:focus,
.cid-vhYQ6ZKN7l .content-wrapper .mbr-section-btn .btn-secondary:focus,
.cid-vhYQ6ZKN7l .content-wrapper .mbr-section-btn .btn-success:focus,
.cid-vhYQ6ZKN7l .content-wrapper .mbr-section-btn .btn-info:focus,
.cid-vhYQ6ZKN7l .content-wrapper .mbr-section-btn .btn-warning:focus,
.cid-vhYQ6ZKN7l .content-wrapper .mbr-section-btn .btn-danger:focus,
.cid-vhYQ6ZKN7l .content-wrapper .mbr-section-btn .btn-black:focus,
.cid-vhYQ6ZKN7l .content-wrapper .mbr-section-btn .btn-white:focus {
  box-shadow: inset 0 -145px 0 0 #f4f4f4 !important;
  color: #ededee !important;
  border-color: #f4f4f4 !important;
}
.cid-vhYQ6ZKN7l .content-wrapper .mbr-section-btn .btn-primary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #093388 !important;
  color: #ededee !important;
}
.cid-vhYQ6ZKN7l .content-wrapper .mbr-section-btn .btn-secondary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #f4f4f4 !important;
  color: #ededee !important;
}
.cid-vhYQ6ZKN7l .content-wrapper .mbr-section-btn .btn-success-outline:hover {
  box-shadow: inset 0 -145px 0 0 #9d9b9b !important;
  color: #ededee !important;
}
.cid-vhYQ6ZKN7l .content-wrapper .mbr-section-btn .btn-info-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ededee !important;
  color: #f4f4f4 !important;
  border-color: #ededee !important;
}
.cid-vhYQ6ZKN7l .content-wrapper .mbr-section-btn .btn-warning-outline:hover {
  box-shadow: inset 0 -145px 0 0 #cc8400 !important;
  color: #ededee !important;
}
.cid-vhYQ6ZKN7l .content-wrapper .mbr-section-btn .btn-danger-outline:hover {
  box-shadow: inset 0 -145px 0 0 #58595b !important;
  color: #ededee !important;
}
.cid-vhYQ6ZKN7l .content-wrapper .mbr-section-btn .btn-black-outline:hover {
  box-shadow: inset 0 -145px 0 0 #000000 !important;
  color: #ffffff !important;
}
.cid-vhYQ6ZKN7l .content-wrapper .mbr-section-btn .btn-white-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffffff !important;
  color: #000000 !important;
}
.cid-vhYQ6ZKN7l .mbr-section-title {
  color: #000000;
}
.cid-vhYQ6ZKN7l .mbr-text {
  color: #58595b;
}
.cid-vhYQ6ZKN7l .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-vhYQ6ZKN7l .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vhYQ6ZKN7l .container {
    padding: 0 16px;
  }
}
.cid-vhYQ6ZKN7l .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-vhYQ6ZKN7l .mbr-desc {
  color: #58595b;
}
.cid-vhYQ6ZKN7l .mbr-section-btn {
  text-align: center;
}
.cid-vhYQ6ZKN7l .mbr-section-title,
.cid-vhYQ6ZKN7l .mbr-section-btn {
  color: #353535;
}
.cid-vhYQjBqZDv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  align-items: flex-end;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-vhYQjBqZDv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhYQjBqZDv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhYQjBqZDv .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vhYQjBqZDv .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-vhYQjBqZDv .content-wrapper .content-wrap {
  display: inline-flex;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-vhYQjBqZDv .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-vhYQjBqZDv .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vhYQjBqZDv .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhYQjBqZDv .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhYQjBqZDv .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhYQjBqZDv .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-vhYQjBqZDv .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhYQjBqZDv .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-vhYQjBqZDv .content-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhYQjBqZDv .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-vhYQjBqZDv .content-wrapper .mbr-section-btn .btn {
  width: 144px;
  height: 144px;
  border-radius: 100% !important;
}
.cid-vhYQjBqZDv .content-wrapper .mbr-section-btn .btn-primary:hover,
.cid-vhYQjBqZDv .content-wrapper .mbr-section-btn .btn-secondary:hover,
.cid-vhYQjBqZDv .content-wrapper .mbr-section-btn .btn-success:hover,
.cid-vhYQjBqZDv .content-wrapper .mbr-section-btn .btn-info:hover,
.cid-vhYQjBqZDv .content-wrapper .mbr-section-btn .btn-warning:hover,
.cid-vhYQjBqZDv .content-wrapper .mbr-section-btn .btn-danger:hover,
.cid-vhYQjBqZDv .content-wrapper .mbr-section-btn .btn-black:hover,
.cid-vhYQjBqZDv .content-wrapper .mbr-section-btn .btn-white:hover,
.cid-vhYQjBqZDv .content-wrapper .mbr-section-btn .btn-primary:focus,
.cid-vhYQjBqZDv .content-wrapper .mbr-section-btn .btn-secondary:focus,
.cid-vhYQjBqZDv .content-wrapper .mbr-section-btn .btn-success:focus,
.cid-vhYQjBqZDv .content-wrapper .mbr-section-btn .btn-info:focus,
.cid-vhYQjBqZDv .content-wrapper .mbr-section-btn .btn-warning:focus,
.cid-vhYQjBqZDv .content-wrapper .mbr-section-btn .btn-danger:focus,
.cid-vhYQjBqZDv .content-wrapper .mbr-section-btn .btn-black:focus,
.cid-vhYQjBqZDv .content-wrapper .mbr-section-btn .btn-white:focus {
  box-shadow: inset 0 -145px 0 0 #f4f4f4 !important;
  color: #ededee !important;
  border-color: #f4f4f4 !important;
}
.cid-vhYQjBqZDv .content-wrapper .mbr-section-btn .btn-primary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #093388 !important;
  color: #ededee !important;
}
.cid-vhYQjBqZDv .content-wrapper .mbr-section-btn .btn-secondary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #f4f4f4 !important;
  color: #ededee !important;
}
.cid-vhYQjBqZDv .content-wrapper .mbr-section-btn .btn-success-outline:hover {
  box-shadow: inset 0 -145px 0 0 #9d9b9b !important;
  color: #ededee !important;
}
.cid-vhYQjBqZDv .content-wrapper .mbr-section-btn .btn-info-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ededee !important;
  color: #f4f4f4 !important;
  border-color: #ededee !important;
}
.cid-vhYQjBqZDv .content-wrapper .mbr-section-btn .btn-warning-outline:hover {
  box-shadow: inset 0 -145px 0 0 #cc8400 !important;
  color: #ededee !important;
}
.cid-vhYQjBqZDv .content-wrapper .mbr-section-btn .btn-danger-outline:hover {
  box-shadow: inset 0 -145px 0 0 #58595b !important;
  color: #ededee !important;
}
.cid-vhYQjBqZDv .content-wrapper .mbr-section-btn .btn-black-outline:hover {
  box-shadow: inset 0 -145px 0 0 #000000 !important;
  color: #ffffff !important;
}
.cid-vhYQjBqZDv .content-wrapper .mbr-section-btn .btn-white-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffffff !important;
  color: #000000 !important;
}
.cid-vhYQjBqZDv .mbr-section-title {
  color: #000000;
}
.cid-vhYQjBqZDv .mbr-text {
  color: #58595b;
}
.cid-vhYQjBqZDv .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-vhYQjBqZDv .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vhYQjBqZDv .container {
    padding: 0 16px;
  }
}
.cid-vhYQjBqZDv .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-vhYQjBqZDv .mbr-desc {
  color: #58595b;
}
.cid-vhYQjBqZDv .mbr-section-btn {
  text-align: center;
}
.cid-vhYQjBqZDv .mbr-section-title,
.cid-vhYQjBqZDv .mbr-section-btn {
  color: #353535;
}
.cid-vhYQ9Hu0lx {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vhYQ9Hu0lx .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-vhYQ9Hu0lx .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-vhYQ9Hu0lx .mbr-section-title {
  color: #58595b;
  font-weight: 700;
  text-align: left;
}
.cid-vhYQ9Hu0lx .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-vhYQ9Hu0lx .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
  color: #6d7a8c;
  text-align: left;
}
.cid-vhYQ9Hu0lx .timelines-container {
  margin-top: 60px;
}
.cid-vhYQ9Hu0lx .timelines-container .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-vhYQ9Hu0lx .timelines-container .timeline-element .timeline-date-panel .time-line-date-content .mbr-figure img {
  border-radius: 4px;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.04);
}
.cid-vhYQ9Hu0lx .timelines-container .timeline-element .date .mbr-timeline-date {
  color: #130947;
  font-weight: 700;
}
.cid-vhYQ9Hu0lx .timelines-container .timeline-element .date .display-7 {
  font-size: 20px;
  line-height: 1;
}
.cid-vhYQ9Hu0lx .timelines-container .timeline-element .iconBackground {
  position: absolute;
  left: 41%;
  width: 12px;
  height: 12px;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  background-color: #84c8ec;
  font-size: 30px;
  display: inline-block;
  top: 0px;
  margin-left: -5px;
}
.cid-vhYQ9Hu0lx .timelines-container .timeline-element .timeline-text-content {
  margin-left: 2rem;
  text-align: left;
}
.cid-vhYQ9Hu0lx .timelines-container .timeline-element .timeline-text-content .mbr-timeline-title {
  font-weight: 700;
  margin-bottom: 15px;
  color: #130947;
}
.cid-vhYQ9Hu0lx .timelines-container .timeline-element .timeline-text-content .mbr-timeline-text {
  margin: 0 0 25px;
  line-height: 1.5;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-vhYQ9Hu0lx .timelines-container .timeline-element .timeline-text-content .display-5 {
  line-height: 1.09;
  font-size: 22px;
  letter-spacing: -0.5px;
}
.cid-vhYQ9Hu0lx .timelines-container .timeline-element .timeline-text-content .display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vhYQ9Hu0lx .container-fluid {
  padding: 0 2rem;
}
.cid-vhYQ9Hu0lx .separline:before,
.cid-vhYQ9Hu0lx .first-separline:before {
  top: 0rem;
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: calc(100% + 3rem);
}
.cid-vhYQ9Hu0lx .separline:after {
  top: calc(100% + 3.1rem);
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-vhYQ9Hu0lx .container-fluid {
    padding: 0 1rem;
  }
  .cid-vhYQ9Hu0lx .iconBackground {
    left: -9px !important;
    top: 33px;
  }
  .cid-vhYQ9Hu0lx .separline:before,
  .cid-vhYQ9Hu0lx .first-separline:before {
    left: -10px !important;
  }
  .cid-vhYQ9Hu0lx .separline:after {
    left: -10px !important;
    top: calc(102.4%);
  }
  .cid-vhYQ9Hu0lx .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-vhYQ9Hu0lx .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-vhYQ9Hu0lx .time-line-date-content p {
    float: left !important;
  }
  .cid-vhYQ9Hu0lx .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
  .cid-vhYQ9Hu0lx .timelines-container .timeline-element .date .mbr-timeline-date {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.cid-vhYQ9Hu0lx .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.cid-vhYQ9Hu0lx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhYQ9Hu0lx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhYQ9Hu0lx .timelines-container .timeline-element .timeline-text-content .mbr-timeline-title {
  color: #58595b;
}
.cid-vhYQTzRweH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  align-items: flex-end;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-vhYQTzRweH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhYQTzRweH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhYQTzRweH .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vhYQTzRweH .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-vhYQTzRweH .content-wrapper .content-wrap {
  display: inline-flex;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-vhYQTzRweH .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-vhYQTzRweH .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vhYQTzRweH .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhYQTzRweH .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhYQTzRweH .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhYQTzRweH .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-vhYQTzRweH .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhYQTzRweH .mbr-section-title {
  color: #f4f4f4;
}
.cid-vhYQTzRweH .mbr-text {
  color: #d7d2d2;
}
.cid-vhYR6wAzhH {
  padding-top: 5rem;
  padding-bottom: 1rem;
  align-items: flex-end;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-vhYR6wAzhH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhYR6wAzhH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhYR6wAzhH .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vhYR6wAzhH .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-vhYR6wAzhH .content-wrapper .content-wrap {
  display: inline-flex;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-vhYR6wAzhH .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-vhYR6wAzhH .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vhYR6wAzhH .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhYR6wAzhH .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhYR6wAzhH .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhYR6wAzhH .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-vhYR6wAzhH .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhYR6wAzhH .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-vhYR6wAzhH .content-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhYR6wAzhH .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-vhYR6wAzhH .content-wrapper .mbr-section-btn .btn {
  width: 144px;
  height: 144px;
  border-radius: 100% !important;
}
.cid-vhYR6wAzhH .content-wrapper .mbr-section-btn .btn-primary:hover,
.cid-vhYR6wAzhH .content-wrapper .mbr-section-btn .btn-secondary:hover,
.cid-vhYR6wAzhH .content-wrapper .mbr-section-btn .btn-success:hover,
.cid-vhYR6wAzhH .content-wrapper .mbr-section-btn .btn-info:hover,
.cid-vhYR6wAzhH .content-wrapper .mbr-section-btn .btn-warning:hover,
.cid-vhYR6wAzhH .content-wrapper .mbr-section-btn .btn-danger:hover,
.cid-vhYR6wAzhH .content-wrapper .mbr-section-btn .btn-black:hover,
.cid-vhYR6wAzhH .content-wrapper .mbr-section-btn .btn-white:hover,
.cid-vhYR6wAzhH .content-wrapper .mbr-section-btn .btn-primary:focus,
.cid-vhYR6wAzhH .content-wrapper .mbr-section-btn .btn-secondary:focus,
.cid-vhYR6wAzhH .content-wrapper .mbr-section-btn .btn-success:focus,
.cid-vhYR6wAzhH .content-wrapper .mbr-section-btn .btn-info:focus,
.cid-vhYR6wAzhH .content-wrapper .mbr-section-btn .btn-warning:focus,
.cid-vhYR6wAzhH .content-wrapper .mbr-section-btn .btn-danger:focus,
.cid-vhYR6wAzhH .content-wrapper .mbr-section-btn .btn-black:focus,
.cid-vhYR6wAzhH .content-wrapper .mbr-section-btn .btn-white:focus {
  box-shadow: inset 0 -145px 0 0 #f4f4f4 !important;
  color: #ededee !important;
  border-color: #f4f4f4 !important;
}
.cid-vhYR6wAzhH .content-wrapper .mbr-section-btn .btn-primary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #093388 !important;
  color: #ededee !important;
}
.cid-vhYR6wAzhH .content-wrapper .mbr-section-btn .btn-secondary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #f4f4f4 !important;
  color: #ededee !important;
}
.cid-vhYR6wAzhH .content-wrapper .mbr-section-btn .btn-success-outline:hover {
  box-shadow: inset 0 -145px 0 0 #9d9b9b !important;
  color: #ededee !important;
}
.cid-vhYR6wAzhH .content-wrapper .mbr-section-btn .btn-info-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ededee !important;
  color: #f4f4f4 !important;
  border-color: #ededee !important;
}
.cid-vhYR6wAzhH .content-wrapper .mbr-section-btn .btn-warning-outline:hover {
  box-shadow: inset 0 -145px 0 0 #cc8400 !important;
  color: #ededee !important;
}
.cid-vhYR6wAzhH .content-wrapper .mbr-section-btn .btn-danger-outline:hover {
  box-shadow: inset 0 -145px 0 0 #58595b !important;
  color: #ededee !important;
}
.cid-vhYR6wAzhH .content-wrapper .mbr-section-btn .btn-black-outline:hover {
  box-shadow: inset 0 -145px 0 0 #000000 !important;
  color: #ffffff !important;
}
.cid-vhYR6wAzhH .content-wrapper .mbr-section-btn .btn-white-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffffff !important;
  color: #000000 !important;
}
.cid-vhYR6wAzhH .mbr-section-title {
  color: #000000;
}
.cid-vhYR6wAzhH .mbr-text {
  color: #58595b;
}
.cid-vhYR6wAzhH .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-vhYR6wAzhH .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vhYR6wAzhH .container {
    padding: 0 16px;
  }
}
.cid-vhYR6wAzhH .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-vhYR6wAzhH .mbr-desc {
  color: #58595b;
}
.cid-vhYR6wAzhH .mbr-section-btn {
  text-align: center;
}
.cid-vhYR6wAzhH .mbr-section-title,
.cid-vhYR6wAzhH .mbr-section-btn {
  color: #353535;
}
.cid-vhYRljDXK2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  align-items: flex-end;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-vhYRljDXK2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhYRljDXK2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhYRljDXK2 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vhYRljDXK2 .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-vhYRljDXK2 .content-wrapper .content-wrap {
  display: inline-flex;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-vhYRljDXK2 .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-vhYRljDXK2 .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vhYRljDXK2 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhYRljDXK2 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhYRljDXK2 .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhYRljDXK2 .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-vhYRljDXK2 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhYRljDXK2 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-vhYRljDXK2 .content-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhYRljDXK2 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-vhYRljDXK2 .content-wrapper .mbr-section-btn .btn {
  width: 144px;
  height: 144px;
  border-radius: 100% !important;
}
.cid-vhYRljDXK2 .content-wrapper .mbr-section-btn .btn-primary:hover,
.cid-vhYRljDXK2 .content-wrapper .mbr-section-btn .btn-secondary:hover,
.cid-vhYRljDXK2 .content-wrapper .mbr-section-btn .btn-success:hover,
.cid-vhYRljDXK2 .content-wrapper .mbr-section-btn .btn-info:hover,
.cid-vhYRljDXK2 .content-wrapper .mbr-section-btn .btn-warning:hover,
.cid-vhYRljDXK2 .content-wrapper .mbr-section-btn .btn-danger:hover,
.cid-vhYRljDXK2 .content-wrapper .mbr-section-btn .btn-black:hover,
.cid-vhYRljDXK2 .content-wrapper .mbr-section-btn .btn-white:hover,
.cid-vhYRljDXK2 .content-wrapper .mbr-section-btn .btn-primary:focus,
.cid-vhYRljDXK2 .content-wrapper .mbr-section-btn .btn-secondary:focus,
.cid-vhYRljDXK2 .content-wrapper .mbr-section-btn .btn-success:focus,
.cid-vhYRljDXK2 .content-wrapper .mbr-section-btn .btn-info:focus,
.cid-vhYRljDXK2 .content-wrapper .mbr-section-btn .btn-warning:focus,
.cid-vhYRljDXK2 .content-wrapper .mbr-section-btn .btn-danger:focus,
.cid-vhYRljDXK2 .content-wrapper .mbr-section-btn .btn-black:focus,
.cid-vhYRljDXK2 .content-wrapper .mbr-section-btn .btn-white:focus {
  box-shadow: inset 0 -145px 0 0 #f4f4f4 !important;
  color: #ededee !important;
  border-color: #f4f4f4 !important;
}
.cid-vhYRljDXK2 .content-wrapper .mbr-section-btn .btn-primary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #093388 !important;
  color: #ededee !important;
}
.cid-vhYRljDXK2 .content-wrapper .mbr-section-btn .btn-secondary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #f4f4f4 !important;
  color: #ededee !important;
}
.cid-vhYRljDXK2 .content-wrapper .mbr-section-btn .btn-success-outline:hover {
  box-shadow: inset 0 -145px 0 0 #9d9b9b !important;
  color: #ededee !important;
}
.cid-vhYRljDXK2 .content-wrapper .mbr-section-btn .btn-info-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ededee !important;
  color: #f4f4f4 !important;
  border-color: #ededee !important;
}
.cid-vhYRljDXK2 .content-wrapper .mbr-section-btn .btn-warning-outline:hover {
  box-shadow: inset 0 -145px 0 0 #cc8400 !important;
  color: #ededee !important;
}
.cid-vhYRljDXK2 .content-wrapper .mbr-section-btn .btn-danger-outline:hover {
  box-shadow: inset 0 -145px 0 0 #58595b !important;
  color: #ededee !important;
}
.cid-vhYRljDXK2 .content-wrapper .mbr-section-btn .btn-black-outline:hover {
  box-shadow: inset 0 -145px 0 0 #000000 !important;
  color: #ffffff !important;
}
.cid-vhYRljDXK2 .content-wrapper .mbr-section-btn .btn-white-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffffff !important;
  color: #000000 !important;
}
.cid-vhYRljDXK2 .mbr-section-title {
  color: #000000;
}
.cid-vhYRljDXK2 .mbr-text {
  color: #58595b;
}
.cid-vhYRljDXK2 .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-vhYRljDXK2 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vhYRljDXK2 .container {
    padding: 0 16px;
  }
}
.cid-vhYRljDXK2 .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-vhYRljDXK2 .mbr-desc {
  color: #58595b;
}
.cid-vhYRljDXK2 .mbr-section-btn {
  text-align: center;
}
.cid-vhYRljDXK2 .mbr-section-title,
.cid-vhYRljDXK2 .mbr-section-btn {
  color: #353535;
}
.cid-vhYR9wgEGy {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vhYR9wgEGy .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-vhYR9wgEGy .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-vhYR9wgEGy .mbr-section-title {
  color: #58595b;
  font-weight: 700;
  text-align: left;
}
.cid-vhYR9wgEGy .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-vhYR9wgEGy .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
  color: #6d7a8c;
  text-align: left;
}
.cid-vhYR9wgEGy .timelines-container {
  margin-top: 60px;
}
.cid-vhYR9wgEGy .timelines-container .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-vhYR9wgEGy .timelines-container .timeline-element .timeline-date-panel .time-line-date-content .mbr-figure img {
  border-radius: 4px;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.04);
}
.cid-vhYR9wgEGy .timelines-container .timeline-element .date .mbr-timeline-date {
  color: #130947;
  font-weight: 700;
}
.cid-vhYR9wgEGy .timelines-container .timeline-element .date .display-7 {
  font-size: 20px;
  line-height: 1;
}
.cid-vhYR9wgEGy .timelines-container .timeline-element .iconBackground {
  position: absolute;
  left: 41%;
  width: 12px;
  height: 12px;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  background-color: #84c8ec;
  font-size: 30px;
  display: inline-block;
  top: 0px;
  margin-left: -5px;
}
.cid-vhYR9wgEGy .timelines-container .timeline-element .timeline-text-content {
  margin-left: 2rem;
  text-align: left;
}
.cid-vhYR9wgEGy .timelines-container .timeline-element .timeline-text-content .mbr-timeline-title {
  font-weight: 700;
  margin-bottom: 15px;
  color: #130947;
}
.cid-vhYR9wgEGy .timelines-container .timeline-element .timeline-text-content .mbr-timeline-text {
  margin: 0 0 25px;
  line-height: 1.5;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-vhYR9wgEGy .timelines-container .timeline-element .timeline-text-content .display-5 {
  line-height: 1.09;
  font-size: 22px;
  letter-spacing: -0.5px;
}
.cid-vhYR9wgEGy .timelines-container .timeline-element .timeline-text-content .display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vhYR9wgEGy .container-fluid {
  padding: 0 2rem;
}
.cid-vhYR9wgEGy .separline:before,
.cid-vhYR9wgEGy .first-separline:before {
  top: 0rem;
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: calc(100% + 3rem);
}
.cid-vhYR9wgEGy .separline:after {
  top: calc(100% + 3.1rem);
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-vhYR9wgEGy .container-fluid {
    padding: 0 1rem;
  }
  .cid-vhYR9wgEGy .iconBackground {
    left: -9px !important;
    top: 33px;
  }
  .cid-vhYR9wgEGy .separline:before,
  .cid-vhYR9wgEGy .first-separline:before {
    left: -10px !important;
  }
  .cid-vhYR9wgEGy .separline:after {
    left: -10px !important;
    top: calc(102.4%);
  }
  .cid-vhYR9wgEGy .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-vhYR9wgEGy .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-vhYR9wgEGy .time-line-date-content p {
    float: left !important;
  }
  .cid-vhYR9wgEGy .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
  .cid-vhYR9wgEGy .timelines-container .timeline-element .date .mbr-timeline-date {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.cid-vhYR9wgEGy .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.cid-vhYR9wgEGy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhYR9wgEGy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhYR9wgEGy .timelines-container .timeline-element .timeline-text-content .mbr-timeline-title {
  color: #58595b;
}
.cid-vhYRP3z0Nx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  align-items: flex-end;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-vhYRP3z0Nx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhYRP3z0Nx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhYRP3z0Nx .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vhYRP3z0Nx .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-vhYRP3z0Nx .content-wrapper .content-wrap {
  display: inline-flex;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-vhYRP3z0Nx .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-vhYRP3z0Nx .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vhYRP3z0Nx .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhYRP3z0Nx .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhYRP3z0Nx .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhYRP3z0Nx .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-vhYRP3z0Nx .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhYRP3z0Nx .mbr-section-title {
  color: #f4f4f4;
}
.cid-vhYRP3z0Nx .mbr-text {
  color: #d7d2d2;
}
.cid-vhYS6YG7QQ {
  padding-top: 5rem;
  padding-bottom: 1rem;
  align-items: flex-end;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-vhYS6YG7QQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhYS6YG7QQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhYS6YG7QQ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vhYS6YG7QQ .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-vhYS6YG7QQ .content-wrapper .content-wrap {
  display: inline-flex;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-vhYS6YG7QQ .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-vhYS6YG7QQ .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vhYS6YG7QQ .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhYS6YG7QQ .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhYS6YG7QQ .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhYS6YG7QQ .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-vhYS6YG7QQ .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhYS6YG7QQ .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-vhYS6YG7QQ .content-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhYS6YG7QQ .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-vhYS6YG7QQ .content-wrapper .mbr-section-btn .btn {
  width: 144px;
  height: 144px;
  border-radius: 100% !important;
}
.cid-vhYS6YG7QQ .content-wrapper .mbr-section-btn .btn-primary:hover,
.cid-vhYS6YG7QQ .content-wrapper .mbr-section-btn .btn-secondary:hover,
.cid-vhYS6YG7QQ .content-wrapper .mbr-section-btn .btn-success:hover,
.cid-vhYS6YG7QQ .content-wrapper .mbr-section-btn .btn-info:hover,
.cid-vhYS6YG7QQ .content-wrapper .mbr-section-btn .btn-warning:hover,
.cid-vhYS6YG7QQ .content-wrapper .mbr-section-btn .btn-danger:hover,
.cid-vhYS6YG7QQ .content-wrapper .mbr-section-btn .btn-black:hover,
.cid-vhYS6YG7QQ .content-wrapper .mbr-section-btn .btn-white:hover,
.cid-vhYS6YG7QQ .content-wrapper .mbr-section-btn .btn-primary:focus,
.cid-vhYS6YG7QQ .content-wrapper .mbr-section-btn .btn-secondary:focus,
.cid-vhYS6YG7QQ .content-wrapper .mbr-section-btn .btn-success:focus,
.cid-vhYS6YG7QQ .content-wrapper .mbr-section-btn .btn-info:focus,
.cid-vhYS6YG7QQ .content-wrapper .mbr-section-btn .btn-warning:focus,
.cid-vhYS6YG7QQ .content-wrapper .mbr-section-btn .btn-danger:focus,
.cid-vhYS6YG7QQ .content-wrapper .mbr-section-btn .btn-black:focus,
.cid-vhYS6YG7QQ .content-wrapper .mbr-section-btn .btn-white:focus {
  box-shadow: inset 0 -145px 0 0 #f4f4f4 !important;
  color: #ededee !important;
  border-color: #f4f4f4 !important;
}
.cid-vhYS6YG7QQ .content-wrapper .mbr-section-btn .btn-primary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #093388 !important;
  color: #ededee !important;
}
.cid-vhYS6YG7QQ .content-wrapper .mbr-section-btn .btn-secondary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #f4f4f4 !important;
  color: #ededee !important;
}
.cid-vhYS6YG7QQ .content-wrapper .mbr-section-btn .btn-success-outline:hover {
  box-shadow: inset 0 -145px 0 0 #9d9b9b !important;
  color: #ededee !important;
}
.cid-vhYS6YG7QQ .content-wrapper .mbr-section-btn .btn-info-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ededee !important;
  color: #f4f4f4 !important;
  border-color: #ededee !important;
}
.cid-vhYS6YG7QQ .content-wrapper .mbr-section-btn .btn-warning-outline:hover {
  box-shadow: inset 0 -145px 0 0 #cc8400 !important;
  color: #ededee !important;
}
.cid-vhYS6YG7QQ .content-wrapper .mbr-section-btn .btn-danger-outline:hover {
  box-shadow: inset 0 -145px 0 0 #58595b !important;
  color: #ededee !important;
}
.cid-vhYS6YG7QQ .content-wrapper .mbr-section-btn .btn-black-outline:hover {
  box-shadow: inset 0 -145px 0 0 #000000 !important;
  color: #ffffff !important;
}
.cid-vhYS6YG7QQ .content-wrapper .mbr-section-btn .btn-white-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffffff !important;
  color: #000000 !important;
}
.cid-vhYS6YG7QQ .mbr-section-title {
  color: #000000;
}
.cid-vhYS6YG7QQ .mbr-text {
  color: #58595b;
}
.cid-vhYS6YG7QQ .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-vhYS6YG7QQ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vhYS6YG7QQ .container {
    padding: 0 16px;
  }
}
.cid-vhYS6YG7QQ .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-vhYS6YG7QQ .mbr-desc {
  color: #58595b;
}
.cid-vhYS6YG7QQ .mbr-section-btn {
  text-align: center;
}
.cid-vhYS6YG7QQ .mbr-section-title,
.cid-vhYS6YG7QQ .mbr-section-btn {
  color: #000000;
}
.cid-vhYSpSeYJr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  align-items: flex-end;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-vhYSpSeYJr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhYSpSeYJr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhYSpSeYJr .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vhYSpSeYJr .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-vhYSpSeYJr .content-wrapper .content-wrap {
  display: inline-flex;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-vhYSpSeYJr .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-vhYSpSeYJr .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vhYSpSeYJr .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhYSpSeYJr .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhYSpSeYJr .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhYSpSeYJr .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-vhYSpSeYJr .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhYSpSeYJr .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-vhYSpSeYJr .content-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhYSpSeYJr .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-vhYSpSeYJr .content-wrapper .mbr-section-btn .btn {
  width: 144px;
  height: 144px;
  border-radius: 100% !important;
}
.cid-vhYSpSeYJr .content-wrapper .mbr-section-btn .btn-primary:hover,
.cid-vhYSpSeYJr .content-wrapper .mbr-section-btn .btn-secondary:hover,
.cid-vhYSpSeYJr .content-wrapper .mbr-section-btn .btn-success:hover,
.cid-vhYSpSeYJr .content-wrapper .mbr-section-btn .btn-info:hover,
.cid-vhYSpSeYJr .content-wrapper .mbr-section-btn .btn-warning:hover,
.cid-vhYSpSeYJr .content-wrapper .mbr-section-btn .btn-danger:hover,
.cid-vhYSpSeYJr .content-wrapper .mbr-section-btn .btn-black:hover,
.cid-vhYSpSeYJr .content-wrapper .mbr-section-btn .btn-white:hover,
.cid-vhYSpSeYJr .content-wrapper .mbr-section-btn .btn-primary:focus,
.cid-vhYSpSeYJr .content-wrapper .mbr-section-btn .btn-secondary:focus,
.cid-vhYSpSeYJr .content-wrapper .mbr-section-btn .btn-success:focus,
.cid-vhYSpSeYJr .content-wrapper .mbr-section-btn .btn-info:focus,
.cid-vhYSpSeYJr .content-wrapper .mbr-section-btn .btn-warning:focus,
.cid-vhYSpSeYJr .content-wrapper .mbr-section-btn .btn-danger:focus,
.cid-vhYSpSeYJr .content-wrapper .mbr-section-btn .btn-black:focus,
.cid-vhYSpSeYJr .content-wrapper .mbr-section-btn .btn-white:focus {
  box-shadow: inset 0 -145px 0 0 #f4f4f4 !important;
  color: #ededee !important;
  border-color: #f4f4f4 !important;
}
.cid-vhYSpSeYJr .content-wrapper .mbr-section-btn .btn-primary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #093388 !important;
  color: #ededee !important;
}
.cid-vhYSpSeYJr .content-wrapper .mbr-section-btn .btn-secondary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #f4f4f4 !important;
  color: #ededee !important;
}
.cid-vhYSpSeYJr .content-wrapper .mbr-section-btn .btn-success-outline:hover {
  box-shadow: inset 0 -145px 0 0 #9d9b9b !important;
  color: #ededee !important;
}
.cid-vhYSpSeYJr .content-wrapper .mbr-section-btn .btn-info-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ededee !important;
  color: #f4f4f4 !important;
  border-color: #ededee !important;
}
.cid-vhYSpSeYJr .content-wrapper .mbr-section-btn .btn-warning-outline:hover {
  box-shadow: inset 0 -145px 0 0 #cc8400 !important;
  color: #ededee !important;
}
.cid-vhYSpSeYJr .content-wrapper .mbr-section-btn .btn-danger-outline:hover {
  box-shadow: inset 0 -145px 0 0 #58595b !important;
  color: #ededee !important;
}
.cid-vhYSpSeYJr .content-wrapper .mbr-section-btn .btn-black-outline:hover {
  box-shadow: inset 0 -145px 0 0 #000000 !important;
  color: #ffffff !important;
}
.cid-vhYSpSeYJr .content-wrapper .mbr-section-btn .btn-white-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffffff !important;
  color: #000000 !important;
}
.cid-vhYSpSeYJr .mbr-section-title {
  color: #000000;
}
.cid-vhYSpSeYJr .mbr-text {
  color: #58595b;
}
.cid-vhYSpSeYJr .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-vhYSpSeYJr .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vhYSpSeYJr .container {
    padding: 0 16px;
  }
}
.cid-vhYSpSeYJr .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-vhYSpSeYJr .mbr-desc {
  color: #58595b;
}
.cid-vhYSpSeYJr .mbr-section-btn {
  text-align: center;
}
.cid-vhYSpSeYJr .mbr-section-title,
.cid-vhYSpSeYJr .mbr-section-btn {
  color: #000000;
}
.cid-vhYS8BTdx4 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vhYS8BTdx4 .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-vhYS8BTdx4 .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-vhYS8BTdx4 .mbr-section-title {
  color: #58595b;
  font-weight: 700;
  text-align: left;
}
.cid-vhYS8BTdx4 .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-vhYS8BTdx4 .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
  color: #6d7a8c;
  text-align: left;
}
.cid-vhYS8BTdx4 .timelines-container {
  margin-top: 60px;
}
.cid-vhYS8BTdx4 .timelines-container .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-vhYS8BTdx4 .timelines-container .timeline-element .timeline-date-panel .time-line-date-content .mbr-figure img {
  border-radius: 4px;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.04);
}
.cid-vhYS8BTdx4 .timelines-container .timeline-element .date .mbr-timeline-date {
  color: #130947;
  font-weight: 700;
}
.cid-vhYS8BTdx4 .timelines-container .timeline-element .date .display-7 {
  font-size: 20px;
  line-height: 1;
}
.cid-vhYS8BTdx4 .timelines-container .timeline-element .iconBackground {
  position: absolute;
  left: 41%;
  width: 12px;
  height: 12px;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  background-color: #84c8ec;
  font-size: 30px;
  display: inline-block;
  top: 0px;
  margin-left: -5px;
}
.cid-vhYS8BTdx4 .timelines-container .timeline-element .timeline-text-content {
  margin-left: 2rem;
  text-align: left;
}
.cid-vhYS8BTdx4 .timelines-container .timeline-element .timeline-text-content .mbr-timeline-title {
  font-weight: 700;
  margin-bottom: 15px;
  color: #130947;
}
.cid-vhYS8BTdx4 .timelines-container .timeline-element .timeline-text-content .mbr-timeline-text {
  margin: 0 0 25px;
  line-height: 1.5;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-vhYS8BTdx4 .timelines-container .timeline-element .timeline-text-content .display-5 {
  line-height: 1.09;
  font-size: 22px;
  letter-spacing: -0.5px;
}
.cid-vhYS8BTdx4 .timelines-container .timeline-element .timeline-text-content .display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vhYS8BTdx4 .container-fluid {
  padding: 0 2rem;
}
.cid-vhYS8BTdx4 .separline:before,
.cid-vhYS8BTdx4 .first-separline:before {
  top: 0rem;
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: calc(100% + 3rem);
}
.cid-vhYS8BTdx4 .separline:after {
  top: calc(100% + 3.1rem);
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-vhYS8BTdx4 .container-fluid {
    padding: 0 1rem;
  }
  .cid-vhYS8BTdx4 .iconBackground {
    left: -9px !important;
    top: 33px;
  }
  .cid-vhYS8BTdx4 .separline:before,
  .cid-vhYS8BTdx4 .first-separline:before {
    left: -10px !important;
  }
  .cid-vhYS8BTdx4 .separline:after {
    left: -10px !important;
    top: calc(102.4%);
  }
  .cid-vhYS8BTdx4 .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-vhYS8BTdx4 .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-vhYS8BTdx4 .time-line-date-content p {
    float: left !important;
  }
  .cid-vhYS8BTdx4 .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
  .cid-vhYS8BTdx4 .timelines-container .timeline-element .date .mbr-timeline-date {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.cid-vhYS8BTdx4 .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.cid-vhYS8BTdx4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhYS8BTdx4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhYS8BTdx4 .timelines-container .timeline-element .timeline-text-content .mbr-timeline-title {
  color: #58595b;
}
.cid-vhYTdy2KR2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  align-items: flex-end;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-vhYTdy2KR2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhYTdy2KR2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhYTdy2KR2 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vhYTdy2KR2 .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-vhYTdy2KR2 .content-wrapper .content-wrap {
  display: inline-flex;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-vhYTdy2KR2 .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-vhYTdy2KR2 .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vhYTdy2KR2 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhYTdy2KR2 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhYTdy2KR2 .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhYTdy2KR2 .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-vhYTdy2KR2 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhYTdy2KR2 .mbr-section-title {
  color: #f4f4f4;
}
.cid-vhYTdy2KR2 .mbr-text {
  color: #d7d2d2;
}
.cid-vhYTt3xCqh {
  padding-top: 5rem;
  padding-bottom: 1rem;
  align-items: flex-end;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-vhYTt3xCqh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhYTt3xCqh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhYTt3xCqh .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vhYTt3xCqh .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-vhYTt3xCqh .content-wrapper .content-wrap {
  display: inline-flex;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-vhYTt3xCqh .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-vhYTt3xCqh .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vhYTt3xCqh .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhYTt3xCqh .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhYTt3xCqh .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhYTt3xCqh .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-vhYTt3xCqh .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhYTt3xCqh .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-vhYTt3xCqh .content-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhYTt3xCqh .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-vhYTt3xCqh .content-wrapper .mbr-section-btn .btn {
  width: 144px;
  height: 144px;
  border-radius: 100% !important;
}
.cid-vhYTt3xCqh .content-wrapper .mbr-section-btn .btn-primary:hover,
.cid-vhYTt3xCqh .content-wrapper .mbr-section-btn .btn-secondary:hover,
.cid-vhYTt3xCqh .content-wrapper .mbr-section-btn .btn-success:hover,
.cid-vhYTt3xCqh .content-wrapper .mbr-section-btn .btn-info:hover,
.cid-vhYTt3xCqh .content-wrapper .mbr-section-btn .btn-warning:hover,
.cid-vhYTt3xCqh .content-wrapper .mbr-section-btn .btn-danger:hover,
.cid-vhYTt3xCqh .content-wrapper .mbr-section-btn .btn-black:hover,
.cid-vhYTt3xCqh .content-wrapper .mbr-section-btn .btn-white:hover,
.cid-vhYTt3xCqh .content-wrapper .mbr-section-btn .btn-primary:focus,
.cid-vhYTt3xCqh .content-wrapper .mbr-section-btn .btn-secondary:focus,
.cid-vhYTt3xCqh .content-wrapper .mbr-section-btn .btn-success:focus,
.cid-vhYTt3xCqh .content-wrapper .mbr-section-btn .btn-info:focus,
.cid-vhYTt3xCqh .content-wrapper .mbr-section-btn .btn-warning:focus,
.cid-vhYTt3xCqh .content-wrapper .mbr-section-btn .btn-danger:focus,
.cid-vhYTt3xCqh .content-wrapper .mbr-section-btn .btn-black:focus,
.cid-vhYTt3xCqh .content-wrapper .mbr-section-btn .btn-white:focus {
  box-shadow: inset 0 -145px 0 0 #f4f4f4 !important;
  color: #ededee !important;
  border-color: #f4f4f4 !important;
}
.cid-vhYTt3xCqh .content-wrapper .mbr-section-btn .btn-primary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #093388 !important;
  color: #ededee !important;
}
.cid-vhYTt3xCqh .content-wrapper .mbr-section-btn .btn-secondary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #f4f4f4 !important;
  color: #ededee !important;
}
.cid-vhYTt3xCqh .content-wrapper .mbr-section-btn .btn-success-outline:hover {
  box-shadow: inset 0 -145px 0 0 #9d9b9b !important;
  color: #ededee !important;
}
.cid-vhYTt3xCqh .content-wrapper .mbr-section-btn .btn-info-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ededee !important;
  color: #f4f4f4 !important;
  border-color: #ededee !important;
}
.cid-vhYTt3xCqh .content-wrapper .mbr-section-btn .btn-warning-outline:hover {
  box-shadow: inset 0 -145px 0 0 #cc8400 !important;
  color: #ededee !important;
}
.cid-vhYTt3xCqh .content-wrapper .mbr-section-btn .btn-danger-outline:hover {
  box-shadow: inset 0 -145px 0 0 #58595b !important;
  color: #ededee !important;
}
.cid-vhYTt3xCqh .content-wrapper .mbr-section-btn .btn-black-outline:hover {
  box-shadow: inset 0 -145px 0 0 #000000 !important;
  color: #ffffff !important;
}
.cid-vhYTt3xCqh .content-wrapper .mbr-section-btn .btn-white-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffffff !important;
  color: #000000 !important;
}
.cid-vhYTt3xCqh .mbr-section-title {
  color: #000000;
}
.cid-vhYTt3xCqh .mbr-text {
  color: #58595b;
}
.cid-vhYTt3xCqh .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-vhYTt3xCqh .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vhYTt3xCqh .container {
    padding: 0 16px;
  }
}
.cid-vhYTt3xCqh .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-vhYTt3xCqh .mbr-desc {
  color: #58595b;
}
.cid-vhYTt3xCqh .mbr-section-btn {
  text-align: center;
}
.cid-vhYTt3xCqh .mbr-section-title,
.cid-vhYTt3xCqh .mbr-section-btn {
  color: #000000;
}
.cid-vhYTPfytSN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  align-items: flex-end;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-vhYTPfytSN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhYTPfytSN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhYTPfytSN .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vhYTPfytSN .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-vhYTPfytSN .content-wrapper .content-wrap {
  display: inline-flex;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-vhYTPfytSN .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-vhYTPfytSN .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vhYTPfytSN .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhYTPfytSN .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhYTPfytSN .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhYTPfytSN .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-vhYTPfytSN .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhYTPfytSN .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-vhYTPfytSN .content-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhYTPfytSN .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-vhYTPfytSN .content-wrapper .mbr-section-btn .btn {
  width: 144px;
  height: 144px;
  border-radius: 100% !important;
}
.cid-vhYTPfytSN .content-wrapper .mbr-section-btn .btn-primary:hover,
.cid-vhYTPfytSN .content-wrapper .mbr-section-btn .btn-secondary:hover,
.cid-vhYTPfytSN .content-wrapper .mbr-section-btn .btn-success:hover,
.cid-vhYTPfytSN .content-wrapper .mbr-section-btn .btn-info:hover,
.cid-vhYTPfytSN .content-wrapper .mbr-section-btn .btn-warning:hover,
.cid-vhYTPfytSN .content-wrapper .mbr-section-btn .btn-danger:hover,
.cid-vhYTPfytSN .content-wrapper .mbr-section-btn .btn-black:hover,
.cid-vhYTPfytSN .content-wrapper .mbr-section-btn .btn-white:hover,
.cid-vhYTPfytSN .content-wrapper .mbr-section-btn .btn-primary:focus,
.cid-vhYTPfytSN .content-wrapper .mbr-section-btn .btn-secondary:focus,
.cid-vhYTPfytSN .content-wrapper .mbr-section-btn .btn-success:focus,
.cid-vhYTPfytSN .content-wrapper .mbr-section-btn .btn-info:focus,
.cid-vhYTPfytSN .content-wrapper .mbr-section-btn .btn-warning:focus,
.cid-vhYTPfytSN .content-wrapper .mbr-section-btn .btn-danger:focus,
.cid-vhYTPfytSN .content-wrapper .mbr-section-btn .btn-black:focus,
.cid-vhYTPfytSN .content-wrapper .mbr-section-btn .btn-white:focus {
  box-shadow: inset 0 -145px 0 0 #f4f4f4 !important;
  color: #ededee !important;
  border-color: #f4f4f4 !important;
}
.cid-vhYTPfytSN .content-wrapper .mbr-section-btn .btn-primary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #093388 !important;
  color: #ededee !important;
}
.cid-vhYTPfytSN .content-wrapper .mbr-section-btn .btn-secondary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #f4f4f4 !important;
  color: #ededee !important;
}
.cid-vhYTPfytSN .content-wrapper .mbr-section-btn .btn-success-outline:hover {
  box-shadow: inset 0 -145px 0 0 #9d9b9b !important;
  color: #ededee !important;
}
.cid-vhYTPfytSN .content-wrapper .mbr-section-btn .btn-info-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ededee !important;
  color: #f4f4f4 !important;
  border-color: #ededee !important;
}
.cid-vhYTPfytSN .content-wrapper .mbr-section-btn .btn-warning-outline:hover {
  box-shadow: inset 0 -145px 0 0 #cc8400 !important;
  color: #ededee !important;
}
.cid-vhYTPfytSN .content-wrapper .mbr-section-btn .btn-danger-outline:hover {
  box-shadow: inset 0 -145px 0 0 #58595b !important;
  color: #ededee !important;
}
.cid-vhYTPfytSN .content-wrapper .mbr-section-btn .btn-black-outline:hover {
  box-shadow: inset 0 -145px 0 0 #000000 !important;
  color: #ffffff !important;
}
.cid-vhYTPfytSN .content-wrapper .mbr-section-btn .btn-white-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffffff !important;
  color: #000000 !important;
}
.cid-vhYTPfytSN .mbr-section-title {
  color: #000000;
}
.cid-vhYTPfytSN .mbr-text {
  color: #58595b;
}
.cid-vhYTPfytSN .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-vhYTPfytSN .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vhYTPfytSN .container {
    padding: 0 16px;
  }
}
.cid-vhYTPfytSN .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-vhYTPfytSN .mbr-desc {
  color: #58595b;
}
.cid-vhYTPfytSN .mbr-section-btn {
  text-align: center;
}
.cid-vhYTPfytSN .mbr-section-title,
.cid-vhYTPfytSN .mbr-section-btn {
  color: #000000;
}
.cid-vhYU1ujSo4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  align-items: flex-end;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-vhYU1ujSo4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhYU1ujSo4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhYU1ujSo4 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vhYU1ujSo4 .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-vhYU1ujSo4 .content-wrapper .content-wrap {
  display: inline-flex;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-vhYU1ujSo4 .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-vhYU1ujSo4 .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vhYU1ujSo4 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhYU1ujSo4 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhYU1ujSo4 .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhYU1ujSo4 .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-vhYU1ujSo4 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhYU1ujSo4 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-vhYU1ujSo4 .content-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhYU1ujSo4 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-vhYU1ujSo4 .content-wrapper .mbr-section-btn .btn {
  width: 144px;
  height: 144px;
  border-radius: 100% !important;
}
.cid-vhYU1ujSo4 .content-wrapper .mbr-section-btn .btn-primary:hover,
.cid-vhYU1ujSo4 .content-wrapper .mbr-section-btn .btn-secondary:hover,
.cid-vhYU1ujSo4 .content-wrapper .mbr-section-btn .btn-success:hover,
.cid-vhYU1ujSo4 .content-wrapper .mbr-section-btn .btn-info:hover,
.cid-vhYU1ujSo4 .content-wrapper .mbr-section-btn .btn-warning:hover,
.cid-vhYU1ujSo4 .content-wrapper .mbr-section-btn .btn-danger:hover,
.cid-vhYU1ujSo4 .content-wrapper .mbr-section-btn .btn-black:hover,
.cid-vhYU1ujSo4 .content-wrapper .mbr-section-btn .btn-white:hover,
.cid-vhYU1ujSo4 .content-wrapper .mbr-section-btn .btn-primary:focus,
.cid-vhYU1ujSo4 .content-wrapper .mbr-section-btn .btn-secondary:focus,
.cid-vhYU1ujSo4 .content-wrapper .mbr-section-btn .btn-success:focus,
.cid-vhYU1ujSo4 .content-wrapper .mbr-section-btn .btn-info:focus,
.cid-vhYU1ujSo4 .content-wrapper .mbr-section-btn .btn-warning:focus,
.cid-vhYU1ujSo4 .content-wrapper .mbr-section-btn .btn-danger:focus,
.cid-vhYU1ujSo4 .content-wrapper .mbr-section-btn .btn-black:focus,
.cid-vhYU1ujSo4 .content-wrapper .mbr-section-btn .btn-white:focus {
  box-shadow: inset 0 -145px 0 0 #f4f4f4 !important;
  color: #ededee !important;
  border-color: #f4f4f4 !important;
}
.cid-vhYU1ujSo4 .content-wrapper .mbr-section-btn .btn-primary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #093388 !important;
  color: #ededee !important;
}
.cid-vhYU1ujSo4 .content-wrapper .mbr-section-btn .btn-secondary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #f4f4f4 !important;
  color: #ededee !important;
}
.cid-vhYU1ujSo4 .content-wrapper .mbr-section-btn .btn-success-outline:hover {
  box-shadow: inset 0 -145px 0 0 #9d9b9b !important;
  color: #ededee !important;
}
.cid-vhYU1ujSo4 .content-wrapper .mbr-section-btn .btn-info-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ededee !important;
  color: #f4f4f4 !important;
  border-color: #ededee !important;
}
.cid-vhYU1ujSo4 .content-wrapper .mbr-section-btn .btn-warning-outline:hover {
  box-shadow: inset 0 -145px 0 0 #cc8400 !important;
  color: #ededee !important;
}
.cid-vhYU1ujSo4 .content-wrapper .mbr-section-btn .btn-danger-outline:hover {
  box-shadow: inset 0 -145px 0 0 #58595b !important;
  color: #ededee !important;
}
.cid-vhYU1ujSo4 .content-wrapper .mbr-section-btn .btn-black-outline:hover {
  box-shadow: inset 0 -145px 0 0 #000000 !important;
  color: #ffffff !important;
}
.cid-vhYU1ujSo4 .content-wrapper .mbr-section-btn .btn-white-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffffff !important;
  color: #000000 !important;
}
.cid-vhYU1ujSo4 .mbr-section-title {
  color: #000000;
}
.cid-vhYU1ujSo4 .mbr-text {
  color: #58595b;
}
.cid-vhYU1ujSo4 .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-vhYU1ujSo4 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vhYU1ujSo4 .container {
    padding: 0 16px;
  }
}
.cid-vhYU1ujSo4 .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-vhYU1ujSo4 .mbr-desc {
  color: #58595b;
}
.cid-vhYU1ujSo4 .mbr-section-btn {
  text-align: center;
}
.cid-vhYU1ujSo4 .mbr-section-title,
.cid-vhYU1ujSo4 .mbr-section-btn {
  color: #000000;
}
.cid-vhYUubCqal {
  padding-top: 1rem;
  padding-bottom: 1rem;
  align-items: flex-end;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-vhYUubCqal .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhYUubCqal .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhYUubCqal .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vhYUubCqal .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-vhYUubCqal .content-wrapper .content-wrap {
  display: inline-flex;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-vhYUubCqal .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-vhYUubCqal .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vhYUubCqal .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhYUubCqal .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhYUubCqal .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhYUubCqal .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-vhYUubCqal .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhYUubCqal .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-vhYUubCqal .content-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhYUubCqal .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-vhYUubCqal .content-wrapper .mbr-section-btn .btn {
  width: 144px;
  height: 144px;
  border-radius: 100% !important;
}
.cid-vhYUubCqal .content-wrapper .mbr-section-btn .btn-primary:hover,
.cid-vhYUubCqal .content-wrapper .mbr-section-btn .btn-secondary:hover,
.cid-vhYUubCqal .content-wrapper .mbr-section-btn .btn-success:hover,
.cid-vhYUubCqal .content-wrapper .mbr-section-btn .btn-info:hover,
.cid-vhYUubCqal .content-wrapper .mbr-section-btn .btn-warning:hover,
.cid-vhYUubCqal .content-wrapper .mbr-section-btn .btn-danger:hover,
.cid-vhYUubCqal .content-wrapper .mbr-section-btn .btn-black:hover,
.cid-vhYUubCqal .content-wrapper .mbr-section-btn .btn-white:hover,
.cid-vhYUubCqal .content-wrapper .mbr-section-btn .btn-primary:focus,
.cid-vhYUubCqal .content-wrapper .mbr-section-btn .btn-secondary:focus,
.cid-vhYUubCqal .content-wrapper .mbr-section-btn .btn-success:focus,
.cid-vhYUubCqal .content-wrapper .mbr-section-btn .btn-info:focus,
.cid-vhYUubCqal .content-wrapper .mbr-section-btn .btn-warning:focus,
.cid-vhYUubCqal .content-wrapper .mbr-section-btn .btn-danger:focus,
.cid-vhYUubCqal .content-wrapper .mbr-section-btn .btn-black:focus,
.cid-vhYUubCqal .content-wrapper .mbr-section-btn .btn-white:focus {
  box-shadow: inset 0 -145px 0 0 #f4f4f4 !important;
  color: #ededee !important;
  border-color: #f4f4f4 !important;
}
.cid-vhYUubCqal .content-wrapper .mbr-section-btn .btn-primary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #093388 !important;
  color: #ededee !important;
}
.cid-vhYUubCqal .content-wrapper .mbr-section-btn .btn-secondary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #f4f4f4 !important;
  color: #ededee !important;
}
.cid-vhYUubCqal .content-wrapper .mbr-section-btn .btn-success-outline:hover {
  box-shadow: inset 0 -145px 0 0 #9d9b9b !important;
  color: #ededee !important;
}
.cid-vhYUubCqal .content-wrapper .mbr-section-btn .btn-info-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ededee !important;
  color: #f4f4f4 !important;
  border-color: #ededee !important;
}
.cid-vhYUubCqal .content-wrapper .mbr-section-btn .btn-warning-outline:hover {
  box-shadow: inset 0 -145px 0 0 #cc8400 !important;
  color: #ededee !important;
}
.cid-vhYUubCqal .content-wrapper .mbr-section-btn .btn-danger-outline:hover {
  box-shadow: inset 0 -145px 0 0 #58595b !important;
  color: #ededee !important;
}
.cid-vhYUubCqal .content-wrapper .mbr-section-btn .btn-black-outline:hover {
  box-shadow: inset 0 -145px 0 0 #000000 !important;
  color: #ffffff !important;
}
.cid-vhYUubCqal .content-wrapper .mbr-section-btn .btn-white-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffffff !important;
  color: #000000 !important;
}
.cid-vhYUubCqal .mbr-section-title {
  color: #000000;
}
.cid-vhYUubCqal .mbr-text {
  color: #58595b;
}
.cid-vhYUubCqal .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-vhYUubCqal .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vhYUubCqal .container {
    padding: 0 16px;
  }
}
.cid-vhYUubCqal .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-vhYUubCqal .mbr-desc {
  color: #58595b;
}
.cid-vhYUubCqal .mbr-section-btn {
  text-align: center;
}
.cid-vhYUubCqal .mbr-section-title,
.cid-vhYUubCqal .mbr-section-btn {
  color: #000000;
}
.cid-vhYTvlnNDh {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vhYTvlnNDh .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-vhYTvlnNDh .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-vhYTvlnNDh .mbr-section-title {
  color: #58595b;
  font-weight: 700;
  text-align: left;
}
.cid-vhYTvlnNDh .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-vhYTvlnNDh .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
  color: #6d7a8c;
  text-align: left;
}
.cid-vhYTvlnNDh .timelines-container {
  margin-top: 60px;
}
.cid-vhYTvlnNDh .timelines-container .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-vhYTvlnNDh .timelines-container .timeline-element .timeline-date-panel .time-line-date-content .mbr-figure img {
  border-radius: 4px;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.04);
}
.cid-vhYTvlnNDh .timelines-container .timeline-element .date .mbr-timeline-date {
  color: #130947;
  font-weight: 700;
}
.cid-vhYTvlnNDh .timelines-container .timeline-element .date .display-7 {
  font-size: 20px;
  line-height: 1;
}
.cid-vhYTvlnNDh .timelines-container .timeline-element .iconBackground {
  position: absolute;
  left: 41%;
  width: 12px;
  height: 12px;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  background-color: #84c8ec;
  font-size: 30px;
  display: inline-block;
  top: 0px;
  margin-left: -5px;
}
.cid-vhYTvlnNDh .timelines-container .timeline-element .timeline-text-content {
  margin-left: 2rem;
  text-align: left;
}
.cid-vhYTvlnNDh .timelines-container .timeline-element .timeline-text-content .mbr-timeline-title {
  font-weight: 700;
  margin-bottom: 15px;
  color: #130947;
}
.cid-vhYTvlnNDh .timelines-container .timeline-element .timeline-text-content .mbr-timeline-text {
  margin: 0 0 25px;
  line-height: 1.5;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-vhYTvlnNDh .timelines-container .timeline-element .timeline-text-content .display-5 {
  line-height: 1.09;
  font-size: 22px;
  letter-spacing: -0.5px;
}
.cid-vhYTvlnNDh .timelines-container .timeline-element .timeline-text-content .display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vhYTvlnNDh .container-fluid {
  padding: 0 2rem;
}
.cid-vhYTvlnNDh .separline:before,
.cid-vhYTvlnNDh .first-separline:before {
  top: 0rem;
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: calc(100% + 3rem);
}
.cid-vhYTvlnNDh .separline:after {
  top: calc(100% + 3.1rem);
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-vhYTvlnNDh .container-fluid {
    padding: 0 1rem;
  }
  .cid-vhYTvlnNDh .iconBackground {
    left: -9px !important;
    top: 33px;
  }
  .cid-vhYTvlnNDh .separline:before,
  .cid-vhYTvlnNDh .first-separline:before {
    left: -10px !important;
  }
  .cid-vhYTvlnNDh .separline:after {
    left: -10px !important;
    top: calc(102.4%);
  }
  .cid-vhYTvlnNDh .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-vhYTvlnNDh .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-vhYTvlnNDh .time-line-date-content p {
    float: left !important;
  }
  .cid-vhYTvlnNDh .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
  .cid-vhYTvlnNDh .timelines-container .timeline-element .date .mbr-timeline-date {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.cid-vhYTvlnNDh .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.cid-vhYTvlnNDh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhYTvlnNDh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhYTvlnNDh .timelines-container .timeline-element .timeline-text-content .mbr-timeline-title {
  color: #58595b;
}
.cid-vhZ7rCrpCO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  align-items: flex-end;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-vhZ7rCrpCO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZ7rCrpCO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhZ7rCrpCO .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vhZ7rCrpCO .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-vhZ7rCrpCO .content-wrapper .content-wrap {
  display: inline-flex;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-vhZ7rCrpCO .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-vhZ7rCrpCO .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vhZ7rCrpCO .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhZ7rCrpCO .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhZ7rCrpCO .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhZ7rCrpCO .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-vhZ7rCrpCO .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhZ7rCrpCO .mbr-section-title {
  color: #f4f4f4;
}
.cid-vhZ7rCrpCO .mbr-text {
  color: #d7d2d2;
}
.cid-vhYFnxFgzg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #004062;
}
.cid-vhYFnxFgzg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhYFnxFgzg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhYFnxFgzg .row {
  justify-content: center;
}
.cid-vhYFnxFgzg .row .card {
  justify-content: space-between;
}
.cid-vhYFnxFgzg .content-wrapper {
  margin-bottom: 20px;
}
.cid-vhYFnxFgzg .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-vhYFnxFgzg .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-vhYFnxFgzg .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vhYFnxFgzg .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhYFnxFgzg .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vhYFnxFgzg .content-wrapper .content-wrap .image-wrapper img {
  height: 260px;
  object-fit: cover;
}
.cid-vhYFnxFgzg .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhYFnxFgzg .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhYFnxFgzg .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vhYFnxFgzg .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-vhYFnxFgzg .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-vhYFnxFgzg .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vhYFnxFgzg .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vhYFnxFgzg .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhYFnxFgzg .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vhYFnxFgzg .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #bac0cc;
}
.cid-vhYFnxFgzg .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-vhYFnxFgzg .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhYFnxFgzg .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-vhYFnxFgzg .mbr-copy {
  margin-bottom: 0;
  color: #d7d2d2;
  text-align: center;
}
.cid-vhYFnxFgzg .mbr-section-title {
  color: #093388;
}
.cid-vhYFnxFgzg .mbr-list-title {
  color: #bac0cc;
}
.cid-vhYFnxFgzg .list {
  color: #58595b;
}
.cid-vhYFnxFgzg .mbr-section-title,
.cid-vhYFnxFgzg .mbr-section-btn,
.cid-vhYFnxFgzg .content-wrapper {
  color: #f4f4f4;
  text-align: center;
}
.cid-vhYFnxFgzg .list,
.cid-vhYFnxFgzg .item-wrap,
.cid-vhYFnxFgzg .list-wrapper {
  color: #ededee;
}
.cid-vhZ31982zO {
  z-index: 1000;
  width: 100%;
}
.cid-vhZ31982zO .navbar-dropdown {
  background: rgba(12, 38, 52, 0.2) !important;
  padding: 0;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-vhZ31982zO .menu_box .navbar.opened,
  .cid-vhZ31982zO .menu_box .navbar-collapse {
    background-color: #0c2634 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vhZ31982zO nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vhZ31982zO .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ededee;
  }
  .cid-vhZ31982zO .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vhZ31982zO .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vhZ31982zO .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vhZ31982zO .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vhZ31982zO .offcanvas-body .mbr-text,
  .cid-vhZ31982zO .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-vhZ31982zO .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-vhZ31982zO .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vhZ31982zO .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-vhZ31982zO .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vhZ31982zO .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vhZ31982zO .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vhZ31982zO .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vhZ31982zO ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vhZ31982zO .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vhZ31982zO .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vhZ31982zO .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vhZ31982zO li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-vhZ31982zO li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-vhZ31982zO li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-vhZ31982zO .lg_brand {
    margin: 0 1rem;
  }
}
.cid-vhZ31982zO .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vhZ31982zO .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-vhZ31982zO .nav-item {
    margin: 0 !important;
  }
}
.cid-vhZ31982zO .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vhZ31982zO .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-vhZ31982zO .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vhZ31982zO .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vhZ31982zO .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vhZ31982zO .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vhZ31982zO .offcanvas_box {
    display: none;
  }
}
.cid-vhZ31982zO .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-vhZ31982zO .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vhZ31982zO .dropdown .dropdown-item:hover {
  color: #d7d2d2 !important;
}
.cid-vhZ31982zO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vhZ31982zO .nav-link {
  position: relative;
}
.cid-vhZ31982zO .container {
  display: flex;
  margin: auto;
}
.cid-vhZ31982zO .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #004062;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vhZ31982zO .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vhZ31982zO .iconfont-wrapper:hover {
  background-color: #002f49;
}
.cid-vhZ31982zO .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-vhZ31982zO .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-vhZ31982zO .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-vhZ31982zO .dropdown-menu,
.cid-vhZ31982zO .navbar.opened {
  background: #0c2634 !important;
}
.cid-vhZ31982zO .nav-item:focus,
.cid-vhZ31982zO .nav-link:focus {
  outline: none;
}
.cid-vhZ31982zO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhZ31982zO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhZ31982zO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhZ31982zO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhZ31982zO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhZ31982zO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhZ31982zO .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-vhZ31982zO .navbar.opened {
  transition: all 0.3s;
}
.cid-vhZ31982zO .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vhZ31982zO .navbar .navbar-logo img {
  width: auto;
}
.cid-vhZ31982zO .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: space-evenly;
  z-index: 1;
}
.cid-vhZ31982zO .navbar.collapsed {
  justify-content: center;
}
.cid-vhZ31982zO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhZ31982zO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vhZ31982zO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-vhZ31982zO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhZ31982zO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhZ31982zO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhZ31982zO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vhZ31982zO .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vhZ31982zO .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vhZ31982zO .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-vhZ31982zO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhZ31982zO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhZ31982zO .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vhZ31982zO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhZ31982zO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhZ31982zO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhZ31982zO .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vhZ31982zO .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vhZ31982zO .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vhZ31982zO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vhZ31982zO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhZ31982zO .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vhZ31982zO .navbar.navbar-short {
  min-height: 60px;
}
.cid-vhZ31982zO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vhZ31982zO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vhZ31982zO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhZ31982zO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhZ31982zO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhZ31982zO .dropdown-item.active,
.cid-vhZ31982zO .dropdown-item:active {
  background-color: transparent;
}
.cid-vhZ31982zO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhZ31982zO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhZ31982zO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhZ31982zO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c2634;
}
.cid-vhZ31982zO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vhZ31982zO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhZ31982zO ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-vhZ31982zO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vhZ31982zO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0c2634;
}
.cid-vhZ31982zO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vhZ31982zO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhZ31982zO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhZ31982zO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhZ31982zO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhZ31982zO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhZ31982zO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhZ31982zO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhZ31982zO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhZ31982zO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vhZ31982zO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhZ31982zO .navbar {
    height: 70px;
  }
  .cid-vhZ31982zO .navbar.opened {
    height: auto;
  }
  .cid-vhZ31982zO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhZ31982zO .mbr-section-subtitle {
  color: #202020;
}
.cid-vhZ319ZzAL {
  padding-top: 12rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vhZ319ZzAL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZ319ZzAL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhZ319ZzAL .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vhZ319ZzAL .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #1e7fb3;
}
.cid-vhZ319ZzAL .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vhZ319ZzAL .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhZ319ZzAL .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhZ319ZzAL .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vhZ319ZzAL .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vhZ319ZzAL .mbr-label,
.cid-vhZ319ZzAL .label-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-vhZ319ZzAL .mbr-section-title {
  color: #ffffff;
}
.cid-vhZ319ZzAL .mbr-text,
.cid-vhZ319ZzAL .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-vhZ319ZzAL .mbr-section-title,
.cid-vhZ319ZzAL .mbr-section-btn {
  text-align: left;
}
.cid-vhZ31aCVbo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  align-items: flex-end;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-vhZ31aCVbo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZ31aCVbo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhZ31aCVbo .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vhZ31aCVbo .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-vhZ31aCVbo .content-wrapper .content-wrap {
  display: inline-flex;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-vhZ31aCVbo .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-vhZ31aCVbo .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vhZ31aCVbo .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhZ31aCVbo .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhZ31aCVbo .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhZ31aCVbo .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-vhZ31aCVbo .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhZ31aCVbo .mbr-section-title {
  color: #f4f4f4;
}
.cid-vhZ31aCVbo .mbr-text {
  color: #d7d2d2;
}
.cid-vhZh95AZT9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vhZh95AZT9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZh95AZT9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vhZh95AZT9 .container {
    padding: 0 16px;
  }
}
.cid-vhZh95AZT9 .row {
  justify-content: space-between;
}
.cid-vhZh95AZT9 .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vhZh95AZT9 .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vhZh95AZT9 .image-wrapper img {
  height: 520px;
  object-fit: cover;
  box-shadow: 0 7px 20px #333333;
  border-radius: .5em !important;
}
.cid-vhZh95AZT9 .content-wrapper {
  position: relative;
}
.cid-vhZh95AZT9 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vhZh95AZT9 .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-vhZh95AZT9 .mbr-text {
  color: #333333;
}
.cid-vhZh95AZT9 .mbr-section-title,
.cid-vhZh95AZT9 .mbr-section-btn {
  color: #353535;
}
.cid-vhZ31bQEZ2 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vhZ31bQEZ2 .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-vhZ31bQEZ2 .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-vhZ31bQEZ2 .mbr-section-title {
  color: #58595b;
  font-weight: 700;
  text-align: left;
}
.cid-vhZ31bQEZ2 .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-vhZ31bQEZ2 .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
  color: #6d7a8c;
}
.cid-vhZ31bQEZ2 .timelines-container {
  margin-top: 60px;
}
.cid-vhZ31bQEZ2 .timelines-container .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-vhZ31bQEZ2 .timelines-container .timeline-element .timeline-date-panel .time-line-date-content .mbr-figure img {
  border-radius: 4px;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.04);
}
.cid-vhZ31bQEZ2 .timelines-container .timeline-element .date .mbr-timeline-date {
  color: #130947;
  font-weight: 700;
}
.cid-vhZ31bQEZ2 .timelines-container .timeline-element .date .display-7 {
  font-size: 20px;
  line-height: 1;
}
.cid-vhZ31bQEZ2 .timelines-container .timeline-element .iconBackground {
  position: absolute;
  left: 41%;
  width: 12px;
  height: 12px;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  background-color: #84c8ec;
  font-size: 30px;
  display: inline-block;
  top: 0px;
  margin-left: -5px;
}
.cid-vhZ31bQEZ2 .timelines-container .timeline-element .timeline-text-content {
  margin-left: 2rem;
  text-align: left;
}
.cid-vhZ31bQEZ2 .timelines-container .timeline-element .timeline-text-content .mbr-timeline-title {
  font-weight: 700;
  margin-bottom: 15px;
  color: #130947;
}
.cid-vhZ31bQEZ2 .timelines-container .timeline-element .timeline-text-content .mbr-timeline-text {
  margin: 0 0 25px;
  line-height: 1.5;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-vhZ31bQEZ2 .timelines-container .timeline-element .timeline-text-content .display-5 {
  line-height: 1.09;
  font-size: 22px;
  letter-spacing: -0.5px;
}
.cid-vhZ31bQEZ2 .timelines-container .timeline-element .timeline-text-content .display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vhZ31bQEZ2 .container-fluid {
  padding: 0 2rem;
}
.cid-vhZ31bQEZ2 .separline:before,
.cid-vhZ31bQEZ2 .first-separline:before {
  top: 0rem;
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: calc(100% + 3rem);
}
.cid-vhZ31bQEZ2 .separline:after {
  top: calc(100% + 3.1rem);
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-vhZ31bQEZ2 .container-fluid {
    padding: 0 1rem;
  }
  .cid-vhZ31bQEZ2 .iconBackground {
    left: -9px !important;
    top: 33px;
  }
  .cid-vhZ31bQEZ2 .separline:before,
  .cid-vhZ31bQEZ2 .first-separline:before {
    left: -10px !important;
  }
  .cid-vhZ31bQEZ2 .separline:after {
    left: -10px !important;
    top: calc(102.4%);
  }
  .cid-vhZ31bQEZ2 .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-vhZ31bQEZ2 .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-vhZ31bQEZ2 .time-line-date-content p {
    float: left !important;
  }
  .cid-vhZ31bQEZ2 .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
  .cid-vhZ31bQEZ2 .timelines-container .timeline-element .date .mbr-timeline-date {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.cid-vhZ31bQEZ2 .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.cid-vhZ31bQEZ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZ31bQEZ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhZ31bQEZ2 .timelines-container .timeline-element .timeline-text-content .mbr-timeline-title {
  color: #58595b;
}
.cid-vhZ31cWlOI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  align-items: flex-end;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-vhZ31cWlOI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZ31cWlOI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhZ31cWlOI .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vhZ31cWlOI .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-vhZ31cWlOI .content-wrapper .content-wrap {
  display: inline-flex;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-vhZ31cWlOI .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-vhZ31cWlOI .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vhZ31cWlOI .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhZ31cWlOI .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhZ31cWlOI .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhZ31cWlOI .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-vhZ31cWlOI .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhZ31cWlOI .mbr-section-title {
  color: #f4f4f4;
}
.cid-vhZ31cWlOI .mbr-text {
  color: #d7d2d2;
}
.cid-vhZoVGr6Bi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  align-items: flex-end;
  background-color: #ffffff;
}
.cid-vhZoVGr6Bi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZoVGr6Bi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhZoVGr6Bi .row {
  justify-content: space-between;
}
.cid-vhZoVGr6Bi .row .card {
  justify-content: center;
}
.cid-vhZoVGr6Bi .content-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-vhZoVGr6Bi .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-vhZoVGr6Bi .content-wrapper .content-wrap {
  display: inline-flex;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-vhZoVGr6Bi .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-vhZoVGr6Bi .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vhZoVGr6Bi .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhZoVGr6Bi .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhZoVGr6Bi .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhZoVGr6Bi .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-vhZoVGr6Bi .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhZoVGr6Bi .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vhZoVGr6Bi .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-vhZoVGr6Bi .mbr-section-title {
  color: #f4f4f4;
}
.cid-vhZoVGr6Bi .mbr-text {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-vhZoVGr6Bi .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vhZoVGr6Bi .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vhZoVGr6Bi .image-wrapper img {
  height: 520px;
  object-fit: cover;
  box-shadow: 0 7px 20px #333333;
  border-radius: .5em !important;
}
.cid-vhZoVGr6Bi .mbr-section-title,
.cid-vhZoVGr6Bi .mbr-section-btn {
  color: #353535;
}
.cid-vhZ31eqa8H {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vhZ31eqa8H .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-vhZ31eqa8H .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-vhZ31eqa8H .mbr-section-title {
  color: #58595b;
  font-weight: 700;
  text-align: left;
}
.cid-vhZ31eqa8H .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-vhZ31eqa8H .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
  color: #6d7a8c;
}
.cid-vhZ31eqa8H .timelines-container {
  margin-top: 60px;
}
.cid-vhZ31eqa8H .timelines-container .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-vhZ31eqa8H .timelines-container .timeline-element .timeline-date-panel .time-line-date-content .mbr-figure img {
  border-radius: 4px;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.04);
}
.cid-vhZ31eqa8H .timelines-container .timeline-element .date .mbr-timeline-date {
  color: #130947;
  font-weight: 700;
}
.cid-vhZ31eqa8H .timelines-container .timeline-element .date .display-7 {
  font-size: 20px;
  line-height: 1;
}
.cid-vhZ31eqa8H .timelines-container .timeline-element .iconBackground {
  position: absolute;
  left: 41%;
  width: 12px;
  height: 12px;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  background-color: #84c8ec;
  font-size: 30px;
  display: inline-block;
  top: 0px;
  margin-left: -5px;
}
.cid-vhZ31eqa8H .timelines-container .timeline-element .timeline-text-content {
  margin-left: 2rem;
  text-align: left;
}
.cid-vhZ31eqa8H .timelines-container .timeline-element .timeline-text-content .mbr-timeline-title {
  font-weight: 700;
  margin-bottom: 15px;
  color: #130947;
}
.cid-vhZ31eqa8H .timelines-container .timeline-element .timeline-text-content .mbr-timeline-text {
  margin: 0 0 25px;
  line-height: 1.5;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-vhZ31eqa8H .timelines-container .timeline-element .timeline-text-content .display-5 {
  line-height: 1.09;
  font-size: 22px;
  letter-spacing: -0.5px;
}
.cid-vhZ31eqa8H .timelines-container .timeline-element .timeline-text-content .display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vhZ31eqa8H .container-fluid {
  padding: 0 2rem;
}
.cid-vhZ31eqa8H .separline:before,
.cid-vhZ31eqa8H .first-separline:before {
  top: 0rem;
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: calc(100% + 3rem);
}
.cid-vhZ31eqa8H .separline:after {
  top: calc(100% + 3.1rem);
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-vhZ31eqa8H .container-fluid {
    padding: 0 1rem;
  }
  .cid-vhZ31eqa8H .iconBackground {
    left: -9px !important;
    top: 33px;
  }
  .cid-vhZ31eqa8H .separline:before,
  .cid-vhZ31eqa8H .first-separline:before {
    left: -10px !important;
  }
  .cid-vhZ31eqa8H .separline:after {
    left: -10px !important;
    top: calc(102.4%);
  }
  .cid-vhZ31eqa8H .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-vhZ31eqa8H .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-vhZ31eqa8H .time-line-date-content p {
    float: left !important;
  }
  .cid-vhZ31eqa8H .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
  .cid-vhZ31eqa8H .timelines-container .timeline-element .date .mbr-timeline-date {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.cid-vhZ31eqa8H .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.cid-vhZ31eqa8H .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZ31eqa8H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhZ31eqa8H .timelines-container .timeline-element .timeline-text-content .mbr-timeline-title {
  color: #58595b;
}
.cid-vhZ31fBm0i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  align-items: flex-end;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-vhZ31fBm0i .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZ31fBm0i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhZ31fBm0i .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vhZ31fBm0i .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-vhZ31fBm0i .content-wrapper .content-wrap {
  display: inline-flex;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-vhZ31fBm0i .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-vhZ31fBm0i .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vhZ31fBm0i .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhZ31fBm0i .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhZ31fBm0i .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhZ31fBm0i .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-vhZ31fBm0i .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhZ31fBm0i .mbr-section-title {
  color: #f4f4f4;
}
.cid-vhZ31fBm0i .mbr-text {
  color: #d7d2d2;
}
.cid-vhZqoFDzC3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  align-items: flex-end;
  background-color: #ffffff;
}
.cid-vhZqoFDzC3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZqoFDzC3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhZqoFDzC3 .row {
  justify-content: space-between;
}
.cid-vhZqoFDzC3 .row .card {
  justify-content: center;
}
.cid-vhZqoFDzC3 .content-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-vhZqoFDzC3 .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-vhZqoFDzC3 .content-wrapper .content-wrap {
  display: inline-flex;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-vhZqoFDzC3 .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-vhZqoFDzC3 .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vhZqoFDzC3 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhZqoFDzC3 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhZqoFDzC3 .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhZqoFDzC3 .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-vhZqoFDzC3 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhZqoFDzC3 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vhZqoFDzC3 .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-vhZqoFDzC3 .mbr-section-title {
  color: #f4f4f4;
}
.cid-vhZqoFDzC3 .mbr-text {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-vhZqoFDzC3 .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vhZqoFDzC3 .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vhZqoFDzC3 .image-wrapper img {
  height: 520px;
  object-fit: cover;
  box-shadow: 0 7px 20px #333333;
  border-radius: .5em !important;
}
.cid-vhZqoFDzC3 .mbr-section-title,
.cid-vhZqoFDzC3 .mbr-section-btn {
  color: #353535;
}
.cid-vhZ31hMoVf {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vhZ31hMoVf .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-vhZ31hMoVf .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-vhZ31hMoVf .mbr-section-title {
  color: #58595b;
  font-weight: 700;
  text-align: left;
}
.cid-vhZ31hMoVf .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-vhZ31hMoVf .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
  color: #6d7a8c;
  text-align: left;
}
.cid-vhZ31hMoVf .timelines-container {
  margin-top: 60px;
}
.cid-vhZ31hMoVf .timelines-container .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-vhZ31hMoVf .timelines-container .timeline-element .timeline-date-panel .time-line-date-content .mbr-figure img {
  border-radius: 4px;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.04);
}
.cid-vhZ31hMoVf .timelines-container .timeline-element .date .mbr-timeline-date {
  color: #130947;
  font-weight: 700;
}
.cid-vhZ31hMoVf .timelines-container .timeline-element .date .display-7 {
  font-size: 20px;
  line-height: 1;
}
.cid-vhZ31hMoVf .timelines-container .timeline-element .iconBackground {
  position: absolute;
  left: 41%;
  width: 12px;
  height: 12px;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  background-color: #84c8ec;
  font-size: 30px;
  display: inline-block;
  top: 0px;
  margin-left: -5px;
}
.cid-vhZ31hMoVf .timelines-container .timeline-element .timeline-text-content {
  margin-left: 2rem;
  text-align: left;
}
.cid-vhZ31hMoVf .timelines-container .timeline-element .timeline-text-content .mbr-timeline-title {
  font-weight: 700;
  margin-bottom: 15px;
  color: #130947;
}
.cid-vhZ31hMoVf .timelines-container .timeline-element .timeline-text-content .mbr-timeline-text {
  margin: 0 0 25px;
  line-height: 1.5;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-vhZ31hMoVf .timelines-container .timeline-element .timeline-text-content .display-5 {
  line-height: 1.09;
  font-size: 22px;
  letter-spacing: -0.5px;
}
.cid-vhZ31hMoVf .timelines-container .timeline-element .timeline-text-content .display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vhZ31hMoVf .container-fluid {
  padding: 0 2rem;
}
.cid-vhZ31hMoVf .separline:before,
.cid-vhZ31hMoVf .first-separline:before {
  top: 0rem;
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: calc(100% + 3rem);
}
.cid-vhZ31hMoVf .separline:after {
  top: calc(100% + 3.1rem);
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-vhZ31hMoVf .container-fluid {
    padding: 0 1rem;
  }
  .cid-vhZ31hMoVf .iconBackground {
    left: -9px !important;
    top: 33px;
  }
  .cid-vhZ31hMoVf .separline:before,
  .cid-vhZ31hMoVf .first-separline:before {
    left: -10px !important;
  }
  .cid-vhZ31hMoVf .separline:after {
    left: -10px !important;
    top: calc(102.4%);
  }
  .cid-vhZ31hMoVf .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-vhZ31hMoVf .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-vhZ31hMoVf .time-line-date-content p {
    float: left !important;
  }
  .cid-vhZ31hMoVf .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
  .cid-vhZ31hMoVf .timelines-container .timeline-element .date .mbr-timeline-date {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.cid-vhZ31hMoVf .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.cid-vhZ31hMoVf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZ31hMoVf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhZ31hMoVf .timelines-container .timeline-element .timeline-text-content .mbr-timeline-title {
  color: #58595b;
}
.cid-vhZ31j1Gf7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  align-items: flex-end;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-vhZ31j1Gf7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZ31j1Gf7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhZ31j1Gf7 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vhZ31j1Gf7 .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-vhZ31j1Gf7 .content-wrapper .content-wrap {
  display: inline-flex;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-vhZ31j1Gf7 .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-vhZ31j1Gf7 .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vhZ31j1Gf7 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhZ31j1Gf7 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhZ31j1Gf7 .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhZ31j1Gf7 .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-vhZ31j1Gf7 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhZ31j1Gf7 .mbr-section-title {
  color: #f4f4f4;
}
.cid-vhZ31j1Gf7 .mbr-text {
  color: #d7d2d2;
}
.cid-vhZrjxIEfn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  align-items: flex-end;
  background-color: #ffffff;
}
.cid-vhZrjxIEfn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZrjxIEfn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhZrjxIEfn .row {
  justify-content: space-between;
}
.cid-vhZrjxIEfn .row .card {
  justify-content: center;
}
.cid-vhZrjxIEfn .content-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-vhZrjxIEfn .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-vhZrjxIEfn .content-wrapper .content-wrap {
  display: inline-flex;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-vhZrjxIEfn .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-vhZrjxIEfn .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vhZrjxIEfn .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhZrjxIEfn .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhZrjxIEfn .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhZrjxIEfn .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-vhZrjxIEfn .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhZrjxIEfn .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vhZrjxIEfn .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-vhZrjxIEfn .mbr-section-title {
  color: #f4f4f4;
}
.cid-vhZrjxIEfn .mbr-text {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-vhZrjxIEfn .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vhZrjxIEfn .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vhZrjxIEfn .image-wrapper img {
  height: 520px;
  object-fit: cover;
  box-shadow: 0 7px 20px #333333;
  border-radius: .5em !important;
}
.cid-vhZrjxIEfn .mbr-section-title,
.cid-vhZrjxIEfn .mbr-section-btn {
  color: #353535;
}
.cid-vhZ31ljhPQ {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vhZ31ljhPQ .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-vhZ31ljhPQ .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-vhZ31ljhPQ .mbr-section-title {
  color: #58595b;
  font-weight: 700;
  text-align: left;
}
.cid-vhZ31ljhPQ .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-vhZ31ljhPQ .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
  color: #6d7a8c;
  text-align: left;
}
.cid-vhZ31ljhPQ .timelines-container {
  margin-top: 60px;
}
.cid-vhZ31ljhPQ .timelines-container .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-vhZ31ljhPQ .timelines-container .timeline-element .timeline-date-panel .time-line-date-content .mbr-figure img {
  border-radius: 4px;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.04);
}
.cid-vhZ31ljhPQ .timelines-container .timeline-element .date .mbr-timeline-date {
  color: #130947;
  font-weight: 700;
}
.cid-vhZ31ljhPQ .timelines-container .timeline-element .date .display-7 {
  font-size: 20px;
  line-height: 1;
}
.cid-vhZ31ljhPQ .timelines-container .timeline-element .iconBackground {
  position: absolute;
  left: 41%;
  width: 12px;
  height: 12px;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  background-color: #84c8ec;
  font-size: 30px;
  display: inline-block;
  top: 0px;
  margin-left: -5px;
}
.cid-vhZ31ljhPQ .timelines-container .timeline-element .timeline-text-content {
  margin-left: 2rem;
  text-align: left;
}
.cid-vhZ31ljhPQ .timelines-container .timeline-element .timeline-text-content .mbr-timeline-title {
  font-weight: 700;
  margin-bottom: 15px;
  color: #130947;
}
.cid-vhZ31ljhPQ .timelines-container .timeline-element .timeline-text-content .mbr-timeline-text {
  margin: 0 0 25px;
  line-height: 1.5;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-vhZ31ljhPQ .timelines-container .timeline-element .timeline-text-content .display-5 {
  line-height: 1.09;
  font-size: 22px;
  letter-spacing: -0.5px;
}
.cid-vhZ31ljhPQ .timelines-container .timeline-element .timeline-text-content .display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vhZ31ljhPQ .container-fluid {
  padding: 0 2rem;
}
.cid-vhZ31ljhPQ .separline:before,
.cid-vhZ31ljhPQ .first-separline:before {
  top: 0rem;
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: calc(100% + 3rem);
}
.cid-vhZ31ljhPQ .separline:after {
  top: calc(100% + 3.1rem);
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-vhZ31ljhPQ .container-fluid {
    padding: 0 1rem;
  }
  .cid-vhZ31ljhPQ .iconBackground {
    left: -9px !important;
    top: 33px;
  }
  .cid-vhZ31ljhPQ .separline:before,
  .cid-vhZ31ljhPQ .first-separline:before {
    left: -10px !important;
  }
  .cid-vhZ31ljhPQ .separline:after {
    left: -10px !important;
    top: calc(102.4%);
  }
  .cid-vhZ31ljhPQ .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-vhZ31ljhPQ .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-vhZ31ljhPQ .time-line-date-content p {
    float: left !important;
  }
  .cid-vhZ31ljhPQ .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
  .cid-vhZ31ljhPQ .timelines-container .timeline-element .date .mbr-timeline-date {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.cid-vhZ31ljhPQ .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.cid-vhZ31ljhPQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZ31ljhPQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhZ31ljhPQ .timelines-container .timeline-element .timeline-text-content .mbr-timeline-title {
  color: #58595b;
}
.cid-vhZ31mxD3S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  align-items: flex-end;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-vhZ31mxD3S .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZ31mxD3S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhZ31mxD3S .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vhZ31mxD3S .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-vhZ31mxD3S .content-wrapper .content-wrap {
  display: inline-flex;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-vhZ31mxD3S .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-vhZ31mxD3S .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vhZ31mxD3S .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhZ31mxD3S .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhZ31mxD3S .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhZ31mxD3S .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-vhZ31mxD3S .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhZ31mxD3S .mbr-section-title {
  color: #f4f4f4;
}
.cid-vhZ31mxD3S .mbr-text {
  color: #d7d2d2;
}
.cid-vhZs6HMq7B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  align-items: flex-end;
  background-color: #ffffff;
}
.cid-vhZs6HMq7B .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZs6HMq7B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhZs6HMq7B .row {
  justify-content: space-between;
}
.cid-vhZs6HMq7B .row .card {
  justify-content: center;
}
.cid-vhZs6HMq7B .content-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-vhZs6HMq7B .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-vhZs6HMq7B .content-wrapper .content-wrap {
  display: inline-flex;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-vhZs6HMq7B .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-vhZs6HMq7B .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vhZs6HMq7B .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhZs6HMq7B .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhZs6HMq7B .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhZs6HMq7B .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-vhZs6HMq7B .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhZs6HMq7B .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vhZs6HMq7B .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-vhZs6HMq7B .mbr-section-title {
  color: #f4f4f4;
}
.cid-vhZs6HMq7B .mbr-text {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-vhZs6HMq7B .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vhZs6HMq7B .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vhZs6HMq7B .image-wrapper img {
  height: 520px;
  object-fit: cover;
  box-shadow: 0 7px 20px #333333;
  border-radius: .5em !important;
}
.cid-vhZs6HMq7B .mbr-section-title,
.cid-vhZs6HMq7B .mbr-section-btn {
  color: #353535;
}
.cid-vhZ31p3I6C {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vhZ31p3I6C .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-vhZ31p3I6C .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-vhZ31p3I6C .mbr-section-title {
  color: #58595b;
  font-weight: 700;
  text-align: left;
}
.cid-vhZ31p3I6C .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-vhZ31p3I6C .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
  color: #6d7a8c;
  text-align: left;
}
.cid-vhZ31p3I6C .timelines-container {
  margin-top: 60px;
}
.cid-vhZ31p3I6C .timelines-container .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-vhZ31p3I6C .timelines-container .timeline-element .timeline-date-panel .time-line-date-content .mbr-figure img {
  border-radius: 4px;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.04);
}
.cid-vhZ31p3I6C .timelines-container .timeline-element .date .mbr-timeline-date {
  color: #130947;
  font-weight: 700;
}
.cid-vhZ31p3I6C .timelines-container .timeline-element .date .display-7 {
  font-size: 20px;
  line-height: 1;
}
.cid-vhZ31p3I6C .timelines-container .timeline-element .iconBackground {
  position: absolute;
  left: 41%;
  width: 12px;
  height: 12px;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  background-color: #84c8ec;
  font-size: 30px;
  display: inline-block;
  top: 0px;
  margin-left: -5px;
}
.cid-vhZ31p3I6C .timelines-container .timeline-element .timeline-text-content {
  margin-left: 2rem;
  text-align: left;
}
.cid-vhZ31p3I6C .timelines-container .timeline-element .timeline-text-content .mbr-timeline-title {
  font-weight: 700;
  margin-bottom: 15px;
  color: #130947;
}
.cid-vhZ31p3I6C .timelines-container .timeline-element .timeline-text-content .mbr-timeline-text {
  margin: 0 0 25px;
  line-height: 1.5;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-vhZ31p3I6C .timelines-container .timeline-element .timeline-text-content .display-5 {
  line-height: 1.09;
  font-size: 22px;
  letter-spacing: -0.5px;
}
.cid-vhZ31p3I6C .timelines-container .timeline-element .timeline-text-content .display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vhZ31p3I6C .container-fluid {
  padding: 0 2rem;
}
.cid-vhZ31p3I6C .separline:before,
.cid-vhZ31p3I6C .first-separline:before {
  top: 0rem;
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: calc(100% + 3rem);
}
.cid-vhZ31p3I6C .separline:after {
  top: calc(100% + 3.1rem);
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-vhZ31p3I6C .container-fluid {
    padding: 0 1rem;
  }
  .cid-vhZ31p3I6C .iconBackground {
    left: -9px !important;
    top: 33px;
  }
  .cid-vhZ31p3I6C .separline:before,
  .cid-vhZ31p3I6C .first-separline:before {
    left: -10px !important;
  }
  .cid-vhZ31p3I6C .separline:after {
    left: -10px !important;
    top: calc(102.4%);
  }
  .cid-vhZ31p3I6C .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-vhZ31p3I6C .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-vhZ31p3I6C .time-line-date-content p {
    float: left !important;
  }
  .cid-vhZ31p3I6C .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
  .cid-vhZ31p3I6C .timelines-container .timeline-element .date .mbr-timeline-date {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.cid-vhZ31p3I6C .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.cid-vhZ31p3I6C .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZ31p3I6C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhZ31p3I6C .timelines-container .timeline-element .timeline-text-content .mbr-timeline-title {
  color: #58595b;
}
.cid-vhZ31qnXJE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  align-items: flex-end;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-vhZ31qnXJE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZ31qnXJE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhZ31qnXJE .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vhZ31qnXJE .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-vhZ31qnXJE .content-wrapper .content-wrap {
  display: inline-flex;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-vhZ31qnXJE .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-vhZ31qnXJE .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vhZ31qnXJE .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhZ31qnXJE .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhZ31qnXJE .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhZ31qnXJE .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-vhZ31qnXJE .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhZ31qnXJE .mbr-section-title {
  color: #f4f4f4;
}
.cid-vhZ31qnXJE .mbr-text {
  color: #d7d2d2;
}
.cid-vhZsI6yAMf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  align-items: flex-end;
  background-color: #ffffff;
}
.cid-vhZsI6yAMf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZsI6yAMf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhZsI6yAMf .row {
  justify-content: space-between;
}
.cid-vhZsI6yAMf .row .card {
  justify-content: center;
}
.cid-vhZsI6yAMf .content-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-vhZsI6yAMf .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-vhZsI6yAMf .content-wrapper .content-wrap {
  display: inline-flex;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-vhZsI6yAMf .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-vhZsI6yAMf .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vhZsI6yAMf .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhZsI6yAMf .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhZsI6yAMf .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhZsI6yAMf .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-vhZsI6yAMf .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhZsI6yAMf .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vhZsI6yAMf .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-vhZsI6yAMf .mbr-section-title {
  color: #f4f4f4;
}
.cid-vhZsI6yAMf .mbr-text {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-vhZsI6yAMf .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vhZsI6yAMf .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vhZsI6yAMf .image-wrapper img {
  height: 520px;
  object-fit: cover;
  box-shadow: 0 7px 20px #333333;
  border-radius: .5em !important;
}
.cid-vhZsI6yAMf .mbr-section-title,
.cid-vhZsI6yAMf .mbr-section-btn {
  color: #353535;
}
.cid-vhZ31t9t0F {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vhZ31t9t0F .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-vhZ31t9t0F .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-vhZ31t9t0F .mbr-section-title {
  color: #58595b;
  font-weight: 700;
  text-align: left;
}
.cid-vhZ31t9t0F .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-vhZ31t9t0F .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
  color: #6d7a8c;
  text-align: left;
}
.cid-vhZ31t9t0F .timelines-container {
  margin-top: 60px;
}
.cid-vhZ31t9t0F .timelines-container .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-vhZ31t9t0F .timelines-container .timeline-element .timeline-date-panel .time-line-date-content .mbr-figure img {
  border-radius: 4px;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.04);
}
.cid-vhZ31t9t0F .timelines-container .timeline-element .date .mbr-timeline-date {
  color: #130947;
  font-weight: 700;
}
.cid-vhZ31t9t0F .timelines-container .timeline-element .date .display-7 {
  font-size: 20px;
  line-height: 1;
}
.cid-vhZ31t9t0F .timelines-container .timeline-element .iconBackground {
  position: absolute;
  left: 41%;
  width: 12px;
  height: 12px;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  background-color: #84c8ec;
  font-size: 30px;
  display: inline-block;
  top: 0px;
  margin-left: -5px;
}
.cid-vhZ31t9t0F .timelines-container .timeline-element .timeline-text-content {
  margin-left: 2rem;
  text-align: left;
}
.cid-vhZ31t9t0F .timelines-container .timeline-element .timeline-text-content .mbr-timeline-title {
  font-weight: 700;
  margin-bottom: 15px;
  color: #130947;
}
.cid-vhZ31t9t0F .timelines-container .timeline-element .timeline-text-content .mbr-timeline-text {
  margin: 0 0 25px;
  line-height: 1.5;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-vhZ31t9t0F .timelines-container .timeline-element .timeline-text-content .display-5 {
  line-height: 1.09;
  font-size: 22px;
  letter-spacing: -0.5px;
}
.cid-vhZ31t9t0F .timelines-container .timeline-element .timeline-text-content .display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vhZ31t9t0F .container-fluid {
  padding: 0 2rem;
}
.cid-vhZ31t9t0F .separline:before,
.cid-vhZ31t9t0F .first-separline:before {
  top: 0rem;
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: calc(100% + 3rem);
}
.cid-vhZ31t9t0F .separline:after {
  top: calc(100% + 3.1rem);
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-vhZ31t9t0F .container-fluid {
    padding: 0 1rem;
  }
  .cid-vhZ31t9t0F .iconBackground {
    left: -9px !important;
    top: 33px;
  }
  .cid-vhZ31t9t0F .separline:before,
  .cid-vhZ31t9t0F .first-separline:before {
    left: -10px !important;
  }
  .cid-vhZ31t9t0F .separline:after {
    left: -10px !important;
    top: calc(102.4%);
  }
  .cid-vhZ31t9t0F .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-vhZ31t9t0F .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-vhZ31t9t0F .time-line-date-content p {
    float: left !important;
  }
  .cid-vhZ31t9t0F .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
  .cid-vhZ31t9t0F .timelines-container .timeline-element .date .mbr-timeline-date {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.cid-vhZ31t9t0F .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.cid-vhZ31t9t0F .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZ31t9t0F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhZ31t9t0F .timelines-container .timeline-element .timeline-text-content .mbr-timeline-title {
  color: #58595b;
}
.cid-vhZ31uAOfA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  align-items: flex-end;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-vhZ31uAOfA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZ31uAOfA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhZ31uAOfA .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vhZ31uAOfA .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-vhZ31uAOfA .content-wrapper .content-wrap {
  display: inline-flex;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-vhZ31uAOfA .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-vhZ31uAOfA .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vhZ31uAOfA .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhZ31uAOfA .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhZ31uAOfA .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhZ31uAOfA .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-vhZ31uAOfA .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhZ31uAOfA .mbr-section-title {
  color: #f4f4f4;
}
.cid-vhZ31uAOfA .mbr-text {
  color: #d7d2d2;
}
.cid-vhZtOVhYOi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  align-items: flex-end;
  background-color: #ffffff;
}
.cid-vhZtOVhYOi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZtOVhYOi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhZtOVhYOi .row {
  justify-content: space-between;
}
.cid-vhZtOVhYOi .row .card {
  justify-content: center;
}
.cid-vhZtOVhYOi .content-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-vhZtOVhYOi .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-vhZtOVhYOi .content-wrapper .content-wrap {
  display: inline-flex;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-vhZtOVhYOi .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-vhZtOVhYOi .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vhZtOVhYOi .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhZtOVhYOi .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhZtOVhYOi .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhZtOVhYOi .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-vhZtOVhYOi .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhZtOVhYOi .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vhZtOVhYOi .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-vhZtOVhYOi .mbr-section-title {
  color: #f4f4f4;
}
.cid-vhZtOVhYOi .mbr-text {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-vhZtOVhYOi .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vhZtOVhYOi .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vhZtOVhYOi .image-wrapper img {
  height: 520px;
  object-fit: cover;
  box-shadow: 0 7px 20px #333333;
  border-radius: .5em !important;
}
.cid-vhZtOVhYOi .mbr-section-title,
.cid-vhZtOVhYOi .mbr-section-btn {
  color: #353535;
}
.cid-vhZ31ycvGD {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vhZ31ycvGD .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-vhZ31ycvGD .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-vhZ31ycvGD .mbr-section-title {
  color: #58595b;
  font-weight: 700;
  text-align: left;
}
.cid-vhZ31ycvGD .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-vhZ31ycvGD .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
  color: #6d7a8c;
  text-align: left;
}
.cid-vhZ31ycvGD .timelines-container {
  margin-top: 60px;
}
.cid-vhZ31ycvGD .timelines-container .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-vhZ31ycvGD .timelines-container .timeline-element .timeline-date-panel .time-line-date-content .mbr-figure img {
  border-radius: 4px;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.04);
}
.cid-vhZ31ycvGD .timelines-container .timeline-element .date .mbr-timeline-date {
  color: #130947;
  font-weight: 700;
}
.cid-vhZ31ycvGD .timelines-container .timeline-element .date .display-7 {
  font-size: 20px;
  line-height: 1;
}
.cid-vhZ31ycvGD .timelines-container .timeline-element .iconBackground {
  position: absolute;
  left: 41%;
  width: 12px;
  height: 12px;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  background-color: #84c8ec;
  font-size: 30px;
  display: inline-block;
  top: 0px;
  margin-left: -5px;
}
.cid-vhZ31ycvGD .timelines-container .timeline-element .timeline-text-content {
  margin-left: 2rem;
  text-align: left;
}
.cid-vhZ31ycvGD .timelines-container .timeline-element .timeline-text-content .mbr-timeline-title {
  font-weight: 700;
  margin-bottom: 15px;
  color: #130947;
}
.cid-vhZ31ycvGD .timelines-container .timeline-element .timeline-text-content .mbr-timeline-text {
  margin: 0 0 25px;
  line-height: 1.5;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-vhZ31ycvGD .timelines-container .timeline-element .timeline-text-content .display-5 {
  line-height: 1.09;
  font-size: 22px;
  letter-spacing: -0.5px;
}
.cid-vhZ31ycvGD .timelines-container .timeline-element .timeline-text-content .display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vhZ31ycvGD .container-fluid {
  padding: 0 2rem;
}
.cid-vhZ31ycvGD .separline:before,
.cid-vhZ31ycvGD .first-separline:before {
  top: 0rem;
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: calc(100% + 3rem);
}
.cid-vhZ31ycvGD .separline:after {
  top: calc(100% + 3.1rem);
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-vhZ31ycvGD .container-fluid {
    padding: 0 1rem;
  }
  .cid-vhZ31ycvGD .iconBackground {
    left: -9px !important;
    top: 33px;
  }
  .cid-vhZ31ycvGD .separline:before,
  .cid-vhZ31ycvGD .first-separline:before {
    left: -10px !important;
  }
  .cid-vhZ31ycvGD .separline:after {
    left: -10px !important;
    top: calc(102.4%);
  }
  .cid-vhZ31ycvGD .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-vhZ31ycvGD .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-vhZ31ycvGD .time-line-date-content p {
    float: left !important;
  }
  .cid-vhZ31ycvGD .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
  .cid-vhZ31ycvGD .timelines-container .timeline-element .date .mbr-timeline-date {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.cid-vhZ31ycvGD .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.cid-vhZ31ycvGD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZ31ycvGD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhZ31ycvGD .timelines-container .timeline-element .timeline-text-content .mbr-timeline-title {
  color: #58595b;
}
.cid-vhZ7O8LiI9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  align-items: flex-end;
  background-image: url("../../../assets/images/background5-1.jpg");
}
.cid-vhZ7O8LiI9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZ7O8LiI9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhZ7O8LiI9 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vhZ7O8LiI9 .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-vhZ7O8LiI9 .content-wrapper .content-wrap {
  display: inline-flex;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-vhZ7O8LiI9 .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-vhZ7O8LiI9 .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vhZ7O8LiI9 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhZ7O8LiI9 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhZ7O8LiI9 .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhZ7O8LiI9 .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-vhZ7O8LiI9 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhZ7O8LiI9 .mbr-section-title {
  color: #f4f4f4;
}
.cid-vhZ7O8LiI9 .mbr-text {
  color: #d7d2d2;
}
.cid-vhZ31JurrF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #004062;
}
.cid-vhZ31JurrF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZ31JurrF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhZ31JurrF .row {
  justify-content: center;
}
.cid-vhZ31JurrF .row .card {
  justify-content: space-between;
}
.cid-vhZ31JurrF .content-wrapper {
  margin-bottom: 20px;
}
.cid-vhZ31JurrF .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-vhZ31JurrF .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-vhZ31JurrF .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vhZ31JurrF .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhZ31JurrF .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vhZ31JurrF .content-wrapper .content-wrap .image-wrapper img {
  height: 260px;
  object-fit: cover;
}
.cid-vhZ31JurrF .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhZ31JurrF .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhZ31JurrF .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vhZ31JurrF .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-vhZ31JurrF .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-vhZ31JurrF .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vhZ31JurrF .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vhZ31JurrF .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhZ31JurrF .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vhZ31JurrF .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #bac0cc;
}
.cid-vhZ31JurrF .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-vhZ31JurrF .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhZ31JurrF .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-vhZ31JurrF .mbr-copy {
  margin-bottom: 0;
  color: #d7d2d2;
  text-align: center;
}
.cid-vhZ31JurrF .mbr-section-title {
  color: #093388;
}
.cid-vhZ31JurrF .mbr-list-title {
  color: #bac0cc;
}
.cid-vhZ31JurrF .list {
  color: #58595b;
}
.cid-vhZ31JurrF .mbr-section-title,
.cid-vhZ31JurrF .mbr-section-btn,
.cid-vhZ31JurrF .content-wrapper {
  color: #f4f4f4;
  text-align: center;
}
.cid-vhZ31JurrF .list,
.cid-vhZ31JurrF .item-wrap,
.cid-vhZ31JurrF .list-wrapper {
  color: #ededee;
}
