.btn {
  border-width: 1px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Stack Sans Headline;
}
.display-1 {
  font-family: 'Fraunces', serif;
  font-size: 4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Fraunces', serif;
  font-size: 3rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Fraunces', serif;
  font-size: 2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    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: #e8e8e8 !important;
}
.bg-success {
  background-color: #8dbef7 !important;
}
.bg-info {
  background-color: #f8f8f8 !important;
}
.bg-warning {
  background-color: #fda41e !important;
}
.bg-danger {
  background-color: #777777 !important;
}
.btn-primary .mbr-iconfont {
  background-color: #363636;
  color: #ffffff;
}
.btn-primary,
.btn-primary:active {
  background-color: #e8e8e8 !important;
  border-color: #e8e8e8 !important;
  color: #363636 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #363636 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary .mbr-iconfont {
  background-color: #ffffff;
  color: #4d4d4d;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #151c64 !important;
  border-color: #151c64 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #222ea3 !important;
  border-color: #222ea3 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #222ea3 !important;
  border-color: #222ea3 !important;
}
.btn-info .mbr-iconfont {
  background-color: #464646;
  color: #ffffff;
}
.btn-info,
.btn-info:active {
  background-color: #f8f8f8 !important;
  border-color: #f8f8f8 !important;
  color: #464646 !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: #464646 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success .mbr-iconfont {
  background-color: #020e1d;
  color: #ffffff;
}
.btn-success,
.btn-success:active {
  background-color: #8dbef7 !important;
  border-color: #8dbef7 !important;
  color: #020e1d !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #d4e7fc !important;
  border-color: #d4e7fc !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #020e1d !important;
  background-color: #d4e7fc !important;
  border-color: #d4e7fc !important;
}
.btn-warning .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.btn-warning,
.btn-warning:active {
  background-color: #fda41e !important;
  border-color: #fda41e !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #fec36a !important;
  border-color: #fec36a !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #fec36a !important;
  border-color: #fec36a !important;
}
.btn-danger .mbr-iconfont {
  background-color: #ffffff;
  color: #4d4d4d;
}
.btn-danger,
.btn-danger:active {
  background-color: #777777 !important;
  border-color: #777777 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #9d9d9d !important;
  border-color: #9d9d9d !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #9d9d9d !important;
  border-color: #9d9d9d !important;
}
.btn-white .mbr-iconfont {
  background-color: #4d4d4d;
  color: #ffffff;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #4d4d4d !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: #4d4d4d !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black .mbr-iconfont {
  background-color: #ffffff;
  color: #4d4d4d;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #262626 !important;
  border-color: #262626 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #262626 !important;
  border-color: #262626 !important;
}
.btn-primary-outline .mbr-iconfont {
  background-color: #e8e8e8;
  color: #4f4f4f;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #e8e8e8;
  color: #e8e8e8;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #bdbdbd !important;
  background-color: transparent !important;
  border-color: #bdbdbd !important;
  box-shadow: none !important;
}
.btn-primary-outline:hover .mbr-iconfont,
.btn-primary-outline:focus .mbr-iconfont,
.btn-primary-outline.focus .mbr-iconfont,
.btn-primary-outline.active .mbr-iconfont {
  background-color: #bdbdbd;
  color: #242424;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #363636 !important;
  background-color: #e8e8e8 !important;
  border-color: #e8e8e8 !important;
}
.btn-secondary-outline .mbr-iconfont {
  background-color: #151c64;
  color: #ffffff;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #151c64;
  color: #151c64;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #06081c !important;
  background-color: transparent !important;
  border-color: #06081c !important;
  box-shadow: none !important;
}
.btn-secondary-outline:hover .mbr-iconfont,
.btn-secondary-outline:focus .mbr-iconfont,
.btn-secondary-outline.focus .mbr-iconfont,
.btn-secondary-outline.active .mbr-iconfont {
  background-color: #06081c;
  color: #ffffff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #151c64 !important;
  border-color: #151c64 !important;
}
.btn-info-outline .mbr-iconfont {
  background-color: #f8f8f8;
  color: #5f5f5f;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f8f8f8;
  color: #f8f8f8;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #cdcdcd !important;
  background-color: transparent !important;
  border-color: #cdcdcd !important;
  box-shadow: none !important;
}
.btn-info-outline:hover .mbr-iconfont,
.btn-info-outline:focus .mbr-iconfont,
.btn-info-outline.focus .mbr-iconfont,
.btn-info-outline.active .mbr-iconfont {
  background-color: #cdcdcd;
  color: #343434;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #464646 !important;
  background-color: #f8f8f8 !important;
  border-color: #f8f8f8 !important;
}
.btn-success-outline .mbr-iconfont {
  background-color: #8dbef7;
  color: #05264d;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #8dbef7;
  color: #8dbef7;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3c90f1 !important;
  background-color: transparent !important;
  border-color: #3c90f1 !important;
  box-shadow: none !important;
}
.btn-success-outline:hover .mbr-iconfont,
.btn-success-outline:focus .mbr-iconfont,
.btn-success-outline.focus .mbr-iconfont,
.btn-success-outline.active .mbr-iconfont {
  background-color: #3c90f1;
  color: #ffffff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #020e1d !important;
  background-color: #8dbef7 !important;
  border-color: #8dbef7 !important;
}
.btn-warning-outline .mbr-iconfont {
  background-color: #fda41e;
  color: #000000;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #fda41e;
  color: #fda41e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c37602 !important;
  background-color: transparent !important;
  border-color: #c37602 !important;
  box-shadow: none !important;
}
.btn-warning-outline:hover .mbr-iconfont,
.btn-warning-outline:focus .mbr-iconfont,
.btn-warning-outline.focus .mbr-iconfont,
.btn-warning-outline.active .mbr-iconfont {
  background-color: #c37602;
  color: #ffffff;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #000000 !important;
  background-color: #fda41e !important;
  border-color: #fda41e !important;
}
.btn-danger-outline .mbr-iconfont {
  background-color: #777777;
  color: #ffffff;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #777777;
  color: #777777;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #4c4c4c !important;
  background-color: transparent !important;
  border-color: #4c4c4c !important;
  box-shadow: none !important;
}
.btn-danger-outline:hover .mbr-iconfont,
.btn-danger-outline:focus .mbr-iconfont,
.btn-danger-outline.focus .mbr-iconfont,
.btn-danger-outline.active .mbr-iconfont {
  background-color: #4c4c4c;
  color: #ffffff;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #777777 !important;
  border-color: #777777 !important;
}
.btn-black-outline .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline:hover .mbr-iconfont,
.btn-black-outline:focus .mbr-iconfont,
.btn-black-outline.focus .mbr-iconfont,
.btn-black-outline.active .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline .mbr-iconfont {
  background-color: #ffffff;
  color: #666666;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-white-outline:hover .mbr-iconfont,
.btn-white-outline:focus .mbr-iconfont,
.btn-white-outline.focus .mbr-iconfont,
.btn-white-outline.active .mbr-iconfont {
  background-color: #d4d4d4;
  color: #3b3b3b;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #4d4d4d !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #e8e8e8 !important;
}
.text-secondary {
  color: #151c64 !important;
}
.text-success {
  color: #8dbef7 !important;
}
.text-info {
  color: #f8f8f8 !important;
}
.text-warning {
  color: #fda41e !important;
}
.text-danger {
  color: #777777 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #b5b5b5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #030410 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #2e88f0 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #c5c5c5 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #b36c02 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #444444 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #e8e8e8;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f8f8f8;
}
.alert-warning {
  background-color: #fda41e;
}
.alert-danger {
  background-color: #777777;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 16px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e8e8e8;
  border-color: #e8e8e8;
  color: #757575;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #e8e8e8;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #fff6e8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b7b7b7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 16px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #e8e8e8 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #e8e8e8;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 16px !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: 16px !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: #e8e8e8;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e8e8e8;
}
.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: #e8e8e8;
  border-bottom-color: #e8e8e8;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #e8e8e8 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #151c64 !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='%23e8e8e8' %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 {
  font-weight: 500;
  padding: 8px 24px 8px 24px;
  min-height: 62px;
}
.mbr-section-btn .btn .mbr-iconfont {
  width: 48px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  transition: all .3s ease;
  margin-left: 20px;
  margin-right: -17px;
}
.mbr-section-btn .btn-primary .mbr-iconfont {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-primary:hover .mbr-iconfont,
.mbr-section-btn .btn-primary:focus .mbr-iconfont,
.mbr-section-btn .btn-primary.focus .mbr-iconfont,
.mbr-section-btn .btn-primary.active .mbr-iconfont {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-white {
  color: #000000 !important;
}
.mbr-section-btn .btn-white .mbr-iconfont {
  background-color: #e8e8e8 !important;
  color: #363636 !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn .btn-white.focus,
.mbr-section-btn .btn-white.active {
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.mbr-section-btn .btn-white:hover .mbr-iconfont,
.mbr-section-btn .btn-white:focus .mbr-iconfont,
.mbr-section-btn .btn-white.focus .mbr-iconfont,
.mbr-section-btn .btn-white.active .mbr-iconfont {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-black {
  color: #ffffff !important;
}
.mbr-section-btn .btn-black .mbr-iconfont {
  color: #000000 !important;
  background-color: #ffffff !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn .btn-black.focus,
.mbr-section-btn .btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.mbr-section-btn .btn-black:hover .mbr-iconfont,
.mbr-section-btn .btn-black:focus .mbr-iconfont,
.mbr-section-btn .btn-black.focus .mbr-iconfont,
.mbr-section-btn .btn-black.active .mbr-iconfont {
  background-color: #e8e8e8 !important;
  color: #363636 !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.grid-item::before {
  border-radius: 30px !important;
}
@media (max-width: 991px) {
  img,
  .card-wrap,
  .card-wrapper,
  .video-wrapper,
  .mbr-figure iframe,
  .google-map iframe,
  .slide-content,
  .plan,
  .card,
  .item-wrapper,
  .grid-item::before {
    border-radius: 25px !important;
  }
}
.middle-radius {
  border-radius: 20px !important;
}
.little-radius,
.dropdown-item {
  border-radius: 10px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.text- {
  font-family: 'Fraunces', serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.text- > .mbr-iconfont {
  font-size: 1.4rem;
}
.cid-vb5sAtaLeA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-vb5sAtaLeA nav.navbar {
  position: fixed;
}
.cid-vb5sAtaLeA .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
.cid-vb5sAtaLeA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vb5sAtaLeA .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vb5sAtaLeA .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  color: #050a3c !important;
  font-weight: 300;
}
.cid-vb5sAtaLeA .dropdown-item:hover,
.cid-vb5sAtaLeA .dropdown-item:focus {
  background: #ffffff !important;
  color: #050a3c !important;
}
.cid-vb5sAtaLeA .dropdown-item:hover span {
  color: white;
}
.cid-vb5sAtaLeA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vb5sAtaLeA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vb5sAtaLeA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vb5sAtaLeA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vb5sAtaLeA .nav-link {
  position: relative;
}
.cid-vb5sAtaLeA .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vb5sAtaLeA .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .cid-vb5sAtaLeA .container {
    max-width: 1100px;
  }
}
.cid-vb5sAtaLeA .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vb5sAtaLeA .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vb5sAtaLeA .dropdown-menu,
.cid-vb5sAtaLeA .navbar.opened {
  background: #050a3c !important;
}
.cid-vb5sAtaLeA .nav-item:focus,
.cid-vb5sAtaLeA .nav-link:focus {
  outline: none;
}
.cid-vb5sAtaLeA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vb5sAtaLeA .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vb5sAtaLeA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vb5sAtaLeA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vb5sAtaLeA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vb5sAtaLeA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px 14px 14px 14px!important;
  transition: none;
  margin: 0 0 5px 0 !important;
}
.cid-vb5sAtaLeA .navbar {
  min-height: 86px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #050a3c;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vb5sAtaLeA .navbar.opened {
  transition: all 0.3s;
}
.cid-vb5sAtaLeA .navbar .dropdown-item {
  padding: 8px 2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vb5sAtaLeA .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vb5sAtaLeA .navbar .navbar-logo img {
  width: auto;
}
.cid-vb5sAtaLeA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vb5sAtaLeA .navbar.collapsed {
  justify-content: center;
}
.cid-vb5sAtaLeA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vb5sAtaLeA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vb5sAtaLeA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.3rem);
  }
}
.cid-vb5sAtaLeA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vb5sAtaLeA .navbar.collapsed .dropdown-menu .dropdown-item {
  width: 100% !important;
  justify-content: center;
  align-items: center;
  padding: 14px !important;
}
.cid-vb5sAtaLeA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: 12px;
}
.cid-vb5sAtaLeA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
  position: static;
}
.cid-vb5sAtaLeA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vb5sAtaLeA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vb5sAtaLeA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vb5sAtaLeA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vb5sAtaLeA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vb5sAtaLeA .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vb5sAtaLeA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vb5sAtaLeA .navbar .dropdown-menu .dropdown-item:after {
    right: 12px;
  }
  .cid-vb5sAtaLeA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
    position: static;
    margin-bottom: -0.2rem;
  }
  .cid-vb5sAtaLeA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vb5sAtaLeA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vb5sAtaLeA .navbar .dropdown-menu .dropdown-item {
    padding: 14px 14px 14px 14px!important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    width: 100% !important;
  }
  .cid-vb5sAtaLeA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vb5sAtaLeA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vb5sAtaLeA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vb5sAtaLeA .navbar.navbar-short {
  min-height: 86px;
}
.cid-vb5sAtaLeA .navbar.navbar-short .navbar-brand {
  min-height: 86px;
}
.cid-vb5sAtaLeA .navbar-brand {
  min-height: 86px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vb5sAtaLeA .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vb5sAtaLeA .navbar-brand .navbar-caption:hover,
.cid-vb5sAtaLeA .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vb5sAtaLeA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vb5sAtaLeA .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vb5sAtaLeA .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vb5sAtaLeA .dropdown-item.active,
.cid-vb5sAtaLeA .dropdown-item:active {
  background-color: transparent;
}
.cid-vb5sAtaLeA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vb5sAtaLeA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vb5sAtaLeA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vb5sAtaLeA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #050a3c;
  top: 2.6rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vb5sAtaLeA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    text-align: center;
  }
}
.cid-vb5sAtaLeA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vb5sAtaLeA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vb5sAtaLeA ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0 10px;
  border: 1px solid #050a3c;
}
@media (min-width: 991px) {
  .cid-vb5sAtaLeA ul.navbar-nav {
    background-color: transparent;
  }
}
@media (max-width: 992px) {
  .cid-vb5sAtaLeA ul.navbar-nav {
    padding: 10px;
  }
  .cid-vb5sAtaLeA ul.navbar-nav .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
}
.cid-vb5sAtaLeA .collapsed ul.navbar-nav {
  padding: 10px;
}
.cid-vb5sAtaLeA .collapsed ul.navbar-nav .nav-item:last-child .nav-link {
  margin-bottom: 0;
}
.cid-vb5sAtaLeA .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vb5sAtaLeA .navbar-buttons {
    text-align: left;
    margin-left: 22px;
  }
}
.cid-vb5sAtaLeA .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vb5sAtaLeA .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vb5sAtaLeA button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 86px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vb5sAtaLeA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vb5sAtaLeA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vb5sAtaLeA button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vb5sAtaLeA button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vb5sAtaLeA button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vb5sAtaLeA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vb5sAtaLeA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vb5sAtaLeA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vb5sAtaLeA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vb5sAtaLeA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vb5sAtaLeA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vb5sAtaLeA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vb5sAtaLeA .navbar {
    height: 70px;
  }
  .cid-vb5sAtaLeA .navbar.opened {
    height: auto;
  }
  .cid-vb5sAtaLeA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vb5sAtaLeA .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vb5sAtaLeA .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 6px 2px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vb5sAtaLeA .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vb5sAtaLeA .nav-item .nav-link:hover {
  background-color: #e8e8e8;
  color: #ffffff;
}
.cid-vb5sAtaLeA .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vb5sAtaLeA .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vb5sAtaLeA .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vb5sAtaLeA .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vb5sAtaLeA .navbar {
    justify-content: flex-start !important;
  }
  .cid-vb5sAtaLeA .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vb5sAtaLeA .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vb5sAtaLeA .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vb5sAtaLeA .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vb5sAtaLeA .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vb5sAtaLeA .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vb5sAtaLeA .content-wrap {
  min-height: 86px;
}
.cid-vb5sAtaLeA .dropdown {
  width: fit-content;
}
@media (max-width: 991px) {
  .cid-vb5sAtaLeA .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vb5sAEz2wR {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1080.png");
  overflow: hidden;
}
.cid-vb5sAEz2wR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb5sAEz2wR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb5sAEz2wR .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-vb5sAEz2wR .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vb5sAEz2wR .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-vb5sAEz2wR .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vb5sAEz2wR .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vb5sAEz2wR .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-vb5sAEz2wR .mbr-section-title {
  color: #ffffff;
}
.cid-vb5sAEz2wR .mbr-text,
.cid-vb5sAEz2wR .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-vb5sAEz2wR .mbr-section-btn,
.cid-vb5sAEz2wR .mbr-section-title {
  text-align: center;
}
.cid-vb5sAEz2wR .mbr-section-title,
.cid-vb5sAEz2wR .mbr-section-btn {
  text-align: left;
}
.cid-vb5sJRQV4V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-vb5sJRQV4V .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb5sJRQV4V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb5sJRQV4V .content-wrap {
  margin: 0 -25px;
}
.cid-vb5sJRQV4V .content-wrap .card {
  padding: 0 25px;
}
.cid-vb5sJRQV4V .image-wrapper {
  position: relative;
  min-height: 300px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vb5sJRQV4V .image-wrapper {
    min-height: auto;
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .cid-vb5sJRQV4V .image-wrapper {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-vb5sJRQV4V .image-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vb5sJRQV4V .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vb5sJRQV4V .title-wrapper {
  margin-bottom: 25px;
}
.cid-vb5sJRQV4V .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vb5sJRQV4V .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vb5sJRQV4V .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vb5sJRQV4V .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vb5sJRQV4V .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vb5sJRQV4V .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vb5sJRQV4V .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-vb5sJRQV4V .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vb5sJRQV4V .list-wrapper .mbr-section-subtitle {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vb5sJRQV4V .list-wrapper .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-vb5sJRQV4V .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vb5sJRQV4V .list-wrapper .list .item-wrap {
  position: relative;
  padding: 12px 0 12px 34px;
  margin-bottom: 0;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
}
.cid-vb5sJRQV4V .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  font-size: 12px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 100%;
}
.cid-vb5sJRQV4V .mbr-section-btn {
  margin-top: 15px;
  margin-bottom: -9.6px;
}
.cid-vb5sJRQV4V .mbr-label {
  color: #000000;
}
.cid-vb5sJRQV4V .mbr-section-title {
  color: #000000;
}
.cid-vb5sJRQV4V .mbr-text {
  color: #000000;
}
.cid-vb5sJRQV4V .list {
  color: #000000;
}
.cid-vb5sJRQV4V .mbr-section-title,
.cid-vb5sJRQV4V .main-btn,
.cid-vb5sJRQV4V .title-wrap {
  color: #235d9c;
}
.cid-vgp6UM78bi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgp6UM78bi .mbr-section-subtitle {
  text-align: center;
  color: #1d1d1f;
}
.cid-vgp6UM78bi .title-block {
  justify-content: space-between;
  margin: auto;
  margin-bottom: 58px;
  align-items: center;
  max-width: 571px;
}
.cid-vgp6UM78bi .card-title {
  color: #4c4c4c;
  text-align: left;
  margin-bottom: 16px;
}
.cid-vgp6UM78bi .card-subtitle {
  text-align: left;
}
.cid-vgp6UM78bi .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-vgp6UM78bi .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-vgp6UM78bi .card-title,
.cid-vgp6UM78bi .iconfont-wrapper {
  text-align: center;
  color: #14142b;
}
.cid-vgp6UM78bi .mbr-section-title {
  text-align: center;
  margin-bottom: 24px;
  color: #14142b;
}
.cid-vgp6UM78bi .card-text {
  color: #8c8c95;
}
.cid-vgp6UM78bi .year-title {
  text-align: center;
  color: #235d9c;
  margin-bottom: 20px;
  position: relative;
}
.cid-vgp6UM78bi .year-subtitle {
  text-align: center;
  color: #5f5d68;
}
.cid-vgp6UM78bi .line {
  width: 20px;
  background-color: #e2e3e9;
  height: 2px;
  margin-top: -20px;
}
.cid-vgp6UM78bi .accent {
  width: 25px;
  min-height: 25px;
  min-width: 25px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  border-radius: 1000px;
}
.cid-vgp6UM78bi .accent1 {
  background-color: #fedb01;
}
.cid-vgp6UM78bi .accent2 {
  background-color: #6c38ff;
}
.cid-vgp6UM78bi .accent3 {
  background-color: #ff4433;
}
.cid-vgp6UM78bi .accent4 {
  background-color: #ff9417;
}
.cid-vgp6UM78bi .accent5 {
  background-color: #4cc9f0;
}
.cid-vgp6UM78bi .timeline {
  align-items: center;
}
.cid-vgp6UM78bi .year-title:before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: none;
  margin: 11px 40px 0px 0px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  position: absolute;
  left: -40px;
  top: 15px;
}
.cid-vgp6UM78bi .year-title.year1:before {
  background-color: #fedb01;
}
.cid-vgp6UM78bi .year-title.year2:before {
  background-color: #6c38ff;
}
.cid-vgp6UM78bi .year-title.year3:before {
  background-color: #ff4433;
}
.cid-vgp6UM78bi .year-title.year4:before {
  background-color: #ff9417;
}
.cid-vgp6UM78bi .year-title.year5:before {
  background-color: #4cc9f0;
}
.cid-vgp6UM78bi .timeline-year-accent {
  width: 25px;
  min-height: 25px;
}
@media (max-width: 1120px) {
  .cid-vgp6UM78bi .main {
    display: flex;
    justify-content: space-between;
    max-width: 849px;
  }
  .cid-vgp6UM78bi .timeline.row {
    flex-direction: column;
    position: relative;
    max-width: 307px;
  }
  .cid-vgp6UM78bi .year {
    flex-direction: row;
  }
  .cid-vgp6UM78bi .year-title {
    text-align: left;
    margin-bottom: 4px;
  }
  .cid-vgp6UM78bi .year-title:before {
    display: block;
  }
  .cid-vgp6UM78bi .accent {
    display: none;
  }
  .cid-vgp6UM78bi .row.title-block {
    margin: initial;
    max-width: 407px;
    align-items: flex-start;
  }
  .cid-vgp6UM78bi .line {
    display: none;
  }
  .cid-vgp6UM78bi .line1 {
    display: block;
    height: 100%;
    width: 2px;
    background-color: #e2e3e9;
    margin-top: -20px;
    margin-left: -15px;
    padding: 0 !important;
    position: absolute;
    left: 0;
  }
  .cid-vgp6UM78bi .year-subtitle {
    margin-bottom: 60px;
    text-align: left;
  }
  .cid-vgp6UM78bi .row.title-block > .col-12 {
    padding: 0 !important;
  }
}
.cid-vgp6UM78bi .no-padd {
  margin-bottom: 0px !important;
}
@media (max-width: 750px) {
  .cid-vgp6UM78bi .main {
    flex-direction: column;
  }
  .cid-vgp6UM78bi .row.title-block,
  .cid-vgp6UM78bi .timeline {
    margin: auto;
  }
  .cid-vgp6UM78bi .row.title-block {
    padding-bottom: 40px;
    width: 90%;
  }
  .cid-vgp6UM78bi .button-align {
    margin-top: 16px;
  }
}
.cid-vgp6UM78bi .btn {
  margin-top: 20px;
}
.cid-vgp6UM78bi a.btn > span {
  margin-left: 0.5rem;
}
.cid-vb5sLovrmL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vb5sLovrmL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb5sLovrmL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb5sLovrmL .card {
  justify-content: center;
}
.cid-vb5sLovrmL .title-wrapper {
  margin-bottom: 50px;
}
.cid-vb5sLovrmL .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vb5sLovrmL .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vb5sLovrmL .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vb5sLovrmL .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vb5sLovrmL .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vb5sLovrmL .title-wrapper .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-vb5sLovrmL .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vb5sLovrmL .title-wrapper .text-wrap .mbr-text {
  margin-top: 25px;
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vb5sLovrmL .title-wrapper .text-wrap .mbr-text {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-vb5sLovrmL .title-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vb5sLovrmL .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 430px;
  max-width: 430px;
}
@media (max-width: 768px) {
  .cid-vb5sLovrmL .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 425px) {
  .cid-vb5sLovrmL .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vb5sLovrmL .embla__slide .slide-content {
  width: 100%;
}
.cid-vb5sLovrmL .embla__slide .slide-content:hover .item-wrapper .item-img img,
.cid-vb5sLovrmL .embla__slide .slide-content:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-vb5sLovrmL .embla__slide .slide-content:hover .item-wrapper .link-wrapper .mbr-iconfont,
.cid-vb5sLovrmL .embla__slide .slide-content:focus .item-wrapper .link-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-vb5sLovrmL .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  min-height: 615px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vb5sLovrmL .embla__slide .slide-content .item-wrapper {
    min-height: 450px;
  }
}
.cid-vb5sLovrmL .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-vb5sLovrmL .embla__slide .slide-content .item-wrapper .link-wrapper {
  position: absolute;
  z-index: 1;
  top: 15px;
  right: 20px;
}
.cid-vb5sLovrmL .embla__slide .slide-content .item-wrapper .link-wrapper .mbr-iconfont {
  border-radius: 100%;
  background-color: #8dbef7;
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transition: all .3s ease;
  z-index: 1;
  opacity: 0;
}
.cid-vb5sLovrmL .embla__slide .slide-content .item-wrapper .link-wrapper .mbr-iconfont:hover,
.cid-vb5sLovrmL .embla__slide .slide-content .item-wrapper .link-wrapper .mbr-iconfont:focus {
  background-color: #f8f8f8;
  color: #f8f8f8;
}
.cid-vb5sLovrmL .embla__slide .slide-content .item-wrapper .link-wrapper a {
  width: 64px;
  height: 64px;
}
.cid-vb5sLovrmL .embla__slide .slide-content .item-wrapper .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent 44%, #000000 81%);
  pointer-events: none;
  background-image: linear-gradient(180deg, transparent 10%, #000000 80%);
}
.cid-vb5sLovrmL .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
  padding: 40px 30px;
}
@media (max-width: 992px) {
  .cid-vb5sLovrmL .embla__slide .slide-content .item-wrapper .card-box {
    padding: 20px;
  }
}
.cid-vb5sLovrmL .embla__slide .slide-content .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  margin-bottom: 20px;
}
.cid-vb5sLovrmL .embla__slide .slide-content .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-vb5sLovrmL .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-top: 10px;
  margin-bottom: 0;
}
.cid-vb5sLovrmL .embla__slide .slide-content .item-wrapper .card-box .item-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vb5sLovrmL .embla__button--next,
.cid-vb5sLovrmL .embla__button--prev {
  display: flex;
}
.cid-vb5sLovrmL .embla__button {
  bottom: 50%;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100% !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-vb5sLovrmL .embla__button {
    display: none;
  }
}
@media (max-width: 992px) {
  .cid-vb5sLovrmL .embla__button {
    bottom: 0;
  }
}
.cid-vb5sLovrmL .embla__button:hover {
  background-color: #fda41e !important;
  color: #000000 !important;
}
.cid-vb5sLovrmL .embla__button:disabled {
  opacity: .5 !important;
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-vb5sLovrmL .embla__button.embla__button--prev {
  left: 20px;
}
@media (max-width: 992px) {
  .cid-vb5sLovrmL .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-vb5sLovrmL .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-vb5sLovrmL .embla__button.embla__button--next {
  right: 20px;
}
@media (max-width: 992px) {
  .cid-vb5sLovrmL .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-vb5sLovrmL .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-vb5sLovrmL .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vb5sLovrmL .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vb5sLovrmL .embla__viewport {
    padding: 0;
  }
}
.cid-vb5sLovrmL .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vb5sLovrmL .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vb5sLovrmL .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vb5sLovrmL .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vb5sLovrmL .mbr-label,
.cid-vb5sLovrmL .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vb5sLovrmL .mbr-section-title,
.cid-vb5sLovrmL .title-wrap {
  color: #000000;
  text-align: center;
}
.cid-vb5sLovrmL .mbr-text,
.cid-vb5sLovrmL .text-wrap {
  color: #000000;
  text-align: center;
}
.cid-vb5sLovrmL .item-title {
  color: #ffffff;
}
.cid-vb5sLovrmL .item-text {
  color: #ffffff;
}
.cid-vgtMhDkxXi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgtMhDkxXi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgtMhDkxXi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgtMhDkxXi .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vgtMhDkxXi .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vgtMhDkxXi .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-vgtMhDkxXi .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vgtMhDkxXi .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vgtMhDkxXi .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vgtMhDkxXi .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgtMhDkxXi .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vgtMhDkxXi .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgtMhDkxXi .content-wrap .card {
  justify-content: center;
}
.cid-vgtMhDkxXi .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vgtMhDkxXi .item {
    margin-bottom: 40px;
  }
  .cid-vgtMhDkxXi .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgtMhDkxXi .item .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgtMhDkxXi .item .item-wrapper .item-content .item-img {
  border-bottom: 1px solid #ffffff;
  margin-bottom: 16px;
}
.cid-vgtMhDkxXi .item .item-wrapper .item-content .item-img img {
  height: 310px;
  width: 100%;
  object-fit: cover;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-vgtMhDkxXi .item .item-wrapper .item-content .item-name {
  margin-bottom: 4px;
}
.cid-vgtMhDkxXi .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-vgtMhDkxXi .item .item-wrapper .item-content .item-text {
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-vgtMhDkxXi .item .item-wrapper .mbr-section-btn {
  margin-top: 10px;
  width: 100%;
}
.cid-vgtMhDkxXi .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-vgtMhDkxXi .mbr-label {
  color: #9ba9c4;
}
.cid-vgtMhDkxXi .mbr-section-title {
  color: #235d9c;
  text-align: left;
}
.cid-vgtMhDkxXi .mbr-text,
.cid-vgtMhDkxXi .text-wrapper {
  color: #151c64;
}
.cid-vgtMhDkxXi .item-name {
  color: #ffffff;
}
.cid-vgtMhDkxXi .item-role {
  color: #454545;
}
.cid-vgtMhDkxXi .item-text {
  color: #9ba9c4;
}
.cid-vgtMhDkxXi .item-name,
.cid-vgtMhDkxXi .mbr-section-btn {
  color: #235d9c;
}
.cid-vgtTufq0cT {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
  overflow: hidden;
}
.cid-vgtTufq0cT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgtTufq0cT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgtTufq0cT .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-vgtTufq0cT .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vgtTufq0cT .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-vgtTufq0cT .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgtTufq0cT .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgtTufq0cT .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-vgtTufq0cT .mbr-section-title {
  color: #ffffff;
}
.cid-vgtTufq0cT .mbr-text,
.cid-vgtTufq0cT .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-vgtTufq0cT .mbr-section-btn,
.cid-vgtTufq0cT .mbr-section-title {
  text-align: center;
}
.cid-vgtTufq0cT .mbr-section-title,
.cid-vgtTufq0cT .mbr-section-btn {
  text-align: left;
  color: #8dbef7;
}
.cid-vgtQyupd2m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgtQyupd2m .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgtQyupd2m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgtQyupd2m .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vgtQyupd2m .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vgtQyupd2m .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-vgtQyupd2m .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vgtQyupd2m .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vgtQyupd2m .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vgtQyupd2m .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgtQyupd2m .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vgtQyupd2m .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgtQyupd2m .content-wrap .card {
  justify-content: center;
}
.cid-vgtQyupd2m .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vgtQyupd2m .item {
    margin-bottom: 40px;
  }
  .cid-vgtQyupd2m .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgtQyupd2m .item .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgtQyupd2m .item .item-wrapper .item-content .item-img {
  border-bottom: 1px solid #ffffff;
  margin-bottom: 16px;
}
.cid-vgtQyupd2m .item .item-wrapper .item-content .item-img img {
  height: 310px;
  width: 100%;
  object-fit: cover;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-vgtQyupd2m .item .item-wrapper .item-content .item-name {
  margin-bottom: 4px;
}
.cid-vgtQyupd2m .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-vgtQyupd2m .item .item-wrapper .item-content .item-text {
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-vgtQyupd2m .item .item-wrapper .mbr-section-btn {
  margin-top: 10px;
  width: 100%;
}
.cid-vgtQyupd2m .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-vgtQyupd2m .mbr-label {
  color: #9ba9c4;
}
.cid-vgtQyupd2m .mbr-section-title {
  color: #235d9c;
  text-align: left;
}
.cid-vgtQyupd2m .mbr-text,
.cid-vgtQyupd2m .text-wrapper {
  color: #151c64;
}
.cid-vgtQyupd2m .item-name {
  color: #ffffff;
}
.cid-vgtQyupd2m .item-role {
  color: #454545;
}
.cid-vgtQyupd2m .item-text {
  color: #9ba9c4;
}
.cid-vgtQyupd2m .item-name,
.cid-vgtQyupd2m .mbr-section-btn {
  color: #235d9c;
}
.cid-vgtQMCDxxx {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
  overflow: hidden;
}
.cid-vgtQMCDxxx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgtQMCDxxx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgtQMCDxxx .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-vgtQMCDxxx .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vgtQMCDxxx .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-vgtQMCDxxx .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgtQMCDxxx .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgtQMCDxxx .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-vgtQMCDxxx .mbr-section-title {
  color: #ffffff;
}
.cid-vgtQMCDxxx .mbr-text,
.cid-vgtQMCDxxx .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-vgtQMCDxxx .mbr-section-btn,
.cid-vgtQMCDxxx .mbr-section-title {
  text-align: center;
}
.cid-vgtQMCDxxx .mbr-section-title,
.cid-vgtQMCDxxx .mbr-section-btn {
  text-align: left;
  color: #8dbef7;
}
.cid-vgtUgYE2BT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgtUgYE2BT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgtUgYE2BT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgtUgYE2BT .card {
  justify-content: center;
}
.cid-vgtUgYE2BT .title-wrapper {
  margin-bottom: 50px;
}
.cid-vgtUgYE2BT .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vgtUgYE2BT .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vgtUgYE2BT .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vgtUgYE2BT .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vgtUgYE2BT .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vgtUgYE2BT .title-wrapper .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-vgtUgYE2BT .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgtUgYE2BT .title-wrapper .text-wrap .mbr-text {
  margin-top: 25px;
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vgtUgYE2BT .title-wrapper .text-wrap .mbr-text {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-vgtUgYE2BT .title-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vgtUgYE2BT .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 430px;
  max-width: 430px;
}
@media (max-width: 768px) {
  .cid-vgtUgYE2BT .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 425px) {
  .cid-vgtUgYE2BT .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vgtUgYE2BT .embla__slide .slide-content {
  width: 100%;
}
.cid-vgtUgYE2BT .embla__slide .slide-content:hover .item-wrapper .item-img img,
.cid-vgtUgYE2BT .embla__slide .slide-content:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-vgtUgYE2BT .embla__slide .slide-content:hover .item-wrapper .link-wrapper .mbr-iconfont,
.cid-vgtUgYE2BT .embla__slide .slide-content:focus .item-wrapper .link-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-vgtUgYE2BT .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  min-height: 615px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vgtUgYE2BT .embla__slide .slide-content .item-wrapper {
    min-height: 450px;
  }
}
.cid-vgtUgYE2BT .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-vgtUgYE2BT .embla__slide .slide-content .item-wrapper .link-wrapper {
  position: absolute;
  z-index: 1;
  top: 15px;
  right: 20px;
}
.cid-vgtUgYE2BT .embla__slide .slide-content .item-wrapper .link-wrapper .mbr-iconfont {
  border-radius: 100%;
  background-color: #8dbef7;
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transition: all .3s ease;
  z-index: 1;
  opacity: 0;
}
.cid-vgtUgYE2BT .embla__slide .slide-content .item-wrapper .link-wrapper .mbr-iconfont:hover,
.cid-vgtUgYE2BT .embla__slide .slide-content .item-wrapper .link-wrapper .mbr-iconfont:focus {
  background-color: #f8f8f8;
  color: #ffffff;
}
.cid-vgtUgYE2BT .embla__slide .slide-content .item-wrapper .link-wrapper a {
  width: 64px;
  height: 64px;
}
.cid-vgtUgYE2BT .embla__slide .slide-content .item-wrapper .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent 44%, #000000 81%);
  pointer-events: none;
  background-image: linear-gradient(180deg, transparent 10%, #000000 80%);
}
.cid-vgtUgYE2BT .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
  padding: 40px 30px;
}
@media (max-width: 992px) {
  .cid-vgtUgYE2BT .embla__slide .slide-content .item-wrapper .card-box {
    padding: 20px;
  }
}
.cid-vgtUgYE2BT .embla__slide .slide-content .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  margin-bottom: 20px;
}
.cid-vgtUgYE2BT .embla__slide .slide-content .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-vgtUgYE2BT .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-top: 10px;
  margin-bottom: 0;
}
.cid-vgtUgYE2BT .embla__slide .slide-content .item-wrapper .card-box .item-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vgtUgYE2BT .embla__button--next,
.cid-vgtUgYE2BT .embla__button--prev {
  display: flex;
}
.cid-vgtUgYE2BT .embla__button {
  bottom: 50%;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100% !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgtUgYE2BT .embla__button {
    display: none;
  }
}
@media (max-width: 992px) {
  .cid-vgtUgYE2BT .embla__button {
    bottom: 0;
  }
}
.cid-vgtUgYE2BT .embla__button:hover {
  background-color: #fda41e !important;
  color: #000000 !important;
}
.cid-vgtUgYE2BT .embla__button:disabled {
  opacity: .5 !important;
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-vgtUgYE2BT .embla__button.embla__button--prev {
  left: 20px;
}
@media (max-width: 992px) {
  .cid-vgtUgYE2BT .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-vgtUgYE2BT .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-vgtUgYE2BT .embla__button.embla__button--next {
  right: 20px;
}
@media (max-width: 992px) {
  .cid-vgtUgYE2BT .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-vgtUgYE2BT .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-vgtUgYE2BT .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vgtUgYE2BT .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vgtUgYE2BT .embla__viewport {
    padding: 0;
  }
}
.cid-vgtUgYE2BT .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgtUgYE2BT .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgtUgYE2BT .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgtUgYE2BT .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vgtUgYE2BT .mbr-label,
.cid-vgtUgYE2BT .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vgtUgYE2BT .mbr-section-title,
.cid-vgtUgYE2BT .title-wrap {
  color: #000000;
  text-align: center;
}
.cid-vgtUgYE2BT .mbr-text,
.cid-vgtUgYE2BT .text-wrap {
  color: #000000;
  text-align: center;
}
.cid-vgtUgYE2BT .item-title {
  color: #ffffff;
}
.cid-vgtUgYE2BT .item-text {
  color: #ffffff;
}
.cid-vgtUkxJAho {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpg");
  overflow: hidden;
}
.cid-vgtUkxJAho .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgtUkxJAho .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgtUkxJAho .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-vgtUkxJAho .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vgtUkxJAho .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-vgtUkxJAho .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgtUkxJAho .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgtUkxJAho .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-vgtUkxJAho .mbr-section-title {
  color: #ffffff;
}
.cid-vgtUkxJAho .mbr-text,
.cid-vgtUkxJAho .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-vgtUkxJAho .mbr-section-btn,
.cid-vgtUkxJAho .mbr-section-title {
  text-align: center;
}
.cid-vgtUkxJAho .mbr-section-title,
.cid-vgtUkxJAho .mbr-section-btn {
  text-align: left;
  color: #8dbef7;
}
.cid-vb5sSnQ4ZG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #050a3c;
}
.cid-vb5sSnQ4ZG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb5sSnQ4ZG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb5sSnQ4ZG .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px 30px;
  margin-bottom: 80px;
}
@media (max-width: 1640px) {
  .cid-vb5sSnQ4ZG .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vb5sSnQ4ZG .items-wrapper {
    margin-bottom: 50px;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .cid-vb5sSnQ4ZG .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vb5sSnQ4ZG .mbr-section-title {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-vb5sSnQ4ZG .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vb5sSnQ4ZG .nav-wrapper {
  padding-left: 50px;
}
@media (max-width: 1640px) {
  .cid-vb5sSnQ4ZG .nav-wrapper {
    padding-left: 0;
  }
}
.cid-vb5sSnQ4ZG .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vb5sSnQ4ZG .nav-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all .3s ease;
}
.cid-vb5sSnQ4ZG .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vb5sSnQ4ZG .nav-wrapper .list .item-wrap:hover,
.cid-vb5sSnQ4ZG .nav-wrapper .list .item-wrap:focus {
  color: #8dbef7;
}
.cid-vb5sSnQ4ZG .social-wrapper .social-wrap .soc-item {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.cid-vb5sSnQ4ZG .social-wrapper .social-wrap .soc-item:first-child {
  margin-top: 0;
}
.cid-vb5sSnQ4ZG .social-wrapper .social-wrap .soc-item .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vb5sSnQ4ZG .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vb5sSnQ4ZG .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-vb5sSnQ4ZG .desc-wrapper .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vb5sSnQ4ZG .mbr-copy {
  margin-bottom: 0;
  color: #dddddd;
  text-align: center;
}
.cid-vb5sSnQ4ZG .mbr-text {
  color: #ffffff;
}
.cid-vb5sSnQ4ZG .list {
  color: #ffffff;
}
.cid-vb5sSnQ4ZG .mbr-soc {
  color: #ffffff;
}
.cid-vb5sSnQ4ZG .mbr-desc {
  color: #ffffff;
}
.cid-vgpawPZ7Yd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-vgpawPZ7Yd nav.navbar {
  position: fixed;
}
.cid-vgpawPZ7Yd .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
.cid-vgpawPZ7Yd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgpawPZ7Yd .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vgpawPZ7Yd .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  color: #050a3c !important;
  font-weight: 300;
}
.cid-vgpawPZ7Yd .dropdown-item:hover,
.cid-vgpawPZ7Yd .dropdown-item:focus {
  background: #ffffff !important;
  color: #050a3c !important;
}
.cid-vgpawPZ7Yd .dropdown-item:hover span {
  color: white;
}
.cid-vgpawPZ7Yd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgpawPZ7Yd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgpawPZ7Yd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgpawPZ7Yd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vgpawPZ7Yd .nav-link {
  position: relative;
}
.cid-vgpawPZ7Yd .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vgpawPZ7Yd .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .cid-vgpawPZ7Yd .container {
    max-width: 1100px;
  }
}
.cid-vgpawPZ7Yd .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgpawPZ7Yd .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vgpawPZ7Yd .dropdown-menu,
.cid-vgpawPZ7Yd .navbar.opened {
  background: #050a3c !important;
}
.cid-vgpawPZ7Yd .nav-item:focus,
.cid-vgpawPZ7Yd .nav-link:focus {
  outline: none;
}
.cid-vgpawPZ7Yd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgpawPZ7Yd .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vgpawPZ7Yd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgpawPZ7Yd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgpawPZ7Yd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgpawPZ7Yd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px 14px 14px 14px!important;
  transition: none;
  margin: 0 0 5px 0 !important;
}
.cid-vgpawPZ7Yd .navbar {
  min-height: 86px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #050a3c;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vgpawPZ7Yd .navbar.opened {
  transition: all 0.3s;
}
.cid-vgpawPZ7Yd .navbar .dropdown-item {
  padding: 8px 2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vgpawPZ7Yd .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vgpawPZ7Yd .navbar .navbar-logo img {
  width: auto;
}
.cid-vgpawPZ7Yd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgpawPZ7Yd .navbar.collapsed {
  justify-content: center;
}
.cid-vgpawPZ7Yd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgpawPZ7Yd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgpawPZ7Yd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.3rem);
  }
}
.cid-vgpawPZ7Yd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vgpawPZ7Yd .navbar.collapsed .dropdown-menu .dropdown-item {
  width: 100% !important;
  justify-content: center;
  align-items: center;
  padding: 14px !important;
}
.cid-vgpawPZ7Yd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: 12px;
}
.cid-vgpawPZ7Yd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
  position: static;
}
.cid-vgpawPZ7Yd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgpawPZ7Yd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgpawPZ7Yd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgpawPZ7Yd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgpawPZ7Yd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgpawPZ7Yd .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vgpawPZ7Yd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgpawPZ7Yd .navbar .dropdown-menu .dropdown-item:after {
    right: 12px;
  }
  .cid-vgpawPZ7Yd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
    position: static;
    margin-bottom: -0.2rem;
  }
  .cid-vgpawPZ7Yd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgpawPZ7Yd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgpawPZ7Yd .navbar .dropdown-menu .dropdown-item {
    padding: 14px 14px 14px 14px!important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    width: 100% !important;
  }
  .cid-vgpawPZ7Yd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgpawPZ7Yd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgpawPZ7Yd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgpawPZ7Yd .navbar.navbar-short {
  min-height: 86px;
}
.cid-vgpawPZ7Yd .navbar.navbar-short .navbar-brand {
  min-height: 86px;
}
.cid-vgpawPZ7Yd .navbar-brand {
  min-height: 86px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vgpawPZ7Yd .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vgpawPZ7Yd .navbar-brand .navbar-caption:hover,
.cid-vgpawPZ7Yd .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vgpawPZ7Yd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgpawPZ7Yd .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgpawPZ7Yd .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vgpawPZ7Yd .dropdown-item.active,
.cid-vgpawPZ7Yd .dropdown-item:active {
  background-color: transparent;
}
.cid-vgpawPZ7Yd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgpawPZ7Yd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgpawPZ7Yd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgpawPZ7Yd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #050a3c;
  top: 2.6rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vgpawPZ7Yd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    text-align: center;
  }
}
.cid-vgpawPZ7Yd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgpawPZ7Yd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgpawPZ7Yd ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0 10px;
  border: 1px solid #050a3c;
}
@media (min-width: 991px) {
  .cid-vgpawPZ7Yd ul.navbar-nav {
    background-color: transparent;
  }
}
@media (max-width: 992px) {
  .cid-vgpawPZ7Yd ul.navbar-nav {
    padding: 10px;
  }
  .cid-vgpawPZ7Yd ul.navbar-nav .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
}
.cid-vgpawPZ7Yd .collapsed ul.navbar-nav {
  padding: 10px;
}
.cid-vgpawPZ7Yd .collapsed ul.navbar-nav .nav-item:last-child .nav-link {
  margin-bottom: 0;
}
.cid-vgpawPZ7Yd .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vgpawPZ7Yd .navbar-buttons {
    text-align: left;
    margin-left: 22px;
  }
}
.cid-vgpawPZ7Yd .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vgpawPZ7Yd .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgpawPZ7Yd button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 86px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgpawPZ7Yd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vgpawPZ7Yd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgpawPZ7Yd button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vgpawPZ7Yd button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vgpawPZ7Yd button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vgpawPZ7Yd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgpawPZ7Yd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgpawPZ7Yd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgpawPZ7Yd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgpawPZ7Yd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vgpawPZ7Yd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgpawPZ7Yd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgpawPZ7Yd .navbar {
    height: 70px;
  }
  .cid-vgpawPZ7Yd .navbar.opened {
    height: auto;
  }
  .cid-vgpawPZ7Yd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgpawPZ7Yd .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgpawPZ7Yd .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 6px 2px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vgpawPZ7Yd .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vgpawPZ7Yd .nav-item .nav-link:hover {
  background-color: #e8e8e8;
  color: #ffffff;
}
.cid-vgpawPZ7Yd .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vgpawPZ7Yd .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgpawPZ7Yd .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgpawPZ7Yd .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vgpawPZ7Yd .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgpawPZ7Yd .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgpawPZ7Yd .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgpawPZ7Yd .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgpawPZ7Yd .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vgpawPZ7Yd .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vgpawPZ7Yd .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vgpawPZ7Yd .content-wrap {
  min-height: 86px;
}
.cid-vgpawPZ7Yd .dropdown {
  width: fit-content;
}
@media (max-width: 991px) {
  .cid-vgpawPZ7Yd .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vgpawQKdnG {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1080.png");
  overflow: hidden;
}
.cid-vgpawQKdnG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgpawQKdnG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgpawQKdnG .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-vgpawQKdnG .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vgpawQKdnG .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-vgpawQKdnG .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgpawQKdnG .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgpawQKdnG .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-vgpawQKdnG .mbr-section-title {
  color: #ffffff;
}
.cid-vgpawQKdnG .mbr-text,
.cid-vgpawQKdnG .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-vgpawQKdnG .mbr-section-btn,
.cid-vgpawQKdnG .mbr-section-title {
  text-align: center;
}
.cid-vgpawQKdnG .mbr-section-title,
.cid-vgpawQKdnG .mbr-section-btn {
  text-align: left;
}
.cid-vgpawYVXQP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgpawYVXQP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgpawYVXQP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgpawYVXQP .content-wrap {
  margin: 0 -25px;
}
.cid-vgpawYVXQP .content-wrap .card {
  padding: 0 25px;
}
@media (max-width: 992px) {
  .cid-vgpawYVXQP .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vgpawYVXQP .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vgpawYVXQP .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vgpawYVXQP .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vgpawYVXQP .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vgpawYVXQP .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 25px;
}
@media (max-width: 1440px) {
  .cid-vgpawYVXQP .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgpawYVXQP .title-wrapper .image-wrapper img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vgpawYVXQP .title-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-vgpawYVXQP .subtitle-wrap .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-vgpawYVXQP .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vgpawYVXQP .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vgpawYVXQP .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 5px;
}
.cid-vgpawYVXQP .form-wrap .dragArea.row .form-group .form-control {
  padding: 12px 15px;
  background-color: transparent;
  border: 1px solid #e8e8e8 !important;
  box-shadow: none;
  margin-bottom: 20px;
}
.cid-vgpawYVXQP .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #777777;
}
.cid-vgpawYVXQP .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vgpawYVXQP .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #454545 !important;
}
.cid-vgpawYVXQP .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-vgpawYVXQP .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vgpawYVXQP .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #777777;
  border-color: #777777;
}
.cid-vgpawYVXQP .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 5px;
}
.cid-vgpawYVXQP .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  min-height: auto;
}
.cid-vgpawYVXQP .mbr-label {
  color: #000000;
}
.cid-vgpawYVXQP .mbr-section-title {
  color: #000000;
}
.cid-vgpawYVXQP .mbr-section-subtitle {
  color: #000000;
}
.cid-vgpawYVXQP label {
  color: #000000;
}
.cid-vgpax4eBla {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #050a3c;
}
.cid-vgpax4eBla .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgpax4eBla .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgpax4eBla .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px 30px;
  margin-bottom: 80px;
}
@media (max-width: 1640px) {
  .cid-vgpax4eBla .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vgpax4eBla .items-wrapper {
    margin-bottom: 50px;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .cid-vgpax4eBla .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vgpax4eBla .mbr-section-title {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-vgpax4eBla .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgpax4eBla .nav-wrapper {
  padding-left: 50px;
}
@media (max-width: 1640px) {
  .cid-vgpax4eBla .nav-wrapper {
    padding-left: 0;
  }
}
.cid-vgpax4eBla .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vgpax4eBla .nav-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all .3s ease;
}
.cid-vgpax4eBla .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vgpax4eBla .nav-wrapper .list .item-wrap:hover,
.cid-vgpax4eBla .nav-wrapper .list .item-wrap:focus {
  color: #8dbef7;
}
.cid-vgpax4eBla .social-wrapper .social-wrap .soc-item {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.cid-vgpax4eBla .social-wrapper .social-wrap .soc-item:first-child {
  margin-top: 0;
}
.cid-vgpax4eBla .social-wrapper .social-wrap .soc-item .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vgpax4eBla .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vgpax4eBla .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-vgpax4eBla .desc-wrapper .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vgpax4eBla .mbr-copy {
  margin-bottom: 0;
  color: #dddddd;
  text-align: center;
}
.cid-vgpax4eBla .mbr-text {
  color: #ffffff;
}
.cid-vgpax4eBla .list {
  color: #ffffff;
}
.cid-vgpax4eBla .mbr-soc {
  color: #ffffff;
}
.cid-vgpax4eBla .mbr-desc {
  color: #ffffff;
}
.cid-vgtGd3Kz9X {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-vgtGd3Kz9X nav.navbar {
  position: fixed;
}
.cid-vgtGd3Kz9X .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
.cid-vgtGd3Kz9X .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgtGd3Kz9X .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vgtGd3Kz9X .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  color: #050a3c !important;
  font-weight: 300;
}
.cid-vgtGd3Kz9X .dropdown-item:hover,
.cid-vgtGd3Kz9X .dropdown-item:focus {
  background: #ffffff !important;
  color: #050a3c !important;
}
.cid-vgtGd3Kz9X .dropdown-item:hover span {
  color: white;
}
.cid-vgtGd3Kz9X .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgtGd3Kz9X .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgtGd3Kz9X .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgtGd3Kz9X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vgtGd3Kz9X .nav-link {
  position: relative;
}
.cid-vgtGd3Kz9X .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vgtGd3Kz9X .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .cid-vgtGd3Kz9X .container {
    max-width: 1100px;
  }
}
.cid-vgtGd3Kz9X .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgtGd3Kz9X .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vgtGd3Kz9X .dropdown-menu,
.cid-vgtGd3Kz9X .navbar.opened {
  background: #050a3c !important;
}
.cid-vgtGd3Kz9X .nav-item:focus,
.cid-vgtGd3Kz9X .nav-link:focus {
  outline: none;
}
.cid-vgtGd3Kz9X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgtGd3Kz9X .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vgtGd3Kz9X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgtGd3Kz9X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgtGd3Kz9X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgtGd3Kz9X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px 14px 14px 14px!important;
  transition: none;
  margin: 0 0 5px 0 !important;
}
.cid-vgtGd3Kz9X .navbar {
  min-height: 86px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #050a3c;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vgtGd3Kz9X .navbar.opened {
  transition: all 0.3s;
}
.cid-vgtGd3Kz9X .navbar .dropdown-item {
  padding: 8px 2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vgtGd3Kz9X .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vgtGd3Kz9X .navbar .navbar-logo img {
  width: auto;
}
.cid-vgtGd3Kz9X .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgtGd3Kz9X .navbar.collapsed {
  justify-content: center;
}
.cid-vgtGd3Kz9X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgtGd3Kz9X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgtGd3Kz9X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.3rem);
  }
}
.cid-vgtGd3Kz9X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vgtGd3Kz9X .navbar.collapsed .dropdown-menu .dropdown-item {
  width: 100% !important;
  justify-content: center;
  align-items: center;
  padding: 14px !important;
}
.cid-vgtGd3Kz9X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: 12px;
}
.cid-vgtGd3Kz9X .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
  position: static;
}
.cid-vgtGd3Kz9X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgtGd3Kz9X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgtGd3Kz9X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgtGd3Kz9X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgtGd3Kz9X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgtGd3Kz9X .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vgtGd3Kz9X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgtGd3Kz9X .navbar .dropdown-menu .dropdown-item:after {
    right: 12px;
  }
  .cid-vgtGd3Kz9X .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
    position: static;
    margin-bottom: -0.2rem;
  }
  .cid-vgtGd3Kz9X .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgtGd3Kz9X .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgtGd3Kz9X .navbar .dropdown-menu .dropdown-item {
    padding: 14px 14px 14px 14px!important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    width: 100% !important;
  }
  .cid-vgtGd3Kz9X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgtGd3Kz9X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgtGd3Kz9X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgtGd3Kz9X .navbar.navbar-short {
  min-height: 86px;
}
.cid-vgtGd3Kz9X .navbar.navbar-short .navbar-brand {
  min-height: 86px;
}
.cid-vgtGd3Kz9X .navbar-brand {
  min-height: 86px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vgtGd3Kz9X .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vgtGd3Kz9X .navbar-brand .navbar-caption:hover,
.cid-vgtGd3Kz9X .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vgtGd3Kz9X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgtGd3Kz9X .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgtGd3Kz9X .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vgtGd3Kz9X .dropdown-item.active,
.cid-vgtGd3Kz9X .dropdown-item:active {
  background-color: transparent;
}
.cid-vgtGd3Kz9X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgtGd3Kz9X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgtGd3Kz9X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgtGd3Kz9X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #050a3c;
  top: 2.6rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vgtGd3Kz9X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    text-align: center;
  }
}
.cid-vgtGd3Kz9X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgtGd3Kz9X .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgtGd3Kz9X ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0 10px;
  border: 1px solid #050a3c;
}
@media (min-width: 991px) {
  .cid-vgtGd3Kz9X ul.navbar-nav {
    background-color: transparent;
  }
}
@media (max-width: 992px) {
  .cid-vgtGd3Kz9X ul.navbar-nav {
    padding: 10px;
  }
  .cid-vgtGd3Kz9X ul.navbar-nav .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
}
.cid-vgtGd3Kz9X .collapsed ul.navbar-nav {
  padding: 10px;
}
.cid-vgtGd3Kz9X .collapsed ul.navbar-nav .nav-item:last-child .nav-link {
  margin-bottom: 0;
}
.cid-vgtGd3Kz9X .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vgtGd3Kz9X .navbar-buttons {
    text-align: left;
    margin-left: 22px;
  }
}
.cid-vgtGd3Kz9X .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vgtGd3Kz9X .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgtGd3Kz9X button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 86px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgtGd3Kz9X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vgtGd3Kz9X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgtGd3Kz9X button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vgtGd3Kz9X button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vgtGd3Kz9X button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vgtGd3Kz9X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgtGd3Kz9X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgtGd3Kz9X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgtGd3Kz9X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgtGd3Kz9X .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vgtGd3Kz9X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgtGd3Kz9X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgtGd3Kz9X .navbar {
    height: 70px;
  }
  .cid-vgtGd3Kz9X .navbar.opened {
    height: auto;
  }
  .cid-vgtGd3Kz9X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgtGd3Kz9X .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgtGd3Kz9X .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 6px 2px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vgtGd3Kz9X .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vgtGd3Kz9X .nav-item .nav-link:hover {
  background-color: #e8e8e8;
  color: #ffffff;
}
.cid-vgtGd3Kz9X .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vgtGd3Kz9X .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgtGd3Kz9X .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgtGd3Kz9X .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vgtGd3Kz9X .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgtGd3Kz9X .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgtGd3Kz9X .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgtGd3Kz9X .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgtGd3Kz9X .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vgtGd3Kz9X .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vgtGd3Kz9X .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vgtGd3Kz9X .content-wrap {
  min-height: 86px;
}
.cid-vgtGd3Kz9X .dropdown {
  width: fit-content;
}
@media (max-width: 991px) {
  .cid-vgtGd3Kz9X .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vgtGd4yThR {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1080.png");
  overflow: hidden;
}
.cid-vgtGd4yThR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgtGd4yThR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgtGd4yThR .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-vgtGd4yThR .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vgtGd4yThR .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-vgtGd4yThR .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgtGd4yThR .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgtGd4yThR .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-vgtGd4yThR .mbr-section-title {
  color: #ffffff;
}
.cid-vgtGd4yThR .mbr-text,
.cid-vgtGd4yThR .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-vgtGd4yThR .mbr-section-btn,
.cid-vgtGd4yThR .mbr-section-title {
  text-align: center;
}
.cid-vgtGd4yThR .mbr-section-title,
.cid-vgtGd4yThR .mbr-section-btn {
  text-align: left;
}
.cid-vhxJuqxhgX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vhxJuqxhgX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhxJuqxhgX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhxJuqxhgX .content-wrap {
  margin: 0 -25px;
}
.cid-vhxJuqxhgX .content-wrap .card {
  padding: 0 25px;
}
@media (max-width: 992px) {
  .cid-vhxJuqxhgX .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vhxJuqxhgX .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vhxJuqxhgX .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vhxJuqxhgX .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vhxJuqxhgX .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vhxJuqxhgX .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 25px;
}
@media (max-width: 1440px) {
  .cid-vhxJuqxhgX .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vhxJuqxhgX .title-wrapper .image-wrapper img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vhxJuqxhgX .title-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-vhxJuqxhgX .subtitle-wrap .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-vhxJuqxhgX .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vhxJuqxhgX .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vhxJuqxhgX .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 5px;
}
.cid-vhxJuqxhgX .form-wrap .dragArea.row .form-group .form-control {
  padding: 12px 15px;
  background-color: transparent;
  border: 1px solid #e8e8e8 !important;
  box-shadow: none;
  margin-bottom: 20px;
}
.cid-vhxJuqxhgX .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #777777;
}
.cid-vhxJuqxhgX .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vhxJuqxhgX .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #454545 !important;
}
.cid-vhxJuqxhgX .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-vhxJuqxhgX .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vhxJuqxhgX .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #777777;
  border-color: #777777;
}
.cid-vhxJuqxhgX .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 5px;
}
.cid-vhxJuqxhgX .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  min-height: auto;
}
.cid-vhxJuqxhgX .mbr-label {
  color: #000000;
}
.cid-vhxJuqxhgX .mbr-section-title {
  color: #000000;
}
.cid-vhxJuqxhgX .mbr-section-subtitle {
  color: #000000;
}
.cid-vhxJuqxhgX label {
  color: #000000;
}
.cid-vgtGd5Oque {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #050a3c;
}
.cid-vgtGd5Oque .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgtGd5Oque .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgtGd5Oque .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px 30px;
  margin-bottom: 80px;
}
@media (max-width: 1640px) {
  .cid-vgtGd5Oque .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vgtGd5Oque .items-wrapper {
    margin-bottom: 50px;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .cid-vgtGd5Oque .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vgtGd5Oque .mbr-section-title {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-vgtGd5Oque .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgtGd5Oque .nav-wrapper {
  padding-left: 50px;
}
@media (max-width: 1640px) {
  .cid-vgtGd5Oque .nav-wrapper {
    padding-left: 0;
  }
}
.cid-vgtGd5Oque .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vgtGd5Oque .nav-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all .3s ease;
}
.cid-vgtGd5Oque .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vgtGd5Oque .nav-wrapper .list .item-wrap:hover,
.cid-vgtGd5Oque .nav-wrapper .list .item-wrap:focus {
  color: #8dbef7;
}
.cid-vgtGd5Oque .social-wrapper .social-wrap .soc-item {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.cid-vgtGd5Oque .social-wrapper .social-wrap .soc-item:first-child {
  margin-top: 0;
}
.cid-vgtGd5Oque .social-wrapper .social-wrap .soc-item .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vgtGd5Oque .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vgtGd5Oque .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-vgtGd5Oque .desc-wrapper .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vgtGd5Oque .mbr-copy {
  margin-bottom: 0;
  color: #dddddd;
  text-align: center;
}
.cid-vgtGd5Oque .mbr-text {
  color: #ffffff;
}
.cid-vgtGd5Oque .list {
  color: #ffffff;
}
.cid-vgtGd5Oque .mbr-soc {
  color: #ffffff;
}
.cid-vgtGd5Oque .mbr-desc {
  color: #ffffff;
}
.cid-vgtHOunnNr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-vgtHOunnNr nav.navbar {
  position: fixed;
}
.cid-vgtHOunnNr .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
.cid-vgtHOunnNr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgtHOunnNr .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vgtHOunnNr .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  color: #050a3c !important;
  font-weight: 300;
}
.cid-vgtHOunnNr .dropdown-item:hover,
.cid-vgtHOunnNr .dropdown-item:focus {
  background: #ffffff !important;
  color: #050a3c !important;
}
.cid-vgtHOunnNr .dropdown-item:hover span {
  color: white;
}
.cid-vgtHOunnNr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgtHOunnNr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgtHOunnNr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgtHOunnNr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vgtHOunnNr .nav-link {
  position: relative;
}
.cid-vgtHOunnNr .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vgtHOunnNr .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .cid-vgtHOunnNr .container {
    max-width: 1100px;
  }
}
.cid-vgtHOunnNr .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgtHOunnNr .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vgtHOunnNr .dropdown-menu,
.cid-vgtHOunnNr .navbar.opened {
  background: #050a3c !important;
}
.cid-vgtHOunnNr .nav-item:focus,
.cid-vgtHOunnNr .nav-link:focus {
  outline: none;
}
.cid-vgtHOunnNr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgtHOunnNr .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vgtHOunnNr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgtHOunnNr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgtHOunnNr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgtHOunnNr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px 14px 14px 14px!important;
  transition: none;
  margin: 0 0 5px 0 !important;
}
.cid-vgtHOunnNr .navbar {
  min-height: 86px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #050a3c;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vgtHOunnNr .navbar.opened {
  transition: all 0.3s;
}
.cid-vgtHOunnNr .navbar .dropdown-item {
  padding: 8px 2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vgtHOunnNr .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vgtHOunnNr .navbar .navbar-logo img {
  width: auto;
}
.cid-vgtHOunnNr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgtHOunnNr .navbar.collapsed {
  justify-content: center;
}
.cid-vgtHOunnNr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgtHOunnNr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgtHOunnNr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.3rem);
  }
}
.cid-vgtHOunnNr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vgtHOunnNr .navbar.collapsed .dropdown-menu .dropdown-item {
  width: 100% !important;
  justify-content: center;
  align-items: center;
  padding: 14px !important;
}
.cid-vgtHOunnNr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: 12px;
}
.cid-vgtHOunnNr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
  position: static;
}
.cid-vgtHOunnNr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgtHOunnNr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgtHOunnNr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgtHOunnNr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgtHOunnNr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgtHOunnNr .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vgtHOunnNr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgtHOunnNr .navbar .dropdown-menu .dropdown-item:after {
    right: 12px;
  }
  .cid-vgtHOunnNr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
    position: static;
    margin-bottom: -0.2rem;
  }
  .cid-vgtHOunnNr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgtHOunnNr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgtHOunnNr .navbar .dropdown-menu .dropdown-item {
    padding: 14px 14px 14px 14px!important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    width: 100% !important;
  }
  .cid-vgtHOunnNr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgtHOunnNr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgtHOunnNr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgtHOunnNr .navbar.navbar-short {
  min-height: 86px;
}
.cid-vgtHOunnNr .navbar.navbar-short .navbar-brand {
  min-height: 86px;
}
.cid-vgtHOunnNr .navbar-brand {
  min-height: 86px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vgtHOunnNr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vgtHOunnNr .navbar-brand .navbar-caption:hover,
.cid-vgtHOunnNr .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vgtHOunnNr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgtHOunnNr .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgtHOunnNr .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vgtHOunnNr .dropdown-item.active,
.cid-vgtHOunnNr .dropdown-item:active {
  background-color: transparent;
}
.cid-vgtHOunnNr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgtHOunnNr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgtHOunnNr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgtHOunnNr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #050a3c;
  top: 2.6rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vgtHOunnNr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    text-align: center;
  }
}
.cid-vgtHOunnNr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgtHOunnNr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgtHOunnNr ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0 10px;
  border: 1px solid #050a3c;
}
@media (min-width: 991px) {
  .cid-vgtHOunnNr ul.navbar-nav {
    background-color: transparent;
  }
}
@media (max-width: 992px) {
  .cid-vgtHOunnNr ul.navbar-nav {
    padding: 10px;
  }
  .cid-vgtHOunnNr ul.navbar-nav .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
}
.cid-vgtHOunnNr .collapsed ul.navbar-nav {
  padding: 10px;
}
.cid-vgtHOunnNr .collapsed ul.navbar-nav .nav-item:last-child .nav-link {
  margin-bottom: 0;
}
.cid-vgtHOunnNr .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vgtHOunnNr .navbar-buttons {
    text-align: left;
    margin-left: 22px;
  }
}
.cid-vgtHOunnNr .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vgtHOunnNr .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgtHOunnNr button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 86px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgtHOunnNr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vgtHOunnNr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgtHOunnNr button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vgtHOunnNr button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vgtHOunnNr button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vgtHOunnNr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgtHOunnNr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgtHOunnNr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgtHOunnNr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgtHOunnNr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vgtHOunnNr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgtHOunnNr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgtHOunnNr .navbar {
    height: 70px;
  }
  .cid-vgtHOunnNr .navbar.opened {
    height: auto;
  }
  .cid-vgtHOunnNr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgtHOunnNr .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgtHOunnNr .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 6px 2px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vgtHOunnNr .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vgtHOunnNr .nav-item .nav-link:hover {
  background-color: #e8e8e8;
  color: #ffffff;
}
.cid-vgtHOunnNr .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vgtHOunnNr .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgtHOunnNr .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgtHOunnNr .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vgtHOunnNr .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgtHOunnNr .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgtHOunnNr .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgtHOunnNr .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgtHOunnNr .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vgtHOunnNr .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vgtHOunnNr .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vgtHOunnNr .content-wrap {
  min-height: 86px;
}
.cid-vgtHOunnNr .dropdown {
  width: fit-content;
}
@media (max-width: 991px) {
  .cid-vgtHOunnNr .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vgtHOv6SxM {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1080.png");
  overflow: hidden;
}
.cid-vgtHOv6SxM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgtHOv6SxM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgtHOv6SxM .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-vgtHOv6SxM .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vgtHOv6SxM .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-vgtHOv6SxM .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgtHOv6SxM .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgtHOv6SxM .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-vgtHOv6SxM .mbr-section-title {
  color: #ffffff;
}
.cid-vgtHOv6SxM .mbr-text,
.cid-vgtHOv6SxM .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-vgtHOv6SxM .mbr-section-btn,
.cid-vgtHOv6SxM .mbr-section-title {
  text-align: center;
}
.cid-vgtHOv6SxM .mbr-section-title,
.cid-vgtHOv6SxM .mbr-section-btn {
  text-align: left;
}
.cid-vgtHOvG9Vs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgtHOvG9Vs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgtHOvG9Vs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgtHOvG9Vs .content-wrap {
  margin: 0 -25px;
}
.cid-vgtHOvG9Vs .content-wrap .card {
  padding: 0 25px;
}
@media (max-width: 992px) {
  .cid-vgtHOvG9Vs .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vgtHOvG9Vs .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vgtHOvG9Vs .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vgtHOvG9Vs .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vgtHOvG9Vs .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vgtHOvG9Vs .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 25px;
}
@media (max-width: 1440px) {
  .cid-vgtHOvG9Vs .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgtHOvG9Vs .title-wrapper .image-wrapper img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vgtHOvG9Vs .title-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-vgtHOvG9Vs .subtitle-wrap .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-vgtHOvG9Vs .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vgtHOvG9Vs .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vgtHOvG9Vs .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 5px;
}
.cid-vgtHOvG9Vs .form-wrap .dragArea.row .form-group .form-control {
  padding: 12px 15px;
  background-color: transparent;
  border: 1px solid #e8e8e8 !important;
  box-shadow: none;
  margin-bottom: 20px;
}
.cid-vgtHOvG9Vs .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #777777;
}
.cid-vgtHOvG9Vs .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vgtHOvG9Vs .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #454545 !important;
}
.cid-vgtHOvG9Vs .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-vgtHOvG9Vs .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vgtHOvG9Vs .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #777777;
  border-color: #777777;
}
.cid-vgtHOvG9Vs .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 5px;
}
.cid-vgtHOvG9Vs .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  min-height: auto;
}
.cid-vgtHOvG9Vs .mbr-label {
  color: #000000;
}
.cid-vgtHOvG9Vs .mbr-section-title {
  color: #000000;
}
.cid-vgtHOvG9Vs .mbr-section-subtitle {
  color: #000000;
}
.cid-vgtHOvG9Vs label {
  color: #000000;
}
.cid-vgtHOwoqE0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #050a3c;
}
.cid-vgtHOwoqE0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgtHOwoqE0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgtHOwoqE0 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px 30px;
  margin-bottom: 80px;
}
@media (max-width: 1640px) {
  .cid-vgtHOwoqE0 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vgtHOwoqE0 .items-wrapper {
    margin-bottom: 50px;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .cid-vgtHOwoqE0 .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vgtHOwoqE0 .mbr-section-title {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-vgtHOwoqE0 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgtHOwoqE0 .nav-wrapper {
  padding-left: 50px;
}
@media (max-width: 1640px) {
  .cid-vgtHOwoqE0 .nav-wrapper {
    padding-left: 0;
  }
}
.cid-vgtHOwoqE0 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vgtHOwoqE0 .nav-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all .3s ease;
}
.cid-vgtHOwoqE0 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vgtHOwoqE0 .nav-wrapper .list .item-wrap:hover,
.cid-vgtHOwoqE0 .nav-wrapper .list .item-wrap:focus {
  color: #8dbef7;
}
.cid-vgtHOwoqE0 .social-wrapper .social-wrap .soc-item {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.cid-vgtHOwoqE0 .social-wrapper .social-wrap .soc-item:first-child {
  margin-top: 0;
}
.cid-vgtHOwoqE0 .social-wrapper .social-wrap .soc-item .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vgtHOwoqE0 .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vgtHOwoqE0 .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-vgtHOwoqE0 .desc-wrapper .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vgtHOwoqE0 .mbr-copy {
  margin-bottom: 0;
  color: #dddddd;
  text-align: center;
}
.cid-vgtHOwoqE0 .mbr-text {
  color: #ffffff;
}
.cid-vgtHOwoqE0 .list {
  color: #ffffff;
}
.cid-vgtHOwoqE0 .mbr-soc {
  color: #ffffff;
}
.cid-vgtHOwoqE0 .mbr-desc {
  color: #ffffff;
}
.cid-vhqAaXwHas {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-vhqAaXwHas nav.navbar {
  position: fixed;
}
.cid-vhqAaXwHas .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
.cid-vhqAaXwHas .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhqAaXwHas .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vhqAaXwHas .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  color: #050a3c !important;
  font-weight: 300;
}
.cid-vhqAaXwHas .dropdown-item:hover,
.cid-vhqAaXwHas .dropdown-item:focus {
  background: #ffffff !important;
  color: #050a3c !important;
}
.cid-vhqAaXwHas .dropdown-item:hover span {
  color: white;
}
.cid-vhqAaXwHas .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vhqAaXwHas .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vhqAaXwHas .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vhqAaXwHas .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vhqAaXwHas .nav-link {
  position: relative;
}
.cid-vhqAaXwHas .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vhqAaXwHas .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .cid-vhqAaXwHas .container {
    max-width: 1100px;
  }
}
.cid-vhqAaXwHas .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vhqAaXwHas .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vhqAaXwHas .dropdown-menu,
.cid-vhqAaXwHas .navbar.opened {
  background: #050a3c !important;
}
.cid-vhqAaXwHas .nav-item:focus,
.cid-vhqAaXwHas .nav-link:focus {
  outline: none;
}
.cid-vhqAaXwHas .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhqAaXwHas .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vhqAaXwHas .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhqAaXwHas .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhqAaXwHas .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhqAaXwHas .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px 14px 14px 14px!important;
  transition: none;
  margin: 0 0 5px 0 !important;
}
.cid-vhqAaXwHas .navbar {
  min-height: 86px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #050a3c;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vhqAaXwHas .navbar.opened {
  transition: all 0.3s;
}
.cid-vhqAaXwHas .navbar .dropdown-item {
  padding: 8px 2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vhqAaXwHas .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vhqAaXwHas .navbar .navbar-logo img {
  width: auto;
}
.cid-vhqAaXwHas .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vhqAaXwHas .navbar.collapsed {
  justify-content: center;
}
.cid-vhqAaXwHas .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhqAaXwHas .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vhqAaXwHas .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.3rem);
  }
}
.cid-vhqAaXwHas .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vhqAaXwHas .navbar.collapsed .dropdown-menu .dropdown-item {
  width: 100% !important;
  justify-content: center;
  align-items: center;
  padding: 14px !important;
}
.cid-vhqAaXwHas .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: 12px;
}
.cid-vhqAaXwHas .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
  position: static;
}
.cid-vhqAaXwHas .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhqAaXwHas .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhqAaXwHas .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vhqAaXwHas .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhqAaXwHas .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhqAaXwHas .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vhqAaXwHas .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhqAaXwHas .navbar .dropdown-menu .dropdown-item:after {
    right: 12px;
  }
  .cid-vhqAaXwHas .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
    position: static;
    margin-bottom: -0.2rem;
  }
  .cid-vhqAaXwHas .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhqAaXwHas .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vhqAaXwHas .navbar .dropdown-menu .dropdown-item {
    padding: 14px 14px 14px 14px!important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    width: 100% !important;
  }
  .cid-vhqAaXwHas .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vhqAaXwHas .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhqAaXwHas .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhqAaXwHas .navbar.navbar-short {
  min-height: 86px;
}
.cid-vhqAaXwHas .navbar.navbar-short .navbar-brand {
  min-height: 86px;
}
.cid-vhqAaXwHas .navbar-brand {
  min-height: 86px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vhqAaXwHas .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vhqAaXwHas .navbar-brand .navbar-caption:hover,
.cid-vhqAaXwHas .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vhqAaXwHas .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhqAaXwHas .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vhqAaXwHas .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vhqAaXwHas .dropdown-item.active,
.cid-vhqAaXwHas .dropdown-item:active {
  background-color: transparent;
}
.cid-vhqAaXwHas .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhqAaXwHas .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhqAaXwHas .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhqAaXwHas .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #050a3c;
  top: 2.6rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vhqAaXwHas .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    text-align: center;
  }
}
.cid-vhqAaXwHas .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vhqAaXwHas .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhqAaXwHas ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0 10px;
  border: 1px solid #050a3c;
}
@media (min-width: 991px) {
  .cid-vhqAaXwHas ul.navbar-nav {
    background-color: transparent;
  }
}
@media (max-width: 992px) {
  .cid-vhqAaXwHas ul.navbar-nav {
    padding: 10px;
  }
  .cid-vhqAaXwHas ul.navbar-nav .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
}
.cid-vhqAaXwHas .collapsed ul.navbar-nav {
  padding: 10px;
}
.cid-vhqAaXwHas .collapsed ul.navbar-nav .nav-item:last-child .nav-link {
  margin-bottom: 0;
}
.cid-vhqAaXwHas .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vhqAaXwHas .navbar-buttons {
    text-align: left;
    margin-left: 22px;
  }
}
.cid-vhqAaXwHas .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vhqAaXwHas .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vhqAaXwHas button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 86px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vhqAaXwHas button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vhqAaXwHas button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vhqAaXwHas button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vhqAaXwHas button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vhqAaXwHas button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vhqAaXwHas nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhqAaXwHas nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhqAaXwHas nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhqAaXwHas nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhqAaXwHas .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vhqAaXwHas a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhqAaXwHas .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhqAaXwHas .navbar {
    height: 70px;
  }
  .cid-vhqAaXwHas .navbar.opened {
    height: auto;
  }
  .cid-vhqAaXwHas .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhqAaXwHas .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vhqAaXwHas .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 6px 2px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vhqAaXwHas .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vhqAaXwHas .nav-item .nav-link:hover {
  background-color: #e8e8e8;
  color: #ffffff;
}
.cid-vhqAaXwHas .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vhqAaXwHas .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vhqAaXwHas .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vhqAaXwHas .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vhqAaXwHas .navbar {
    justify-content: flex-start !important;
  }
  .cid-vhqAaXwHas .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vhqAaXwHas .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vhqAaXwHas .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vhqAaXwHas .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vhqAaXwHas .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vhqAaXwHas .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vhqAaXwHas .content-wrap {
  min-height: 86px;
}
.cid-vhqAaXwHas .dropdown {
  width: fit-content;
}
@media (max-width: 991px) {
  .cid-vhqAaXwHas .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vhqAaYV8jX {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1080.png");
  overflow: hidden;
}
.cid-vhqAaYV8jX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhqAaYV8jX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhqAaYV8jX .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-vhqAaYV8jX .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vhqAaYV8jX .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-vhqAaYV8jX .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhqAaYV8jX .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhqAaYV8jX .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-vhqAaYV8jX .mbr-section-title {
  color: #ffffff;
}
.cid-vhqAaYV8jX .mbr-text,
.cid-vhqAaYV8jX .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-vhqAaYV8jX .mbr-section-btn,
.cid-vhqAaYV8jX .mbr-section-title {
  text-align: center;
}
.cid-vhqAaYV8jX .mbr-section-title,
.cid-vhqAaYV8jX .mbr-section-btn {
  text-align: left;
}
.cid-vhqAb05zp2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-vhqAb05zp2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhqAb05zp2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhqAb05zp2 .content-wrap {
  margin: 0 -25px;
}
.cid-vhqAb05zp2 .content-wrap .card {
  padding: 0 25px;
}
.cid-vhqAb05zp2 .image-wrapper {
  position: relative;
  min-height: 300px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vhqAb05zp2 .image-wrapper {
    min-height: auto;
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .cid-vhqAb05zp2 .image-wrapper {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-vhqAb05zp2 .image-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vhqAb05zp2 .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vhqAb05zp2 .title-wrapper {
  margin-bottom: 25px;
}
.cid-vhqAb05zp2 .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vhqAb05zp2 .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vhqAb05zp2 .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vhqAb05zp2 .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vhqAb05zp2 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhqAb05zp2 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vhqAb05zp2 .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-vhqAb05zp2 .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vhqAb05zp2 .list-wrapper .mbr-section-subtitle {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vhqAb05zp2 .list-wrapper .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-vhqAb05zp2 .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vhqAb05zp2 .list-wrapper .list .item-wrap {
  position: relative;
  padding: 12px 0 12px 34px;
  margin-bottom: 0;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
}
.cid-vhqAb05zp2 .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  font-size: 12px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 100%;
}
.cid-vhqAb05zp2 .mbr-section-btn {
  margin-top: 15px;
  margin-bottom: -9.6px;
}
.cid-vhqAb05zp2 .mbr-label {
  color: #000000;
}
.cid-vhqAb05zp2 .mbr-section-title {
  color: #000000;
}
.cid-vhqAb05zp2 .mbr-text {
  color: #000000;
}
.cid-vhqAb05zp2 .list {
  color: #000000;
}
.cid-vhqAb05zp2 .mbr-section-title,
.cid-vhqAb05zp2 .main-btn,
.cid-vhqAb05zp2 .title-wrap {
  color: #235d9c;
}
.cid-vhqAb1foiV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #050a3c;
}
.cid-vhqAb1foiV .mbr-section-subtitle {
  text-align: center;
  color: #e8e8e8;
}
.cid-vhqAb1foiV .title-block {
  justify-content: space-between;
  margin: auto;
  margin-bottom: 58px;
  align-items: center;
  max-width: 571px;
}
.cid-vhqAb1foiV .card-title {
  color: #4c4c4c;
  text-align: left;
  margin-bottom: 16px;
}
.cid-vhqAb1foiV .card-subtitle {
  text-align: left;
}
.cid-vhqAb1foiV .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-vhqAb1foiV .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-vhqAb1foiV .card-title,
.cid-vhqAb1foiV .iconfont-wrapper {
  text-align: center;
  color: #14142b;
}
.cid-vhqAb1foiV .mbr-section-title {
  text-align: center;
  margin-bottom: 24px;
  color: #8dbef7;
}
.cid-vhqAb1foiV .card-text {
  color: #8c8c95;
}
.cid-vhqAb1foiV .year-title {
  text-align: center;
  color: #8dbef7;
  margin-bottom: 20px;
  position: relative;
}
.cid-vhqAb1foiV .year-subtitle {
  text-align: center;
  color: #f8f8f8;
}
.cid-vhqAb1foiV .line {
  width: 20px;
  background-color: #e2e3e9;
  height: 2px;
  margin-top: -20px;
}
.cid-vhqAb1foiV .accent {
  width: 25px;
  min-height: 25px;
  min-width: 25px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  border-radius: 1000px;
}
.cid-vhqAb1foiV .accent1 {
  background-color: #fedb01;
}
.cid-vhqAb1foiV .accent2 {
  background-color: #6c38ff;
}
.cid-vhqAb1foiV .accent3 {
  background-color: #ff4433;
}
.cid-vhqAb1foiV .accent4 {
  background-color: #ff9417;
}
.cid-vhqAb1foiV .accent5 {
  background-color: #4cc9f0;
}
.cid-vhqAb1foiV .timeline {
  align-items: center;
}
.cid-vhqAb1foiV .year-title:before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: none;
  margin: 11px 40px 0px 0px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  position: absolute;
  left: -40px;
  top: 15px;
}
.cid-vhqAb1foiV .year-title.year1:before {
  background-color: #fedb01;
}
.cid-vhqAb1foiV .year-title.year2:before {
  background-color: #6c38ff;
}
.cid-vhqAb1foiV .year-title.year3:before {
  background-color: #ff4433;
}
.cid-vhqAb1foiV .year-title.year4:before {
  background-color: #ff9417;
}
.cid-vhqAb1foiV .year-title.year5:before {
  background-color: #4cc9f0;
}
.cid-vhqAb1foiV .timeline-year-accent {
  width: 25px;
  min-height: 25px;
}
@media (max-width: 1120px) {
  .cid-vhqAb1foiV .main {
    display: flex;
    justify-content: space-between;
    max-width: 849px;
  }
  .cid-vhqAb1foiV .timeline.row {
    flex-direction: column;
    position: relative;
    max-width: 307px;
  }
  .cid-vhqAb1foiV .year {
    flex-direction: row;
  }
  .cid-vhqAb1foiV .year-title {
    text-align: left;
    margin-bottom: 4px;
  }
  .cid-vhqAb1foiV .year-title:before {
    display: block;
  }
  .cid-vhqAb1foiV .accent {
    display: none;
  }
  .cid-vhqAb1foiV .row.title-block {
    margin: initial;
    max-width: 407px;
    align-items: flex-start;
  }
  .cid-vhqAb1foiV .line {
    display: none;
  }
  .cid-vhqAb1foiV .line1 {
    display: block;
    height: 100%;
    width: 2px;
    background-color: #e2e3e9;
    margin-top: -20px;
    margin-left: -15px;
    padding: 0 !important;
    position: absolute;
    left: 0;
  }
  .cid-vhqAb1foiV .year-subtitle {
    margin-bottom: 60px;
    text-align: left;
  }
  .cid-vhqAb1foiV .row.title-block > .col-12 {
    padding: 0 !important;
  }
}
.cid-vhqAb1foiV .no-padd {
  margin-bottom: 0px !important;
}
@media (max-width: 750px) {
  .cid-vhqAb1foiV .main {
    flex-direction: column;
  }
  .cid-vhqAb1foiV .row.title-block,
  .cid-vhqAb1foiV .timeline {
    margin: auto;
  }
  .cid-vhqAb1foiV .row.title-block {
    padding-bottom: 40px;
    width: 90%;
  }
  .cid-vhqAb1foiV .button-align {
    margin-top: 16px;
  }
}
.cid-vhqAb1foiV .btn {
  margin-top: 20px;
}
.cid-vhqAb1foiV a.btn > span {
  margin-left: 0.5rem;
}
.cid-vhqEn58SLR {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vhqEn58SLR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhqEn58SLR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhqEn58SLR .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-vhqEn58SLR .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vhqEn58SLR .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-vhqEn58SLR .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhqEn58SLR .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhqEn58SLR .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-vhqEn58SLR .mbr-section-title {
  color: #ffffff;
}
.cid-vhqEn58SLR .mbr-text,
.cid-vhqEn58SLR .text-wrapper {
  color: #454545;
  text-align: left;
}
.cid-vhqEn58SLR .mbr-section-btn,
.cid-vhqEn58SLR .mbr-section-title {
  text-align: center;
}
.cid-vhqEn58SLR .mbr-section-title,
.cid-vhqEn58SLR .mbr-section-btn {
  text-align: left;
  color: #235d9c;
}
.cid-vhqEbnghdI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vhqEbnghdI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhqEbnghdI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhqEbnghdI .content-wrap {
  margin: 0 -25px;
}
.cid-vhqEbnghdI .content-wrap .card {
  padding: 0 25px;
}
.cid-vhqEbnghdI .image-wrapper {
  position: relative;
  min-height: 300px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vhqEbnghdI .image-wrapper {
    min-height: auto;
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .cid-vhqEbnghdI .image-wrapper {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-vhqEbnghdI .image-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vhqEbnghdI .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vhqEbnghdI .title-wrapper {
  margin-bottom: 25px;
}
.cid-vhqEbnghdI .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vhqEbnghdI .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vhqEbnghdI .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vhqEbnghdI .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vhqEbnghdI .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhqEbnghdI .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vhqEbnghdI .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-vhqEbnghdI .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vhqEbnghdI .list-wrapper .mbr-section-subtitle {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vhqEbnghdI .list-wrapper .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-vhqEbnghdI .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vhqEbnghdI .list-wrapper .list .item-wrap {
  position: relative;
  padding: 12px 0 12px 34px;
  margin-bottom: 0;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
}
.cid-vhqEbnghdI .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  font-size: 12px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 100%;
}
.cid-vhqEbnghdI .mbr-section-btn {
  margin-top: 15px;
  margin-bottom: -9.6px;
}
.cid-vhqEbnghdI .mbr-label {
  color: #000000;
}
.cid-vhqEbnghdI .mbr-section-title {
  color: #000000;
}
.cid-vhqEbnghdI .mbr-text {
  color: #000000;
}
.cid-vhqEbnghdI .list {
  color: #000000;
}
.cid-vhqEbnghdI .mbr-section-title,
.cid-vhqEbnghdI .main-btn,
.cid-vhqEbnghdI .title-wrap {
  color: #235d9c;
}
.cid-vhqAb1O8Hc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vhqAb1O8Hc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhqAb1O8Hc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhqAb1O8Hc .card {
  justify-content: center;
}
.cid-vhqAb1O8Hc .title-wrapper {
  margin-bottom: 50px;
}
.cid-vhqAb1O8Hc .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vhqAb1O8Hc .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vhqAb1O8Hc .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vhqAb1O8Hc .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vhqAb1O8Hc .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vhqAb1O8Hc .title-wrapper .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-vhqAb1O8Hc .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vhqAb1O8Hc .title-wrapper .text-wrap .mbr-text {
  margin-top: 25px;
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vhqAb1O8Hc .title-wrapper .text-wrap .mbr-text {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-vhqAb1O8Hc .title-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vhqAb1O8Hc .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 430px;
  max-width: 430px;
}
@media (max-width: 768px) {
  .cid-vhqAb1O8Hc .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 425px) {
  .cid-vhqAb1O8Hc .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vhqAb1O8Hc .embla__slide .slide-content {
  width: 100%;
}
.cid-vhqAb1O8Hc .embla__slide .slide-content:hover .item-wrapper .item-img img,
.cid-vhqAb1O8Hc .embla__slide .slide-content:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-vhqAb1O8Hc .embla__slide .slide-content:hover .item-wrapper .link-wrapper .mbr-iconfont,
.cid-vhqAb1O8Hc .embla__slide .slide-content:focus .item-wrapper .link-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-vhqAb1O8Hc .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  min-height: 615px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vhqAb1O8Hc .embla__slide .slide-content .item-wrapper {
    min-height: 450px;
  }
}
.cid-vhqAb1O8Hc .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-vhqAb1O8Hc .embla__slide .slide-content .item-wrapper .link-wrapper {
  position: absolute;
  z-index: 1;
  top: 15px;
  right: 20px;
}
.cid-vhqAb1O8Hc .embla__slide .slide-content .item-wrapper .link-wrapper .mbr-iconfont {
  border-radius: 100%;
  background-color: #8dbef7;
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transition: all .3s ease;
  z-index: 1;
  opacity: 0;
}
.cid-vhqAb1O8Hc .embla__slide .slide-content .item-wrapper .link-wrapper .mbr-iconfont:hover,
.cid-vhqAb1O8Hc .embla__slide .slide-content .item-wrapper .link-wrapper .mbr-iconfont:focus {
  background-color: #f8f8f8;
  color: #f8f8f8;
}
.cid-vhqAb1O8Hc .embla__slide .slide-content .item-wrapper .link-wrapper a {
  width: 64px;
  height: 64px;
}
.cid-vhqAb1O8Hc .embla__slide .slide-content .item-wrapper .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent 44%, #000000 81%);
  pointer-events: none;
  background-image: linear-gradient(180deg, transparent 10%, #000000 80%);
}
.cid-vhqAb1O8Hc .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
  padding: 40px 30px;
}
@media (max-width: 992px) {
  .cid-vhqAb1O8Hc .embla__slide .slide-content .item-wrapper .card-box {
    padding: 20px;
  }
}
.cid-vhqAb1O8Hc .embla__slide .slide-content .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  margin-bottom: 20px;
}
.cid-vhqAb1O8Hc .embla__slide .slide-content .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-vhqAb1O8Hc .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-top: 10px;
  margin-bottom: 0;
}
.cid-vhqAb1O8Hc .embla__slide .slide-content .item-wrapper .card-box .item-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vhqAb1O8Hc .embla__button--next,
.cid-vhqAb1O8Hc .embla__button--prev {
  display: flex;
}
.cid-vhqAb1O8Hc .embla__button {
  bottom: 50%;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100% !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-vhqAb1O8Hc .embla__button {
    display: none;
  }
}
@media (max-width: 992px) {
  .cid-vhqAb1O8Hc .embla__button {
    bottom: 0;
  }
}
.cid-vhqAb1O8Hc .embla__button:hover {
  background-color: #fda41e !important;
  color: #000000 !important;
}
.cid-vhqAb1O8Hc .embla__button:disabled {
  opacity: .5 !important;
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-vhqAb1O8Hc .embla__button.embla__button--prev {
  left: 20px;
}
@media (max-width: 992px) {
  .cid-vhqAb1O8Hc .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-vhqAb1O8Hc .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-vhqAb1O8Hc .embla__button.embla__button--next {
  right: 20px;
}
@media (max-width: 992px) {
  .cid-vhqAb1O8Hc .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-vhqAb1O8Hc .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-vhqAb1O8Hc .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vhqAb1O8Hc .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vhqAb1O8Hc .embla__viewport {
    padding: 0;
  }
}
.cid-vhqAb1O8Hc .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vhqAb1O8Hc .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vhqAb1O8Hc .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vhqAb1O8Hc .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vhqAb1O8Hc .mbr-label,
.cid-vhqAb1O8Hc .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vhqAb1O8Hc .mbr-section-title,
.cid-vhqAb1O8Hc .title-wrap {
  color: #000000;
  text-align: center;
}
.cid-vhqAb1O8Hc .mbr-text,
.cid-vhqAb1O8Hc .text-wrap {
  color: #000000;
  text-align: center;
}
.cid-vhqAb1O8Hc .item-title {
  color: #ffffff;
}
.cid-vhqAb1O8Hc .item-text {
  color: #ffffff;
}
.cid-vhqAb40FIp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vhqAb40FIp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhqAb40FIp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhqAb40FIp .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhqAb40FIp .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vhqAb40FIp .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-vhqAb40FIp .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vhqAb40FIp .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vhqAb40FIp .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vhqAb40FIp .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhqAb40FIp .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vhqAb40FIp .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vhqAb40FIp .content-wrap .card {
  justify-content: center;
}
.cid-vhqAb40FIp .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vhqAb40FIp .item {
    margin-bottom: 40px;
  }
  .cid-vhqAb40FIp .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vhqAb40FIp .item .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vhqAb40FIp .item .item-wrapper .item-content .item-img {
  border-bottom: 1px solid #ffffff;
  margin-bottom: 16px;
}
.cid-vhqAb40FIp .item .item-wrapper .item-content .item-img img {
  height: 310px;
  width: 100%;
  object-fit: cover;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-vhqAb40FIp .item .item-wrapper .item-content .item-name {
  margin-bottom: 4px;
}
.cid-vhqAb40FIp .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-vhqAb40FIp .item .item-wrapper .item-content .item-text {
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-vhqAb40FIp .item .item-wrapper .mbr-section-btn {
  margin-top: 10px;
  width: 100%;
}
.cid-vhqAb40FIp .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-vhqAb40FIp .mbr-label {
  color: #9ba9c4;
}
.cid-vhqAb40FIp .mbr-section-title {
  color: #235d9c;
  text-align: left;
}
.cid-vhqAb40FIp .mbr-text,
.cid-vhqAb40FIp .text-wrapper {
  color: #151c64;
}
.cid-vhqAb40FIp .item-name {
  color: #ffffff;
}
.cid-vhqAb40FIp .item-role {
  color: #454545;
}
.cid-vhqAb40FIp .item-text {
  color: #9ba9c4;
}
.cid-vhqAb40FIp .item-name,
.cid-vhqAb40FIp .mbr-section-btn {
  color: #235d9c;
}
.cid-vhqAb3wxH3 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-1920x1185.jpg");
  overflow: hidden;
}
.cid-vhqAb3wxH3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhqAb3wxH3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhqAb3wxH3 .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-vhqAb3wxH3 .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vhqAb3wxH3 .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-vhqAb3wxH3 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhqAb3wxH3 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhqAb3wxH3 .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-vhqAb3wxH3 .mbr-section-title {
  color: #ffffff;
}
.cid-vhqAb3wxH3 .mbr-text,
.cid-vhqAb3wxH3 .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-vhqAb3wxH3 .mbr-section-btn,
.cid-vhqAb3wxH3 .mbr-section-title {
  text-align: center;
}
.cid-vhqAb3wxH3 .mbr-section-title,
.cid-vhqAb3wxH3 .mbr-section-btn {
  text-align: left;
  color: #8dbef7;
}
.cid-vhqAb4Gy91 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
  overflow: hidden;
}
.cid-vhqAb4Gy91 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhqAb4Gy91 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhqAb4Gy91 .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #ffffff -40%, transparent 50%, transparent 50%, #ffffff 100%);
}
.cid-vhqAb4Gy91 .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vhqAb4Gy91 .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-vhqAb4Gy91 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhqAb4Gy91 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhqAb4Gy91 .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-vhqAb4Gy91 .mbr-section-title {
  color: #ffffff;
}
.cid-vhqAb4Gy91 .mbr-text,
.cid-vhqAb4Gy91 .text-wrapper {
  color: #e8e8e8;
  text-align: right;
}
.cid-vhqAb4Gy91 .mbr-section-btn,
.cid-vhqAb4Gy91 .mbr-section-title {
  text-align: center;
}
.cid-vhqAb4Gy91 .mbr-section-title,
.cid-vhqAb4Gy91 .mbr-section-btn {
  text-align: right;
  color: #8dbef7;
}
.cid-vhqI6hCJRT {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-1920x1920.png");
  overflow: hidden;
}
.cid-vhqI6hCJRT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhqI6hCJRT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhqI6hCJRT .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-vhqI6hCJRT .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vhqI6hCJRT .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-vhqI6hCJRT .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhqI6hCJRT .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhqI6hCJRT .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-vhqI6hCJRT .mbr-section-title {
  color: #ffffff;
}
.cid-vhqI6hCJRT .mbr-text,
.cid-vhqI6hCJRT .text-wrapper {
  color: #e8e8e8;
  text-align: left;
}
.cid-vhqI6hCJRT .mbr-section-btn,
.cid-vhqI6hCJRT .mbr-section-title {
  text-align: center;
}
.cid-vhqI6hCJRT .mbr-section-title,
.cid-vhqI6hCJRT .mbr-section-btn {
  text-align: left;
  color: #8dbef7;
}
.cid-vhqKWw77pW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vhqKWw77pW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhqKWw77pW .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-vhqKWw77pW .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vhqKWw77pW .container {
    padding: 0 16px;
  }
}
.cid-vhqKWw77pW .row {
  justify-content: center;
}
.cid-vhqKWw77pW .content-wrapper {
  padding: 80px 60px;
  display: flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #050a3c;
}
@media (max-width: 1200px) {
  .cid-vhqKWw77pW .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vhqKWw77pW .content-wrapper {
    padding: 30px 25px;
  }
}
.cid-vhqKWw77pW .content-wrapper .image-wrap {
  min-width: 40%;
}
@media (max-width: 1200px) {
  .cid-vhqKWw77pW .content-wrapper .image-wrap {
    margin-bottom: 32px;
  }
}
.cid-vhqKWw77pW .content-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 1200px) {
  .cid-vhqKWw77pW .content-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-vhqKWw77pW .content-wrapper .content-wrap {
  padding-left: 64px;
}
@media (max-width: 1200px) {
  .cid-vhqKWw77pW .content-wrapper .content-wrap {
    padding: 0;
  }
}
.cid-vhqKWw77pW .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhqKWw77pW .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-vhqKWw77pW .mbr-section-title {
  color: #8dbef7;
}
.cid-vhqKWw77pW .mbr-text {
  color: #e8e8e8;
}
.cid-vhwupdwSKd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vhwupdwSKd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhwupdwSKd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhwupdwSKd .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-vhwupdwSKd .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vhwupdwSKd .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vhwupdwSKd .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vhwupdwSKd .container {
    padding: 0 16px;
  }
}
.cid-vhwupdwSKd .row {
  justify-content: center;
}
.cid-vhwupdwSKd .content-wrapper {
  padding: 80px 60px;
  display: flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #ffffff;
}
@media (max-width: 1200px) {
  .cid-vhwupdwSKd .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vhwupdwSKd .content-wrapper {
    padding: 30px 25px;
  }
}
.cid-vhwupdwSKd .content-wrapper .image-wrap {
  min-width: 40%;
}
@media (max-width: 1200px) {
  .cid-vhwupdwSKd .content-wrapper .image-wrap {
    margin-bottom: 32px;
  }
}
.cid-vhwupdwSKd .content-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 1200px) {
  .cid-vhwupdwSKd .content-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-vhwupdwSKd .content-wrapper .content-wrap {
  padding-left: 64px;
  padding-left: 0;
  padding-right: 64px;
}
@media (max-width: 1200px) {
  .cid-vhwupdwSKd .content-wrapper .content-wrap {
    padding: 0;
  }
}
@media (max-width: 1200px) {
  .cid-vhwupdwSKd .content-wrapper .content-wrap {
    padding: 0;
  }
}
.cid-vhwupdwSKd .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhwupdwSKd .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-vhwupdwSKd .mbr-section-title {
  color: #235d9c;
}
.cid-vhwupdwSKd .mbr-text {
  color: #454545;
}
.cid-vhqAb5bPKF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vhqAb5bPKF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhqAb5bPKF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhqAb5bPKF .card {
  justify-content: center;
}
.cid-vhqAb5bPKF .title-wrapper {
  margin-bottom: 50px;
}
.cid-vhqAb5bPKF .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vhqAb5bPKF .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vhqAb5bPKF .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vhqAb5bPKF .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vhqAb5bPKF .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vhqAb5bPKF .title-wrapper .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-vhqAb5bPKF .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vhqAb5bPKF .title-wrapper .text-wrap .mbr-text {
  margin-top: 25px;
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vhqAb5bPKF .title-wrapper .text-wrap .mbr-text {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-vhqAb5bPKF .title-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vhqAb5bPKF .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 430px;
  max-width: 430px;
}
@media (max-width: 768px) {
  .cid-vhqAb5bPKF .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 425px) {
  .cid-vhqAb5bPKF .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vhqAb5bPKF .embla__slide .slide-content {
  width: 100%;
}
.cid-vhqAb5bPKF .embla__slide .slide-content:hover .item-wrapper .item-img img,
.cid-vhqAb5bPKF .embla__slide .slide-content:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-vhqAb5bPKF .embla__slide .slide-content:hover .item-wrapper .link-wrapper .mbr-iconfont,
.cid-vhqAb5bPKF .embla__slide .slide-content:focus .item-wrapper .link-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-vhqAb5bPKF .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  min-height: 615px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vhqAb5bPKF .embla__slide .slide-content .item-wrapper {
    min-height: 450px;
  }
}
.cid-vhqAb5bPKF .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-vhqAb5bPKF .embla__slide .slide-content .item-wrapper .link-wrapper {
  position: absolute;
  z-index: 1;
  top: 15px;
  right: 20px;
}
.cid-vhqAb5bPKF .embla__slide .slide-content .item-wrapper .link-wrapper .mbr-iconfont {
  border-radius: 100%;
  background-color: #8dbef7;
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transition: all .3s ease;
  z-index: 1;
  opacity: 0;
}
.cid-vhqAb5bPKF .embla__slide .slide-content .item-wrapper .link-wrapper .mbr-iconfont:hover,
.cid-vhqAb5bPKF .embla__slide .slide-content .item-wrapper .link-wrapper .mbr-iconfont:focus {
  background-color: #f8f8f8;
  color: #ffffff;
}
.cid-vhqAb5bPKF .embla__slide .slide-content .item-wrapper .link-wrapper a {
  width: 64px;
  height: 64px;
}
.cid-vhqAb5bPKF .embla__slide .slide-content .item-wrapper .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent 44%, #000000 81%);
  pointer-events: none;
  background-image: linear-gradient(180deg, transparent 10%, #000000 80%);
}
.cid-vhqAb5bPKF .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
  padding: 40px 30px;
}
@media (max-width: 992px) {
  .cid-vhqAb5bPKF .embla__slide .slide-content .item-wrapper .card-box {
    padding: 20px;
  }
}
.cid-vhqAb5bPKF .embla__slide .slide-content .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  margin-bottom: 20px;
}
.cid-vhqAb5bPKF .embla__slide .slide-content .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-vhqAb5bPKF .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-top: 10px;
  margin-bottom: 0;
}
.cid-vhqAb5bPKF .embla__slide .slide-content .item-wrapper .card-box .item-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vhqAb5bPKF .embla__button--next,
.cid-vhqAb5bPKF .embla__button--prev {
  display: flex;
}
.cid-vhqAb5bPKF .embla__button {
  bottom: 50%;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100% !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-vhqAb5bPKF .embla__button {
    display: none;
  }
}
@media (max-width: 992px) {
  .cid-vhqAb5bPKF .embla__button {
    bottom: 0;
  }
}
.cid-vhqAb5bPKF .embla__button:hover {
  background-color: #fda41e !important;
  color: #000000 !important;
}
.cid-vhqAb5bPKF .embla__button:disabled {
  opacity: .5 !important;
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-vhqAb5bPKF .embla__button.embla__button--prev {
  left: 20px;
}
@media (max-width: 992px) {
  .cid-vhqAb5bPKF .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-vhqAb5bPKF .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-vhqAb5bPKF .embla__button.embla__button--next {
  right: 20px;
}
@media (max-width: 992px) {
  .cid-vhqAb5bPKF .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-vhqAb5bPKF .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-vhqAb5bPKF .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vhqAb5bPKF .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vhqAb5bPKF .embla__viewport {
    padding: 0;
  }
}
.cid-vhqAb5bPKF .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vhqAb5bPKF .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vhqAb5bPKF .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vhqAb5bPKF .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vhqAb5bPKF .mbr-label,
.cid-vhqAb5bPKF .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vhqAb5bPKF .mbr-section-title,
.cid-vhqAb5bPKF .title-wrap {
  color: #000000;
  text-align: center;
}
.cid-vhqAb5bPKF .mbr-text,
.cid-vhqAb5bPKF .text-wrap {
  color: #000000;
  text-align: center;
}
.cid-vhqAb5bPKF .item-title {
  color: #ffffff;
}
.cid-vhqAb5bPKF .item-text {
  color: #8dbef7;
}
.cid-vhqAb5VKUw {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpg");
  overflow: hidden;
}
.cid-vhqAb5VKUw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhqAb5VKUw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhqAb5VKUw .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-vhqAb5VKUw .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vhqAb5VKUw .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-vhqAb5VKUw .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhqAb5VKUw .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhqAb5VKUw .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-vhqAb5VKUw .mbr-section-title {
  color: #ffffff;
}
.cid-vhqAb5VKUw .mbr-text,
.cid-vhqAb5VKUw .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-vhqAb5VKUw .mbr-section-btn,
.cid-vhqAb5VKUw .mbr-section-title {
  text-align: center;
}
.cid-vhqAb5VKUw .mbr-section-title,
.cid-vhqAb5VKUw .mbr-section-btn {
  text-align: left;
  color: #8dbef7;
}
.cid-vhqAb6yz3A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #050a3c;
}
.cid-vhqAb6yz3A .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhqAb6yz3A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhqAb6yz3A .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px 30px;
  margin-bottom: 80px;
}
@media (max-width: 1640px) {
  .cid-vhqAb6yz3A .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vhqAb6yz3A .items-wrapper {
    margin-bottom: 50px;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .cid-vhqAb6yz3A .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vhqAb6yz3A .mbr-section-title {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-vhqAb6yz3A .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vhqAb6yz3A .nav-wrapper {
  padding-left: 50px;
}
@media (max-width: 1640px) {
  .cid-vhqAb6yz3A .nav-wrapper {
    padding-left: 0;
  }
}
.cid-vhqAb6yz3A .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vhqAb6yz3A .nav-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all .3s ease;
}
.cid-vhqAb6yz3A .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhqAb6yz3A .nav-wrapper .list .item-wrap:hover,
.cid-vhqAb6yz3A .nav-wrapper .list .item-wrap:focus {
  color: #8dbef7;
}
.cid-vhqAb6yz3A .social-wrapper .social-wrap .soc-item {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.cid-vhqAb6yz3A .social-wrapper .social-wrap .soc-item:first-child {
  margin-top: 0;
}
.cid-vhqAb6yz3A .social-wrapper .social-wrap .soc-item .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vhqAb6yz3A .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vhqAb6yz3A .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-vhqAb6yz3A .desc-wrapper .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vhqAb6yz3A .mbr-copy {
  margin-bottom: 0;
  color: #dddddd;
  text-align: center;
}
.cid-vhqAb6yz3A .mbr-text {
  color: #ffffff;
}
.cid-vhqAb6yz3A .list {
  color: #ffffff;
}
.cid-vhqAb6yz3A .mbr-soc {
  color: #ffffff;
}
.cid-vhqAb6yz3A .mbr-desc {
  color: #ffffff;
}
.cid-vhwweQFDfK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-vhwweQFDfK nav.navbar {
  position: fixed;
}
.cid-vhwweQFDfK .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
.cid-vhwweQFDfK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhwweQFDfK .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vhwweQFDfK .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  color: #050a3c !important;
  font-weight: 300;
}
.cid-vhwweQFDfK .dropdown-item:hover,
.cid-vhwweQFDfK .dropdown-item:focus {
  background: #ffffff !important;
  color: #050a3c !important;
}
.cid-vhwweQFDfK .dropdown-item:hover span {
  color: white;
}
.cid-vhwweQFDfK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vhwweQFDfK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vhwweQFDfK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vhwweQFDfK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vhwweQFDfK .nav-link {
  position: relative;
}
.cid-vhwweQFDfK .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vhwweQFDfK .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .cid-vhwweQFDfK .container {
    max-width: 1100px;
  }
}
.cid-vhwweQFDfK .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vhwweQFDfK .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vhwweQFDfK .dropdown-menu,
.cid-vhwweQFDfK .navbar.opened {
  background: #050a3c !important;
}
.cid-vhwweQFDfK .nav-item:focus,
.cid-vhwweQFDfK .nav-link:focus {
  outline: none;
}
.cid-vhwweQFDfK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhwweQFDfK .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vhwweQFDfK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhwweQFDfK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhwweQFDfK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhwweQFDfK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px 14px 14px 14px!important;
  transition: none;
  margin: 0 0 5px 0 !important;
}
.cid-vhwweQFDfK .navbar {
  min-height: 86px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #050a3c;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vhwweQFDfK .navbar.opened {
  transition: all 0.3s;
}
.cid-vhwweQFDfK .navbar .dropdown-item {
  padding: 8px 2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vhwweQFDfK .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vhwweQFDfK .navbar .navbar-logo img {
  width: auto;
}
.cid-vhwweQFDfK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vhwweQFDfK .navbar.collapsed {
  justify-content: center;
}
.cid-vhwweQFDfK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhwweQFDfK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vhwweQFDfK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.3rem);
  }
}
.cid-vhwweQFDfK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vhwweQFDfK .navbar.collapsed .dropdown-menu .dropdown-item {
  width: 100% !important;
  justify-content: center;
  align-items: center;
  padding: 14px !important;
}
.cid-vhwweQFDfK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: 12px;
}
.cid-vhwweQFDfK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
  position: static;
}
.cid-vhwweQFDfK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhwweQFDfK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhwweQFDfK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vhwweQFDfK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhwweQFDfK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhwweQFDfK .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vhwweQFDfK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhwweQFDfK .navbar .dropdown-menu .dropdown-item:after {
    right: 12px;
  }
  .cid-vhwweQFDfK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
    position: static;
    margin-bottom: -0.2rem;
  }
  .cid-vhwweQFDfK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhwweQFDfK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vhwweQFDfK .navbar .dropdown-menu .dropdown-item {
    padding: 14px 14px 14px 14px!important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    width: 100% !important;
  }
  .cid-vhwweQFDfK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vhwweQFDfK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhwweQFDfK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhwweQFDfK .navbar.navbar-short {
  min-height: 86px;
}
.cid-vhwweQFDfK .navbar.navbar-short .navbar-brand {
  min-height: 86px;
}
.cid-vhwweQFDfK .navbar-brand {
  min-height: 86px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vhwweQFDfK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vhwweQFDfK .navbar-brand .navbar-caption:hover,
.cid-vhwweQFDfK .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vhwweQFDfK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhwweQFDfK .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vhwweQFDfK .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vhwweQFDfK .dropdown-item.active,
.cid-vhwweQFDfK .dropdown-item:active {
  background-color: transparent;
}
.cid-vhwweQFDfK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhwweQFDfK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhwweQFDfK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhwweQFDfK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #050a3c;
  top: 2.6rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vhwweQFDfK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    text-align: center;
  }
}
.cid-vhwweQFDfK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vhwweQFDfK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhwweQFDfK ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0 10px;
  border: 1px solid #050a3c;
}
@media (min-width: 991px) {
  .cid-vhwweQFDfK ul.navbar-nav {
    background-color: transparent;
  }
}
@media (max-width: 992px) {
  .cid-vhwweQFDfK ul.navbar-nav {
    padding: 10px;
  }
  .cid-vhwweQFDfK ul.navbar-nav .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
}
.cid-vhwweQFDfK .collapsed ul.navbar-nav {
  padding: 10px;
}
.cid-vhwweQFDfK .collapsed ul.navbar-nav .nav-item:last-child .nav-link {
  margin-bottom: 0;
}
.cid-vhwweQFDfK .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vhwweQFDfK .navbar-buttons {
    text-align: left;
    margin-left: 22px;
  }
}
.cid-vhwweQFDfK .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vhwweQFDfK .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vhwweQFDfK button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 86px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vhwweQFDfK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vhwweQFDfK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vhwweQFDfK button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vhwweQFDfK button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vhwweQFDfK button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vhwweQFDfK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhwweQFDfK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhwweQFDfK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhwweQFDfK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhwweQFDfK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vhwweQFDfK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhwweQFDfK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhwweQFDfK .navbar {
    height: 70px;
  }
  .cid-vhwweQFDfK .navbar.opened {
    height: auto;
  }
  .cid-vhwweQFDfK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhwweQFDfK .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vhwweQFDfK .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 6px 2px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vhwweQFDfK .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vhwweQFDfK .nav-item .nav-link:hover {
  background-color: #e8e8e8;
  color: #ffffff;
}
.cid-vhwweQFDfK .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vhwweQFDfK .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vhwweQFDfK .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vhwweQFDfK .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vhwweQFDfK .navbar {
    justify-content: flex-start !important;
  }
  .cid-vhwweQFDfK .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vhwweQFDfK .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vhwweQFDfK .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vhwweQFDfK .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vhwweQFDfK .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vhwweQFDfK .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vhwweQFDfK .content-wrap {
  min-height: 86px;
}
.cid-vhwweQFDfK .dropdown {
  width: fit-content;
}
@media (max-width: 991px) {
  .cid-vhwweQFDfK .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vhwweRADY0 {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1080.png");
  overflow: hidden;
}
.cid-vhwweRADY0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhwweRADY0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhwweRADY0 .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-vhwweRADY0 .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vhwweRADY0 .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-vhwweRADY0 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhwweRADY0 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhwweRADY0 .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-vhwweRADY0 .mbr-section-title {
  color: #ffffff;
}
.cid-vhwweRADY0 .mbr-text,
.cid-vhwweRADY0 .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-vhwweRADY0 .mbr-section-btn,
.cid-vhwweRADY0 .mbr-section-title {
  text-align: center;
}
.cid-vhwweRADY0 .mbr-section-title,
.cid-vhwweRADY0 .mbr-section-btn {
  text-align: left;
}
.cid-vhwweUGgP1 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #050a3c;
  overflow: hidden;
}
.cid-vhwweUGgP1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhwweUGgP1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhwweUGgP1 .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-vhwweUGgP1 .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vhwweUGgP1 .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-vhwweUGgP1 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhwweUGgP1 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhwweUGgP1 .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-vhwweUGgP1 .mbr-section-title {
  color: #ffffff;
}
.cid-vhwweUGgP1 .mbr-text,
.cid-vhwweUGgP1 .text-wrapper {
  color: #dddddd;
  text-align: left;
}
.cid-vhwweUGgP1 .mbr-section-btn,
.cid-vhwweUGgP1 .mbr-section-title {
  text-align: center;
}
.cid-vhwweUGgP1 .mbr-section-title,
.cid-vhwweUGgP1 .mbr-section-btn {
  text-align: left;
  color: #8dbef7;
}
.cid-vhwGbZgVw9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vhwGbZgVw9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhwGbZgVw9 .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-vhwGbZgVw9 .container {
    padding: 0 22px;
  }
}
.cid-vhwGbZgVw9 .row {
  justify-content: center;
  margin: 0;
}
.cid-vhwGbZgVw9 .title-wrapper {
  padding: 0 80px;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-vhwGbZgVw9 .title-wrapper {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-vhwGbZgVw9 .title-wrapper {
    padding: 0 22px;
    margin-bottom: 20px;
  }
}
.cid-vhwGbZgVw9 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhwGbZgVw9 .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-vhwGbZgVw9 .item {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vhwGbZgVw9 .item {
    margin-bottom: 10px;
  }
}
.cid-vhwGbZgVw9 .item:hover .item-wrapper .item-img img,
.cid-vhwGbZgVw9 .item:focus .item-wrapper .item-img img {
  transform: scale(1.3);
}
.cid-vhwGbZgVw9 .item:hover .item-wrapper .item-img::before,
.cid-vhwGbZgVw9 .item:focus .item-wrapper .item-img::before {
  opacity: 0;
}
.cid-vhwGbZgVw9 .item:hover .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont,
.cid-vhwGbZgVw9 .item:focus .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-vhwGbZgVw9 .item .item-wrapper {
  height: 100%;
  border-radius: 0 !important;
}
.cid-vhwGbZgVw9 .item .item-wrapper .item-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 500px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vhwGbZgVw9 .item .item-wrapper .item-img {
    height: 350px;
  }
}
.cid-vhwGbZgVw9 .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-vhwGbZgVw9 .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 20%;
  background-image: linear-gradient(transparent 15px, #000000 80px);
  z-index: 2;
  transition: all 0.5s ease-in-out;
  pointer-events: none;
}
.cid-vhwGbZgVw9 .item .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  padding: 20px;
}
.cid-vhwGbZgVw9 .item .item-wrapper .item-img .item-content .title-wrap {
  display: inline-flex;
}
.cid-vhwGbZgVw9 .item .item-wrapper .item-img .item-content .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-vhwGbZgVw9 .item .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  margin-left: 20px;
  display: inline-flex;
  opacity: 0;
  transform: rotate(45deg);
}
.cid-vhwGbZgVw9 .item a {
  display: block;
}
.cid-vhwGbZgVw9 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vhwGbZgVw9 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-vhwGbZgVw9 .card-title {
  color: #ffffff;
}
.cid-vhwGbZgVw9 .card-title,
.cid-vhwGbZgVw9 .item-content {
  color: #ffffff;
}
.cid-vhwwf1yTXr {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpg");
  overflow: hidden;
}
.cid-vhwwf1yTXr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhwwf1yTXr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhwwf1yTXr .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-vhwwf1yTXr .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vhwwf1yTXr .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-vhwwf1yTXr .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhwwf1yTXr .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhwwf1yTXr .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-vhwwf1yTXr .mbr-section-title {
  color: #ffffff;
}
.cid-vhwwf1yTXr .mbr-text,
.cid-vhwwf1yTXr .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-vhwwf1yTXr .mbr-section-btn,
.cid-vhwwf1yTXr .mbr-section-title {
  text-align: center;
}
.cid-vhwwf1yTXr .mbr-section-title,
.cid-vhwwf1yTXr .mbr-section-btn {
  text-align: left;
  color: #8dbef7;
}
.cid-vhwwf2fiUk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #050a3c;
}
.cid-vhwwf2fiUk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhwwf2fiUk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhwwf2fiUk .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px 30px;
  margin-bottom: 80px;
}
@media (max-width: 1640px) {
  .cid-vhwwf2fiUk .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vhwwf2fiUk .items-wrapper {
    margin-bottom: 50px;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .cid-vhwwf2fiUk .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vhwwf2fiUk .mbr-section-title {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-vhwwf2fiUk .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vhwwf2fiUk .nav-wrapper {
  padding-left: 50px;
}
@media (max-width: 1640px) {
  .cid-vhwwf2fiUk .nav-wrapper {
    padding-left: 0;
  }
}
.cid-vhwwf2fiUk .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vhwwf2fiUk .nav-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all .3s ease;
}
.cid-vhwwf2fiUk .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhwwf2fiUk .nav-wrapper .list .item-wrap:hover,
.cid-vhwwf2fiUk .nav-wrapper .list .item-wrap:focus {
  color: #8dbef7;
}
.cid-vhwwf2fiUk .social-wrapper .social-wrap .soc-item {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.cid-vhwwf2fiUk .social-wrapper .social-wrap .soc-item:first-child {
  margin-top: 0;
}
.cid-vhwwf2fiUk .social-wrapper .social-wrap .soc-item .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vhwwf2fiUk .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vhwwf2fiUk .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-vhwwf2fiUk .desc-wrapper .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vhwwf2fiUk .mbr-copy {
  margin-bottom: 0;
  color: #dddddd;
  text-align: center;
}
.cid-vhwwf2fiUk .mbr-text {
  color: #ffffff;
}
.cid-vhwwf2fiUk .list {
  color: #ffffff;
}
.cid-vhwwf2fiUk .mbr-soc {
  color: #ffffff;
}
.cid-vhwwf2fiUk .mbr-desc {
  color: #ffffff;
}
.cid-vhwQPv6vDU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-vhwQPv6vDU nav.navbar {
  position: fixed;
}
.cid-vhwQPv6vDU .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
.cid-vhwQPv6vDU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhwQPv6vDU .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vhwQPv6vDU .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  color: #050a3c !important;
  font-weight: 300;
}
.cid-vhwQPv6vDU .dropdown-item:hover,
.cid-vhwQPv6vDU .dropdown-item:focus {
  background: #ffffff !important;
  color: #050a3c !important;
}
.cid-vhwQPv6vDU .dropdown-item:hover span {
  color: white;
}
.cid-vhwQPv6vDU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vhwQPv6vDU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vhwQPv6vDU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vhwQPv6vDU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vhwQPv6vDU .nav-link {
  position: relative;
}
.cid-vhwQPv6vDU .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vhwQPv6vDU .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .cid-vhwQPv6vDU .container {
    max-width: 1100px;
  }
}
.cid-vhwQPv6vDU .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vhwQPv6vDU .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vhwQPv6vDU .dropdown-menu,
.cid-vhwQPv6vDU .navbar.opened {
  background: #050a3c !important;
}
.cid-vhwQPv6vDU .nav-item:focus,
.cid-vhwQPv6vDU .nav-link:focus {
  outline: none;
}
.cid-vhwQPv6vDU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhwQPv6vDU .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vhwQPv6vDU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhwQPv6vDU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhwQPv6vDU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhwQPv6vDU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px 14px 14px 14px!important;
  transition: none;
  margin: 0 0 5px 0 !important;
}
.cid-vhwQPv6vDU .navbar {
  min-height: 86px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #050a3c;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vhwQPv6vDU .navbar.opened {
  transition: all 0.3s;
}
.cid-vhwQPv6vDU .navbar .dropdown-item {
  padding: 8px 2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vhwQPv6vDU .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vhwQPv6vDU .navbar .navbar-logo img {
  width: auto;
}
.cid-vhwQPv6vDU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vhwQPv6vDU .navbar.collapsed {
  justify-content: center;
}
.cid-vhwQPv6vDU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhwQPv6vDU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vhwQPv6vDU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.3rem);
  }
}
.cid-vhwQPv6vDU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vhwQPv6vDU .navbar.collapsed .dropdown-menu .dropdown-item {
  width: 100% !important;
  justify-content: center;
  align-items: center;
  padding: 14px !important;
}
.cid-vhwQPv6vDU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: 12px;
}
.cid-vhwQPv6vDU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
  position: static;
}
.cid-vhwQPv6vDU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhwQPv6vDU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhwQPv6vDU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vhwQPv6vDU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhwQPv6vDU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhwQPv6vDU .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vhwQPv6vDU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhwQPv6vDU .navbar .dropdown-menu .dropdown-item:after {
    right: 12px;
  }
  .cid-vhwQPv6vDU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
    position: static;
    margin-bottom: -0.2rem;
  }
  .cid-vhwQPv6vDU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhwQPv6vDU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vhwQPv6vDU .navbar .dropdown-menu .dropdown-item {
    padding: 14px 14px 14px 14px!important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    width: 100% !important;
  }
  .cid-vhwQPv6vDU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vhwQPv6vDU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhwQPv6vDU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhwQPv6vDU .navbar.navbar-short {
  min-height: 86px;
}
.cid-vhwQPv6vDU .navbar.navbar-short .navbar-brand {
  min-height: 86px;
}
.cid-vhwQPv6vDU .navbar-brand {
  min-height: 86px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vhwQPv6vDU .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vhwQPv6vDU .navbar-brand .navbar-caption:hover,
.cid-vhwQPv6vDU .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vhwQPv6vDU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhwQPv6vDU .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vhwQPv6vDU .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vhwQPv6vDU .dropdown-item.active,
.cid-vhwQPv6vDU .dropdown-item:active {
  background-color: transparent;
}
.cid-vhwQPv6vDU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhwQPv6vDU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhwQPv6vDU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhwQPv6vDU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #050a3c;
  top: 2.6rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vhwQPv6vDU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    text-align: center;
  }
}
.cid-vhwQPv6vDU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vhwQPv6vDU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhwQPv6vDU ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0 10px;
  border: 1px solid #050a3c;
}
@media (min-width: 991px) {
  .cid-vhwQPv6vDU ul.navbar-nav {
    background-color: transparent;
  }
}
@media (max-width: 992px) {
  .cid-vhwQPv6vDU ul.navbar-nav {
    padding: 10px;
  }
  .cid-vhwQPv6vDU ul.navbar-nav .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
}
.cid-vhwQPv6vDU .collapsed ul.navbar-nav {
  padding: 10px;
}
.cid-vhwQPv6vDU .collapsed ul.navbar-nav .nav-item:last-child .nav-link {
  margin-bottom: 0;
}
.cid-vhwQPv6vDU .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vhwQPv6vDU .navbar-buttons {
    text-align: left;
    margin-left: 22px;
  }
}
.cid-vhwQPv6vDU .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vhwQPv6vDU .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vhwQPv6vDU button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 86px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vhwQPv6vDU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vhwQPv6vDU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vhwQPv6vDU button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vhwQPv6vDU button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vhwQPv6vDU button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vhwQPv6vDU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhwQPv6vDU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhwQPv6vDU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhwQPv6vDU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhwQPv6vDU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vhwQPv6vDU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhwQPv6vDU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhwQPv6vDU .navbar {
    height: 70px;
  }
  .cid-vhwQPv6vDU .navbar.opened {
    height: auto;
  }
  .cid-vhwQPv6vDU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhwQPv6vDU .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vhwQPv6vDU .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 6px 2px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vhwQPv6vDU .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vhwQPv6vDU .nav-item .nav-link:hover {
  background-color: #e8e8e8;
  color: #ffffff;
}
.cid-vhwQPv6vDU .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vhwQPv6vDU .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vhwQPv6vDU .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vhwQPv6vDU .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vhwQPv6vDU .navbar {
    justify-content: flex-start !important;
  }
  .cid-vhwQPv6vDU .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vhwQPv6vDU .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vhwQPv6vDU .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vhwQPv6vDU .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vhwQPv6vDU .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vhwQPv6vDU .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vhwQPv6vDU .content-wrap {
  min-height: 86px;
}
.cid-vhwQPv6vDU .dropdown {
  width: fit-content;
}
@media (max-width: 991px) {
  .cid-vhwQPv6vDU .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vhwQPwN1lE {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1080.png");
  overflow: hidden;
}
.cid-vhwQPwN1lE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhwQPwN1lE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhwQPwN1lE .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-vhwQPwN1lE .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vhwQPwN1lE .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-vhwQPwN1lE .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhwQPwN1lE .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhwQPwN1lE .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-vhwQPwN1lE .mbr-section-title {
  color: #ffffff;
}
.cid-vhwQPwN1lE .mbr-text,
.cid-vhwQPwN1lE .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-vhwQPwN1lE .mbr-section-btn,
.cid-vhwQPwN1lE .mbr-section-title {
  text-align: center;
}
.cid-vhwQPwN1lE .mbr-section-title,
.cid-vhwQPwN1lE .mbr-section-btn {
  text-align: left;
}
.cid-vhwQPxsDJ9 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #050a3c;
  overflow: hidden;
}
.cid-vhwQPxsDJ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhwQPxsDJ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhwQPxsDJ9 .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-vhwQPxsDJ9 .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vhwQPxsDJ9 .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-vhwQPxsDJ9 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhwQPxsDJ9 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhwQPxsDJ9 .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-vhwQPxsDJ9 .mbr-section-title {
  color: #ffffff;
}
.cid-vhwQPxsDJ9 .mbr-text,
.cid-vhwQPxsDJ9 .text-wrapper {
  color: #dddddd;
  text-align: left;
}
.cid-vhwQPxsDJ9 .mbr-section-btn,
.cid-vhwQPxsDJ9 .mbr-section-title {
  text-align: center;
}
.cid-vhwQPxsDJ9 .mbr-section-title,
.cid-vhwQPxsDJ9 .mbr-section-btn {
  text-align: left;
  color: #8dbef7;
}
.cid-vhwQPz01So {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vhwQPz01So .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhwQPz01So .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-vhwQPz01So .container {
    padding: 0 22px;
  }
}
.cid-vhwQPz01So .row {
  justify-content: center;
  margin: 0;
}
.cid-vhwQPz01So .title-wrapper {
  padding: 0 80px;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-vhwQPz01So .title-wrapper {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-vhwQPz01So .title-wrapper {
    padding: 0 22px;
    margin-bottom: 20px;
  }
}
.cid-vhwQPz01So .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhwQPz01So .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-vhwQPz01So .item {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vhwQPz01So .item {
    margin-bottom: 10px;
  }
}
.cid-vhwQPz01So .item:hover .item-wrapper .item-img img,
.cid-vhwQPz01So .item:focus .item-wrapper .item-img img {
  transform: scale(1.3);
}
.cid-vhwQPz01So .item:hover .item-wrapper .item-img::before,
.cid-vhwQPz01So .item:focus .item-wrapper .item-img::before {
  opacity: 0;
}
.cid-vhwQPz01So .item:hover .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont,
.cid-vhwQPz01So .item:focus .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-vhwQPz01So .item .item-wrapper {
  height: 100%;
  border-radius: 0 !important;
}
.cid-vhwQPz01So .item .item-wrapper .item-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 500px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vhwQPz01So .item .item-wrapper .item-img {
    height: 350px;
  }
}
.cid-vhwQPz01So .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-vhwQPz01So .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 20%;
  background-image: linear-gradient(transparent 15px, #000000 80px);
  z-index: 2;
  transition: all 0.5s ease-in-out;
  pointer-events: none;
}
.cid-vhwQPz01So .item .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  padding: 20px;
}
.cid-vhwQPz01So .item .item-wrapper .item-img .item-content .title-wrap {
  display: inline-flex;
}
.cid-vhwQPz01So .item .item-wrapper .item-img .item-content .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-vhwQPz01So .item .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  margin-left: 20px;
  display: inline-flex;
  opacity: 0;
  transform: rotate(45deg);
}
.cid-vhwQPz01So .item a {
  display: block;
}
.cid-vhwQPz01So .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vhwQPz01So .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-vhwQPz01So .card-title {
  color: #ffffff;
}
.cid-vhwQPz01So .card-title,
.cid-vhwQPz01So .item-content {
  color: #ffffff;
}
.cid-vhwQPz01So .mbr-section-title,
.cid-vhwQPz01So .mbr-section-btn {
  color: #235d9c;
}
.cid-vhwXbDE4ni {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vhwXbDE4ni .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhwXbDE4ni .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhwXbDE4ni .card {
  justify-content: center;
}
.cid-vhwXbDE4ni .title-wrapper {
  margin-bottom: 50px;
}
.cid-vhwXbDE4ni .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vhwXbDE4ni .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vhwXbDE4ni .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vhwXbDE4ni .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vhwXbDE4ni .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vhwXbDE4ni .title-wrapper .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-vhwXbDE4ni .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vhwXbDE4ni .title-wrapper .text-wrap .mbr-text {
  margin-top: 25px;
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vhwXbDE4ni .title-wrapper .text-wrap .mbr-text {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-vhwXbDE4ni .title-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vhwXbDE4ni .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 430px;
  max-width: 430px;
}
@media (max-width: 768px) {
  .cid-vhwXbDE4ni .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 425px) {
  .cid-vhwXbDE4ni .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vhwXbDE4ni .embla__slide .slide-content {
  width: 100%;
}
.cid-vhwXbDE4ni .embla__slide .slide-content:hover .item-wrapper .item-img img,
.cid-vhwXbDE4ni .embla__slide .slide-content:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-vhwXbDE4ni .embla__slide .slide-content:hover .item-wrapper .link-wrapper .mbr-iconfont,
.cid-vhwXbDE4ni .embla__slide .slide-content:focus .item-wrapper .link-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-vhwXbDE4ni .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  min-height: 615px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vhwXbDE4ni .embla__slide .slide-content .item-wrapper {
    min-height: 450px;
  }
}
.cid-vhwXbDE4ni .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-vhwXbDE4ni .embla__slide .slide-content .item-wrapper .link-wrapper {
  position: absolute;
  z-index: 1;
  top: 15px;
  right: 20px;
}
.cid-vhwXbDE4ni .embla__slide .slide-content .item-wrapper .link-wrapper .mbr-iconfont {
  border-radius: 100%;
  background-color: #8dbef7;
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transition: all .3s ease;
  z-index: 1;
  opacity: 0;
}
.cid-vhwXbDE4ni .embla__slide .slide-content .item-wrapper .link-wrapper .mbr-iconfont:hover,
.cid-vhwXbDE4ni .embla__slide .slide-content .item-wrapper .link-wrapper .mbr-iconfont:focus {
  background-color: #f8f8f8;
  color: #f8f8f8;
}
.cid-vhwXbDE4ni .embla__slide .slide-content .item-wrapper .link-wrapper a {
  width: 64px;
  height: 64px;
}
.cid-vhwXbDE4ni .embla__slide .slide-content .item-wrapper .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent 44%, #000000 81%);
  pointer-events: none;
}
.cid-vhwXbDE4ni .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
  padding: 40px 30px;
}
@media (max-width: 992px) {
  .cid-vhwXbDE4ni .embla__slide .slide-content .item-wrapper .card-box {
    padding: 20px;
  }
}
.cid-vhwXbDE4ni .embla__slide .slide-content .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  margin-bottom: 20px;
}
.cid-vhwXbDE4ni .embla__slide .slide-content .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-vhwXbDE4ni .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-top: 10px;
  margin-bottom: 0;
}
.cid-vhwXbDE4ni .embla__slide .slide-content .item-wrapper .card-box .item-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vhwXbDE4ni .embla__button--next,
.cid-vhwXbDE4ni .embla__button--prev {
  display: flex;
}
.cid-vhwXbDE4ni .embla__button {
  bottom: 50%;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100% !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-vhwXbDE4ni .embla__button {
    display: none;
  }
}
@media (max-width: 992px) {
  .cid-vhwXbDE4ni .embla__button {
    bottom: 0;
  }
}
.cid-vhwXbDE4ni .embla__button:hover {
  background-color: #fda41e !important;
  color: #000000 !important;
}
.cid-vhwXbDE4ni .embla__button:disabled {
  opacity: .5 !important;
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-vhwXbDE4ni .embla__button.embla__button--prev {
  left: 20px;
}
@media (max-width: 992px) {
  .cid-vhwXbDE4ni .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-vhwXbDE4ni .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-vhwXbDE4ni .embla__button.embla__button--next {
  right: 20px;
}
@media (max-width: 992px) {
  .cid-vhwXbDE4ni .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-vhwXbDE4ni .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-vhwXbDE4ni .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vhwXbDE4ni .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vhwXbDE4ni .embla__viewport {
    padding: 0;
  }
}
.cid-vhwXbDE4ni .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vhwXbDE4ni .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vhwXbDE4ni .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vhwXbDE4ni .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vhwXbDE4ni .mbr-label,
.cid-vhwXbDE4ni .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vhwXbDE4ni .mbr-section-title,
.cid-vhwXbDE4ni .title-wrap {
  color: #000000;
  text-align: center;
}
.cid-vhwXbDE4ni .mbr-text,
.cid-vhwXbDE4ni .text-wrap {
  color: #000000;
  text-align: center;
}
.cid-vhwXbDE4ni .item-title {
  color: #ffffff;
}
.cid-vhwXbDE4ni .item-text {
  color: #ffffff;
}
.cid-vhwQPA1Jhq {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpg");
  overflow: hidden;
}
.cid-vhwQPA1Jhq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhwQPA1Jhq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhwQPA1Jhq .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-vhwQPA1Jhq .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vhwQPA1Jhq .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-vhwQPA1Jhq .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhwQPA1Jhq .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhwQPA1Jhq .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-vhwQPA1Jhq .mbr-section-title {
  color: #ffffff;
}
.cid-vhwQPA1Jhq .mbr-text,
.cid-vhwQPA1Jhq .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-vhwQPA1Jhq .mbr-section-btn,
.cid-vhwQPA1Jhq .mbr-section-title {
  text-align: center;
}
.cid-vhwQPA1Jhq .mbr-section-title,
.cid-vhwQPA1Jhq .mbr-section-btn {
  text-align: left;
  color: #8dbef7;
}
.cid-vhwQPAEQeL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #050a3c;
}
.cid-vhwQPAEQeL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhwQPAEQeL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhwQPAEQeL .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px 30px;
  margin-bottom: 80px;
}
@media (max-width: 1640px) {
  .cid-vhwQPAEQeL .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vhwQPAEQeL .items-wrapper {
    margin-bottom: 50px;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .cid-vhwQPAEQeL .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vhwQPAEQeL .mbr-section-title {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-vhwQPAEQeL .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vhwQPAEQeL .nav-wrapper {
  padding-left: 50px;
}
@media (max-width: 1640px) {
  .cid-vhwQPAEQeL .nav-wrapper {
    padding-left: 0;
  }
}
.cid-vhwQPAEQeL .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vhwQPAEQeL .nav-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all .3s ease;
}
.cid-vhwQPAEQeL .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhwQPAEQeL .nav-wrapper .list .item-wrap:hover,
.cid-vhwQPAEQeL .nav-wrapper .list .item-wrap:focus {
  color: #8dbef7;
}
.cid-vhwQPAEQeL .social-wrapper .social-wrap .soc-item {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.cid-vhwQPAEQeL .social-wrapper .social-wrap .soc-item:first-child {
  margin-top: 0;
}
.cid-vhwQPAEQeL .social-wrapper .social-wrap .soc-item .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vhwQPAEQeL .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vhwQPAEQeL .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-vhwQPAEQeL .desc-wrapper .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vhwQPAEQeL .mbr-copy {
  margin-bottom: 0;
  color: #dddddd;
  text-align: center;
}
.cid-vhwQPAEQeL .mbr-text {
  color: #ffffff;
}
.cid-vhwQPAEQeL .list {
  color: #ffffff;
}
.cid-vhwQPAEQeL .mbr-soc {
  color: #ffffff;
}
.cid-vhwQPAEQeL .mbr-desc {
  color: #ffffff;
}
