.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Onest;
}
.display-1 {
  font-family: 'Play', sans-serif;
  font-size: 6.1rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.625rem;
}
.display-2 {
  font-family: 'Play', sans-serif;
  font-size: 3.2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Play', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Play', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Play', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.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: 4.88rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.27rem;
    font-size: calc( 2.7849999999999997rem + (6.1 - 2.7849999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.7849999999999997rem + (6.1 - 2.7849999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((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: 4.27rem;
    font-size: calc( 2.7849999999999997rem + (6.1 - 2.7849999999999997) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.7849999999999997rem + (6.1 - 2.7849999999999997) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((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-secondary {
  color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #709bc2 !important;
  border-color: #709bc2 !important;
  color: #ffffff;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #94b4d1 !important;
  border-color: #94b4d1 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #94b4d1 !important;
  border-color: #94b4d1 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  transform: scale(1.1);
  background: #709bc2 !important;
  border-color: #709bc2 !important;
  color: #ffffff !important;
}
.btn-secondary:hover span,
.btn-secondary:focus span,
.btn-secondary.focus span,
.btn-secondary.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-secondary div {
  overflow: hidden;
}
.btn-secondary span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
.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: #ffffff !important;
}
.bg-success {
  background-color: #09204c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #0c2c68 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080;
  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: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  transform: scale(1.1);
  background: #709bc2 !important;
  border-color: #709bc2 !important;
  color: #ffffff !important;
}
.btn-primary:hover span,
.btn-primary:focus span,
.btn-primary.focus span,
.btn-primary.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-primary div {
  overflow: hidden;
}
.btn-primary span {
  display: block;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  transform: scale(1.1);
  background: #709bc2 !important;
  border-color: #709bc2 !important;
  color: #ffffff !important;
}
.btn-info:hover span,
.btn-info:focus span,
.btn-info.focus span,
.btn-info.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-info div {
  overflow: hidden;
}
.btn-info span {
  display: block;
}
.btn-success,
.btn-success:active {
  background-color: #09204c !important;
  border-color: #09204c !important;
  color: #ffffff;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #0e337a !important;
  border-color: #0e337a !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0e337a !important;
  border-color: #0e337a !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  transform: scale(1.1);
  background: #709bc2 !important;
  border-color: #709bc2 !important;
  color: #ffffff !important;
}
.btn-success:hover span,
.btn-success:focus span,
.btn-success.focus span,
.btn-success.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-success div {
  overflow: hidden;
}
.btn-success span {
  display: block;
}
.btn-warning,
.btn-warning:active {
  background-color: #0c2c68 !important;
  border-color: #0c2c68 !important;
  color: #ffffff;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #113f96 !important;
  border-color: #113f96 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #113f96 !important;
  border-color: #113f96 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  transform: scale(1.1);
  background: #709bc2 !important;
  border-color: #709bc2 !important;
  color: #ffffff !important;
}
.btn-warning:hover span,
.btn-warning:focus span,
.btn-warning.focus span,
.btn-warning.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-warning div {
  overflow: hidden;
}
.btn-warning span {
  display: block;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  transform: scale(1.1);
  background: #709bc2 !important;
  border-color: #709bc2 !important;
  color: #ffffff !important;
}
.btn-danger:hover span,
.btn-danger:focus span,
.btn-danger.focus span,
.btn-danger.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-danger div {
  overflow: hidden;
}
.btn-danger span {
  display: block;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  transform: scale(1.1);
  background: #709bc2 !important;
  border-color: #709bc2 !important;
  color: #ffffff !important;
}
.btn-white:hover span,
.btn-white:focus span,
.btn-white.focus span,
.btn-white.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-white div {
  overflow: hidden;
}
.btn-white span {
  display: block;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  transform: scale(1.1);
  background: #709bc2 !important;
  border-color: #709bc2 !important;
  color: #ffffff !important;
}
.btn-black:hover span,
.btn-black:focus span,
.btn-black.focus span,
.btn-black.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-black div {
  overflow: hidden;
}
.btn-black span {
  display: block;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #709bc2;
  color: #709bc2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #42709a !important;
  background-color: transparent !important;
  border-color: #42709a !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #709bc2 !important;
  border-color: #709bc2 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #09204c;
  color: #09204c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #09204c !important;
  border-color: #09204c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #0c2c68;
  color: #0c2c68;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #030b1a !important;
  background-color: transparent !important;
  border-color: #030b1a !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #0c2c68 !important;
  border-color: #0c2c68 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #709bc2 !important;
}
.text-success {
  color: #09204c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #0c2c68 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3d688f !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #01050d !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #0c2c68;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.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: #5085ea;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #195cda;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Play', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Play', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #709bc2 !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='%23ffffff' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-tZs6brFZOY {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tZs6brFZOY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tZs6brFZOY .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tZs6brFZOY .btn {
  font-weight: 400;
}
.cid-tZs6brFZOY .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tZs6brFZOY .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tZs6brFZOY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZs6brFZOY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZs6brFZOY .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tZs6brFZOY .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-tZs6brFZOY .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-tZs6brFZOY .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tZs6brFZOY .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tZs6brFZOY .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tZs6brFZOY .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-tZs6brFZOY .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tZs6brFZOY .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tZs6brFZOY .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tZs6brFZOY .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tZs6brFZOY .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tZs6brFZOY .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tZs6brFZOY .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tZs6brFZOY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-tZs6brFZOY .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-tZs6brFZOY .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tZs6brFZOY .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tZs6brFZOY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tZs6brFZOY .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #09204c;
  background: rgba(9, 32, 76, 0.4) !important;
  border-radius: 4px !important;
}
@media (min-width: 992px) {
  .cid-tZs6brFZOY .dropdown-menu .dropdown.open::before {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    background: transparent;
    right: -20px;
  }
}
.cid-tZs6brFZOY .nav-item:focus,
.cid-tZs6brFZOY .nav-link:focus {
  outline: none;
}
.cid-tZs6brFZOY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZs6brFZOY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZs6brFZOY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZs6brFZOY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZs6brFZOY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZs6brFZOY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZs6brFZOY .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tZs6brFZOY .navbar.opened {
  transition: all 0.25s;
}
.cid-tZs6brFZOY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZs6brFZOY .navbar .navbar-logo img {
  width: auto;
}
.cid-tZs6brFZOY .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tZs6brFZOY .navbar.collapsed {
  justify-content: center;
}
.cid-tZs6brFZOY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZs6brFZOY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZs6brFZOY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tZs6brFZOY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZs6brFZOY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZs6brFZOY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tZs6brFZOY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZs6brFZOY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tZs6brFZOY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tZs6brFZOY .navbar {
    min-height: 72px;
  }
  .cid-tZs6brFZOY .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tZs6brFZOY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZs6brFZOY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZs6brFZOY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZs6brFZOY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZs6brFZOY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tZs6brFZOY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZs6brFZOY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tZs6brFZOY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tZs6brFZOY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tZs6brFZOY .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tZs6brFZOY .dropdown-item.active,
.cid-tZs6brFZOY .dropdown-item:active {
  background-color: transparent;
}
.cid-tZs6brFZOY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZs6brFZOY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZs6brFZOY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZs6brFZOY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #09204c;
}
.cid-tZs6brFZOY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tZs6brFZOY .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tZs6brFZOY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZs6brFZOY .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tZs6brFZOY .navbar-buttons {
    text-align: left;
  }
}
.cid-tZs6brFZOY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZs6brFZOY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tZs6brFZOY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZs6brFZOY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZs6brFZOY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZs6brFZOY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZs6brFZOY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZs6brFZOY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZs6brFZOY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZs6brFZOY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZs6brFZOY .navbar-dropdown {
  padding: 0;
  background: rgba(9, 32, 76, 0.4) !important;
  position: fixed;
}
.cid-tZs6brFZOY .opacityScroll {
  background: #09204c !important;
}
.cid-tZs6brFZOY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZs6brFZOY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tZs6brFZOY .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZs6brFZOY .navbar {
    height: 70px;
  }
  .cid-tZs6brFZOY .navbar.opened {
    height: auto;
  }
  .cid-tZs6brFZOY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZs6brFZOY .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tZs6brFZOY .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tZs6brFZOY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tZs6brFZOY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-tZs6brFZOY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tZs6brFZOY .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tZs6brFZOY .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tZs6brFZOY .navbar-brand {
    margin-right: auto;
  }
  .cid-tZs6brFZOY .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #09204c;
    opacity: 1;
    border-color: rgba(9, 32, 76, 0.4) !important;
    background: rgba(9, 32, 76, 0.4) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-tZs6brFZOY .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tZs6brFZOY .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tZs6brFZOY .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tZs6brFZOY .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tZs6brFZOY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tZs6brFZOY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-tZs6brFZOY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tZs6brFZOY .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tZs6brFZOY .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tZs6brFZOY .navbar .dropdown > .dropdown-submenu.show {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tZs6brFZOY .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-tZs6brFZOY .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-tZs6brFZOY .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tZs6dNO9lW {
  display: flex;
  background-image: url("../../../assets/images/mbr-1920x1076.png");
}
.cid-tZs6dNO9lW .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
.cid-tZs6dNO9lW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZs6dNO9lW .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-tZs6dNO9lW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZs6dNO9lW .btn:hover {
  transform: scale(1.1);
  background: #709bc2 !important;
  border-color: #709bc2 !important;
  color: #ffffff !important;
}
.cid-tZs6dNO9lW .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-tZs6dNO9lW .btn div {
  overflow: hidden;
}
.cid-tZs6dNO9lW .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-tZs6dNO9lW {
    align-items: flex-end;
  }
  .cid-tZs6dNO9lW .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tZs6dNO9lW .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tZs6dNO9lW {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tZs6dNO9lW .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tZs6dNO9lW .content-wrap {
    width: 100%;
  }
}
.cid-tZs6dNO9lW .mbr-section-subtitle,
.cid-tZs6dNO9lW .line {
  color: #ffffff;
}
.cid-tZs6dNO9lW .mbr-text,
.cid-tZs6dNO9lW .mbr-section-btn {
  text-align: left;
}
.cid-vihNJhd6Ne {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #ffffff 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-vihNJhd6Ne {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #ffffff 0%, #ffffff 110%);
  }
}
.cid-vihNJhd6Ne .mbr-fallback-image.disabled {
  display: none;
}
.cid-vihNJhd6Ne .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vihNJhd6Ne .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vihNJhd6Ne .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vihNJhd6Ne .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vihNJhd6Ne .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vihNJhd6Ne .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vihNJhd6Ne .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vihNJhd6Ne .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vihNJhd6Ne .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vihNJhd6Ne .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vihNJhd6Ne .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-vihNJhd6Ne .image-wrapper {
    padding-left: 0;
  }
}
.cid-vihNJhd6Ne .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vihNJhd6Ne .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-vihNJhd6Ne .image-wrapper img {
    height: 350px;
  }
}
.cid-vihNJhd6Ne .mbr-label {
  color: #a6adbf;
}
.cid-vihNJhd6Ne .mbr-section-title {
  color: #232323;
}
.cid-vihNJhd6Ne .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vihNJhd6Ne .mbr-text,
.cid-vihNJhd6Ne .text-wrapper {
  color: #666666;
}
.cid-tZsbo9I2Jk {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tZsbo9I2Jk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZsbo9I2Jk .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tZsbo9I2Jk .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tZsbo9I2Jk .line {
  width: 100%;
  height: 1px;
  background: #ffffff;
  opacity: 0.5;
  margin: 1rem 0;
  margin-bottom: 2rem;
}
.cid-tZsbo9I2Jk .card-title {
  position: relative;
  padding-bottom: 1rem;
}
.cid-tZsbo9I2Jk .card-title:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: -35px;
  top: 3px;
  background: currentColor;
  border-radius: 50%;
}
.cid-tZsbo9I2Jk .card-box {
  padding: 0 2rem;
}
.cid-tZsbo9I2Jk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZsbo9I2Jk .card-title,
.cid-tZsbo9I2Jk .iconfont-wrapper,
.cid-tZsbo9I2Jk .card-text {
  color: #000000;
  text-align: center;
}
.cid-tZsbo9I2Jk .mbr-section-title {
  color: #291f1e;
  text-align: left;
}
.cid-tZsbo9I2Jk .mbr-section-btn {
  text-align: center;
}
.cid-tZsbo9I2Jk .card-text,
.cid-tZsbo9I2Jk .mbr-section-btn {
  color: #291f1e;
  text-align: left;
}
.cid-tZsbo9I2Jk .card-title,
.cid-tZsbo9I2Jk .iconfont-wrapper {
  text-align: left;
  color: #291f1e;
}
.cid-tZsbo9I2Jk .mbr-section-subtitle {
  color: #291f1e;
  text-align: left;
}
.cid-tZscLjx1Mv {
  display: flex;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tZscLjx1Mv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZscLjx1Mv .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-tZscLjx1Mv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZscLjx1Mv h1 {
  max-width: 800px;
}
.cid-tZscLjx1Mv p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-tZscLjx1Mv .btn:hover {
  transform: scale(1.1);
  background: #709bc2 !important;
  border-color: #709bc2 !important;
  color: #ffffff !important;
}
.cid-tZscLjx1Mv .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-tZscLjx1Mv .btn div {
  overflow: hidden;
}
.cid-tZscLjx1Mv .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-tZscLjx1Mv {
    align-items: center;
  }
  .cid-tZscLjx1Mv .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tZscLjx1Mv .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tZscLjx1Mv {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tZscLjx1Mv .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tZscLjx1Mv .content-wrap {
    width: 100%;
  }
}
.cid-tZscLjx1Mv .mbr-section-subtitle,
.cid-tZscLjx1Mv .line {
  color: #291f1e;
}
.cid-tZscLjx1Mv .mbr-text,
.cid-tZscLjx1Mv .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-tZscLjx1Mv .mbr-section-title {
  color: #291f1e;
}
.cid-vgAJaMx7tG {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgAJaMx7tG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgAJaMx7tG .row {
  padding: 0 110px;
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vgAJaMx7tG .row {
    padding: 0 12px;
  }
}
.cid-vgAJaMx7tG .row::after {
  content: '';
  display: block;
  position: absolute;
  width: 75%;
  height: 45%;
  right: 0;
  top: -5rem;
  background: #ffffff;
  border-radius: 0 0 50% 0;
}
@media (max-width: 992px) {
  .cid-vgAJaMx7tG .row::after {
    display: none;
  }
}
.cid-vgAJaMx7tG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgAJaMx7tG .item {
  padding: 10px;
  min-height: 500px;
  z-index: 1;
}
.cid-vgAJaMx7tG .item .item-wrapper {
  position: relative;
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgAJaMx7tG .item .item-wrapper:hover::before {
  opacity: .4;
}
.cid-vgAJaMx7tG .item .item-wrapper::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #09204c;
  opacity: .7;
  transition: all .3s ease;
  z-index: 1;
}
.cid-vgAJaMx7tG .item .item-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
}
.cid-vgAJaMx7tG .item .item-wrapper .text-wrapper {
  z-index: 1;
}
.cid-vgAJaMx7tG .item .item-wrapper .text-wrapper .mbr-card-title {
  margin-bottom: 8px;
}
.cid-vgAJaMx7tG .item .item-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgAJaMx7tG .item .item-wrapper .mbr-section-btn {
  z-index: 1;
}
.cid-vgAJaMx7tG .item .item-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #09204c;
  box-shadow: none;
  margin-bottom: 0;
}
.cid-vgAJaMx7tG .item .item-wrapper .mbr-section-btn .btn:hover {
  background: #09204c !important;
  box-shadow: none !important;
}
.cid-vgAJaMx7tG .mbr-card-title {
  color: #ffffff;
}
.cid-vgAJaMx7tG .mbr-text {
  color: #ffffff;
}
.cid-vgANBVLFh5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c2c68;
}
.cid-vgANBVLFh5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgANBVLFh5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgANBVLFh5 .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vgANBVLFh5 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vgANBVLFh5 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vgANBVLFh5 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgANBVLFh5 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vgANBVLFh5 .items-wrapper {
  align-items: center;
}
.cid-vgANBVLFh5 .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vgANBVLFh5 .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-vgANBVLFh5 .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  min-height: 470px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-vgANBVLFh5 .items-wrapper .item .item-wrapper {
    min-height: 520px;
    padding: 24px;
  }
}
.cid-vgANBVLFh5 .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 100%);
  opacity: 0.9;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-vgANBVLFh5 .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgANBVLFh5 .items-wrapper .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-vgANBVLFh5 .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-vgANBVLFh5 .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vgANBVLFh5 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-vgANBVLFh5 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-vgANBVLFh5 .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-vgANBVLFh5 .mbr-section-title {
  color: #f7f7f7;
  text-align: left;
}
.cid-vgANBVLFh5 .mbr-section-subtitle {
  color: #58bff5;
  text-align: left;
}
.cid-vgANBVLFh5 .mbr-text,
.cid-vgANBVLFh5 .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-vgANBVLFh5 .card-title {
  color: #ffffff;
}
.cid-vgANBVLFh5 .card-text {
  color: #ffffff;
}
.cid-vgB5EIY52Z {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vgB5EIY52Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgB5EIY52Z .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-vgB5EIY52Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgB5EIY52Z h1 {
  max-width: 800px;
}
.cid-vgB5EIY52Z p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-vgB5EIY52Z .btn:hover {
  transform: scale(1.1);
  background: #709bc2 !important;
  border-color: #709bc2 !important;
  color: #ffffff !important;
}
.cid-vgB5EIY52Z .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-vgB5EIY52Z .btn div {
  overflow: hidden;
}
.cid-vgB5EIY52Z .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-vgB5EIY52Z {
    align-items: center;
  }
  .cid-vgB5EIY52Z .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vgB5EIY52Z .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vgB5EIY52Z {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vgB5EIY52Z .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vgB5EIY52Z .content-wrap {
    width: 100%;
  }
}
.cid-vgB5EIY52Z .mbr-section-subtitle,
.cid-vgB5EIY52Z .line {
  color: #291f1e;
}
.cid-vgB5EIY52Z .mbr-text,
.cid-vgB5EIY52Z .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-vgB5EIY52Z .mbr-section-title {
  color: #0c2c68;
}
.cid-vgB8f8QVbd {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgB8f8QVbd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgB8f8QVbd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgB8f8QVbd .content-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vgB8f8QVbd .content-wrap {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vgB8f8QVbd .content-wrap .label-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vgB8f8QVbd .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  gap: 7px;
  align-items: center;
}
.cid-vgB8f8QVbd .content-wrap .label-wrapper .label-wrap .marker-wrap {
  display: inline-flex;
  width: 11px;
  height: 11px;
  min-width: 11px;
  border-radius: 100%;
  background-color: #ababab;
}
.cid-vgB8f8QVbd .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vgB8f8QVbd .content-wrap .title-wrapper {
  margin-bottom: 0;
}
.cid-vgB8f8QVbd .content-wrap .title-wrapper .title-wrap .mbr-section-title {
  display: block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgB8f8QVbd .content-wrap .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgB8f8QVbd .content-wrap .title-wrapper .subtitle-wrap .mbr-section-subtitle {
  display: block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgB8f8QVbd .content-wrap .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-vgB8f8QVbd .items-wrapper {
  margin: 0 -6px;
}
.cid-vgB8f8QVbd .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgB8f8QVbd .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vgB8f8QVbd .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgB8f8QVbd .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  gap: 16px;
  background-color: #f7f7f7;
  padding: 32px 12px 32px 20px;
}
@media (max-width: 1440px) {
  .cid-vgB8f8QVbd .items-wrapper .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vgB8f8QVbd .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vgB8f8QVbd .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 20px;
}
.cid-vgB8f8QVbd .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 48px;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-vgB8f8QVbd .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-vgB8f8QVbd .items-wrapper .item .item-wrapper .card-box .item-label {
  margin-bottom: 9px;
}
.cid-vgB8f8QVbd .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-vgB8f8QVbd .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-vgB8f8QVbd .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vgB8f8QVbd .mbr-label {
  color: #707070;
}
.cid-vgB8f8QVbd .mbr-section-title {
  color: #000000;
}
.cid-vgB8f8QVbd .mbr-section-subtitle {
  color: #707070;
}
.cid-vgB8f8QVbd .item-label {
  color: #707070;
}
.cid-vgB8f8QVbd .item-title {
  color: #000000;
}
.cid-vgB8f8QVbd .item-text {
  color: #707070;
}
.cid-vgB8f8QVbd .mbr-section-subtitle,
.cid-vgB8f8QVbd .subtitle-wrap {
  color: #0c2c68;
}
.cid-vgBupvRQjJ {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vgBupvRQjJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgBupvRQjJ .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-vgBupvRQjJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgBupvRQjJ h1 {
  max-width: 800px;
}
.cid-vgBupvRQjJ p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-vgBupvRQjJ .btn:hover {
  transform: scale(1.1);
  background: #709bc2 !important;
  border-color: #709bc2 !important;
  color: #ffffff !important;
}
.cid-vgBupvRQjJ .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-vgBupvRQjJ .btn div {
  overflow: hidden;
}
.cid-vgBupvRQjJ .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-vgBupvRQjJ {
    align-items: center;
  }
  .cid-vgBupvRQjJ .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vgBupvRQjJ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vgBupvRQjJ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vgBupvRQjJ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vgBupvRQjJ .content-wrap {
    width: 100%;
  }
}
.cid-vgBupvRQjJ .mbr-section-subtitle,
.cid-vgBupvRQjJ .line {
  color: #291f1e;
}
.cid-vgBupvRQjJ .mbr-text,
.cid-vgBupvRQjJ .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-vgBupvRQjJ .mbr-section-title {
  color: #0c2c68;
  text-align: left;
}
.cid-vgBuZooYQz {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vgBuZooYQz .title__block {
  margin-bottom: 89px;
}
.cid-vgBuZooYQz .timelines-container .separline:last-child:before {
  content: none;
}
.cid-vgBuZooYQz .mbr-timeline-title {
  margin-bottom: 10px;
  font-weight: 500;
  color: #0c2c68;
}
.cid-vgBuZooYQz .timeline-text-content {
  padding: 27px 27px 28px 37px;
  border: 1px solid #ddebe9;
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
}
.cid-vgBuZooYQz .timeline-text-content p {
  margin-bottom: 0;
}
.cid-vgBuZooYQz .timeline-text-content:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #ddebe9;
  display: block;
  border-bottom: none;
  border-left: none;
  position: absolute;
  right: -8px;
  top: 18px;
  background-color: #ffffff;
  transform: rotate(45deg);
}
.cid-vgBuZooYQz .timeline-element {
  margin-top: 20px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
}
.cid-vgBuZooYQz .timeline-element:nth-child(odd) .timeline-text-content {
  margin-right: 35px;
}
.cid-vgBuZooYQz .timeline-element:nth-child(even) .timeline-text-content {
  margin-left: 35px;
}
.cid-vgBuZooYQz .timeline-element:nth-child(even) .timeline-text-content:before {
  right: auto;
  left: -8px;
  top: 18px;
  transform: rotate(225deg);
}
.cid-vgBuZooYQz .iconBackground {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 21px;
  width: 10px;
  height: 10px;
  transform: translateX(-50%);
  background-color: #0c2c68;
}
.cid-vgBuZooYQz .iconBackground:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: inherit;
  opacity: .35;
  top: -10px;
  left: -10px;
  border-radius: 50%;
}
.cid-vgBuZooYQz .separline:before {
  top: 60px;
  bottom: 0;
  position: absolute;
  content: "";
  width: .5px;
  background-color: #0c2c68;
  left: calc(50% - 1px);
  height: calc(100% - 3rem);
  opacity: .35;
}
@media (max-width: 991px) {
  .cid-vgBuZooYQz .title__block {
    margin-bottom: 40px;
  }
  .cid-vgBuZooYQz .timeline-element {
    margin: 0 0 28px 10px;
  }
  .cid-vgBuZooYQz .timeline-element:nth-child(odd) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-vgBuZooYQz .timeline-element:nth-child(odd) .timeline-text-content:before {
    right: auto;
    left: -8px;
    transform: rotate(225deg);
  }
  .cid-vgBuZooYQz .timeline-element:nth-child(even) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-vgBuZooYQz .timeline-text-content {
    padding: 18px 19px;
    margin-left: 0 !important;
  }
  .cid-vgBuZooYQz .iconBackground {
    left: 0 !important;
  }
  .cid-vgBuZooYQz .separline:before {
    left: 0 !important;
  }
}
.cid-vgBuZooYQz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgBuZooYQz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgBuZooYQz .mbr-section-title {
  text-align: left;
}
.cid-vgBxiLBmbm {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vgBxiLBmbm .title__block {
  margin-bottom: 89px;
}
.cid-vgBxiLBmbm .timelines-container .separline:last-child:before {
  content: none;
}
.cid-vgBxiLBmbm .mbr-timeline-title {
  margin-bottom: 10px;
  font-weight: 500;
  color: #0c2c68;
}
.cid-vgBxiLBmbm .timeline-text-content {
  padding: 27px 27px 28px 37px;
  border: 1px solid #ddebe9;
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
}
.cid-vgBxiLBmbm .timeline-text-content p {
  margin-bottom: 0;
}
.cid-vgBxiLBmbm .timeline-text-content:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #ddebe9;
  display: block;
  border-bottom: none;
  border-left: none;
  position: absolute;
  right: -8px;
  top: 18px;
  background-color: #ffffff;
  transform: rotate(45deg);
}
.cid-vgBxiLBmbm .timeline-element {
  margin-top: 20px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
}
.cid-vgBxiLBmbm .timeline-element:nth-child(odd) .timeline-text-content {
  margin-right: 35px;
}
.cid-vgBxiLBmbm .timeline-element:nth-child(even) .timeline-text-content {
  margin-left: 35px;
}
.cid-vgBxiLBmbm .timeline-element:nth-child(even) .timeline-text-content:before {
  right: auto;
  left: -8px;
  top: 18px;
  transform: rotate(225deg);
}
.cid-vgBxiLBmbm .iconBackground {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 21px;
  width: 10px;
  height: 10px;
  transform: translateX(-50%);
  background-color: #0c2c68;
}
.cid-vgBxiLBmbm .iconBackground:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: inherit;
  opacity: .35;
  top: -10px;
  left: -10px;
  border-radius: 50%;
}
.cid-vgBxiLBmbm .separline:before {
  top: 60px;
  bottom: 0;
  position: absolute;
  content: "";
  width: .5px;
  background-color: #0c2c68;
  left: calc(50% - 1px);
  height: calc(100% - 3rem);
  opacity: .35;
}
@media (max-width: 991px) {
  .cid-vgBxiLBmbm .title__block {
    margin-bottom: 40px;
  }
  .cid-vgBxiLBmbm .timeline-element {
    margin: 0 0 28px 10px;
  }
  .cid-vgBxiLBmbm .timeline-element:nth-child(odd) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-vgBxiLBmbm .timeline-element:nth-child(odd) .timeline-text-content:before {
    right: auto;
    left: -8px;
    transform: rotate(225deg);
  }
  .cid-vgBxiLBmbm .timeline-element:nth-child(even) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-vgBxiLBmbm .timeline-text-content {
    padding: 18px 19px;
    margin-left: 0 !important;
  }
  .cid-vgBxiLBmbm .iconBackground {
    left: 0 !important;
  }
  .cid-vgBxiLBmbm .separline:before {
    left: 0 !important;
  }
}
.cid-vgBxiLBmbm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgBxiLBmbm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgBxiLBmbm .mbr-section-title {
  text-align: left;
}
.cid-vgBye6slmC {
  display: flex;
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vgBye6slmC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgBye6slmC .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-vgBye6slmC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgBye6slmC h1 {
  max-width: 800px;
}
.cid-vgBye6slmC p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-vgBye6slmC .btn:hover {
  transform: scale(1.1);
  background: #709bc2 !important;
  border-color: #709bc2 !important;
  color: #ffffff !important;
}
.cid-vgBye6slmC .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-vgBye6slmC .btn div {
  overflow: hidden;
}
.cid-vgBye6slmC .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-vgBye6slmC {
    align-items: center;
  }
  .cid-vgBye6slmC .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vgBye6slmC .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vgBye6slmC {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vgBye6slmC .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vgBye6slmC .content-wrap {
    width: 100%;
  }
}
.cid-vgBye6slmC .mbr-section-subtitle,
.cid-vgBye6slmC .line {
  color: #291f1e;
}
.cid-vgBye6slmC .mbr-text,
.cid-vgBye6slmC .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-vgBye6slmC .mbr-section-title {
  color: #0c2c68;
  text-align: left;
}
.cid-vgBB0ac1q7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vgBB0ac1q7 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.cid-vgBB0ac1q7 .panel-group {
  border: none;
}
.cid-vgBB0ac1q7 .mbr-section-head {
  border-bottom: 1px solid lightgray;
}
.cid-vgBB0ac1q7 .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-vgBB0ac1q7 .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-vgBB0ac1q7 .card-header {
  padding: 0;
  padding-bottom: 1rem;
}
.cid-vgBB0ac1q7 .img-col {
  padding: 0;
}
.cid-vgBB0ac1q7 span {
  margin-right: 1rem;
}
.cid-vgBB0ac1q7 .img-item {
  height: 100%;
}
.cid-vgBB0ac1q7 img {
  height: 100%;
  object-fit: cover;
}
.cid-vgBB0ac1q7 .collapsed span {
  transform: rotate(0deg);
}
.cid-vgBB0ac1q7 .panel-title {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
}
.cid-vgBB0ac1q7 p {
  margin-bottom: 0.3rem;
}
.cid-vgBB0ac1q7 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-vgBB0ac1q7 .card {
  padding: 0;
}
.cid-vgBB0ac1q7 .panel-text {
  color: #000000;
  padding-left: 1.8rem;
}
@media (max-width: 767px) {
  .cid-vgBB0ac1q7 .panel-text {
    padding-left: 0;
  }
}
.cid-vgBB0ac1q7 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-vgBB0ac1q7 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-vgBB0ac1q7 .panel-title-edit,
.cid-vgBB0ac1q7 .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-vgARWi146d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #09204c;
}
.cid-vgARWi146d .container {
  display: flex;
  justify-content: center;
}
.cid-vgARWi146d .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-vgARWi146d .col-brand {
  margin-bottom: 40px;
}
.cid-vgARWi146d .col-link {
  margin-bottom: 30px;
}
.cid-vgARWi146d .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-vgARWi146d .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vgARWi146d .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vgARWi146d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgARWi146d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgARWi146d .mbr-section-subtitle {
  color: #010d4c;
  margin-bottom: 20px;
}
.cid-vgARWi146d .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vgARWi146d .mbr-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-vgARWi146d .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-vgARWi146d .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgARWi146d .soc-item:hover {
  background-color: #738bae;
}
.cid-vgARWi146d .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-vgARWi146d .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-vgARWi146d .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-vgARWi146d .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-vgARWi146d .brand-text {
  margin-bottom: 35px;
  color: #00284E;
  opacity: 0.8;
}
.cid-vgARWi146d .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-vgARWi146d .mbr-text .text-black {
  color: #00284E !important;
}
.cid-vgARWi146d .mbr-text a {
  opacity: 0.8;
}
.cid-vgARWi146d .mbr-text a:hover {
  opacity: 1;
  color: #ffffff !important;
}
.cid-vgARWi146d .col-copyright {
  margin-top: 44px;
}
.cid-vgARWi146d .copyright {
  color: #f7f7f7;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-vgARWi146d .copyright {
    text-align: center !important;
  }
}
.cid-vgARWi146d .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgARWi146d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgAOPrNhLB {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vgAOPrNhLB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vgAOPrNhLB .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vgAOPrNhLB .btn {
  font-weight: 400;
}
.cid-vgAOPrNhLB .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vgAOPrNhLB .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vgAOPrNhLB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgAOPrNhLB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgAOPrNhLB .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-vgAOPrNhLB .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vgAOPrNhLB .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vgAOPrNhLB .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vgAOPrNhLB .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vgAOPrNhLB .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vgAOPrNhLB .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vgAOPrNhLB .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vgAOPrNhLB .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vgAOPrNhLB .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vgAOPrNhLB .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vgAOPrNhLB .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vgAOPrNhLB .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vgAOPrNhLB .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vgAOPrNhLB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vgAOPrNhLB .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vgAOPrNhLB .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vgAOPrNhLB .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vgAOPrNhLB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgAOPrNhLB .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #09204c;
  background: rgba(9, 32, 76, 0.4) !important;
  border-radius: 4px !important;
}
@media (min-width: 992px) {
  .cid-vgAOPrNhLB .dropdown-menu .dropdown.open::before {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    background: transparent;
    right: -20px;
  }
}
.cid-vgAOPrNhLB .nav-item:focus,
.cid-vgAOPrNhLB .nav-link:focus {
  outline: none;
}
.cid-vgAOPrNhLB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgAOPrNhLB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgAOPrNhLB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgAOPrNhLB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgAOPrNhLB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgAOPrNhLB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgAOPrNhLB .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vgAOPrNhLB .navbar.opened {
  transition: all 0.25s;
}
.cid-vgAOPrNhLB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vgAOPrNhLB .navbar .navbar-logo img {
  width: auto;
}
.cid-vgAOPrNhLB .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vgAOPrNhLB .navbar.collapsed {
  justify-content: center;
}
.cid-vgAOPrNhLB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgAOPrNhLB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgAOPrNhLB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vgAOPrNhLB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgAOPrNhLB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgAOPrNhLB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vgAOPrNhLB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgAOPrNhLB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgAOPrNhLB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vgAOPrNhLB .navbar {
    min-height: 72px;
  }
  .cid-vgAOPrNhLB .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vgAOPrNhLB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgAOPrNhLB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgAOPrNhLB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgAOPrNhLB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgAOPrNhLB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vgAOPrNhLB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgAOPrNhLB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vgAOPrNhLB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgAOPrNhLB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgAOPrNhLB .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vgAOPrNhLB .dropdown-item.active,
.cid-vgAOPrNhLB .dropdown-item:active {
  background-color: transparent;
}
.cid-vgAOPrNhLB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgAOPrNhLB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgAOPrNhLB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgAOPrNhLB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #09204c;
}
.cid-vgAOPrNhLB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vgAOPrNhLB .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vgAOPrNhLB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vgAOPrNhLB .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vgAOPrNhLB .navbar-buttons {
    text-align: left;
  }
}
.cid-vgAOPrNhLB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vgAOPrNhLB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vgAOPrNhLB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgAOPrNhLB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgAOPrNhLB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgAOPrNhLB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgAOPrNhLB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgAOPrNhLB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgAOPrNhLB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgAOPrNhLB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgAOPrNhLB .navbar-dropdown {
  padding: 0;
  background: rgba(9, 32, 76, 0.4) !important;
  position: fixed;
}
.cid-vgAOPrNhLB .opacityScroll {
  background: #09204c !important;
}
.cid-vgAOPrNhLB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgAOPrNhLB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vgAOPrNhLB .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgAOPrNhLB .navbar {
    height: 70px;
  }
  .cid-vgAOPrNhLB .navbar.opened {
    height: auto;
  }
  .cid-vgAOPrNhLB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgAOPrNhLB .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vgAOPrNhLB .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vgAOPrNhLB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vgAOPrNhLB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vgAOPrNhLB .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vgAOPrNhLB .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vgAOPrNhLB .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vgAOPrNhLB .navbar-brand {
    margin-right: auto;
  }
  .cid-vgAOPrNhLB .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #09204c;
    opacity: 1;
    border-color: rgba(9, 32, 76, 0.4) !important;
    background: rgba(9, 32, 76, 0.4) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vgAOPrNhLB .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vgAOPrNhLB .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vgAOPrNhLB .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vgAOPrNhLB .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vgAOPrNhLB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vgAOPrNhLB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vgAOPrNhLB .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vgAOPrNhLB .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vgAOPrNhLB .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vgAOPrNhLB .navbar .dropdown > .dropdown-submenu.show {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vgAOPrNhLB .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vgAOPrNhLB .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vgAOPrNhLB .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vgAOPsGAmB {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #09204c;
}
.cid-vgAOPsGAmB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgAOPsGAmB .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-vgAOPsGAmB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgAOPsGAmB .btn:hover {
  transform: scale(1.1);
  background: #709bc2 !important;
  border-color: #709bc2 !important;
  color: #ffffff !important;
}
.cid-vgAOPsGAmB .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-vgAOPsGAmB .btn div {
  overflow: hidden;
}
.cid-vgAOPsGAmB .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-vgAOPsGAmB {
    align-items: flex-end;
  }
  .cid-vgAOPsGAmB .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vgAOPsGAmB .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vgAOPsGAmB {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vgAOPsGAmB .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vgAOPsGAmB .content-wrap {
    width: 100%;
  }
}
.cid-vgAOPsGAmB .mbr-section-subtitle,
.cid-vgAOPsGAmB .line {
  color: #ffffff;
}
.cid-vgAOPsGAmB .mbr-text,
.cid-vgAOPsGAmB .mbr-section-btn {
  text-align: left;
}
.cid-vgAOPsGAmB .mbr-section-title {
  color: #3b668d;
}
.cid-vgARWi146d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #09204c;
}
.cid-vgARWi146d .container {
  display: flex;
  justify-content: center;
}
.cid-vgARWi146d .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-vgARWi146d .col-brand {
  margin-bottom: 40px;
}
.cid-vgARWi146d .col-link {
  margin-bottom: 30px;
}
.cid-vgARWi146d .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-vgARWi146d .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vgARWi146d .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vgARWi146d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgARWi146d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgARWi146d .mbr-section-subtitle {
  color: #010d4c;
  margin-bottom: 20px;
}
.cid-vgARWi146d .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vgARWi146d .mbr-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-vgARWi146d .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-vgARWi146d .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgARWi146d .soc-item:hover {
  background-color: #738bae;
}
.cid-vgARWi146d .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-vgARWi146d .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-vgARWi146d .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-vgARWi146d .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-vgARWi146d .brand-text {
  margin-bottom: 35px;
  color: #00284E;
  opacity: 0.8;
}
.cid-vgARWi146d .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-vgARWi146d .mbr-text .text-black {
  color: #00284E !important;
}
.cid-vgARWi146d .mbr-text a {
  opacity: 0.8;
}
.cid-vgARWi146d .mbr-text a:hover {
  opacity: 1;
  color: #ffffff !important;
}
.cid-vgARWi146d .col-copyright {
  margin-top: 44px;
}
.cid-vgARWi146d .copyright {
  color: #f7f7f7;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-vgARWi146d .copyright {
    text-align: center !important;
  }
}
.cid-vgARWi146d .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgARWi146d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vihuDoxL0V {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vihuDoxL0V .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vihuDoxL0V .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vihuDoxL0V .btn {
  font-weight: 400;
}
.cid-vihuDoxL0V .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vihuDoxL0V .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vihuDoxL0V .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vihuDoxL0V .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vihuDoxL0V .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-vihuDoxL0V .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vihuDoxL0V .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vihuDoxL0V .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vihuDoxL0V .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vihuDoxL0V .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vihuDoxL0V .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vihuDoxL0V .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vihuDoxL0V .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vihuDoxL0V .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vihuDoxL0V .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vihuDoxL0V .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vihuDoxL0V .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vihuDoxL0V .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vihuDoxL0V .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vihuDoxL0V .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vihuDoxL0V .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vihuDoxL0V .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vihuDoxL0V .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vihuDoxL0V .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #09204c;
  background: rgba(9, 32, 76, 0.4) !important;
  border-radius: 4px !important;
}
@media (min-width: 992px) {
  .cid-vihuDoxL0V .dropdown-menu .dropdown.open::before {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    background: transparent;
    right: -20px;
  }
}
.cid-vihuDoxL0V .nav-item:focus,
.cid-vihuDoxL0V .nav-link:focus {
  outline: none;
}
.cid-vihuDoxL0V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vihuDoxL0V .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vihuDoxL0V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vihuDoxL0V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vihuDoxL0V .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vihuDoxL0V .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vihuDoxL0V .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vihuDoxL0V .navbar.opened {
  transition: all 0.25s;
}
.cid-vihuDoxL0V .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vihuDoxL0V .navbar .navbar-logo img {
  width: auto;
}
.cid-vihuDoxL0V .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vihuDoxL0V .navbar.collapsed {
  justify-content: center;
}
.cid-vihuDoxL0V .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vihuDoxL0V .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vihuDoxL0V .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vihuDoxL0V .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vihuDoxL0V .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vihuDoxL0V .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vihuDoxL0V .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vihuDoxL0V .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vihuDoxL0V .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vihuDoxL0V .navbar {
    min-height: 72px;
  }
  .cid-vihuDoxL0V .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vihuDoxL0V .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vihuDoxL0V .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vihuDoxL0V .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vihuDoxL0V .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vihuDoxL0V .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vihuDoxL0V .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vihuDoxL0V .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vihuDoxL0V .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vihuDoxL0V .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vihuDoxL0V .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vihuDoxL0V .dropdown-item.active,
.cid-vihuDoxL0V .dropdown-item:active {
  background-color: transparent;
}
.cid-vihuDoxL0V .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vihuDoxL0V .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vihuDoxL0V .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vihuDoxL0V .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #09204c;
}
.cid-vihuDoxL0V .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vihuDoxL0V .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vihuDoxL0V ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vihuDoxL0V .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vihuDoxL0V .navbar-buttons {
    text-align: left;
  }
}
.cid-vihuDoxL0V button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vihuDoxL0V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vihuDoxL0V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vihuDoxL0V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vihuDoxL0V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vihuDoxL0V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vihuDoxL0V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vihuDoxL0V nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vihuDoxL0V nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vihuDoxL0V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vihuDoxL0V .navbar-dropdown {
  padding: 0;
  background: rgba(9, 32, 76, 0.4) !important;
  position: fixed;
}
.cid-vihuDoxL0V .opacityScroll {
  background: #09204c !important;
}
.cid-vihuDoxL0V a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vihuDoxL0V .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vihuDoxL0V .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vihuDoxL0V .navbar {
    height: 70px;
  }
  .cid-vihuDoxL0V .navbar.opened {
    height: auto;
  }
  .cid-vihuDoxL0V .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vihuDoxL0V .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vihuDoxL0V .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vihuDoxL0V .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vihuDoxL0V .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vihuDoxL0V .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vihuDoxL0V .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vihuDoxL0V .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vihuDoxL0V .navbar-brand {
    margin-right: auto;
  }
  .cid-vihuDoxL0V .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #09204c;
    opacity: 1;
    border-color: rgba(9, 32, 76, 0.4) !important;
    background: rgba(9, 32, 76, 0.4) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vihuDoxL0V .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vihuDoxL0V .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vihuDoxL0V .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vihuDoxL0V .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vihuDoxL0V .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vihuDoxL0V .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vihuDoxL0V .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vihuDoxL0V .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vihuDoxL0V .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vihuDoxL0V .navbar .dropdown > .dropdown-submenu.show {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vihuDoxL0V .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vihuDoxL0V .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vihuDoxL0V .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vihuDpqw6r {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vihuDpqw6r .mbr-fallback-image.disabled {
  display: none;
}
.cid-vihuDpqw6r .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-vihuDpqw6r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vihuDpqw6r .btn:hover {
  transform: scale(1.1);
  background: #709bc2 !important;
  border-color: #709bc2 !important;
  color: #ffffff !important;
}
.cid-vihuDpqw6r .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-vihuDpqw6r .btn div {
  overflow: hidden;
}
.cid-vihuDpqw6r .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-vihuDpqw6r {
    align-items: flex-end;
  }
  .cid-vihuDpqw6r .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vihuDpqw6r .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vihuDpqw6r {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vihuDpqw6r .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vihuDpqw6r .content-wrap {
    width: 100%;
  }
}
.cid-vihuDpqw6r .mbr-section-subtitle,
.cid-vihuDpqw6r .line {
  color: #ffffff;
}
.cid-vihuDpqw6r .mbr-text,
.cid-vihuDpqw6r .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-vihuDpqw6r .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-vihCe6CTQG {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #ffffff 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-vihCe6CTQG {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #ffffff 0%, #ffffff 110%);
  }
}
.cid-vihCe6CTQG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vihCe6CTQG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vihCe6CTQG .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vihCe6CTQG .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vihCe6CTQG .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vihCe6CTQG .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vihCe6CTQG .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vihCe6CTQG .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vihCe6CTQG .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vihCe6CTQG .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vihCe6CTQG .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vihCe6CTQG .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-vihCe6CTQG .image-wrapper {
    padding-left: 0;
  }
}
.cid-vihCe6CTQG .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vihCe6CTQG .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-vihCe6CTQG .image-wrapper img {
    height: 350px;
  }
}
.cid-vihCe6CTQG .mbr-label {
  color: #a6adbf;
}
.cid-vihCe6CTQG .mbr-section-title {
  color: #232323;
}
.cid-vihCe6CTQG .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vihCe6CTQG .mbr-text,
.cid-vihCe6CTQG .text-wrapper {
  color: #666666;
}
.cid-vihAuBlU28 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vihAuBlU28 .card {
  width: 100%;
}
.cid-vihAuBlU28 .card .add__block {
  display: none;
}
.cid-vihAuBlU28 .add__block {
  margin-top: 35px;
}
.cid-vihAuBlU28 .add__block .add__block_image {
  width: 170px;
}
.cid-vihAuBlU28 .add__block .add__block_image img {
  width: 100%;
  border-radius: 6px;
}
.cid-vihAuBlU28 .add__block .add__block_content {
  margin-left: 30px;
  max-width: 270px;
}
.cid-vihAuBlU28 .add__block .add__block_title {
  margin-bottom: 0;
}
.cid-vihAuBlU28 .add__block .add__block_text {
  margin-top: 15px;
  margin-bottom: 0;
  color: #919dab;
}
.cid-vihAuBlU28 .row {
  margin: 0;
}
.cid-vihAuBlU28 .mbr-section-title {
  margin-bottom: 0;
}
.cid-vihAuBlU28 .step-container {
  margin-top: 25px;
}
.cid-vihAuBlU28 .padding__bot {
  padding-bottom: 50px;
}
.cid-vihAuBlU28 .step-text-content {
  padding-top: 10px;
}
.cid-vihAuBlU28 .mbr-step-title {
  margin-bottom: 0;
  font-weight: 500;
  color: #0c2c68;
}
.cid-vihAuBlU28 .mbr-step-text {
  margin-bottom: 0;
  margin-top: 20px;
  color: #232323;
}
.cid-vihAuBlU28 .mbr-section-btn {
  margin-top: 20px;
}
.cid-vihAuBlU28 .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-vihAuBlU28 .step {
  display: flex;
  width: 40px;
  height: 40px;
  font-size: calc((20px) - 2px);
  margin-bottom: 0;
  border-radius: 50%;
  border: 2px solid #ebeaed;
  background-color: #ebeaed;
  font-weight: 500;
  color: #919DAB;
}
@media (min-width: 400px) {
  .cid-vihAuBlU28 .add__block {
    display: flex;
  }
  .cid-vihAuBlU28 .step-element {
    display: flex;
  }
  .cid-vihAuBlU28 .mbr-section-btn {
    margin-top: 20px;
    margin-left: calc((20 * 2px) + 70px);
  }
  .cid-vihAuBlU28 .mbr-section-btn .btn {
    margin-left: 0;
  }
  .cid-vihAuBlU28 .separline {
    position: relative;
  }
  .cid-vihAuBlU28 .separline:after {
    top: 40px;
    left: 18px;
    position: absolute;
    content: "";
    width: 2px;
    height: calc(100% - (20px) * 2);
    background-color: #ebeaed;
  }
  .cid-vihAuBlU28 .step-text-content {
    margin-left: 70px;
  }
}
@media (max-width: 400px) {
  .cid-vihAuBlU28 .add__block_title {
    margin-top: 30px;
  }
  .cid-vihAuBlU28 .add__block .add__block_content {
    margin-left: 0;
  }
}
.cid-vihAuBlU28 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vihAuBlU28 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vihBy5DpNT {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vihBy5DpNT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vihBy5DpNT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vihBy5DpNT .card-wrapper {
  padding: 60px 30px 60px 80px;
  background-color: #09204c;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vihBy5DpNT .card-wrapper {
    padding: 20px 20px 0 20px;
  }
}
.cid-vihBy5DpNT .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vihBy5DpNT .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vihBy5DpNT .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vihBy5DpNT .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vihBy5DpNT .card-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vihBy5DpNT .card-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vihBy5DpNT .card-wrapper .image-wrapper {
  position: relative;
  min-height: 220px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vihBy5DpNT .card-wrapper .image-wrapper {
    margin-top: 30px;
    margin-bottom: -20px;
    min-height: auto;
    height: 300px;
  }
}
.cid-vihBy5DpNT .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vihBy5DpNT .card-wrapper .image-wrapper img {
    height: 100%;
    bottom: 0;
  }
}
.cid-vihBy5DpNT .mbr-section-title {
  color: #ffffff;
}
.cid-vihBy5DpNT .mbr-text {
  color: #ffffff;
}
.cid-vihyt3V5MS {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #ffffff 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-vihyt3V5MS {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #ffffff 0%, #ffffff 110%);
  }
}
.cid-vihyt3V5MS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vihyt3V5MS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vihyt3V5MS .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vihyt3V5MS .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vihyt3V5MS .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vihyt3V5MS .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vihyt3V5MS .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vihyt3V5MS .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vihyt3V5MS .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vihyt3V5MS .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vihyt3V5MS .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vihyt3V5MS .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-vihyt3V5MS .image-wrapper {
    padding-left: 0;
  }
}
.cid-vihyt3V5MS .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vihyt3V5MS .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-vihyt3V5MS .image-wrapper img {
    height: 350px;
  }
}
.cid-vihyt3V5MS .mbr-label {
  color: #a6adbf;
}
.cid-vihyt3V5MS .mbr-section-title {
  color: #232323;
}
.cid-vihyt3V5MS .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vihyt3V5MS .mbr-text,
.cid-vihyt3V5MS .text-wrapper {
  color: #666666;
}
.cid-vihCeVEJA3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vihCeVEJA3 .card {
  width: 100%;
}
.cid-vihCeVEJA3 .card .add__block {
  display: none;
}
.cid-vihCeVEJA3 .add__block {
  margin-top: 35px;
}
.cid-vihCeVEJA3 .add__block .add__block_image {
  width: 170px;
}
.cid-vihCeVEJA3 .add__block .add__block_image img {
  width: 100%;
  border-radius: 6px;
}
.cid-vihCeVEJA3 .add__block .add__block_content {
  margin-left: 30px;
  max-width: 270px;
}
.cid-vihCeVEJA3 .add__block .add__block_title {
  margin-bottom: 0;
}
.cid-vihCeVEJA3 .add__block .add__block_text {
  margin-top: 15px;
  margin-bottom: 0;
  color: #919dab;
}
.cid-vihCeVEJA3 .row {
  margin: 0;
}
.cid-vihCeVEJA3 .mbr-section-title {
  margin-bottom: 0;
}
.cid-vihCeVEJA3 .step-container {
  margin-top: 25px;
}
.cid-vihCeVEJA3 .padding__bot {
  padding-bottom: 50px;
}
.cid-vihCeVEJA3 .step-text-content {
  padding-top: 10px;
}
.cid-vihCeVEJA3 .mbr-step-title {
  margin-bottom: 0;
  font-weight: 500;
  color: #0c2c68;
}
.cid-vihCeVEJA3 .mbr-step-text {
  margin-bottom: 0;
  margin-top: 20px;
  color: #232323;
}
.cid-vihCeVEJA3 .mbr-section-btn {
  margin-top: 20px;
}
.cid-vihCeVEJA3 .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-vihCeVEJA3 .step {
  display: flex;
  width: 40px;
  height: 40px;
  font-size: calc((20px) - 2px);
  margin-bottom: 0;
  border-radius: 50%;
  border: 2px solid #ebeaed;
  background-color: #ebeaed;
  font-weight: 500;
  color: #919DAB;
}
@media (min-width: 400px) {
  .cid-vihCeVEJA3 .add__block {
    display: flex;
  }
  .cid-vihCeVEJA3 .step-element {
    display: flex;
  }
  .cid-vihCeVEJA3 .mbr-section-btn {
    margin-top: 20px;
    margin-left: calc((20 * 2px) + 70px);
  }
  .cid-vihCeVEJA3 .mbr-section-btn .btn {
    margin-left: 0;
  }
  .cid-vihCeVEJA3 .separline {
    position: relative;
  }
  .cid-vihCeVEJA3 .separline:after {
    top: 40px;
    left: 18px;
    position: absolute;
    content: "";
    width: 2px;
    height: calc(100% - (20px) * 2);
    background-color: #ebeaed;
  }
  .cid-vihCeVEJA3 .step-text-content {
    margin-left: 70px;
  }
}
@media (max-width: 400px) {
  .cid-vihCeVEJA3 .add__block_title {
    margin-top: 30px;
  }
  .cid-vihCeVEJA3 .add__block .add__block_content {
    margin-left: 0;
  }
}
.cid-vihCeVEJA3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vihCeVEJA3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vihDi9mwJq {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vihDi9mwJq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vihDi9mwJq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vihDi9mwJq .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vihDi9mwJq .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vihDi9mwJq .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
  background-image: linear-gradient(-165deg, #232323, #000000 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vihDi9mwJq .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vihDi9mwJq .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vihDi9mwJq .mbr-section-title {
  color: #000000;
}
.cid-vihDi9mwJq .mbr-text,
.cid-vihDi9mwJq .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-vihDi9mwJq .mbr-section-title,
.cid-vihDi9mwJq .title-wrapper,
.cid-vihDi9mwJq .mbr-section-btn {
  text-align: center;
}
.cid-vihDBxq6kB {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #ffffff 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-vihDBxq6kB {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #ffffff 0%, #ffffff 110%);
  }
}
.cid-vihDBxq6kB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vihDBxq6kB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vihDBxq6kB .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vihDBxq6kB .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vihDBxq6kB .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vihDBxq6kB .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vihDBxq6kB .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vihDBxq6kB .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vihDBxq6kB .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vihDBxq6kB .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vihDBxq6kB .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vihDBxq6kB .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-vihDBxq6kB .image-wrapper {
    padding-left: 0;
  }
}
.cid-vihDBxq6kB .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vihDBxq6kB .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-vihDBxq6kB .image-wrapper img {
    height: 350px;
  }
}
.cid-vihDBxq6kB .mbr-label {
  color: #a6adbf;
}
.cid-vihDBxq6kB .mbr-section-title {
  color: #232323;
}
.cid-vihDBxq6kB .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vihDBxq6kB .mbr-text,
.cid-vihDBxq6kB .text-wrapper {
  color: #666666;
}
.cid-vihDAB8PlJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vihDAB8PlJ .card {
  width: 100%;
}
.cid-vihDAB8PlJ .card .add__block {
  display: none;
}
.cid-vihDAB8PlJ .add__block {
  margin-top: 35px;
}
.cid-vihDAB8PlJ .add__block .add__block_image {
  width: 170px;
}
.cid-vihDAB8PlJ .add__block .add__block_image img {
  width: 100%;
  border-radius: 6px;
}
.cid-vihDAB8PlJ .add__block .add__block_content {
  margin-left: 30px;
  max-width: 270px;
}
.cid-vihDAB8PlJ .add__block .add__block_title {
  margin-bottom: 0;
}
.cid-vihDAB8PlJ .add__block .add__block_text {
  margin-top: 15px;
  margin-bottom: 0;
  color: #919dab;
}
.cid-vihDAB8PlJ .row {
  margin: 0;
}
.cid-vihDAB8PlJ .mbr-section-title {
  margin-bottom: 0;
}
.cid-vihDAB8PlJ .step-container {
  margin-top: 25px;
}
.cid-vihDAB8PlJ .padding__bot {
  padding-bottom: 50px;
}
.cid-vihDAB8PlJ .step-text-content {
  padding-top: 10px;
}
.cid-vihDAB8PlJ .mbr-step-title {
  margin-bottom: 0;
  font-weight: 500;
  color: #0c2c68;
}
.cid-vihDAB8PlJ .mbr-step-text {
  margin-bottom: 0;
  margin-top: 20px;
  color: #232323;
}
.cid-vihDAB8PlJ .mbr-section-btn {
  margin-top: 20px;
}
.cid-vihDAB8PlJ .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-vihDAB8PlJ .step {
  display: flex;
  width: 40px;
  height: 40px;
  font-size: calc((20px) - 2px);
  margin-bottom: 0;
  border-radius: 50%;
  border: 2px solid #ebeaed;
  background-color: #ebeaed;
  font-weight: 500;
  color: #919DAB;
}
@media (min-width: 400px) {
  .cid-vihDAB8PlJ .add__block {
    display: flex;
  }
  .cid-vihDAB8PlJ .step-element {
    display: flex;
  }
  .cid-vihDAB8PlJ .mbr-section-btn {
    margin-top: 20px;
    margin-left: calc((20 * 2px) + 70px);
  }
  .cid-vihDAB8PlJ .mbr-section-btn .btn {
    margin-left: 0;
  }
  .cid-vihDAB8PlJ .separline {
    position: relative;
  }
  .cid-vihDAB8PlJ .separline:after {
    top: 40px;
    left: 18px;
    position: absolute;
    content: "";
    width: 2px;
    height: calc(100% - (20px) * 2);
    background-color: #ebeaed;
  }
  .cid-vihDAB8PlJ .step-text-content {
    margin-left: 70px;
  }
}
@media (max-width: 400px) {
  .cid-vihDAB8PlJ .add__block_title {
    margin-top: 30px;
  }
  .cid-vihDAB8PlJ .add__block .add__block_content {
    margin-left: 0;
  }
}
.cid-vihDAB8PlJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vihDAB8PlJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vihDzFf7dO {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vihDzFf7dO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vihDzFf7dO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vihDzFf7dO .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vihDzFf7dO .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vihDzFf7dO .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
  background-image: linear-gradient(-165deg, #232323, #000000 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vihDzFf7dO .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vihDzFf7dO .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vihDzFf7dO .mbr-section-title {
  color: #000000;
}
.cid-vihDzFf7dO .mbr-text,
.cid-vihDzFf7dO .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-vihDzFf7dO .mbr-section-title,
.cid-vihDzFf7dO .title-wrapper,
.cid-vihDzFf7dO .mbr-section-btn {
  text-align: center;
}
.cid-vihEBc7CLN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #ffffff 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-vihEBc7CLN {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #ffffff 0%, #ffffff 110%);
  }
}
.cid-vihEBc7CLN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vihEBc7CLN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vihEBc7CLN .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vihEBc7CLN .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vihEBc7CLN .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vihEBc7CLN .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vihEBc7CLN .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vihEBc7CLN .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vihEBc7CLN .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vihEBc7CLN .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vihEBc7CLN .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vihEBc7CLN .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-vihEBc7CLN .image-wrapper {
    padding-left: 0;
  }
}
.cid-vihEBc7CLN .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vihEBc7CLN .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-vihEBc7CLN .image-wrapper img {
    height: 350px;
  }
}
.cid-vihEBc7CLN .mbr-label {
  color: #a6adbf;
}
.cid-vihEBc7CLN .mbr-section-title {
  color: #232323;
}
.cid-vihEBc7CLN .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vihEBc7CLN .mbr-text,
.cid-vihEBc7CLN .text-wrapper {
  color: #666666;
}
.cid-vihEAbMdj2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vihEAbMdj2 .card {
  width: 100%;
}
.cid-vihEAbMdj2 .card .add__block {
  display: none;
}
.cid-vihEAbMdj2 .add__block {
  margin-top: 35px;
}
.cid-vihEAbMdj2 .add__block .add__block_image {
  width: 170px;
}
.cid-vihEAbMdj2 .add__block .add__block_image img {
  width: 100%;
  border-radius: 6px;
}
.cid-vihEAbMdj2 .add__block .add__block_content {
  margin-left: 30px;
  max-width: 270px;
}
.cid-vihEAbMdj2 .add__block .add__block_title {
  margin-bottom: 0;
}
.cid-vihEAbMdj2 .add__block .add__block_text {
  margin-top: 15px;
  margin-bottom: 0;
  color: #919dab;
}
.cid-vihEAbMdj2 .row {
  margin: 0;
}
.cid-vihEAbMdj2 .mbr-section-title {
  margin-bottom: 0;
}
.cid-vihEAbMdj2 .step-container {
  margin-top: 25px;
}
.cid-vihEAbMdj2 .padding__bot {
  padding-bottom: 50px;
}
.cid-vihEAbMdj2 .step-text-content {
  padding-top: 10px;
}
.cid-vihEAbMdj2 .mbr-step-title {
  margin-bottom: 0;
  font-weight: 500;
  color: #0c2c68;
}
.cid-vihEAbMdj2 .mbr-step-text {
  margin-bottom: 0;
  margin-top: 20px;
  color: #232323;
}
.cid-vihEAbMdj2 .mbr-section-btn {
  margin-top: 20px;
}
.cid-vihEAbMdj2 .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-vihEAbMdj2 .step {
  display: flex;
  width: 40px;
  height: 40px;
  font-size: calc((20px) - 2px);
  margin-bottom: 0;
  border-radius: 50%;
  border: 2px solid #ebeaed;
  background-color: #ebeaed;
  font-weight: 500;
  color: #919DAB;
}
@media (min-width: 400px) {
  .cid-vihEAbMdj2 .add__block {
    display: flex;
  }
  .cid-vihEAbMdj2 .step-element {
    display: flex;
  }
  .cid-vihEAbMdj2 .mbr-section-btn {
    margin-top: 20px;
    margin-left: calc((20 * 2px) + 70px);
  }
  .cid-vihEAbMdj2 .mbr-section-btn .btn {
    margin-left: 0;
  }
  .cid-vihEAbMdj2 .separline {
    position: relative;
  }
  .cid-vihEAbMdj2 .separline:after {
    top: 40px;
    left: 18px;
    position: absolute;
    content: "";
    width: 2px;
    height: calc(100% - (20px) * 2);
    background-color: #ebeaed;
  }
  .cid-vihEAbMdj2 .step-text-content {
    margin-left: 70px;
  }
}
@media (max-width: 400px) {
  .cid-vihEAbMdj2 .add__block_title {
    margin-top: 30px;
  }
  .cid-vihEAbMdj2 .add__block .add__block_content {
    margin-left: 0;
  }
}
.cid-vihEAbMdj2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vihEAbMdj2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vihEzij06Z {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vihEzij06Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vihEzij06Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vihEzij06Z .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vihEzij06Z .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vihEzij06Z .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
  background-image: linear-gradient(-165deg, #232323, #000000 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vihEzij06Z .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vihEzij06Z .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vihEzij06Z .mbr-section-title {
  color: #000000;
}
.cid-vihEzij06Z .mbr-text,
.cid-vihEzij06Z .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-vihEzij06Z .mbr-section-title,
.cid-vihEzij06Z .title-wrapper,
.cid-vihEzij06Z .mbr-section-btn {
  text-align: center;
}
.cid-vihGqcdQtx {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #ffffff 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-vihGqcdQtx {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #ffffff 0%, #ffffff 110%);
  }
}
.cid-vihGqcdQtx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vihGqcdQtx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vihGqcdQtx .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vihGqcdQtx .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vihGqcdQtx .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vihGqcdQtx .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vihGqcdQtx .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vihGqcdQtx .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vihGqcdQtx .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vihGqcdQtx .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vihGqcdQtx .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vihGqcdQtx .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-vihGqcdQtx .image-wrapper {
    padding-left: 0;
  }
}
.cid-vihGqcdQtx .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vihGqcdQtx .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-vihGqcdQtx .image-wrapper img {
    height: 350px;
  }
}
.cid-vihGqcdQtx .mbr-label {
  color: #a6adbf;
}
.cid-vihGqcdQtx .mbr-section-title {
  color: #232323;
}
.cid-vihGqcdQtx .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vihGqcdQtx .mbr-text,
.cid-vihGqcdQtx .text-wrapper {
  color: #666666;
}
.cid-vihGpa1a9b {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vihGpa1a9b .card {
  width: 100%;
}
.cid-vihGpa1a9b .card .add__block {
  display: none;
}
.cid-vihGpa1a9b .add__block {
  margin-top: 35px;
}
.cid-vihGpa1a9b .add__block .add__block_image {
  width: 170px;
}
.cid-vihGpa1a9b .add__block .add__block_image img {
  width: 100%;
  border-radius: 6px;
}
.cid-vihGpa1a9b .add__block .add__block_content {
  margin-left: 30px;
  max-width: 270px;
}
.cid-vihGpa1a9b .add__block .add__block_title {
  margin-bottom: 0;
}
.cid-vihGpa1a9b .add__block .add__block_text {
  margin-top: 15px;
  margin-bottom: 0;
  color: #919dab;
}
.cid-vihGpa1a9b .row {
  margin: 0;
}
.cid-vihGpa1a9b .mbr-section-title {
  margin-bottom: 0;
}
.cid-vihGpa1a9b .step-container {
  margin-top: 25px;
}
.cid-vihGpa1a9b .padding__bot {
  padding-bottom: 50px;
}
.cid-vihGpa1a9b .step-text-content {
  padding-top: 10px;
}
.cid-vihGpa1a9b .mbr-step-title {
  margin-bottom: 0;
  font-weight: 500;
  color: #0c2c68;
}
.cid-vihGpa1a9b .mbr-step-text {
  margin-bottom: 0;
  margin-top: 20px;
  color: #232323;
}
.cid-vihGpa1a9b .mbr-section-btn {
  margin-top: 20px;
}
.cid-vihGpa1a9b .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-vihGpa1a9b .step {
  display: flex;
  width: 40px;
  height: 40px;
  font-size: calc((20px) - 2px);
  margin-bottom: 0;
  border-radius: 50%;
  border: 2px solid #ebeaed;
  background-color: #ebeaed;
  font-weight: 500;
  color: #919DAB;
}
@media (min-width: 400px) {
  .cid-vihGpa1a9b .add__block {
    display: flex;
  }
  .cid-vihGpa1a9b .step-element {
    display: flex;
  }
  .cid-vihGpa1a9b .mbr-section-btn {
    margin-top: 20px;
    margin-left: calc((20 * 2px) + 70px);
  }
  .cid-vihGpa1a9b .mbr-section-btn .btn {
    margin-left: 0;
  }
  .cid-vihGpa1a9b .separline {
    position: relative;
  }
  .cid-vihGpa1a9b .separline:after {
    top: 40px;
    left: 18px;
    position: absolute;
    content: "";
    width: 2px;
    height: calc(100% - (20px) * 2);
    background-color: #ebeaed;
  }
  .cid-vihGpa1a9b .step-text-content {
    margin-left: 70px;
  }
}
@media (max-width: 400px) {
  .cid-vihGpa1a9b .add__block_title {
    margin-top: 30px;
  }
  .cid-vihGpa1a9b .add__block .add__block_content {
    margin-left: 0;
  }
}
.cid-vihGpa1a9b .mbr-fallback-image.disabled {
  display: none;
}
.cid-vihGpa1a9b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vihGokLwrt {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vihGokLwrt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vihGokLwrt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vihGokLwrt .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vihGokLwrt .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vihGokLwrt .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
  background-image: linear-gradient(-165deg, #232323, #000000 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vihGokLwrt .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vihGokLwrt .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vihGokLwrt .mbr-section-title {
  color: #000000;
}
.cid-vihGokLwrt .mbr-text,
.cid-vihGokLwrt .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-vihGokLwrt .mbr-section-title,
.cid-vihGokLwrt .title-wrapper,
.cid-vihGokLwrt .mbr-section-btn {
  text-align: center;
}
.cid-vihGYM20sC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #09204c;
}
.cid-vihGYM20sC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vihGYM20sC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vihGYM20sC .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vihGYM20sC .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vihGYM20sC .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
  background-image: linear-gradient(-165deg, #f7f7f7, #f7f7f7 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vihGYM20sC .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vihGYM20sC .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vihGYM20sC .mbr-section-title {
  color: #000000;
}
.cid-vihGYM20sC .mbr-text,
.cid-vihGYM20sC .text-wrapper {
  color: #fffcee;
  text-align: center;
}
.cid-vihGYM20sC .mbr-section-title,
.cid-vihGYM20sC .title-wrapper,
.cid-vihGYM20sC .mbr-section-btn {
  text-align: center;
}
.cid-vihuDDN20v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #09204c;
}
.cid-vihuDDN20v .container {
  display: flex;
  justify-content: center;
}
.cid-vihuDDN20v .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-vihuDDN20v .col-brand {
  margin-bottom: 40px;
}
.cid-vihuDDN20v .col-link {
  margin-bottom: 30px;
}
.cid-vihuDDN20v .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-vihuDDN20v .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vihuDDN20v .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vihuDDN20v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vihuDDN20v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vihuDDN20v .mbr-section-subtitle {
  color: #010d4c;
  margin-bottom: 20px;
}
.cid-vihuDDN20v .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vihuDDN20v .mbr-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-vihuDDN20v .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-vihuDDN20v .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vihuDDN20v .soc-item:hover {
  background-color: #738bae;
}
.cid-vihuDDN20v .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-vihuDDN20v .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-vihuDDN20v .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-vihuDDN20v .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-vihuDDN20v .brand-text {
  margin-bottom: 35px;
  color: #00284E;
  opacity: 0.8;
}
.cid-vihuDDN20v .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-vihuDDN20v .mbr-text .text-black {
  color: #00284E !important;
}
.cid-vihuDDN20v .mbr-text a {
  opacity: 0.8;
}
.cid-vihuDDN20v .mbr-text a:hover {
  opacity: 1;
  color: #ffffff !important;
}
.cid-vihuDDN20v .col-copyright {
  margin-top: 44px;
}
.cid-vihuDDN20v .copyright {
  color: #f7f7f7;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-vihuDDN20v .copyright {
    text-align: center !important;
  }
}
.cid-vihuDDN20v .mbr-fallback-image.disabled {
  display: none;
}
.cid-vihuDDN20v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vihHT18H9T {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vihHT18H9T .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vihHT18H9T .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vihHT18H9T .btn {
  font-weight: 400;
}
.cid-vihHT18H9T .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vihHT18H9T .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vihHT18H9T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vihHT18H9T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vihHT18H9T .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-vihHT18H9T .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vihHT18H9T .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vihHT18H9T .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vihHT18H9T .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vihHT18H9T .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vihHT18H9T .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vihHT18H9T .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vihHT18H9T .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vihHT18H9T .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vihHT18H9T .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vihHT18H9T .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vihHT18H9T .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vihHT18H9T .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vihHT18H9T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vihHT18H9T .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vihHT18H9T .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vihHT18H9T .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vihHT18H9T .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vihHT18H9T .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #09204c;
  background: rgba(9, 32, 76, 0.4) !important;
  border-radius: 4px !important;
}
@media (min-width: 992px) {
  .cid-vihHT18H9T .dropdown-menu .dropdown.open::before {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    background: transparent;
    right: -20px;
  }
}
.cid-vihHT18H9T .nav-item:focus,
.cid-vihHT18H9T .nav-link:focus {
  outline: none;
}
.cid-vihHT18H9T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vihHT18H9T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vihHT18H9T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vihHT18H9T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vihHT18H9T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vihHT18H9T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vihHT18H9T .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vihHT18H9T .navbar.opened {
  transition: all 0.25s;
}
.cid-vihHT18H9T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vihHT18H9T .navbar .navbar-logo img {
  width: auto;
}
.cid-vihHT18H9T .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vihHT18H9T .navbar.collapsed {
  justify-content: center;
}
.cid-vihHT18H9T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vihHT18H9T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vihHT18H9T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vihHT18H9T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vihHT18H9T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vihHT18H9T .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vihHT18H9T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vihHT18H9T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vihHT18H9T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vihHT18H9T .navbar {
    min-height: 72px;
  }
  .cid-vihHT18H9T .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vihHT18H9T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vihHT18H9T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vihHT18H9T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vihHT18H9T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vihHT18H9T .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vihHT18H9T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vihHT18H9T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vihHT18H9T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vihHT18H9T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vihHT18H9T .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vihHT18H9T .dropdown-item.active,
.cid-vihHT18H9T .dropdown-item:active {
  background-color: transparent;
}
.cid-vihHT18H9T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vihHT18H9T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vihHT18H9T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vihHT18H9T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #09204c;
}
.cid-vihHT18H9T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vihHT18H9T .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vihHT18H9T ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vihHT18H9T .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vihHT18H9T .navbar-buttons {
    text-align: left;
  }
}
.cid-vihHT18H9T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vihHT18H9T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vihHT18H9T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vihHT18H9T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vihHT18H9T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vihHT18H9T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vihHT18H9T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vihHT18H9T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vihHT18H9T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vihHT18H9T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vihHT18H9T .navbar-dropdown {
  padding: 0;
  background: rgba(9, 32, 76, 0.4) !important;
  position: fixed;
}
.cid-vihHT18H9T .opacityScroll {
  background: #09204c !important;
}
.cid-vihHT18H9T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vihHT18H9T .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vihHT18H9T .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vihHT18H9T .navbar {
    height: 70px;
  }
  .cid-vihHT18H9T .navbar.opened {
    height: auto;
  }
  .cid-vihHT18H9T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vihHT18H9T .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vihHT18H9T .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vihHT18H9T .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vihHT18H9T .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vihHT18H9T .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vihHT18H9T .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vihHT18H9T .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vihHT18H9T .navbar-brand {
    margin-right: auto;
  }
  .cid-vihHT18H9T .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #09204c;
    opacity: 1;
    border-color: rgba(9, 32, 76, 0.4) !important;
    background: rgba(9, 32, 76, 0.4) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vihHT18H9T .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vihHT18H9T .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vihHT18H9T .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vihHT18H9T .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vihHT18H9T .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vihHT18H9T .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vihHT18H9T .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vihHT18H9T .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vihHT18H9T .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vihHT18H9T .navbar .dropdown > .dropdown-submenu.show {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vihHT18H9T .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vihHT18H9T .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vihHT18H9T .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vihHT1TFpu {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vihHT1TFpu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vihHT1TFpu .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-vihHT1TFpu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vihHT1TFpu .btn:hover {
  transform: scale(1.1);
  background: #709bc2 !important;
  border-color: #709bc2 !important;
  color: #ffffff !important;
}
.cid-vihHT1TFpu .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-vihHT1TFpu .btn div {
  overflow: hidden;
}
.cid-vihHT1TFpu .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-vihHT1TFpu {
    align-items: flex-end;
  }
  .cid-vihHT1TFpu .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vihHT1TFpu .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vihHT1TFpu {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vihHT1TFpu .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vihHT1TFpu .content-wrap {
    width: 100%;
  }
}
.cid-vihHT1TFpu .mbr-section-subtitle,
.cid-vihHT1TFpu .line {
  color: #ffffff;
}
.cid-vihHT1TFpu .mbr-text,
.cid-vihHT1TFpu .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-vihHT1TFpu .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-vihHT2sMDZ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #ffffff 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-vihHT2sMDZ {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #ffffff 0%, #ffffff 110%);
  }
}
.cid-vihHT2sMDZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vihHT2sMDZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vihHT2sMDZ .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vihHT2sMDZ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vihHT2sMDZ .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vihHT2sMDZ .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vihHT2sMDZ .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vihHT2sMDZ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vihHT2sMDZ .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vihHT2sMDZ .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vihHT2sMDZ .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vihHT2sMDZ .image-wrapper {
  padding-left: 68px;
  padding-left: 0;
  padding-right: 68px;
}
@media (max-width: 992px) {
  .cid-vihHT2sMDZ .image-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-vihHT2sMDZ .image-wrapper {
    padding-right: 0;
  }
}
.cid-vihHT2sMDZ .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vihHT2sMDZ .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-vihHT2sMDZ .image-wrapper img {
    height: 350px;
  }
}
.cid-vihHT2sMDZ .mbr-label {
  color: #a6adbf;
}
.cid-vihHT2sMDZ .mbr-section-title {
  color: #232323;
}
.cid-vihHT2sMDZ .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vihHT2sMDZ .mbr-text,
.cid-vihHT2sMDZ .text-wrapper {
  color: #666666;
}
.cid-vihHT474Mh {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vihHT474Mh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vihHT474Mh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vihHT474Mh .card-wrapper {
  padding: 60px 30px 60px 80px;
  background-color: #09204c;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vihHT474Mh .card-wrapper {
    padding: 20px 20px 0 20px;
  }
}
.cid-vihHT474Mh .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vihHT474Mh .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vihHT474Mh .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vihHT474Mh .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vihHT474Mh .card-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vihHT474Mh .card-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vihHT474Mh .card-wrapper .image-wrapper {
  position: relative;
  min-height: 220px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vihHT474Mh .card-wrapper .image-wrapper {
    margin-top: 30px;
    margin-bottom: -20px;
    min-height: auto;
    height: 300px;
  }
}
.cid-vihHT474Mh .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vihHT474Mh .card-wrapper .image-wrapper img {
    height: 100%;
    bottom: 0;
  }
}
.cid-vihHT474Mh .mbr-section-title {
  color: #ffffff;
}
.cid-vihHT474Mh .mbr-text {
  color: #ffffff;
}
.cid-vihHT4IOlq {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #ffffff 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-vihHT4IOlq {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #ffffff 0%, #ffffff 110%);
  }
}
.cid-vihHT4IOlq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vihHT4IOlq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vihHT4IOlq .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vihHT4IOlq .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vihHT4IOlq .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vihHT4IOlq .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vihHT4IOlq .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vihHT4IOlq .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vihHT4IOlq .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vihHT4IOlq .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vihHT4IOlq .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vihHT4IOlq .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-vihHT4IOlq .image-wrapper {
    padding-left: 0;
  }
}
.cid-vihHT4IOlq .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vihHT4IOlq .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-vihHT4IOlq .image-wrapper img {
    height: 350px;
  }
}
.cid-vihHT4IOlq .mbr-label {
  color: #a6adbf;
}
.cid-vihHT4IOlq .mbr-section-title {
  color: #232323;
}
.cid-vihHT4IOlq .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vihHT4IOlq .mbr-text,
.cid-vihHT4IOlq .text-wrapper {
  color: #666666;
}
.cid-vihHT72EXC {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #ffffff 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-vihHT72EXC {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #ffffff 0%, #ffffff 110%);
  }
}
.cid-vihHT72EXC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vihHT72EXC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vihHT72EXC .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vihHT72EXC .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vihHT72EXC .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vihHT72EXC .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vihHT72EXC .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vihHT72EXC .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vihHT72EXC .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vihHT72EXC .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vihHT72EXC .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vihHT72EXC .image-wrapper {
  padding-left: 68px;
  padding-left: 0;
  padding-right: 68px;
}
@media (max-width: 992px) {
  .cid-vihHT72EXC .image-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-vihHT72EXC .image-wrapper {
    padding-right: 0;
  }
}
.cid-vihHT72EXC .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vihHT72EXC .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-vihHT72EXC .image-wrapper img {
    height: 350px;
  }
}
.cid-vihHT72EXC .mbr-label {
  color: #a6adbf;
}
.cid-vihHT72EXC .mbr-section-title {
  color: #232323;
}
.cid-vihHT72EXC .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vihHT72EXC .mbr-text,
.cid-vihHT72EXC .text-wrapper {
  color: #666666;
}
.cid-vihHT9H6hW {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #ffffff 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-vihHT9H6hW {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #ffffff 0%, #ffffff 110%);
  }
}
.cid-vihHT9H6hW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vihHT9H6hW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vihHT9H6hW .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vihHT9H6hW .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vihHT9H6hW .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vihHT9H6hW .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vihHT9H6hW .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vihHT9H6hW .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vihHT9H6hW .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vihHT9H6hW .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vihHT9H6hW .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vihHT9H6hW .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-vihHT9H6hW .image-wrapper {
    padding-left: 0;
  }
}
.cid-vihHT9H6hW .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vihHT9H6hW .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-vihHT9H6hW .image-wrapper img {
    height: 350px;
  }
}
.cid-vihHT9H6hW .mbr-label {
  color: #a6adbf;
}
.cid-vihHT9H6hW .mbr-section-title {
  color: #232323;
}
.cid-vihHT9H6hW .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vihHT9H6hW .mbr-text,
.cid-vihHT9H6hW .text-wrapper {
  color: #666666;
}
.cid-vihHTcvALO {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #ffffff 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-vihHTcvALO {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #ffffff 0%, #ffffff 110%);
  }
}
.cid-vihHTcvALO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vihHTcvALO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vihHTcvALO .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vihHTcvALO .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vihHTcvALO .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vihHTcvALO .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vihHTcvALO .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vihHTcvALO .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vihHTcvALO .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vihHTcvALO .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vihHTcvALO .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vihHTcvALO .image-wrapper {
  padding-left: 68px;
  padding-left: 0;
  padding-right: 68px;
}
@media (max-width: 992px) {
  .cid-vihHTcvALO .image-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-vihHTcvALO .image-wrapper {
    padding-right: 0;
  }
}
.cid-vihHTcvALO .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vihHTcvALO .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-vihHTcvALO .image-wrapper img {
    height: 350px;
  }
}
.cid-vihHTcvALO .mbr-label {
  color: #a6adbf;
}
.cid-vihHTcvALO .mbr-section-title {
  color: #232323;
}
.cid-vihHTcvALO .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vihHTcvALO .mbr-text,
.cid-vihHTcvALO .text-wrapper {
  color: #666666;
}
.cid-vihLooPNS8 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #ffffff 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-vihLooPNS8 {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #ffffff 0%, #ffffff 110%);
  }
}
.cid-vihLooPNS8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vihLooPNS8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vihLooPNS8 .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vihLooPNS8 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vihLooPNS8 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vihLooPNS8 .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vihLooPNS8 .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vihLooPNS8 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vihLooPNS8 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vihLooPNS8 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vihLooPNS8 .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vihLooPNS8 .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-vihLooPNS8 .image-wrapper {
    padding-left: 0;
  }
}
.cid-vihLooPNS8 .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vihLooPNS8 .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-vihLooPNS8 .image-wrapper img {
    height: 350px;
  }
}
.cid-vihLooPNS8 .mbr-label {
  color: #a6adbf;
}
.cid-vihLooPNS8 .mbr-section-title {
  color: #232323;
}
.cid-vihLooPNS8 .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vihLooPNS8 .mbr-text,
.cid-vihLooPNS8 .text-wrapper {
  color: #666666;
}
.cid-vihHTftyWn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #09204c;
}
.cid-vihHTftyWn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vihHTftyWn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vihHTftyWn .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vihHTftyWn .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vihHTftyWn .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
  background-image: linear-gradient(-165deg, #f7f7f7, #f7f7f7 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vihHTftyWn .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vihHTftyWn .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vihHTftyWn .mbr-section-title {
  color: #000000;
}
.cid-vihHTftyWn .mbr-text,
.cid-vihHTftyWn .text-wrapper {
  color: #fffcee;
  text-align: center;
}
.cid-vihHTftyWn .mbr-section-title,
.cid-vihHTftyWn .title-wrapper,
.cid-vihHTftyWn .mbr-section-btn {
  text-align: center;
}
.cid-vihHTgpOHK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #09204c;
}
.cid-vihHTgpOHK .container {
  display: flex;
  justify-content: center;
}
.cid-vihHTgpOHK .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-vihHTgpOHK .col-brand {
  margin-bottom: 40px;
}
.cid-vihHTgpOHK .col-link {
  margin-bottom: 30px;
}
.cid-vihHTgpOHK .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-vihHTgpOHK .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vihHTgpOHK .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vihHTgpOHK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vihHTgpOHK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vihHTgpOHK .mbr-section-subtitle {
  color: #010d4c;
  margin-bottom: 20px;
}
.cid-vihHTgpOHK .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vihHTgpOHK .mbr-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-vihHTgpOHK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-vihHTgpOHK .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vihHTgpOHK .soc-item:hover {
  background-color: #738bae;
}
.cid-vihHTgpOHK .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-vihHTgpOHK .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-vihHTgpOHK .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-vihHTgpOHK .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-vihHTgpOHK .brand-text {
  margin-bottom: 35px;
  color: #00284E;
  opacity: 0.8;
}
.cid-vihHTgpOHK .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-vihHTgpOHK .mbr-text .text-black {
  color: #00284E !important;
}
.cid-vihHTgpOHK .mbr-text a {
  opacity: 0.8;
}
.cid-vihHTgpOHK .mbr-text a:hover {
  opacity: 1;
  color: #ffffff !important;
}
.cid-vihHTgpOHK .col-copyright {
  margin-top: 44px;
}
.cid-vihHTgpOHK .copyright {
  color: #f7f7f7;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-vihHTgpOHK .copyright {
    text-align: center !important;
  }
}
.cid-vihHTgpOHK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vihHTgpOHK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vihPgmsE3W {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vihPgmsE3W .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vihPgmsE3W .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vihPgmsE3W .btn {
  font-weight: 400;
}
.cid-vihPgmsE3W .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vihPgmsE3W .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vihPgmsE3W .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vihPgmsE3W .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vihPgmsE3W .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-vihPgmsE3W .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vihPgmsE3W .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vihPgmsE3W .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vihPgmsE3W .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vihPgmsE3W .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vihPgmsE3W .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vihPgmsE3W .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vihPgmsE3W .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vihPgmsE3W .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vihPgmsE3W .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vihPgmsE3W .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vihPgmsE3W .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vihPgmsE3W .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vihPgmsE3W .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vihPgmsE3W .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vihPgmsE3W .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vihPgmsE3W .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vihPgmsE3W .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vihPgmsE3W .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #09204c;
  background: rgba(9, 32, 76, 0.4) !important;
  border-radius: 4px !important;
}
@media (min-width: 992px) {
  .cid-vihPgmsE3W .dropdown-menu .dropdown.open::before {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    background: transparent;
    right: -20px;
  }
}
.cid-vihPgmsE3W .nav-item:focus,
.cid-vihPgmsE3W .nav-link:focus {
  outline: none;
}
.cid-vihPgmsE3W .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vihPgmsE3W .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vihPgmsE3W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vihPgmsE3W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vihPgmsE3W .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vihPgmsE3W .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vihPgmsE3W .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vihPgmsE3W .navbar.opened {
  transition: all 0.25s;
}
.cid-vihPgmsE3W .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vihPgmsE3W .navbar .navbar-logo img {
  width: auto;
}
.cid-vihPgmsE3W .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vihPgmsE3W .navbar.collapsed {
  justify-content: center;
}
.cid-vihPgmsE3W .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vihPgmsE3W .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vihPgmsE3W .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vihPgmsE3W .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vihPgmsE3W .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vihPgmsE3W .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vihPgmsE3W .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vihPgmsE3W .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vihPgmsE3W .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vihPgmsE3W .navbar {
    min-height: 72px;
  }
  .cid-vihPgmsE3W .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vihPgmsE3W .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vihPgmsE3W .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vihPgmsE3W .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vihPgmsE3W .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vihPgmsE3W .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vihPgmsE3W .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vihPgmsE3W .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vihPgmsE3W .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vihPgmsE3W .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vihPgmsE3W .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vihPgmsE3W .dropdown-item.active,
.cid-vihPgmsE3W .dropdown-item:active {
  background-color: transparent;
}
.cid-vihPgmsE3W .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vihPgmsE3W .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vihPgmsE3W .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vihPgmsE3W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #09204c;
}
.cid-vihPgmsE3W .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vihPgmsE3W .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vihPgmsE3W ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vihPgmsE3W .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vihPgmsE3W .navbar-buttons {
    text-align: left;
  }
}
.cid-vihPgmsE3W button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vihPgmsE3W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vihPgmsE3W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vihPgmsE3W button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vihPgmsE3W button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vihPgmsE3W button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vihPgmsE3W nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vihPgmsE3W nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vihPgmsE3W nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vihPgmsE3W nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vihPgmsE3W .navbar-dropdown {
  padding: 0;
  background: rgba(9, 32, 76, 0.4) !important;
  position: fixed;
}
.cid-vihPgmsE3W .opacityScroll {
  background: #09204c !important;
}
.cid-vihPgmsE3W a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vihPgmsE3W .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vihPgmsE3W .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vihPgmsE3W .navbar {
    height: 70px;
  }
  .cid-vihPgmsE3W .navbar.opened {
    height: auto;
  }
  .cid-vihPgmsE3W .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vihPgmsE3W .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vihPgmsE3W .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vihPgmsE3W .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vihPgmsE3W .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vihPgmsE3W .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vihPgmsE3W .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vihPgmsE3W .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vihPgmsE3W .navbar-brand {
    margin-right: auto;
  }
  .cid-vihPgmsE3W .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #09204c;
    opacity: 1;
    border-color: rgba(9, 32, 76, 0.4) !important;
    background: rgba(9, 32, 76, 0.4) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vihPgmsE3W .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vihPgmsE3W .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vihPgmsE3W .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vihPgmsE3W .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vihPgmsE3W .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vihPgmsE3W .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vihPgmsE3W .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vihPgmsE3W .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vihPgmsE3W .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vihPgmsE3W .navbar .dropdown > .dropdown-submenu.show {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vihPgmsE3W .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vihPgmsE3W .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vihPgmsE3W .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vihPgn9dWe {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vihPgn9dWe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vihPgn9dWe .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-vihPgn9dWe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vihPgn9dWe .btn:hover {
  transform: scale(1.1);
  background: #709bc2 !important;
  border-color: #709bc2 !important;
  color: #ffffff !important;
}
.cid-vihPgn9dWe .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-vihPgn9dWe .btn div {
  overflow: hidden;
}
.cid-vihPgn9dWe .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-vihPgn9dWe {
    align-items: flex-end;
  }
  .cid-vihPgn9dWe .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vihPgn9dWe .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vihPgn9dWe {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vihPgn9dWe .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vihPgn9dWe .content-wrap {
    width: 100%;
  }
}
.cid-vihPgn9dWe .mbr-section-subtitle,
.cid-vihPgn9dWe .line {
  color: #ffffff;
}
.cid-vihPgn9dWe .mbr-text,
.cid-vihPgn9dWe .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-vihPgn9dWe .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-vihSjN1ngJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vihSjN1ngJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vihSjN1ngJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vihSjN1ngJ .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-vihSjN1ngJ .container {
    padding: 10px 8px;
  }
}
.cid-vihSjN1ngJ .row {
  border-radius: 25px;
  background-color: #ffffff;
  padding: 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-vihSjN1ngJ .row {
    padding: 40px 10px;
  }
}
.cid-vihSjN1ngJ .row .card,
.cid-vihSjN1ngJ .row .item {
  padding: 0;
}
.cid-vihSjN1ngJ .row-main {
  padding-top: 100px;
}
@media (max-width: 768px) {
  .cid-vihSjN1ngJ .row-main {
    padding-top: 50px;
  }
}
.cid-vihSjN1ngJ .row-main .mbr-text {
  margin-bottom: 0;
  padding-right: 80px;
}
.cid-vihSjN1ngJ .row-main .mbr-text span {
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-vihSjN1ngJ .row-main .mbr-text {
    padding: 0;
  }
}
.cid-vihSjN1ngJ .row-main .mbr-section-title {
  margin: 0;
}
.cid-vihSjN1ngJ .row-main .mbr-section-title span {
  opacity: .5;
}
.cid-vihSjN1ngJ .row-content {
  justify-content: center;
  padding: 40px 32px 84px;
}
@media (max-width: 768px) {
  .cid-vihSjN1ngJ .row-content {
    padding: 40px 2px 34px;
  }
}
.cid-vihSjN1ngJ .row-content .item {
  padding: 0 8px;
  min-height: 410px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vihSjN1ngJ .row-content .item {
    min-height: 300px;
  }
}
.cid-vihSjN1ngJ .row-content .item:nth-child(2n) .item-wrapper .item-img::before {
  background-color: #3b668d;
}
.cid-vihSjN1ngJ .row-content .item:nth-child(5n) .item-wrapper .item-img::before {
  background-color: #0c2c68;
}
.cid-vihSjN1ngJ .row-content .item .item-wrapper {
  border-radius: 0 !important;
  height: 100%;
}
.cid-vihSjN1ngJ .row-content .item .item-wrapper .item-img {
  position: relative;
  border-radius: 33px !important;
  overflow: hidden;
  height: 100%;
}
.cid-vihSjN1ngJ .row-content .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
.cid-vihSjN1ngJ .row-content .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222222;
  opacity: .7;
  pointer-events: none;
  z-index: 1;
}
.cid-vihSjN1ngJ .row-content .item .item-wrapper .item-img .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
  z-index: 1;
  padding: 56px 40px 40px;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vihSjN1ngJ .row-content .item .item-wrapper .item-img .item-content {
    padding: 30px 15px;
  }
}
.cid-vihSjN1ngJ .row-content .item .item-wrapper .item-img .item-content .card-number {
  width: 100%;
  margin-bottom: 0;
  pointer-events: visible;
}
.cid-vihSjN1ngJ .row-content .item .item-wrapper .item-img .item-content .card-desc {
  opacity: .8;
  margin-bottom: 0;
  pointer-events: visible;
}
.cid-vihSjN1ngJ .mbr-section-title {
  color: #222222;
}
.cid-vihSjN1ngJ .mbr-text {
  color: #222222;
}
.cid-vihSjN1ngJ .card-number {
  color: #ffffff;
}
.cid-vihSjN1ngJ .card-desc {
  color: #ffffff;
}
.cid-vihPgtZSct {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vihPgtZSct .mbr-fallback-image.disabled {
  display: none;
}
.cid-vihPgtZSct .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vihPgtZSct .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vihPgtZSct .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vihPgtZSct .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
  background-image: linear-gradient(-165deg, #232323, #000000 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vihPgtZSct .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vihPgtZSct .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vihPgtZSct .mbr-section-title {
  color: #000000;
}
.cid-vihPgtZSct .mbr-text,
.cid-vihPgtZSct .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-vihPgtZSct .mbr-section-title,
.cid-vihPgtZSct .title-wrapper,
.cid-vihPgtZSct .mbr-section-btn {
  text-align: center;
}
.cid-vihPgnHdxy {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #ffffff 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-vihPgnHdxy {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #ffffff 0%, #ffffff 110%);
  }
}
.cid-vihPgnHdxy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vihPgnHdxy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vihPgnHdxy .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vihPgnHdxy .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vihPgnHdxy .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vihPgnHdxy .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vihPgnHdxy .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vihPgnHdxy .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vihPgnHdxy .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vihPgnHdxy .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vihPgnHdxy .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vihPgnHdxy .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-vihPgnHdxy .image-wrapper {
    padding-left: 0;
  }
}
.cid-vihPgnHdxy .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vihPgnHdxy .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-vihPgnHdxy .image-wrapper img {
    height: 350px;
  }
}
.cid-vihPgnHdxy .mbr-label {
  color: #a6adbf;
}
.cid-vihPgnHdxy .mbr-section-title {
  color: #232323;
}
.cid-vihPgnHdxy .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vihPgnHdxy .mbr-text,
.cid-vihPgnHdxy .text-wrapper {
  color: #666666;
}
.cid-vii09vP146 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f2;
}
.cid-vii09vP146 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vii09vP146 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vii09vP146 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vii09vP146 .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vii09vP146 .items-wrapper {
  margin: 0 -10px;
}
.cid-vii09vP146 .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vii09vP146 .item {
    margin-bottom: 16px;
  }
}
.cid-vii09vP146 .item:hover .item-wrapper .item-content .icon-wrapper,
.cid-vii09vP146 .item:focus .item-wrapper .item-content .icon-wrapper {
  transform: rotate(-25deg);
}
.cid-vii09vP146 .item:hover .item-wrapper .item-content .item-img,
.cid-vii09vP146 .item:focus .item-wrapper .item-content .item-img {
  opacity: 1;
  transform: scale(1);
}
.cid-vii09vP146 .item:nth-child(2n) .item-wrapper {
  background-color: #3b668d;
}
.cid-vii09vP146 .item:nth-child(3n) .item-wrapper {
  background-color: #0c2c68;
}
.cid-vii09vP146 .item:nth-child(4n) .item-wrapper {
  background-color: #3b668d;
}
.cid-vii09vP146 .item:nth-child(6n) .item-wrapper {
  background-color: #09204c;
}
.cid-vii09vP146 .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 42px;
  background-color: #7787a5;
}
@media (max-width: 992px) {
  .cid-vii09vP146 .item .item-wrapper {
    padding: 46px 22px;
  }
}
.cid-vii09vP146 .item .item-wrapper .item-content {
  position: relative;
}
.cid-vii09vP146 .item .item-wrapper .item-content .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  margin-bottom: 22px;
}
.cid-vii09vP146 .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  color: #51565c;
}
.cid-vii09vP146 .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-vii09vP146 .item .item-wrapper .item-content .item-img {
  position: absolute;
  top: -205px;
  right: -105px;
  width: 250px;
  height: 250px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: scale(0.5);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vii09vP146 .item .item-wrapper .item-content .item-img {
    top: -55px;
    right: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
    transform: none;
  }
}
.cid-vii09vP146 .item .item-wrapper .item-content .item-img img {
  position: absolute;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-vii09vP146 .item .item-wrapper .item-content .item-img img {
    width: 100px;
    height: 100px;
  }
}
.cid-vii09vP146 .item .item-wrapper .item-text {
  padding-top: 16px;
  margin-bottom: 0;
}
.cid-vii09vP146 .mbr-section-title {
  color: #212529;
}
.cid-vii09vP146 .panel-title-edit {
  color: #212529;
}
.cid-vii09vP146 .panel-text {
  color: #51565c;
}
.cid-vii09vP146 .item-title {
  color: #ffffff;
}
.cid-vii09vP146 .item-text {
  color: #ffffff;
}
.cid-vii3pVQ8UX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vii3pVQ8UX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vii3pVQ8UX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vii3pVQ8UX .content-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vii3pVQ8UX .content-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vii3pVQ8UX .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #89cdf3;
  margin-bottom: 15px;
}
.cid-vii3pVQ8UX .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vii3pVQ8UX .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vii3pVQ8UX .cards {
  margin: 0 -10px;
}
.cid-vii3pVQ8UX .cards .card {
  padding: 0 10px;
}
.cid-vii3pVQ8UX .card-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vii3pVQ8UX .card-wrapper {
    padding: 15px;
    margin-bottom: 15px;
    min-height: 250px;
  }
}
.cid-vii3pVQ8UX .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vii3pVQ8UX .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  z-index: 1;
}
.cid-vii3pVQ8UX .card-wrapper .mbr-section-subtitle {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.cid-vii3pVQ8UX .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vii3pVQ8UX .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vii3pVQ8UX .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vii3pVQ8UX .items-wrapper .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vii3pVQ8UX .items-wrapper .item {
    margin-bottom: 15px;
  }
}
.cid-vii3pVQ8UX .items-wrapper .item:last-child {
  margin-bottom: 0 !important;
}
.cid-vii3pVQ8UX .items-wrapper .item .item-wrapper {
  padding: 30px;
  background-color: #09204c;
}
@media (max-width: 992px) {
  .cid-vii3pVQ8UX .items-wrapper .item .item-wrapper {
    padding: 15px;
  }
}
.cid-vii3pVQ8UX .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vii3pVQ8UX .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vii3pVQ8UX .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  min-width: 72px;
  font-size: 42px;
}
.cid-vii3pVQ8UX .items-wrapper .item .item-wrapper .card-box .icon_1 .mbr-iconfont {
  background-color: #89cdf3;
  color: #000000;
}
.cid-vii3pVQ8UX .items-wrapper .item .item-wrapper .card-box .icon_2 .mbr-iconfont {
  background-color: #9891ff;
  color: #000000;
}
.cid-vii3pVQ8UX .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-vii3pVQ8UX .items-wrapper .item .item-wrapper .card-box .text-wrap .card-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vii3pVQ8UX .items-wrapper .item .item-wrapper .card-box .text-wrap .card-text {
    width: 100%;
  }
}
.cid-vii3pVQ8UX .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vii3pVQ8UX .mbr-label {
  color: #000000;
}
.cid-vii3pVQ8UX .mbr-section-title {
  color: #000000;
}
.cid-vii3pVQ8UX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vii3pVQ8UX .mbr-text {
  color: #ffffff;
}
.cid-vii3pVQ8UX .card-title {
  color: #000000;
}
.cid-vii3pVQ8UX .card-text {
  color: #000000;
}
.cid-vii3pVQ8UX .card-title,
.cid-vii3pVQ8UX .iconfont-wrapper,
.cid-vii3pVQ8UX .mbr-section-btn {
  color: #f7f7f7;
}
.cid-vii3pVQ8UX .card-text,
.cid-vii3pVQ8UX .text-wrap {
  color: #f7f7f7;
}
.cid-vii5CIAvJY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vii5CIAvJY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vii5CIAvJY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vii5CIAvJY .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 100px 0;
}
.cid-vii5CIAvJY .content-wrapper .container-wrapper {
  position: absolute;
  top: 0;
  width: 120%;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vii5CIAvJY .content-wrapper .container-wrapper {
    width: 118%;
  }
}
@media (max-width: 992px) {
  .cid-vii5CIAvJY .content-wrapper .container-wrapper {
    width: 100%;
    padding: 0;
  }
}
.cid-vii5CIAvJY .content-wrapper .container-wrapper .container-wrap {
  width: 100%;
  height: 100%;
  background-color: #3b668d;
}
.cid-vii5CIAvJY .title-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vii5CIAvJY .title-wrapper {
    padding: 0 20px;
    margin-bottom: 30px;
  }
}
.cid-vii5CIAvJY .title-wrapper .mbr-label {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-vii5CIAvJY .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-vii5CIAvJY .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vii5CIAvJY .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vii5CIAvJY .title-wrapper .mbr-section-btn {
  margin-top: 30px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vii5CIAvJY .title-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vii5CIAvJY .item {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}
.cid-vii5CIAvJY .item:last-child {
  margin-bottom: 0;
}
.cid-vii5CIAvJY .item .item-wrapper {
  display: flex;
  gap: 15px;
  display: block;
}
@media (max-width: 992px) {
  .cid-vii5CIAvJY .item .item-wrapper {
    padding: 0 20px;
  }
}
.cid-vii5CIAvJY .item .item-wrapper .iconfont-wrapper {
  display: flex;
  padding-top: 6px;
}
.cid-vii5CIAvJY .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 22px;
  height: 20px;
  object-fit: cover;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  background-color: #163300;
}
.cid-vii5CIAvJY .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vii5CIAvJY .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vii5CIAvJY .item .item-wrapper .card-box .item-btn {
  margin-top: 6px;
}
.cid-vii5CIAvJY .mbr-label {
  color: #f7f7f7;
}
.cid-vii5CIAvJY .mbr-section-title {
  color: #3a353e;
}
.cid-vii5CIAvJY .mbr-text {
  color: #3a353e;
}
.cid-vii5CIAvJY .item-title {
  color: #3a353e;
}
.cid-vii5CIAvJY .item-text {
  color: #f7f7f7;
}
.cid-vii5CIAvJY .mbr-section-title,
.cid-vii5CIAvJY .main-btn {
  color: #f7f7f7;
}
.cid-vii5CIAvJY .mbr-text,
.cid-vii5CIAvJY .text-wrap,
.cid-vii5CIAvJY .mbr-section-btn {
  color: #f7f7f7;
}
.cid-vii5CIAvJY .item-title,
.cid-vii5CIAvJY .item-btn {
  color: #58bff5;
}
.cid-vii8EEyu9k {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vii8EEyu9k .mbr-fallback-image.disabled {
  display: none;
}
.cid-vii8EEyu9k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vii8EEyu9k .title .num {
  width: 100%;
  display: block;
}
.cid-vii8EEyu9k .title .card-title {
  z-index: 1;
}
.cid-vii8EEyu9k .item-wrapper {
  margin-bottom: 2rem;
}
.cid-vii8EEyu9k .num {
  color: #232323;
}
.cid-vii8EEyu9k .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vii8EEyu9k .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vii8EEyu9k * {
    text-align: center !important;
  }
  .cid-vii8EEyu9k .content-column {
    margin-bottom: 2rem;
  }
}
.cid-vii8EEyu9k .content-head {
  max-width: 800px;
}
.cid-vii8EEyu9k .mbr-section-title,
.cid-vii8EEyu9k .card-box {
  text-align: justify;
}
.cid-vii9yfECbF {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vii9yfECbF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vii9yfECbF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vii9yfECbF .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cid-vii9yfECbF .line2 {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-top: 2rem;
}
.cid-vii9yfECbF .title .num {
  width: 100%;
  display: block;
}
.cid-vii9yfECbF .title .card-title {
  z-index: 1;
}
.cid-vii9yfECbF .num {
  color: #232323;
}
.cid-vii9yfECbF .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vii9yfECbF .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vii9yfECbF * {
    text-align: center !important;
  }
  .cid-vii9yfECbF .content-column {
    margin-bottom: 2rem;
  }
}
.cid-vii9yfECbF .card-title,
.cid-vii9yfECbF .card-img {
  color: #291f1e;
}
.cid-vii9yfECbF .card-text {
  color: #291f1e;
  text-align: right;
}
.cid-vii9yfECbF .mbr-section-title,
.cid-vii9yfECbF .card-box {
  text-align: left;
}
.cid-vii9yfECbF .mbr-section-title,
.cid-vii9yfECbF .line {
  color: #291f1e;
}
.cid-vii9yfECbF .card-text,
.cid-vii9yfECbF .line2 {
  color: #291f1e;
}
.cid-vii9yfECbF .item-wrapper {
  margin-bottom: 2rem;
}
.cid-vii9yfECbF .content-head {
  max-width: 800px;
}
.cid-vii9yfECbF .mbr-text,
.cid-vii9yfECbF .mbr-section-btn {
  text-align: left;
}
.cid-viiavsTdhT {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-viiavsTdhT .mbr-fallback-image.disabled {
  display: none;
}
.cid-viiavsTdhT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viiavsTdhT .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-viiavsTdhT .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-viiavsTdhT .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
  background-image: linear-gradient(-165deg, #232323, #000000 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-viiavsTdhT .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-viiavsTdhT .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-viiavsTdhT .mbr-section-title {
  color: #000000;
}
.cid-viiavsTdhT .mbr-text,
.cid-viiavsTdhT .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-viiavsTdhT .mbr-section-title,
.cid-viiavsTdhT .title-wrapper,
.cid-viiavsTdhT .mbr-section-btn {
  text-align: center;
}
.cid-vihPgC3ydx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #09204c;
}
.cid-vihPgC3ydx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vihPgC3ydx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vihPgC3ydx .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vihPgC3ydx .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vihPgC3ydx .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
  background-image: linear-gradient(-165deg, #f7f7f7, #f7f7f7 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vihPgC3ydx .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vihPgC3ydx .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vihPgC3ydx .mbr-section-title {
  color: #000000;
}
.cid-vihPgC3ydx .mbr-text,
.cid-vihPgC3ydx .text-wrapper {
  color: #fffcee;
  text-align: center;
}
.cid-vihPgC3ydx .mbr-section-title,
.cid-vihPgC3ydx .title-wrapper,
.cid-vihPgC3ydx .mbr-section-btn {
  text-align: center;
}
.cid-vihPgCPhXO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #09204c;
}
.cid-vihPgCPhXO .container {
  display: flex;
  justify-content: center;
}
.cid-vihPgCPhXO .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-vihPgCPhXO .col-brand {
  margin-bottom: 40px;
}
.cid-vihPgCPhXO .col-link {
  margin-bottom: 30px;
}
.cid-vihPgCPhXO .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-vihPgCPhXO .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vihPgCPhXO .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vihPgCPhXO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vihPgCPhXO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vihPgCPhXO .mbr-section-subtitle {
  color: #f7f7f7;
  margin-bottom: 20px;
}
.cid-vihPgCPhXO .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vihPgCPhXO .mbr-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-vihPgCPhXO .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-vihPgCPhXO .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vihPgCPhXO .soc-item:hover {
  background-color: #738bae;
}
.cid-vihPgCPhXO .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-vihPgCPhXO .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-vihPgCPhXO .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-vihPgCPhXO .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-vihPgCPhXO .brand-text {
  margin-bottom: 35px;
  color: #f7f7f7;
  opacity: 0.8;
}
.cid-vihPgCPhXO .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-vihPgCPhXO .mbr-text .text-black {
  color: #00284E !important;
}
.cid-vihPgCPhXO .mbr-text a {
  opacity: 0.8;
}
.cid-vihPgCPhXO .mbr-text a:hover {
  opacity: 1;
  color: #ffffff !important;
}
.cid-vihPgCPhXO .col-copyright {
  margin-top: 44px;
}
.cid-vihPgCPhXO .copyright {
  color: #00284E;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-vihPgCPhXO .copyright {
    text-align: center !important;
  }
}
.cid-vihPgCPhXO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vihPgCPhXO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vimtwrrlhm {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vimtwrrlhm .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vimtwrrlhm .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vimtwrrlhm .btn {
  font-weight: 400;
}
.cid-vimtwrrlhm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vimtwrrlhm .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vimtwrrlhm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vimtwrrlhm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vimtwrrlhm .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-vimtwrrlhm .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vimtwrrlhm .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vimtwrrlhm .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vimtwrrlhm .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vimtwrrlhm .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vimtwrrlhm .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vimtwrrlhm .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vimtwrrlhm .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vimtwrrlhm .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vimtwrrlhm .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vimtwrrlhm .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vimtwrrlhm .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vimtwrrlhm .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vimtwrrlhm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vimtwrrlhm .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vimtwrrlhm .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vimtwrrlhm .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vimtwrrlhm .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vimtwrrlhm .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #09204c;
  background: rgba(9, 32, 76, 0.4) !important;
  border-radius: 4px !important;
}
@media (min-width: 992px) {
  .cid-vimtwrrlhm .dropdown-menu .dropdown.open::before {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    background: transparent;
    right: -20px;
  }
}
.cid-vimtwrrlhm .nav-item:focus,
.cid-vimtwrrlhm .nav-link:focus {
  outline: none;
}
.cid-vimtwrrlhm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vimtwrrlhm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vimtwrrlhm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vimtwrrlhm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vimtwrrlhm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vimtwrrlhm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vimtwrrlhm .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vimtwrrlhm .navbar.opened {
  transition: all 0.25s;
}
.cid-vimtwrrlhm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vimtwrrlhm .navbar .navbar-logo img {
  width: auto;
}
.cid-vimtwrrlhm .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vimtwrrlhm .navbar.collapsed {
  justify-content: center;
}
.cid-vimtwrrlhm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vimtwrrlhm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vimtwrrlhm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vimtwrrlhm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vimtwrrlhm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vimtwrrlhm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vimtwrrlhm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vimtwrrlhm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vimtwrrlhm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vimtwrrlhm .navbar {
    min-height: 72px;
  }
  .cid-vimtwrrlhm .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vimtwrrlhm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vimtwrrlhm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vimtwrrlhm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vimtwrrlhm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vimtwrrlhm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vimtwrrlhm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vimtwrrlhm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vimtwrrlhm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vimtwrrlhm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vimtwrrlhm .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vimtwrrlhm .dropdown-item.active,
.cid-vimtwrrlhm .dropdown-item:active {
  background-color: transparent;
}
.cid-vimtwrrlhm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vimtwrrlhm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vimtwrrlhm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vimtwrrlhm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #09204c;
}
.cid-vimtwrrlhm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vimtwrrlhm .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vimtwrrlhm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vimtwrrlhm .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vimtwrrlhm .navbar-buttons {
    text-align: left;
  }
}
.cid-vimtwrrlhm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vimtwrrlhm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vimtwrrlhm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vimtwrrlhm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vimtwrrlhm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vimtwrrlhm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vimtwrrlhm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vimtwrrlhm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vimtwrrlhm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vimtwrrlhm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vimtwrrlhm .navbar-dropdown {
  padding: 0;
  background: rgba(9, 32, 76, 0.4) !important;
  position: fixed;
}
.cid-vimtwrrlhm .opacityScroll {
  background: #09204c !important;
}
.cid-vimtwrrlhm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vimtwrrlhm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vimtwrrlhm .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vimtwrrlhm .navbar {
    height: 70px;
  }
  .cid-vimtwrrlhm .navbar.opened {
    height: auto;
  }
  .cid-vimtwrrlhm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vimtwrrlhm .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vimtwrrlhm .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vimtwrrlhm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vimtwrrlhm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vimtwrrlhm .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vimtwrrlhm .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vimtwrrlhm .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vimtwrrlhm .navbar-brand {
    margin-right: auto;
  }
  .cid-vimtwrrlhm .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #09204c;
    opacity: 1;
    border-color: rgba(9, 32, 76, 0.4) !important;
    background: rgba(9, 32, 76, 0.4) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vimtwrrlhm .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vimtwrrlhm .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vimtwrrlhm .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vimtwrrlhm .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vimtwrrlhm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vimtwrrlhm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vimtwrrlhm .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vimtwrrlhm .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vimtwrrlhm .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vimtwrrlhm .navbar .dropdown > .dropdown-submenu.show {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vimtwrrlhm .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vimtwrrlhm .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vimtwrrlhm .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vimtws6Q3N {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vimtws6Q3N .mbr-fallback-image.disabled {
  display: none;
}
.cid-vimtws6Q3N .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-vimtws6Q3N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vimtws6Q3N .btn:hover {
  transform: scale(1.1);
  background: #709bc2 !important;
  border-color: #709bc2 !important;
  color: #ffffff !important;
}
.cid-vimtws6Q3N .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-vimtws6Q3N .btn div {
  overflow: hidden;
}
.cid-vimtws6Q3N .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-vimtws6Q3N {
    align-items: flex-end;
  }
  .cid-vimtws6Q3N .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vimtws6Q3N .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vimtws6Q3N {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vimtws6Q3N .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vimtws6Q3N .content-wrap {
    width: 100%;
  }
}
.cid-vimtws6Q3N .mbr-section-subtitle,
.cid-vimtws6Q3N .line {
  color: #ffffff;
}
.cid-vimtws6Q3N .mbr-text,
.cid-vimtws6Q3N .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-vimtws6Q3N .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-vimtwsyLEb {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #ffffff 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-vimtwsyLEb {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #ffffff 0%, #ffffff 110%);
  }
}
.cid-vimtwsyLEb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vimtwsyLEb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vimtwsyLEb .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vimtwsyLEb .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vimtwsyLEb .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vimtwsyLEb .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vimtwsyLEb .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vimtwsyLEb .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vimtwsyLEb .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vimtwsyLEb .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vimtwsyLEb .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vimtwsyLEb .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-vimtwsyLEb .image-wrapper {
    padding-left: 0;
  }
}
.cid-vimtwsyLEb .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vimtwsyLEb .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-vimtwsyLEb .image-wrapper img {
    height: 350px;
  }
}
.cid-vimtwsyLEb .mbr-label {
  color: #a6adbf;
}
.cid-vimtwsyLEb .mbr-section-title {
  color: #232323;
}
.cid-vimtwsyLEb .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vimtwsyLEb .mbr-text,
.cid-vimtwsyLEb .text-wrapper {
  color: #666666;
}
.cid-vin47kCqoH {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vin47kCqoH .title__block {
  margin-bottom: 89px;
}
.cid-vin47kCqoH .timelines-container .separline:last-child:before {
  content: none;
}
.cid-vin47kCqoH .mbr-timeline-title {
  margin-bottom: 10px;
  font-weight: 500;
}
.cid-vin47kCqoH .timeline-text-content {
  padding: 27px 27px 28px 37px;
  border: 1px solid #ddebe9;
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
}
.cid-vin47kCqoH .timeline-text-content p {
  margin-bottom: 0;
}
.cid-vin47kCqoH .timeline-text-content:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #ddebe9;
  display: block;
  border-bottom: none;
  border-left: none;
  position: absolute;
  right: -8px;
  top: 18px;
  background-color: #ffffff;
  transform: rotate(45deg);
}
.cid-vin47kCqoH .timeline-element {
  margin-top: 20px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
}
.cid-vin47kCqoH .timeline-element:nth-child(odd) .timeline-text-content {
  margin-right: 35px;
}
.cid-vin47kCqoH .timeline-element:nth-child(even) .timeline-text-content {
  margin-left: 35px;
}
.cid-vin47kCqoH .timeline-element:nth-child(even) .timeline-text-content:before {
  right: auto;
  left: -8px;
  top: 18px;
  transform: rotate(225deg);
}
.cid-vin47kCqoH .iconBackground {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 21px;
  width: 10px;
  height: 10px;
  transform: translateX(-50%);
  background-color: #09204c;
}
.cid-vin47kCqoH .iconBackground:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: inherit;
  opacity: .35;
  top: -10px;
  left: -10px;
  border-radius: 50%;
}
.cid-vin47kCqoH .separline:before {
  top: 60px;
  bottom: 0;
  position: absolute;
  content: "";
  width: .5px;
  background-color: #09204c;
  left: calc(50% - 1px);
  height: calc(100% - 3rem);
  opacity: .35;
}
@media (max-width: 991px) {
  .cid-vin47kCqoH .title__block {
    margin-bottom: 40px;
  }
  .cid-vin47kCqoH .timeline-element {
    margin: 0 0 28px 10px;
  }
  .cid-vin47kCqoH .timeline-element:nth-child(odd) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-vin47kCqoH .timeline-element:nth-child(odd) .timeline-text-content:before {
    right: auto;
    left: -8px;
    transform: rotate(225deg);
  }
  .cid-vin47kCqoH .timeline-element:nth-child(even) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-vin47kCqoH .timeline-text-content {
    padding: 18px 19px;
    margin-left: 0 !important;
  }
  .cid-vin47kCqoH .iconBackground {
    left: 0 !important;
  }
  .cid-vin47kCqoH .separline:before {
    left: 0 !important;
  }
}
.cid-vin47kCqoH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vin47kCqoH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vinhPEP6sf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  align-items: flex-end;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-vinhPEP6sf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vinhPEP6sf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vinhPEP6sf .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vinhPEP6sf .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-vinhPEP6sf .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vinhPEP6sf .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vinhPEP6sf .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-vinhPEP6sf .content-wrapper .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-vinhPEP6sf .mbr-section-title {
  color: #252322;
}
.cid-vinhPEP6sf .mbr-text {
  color: #252322;
}
.cid-vinhPEP6sf .mbr-section-title,
.cid-vinhPEP6sf .mbr-section-btn {
  color: #f7f7f7;
}
.cid-vinhPEP6sf .mbr-text,
.cid-vinhPEP6sf .text-wrapper {
  color: #f7f7f7;
}
.cid-vinhHyrmcU {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vinhHyrmcU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vinhHyrmcU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vinhHyrmcU .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vinhHyrmcU .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vinhHyrmcU .content-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-vinhHyrmcU .mbr-label {
  color: #14334b;
}
.cid-vinhHyrmcU .mbr-text {
  color: #14334b;
}
.cid-vingWhNYr6 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vingWhNYr6 h3 {
  text-align: center;
}
.cid-vingWhNYr6 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-vingWhNYr6 .mbr-content-text {
  color: #232323;
  text-align: left;
}
.cid-vingWhNYr6 .card {
  word-wrap: break-word;
}
.cid-vingWhNYr6 .mbr-iconfont {
  font-size: 80px;
  color: #ffffff;
}
.cid-vingWhNYr6 H3 {
  color: #7787a5;
}
.cid-vingWhNYr6 H4 {
  color: #3b668d;
  text-align: left;
}
.cid-vingWhNYr6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vingWhNYr6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vimtwF9kQl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #09204c;
}
.cid-vimtwF9kQl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vimtwF9kQl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vimtwF9kQl .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vimtwF9kQl .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vimtwF9kQl .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
  background-image: linear-gradient(-165deg, #f7f7f7, #f7f7f7 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vimtwF9kQl .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vimtwF9kQl .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vimtwF9kQl .mbr-section-title {
  color: #000000;
}
.cid-vimtwF9kQl .mbr-text,
.cid-vimtwF9kQl .text-wrapper {
  color: #fffcee;
  text-align: center;
}
.cid-vimtwF9kQl .mbr-section-title,
.cid-vimtwF9kQl .title-wrapper,
.cid-vimtwF9kQl .mbr-section-btn {
  text-align: center;
}
.cid-vimtwFSxk8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #09204c;
}
.cid-vimtwFSxk8 .container {
  display: flex;
  justify-content: center;
}
.cid-vimtwFSxk8 .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-vimtwFSxk8 .col-brand {
  margin-bottom: 40px;
}
.cid-vimtwFSxk8 .col-link {
  margin-bottom: 30px;
}
.cid-vimtwFSxk8 .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-vimtwFSxk8 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vimtwFSxk8 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vimtwFSxk8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vimtwFSxk8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vimtwFSxk8 .mbr-section-subtitle {
  color: #010d4c;
  margin-bottom: 20px;
}
.cid-vimtwFSxk8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vimtwFSxk8 .mbr-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-vimtwFSxk8 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-vimtwFSxk8 .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vimtwFSxk8 .soc-item:hover {
  background-color: #738bae;
}
.cid-vimtwFSxk8 .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-vimtwFSxk8 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-vimtwFSxk8 .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-vimtwFSxk8 .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-vimtwFSxk8 .brand-text {
  margin-bottom: 35px;
  color: #00284E;
  opacity: 0.8;
}
.cid-vimtwFSxk8 .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-vimtwFSxk8 .mbr-text .text-black {
  color: #00284E !important;
}
.cid-vimtwFSxk8 .mbr-text a {
  opacity: 0.8;
}
.cid-vimtwFSxk8 .mbr-text a:hover {
  opacity: 1;
  color: #ffffff !important;
}
.cid-vimtwFSxk8 .col-copyright {
  margin-top: 44px;
}
.cid-vimtwFSxk8 .copyright {
  color: #f7f7f7;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-vimtwFSxk8 .copyright {
    text-align: center !important;
  }
}
.cid-vimtwFSxk8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vimtwFSxk8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vinkpbqSmR {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vinkpbqSmR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vinkpbqSmR .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vinkpbqSmR .btn {
  font-weight: 400;
}
.cid-vinkpbqSmR .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vinkpbqSmR .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vinkpbqSmR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vinkpbqSmR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vinkpbqSmR .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-vinkpbqSmR .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vinkpbqSmR .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vinkpbqSmR .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vinkpbqSmR .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vinkpbqSmR .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vinkpbqSmR .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vinkpbqSmR .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vinkpbqSmR .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vinkpbqSmR .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vinkpbqSmR .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vinkpbqSmR .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vinkpbqSmR .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vinkpbqSmR .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vinkpbqSmR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vinkpbqSmR .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vinkpbqSmR .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vinkpbqSmR .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vinkpbqSmR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vinkpbqSmR .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #09204c;
  background: rgba(9, 32, 76, 0.4) !important;
  border-radius: 4px !important;
}
@media (min-width: 992px) {
  .cid-vinkpbqSmR .dropdown-menu .dropdown.open::before {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    background: transparent;
    right: -20px;
  }
}
.cid-vinkpbqSmR .nav-item:focus,
.cid-vinkpbqSmR .nav-link:focus {
  outline: none;
}
.cid-vinkpbqSmR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vinkpbqSmR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vinkpbqSmR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vinkpbqSmR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vinkpbqSmR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vinkpbqSmR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vinkpbqSmR .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vinkpbqSmR .navbar.opened {
  transition: all 0.25s;
}
.cid-vinkpbqSmR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vinkpbqSmR .navbar .navbar-logo img {
  width: auto;
}
.cid-vinkpbqSmR .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vinkpbqSmR .navbar.collapsed {
  justify-content: center;
}
.cid-vinkpbqSmR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vinkpbqSmR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vinkpbqSmR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vinkpbqSmR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vinkpbqSmR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vinkpbqSmR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vinkpbqSmR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vinkpbqSmR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vinkpbqSmR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vinkpbqSmR .navbar {
    min-height: 72px;
  }
  .cid-vinkpbqSmR .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vinkpbqSmR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vinkpbqSmR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vinkpbqSmR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vinkpbqSmR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vinkpbqSmR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vinkpbqSmR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vinkpbqSmR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vinkpbqSmR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vinkpbqSmR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vinkpbqSmR .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vinkpbqSmR .dropdown-item.active,
.cid-vinkpbqSmR .dropdown-item:active {
  background-color: transparent;
}
.cid-vinkpbqSmR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vinkpbqSmR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vinkpbqSmR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vinkpbqSmR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #09204c;
}
.cid-vinkpbqSmR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vinkpbqSmR .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vinkpbqSmR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vinkpbqSmR .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vinkpbqSmR .navbar-buttons {
    text-align: left;
  }
}
.cid-vinkpbqSmR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vinkpbqSmR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vinkpbqSmR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vinkpbqSmR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vinkpbqSmR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vinkpbqSmR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vinkpbqSmR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vinkpbqSmR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vinkpbqSmR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vinkpbqSmR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vinkpbqSmR .navbar-dropdown {
  padding: 0;
  background: rgba(9, 32, 76, 0.4) !important;
  position: fixed;
}
.cid-vinkpbqSmR .opacityScroll {
  background: #09204c !important;
}
.cid-vinkpbqSmR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vinkpbqSmR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vinkpbqSmR .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vinkpbqSmR .navbar {
    height: 70px;
  }
  .cid-vinkpbqSmR .navbar.opened {
    height: auto;
  }
  .cid-vinkpbqSmR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vinkpbqSmR .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vinkpbqSmR .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vinkpbqSmR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vinkpbqSmR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vinkpbqSmR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vinkpbqSmR .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vinkpbqSmR .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vinkpbqSmR .navbar-brand {
    margin-right: auto;
  }
  .cid-vinkpbqSmR .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #09204c;
    opacity: 1;
    border-color: rgba(9, 32, 76, 0.4) !important;
    background: rgba(9, 32, 76, 0.4) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vinkpbqSmR .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vinkpbqSmR .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vinkpbqSmR .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vinkpbqSmR .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vinkpbqSmR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vinkpbqSmR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vinkpbqSmR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vinkpbqSmR .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vinkpbqSmR .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vinkpbqSmR .navbar .dropdown > .dropdown-submenu.show {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vinkpbqSmR .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vinkpbqSmR .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vinkpbqSmR .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vinkpeaKnV {
  display: flex;
  padding-top: 19rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vinkpeaKnV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vinkpeaKnV .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-vinkpeaKnV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vinkpeaKnV .btn:hover {
  transform: scale(1.1);
  background: #709bc2 !important;
  border-color: #709bc2 !important;
  color: #ffffff !important;
}
.cid-vinkpeaKnV .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-vinkpeaKnV .btn div {
  overflow: hidden;
}
.cid-vinkpeaKnV .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-vinkpeaKnV {
    align-items: flex-end;
  }
  .cid-vinkpeaKnV .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vinkpeaKnV .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vinkpeaKnV {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vinkpeaKnV .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vinkpeaKnV .content-wrap {
    width: 100%;
  }
}
.cid-vinkpeaKnV .mbr-section-subtitle,
.cid-vinkpeaKnV .line {
  color: #ffffff;
}
.cid-vinkpeaKnV .mbr-text,
.cid-vinkpeaKnV .mbr-section-btn {
  text-align: left;
}
.cid-vinkpeaKnV .mbr-section-title {
  color: #3b668d;
}
.cid-vinlm569cc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vinlm569cc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vinlm569cc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vinlm569cc .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
}
.cid-vinlm569cc .title-wrapper {
  margin-bottom: 40px;
}
.cid-vinlm569cc .mbr-section-title {
  margin-bottom: 24px;
  color: #0a0a0a;
}
.cid-vinlm569cc .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vinlm569cc .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vinlm569cc .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-vinlm569cc .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vinlm569cc .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-vinlm569cc .form-wrap .dragArea.row .form-group .form-control {
  padding: 6px 0;
  background-color: transparent;
  border: none !important;
  border-bottom: 1px solid #eaeaea !important;
  box-shadow: none;
  margin-bottom: 40px;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vinlm569cc .form-wrap .dragArea.row .form-group .form-control {
    margin-bottom: 24px;
  }
}
.cid-vinlm569cc .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #909090;
}
.cid-vinlm569cc .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vinlm569cc .form-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #0a0a0a !important;
}
.cid-vinlm569cc .form-wrap .dragArea.row .form-group textarea {
  min-height: 80px;
}
.cid-vinlm569cc .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vinlm569cc .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
}
.cid-vinlm569cc .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vinlm569cc .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
  padding: 22px 45px;
}
@media (max-width: 992px) {
  .cid-vinlm569cc .form-wrap .dragArea.row .mbr-section-btn .btn {
    padding: 15px 25px;
  }
}
.cid-vinlm569cc .mbr-text {
  color: #0a0a0a;
}
.cid-vinlm569cc label {
  color: #0a0a0a;
}
.cid-vinmScOEg4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-vinmScOEg4 input {
  padding: 1.5rem 2rem;
  border: 0px !important;
  height: 100%;
  box-shadow: none !important;
  font-size: 1rem;
  border-radius: 2rem !important;
}
.cid-vinmScOEg4 input:hover {
  border: none !important;
  box-shadow: none;
}
.cid-vinmScOEg4 .btn,
.cid-vinmScOEg4 .wrapper {
  border-radius: 2rem !important;
}
.cid-vinmScOEg4 .btn {
  height: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-vinmScOEg4 .btn {
    width: 100%;
  }
}
.cid-vinmScOEg4 .btn:hover,
.cid-vinmScOEg4 .btn:focus {
  transform: none !important;
}
.cid-vinmScOEg4 .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-vinmScOEg4 .social-row {
    justify-content: center;
  }
}
.cid-vinmScOEg4 .soc-item {
  margin: 8px;
}
.cid-vinmScOEg4 .soc-item a:hover .mbr-iconfont,
.cid-vinmScOEg4 .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
  transform: scale(1.1);
}
.cid-vinmScOEg4 .soc-item a .mbr-iconfont {
  width: 84px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 26px;
  background-color: #c4d6b0;
  color: #291f1e;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vinmScOEg4 .soc-item a .mbr-iconfont {
    width: 54px;
    height: 54px;
  }
}
.cid-vinmScOEg4 .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-vinmScOEg4 .mbr-section-btn {
    width: 100%;
  }
}
.cid-vinmScOEg4 .mbr-section-btn .btn {
  width: auto;
}
@media (min-width: 992px) {
  .cid-vinmScOEg4 .text-wrapper {
    padding: 0 1rem;
  }
}
.cid-vinmScOEg4 .form-group {
  margin: 0;
}
.cid-vinmScOEg4 .wrapper {
  background: white;
  border-radius: 2rem !important;
  width: 80%;
  padding: 0;
  overflow: hidden;
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vinmScOEg4 .wrapper {
    border-radius: 1rem !important;
    width: 100%;
    margin: 0;
  }
  .cid-vinmScOEg4 .wrapper .btn {
    border-radius: 1rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vinmScOEg4 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vinmScOEg4 .justify-content-center {
  align-items: center;
}
.cid-vinmScOEg4 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-vinmScOEg4 .mbr-section-title,
.cid-vinmScOEg4 .mbr-section-title2 {
  color: #fffcee;
}
@media (max-width: 767px) {
  .cid-vinmScOEg4 .mbr-section-title,
  .cid-vinmScOEg4 .mbr-section-title2 {
    text-align: center;
  }
}
.cid-vinkpeMS9R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #09204c;
}
.cid-vinkpeMS9R .container {
  display: flex;
  justify-content: center;
}
.cid-vinkpeMS9R .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-vinkpeMS9R .col-brand {
  margin-bottom: 40px;
}
.cid-vinkpeMS9R .col-link {
  margin-bottom: 30px;
}
.cid-vinkpeMS9R .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-vinkpeMS9R .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vinkpeMS9R .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vinkpeMS9R .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vinkpeMS9R .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vinkpeMS9R .mbr-section-subtitle {
  color: #010d4c;
  margin-bottom: 20px;
}
.cid-vinkpeMS9R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vinkpeMS9R .mbr-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-vinkpeMS9R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-vinkpeMS9R .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vinkpeMS9R .soc-item:hover {
  background-color: #738bae;
}
.cid-vinkpeMS9R .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-vinkpeMS9R .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-vinkpeMS9R .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-vinkpeMS9R .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-vinkpeMS9R .brand-text {
  margin-bottom: 35px;
  color: #00284E;
  opacity: 0.8;
}
.cid-vinkpeMS9R .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-vinkpeMS9R .mbr-text .text-black {
  color: #00284E !important;
}
.cid-vinkpeMS9R .mbr-text a {
  opacity: 0.8;
}
.cid-vinkpeMS9R .mbr-text a:hover {
  opacity: 1;
  color: #ffffff !important;
}
.cid-vinkpeMS9R .col-copyright {
  margin-top: 44px;
}
.cid-vinkpeMS9R .copyright {
  color: #f7f7f7;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-vinkpeMS9R .copyright {
    text-align: center !important;
  }
}
.cid-vinkpeMS9R .mbr-fallback-image.disabled {
  display: none;
}
.cid-vinkpeMS9R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
