.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((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: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #0e4a9b !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #a3208d !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0e4a9b !important;
  border-color: #0e4a9b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #1260ca !important;
  border-color: #1260ca !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1260ca !important;
  border-color: #1260ca !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0e4a9b !important;
  border-color: #0e4a9b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #1260ca !important;
  border-color: #1260ca !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1260ca !important;
  border-color: #1260ca !important;
}
.btn-info,
.btn-info:active {
  background-color: #a3208d !important;
  border-color: #a3208d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ce28b2 !important;
  border-color: #ce28b2 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #ce28b2 !important;
  border-color: #ce28b2 !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  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-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #0e4a9b;
  color: #0e4a9b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #07244b !important;
  background-color: transparent !important;
  border-color: #07244b !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0e4a9b !important;
  border-color: #0e4a9b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #0e4a9b;
  color: #0e4a9b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #07244b !important;
  background-color: transparent !important;
  border-color: #07244b !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0e4a9b !important;
  border-color: #0e4a9b !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #a3208d;
  color: #a3208d;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #5b124e !important;
  background-color: transparent !important;
  border-color: #5b124e !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #a3208d !important;
  border-color: #a3208d !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.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: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !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: #0e4a9b !important;
}
.text-secondary {
  color: #0e4a9b !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #a3208d !important;
}
.text-warning {
  color: #a0e2e1 !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: #061d3d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #061d3d !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: #4e0f43 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !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: #0e4a9b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #a3208d;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0e4a9b;
  border-color: #0e4a9b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0e4a9b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #3b87ed;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #e062cb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #0e4a9b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #0e4a9b;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0e4a9b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0e4a9b;
}
.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: #0e4a9b;
  border-bottom-color: #0e4a9b;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #0e4a9b !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #0e4a9b !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='%230e4a9b' %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-veWg9VAnqf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veWg9VAnqf .row {
  flex-direction: row-reverse;
}
.cid-veWg9VAnqf .row {
  align-items: center;
}
.cid-veWg9VAnqf .image-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .cid-veWg9VAnqf .image-wrapper {
    padding: 0 30px;
    padding-right: 2.5rem;
  }
}
.cid-veWg9VAnqf .image-wrapper img {
  width: auto;
  max-width: 100%;
  align-self: flex-end;
  object-fit: cover;
}
.cid-veWg9VAnqf .image-wrapper img:last-child {
  align-self: flex-start;
  margin-top: -25%;
}
@media (max-width: 991px) {
  .cid-veWg9VAnqf .image-wrapper img {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-veWg9VAnqf .col-text {
    padding-bottom: 4.8rem;
  }
}
@media (min-width: 992px) {
  .cid-veWg9VAnqf .col-text {
    padding: 0 30px;
    padding-left: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veWg9VAnqf .col-text {
    text-align: center;
  }
}
.cid-veWg9VAnqf .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-veWg9VAnqf .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #b82ea1;
}
@media (max-width: 767px) {
  .cid-veWg9VAnqf .label-text {
    text-align: center !important;
  }
}
.cid-veWg9VAnqf .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
  color: #222222;
}
.cid-veWg9VAnqf .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-veWg9VAnqf .lists-container {
  display: flex;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-veWg9VAnqf .lists-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-veWg9VAnqf .lists-container {
    justify-content: center;
  }
}
.cid-veWg9VAnqf .list {
  display: flex;
  flex-direction: column;
  color: #555555;
  padding: 0 8px 0 0;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .cid-veWg9VAnqf .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-veWg9VAnqf .list {
    align-items: center;
  }
}
.cid-veWg9VAnqf .list-item {
  display: flex;
  align-items: center;
}
.cid-veWg9VAnqf .icon-wrapper {
  margin-right: 5px;
}
.cid-veWg9VAnqf .icon-wrapper span {
  color: #b82ea1;
  font-size: 21px;
}
.cid-veWg9VAnqf .list-item-text {
  flex-grow: 1;
}
.cid-veWg9VAnqf .btn-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-veWg9VAnqf .btn-container {
    margin-top: 16px;
  }
}
@media (max-width: 575px) {
  .cid-veWg9VAnqf .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-veWg9VAnqf .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-veWg9VAnqf .mbr-fallback-image.disabled {
  display: none;
}
.cid-veWg9VAnqf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veWg9VAnqf .mbr-section-title,
.cid-veWg9VAnqf .mbr-section-btn {
  color: #0e4a9b;
}
.cid-veWSHA062T {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-veWSHA062T .main-wrapper .icon-main:hover .process-icon .wrapper .icon-container a .icon-wrapper,
.cid-veWSHA062T .main-wrapper .icon-main:hover .process-icon-without-before .wrapper .icon-container a .icon-wrapper,
.cid-veWSHA062T .main-wrapper .icon-main:hover .process-icon .wrapper-without-before .icon-container a .icon-wrapper,
.cid-veWSHA062T .main-wrapper .icon-main:hover .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper {
  background-color: #0e4a9b !important;
}
.cid-veWSHA062T .mbr-section-subtitle {
  color: #b82ea1;
  text-align: center;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-veWSHA062T .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #0e4a9b;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-veWSHA062T .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-veWSHA062T .mbr-section-title {
  margin: 0;
  font-weight: 500;
}
.cid-veWSHA062T .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-veWSHA062T .main-wrapper {
  padding: 56px 0 0 0;
}
.cid-veWSHA062T .main-wrapper .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-veWSHA062T .main-wrapper .icon-main .process-icon,
.cid-veWSHA062T .main-wrapper .icon-main .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-veWSHA062T .main-wrapper .icon-main .process-icon .wrapper,
.cid-veWSHA062T .main-wrapper .icon-main .process-icon-without-before .wrapper,
.cid-veWSHA062T .main-wrapper .icon-main .process-icon .wrapper-without-before,
.cid-veWSHA062T .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before {
  position: relative;
  margin-bottom: 20px;
}
.cid-veWSHA062T .main-wrapper .icon-main .process-icon .wrapper .icon-container,
.cid-veWSHA062T .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container,
.cid-veWSHA062T .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container,
.cid-veWSHA062T .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-veWSHA062T .main-wrapper .icon-main .process-icon .wrapper .icon-container a,
.cid-veWSHA062T .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a,
.cid-veWSHA062T .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a,
.cid-veWSHA062T .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a {
  display: inherit;
}
.cid-veWSHA062T .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper,
.cid-veWSHA062T .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper,
.cid-veWSHA062T .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper,
.cid-veWSHA062T .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 24px;
  height: 80px;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 32px;
  line-height: 1;
  color: #ffffff;
  font-weight: normal;
  width: 80px;
}
.cid-veWSHA062T .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon1,
.cid-veWSHA062T .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon1,
.cid-veWSHA062T .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon1,
.cid-veWSHA062T .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper.icon1 {
  background-color: rgba(209, 107, 134, 0.3);
  color: #d16b86;
}
.cid-veWSHA062T .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon2,
.cid-veWSHA062T .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon2,
.cid-veWSHA062T .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon2,
.cid-veWSHA062T .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper.icon2 {
  background-color: rgba(92, 167, 219, 0.3);
  color: #5ca7db;
}
.cid-veWSHA062T .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon3,
.cid-veWSHA062T .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon3,
.cid-veWSHA062T .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon3,
.cid-veWSHA062T .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper.icon3 {
  background-color: rgba(156, 205, 126, 0.3);
  color: #9ccd7e;
}
.cid-veWSHA062T .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon4,
.cid-veWSHA062T .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon4,
.cid-veWSHA062T .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon4,
.cid-veWSHA062T .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper.icon4 {
  background-color: rgba(132, 138, 189, 0.3);
  color: #848abd;
}
.cid-veWSHA062T .main-wrapper .icon-main .process-icon .wrapper .icon-container .step,
.cid-veWSHA062T .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step,
.cid-veWSHA062T .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step,
.cid-veWSHA062T .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step {
  position: absolute;
  bottom: -3px;
  left: 11px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  font-size: 11px;
  line-height: normal;
  font-weight: 500;
  z-index: 2;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  text-align: center;
  color: #ffffff;
}
.cid-veWSHA062T .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_1,
.cid-veWSHA062T .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_1,
.cid-veWSHA062T .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_1,
.cid-veWSHA062T .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_1 {
  background: #d16b86;
}
.cid-veWSHA062T .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_2,
.cid-veWSHA062T .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_2,
.cid-veWSHA062T .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_2,
.cid-veWSHA062T .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_2 {
  background: #5ca7db;
}
.cid-veWSHA062T .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_3,
.cid-veWSHA062T .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_3,
.cid-veWSHA062T .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_3,
.cid-veWSHA062T .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_3 {
  background: #9ccd7e;
}
.cid-veWSHA062T .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_4,
.cid-veWSHA062T .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_4,
.cid-veWSHA062T .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_4,
.cid-veWSHA062T .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_4 {
  background: #848abd;
}
.cid-veWSHA062T .main-wrapper .icon-main .process-icon .subicon-title,
.cid-veWSHA062T .main-wrapper .icon-main .process-icon-without-before .subicon-title {
  color: #404040;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 600;
  margin-bottom: 12px;
}
.cid-veWSHA062T .main-wrapper .icon-main .process-icon .subicon-text,
.cid-veWSHA062T .main-wrapper .icon-main .process-icon-without-before .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
  color: #606060;
  font-weight: 600;
}
@media (max-width: 767px) {
  .cid-veWSHA062T .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-veWSHA062T .third-elem .wrapper:before {
    display: none;
  }
}
.cid-veWSHA062T .mbr-fallback-image.disabled {
  display: none;
}
.cid-veWSHA062T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veWSHA062T .mbr-section-title,
.cid-veWSHA062T .underline {
  color: #0e4a9b;
  text-align: center;
}
.cid-vf0of98OL0 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #fafafa;
}
.cid-vf0of98OL0 .main-wrapper .icon-main:hover .process-icon .wrapper .icon-container a .icon-wrapper,
.cid-vf0of98OL0 .main-wrapper .icon-main:hover .process-icon-without-before .wrapper .icon-container a .icon-wrapper,
.cid-vf0of98OL0 .main-wrapper .icon-main:hover .process-icon .wrapper-without-before .icon-container a .icon-wrapper,
.cid-vf0of98OL0 .main-wrapper .icon-main:hover .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper {
  background-color: #0e4a9b !important;
}
.cid-vf0of98OL0 .mbr-section-subtitle {
  color: #999999;
  text-align: center;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-vf0of98OL0 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #0e4a9b;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-vf0of98OL0 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-vf0of98OL0 .mbr-section-title {
  margin: 0;
  font-weight: 500;
}
.cid-vf0of98OL0 .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-vf0of98OL0 .main-wrapper {
  padding: 0 0 0 0;
}
.cid-vf0of98OL0 .main-wrapper .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-vf0of98OL0 .main-wrapper .icon-main .process-icon,
.cid-vf0of98OL0 .main-wrapper .icon-main .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-vf0of98OL0 .main-wrapper .icon-main .process-icon .wrapper,
.cid-vf0of98OL0 .main-wrapper .icon-main .process-icon-without-before .wrapper,
.cid-vf0of98OL0 .main-wrapper .icon-main .process-icon .wrapper-without-before,
.cid-vf0of98OL0 .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before {
  position: relative;
  margin-bottom: 20px;
}
.cid-vf0of98OL0 .main-wrapper .icon-main .process-icon .wrapper .icon-container,
.cid-vf0of98OL0 .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container,
.cid-vf0of98OL0 .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container,
.cid-vf0of98OL0 .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-vf0of98OL0 .main-wrapper .icon-main .process-icon .wrapper .icon-container a,
.cid-vf0of98OL0 .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a,
.cid-vf0of98OL0 .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a,
.cid-vf0of98OL0 .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a {
  display: inherit;
}
.cid-vf0of98OL0 .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper,
.cid-vf0of98OL0 .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper,
.cid-vf0of98OL0 .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper,
.cid-vf0of98OL0 .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 24px;
  height: 80px;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 32px;
  line-height: 1;
  color: #ffffff;
  font-weight: normal;
  width: 80px;
}
.cid-vf0of98OL0 .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon1,
.cid-vf0of98OL0 .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon1,
.cid-vf0of98OL0 .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon1,
.cid-vf0of98OL0 .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper.icon1 {
  background-color: rgba(156, 205, 126, 0.3);
  color: #9ccd7e;
}
.cid-vf0of98OL0 .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon2,
.cid-vf0of98OL0 .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon2,
.cid-vf0of98OL0 .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon2,
.cid-vf0of98OL0 .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper.icon2 {
  background-color: rgba(132, 138, 189, 0.3);
  color: #848abd;
}
.cid-vf0of98OL0 .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon3,
.cid-vf0of98OL0 .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon3,
.cid-vf0of98OL0 .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon3,
.cid-vf0of98OL0 .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper.icon3 {
  background-color: rgba(209, 107, 134, 0.3);
  color: #d16b86;
}
.cid-vf0of98OL0 .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon4,
.cid-vf0of98OL0 .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon4,
.cid-vf0of98OL0 .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon4,
.cid-vf0of98OL0 .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper.icon4 {
  background-color: rgba(92, 167, 219, 0.3);
  color: #5ca7db;
}
.cid-vf0of98OL0 .main-wrapper .icon-main .process-icon .wrapper .icon-container .step,
.cid-vf0of98OL0 .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step,
.cid-vf0of98OL0 .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step,
.cid-vf0of98OL0 .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step {
  position: absolute;
  bottom: -3px;
  left: 11px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  font-size: 11px;
  line-height: normal;
  font-weight: 500;
  z-index: 2;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  text-align: center;
  color: #ffffff;
}
.cid-vf0of98OL0 .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_1,
.cid-vf0of98OL0 .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_1,
.cid-vf0of98OL0 .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_1,
.cid-vf0of98OL0 .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_1 {
  background: #9ccd7e;
}
.cid-vf0of98OL0 .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_2,
.cid-vf0of98OL0 .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_2,
.cid-vf0of98OL0 .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_2,
.cid-vf0of98OL0 .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_2 {
  background: #848abd;
}
.cid-vf0of98OL0 .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_3,
.cid-vf0of98OL0 .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_3,
.cid-vf0of98OL0 .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_3,
.cid-vf0of98OL0 .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_3 {
  background: #d16b86;
}
.cid-vf0of98OL0 .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_4,
.cid-vf0of98OL0 .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_4,
.cid-vf0of98OL0 .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_4,
.cid-vf0of98OL0 .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_4 {
  background: #5ca7db;
}
.cid-vf0of98OL0 .main-wrapper .icon-main .process-icon .subicon-title,
.cid-vf0of98OL0 .main-wrapper .icon-main .process-icon-without-before .subicon-title {
  color: #404040;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 600;
  margin-bottom: 12px;
}
.cid-vf0of98OL0 .main-wrapper .icon-main .process-icon .subicon-text,
.cid-vf0of98OL0 .main-wrapper .icon-main .process-icon-without-before .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
  color: #606060;
  font-weight: 600;
}
@media (max-width: 767px) {
  .cid-vf0of98OL0 .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-vf0of98OL0 .third-elem .wrapper:before {
    display: none;
  }
}
.cid-vf0of98OL0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf0of98OL0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfk0zR3eOh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vfk0zR3eOh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfk0zR3eOh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfk0zR3eOh .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vfk0zR3eOh .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vfk0zR3eOh .item-wrapper {
  background: #0e4a9b;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfk0zR3eOh .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vfk0zR3eOh .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vfk0zR3eOh .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #ffffff;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #b82ea1;
  height: 80px;
  border-radius: 50%;
}
.cid-vfk0zR3eOh .mbr-section-title {
  color: #b82ea1;
}
.cid-vfk0zR3eOh .mbr-section-subtitle {
  color: #0e4a9b;
}
.cid-vfk0zR3eOh .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vfk0zR3eOh .card-box .item-footer {
  margin-top: auto;
}
.cid-vfk0zR3eOh .content-head {
  max-width: 800px;
}
.cid-vfk0zR3eOh .card-title,
.cid-vfk0zR3eOh .iconfont-wrapper {
  color: #ffffff;
}
.cid-vfk0zR3eOh .card-text,
.cid-vfk0zR3eOh .item .mbr-section-btn {
  color: #edefeb;
}
.cid-vf0wWCnimn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/27554201-1500x841.jpg");
}
.cid-vf0wWCnimn .mbr-text {
  margin-bottom: 20px;
  color: #f7f7f7;
}
.cid-vf0wWCnimn .mbr-section-btn .btn:hover {
  background-color: #0e4a9b !important;
  border-color: #0e4a9b !important;
}
.cid-vf0wWCnimn .mbr-section-btn .btn .mbr-iconfont {
  font-size: 15px;
}
.cid-vf0wWCnimn .divider {
  background-color: #ffffff;
  width: 100%;
  height: 1px;
  margin: 20px 0;
  opacity: 0.6;
}
.cid-vf0wWCnimn .contact__wrap {
  padding-bottom: 40px;
}
.cid-vf0wWCnimn .contact__wrap:last-child {
  padding-bottom: 0;
}
.cid-vf0wWCnimn .contact__title,
.cid-vf0wWCnimn .contact__text {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-vf0wWCnimn .contact__wrap,
  .cid-vf0wWCnimn .title__block {
    padding-bottom: 30px;
  }
}
.cid-vf0wWCnimn .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-vf0wWCnimn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf0wWCnimn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf0wWCnimn .contact__text {
  color: #f7f7f7;
}
.cid-vfwhkn1ECD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-vfwhkn1ECD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfwhkn1ECD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfwhkn1ECD .row {
  justify-content: center;
}
.cid-vfwhkn1ECD .card {
  justify-content: flex-end;
}
.cid-vfwhkn1ECD .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfwhkn1ECD .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfwhkn1ECD .title-wrapper .logo-wrapper {
  margin-bottom: 20px;
}
.cid-vfwhkn1ECD .title-wrapper .logo-wrapper img {
  display: inline-block;
  height: 48px;
  width: 48px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-vfwhkn1ECD .title-wrapper .mbr-section-title {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #386bb7, #e24c4a);
  margin-bottom: 0;
}
.cid-vfwhkn1ECD .mbr-section-btn {
  margin-top: 20px;
}
.cid-vfwhkn1ECD .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfwhkn1ECD .mbr-section-btn .btn::after,
.cid-vfwhkn1ECD .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-vfwhkn1ECD .mbr-section-btn .btn:hover,
.cid-vfwhkn1ECD .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-vfwhkn1ECD .mbr-section-btn .btn:hover::after,
.cid-vfwhkn1ECD .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-vfwhkn1ECD .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfwhkn1ECD .nav-wrapper {
    margin-bottom: 40px;
    gap: 20px;
  }
}
.cid-vfwhkn1ECD .nav-wrapper .nav-wrap .nav-title {
  margin-bottom: 10px;
}
.cid-vfwhkn1ECD .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vfwhkn1ECD .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all .3s ease;
}
.cid-vfwhkn1ECD .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfwhkn1ECD .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vfwhkn1ECD .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #adadad;
  transform: translateX(5px);
}
.cid-vfwhkn1ECD .mbr-copy {
  background-color: #2c2c2c;
  padding: 30px 40px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vfwhkn1ECD .mbr-copy {
    padding: 20px;
  }
}
.cid-vfwhkn1ECD .mbr-section-title {
  color: #ffffff;
}
.cid-vfwhkn1ECD .nav-title {
  color: #87adde;
}
.cid-vfwhkn1ECD .list {
  color: #ffffff;
}
.cid-vfwhkn1ECD .list,
.cid-vfwhkn1ECD .item-wrap {
  color: #d3dfef;
}
.cid-vftSJbL3kJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/core-2.webp");
}
.cid-vftSJbL3kJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vftSJbL3kJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-vftSJbL3kJ .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .cid-vftSJbL3kJ .col {
    width: 40%;
  }
}
.cid-vftSJbL3kJ .card-wrapper {
  padding: 4rem;
  border-radius: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .cid-vftSJbL3kJ .card-wrapper {
    padding: 1rem;
    border-radius: 1rem;
  }
}
.cid-vftSJbL3kJ .card-wrapper .mbr-section-title,
.cid-vftSJbL3kJ .card-wrapper .mbr-section-subtitle,
.cid-vftSJbL3kJ .card-wrapper .mbr-text,
.cid-vftSJbL3kJ .card-wrapper .mbr-section-btn {
  position: relative;
}
.cid-vftSJbL3kJ .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0e4a9b;
  opacity: 0.8;
  border-radius: 30px !important;
  overflow: hidden;
  display: inline-block;
}
.cid-vftSJbL3kJ .mbr-section-title {
  color: #ffffff;
}
.cid-vftSJbL3kJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vftSJbL3kJ .mbr-text,
.cid-vftSJbL3kJ .mbr-section-btn {
  color: #ffffff;
}
.cid-vfpSukk8Az {
  padding-top: 135px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-vfpSukk8Az .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #b82ea1;
  transition: background 0.3s;
}
.cid-vfpSukk8Az H2 {
  color: #232323;
}
.cid-vfpSukk8Az H3 {
  color: #232323;
}
.cid-vfpSukk8Az .mbr-text,
.cid-vfpSukk8Az .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-vfpSukk8Az .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-vfpSukk8Az .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpSukk8Az .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfpSukk8Az .mbr-section-title {
  color: #0e4a9b;
}
.cid-vfpSukk8Az .mbr-section-subtitle {
  color: #b82ea1;
}
.cid-vfpMRMGYXJ {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vfpMRMGYXJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpMRMGYXJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfpMRMGYXJ .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vfpMRMGYXJ img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-vfpMRMGYXJ img {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-vfpMRMGYXJ .card-link {
  position: relative;
  width: fit-content;
  margin-top: 1rem;
}
.cid-vfpMRMGYXJ .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-vfpMRMGYXJ .card-link:hover a {
  background-image: none !important;
}
.cid-vfpMRMGYXJ .card-link:hover {
  cursor: pointer;
}
.cid-vfpMRMGYXJ .card-link:hover:before {
  width: 0%;
}
.cid-vfpMRMGYXJ .card {
  margin-bottom: 3rem;
}
.cid-vfpMRMGYXJ .mbr-iconfont {
  display: inline-flex;
  font-size: 1.5rem;
  color: #b82ea1;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-vfpMRMGYXJ .row {
  justify-content: center;
}
.cid-vfpMRMGYXJ .card-box {
  align-items: center;
  border-bottom: 1px solid #b82ea1;
  padding-bottom: .8rem;
}
.cid-vfpMRMGYXJ .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 992px) {
  .cid-vfpMRMGYXJ .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-vfpMRMGYXJ .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-vfpMRMGYXJ .card-text {
  color: #232323;
}
.cid-vfpMRMGYXJ .card-title,
.cid-vfpMRMGYXJ .iconfont-wrapper {
  color: #0e4a9b;
  text-align: left;
}
.cid-vfpMRMGYXJ .mbr-section-title {
  text-align: left;
  color: #0e4a9b;
}
.cid-vfpMRMGYXJ .card-link,
.cid-vfpMRMGYXJ .link-icon,
.cid-vfpMRMGYXJ .link-align {
  color: #232323;
}
.cid-vfpNHgnqBt {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #f6f6f6;
}
.cid-vfpNHgnqBt .mbr-text {
  color: #000000;
}
.cid-vfpNHgnqBt .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vfpNHgnqBt .mbr-section-title {
  color: #0a4390;
  text-align: left;
}
.cid-vfpNHgnqBt .mbr-section-subtitle,
.cid-vfpNHgnqBt .main-button {
  text-align: left;
  color: #232323;
}
.cid-vfpNHgnqBt .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vfpNHgnqBt .main-button {
    margin-bottom: 2rem;
  }
}
.cid-vfpNHgnqBt .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-vfpNHgnqBt .panel-group {
  border: none;
}
.cid-vfpNHgnqBt .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-vfpNHgnqBt .card-header {
    padding: 0rem;
  }
}
.cid-vfpNHgnqBt .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-vfpNHgnqBt .collapsed span {
  transform: rotate(0deg);
}
.cid-vfpNHgnqBt .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vfpNHgnqBt p {
  margin-bottom: 0.3rem;
}
.cid-vfpNHgnqBt .panel-title-edit {
  color: #000000;
}
.cid-vfpNHgnqBt .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-vfpNHgnqBt .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-vfpNHgnqBt .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfpNHgnqBt .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-vfpNHgnqBt .panel-text {
  color: #000000;
}
.cid-vfpNHgnqBt .panel-title-edit,
.cid-vfpNHgnqBt .mbr-iconfont {
  color: #053c86;
}
.cid-vfq3Y4aJn3 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-vfq3Y4aJn3 blockquote {
  border-color: #0e4a9b;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-vfq3Y4aJn3 .mbr-text {
  color: #094290;
  text-align: justify;
}
.cid-vfq3Y4aJn3 .mbr-section-title {
  color: #b82ea1;
}
.cid-vfwhkn1ECD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-vfwhkn1ECD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfwhkn1ECD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfwhkn1ECD .row {
  justify-content: center;
}
.cid-vfwhkn1ECD .card {
  justify-content: flex-end;
}
.cid-vfwhkn1ECD .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfwhkn1ECD .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfwhkn1ECD .title-wrapper .logo-wrapper {
  margin-bottom: 20px;
}
.cid-vfwhkn1ECD .title-wrapper .logo-wrapper img {
  display: inline-block;
  height: 48px;
  width: 48px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-vfwhkn1ECD .title-wrapper .mbr-section-title {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #386bb7, #e24c4a);
  margin-bottom: 0;
}
.cid-vfwhkn1ECD .mbr-section-btn {
  margin-top: 20px;
}
.cid-vfwhkn1ECD .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfwhkn1ECD .mbr-section-btn .btn::after,
.cid-vfwhkn1ECD .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-vfwhkn1ECD .mbr-section-btn .btn:hover,
.cid-vfwhkn1ECD .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-vfwhkn1ECD .mbr-section-btn .btn:hover::after,
.cid-vfwhkn1ECD .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-vfwhkn1ECD .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfwhkn1ECD .nav-wrapper {
    margin-bottom: 40px;
    gap: 20px;
  }
}
.cid-vfwhkn1ECD .nav-wrapper .nav-wrap .nav-title {
  margin-bottom: 10px;
}
.cid-vfwhkn1ECD .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vfwhkn1ECD .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all .3s ease;
}
.cid-vfwhkn1ECD .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfwhkn1ECD .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vfwhkn1ECD .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #adadad;
  transform: translateX(5px);
}
.cid-vfwhkn1ECD .mbr-copy {
  background-color: #2c2c2c;
  padding: 30px 40px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vfwhkn1ECD .mbr-copy {
    padding: 20px;
  }
}
.cid-vfwhkn1ECD .mbr-section-title {
  color: #ffffff;
}
.cid-vfwhkn1ECD .nav-title {
  color: #87adde;
}
.cid-vfwhkn1ECD .list {
  color: #ffffff;
}
.cid-vfwhkn1ECD .list,
.cid-vfwhkn1ECD .item-wrap {
  color: #d3dfef;
}
.cid-vll5Yinltw {
  padding-top: 20rem;
  padding-bottom: 3rem;
  align-items: flex-end;
  background-image: url("../../../assets/images/scn-img-3.webp");
}
.cid-vll5Yinltw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vll5Yinltw .card {
  justify-content: flex-end;
}
.cid-vll5Yinltw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vll5Yinltw .title-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-vll5Yinltw .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vll5Yinltw .title-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-vll5Yinltw .title-wrapper .list-wrapper .list {
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 22px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vll5Yinltw .title-wrapper .list-wrapper .list {
    margin-bottom: 22px;
  }
}
.cid-vll5Yinltw .title-wrapper .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 20px;
}
.cid-vll5Yinltw .title-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  font-size: inherit;
  color: #a6ebff;
  display: inline-flex;
}
.cid-vll5Yinltw .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-vll5Yinltw .mbr-label {
  color: #ffffff;
}
.cid-vll5Yinltw .mbr-section-title {
  color: #a6ebff;
}
.cid-vll5Yinltw .list {
  color: #ffffff;
}
.cid-vll5Yinltw .mbr-text {
  color: #ffffff;
}
.cid-vfq83B1Niu {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vfq83B1Niu .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #b82ea1;
  transition: background 0.3s;
}
.cid-vfq83B1Niu H2 {
  color: #232323;
}
.cid-vfq83B1Niu H3 {
  color: #232323;
}
.cid-vfq83B1Niu .mbr-text,
.cid-vfq83B1Niu .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-vfq83B1Niu .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-vfq83B1Niu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfq83B1Niu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfq83B1Niu .mbr-section-title {
  color: #0e4a9b;
}
.cid-vfq83B1Niu .mbr-section-subtitle {
  color: #b82ea1;
}
.cid-vfq9d06aTI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vfq9d06aTI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfq9d06aTI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfq9d06aTI .mbr-section-subtitle {
  background: black;
  width: fit-content;
  color: #ffffff;
  padding: 0.2rem 1rem;
  border-radius: 1rem;
}
.cid-vfq9d06aTI .wrapper {
  background: #f4f4f4;
  padding: 3rem;
  border-radius: 2rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-vfq9d06aTI .wrapper {
    padding: 2rem 1rem;
  }
  .cid-vfq9d06aTI .wrapper .mbr-section-subtitle {
    margin: auto;
  }
}
.cid-vfq9d06aTI .card {
  background: #ffffff;
  border-radius: 2rem;
  padding: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vfq9d06aTI .card {
    padding: 2rem 1rem;
  }
}
.cid-vfq9d06aTI .mbr-section-title {
  color: #a3208d;
}
.cid-vfq9d06aTI .mbr-text,
.cid-vfq9d06aTI .mbr-section-btn {
  color: #000000;
}
.cid-vfq9d06aTI .mbr-title {
  color: #053c86;
  text-align: center;
}
.cid-vlmcc61sBv {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vlmcc61sBv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlmcc61sBv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlmcc61sBv .mbr-section-title {
  color: #a3208d;
}
.cid-vlmcc61sBv .mbr-section-subtitle {
  color: #053c86;
}
.cid-vlm2akEPvn {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vlm2akEPvn .card-box {
  padding: 2rem;
  padding-top: 3rem;
}
@media (min-width: 1500px) {
  .cid-vlm2akEPvn .container {
    max-width: 1400px;
  }
}
.cid-vlm2akEPvn img {
  width: 100%;
}
.cid-vlm2akEPvn .link-wrap {
  width: 100%;
}
.cid-vlm2akEPvn .link {
  display: inline-block;
}
.cid-vlm2akEPvn .card {
  transition: all 0.3s;
}
.cid-vlm2akEPvn .card:hover {
  transform: translateY(-10px);
}
.cid-vlm2akEPvn .card-wrapper {
  background-position: center;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
  cursor: pointer;
  background: #ffffff;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-vlm2akEPvn .card-box {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-vlm2akEPvn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlm2akEPvn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlm2akEPvn .card-title,
.cid-vlm2akEPvn .card-box {
  color: #a3208d;
}
.cid-vlm2akEPvn .main-title {
  color: #053c86;
}
.cid-vlmcQ1hA85 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f6f6f6;
}
.cid-vlmcQ1hA85 .mbr-text {
  color: #000000;
}
.cid-vlmcQ1hA85 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vlmcQ1hA85 .mbr-section-title {
  color: #a3208d;
  text-align: left;
}
.cid-vlmcQ1hA85 .mbr-section-subtitle,
.cid-vlmcQ1hA85 .main-button {
  text-align: left;
  color: #053c86;
}
.cid-vlmcQ1hA85 .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vlmcQ1hA85 .main-button {
    margin-bottom: 2rem;
  }
}
.cid-vlmcQ1hA85 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-vlmcQ1hA85 .panel-group {
  border: none;
}
.cid-vlmcQ1hA85 .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-vlmcQ1hA85 .card-header {
    padding: 0rem;
  }
}
.cid-vlmcQ1hA85 .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-vlmcQ1hA85 .collapsed span {
  transform: rotate(0deg);
}
.cid-vlmcQ1hA85 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vlmcQ1hA85 p {
  margin-bottom: 0.3rem;
}
.cid-vlmcQ1hA85 .panel-title-edit {
  color: #000000;
}
.cid-vlmcQ1hA85 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-vlmcQ1hA85 .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-vlmcQ1hA85 .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vlmcQ1hA85 .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-vlmcQ1hA85 .panel-text {
  color: #3f3f3f;
}
.cid-vlmcQ1hA85 .panel-title-edit,
.cid-vlmcQ1hA85 .mbr-iconfont {
  color: #a3208d;
}
.cid-vfq83BLWcf {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vfq83BLWcf blockquote {
  border-color: #0e4a9b;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-vfq83BLWcf .mbr-text {
  color: #094290;
  text-align: center;
}
.cid-vfq83BLWcf .mbr-section-title {
  color: #b82ea1;
  text-align: center;
}
.cid-vfwhkn1ECD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-vfwhkn1ECD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfwhkn1ECD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfwhkn1ECD .row {
  justify-content: center;
}
.cid-vfwhkn1ECD .card {
  justify-content: flex-end;
}
.cid-vfwhkn1ECD .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfwhkn1ECD .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfwhkn1ECD .title-wrapper .logo-wrapper {
  margin-bottom: 20px;
}
.cid-vfwhkn1ECD .title-wrapper .logo-wrapper img {
  display: inline-block;
  height: 48px;
  width: 48px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-vfwhkn1ECD .title-wrapper .mbr-section-title {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #386bb7, #e24c4a);
  margin-bottom: 0;
}
.cid-vfwhkn1ECD .mbr-section-btn {
  margin-top: 20px;
}
.cid-vfwhkn1ECD .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfwhkn1ECD .mbr-section-btn .btn::after,
.cid-vfwhkn1ECD .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-vfwhkn1ECD .mbr-section-btn .btn:hover,
.cid-vfwhkn1ECD .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-vfwhkn1ECD .mbr-section-btn .btn:hover::after,
.cid-vfwhkn1ECD .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-vfwhkn1ECD .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfwhkn1ECD .nav-wrapper {
    margin-bottom: 40px;
    gap: 20px;
  }
}
.cid-vfwhkn1ECD .nav-wrapper .nav-wrap .nav-title {
  margin-bottom: 10px;
}
.cid-vfwhkn1ECD .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vfwhkn1ECD .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all .3s ease;
}
.cid-vfwhkn1ECD .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfwhkn1ECD .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vfwhkn1ECD .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #adadad;
  transform: translateX(5px);
}
.cid-vfwhkn1ECD .mbr-copy {
  background-color: #2c2c2c;
  padding: 30px 40px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vfwhkn1ECD .mbr-copy {
    padding: 20px;
  }
}
.cid-vfwhkn1ECD .mbr-section-title {
  color: #ffffff;
}
.cid-vfwhkn1ECD .nav-title {
  color: #87adde;
}
.cid-vfwhkn1ECD .list {
  color: #ffffff;
}
.cid-vfwhkn1ECD .list,
.cid-vfwhkn1ECD .item-wrap {
  color: #d3dfef;
}
.cid-vftJq3dASL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/2155724.webp");
}
.cid-vftJq3dASL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vftJq3dASL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-vftJq3dASL .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .cid-vftJq3dASL .col {
    width: 40%;
  }
}
.cid-vftJq3dASL .card-wrapper {
  padding: 4rem;
  border-radius: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .cid-vftJq3dASL .card-wrapper {
    padding: 1rem;
    border-radius: 1rem;
  }
}
.cid-vftJq3dASL .card-wrapper .mbr-section-title,
.cid-vftJq3dASL .card-wrapper .mbr-section-subtitle,
.cid-vftJq3dASL .card-wrapper .mbr-text,
.cid-vftJq3dASL .card-wrapper .mbr-section-btn {
  position: relative;
}
.cid-vftJq3dASL .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0e4a9b;
  opacity: 0.8;
  border-radius: 30px !important;
  overflow: hidden;
  display: inline-block;
}
.cid-vftJq3dASL .mbr-section-title {
  color: #ffffff;
}
.cid-vftJq3dASL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vftJq3dASL .mbr-text,
.cid-vftJq3dASL .mbr-section-btn {
  color: #ffffff;
}
.cid-vfpMtrRlLU {
  padding-top: 75px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-vfpMtrRlLU .top-part {
  margin-bottom: 70px;
}
.cid-vfpMtrRlLU .top-part .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-vfpMtrRlLU .top-part .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-vfpMtrRlLU .top-part .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-vfpMtrRlLU .top-part .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-vfpMtrRlLU .nav-tabs .nav-item.open .nav-link:focus,
.cid-vfpMtrRlLU .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vfpMtrRlLU .nav-tabs {
  flex-wrap: wrap;
  justify-content: space-around;
}
.cid-vfpMtrRlLU .nav-tabs .nav-item {
  padding: 0rem;
}
.cid-vfpMtrRlLU .nav-tabs .nav-link.display-7 {
  font-size: 16px !important;
  line-height: 1.5;
}
.cid-vfpMtrRlLU .nav-link {
  padding: 0.4rem 0.8rem;
}
.cid-vfpMtrRlLU .nav-tabs .nav-link {
  color: #6d7a8c;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: transparent;
  border: none;
  border-radius: 0 !important;
  border-bottom: 2px solid transparent;
}
.cid-vfpMtrRlLU .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-vfpMtrRlLU .nav-tabs .nav-link.active {
  border-bottom: 2px solid #b82ea1;
  color: #28303f;
}
.cid-vfpMtrRlLU .nav-tabs .nav-link.active span {
  color: #b82ea1;
}
.cid-vfpMtrRlLU .nav-tabs .nav-link span {
  margin-right: 14px;
  font-size: 1.525rem;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .cid-vfpMtrRlLU .nav-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-vfpMtrRlLU .mbr-text,
  .cid-vfpMtrRlLU .nav-link {
    text-align: left;
  }
  .cid-vfpMtrRlLU .nav-link {
    padding: 14px 20px;
    padding-left: 0;
  }
  .cid-vfpMtrRlLU .mbr-section-title,
  .cid-vfpMtrRlLU .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-vfpMtrRlLU .tab-content {
  margin-top: 44px;
}
.cid-vfpMtrRlLU .tab-content .tab-pane img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-vfpMtrRlLU .tab-content .tab-pane .mbr-section-title {
  text-align: left;
  color: #130947;
  font-weight: 700;
}
.cid-vfpMtrRlLU .tab-content .tab-pane .mbr-section-title.display-5 {
  font-size: 24px;
  line-height: 1.16;
  letter-spacing: -0.5px;
}
.cid-vfpMtrRlLU .tab-content .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-vfpMtrRlLU .tab-content .tab-pane .mbr-text.display-7 {
  line-height: 1.5;
  font-size: 1em;
}
.cid-vfpMtrRlLU .tab-content .tab-pane .mbr-list {
  margin-top: 35px;
}
.cid-vfpMtrRlLU .tab-content .tab-pane .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-vfpMtrRlLU .tab-content .tab-pane .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-vfpMtrRlLU .tab-content .tab-pane .mbr-list .list li:before {
  font-weight: 900;
  color: #b82ea1;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
}
.cid-vfpMtrRlLU .tab-content .tab-pane .mbr-list.display-4 {
  font-size: 1em;
  color: #6d7a8c;
}
.cid-vfpMtrRlLU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpMtrRlLU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfpMtrRlLU .top-part .mbr-section-title {
  color: #0e4a9b;
}
.cid-vfpMtrRlLU .top-part .mbr-section-subtitle {
  color: #b82ea1;
}
.cid-vfpMtrRlLU .tab-content .tab-pane .mbr-section-title,
.cid-vfpMtrRlLU .mbr-list {
  color: #0e4a9b;
}
.cid-vfpNpWwcWM {
  padding-top: 7rem;
  padding-bottom: 12rem;
  background-color: #fafafa;
}
.cid-vfpNpWwcWM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpNpWwcWM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfpNpWwcWM .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfpNpWwcWM .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vfpNpWwcWM .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-vfpNpWwcWM .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfpNpWwcWM .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfpNpWwcWM .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfpNpWwcWM .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vfpNpWwcWM .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vfpNpWwcWM .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-vfpNpWwcWM .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #b82ea1;
  color: #b82ea1;
  font-size: 11px;
}
.cid-vfpNpWwcWM .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfpNpWwcWM .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-vfpNpWwcWM .list_2 {
    padding-left: 0;
  }
}
.cid-vfpNpWwcWM .mbr-section-title {
  color: #b82ea1;
  text-align: center;
}
.cid-vfpNpWwcWM .mbr-section-subtitle {
  color: #0e4a9b;
  text-align: center;
}
.cid-vfpNpWwcWM .mbr-text,
.cid-vfpNpWwcWM .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-vfpNpWwcWM .list {
  color: #666666;
}
.cid-vfwhkn1ECD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-vfwhkn1ECD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfwhkn1ECD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfwhkn1ECD .row {
  justify-content: center;
}
.cid-vfwhkn1ECD .card {
  justify-content: flex-end;
}
.cid-vfwhkn1ECD .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfwhkn1ECD .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfwhkn1ECD .title-wrapper .logo-wrapper {
  margin-bottom: 20px;
}
.cid-vfwhkn1ECD .title-wrapper .logo-wrapper img {
  display: inline-block;
  height: 48px;
  width: 48px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-vfwhkn1ECD .title-wrapper .mbr-section-title {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #386bb7, #e24c4a);
  margin-bottom: 0;
}
.cid-vfwhkn1ECD .mbr-section-btn {
  margin-top: 20px;
}
.cid-vfwhkn1ECD .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfwhkn1ECD .mbr-section-btn .btn::after,
.cid-vfwhkn1ECD .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-vfwhkn1ECD .mbr-section-btn .btn:hover,
.cid-vfwhkn1ECD .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-vfwhkn1ECD .mbr-section-btn .btn:hover::after,
.cid-vfwhkn1ECD .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-vfwhkn1ECD .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfwhkn1ECD .nav-wrapper {
    margin-bottom: 40px;
    gap: 20px;
  }
}
.cid-vfwhkn1ECD .nav-wrapper .nav-wrap .nav-title {
  margin-bottom: 10px;
}
.cid-vfwhkn1ECD .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vfwhkn1ECD .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all .3s ease;
}
.cid-vfwhkn1ECD .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfwhkn1ECD .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vfwhkn1ECD .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #adadad;
  transform: translateX(5px);
}
.cid-vfwhkn1ECD .mbr-copy {
  background-color: #2c2c2c;
  padding: 30px 40px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vfwhkn1ECD .mbr-copy {
    padding: 20px;
  }
}
.cid-vfwhkn1ECD .mbr-section-title {
  color: #ffffff;
}
.cid-vfwhkn1ECD .nav-title {
  color: #87adde;
}
.cid-vfwhkn1ECD .list {
  color: #ffffff;
}
.cid-vfwhkn1ECD .list,
.cid-vfwhkn1ECD .item-wrap {
  color: #d3dfef;
}
.cid-vfu5cc1AuV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/contact-1452x761.jpg");
}
.cid-vfu5cc1AuV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfu5cc1AuV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfu5cc1AuV .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .cid-vfu5cc1AuV .col {
    width: 40%;
  }
}
.cid-vfu5cc1AuV .card-wrapper {
  padding: 4rem;
  border-radius: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .cid-vfu5cc1AuV .card-wrapper {
    padding: 1rem;
    border-radius: 1rem;
  }
}
.cid-vfu5cc1AuV .card-wrapper .mbr-section-title,
.cid-vfu5cc1AuV .card-wrapper .mbr-section-subtitle,
.cid-vfu5cc1AuV .card-wrapper .mbr-text,
.cid-vfu5cc1AuV .card-wrapper .mbr-section-btn {
  position: relative;
}
.cid-vfu5cc1AuV .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0e4a9b;
  opacity: 0.8;
  border-radius: 30px !important;
  overflow: hidden;
  display: inline-block;
}
.cid-vfu5cc1AuV .mbr-section-title {
  color: #ffffff;
}
.cid-vfu5cc1AuV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vfu5cc1AuV .mbr-text,
.cid-vfu5cc1AuV .mbr-section-btn {
  color: #ffffff;
}
.cid-vfvXpqaDhv {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vfvXpqaDhv .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #053c86;
  transition: all 0.3s;
  margin-bottom: 1rem;
}
.cid-vfvXpqaDhv .card-title {
  transition: all 0.3s;
}
.cid-vfvXpqaDhv .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-vfvXpqaDhv .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: #053c86;
  position: absolute;
}
.cid-vfvXpqaDhv .card-wrapper {
  transition: all 0.3s;
  padding: 1.5rem 1rem;
  background: #e1eeff;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vfvXpqaDhv .card-wrapper:hover {
  background: #053c86;
  box-shadow: 5px 5px 30px 0 #053c86;
}
.cid-vfvXpqaDhv .card-wrapper:hover .mbr-iconfont,
.cid-vfvXpqaDhv .card-wrapper:hover .card-title {
  color: #ffffff;
}
.cid-vfvXpqaDhv .card-title,
.cid-vfvXpqaDhv .card-box {
  color: #353535;
}
.cid-vfvXpqaDhv .main-title,
.cid-vfvXpqaDhv .title-col {
  text-align: center;
  color: #160830;
}
.cid-vfvXpqaDhv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfvXpqaDhv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfw5Wv3sMY {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vfw5Wv3sMY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfw5Wv3sMY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfuawzi2T0 {
  padding-top: 4rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-vfuawzi2T0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfuawzi2T0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfuawzi2T0 .google-map {
  height: 350px;
  position: relative;
}
.cid-vfuawzi2T0 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vfuawzi2T0 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vfuawzi2T0 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfuawzi2T0 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vfuawzi2T0 .mbr-section-title {
  color: #053c86;
}
.cid-vfuawzi2T0 .mbr-section-subtitle {
  color: #a3208d;
}
.cid-vfucDNyERD {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/8980546d96fae977dfc0d17a52180c45l-b716375834rd-w960-h720.webp");
}
.cid-vfucDNyERD .row {
  justify-content: space-between;
}
.cid-vfucDNyERD .form-control {
  box-shadow: none;
  margin-bottom: 5px;
  padding: 0.2rem 1rem !important;
  background-color: #ffffff;
  border: 1px solid #a3208d !important;
  color: #353535;
  border-radius: 0.25rem;
  line-height: 2.5rem !important;
}
.cid-vfucDNyERD .form-control:focus,
.cid-vfucDNyERD .form-control:hover {
  border: 1px solid #bbbbbb !important;
  background-color: #ffffff;
  box-shadow: none;
}
.cid-vfucDNyERD .form-group {
  margin-bottom: 1rem;
}
.cid-vfucDNyERD input::-webkit-input-placeholder,
.cid-vfucDNyERD textarea::-webkit-input-placeholder {
  color: #353535;
}
.cid-vfucDNyERD input:-moz-placeholder,
.cid-vfucDNyERD textarea:-moz-placeholder {
  color: #353535;
}
.cid-vfucDNyERD .jq-selectbox li,
.cid-vfucDNyERD .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-vfucDNyERD .jq-selectbox li:hover,
.cid-vfucDNyERD .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-vfucDNyERD .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-vfucDNyERD .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-vfucDNyERD .mbr-text {
  color: #767676;
}
.cid-vfucDNyERD .form-block {
  padding: 3rem;
  position: relative;
}
.cid-vfucDNyERD .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 6px;
  left: 0;
  right: 0;
  background: #ffffff;
  opacity: 1;
  z-index: 0;
}
.cid-vfucDNyERD .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-vfucDNyERD .form-block {
    padding: 1rem;
  }
}
.cid-vfucDNyERD .form-title {
  color: #232323;
}
.cid-vfucDNyERD .mbr-section-title,
.cid-vfucDNyERD .mbr-section-btn {
  color: #ffffff;
}
.cid-vfucDNyERD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vfucDNyERD .form-text {
  color: #353535;
}
.cid-vfucDNyERD .text {
  color: #ffffff;
}
.cid-vfucDNyERD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfucDNyERD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfugw0Q8LB {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-vfugw0Q8LB blockquote {
  border-color: #0e4a9b;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-vfugw0Q8LB .mbr-text {
  color: #094290;
  text-align: justify;
}
.cid-vfugw0Q8LB .mbr-section-title {
  color: #b82ea1;
}
.cid-vfwhkn1ECD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-vfwhkn1ECD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfwhkn1ECD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfwhkn1ECD .row {
  justify-content: center;
}
.cid-vfwhkn1ECD .card {
  justify-content: flex-end;
}
.cid-vfwhkn1ECD .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfwhkn1ECD .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfwhkn1ECD .title-wrapper .logo-wrapper {
  margin-bottom: 20px;
}
.cid-vfwhkn1ECD .title-wrapper .logo-wrapper img {
  display: inline-block;
  height: 48px;
  width: 48px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-vfwhkn1ECD .title-wrapper .mbr-section-title {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #386bb7, #e24c4a);
  margin-bottom: 0;
}
.cid-vfwhkn1ECD .mbr-section-btn {
  margin-top: 20px;
}
.cid-vfwhkn1ECD .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfwhkn1ECD .mbr-section-btn .btn::after,
.cid-vfwhkn1ECD .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-vfwhkn1ECD .mbr-section-btn .btn:hover,
.cid-vfwhkn1ECD .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-vfwhkn1ECD .mbr-section-btn .btn:hover::after,
.cid-vfwhkn1ECD .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-vfwhkn1ECD .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfwhkn1ECD .nav-wrapper {
    margin-bottom: 40px;
    gap: 20px;
  }
}
.cid-vfwhkn1ECD .nav-wrapper .nav-wrap .nav-title {
  margin-bottom: 10px;
}
.cid-vfwhkn1ECD .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vfwhkn1ECD .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all .3s ease;
}
.cid-vfwhkn1ECD .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfwhkn1ECD .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vfwhkn1ECD .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #adadad;
  transform: translateX(5px);
}
.cid-vfwhkn1ECD .mbr-copy {
  background-color: #2c2c2c;
  padding: 30px 40px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vfwhkn1ECD .mbr-copy {
    padding: 20px;
  }
}
.cid-vfwhkn1ECD .mbr-section-title {
  color: #ffffff;
}
.cid-vfwhkn1ECD .nav-title {
  color: #87adde;
}
.cid-vfwhkn1ECD .list {
  color: #ffffff;
}
.cid-vfwhkn1ECD .list,
.cid-vfwhkn1ECD .item-wrap {
  color: #d3dfef;
}
