.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Schibsted Grotesk;
}
.display-1 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 6.5rem;
  line-height: 1.1;
}
.display-1 > .scroll-iconfont {
  font-size: 8.125rem;
}
.display-2 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 3.9rem;
  line-height: 1.3;
}
.display-2 > .scroll-iconfont {
  font-size: 4.875rem;
}
.display-4 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
}
.display-4 > .scroll-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 2.5rem;
  line-height: 1.3;
}
.display-5 > .scroll-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-7 > .scroll-iconfont {
  font-size: 1.875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 5.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.55rem;
    font-size: calc( 2.925rem + (6.5 - 2.925) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.925rem + (6.5 - 2.925) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.12rem;
    font-size: calc( 2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.55rem;
    font-size: calc( 2.925rem + (6.5 - 2.925) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.925rem + (6.5 - 2.925) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.12rem;
    font-size: calc( 2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #0077b6 !important;
}
.bg-success {
  background-color: #a78aff !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ff9b39 !important;
}
.bg-danger {
  background-color: #ff4c39 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0077b6 !important;
  border-color: #0077b6 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #0077b6 !important;
  border-color: #0077b6 !important;
  box-shadow: 0 0 33px 0 #0077b6;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0098e9 !important;
  border-color: #0098e9 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff398a !important;
  border-color: #ff398a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ff398a !important;
  border-color: #ff398a !important;
  box-shadow: 0 0 33px 0 #ff398a;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff6ca8 !important;
  border-color: #ff6ca8 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0 0 33px 0 #ffffff;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #a78aff !important;
  border-color: #a78aff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #a78aff !important;
  border-color: #a78aff !important;
  box-shadow: 0 0 33px 0 #a78aff;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #cdbdff !important;
  border-color: #cdbdff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff9b39 !important;
  border-color: #ff9b39 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ff9b39 !important;
  border-color: #ff9b39 !important;
  box-shadow: 0 0 33px 0 #ff9b39;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffb56c !important;
  border-color: #ffb56c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff4c39 !important;
  border-color: #ff4c39 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ff4c39 !important;
  border-color: #ff4c39 !important;
  box-shadow: 0 0 33px 0 #ff4c39;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff7a6c !important;
  border-color: #ff7a6c !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: #eff0ec !important;
  border-color: #eff0ec !important;
  box-shadow: 0 0 33px 0 #eff0ec;
}
.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: #232323 !important;
  border-color: #232323 !important;
  box-shadow: 0 0 33px 0 #232323;
}
.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: #0077b6;
  color: #0077b6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0077b6 !important;
  background-color: transparent !important;
  border-color: #0077b6 !important;
  box-shadow: 0 0 33px 0 #0077b6;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0077b6 !important;
  border-color: #0077b6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff398a;
  color: #ff398a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff398a !important;
  background-color: transparent !important;
  border-color: #ff398a !important;
  box-shadow: 0 0 33px 0 #ff398a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff398a !important;
  border-color: #ff398a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: transparent !important;
  border-color: #ffffff !important;
  box-shadow: 0 0 33px 0 #ffffff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #a78aff;
  color: #a78aff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a78aff !important;
  background-color: transparent !important;
  border-color: #a78aff !important;
  box-shadow: 0 0 33px 0 #a78aff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #a78aff !important;
  border-color: #a78aff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff9b39;
  color: #ff9b39;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff9b39 !important;
  background-color: transparent !important;
  border-color: #ff9b39 !important;
  box-shadow: 0 0 33px 0 #ff9b39;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9b39 !important;
  border-color: #ff9b39 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff4c39;
  color: #ff4c39;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff4c39 !important;
  background-color: transparent !important;
  border-color: #ff4c39 !important;
  box-shadow: 0 0 33px 0 #ff4c39;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4c39 !important;
  border-color: #ff4c39 !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: #232323 !important;
  background-color: transparent !important;
  border-color: #232323 !important;
  box-shadow: 0 0 33px 0 #232323;
}
.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: #fafafa !important;
  background-color: transparent !important;
  border-color: #fafafa !important;
  box-shadow: 0 0 33px 0 #fafafa;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #0077b6 !important;
}
.text-secondary {
  color: #ff398a !important;
}
.text-success {
  color: #a78aff !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ff9b39 !important;
}
.text-danger {
  color: #ff4c39 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #003450 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #d20056 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #5a24ff !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #d26800 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #d21400 !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: #0077b6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ff9b39;
}
.alert-danger {
  background-color: #ff4c39;
}
.scroll-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.scroll-gallery-filter li a {
  border-radius: 100px !important;
}
.scroll-gallery-filter li.active .btn {
  background-color: #0077b6;
  border-color: #0077b6;
  color: #ffffff;
}
.scroll-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0077b6;
}
.scroll-plan-header.bg-primary .scroll-plan-subtitle,
.scroll-plan-header.bg-primary .scroll-plan-price-desc {
  color: #37baff;
}
.scroll-plan-header.bg-success .scroll-plan-subtitle,
.scroll-plan-header.bg-success .scroll-plan-price-desc {
  color: #ffffff;
}
.scroll-plan-header.bg-info .scroll-plan-subtitle,
.scroll-plan-header.bg-info .scroll-plan-price-desc {
  color: #ffffff;
}
.scroll-plan-header.bg-warning .scroll-plan-subtitle,
.scroll-plan-header.bg-warning .scroll-plan-price-desc {
  color: #ffffff;
}
.scroll-plan-header.bg-danger .scroll-plan-subtitle,
.scroll-plan-header.bg-danger .scroll-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 400;
  border-radius: 10px !important;
}
.form-control > .scroll-iconfont {
  font-size: 1.40625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #0077b6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .scroll-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #0077b6;
}
/* Forms */
.scroll-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.scroll-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.scroll-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.scroll-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: #0077b6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0077b6;
}
.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: #0077b6;
  border-bottom-color: #0077b6;
}
.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: #0077b6 !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: #ff398a !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='%230077b6' %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;
}
.scroll-section-btn .btn,
.scroll-section-btn-item .btn {
  padding: 10px 44px;
  border-radius: 10px !important;
}
.item-wrap {
  border-radius: 10px !important;
}
ul.navbar-nav {
  border-radius: 10px !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.scroll-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.form-wrapper {
  border-radius: 20px !important;
}
.IeWXv-uPvsJXC3WA .navbar-dropdown {
  position: relative !important;
}
.IeWXv-uPvsJXC3WA .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .IeWXv-uPvsJXC3WA .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.IeWXv-uPvsJXC3WA .dropdown-item:before {
  font-family: checkbox2 !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;
}
.IeWXv-uPvsJXC3WA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.IeWXv-uPvsJXC3WA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #08202d !important;
  color: #0077b6 !important;
}
.IeWXv-uPvsJXC3WA .dropdown-item:hover,
.IeWXv-uPvsJXC3WA .dropdown-item:focus {
  background: #08202d !important;
  color: #0077b6 !important;
}
.IeWXv-uPvsJXC3WA .dropdown-item:hover span {
  color: white;
}
.IeWXv-uPvsJXC3WA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.IeWXv-uPvsJXC3WA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.IeWXv-uPvsJXC3WA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.IeWXv-uPvsJXC3WA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.IeWXv-uPvsJXC3WA .nav-link {
  position: relative;
}
.IeWXv-uPvsJXC3WA .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .IeWXv-uPvsJXC3WA .container {
    flex-wrap: nowrap;
  }
}
.IeWXv-uPvsJXC3WA .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.IeWXv-uPvsJXC3WA .iconfont-wrapper:hover {
  color: #7bc8f0 !important;
}
.IeWXv-uPvsJXC3WA .dropdown-menu,
.IeWXv-uPvsJXC3WA .navbar.opened {
  background: #08202d !important;
}
.IeWXv-uPvsJXC3WA .nav-item:focus,
.IeWXv-uPvsJXC3WA .nav-link:focus {
  outline: none;
}
.IeWXv-uPvsJXC3WA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.IeWXv-uPvsJXC3WA .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.IeWXv-uPvsJXC3WA .dropdown .dropdown-menu .dropdown-item .scroll-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.IeWXv-uPvsJXC3WA .dropdown .dropdown-menu .dropdown-item .scroll-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.IeWXv-uPvsJXC3WA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.IeWXv-uPvsJXC3WA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.IeWXv-uPvsJXC3WA .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #08202d;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.IeWXv-uPvsJXC3WA .navbar.opened {
  transition: all 0.3s;
}
.IeWXv-uPvsJXC3WA .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.IeWXv-uPvsJXC3WA .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.IeWXv-uPvsJXC3WA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.IeWXv-uPvsJXC3WA .navbar.collapsed {
  justify-content: center;
}
.IeWXv-uPvsJXC3WA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.IeWXv-uPvsJXC3WA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .IeWXv-uPvsJXC3WA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.IeWXv-uPvsJXC3WA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.IeWXv-uPvsJXC3WA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.IeWXv-uPvsJXC3WA .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%;
}
.IeWXv-uPvsJXC3WA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.IeWXv-uPvsJXC3WA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.IeWXv-uPvsJXC3WA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .IeWXv-uPvsJXC3WA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .IeWXv-uPvsJXC3WA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .IeWXv-uPvsJXC3WA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .IeWXv-uPvsJXC3WA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .IeWXv-uPvsJXC3WA .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%;
  }
  .IeWXv-uPvsJXC3WA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .IeWXv-uPvsJXC3WA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .IeWXv-uPvsJXC3WA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .IeWXv-uPvsJXC3WA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .IeWXv-uPvsJXC3WA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .IeWXv-uPvsJXC3WA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.IeWXv-uPvsJXC3WA .navbar.navbar-short {
  min-height: 96px;
}
.IeWXv-uPvsJXC3WA .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.IeWXv-uPvsJXC3WA .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.IeWXv-uPvsJXC3WA .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.IeWXv-uPvsJXC3WA .navbar-brand .navbar-caption:hover,
.IeWXv-uPvsJXC3WA .navbar-brand .navbar-caption:focus {
  color: #7bc8f0 !important;
}
.IeWXv-uPvsJXC3WA .navbar-brand .navbar-logo a {
  outline: none;
}
.IeWXv-uPvsJXC3WA .navbar.opened .navbar-brand .navbar-caption:hover,
.IeWXv-uPvsJXC3WA .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #7bc8f0 !important;
}
.IeWXv-uPvsJXC3WA .dropdown-item.active,
.IeWXv-uPvsJXC3WA .dropdown-item:active {
  background-color: transparent;
}
.IeWXv-uPvsJXC3WA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.IeWXv-uPvsJXC3WA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.IeWXv-uPvsJXC3WA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.IeWXv-uPvsJXC3WA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #08202d;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .IeWXv-uPvsJXC3WA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.IeWXv-uPvsJXC3WA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.IeWXv-uPvsJXC3WA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.IeWXv-uPvsJXC3WA ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .IeWXv-uPvsJXC3WA ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.IeWXv-uPvsJXC3WA .navbar-buttons {
  text-align: center;
}
.IeWXv-uPvsJXC3WA .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.IeWXv-uPvsJXC3WA .navbar-buttons .btn .scroll-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .IeWXv-uPvsJXC3WA .navbar-buttons .btn {
    width: auto !important;
  }
}
.IeWXv-uPvsJXC3WA button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #08202d !important;
  border: none !important;
  box-shadow: none !important;
}
.IeWXv-uPvsJXC3WA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.IeWXv-uPvsJXC3WA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.IeWXv-uPvsJXC3WA button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.IeWXv-uPvsJXC3WA button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.IeWXv-uPvsJXC3WA button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.IeWXv-uPvsJXC3WA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.IeWXv-uPvsJXC3WA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.IeWXv-uPvsJXC3WA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.IeWXv-uPvsJXC3WA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.IeWXv-uPvsJXC3WA .navbar-dropdown {
  padding: 0 1rem;
}
.IeWXv-uPvsJXC3WA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.IeWXv-uPvsJXC3WA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .IeWXv-uPvsJXC3WA .navbar {
    height: 70px;
  }
  .IeWXv-uPvsJXC3WA .navbar.opened {
    height: auto;
  }
  .IeWXv-uPvsJXC3WA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.IeWXv-uPvsJXC3WA .navbar-nav {
  margin: 0 auto;
}
.IeWXv-uPvsJXC3WA .nav-item {
  padding: 0;
  margin: 0;
}
.IeWXv-uPvsJXC3WA .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.IeWXv-uPvsJXC3WA .nav-item .nav-link::after {
  color: #7bc8f0 !important;
  transform: rotate(0);
  transition: .3s;
}
.IeWXv-uPvsJXC3WA .nav-item .nav-link:hover {
  background-color: transparent;
  color: #7bc8f0 !important;
}
.IeWXv-uPvsJXC3WA .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.IeWXv-uPvsJXC3WA .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.IeWXv-uPvsJXC3WA .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.IeWXv-uPvsJXC3WA .nav-item .dropdown-menu .dropdown-item {
  color: #0077b6 !important;
}
.IeWXv-uPvsJXC3WA .nav-item .dropdown-menu .dropdown-item:hover {
  color: #7bc8f0 !important;
}
@media (max-width: 991px) {
  .IeWXv-uPvsJXC3WA .navbar {
    justify-content: flex-start !important;
  }
  .IeWXv-uPvsJXC3WA .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .IeWXv-uPvsJXC3WA .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .IeWXv-uPvsJXC3WA .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .IeWXv-uPvsJXC3WA .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .IeWXv-uPvsJXC3WA .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .IeWXv-uPvsJXC3WA .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.IeWXv-uPvsJXC3WA .content-wrap {
  min-height: 110px;
}
.IeWXv-uPvsMATtRx {
  background-image: url("../../../assets/images/clear-shape.jpg");
  position: relative;
}
.IeWXv-uPvsMATtRx::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#f5f7fa 50%, transparent);
  pointer-events: none;
  z-index: 1;
}
.IeWXv-uPvsMATtRx .scroll-fallback-image.disabled {
  display: none;
}
.IeWXv-uPvsMATtRx .scroll-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.IeWXv-uPvsMATtRx .row {
  justify-content: center;
}
.IeWXv-uPvsMATtRx .content-wrapper {
  position: relative;
  z-index: 2;
}
.IeWXv-uPvsMATtRx .content-wrapper .scroll-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(0deg, #a0b6d8, #1e2a38 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.IeWXv-uPvsMATtRx .content-wrapper .scroll-text {
  margin-bottom: 22px;
}
.IeWXv-uPvsMATtRx .scroll-section-title {
  color: #ffffff;
}
.IeWXv-uPvsMATtRx .scroll-text {
  color: #040507;
  text-align: center;
}
.IeWXv-uPvsMATtRx .scroll-section-title,
.IeWXv-uPvsMATtRx .scroll-section-btn {
  text-align: center;
}
.IeWXv-uPvsOkii8p {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #d9e2ec;
}
.IeWXv-uPvsOkii8p .scroll-fallback-image.disabled {
  display: none;
}
.IeWXv-uPvsOkii8p .scroll-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.IeWXv-uPvsOkii8p .title-wrapper .scroll-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .IeWXv-uPvsOkii8p .title-wrapper .scroll-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.IeWXv-uPvsOkii8p .items-wrapper {
  margin: 0 -13px;
}
.IeWXv-uPvsOkii8p .items-wrapper .item {
  padding: 0 13px;
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .IeWXv-uPvsOkii8p .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.IeWXv-uPvsOkii8p .items-wrapper .item:hover .item-wrapper .item-img img,
.IeWXv-uPvsOkii8p .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: translateX(-52px);
}
.IeWXv-uPvsOkii8p .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px 26px 0 26px;
  height: 100%;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .IeWXv-uPvsOkii8p .items-wrapper .item .item-wrapper {
    padding: 16px 16px 0 16px;
  }
}
.IeWXv-uPvsOkii8p .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.IeWXv-uPvsOkii8p .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
.IeWXv-uPvsOkii8p .items-wrapper .item .item-wrapper .card-box .scroll-section-btn .btn {
  margin-bottom: 0;
}
.IeWXv-uPvsOkii8p .items-wrapper .item .item-wrapper .item-img {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .IeWXv-uPvsOkii8p .items-wrapper .item .item-wrapper .item-img {
    margin-top: 22px;
  }
}
.IeWXv-uPvsOkii8p .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transition: all .3s ease;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.IeWXv-uPvsOkii8p .items-wrapper .item .card_1 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #0047ff, #1e2a38 85%);
}
.IeWXv-uPvsOkii8p .items-wrapper .item .card_2 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #7bc8f0, #1e2a38 85%);
}
.IeWXv-uPvsOkii8p .items-wrapper .item .card_3 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #d9e2ec, #1e2a38 85%);
}
.IeWXv-uPvsOkii8p .scroll-section-title,
.IeWXv-uPvsOkii8p .title-wrapper {
  color: #1e2a38;
  text-align: center;
}
.IeWXv-uPvsOkii8p .item-title {
  color: #ffffff;
}
.IeWXv-uPvsOkii8p .item-text {
  color: #ffffff;
  text-align: center;
}
.IeWXv-uPvsOkii8p .item-title,
.IeWXv-uPvsOkii8p .scroll-section-btn {
  text-align: center;
}
.IeWXv-uPvsZF7G64 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f5f7fa;
}
.IeWXv-uPvsZF7G64 .scroll-fallback-image.disabled {
  display: none;
}
.IeWXv-uPvsZF7G64 .scroll-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.IeWXv-uPvsZF7G64 .row {
  justify-content: space-between;
}
.IeWXv-uPvsZF7G64 .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 75px 64px;
  background-color: #d9e2ec;
}
@media (max-width: 1440px) {
  .IeWXv-uPvsZF7G64 .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .IeWXv-uPvsZF7G64 .card-wrapper {
    padding: 24px 12px;
    display: block;
  }
}
.IeWXv-uPvsZF7G64 .card-wrapper .card-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .IeWXv-uPvsZF7G64 .card-wrapper .card-wrap {
    width: 100%;
    margin-bottom: 24px;
    padding: 0 14px;
  }
}
.IeWXv-uPvsZF7G64 .card-wrapper .card-wrap .scroll-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .IeWXv-uPvsZF7G64 .card-wrapper .card-wrap .scroll-section-title {
    margin-bottom: 24px;
  }
}
.IeWXv-uPvsZF7G64 .card-wrapper .card-wrap .text-wrapper .scroll-text {
  margin-bottom: 24px;
}
.IeWXv-uPvsZF7G64 .card-wrapper .card-wrap .scroll-section-btn .btn {
  margin-bottom: 0;
}
.IeWXv-uPvsZF7G64 .card-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .IeWXv-uPvsZF7G64 .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.IeWXv-uPvsZF7G64 .card-wrapper .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .IeWXv-uPvsZF7G64 .card-wrapper .image-wrapper img {
    height: 300px;
  }
}
.IeWXv-uPvsZF7G64 .scroll-section-title {
  color: #ffffff;
}
.IeWXv-uPvsZF7G64 .scroll-text,
.IeWXv-uPvsZF7G64 .text-wrapper {
  color: #040507;
  text-align: center;
}
.IeWXv-uPvsZF7G64 .scroll-section-title,
.IeWXv-uPvsZF7G64 .scroll-section-btn {
  text-align: center;
  color: #1e2a38;
}
.IeWXv-uPvt6ncto3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d9e2ec;
}
.IeWXv-uPvt6ncto3 .scroll-fallback-image.disabled {
  display: none;
}
.IeWXv-uPvt6ncto3 .scroll-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.IeWXv-uPvt6ncto3 .row {
  justify-content: center;
}
.IeWXv-uPvt6ncto3 .content-wrapper {
  top: 30px;
  position: sticky;
}
@media (max-width: 992px) {
  .IeWXv-uPvt6ncto3 .content-wrapper {
    margin-bottom: 30px;
  }
}
.IeWXv-uPvt6ncto3 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.IeWXv-uPvt6ncto3 .content-wrapper .label-wrapper .label-wrap .scroll-label {
  margin-bottom: 0;
}
.IeWXv-uPvt6ncto3 .content-wrapper .label-wrapper .label-wrap .scroll-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.IeWXv-uPvt6ncto3 .content-wrapper .title-wrapper .scroll-section-title {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .IeWXv-uPvt6ncto3 .content-wrapper .title-wrapper .scroll-section-title {
    margin-bottom: 30px;
  }
}
.IeWXv-uPvt6ncto3 .content-wrapper .text-wrapper .scroll-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
.IeWXv-uPvt6ncto3 .panel-group {
  margin-left: 54px;
}
@media (max-width: 1440px) {
  .IeWXv-uPvt6ncto3 .panel-group {
    padding: 60px 40px;
    margin-left: 40px;
  }
}
@media (max-width: 992px) {
  .IeWXv-uPvt6ncto3 .panel-group {
    padding: 30px 16px;
    margin-left: 0;
  }
}
.IeWXv-uPvt6ncto3 .panel-group .card {
  position: relative;
  padding: 40px;
  margin-top: 26px;
  background-color: #f5f7fa;
}
@media (max-width: 992px) {
  .IeWXv-uPvt6ncto3 .panel-group .card {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.IeWXv-uPvt6ncto3 .panel-group .card:first-child {
  margin-top: 0;
}
.IeWXv-uPvt6ncto3 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.IeWXv-uPvt6ncto3 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.IeWXv-uPvt6ncto3 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.IeWXv-uPvt6ncto3 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 30px;
  height: 30px;
  min-width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .IeWXv-uPvt6ncto3 .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.IeWXv-uPvt6ncto3 .panel-group .card .card-header .panel-title .icon-wrapper .scroll-iconfont {
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  color: #1f2329;
}
.IeWXv-uPvt6ncto3 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.IeWXv-uPvt6ncto3 .panel-group .card .panel-collapse .panel-body {
  margin: 80px 0 0 0;
}
@media (max-width: 992px) {
  .IeWXv-uPvt6ncto3 .panel-group .card .panel-collapse .panel-body {
    margin: 30px 0 0 0;
  }
}
.IeWXv-uPvt6ncto3 .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .IeWXv-uPvt6ncto3 .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.IeWXv-uPvt6ncto3 .scroll-label,
.IeWXv-uPvt6ncto3 .label-wrapper {
  color: #FFBE0D;
}
.IeWXv-uPvt6ncto3 .scroll-section-title {
  color: #fff7ee;
}
.IeWXv-uPvt6ncto3 .scroll-text,
.IeWXv-uPvt6ncto3 .text-wrapper {
  color: #040507;
  text-align: center;
}
.IeWXv-uPvt6ncto3 .panel-title-edit {
  color: #1e2a38;
}
.IeWXv-uPvt6ncto3 .panel-text {
  color: #151e11;
}
.IeWXv-uPvt6ncto3 .scroll-section-title,
.IeWXv-uPvt6ncto3 .title-wrapper {
  text-align: center;
  color: #1e2a38;
}
.IeWXv-uPvt862Qkp {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f5f7fa;
  background-image: linear-gradient(#f5f7fa 80%, #d9e2ec 110%);
}
.IeWXv-uPvt862Qkp .scroll-fallback-image.disabled {
  display: none;
}
.IeWXv-uPvt862Qkp .scroll-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.IeWXv-uPvt862Qkp .row {
  justify-content: center;
}
.IeWXv-uPvt862Qkp .content-wrapper {
  position: relative;
  z-index: 2;
}
.IeWXv-uPvt862Qkp .content-wrapper .scroll-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #6d8fc2, #1e2a38 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .IeWXv-uPvt862Qkp .content-wrapper .scroll-section-title {
    margin-bottom: 22px;
  }
}
.IeWXv-uPvt862Qkp .content-wrapper .scroll-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .IeWXv-uPvt862Qkp .content-wrapper .scroll-text {
    margin-bottom: 22px;
  }
}
.IeWXv-uPvt862Qkp .content-wrapper .scroll-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .IeWXv-uPvt862Qkp .content-wrapper .scroll-desc {
    margin-bottom: 22px;
  }
}
.IeWXv-uPvt862Qkp .scroll-section-title {
  color: #ffffff;
}
.IeWXv-uPvt862Qkp .scroll-text {
  color: #151e11;
  text-align: center;
}
.IeWXv-uPvt862Qkp .scroll-desc {
  color: #ffffff;
}
.IeWXv-uPvt862Qkp .scroll-section-title,
.IeWXv-uPvt862Qkp .scroll-section-btn {
  text-align: center;
}
.IeWXv-uPvtdk2sRs {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #d9e2ec;
}
.IeWXv-uPvtdk2sRs .scroll-fallback-image.disabled {
  display: none;
}
.IeWXv-uPvtdk2sRs .scroll-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.IeWXv-uPvtdk2sRs .content-wrapper .scroll-section-title {
  margin-bottom: 32px;
}
.IeWXv-uPvtdk2sRs .content-wrapper .scroll-section-title span {
  color: #08202d;
}
.IeWXv-uPvtdk2sRs .content-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.IeWXv-uPvtdk2sRs .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.IeWXv-uPvtdk2sRs .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.IeWXv-uPvtdk2sRs .content-wrapper .list .item-wrap:hover,
.IeWXv-uPvtdk2sRs .content-wrapper .list .item-wrap:focus {
  color: #0035ba;
}
.IeWXv-uPvtdk2sRs .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #08202d, #08202d, #08202d);
}
@media (max-width: 992px) {
  .IeWXv-uPvtdk2sRs .border-wrap {
    margin-top: 32px;
  }
}
.IeWXv-uPvtdk2sRs .scroll-section-title {
  color: #ffffff;
  text-align: center;
}
.IeWXv-uPvtdk2sRs .list {
  color: #bbbbbb;
  text-align: center;
}
.IeWXv-uPvtdk2sRs .list,
.IeWXv-uPvtdk2sRs .item-wrap {
  color: #151e11;
}
.IeWXv-uPvtdk2sRs .scroll-section-title,
.IeWXv-uPvtdk2sRs .scroll-section-btn {
  color: #08202d;
}
.IeWXv-uPwa5vrlJe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #08202d;
}
.IeWXv-uPwa5vrlJe .scroll-fallback-image.disabled {
  display: none;
}
.IeWXv-uPwa5vrlJe .scroll-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.IeWXv-uPwa5vrlJe .row {
  justify-content: center;
}
.IeWXv-uPwa5vrlJe .row .card {
  justify-content: space-between;
}
.IeWXv-uPwa5vrlJe .content-wrapper {
  margin-bottom: 20px;
}
.IeWXv-uPwa5vrlJe .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .IeWXv-uPwa5vrlJe .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .IeWXv-uPwa5vrlJe .content-wrapper .content-wrap {
    width: 100%;
  }
}
.IeWXv-uPwa5vrlJe .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .IeWXv-uPwa5vrlJe .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.IeWXv-uPwa5vrlJe .content-wrapper .content-wrap .image-wrapper img {
  height: 260px;
  object-fit: cover;
}
.IeWXv-uPwa5vrlJe .content-wrapper .content-wrap .title-wrapper .scroll-section-title {
  margin-bottom: 0;
}
.IeWXv-uPwa5vrlJe .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .IeWXv-uPwa5vrlJe .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .IeWXv-uPwa5vrlJe .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.IeWXv-uPwa5vrlJe .nav-wrapper .nav-wrap .scroll-list-title {
  margin-bottom: 20px;
}
.IeWXv-uPwa5vrlJe .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.IeWXv-uPwa5vrlJe .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.IeWXv-uPwa5vrlJe .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.IeWXv-uPwa5vrlJe .nav-wrapper .nav-wrap .list .item-wrap:hover,
.IeWXv-uPwa5vrlJe .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #adccee;
}
.IeWXv-uPwa5vrlJe .scroll-section-btn {
  margin-bottom: 20px;
}
.IeWXv-uPwa5vrlJe .scroll-section-btn .btn {
  margin-bottom: 0;
}
.IeWXv-uPwa5vrlJe .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.IeWXv-uPwa5vrlJe .scroll-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.IeWXv-uPwa5vrlJe .scroll-section-title {
  color: #093388;
}
.IeWXv-uPwa5vrlJe .scroll-list-title {
  color: #093388;
}
.IeWXv-uPwa5vrlJe .list {
  color: #58595b;
}
.IeWXv-uPwa5vrlJe .scroll-section-title,
.IeWXv-uPwa5vrlJe .scroll-section-btn,
.IeWXv-uPwa5vrlJe .content-wrapper {
  color: #ffffff;
}
.IeWXv-uPwa5vrlJe .list,
.IeWXv-uPwa5vrlJe .item-wrap,
.IeWXv-uPwa5vrlJe .list-wrapper {
  color: #ffffff;
}
.IeWXv-uPvsJXC3WA .navbar-dropdown {
  position: relative !important;
}
.IeWXv-uPvsJXC3WA .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .IeWXv-uPvsJXC3WA .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.IeWXv-uPvsJXC3WA .dropdown-item:before {
  font-family: checkbox2 !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;
}
.IeWXv-uPvsJXC3WA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.IeWXv-uPvsJXC3WA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #08202d !important;
  color: #0077b6 !important;
}
.IeWXv-uPvsJXC3WA .dropdown-item:hover,
.IeWXv-uPvsJXC3WA .dropdown-item:focus {
  background: #08202d !important;
  color: #0077b6 !important;
}
.IeWXv-uPvsJXC3WA .dropdown-item:hover span {
  color: white;
}
.IeWXv-uPvsJXC3WA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.IeWXv-uPvsJXC3WA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.IeWXv-uPvsJXC3WA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.IeWXv-uPvsJXC3WA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.IeWXv-uPvsJXC3WA .nav-link {
  position: relative;
}
.IeWXv-uPvsJXC3WA .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .IeWXv-uPvsJXC3WA .container {
    flex-wrap: nowrap;
  }
}
.IeWXv-uPvsJXC3WA .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.IeWXv-uPvsJXC3WA .iconfont-wrapper:hover {
  color: #7bc8f0 !important;
}
.IeWXv-uPvsJXC3WA .dropdown-menu,
.IeWXv-uPvsJXC3WA .navbar.opened {
  background: #08202d !important;
}
.IeWXv-uPvsJXC3WA .nav-item:focus,
.IeWXv-uPvsJXC3WA .nav-link:focus {
  outline: none;
}
.IeWXv-uPvsJXC3WA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.IeWXv-uPvsJXC3WA .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.IeWXv-uPvsJXC3WA .dropdown .dropdown-menu .dropdown-item .scroll-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.IeWXv-uPvsJXC3WA .dropdown .dropdown-menu .dropdown-item .scroll-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.IeWXv-uPvsJXC3WA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.IeWXv-uPvsJXC3WA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.IeWXv-uPvsJXC3WA .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #08202d;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.IeWXv-uPvsJXC3WA .navbar.opened {
  transition: all 0.3s;
}
.IeWXv-uPvsJXC3WA .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.IeWXv-uPvsJXC3WA .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.IeWXv-uPvsJXC3WA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.IeWXv-uPvsJXC3WA .navbar.collapsed {
  justify-content: center;
}
.IeWXv-uPvsJXC3WA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.IeWXv-uPvsJXC3WA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .IeWXv-uPvsJXC3WA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.IeWXv-uPvsJXC3WA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.IeWXv-uPvsJXC3WA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.IeWXv-uPvsJXC3WA .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%;
}
.IeWXv-uPvsJXC3WA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.IeWXv-uPvsJXC3WA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.IeWXv-uPvsJXC3WA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .IeWXv-uPvsJXC3WA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .IeWXv-uPvsJXC3WA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .IeWXv-uPvsJXC3WA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .IeWXv-uPvsJXC3WA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .IeWXv-uPvsJXC3WA .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%;
  }
  .IeWXv-uPvsJXC3WA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .IeWXv-uPvsJXC3WA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .IeWXv-uPvsJXC3WA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .IeWXv-uPvsJXC3WA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .IeWXv-uPvsJXC3WA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .IeWXv-uPvsJXC3WA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.IeWXv-uPvsJXC3WA .navbar.navbar-short {
  min-height: 96px;
}
.IeWXv-uPvsJXC3WA .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.IeWXv-uPvsJXC3WA .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.IeWXv-uPvsJXC3WA .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.IeWXv-uPvsJXC3WA .navbar-brand .navbar-caption:hover,
.IeWXv-uPvsJXC3WA .navbar-brand .navbar-caption:focus {
  color: #7bc8f0 !important;
}
.IeWXv-uPvsJXC3WA .navbar-brand .navbar-logo a {
  outline: none;
}
.IeWXv-uPvsJXC3WA .navbar.opened .navbar-brand .navbar-caption:hover,
.IeWXv-uPvsJXC3WA .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #7bc8f0 !important;
}
.IeWXv-uPvsJXC3WA .dropdown-item.active,
.IeWXv-uPvsJXC3WA .dropdown-item:active {
  background-color: transparent;
}
.IeWXv-uPvsJXC3WA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.IeWXv-uPvsJXC3WA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.IeWXv-uPvsJXC3WA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.IeWXv-uPvsJXC3WA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #08202d;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .IeWXv-uPvsJXC3WA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.IeWXv-uPvsJXC3WA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.IeWXv-uPvsJXC3WA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.IeWXv-uPvsJXC3WA ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .IeWXv-uPvsJXC3WA ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.IeWXv-uPvsJXC3WA .navbar-buttons {
  text-align: center;
}
.IeWXv-uPvsJXC3WA .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.IeWXv-uPvsJXC3WA .navbar-buttons .btn .scroll-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .IeWXv-uPvsJXC3WA .navbar-buttons .btn {
    width: auto !important;
  }
}
.IeWXv-uPvsJXC3WA button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #08202d !important;
  border: none !important;
  box-shadow: none !important;
}
.IeWXv-uPvsJXC3WA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.IeWXv-uPvsJXC3WA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.IeWXv-uPvsJXC3WA button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.IeWXv-uPvsJXC3WA button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.IeWXv-uPvsJXC3WA button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.IeWXv-uPvsJXC3WA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.IeWXv-uPvsJXC3WA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.IeWXv-uPvsJXC3WA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.IeWXv-uPvsJXC3WA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.IeWXv-uPvsJXC3WA .navbar-dropdown {
  padding: 0 1rem;
}
.IeWXv-uPvsJXC3WA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.IeWXv-uPvsJXC3WA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .IeWXv-uPvsJXC3WA .navbar {
    height: 70px;
  }
  .IeWXv-uPvsJXC3WA .navbar.opened {
    height: auto;
  }
  .IeWXv-uPvsJXC3WA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.IeWXv-uPvsJXC3WA .navbar-nav {
  margin: 0 auto;
}
.IeWXv-uPvsJXC3WA .nav-item {
  padding: 0;
  margin: 0;
}
.IeWXv-uPvsJXC3WA .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.IeWXv-uPvsJXC3WA .nav-item .nav-link::after {
  color: #7bc8f0 !important;
  transform: rotate(0);
  transition: .3s;
}
.IeWXv-uPvsJXC3WA .nav-item .nav-link:hover {
  background-color: transparent;
  color: #7bc8f0 !important;
}
.IeWXv-uPvsJXC3WA .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.IeWXv-uPvsJXC3WA .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.IeWXv-uPvsJXC3WA .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.IeWXv-uPvsJXC3WA .nav-item .dropdown-menu .dropdown-item {
  color: #0077b6 !important;
}
.IeWXv-uPvsJXC3WA .nav-item .dropdown-menu .dropdown-item:hover {
  color: #7bc8f0 !important;
}
@media (max-width: 991px) {
  .IeWXv-uPvsJXC3WA .navbar {
    justify-content: flex-start !important;
  }
  .IeWXv-uPvsJXC3WA .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .IeWXv-uPvsJXC3WA .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .IeWXv-uPvsJXC3WA .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .IeWXv-uPvsJXC3WA .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .IeWXv-uPvsJXC3WA .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .IeWXv-uPvsJXC3WA .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.IeWXv-uPvsJXC3WA .content-wrap {
  min-height: 110px;
}
.IeWXv-uPvtrHzk7z {
  background-color: #d9e2ec;
  background-image: linear-gradient(125deg, #f5f7fa 45%, #d9e2ec 120%);
}
.IeWXv-uPvtrHzk7z .scroll-fallback-image.disabled {
  display: none;
}
.IeWXv-uPvtrHzk7z .scroll-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.IeWXv-uPvtrHzk7z .row {
  position: relative;
  justify-content: center;
  padding-top: 220px;
  padding-bottom: 220px;
}
.IeWXv-uPvtrHzk7z .row .image-wrapper {
  position: absolute;
  height: 190px;
  width: 285px;
  padding: 0;
}
@media (max-width: 992px) {
  .IeWXv-uPvtrHzk7z .row .image-wrapper {
    position: static;
    margin-top: 16px;
    width: 100%;
    padding: 0 16px;
  }
  .IeWXv-uPvtrHzk7z .row .image-wrapper:first-child {
    margin-top: 22px;
  }
}
.IeWXv-uPvtrHzk7z .row .image-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.IeWXv-uPvtrHzk7z .row .image_1 {
  top: 0;
  left: 0;
}
.IeWXv-uPvtrHzk7z .row .image_2 {
  top: 0;
  right: 0;
}
.IeWXv-uPvtrHzk7z .row .image_3 {
  bottom: 0;
  left: 0;
}
.IeWXv-uPvtrHzk7z .row .image_4 {
  bottom: 0;
  right: 0;
}
.IeWXv-uPvtrHzk7z .title-wrapper .label-wrapper .scroll-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #0047ff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.IeWXv-uPvtrHzk7z .title-wrapper .scroll-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .IeWXv-uPvtrHzk7z .title-wrapper .scroll-section-title {
    margin-bottom: 22px;
  }
}
.IeWXv-uPvtrHzk7z .title-wrapper .text-wrapper .scroll-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .IeWXv-uPvtrHzk7z .title-wrapper .text-wrapper .scroll-text {
    width: 100%;
  }
}
.IeWXv-uPvtrHzk7z .title-wrapper .scroll-section-btn {
  margin-top: 22px;
}
.IeWXv-uPvtrHzk7z .scroll-label,
.IeWXv-uPvtrHzk7z .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.IeWXv-uPvtrHzk7z .scroll-section-title {
  color: #ffffff;
  text-align: center;
}
.IeWXv-uPvtrHzk7z .scroll-text,
.IeWXv-uPvtrHzk7z .text-wrapper {
  color: #151e11;
  text-align: center;
}
.IeWXv-uPvtrHzk7z .scroll-section-title,
.IeWXv-uPvtrHzk7z .scroll-section-btn {
  text-align: center;
  color: #08202d;
}
.IeWXv-uPvtkSXXmG {
  background-color: #d9e2ec;
}
.IeWXv-uPvtkSXXmG .scroll-fallback-image.disabled {
  display: none;
}
.IeWXv-uPvtkSXXmG .scroll-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.IeWXv-uPvtkSXXmG .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .IeWXv-uPvtkSXXmG .content-wrapper {
    margin-bottom: 32px;
  }
}
.IeWXv-uPvtkSXXmG .content-wrapper .scroll-section-title {
  margin-bottom: 32px;
}
.IeWXv-uPvtkSXXmG .content-wrapper .text-wrapper .scroll-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .IeWXv-uPvtkSXXmG .content-wrapper .text-wrapper .scroll-text {
    width: 100%;
  }
}
.IeWXv-uPvtkSXXmG .content-wrapper .subtitle-wrapper {
  margin-bottom: 32px;
}
.IeWXv-uPvtkSXXmG .content-wrapper .subtitle-wrapper .subtitle-wrap {
  display: inline-grid;
  grid-template-columns: 6px 1fr;
  gap: 24px;
  padding: 16px 40px 16px 10px;
  background-color: #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .IeWXv-uPvtkSXXmG .content-wrapper .subtitle-wrapper .subtitle-wrap {
    padding: 10px 20px 10px 10px;
    gap: 16px;
  }
}
.IeWXv-uPvtkSXXmG .content-wrapper .subtitle-wrapper .subtitle-wrap .line-wrap {
  width: 6px;
  height: 100%;
  border-radius: 10px;
  background-color: #f47451;
}
@media (max-width: 992px) {
  .IeWXv-uPvtkSXXmG .content-wrapper .subtitle-wrapper .subtitle-wrap .line-wrap {
    width: 4px;
  }
}
.IeWXv-uPvtkSXXmG .content-wrapper .subtitle-wrapper .subtitle-wrap .text-wrap {
  padding: 10px 0;
}
.IeWXv-uPvtkSXXmG .content-wrapper .subtitle-wrapper .subtitle-wrap .text-wrap .scroll-section-subtitle {
  margin-bottom: 4px;
}
.IeWXv-uPvtkSXXmG .content-wrapper .subtitle-wrapper .subtitle-wrap .text-wrap .scroll-desc {
  margin-bottom: 0;
}
.IeWXv-uPvtkSXXmG .image-wrapper {
  position: relative;
}
.IeWXv-uPvtkSXXmG .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f4f4f4;
  pointer-events: none;
  transform: rotate(5deg);
  z-index: 2;
  box-shadow: 0 35px 50px 0 #0000001a;
}
.IeWXv-uPvtkSXXmG .image-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #a0b6d8;
  pointer-events: none;
  transform: rotate(2deg);
  z-index: 1;
  box-shadow: 0 35px 50px 0 #0000001a;
}
.IeWXv-uPvtkSXXmG .image-wrapper img {
  position: relative;
  height: 500px;
  object-fit: cover;
  z-index: 3;
}
@media (max-width: 992px) {
  .IeWXv-uPvtkSXXmG .image-wrapper img {
    height: 300px;
  }
}
.IeWXv-uPvtkSXXmG .scroll-section-title {
  color: #000c3f;
}
.IeWXv-uPvtkSXXmG .scroll-text,
.IeWXv-uPvtkSXXmG .text-wrapper {
  color: #151e11;
  text-align: center;
}
.IeWXv-uPvtkSXXmG .scroll-section-subtitle {
  color: #000c3f;
  text-align: left;
}
.IeWXv-uPvtkSXXmG .scroll-desc {
  color: #000c3f;
  text-align: left;
}
.IeWXv-uPvtkSXXmG .scroll-section-title,
.IeWXv-uPvtkSXXmG .scroll-section-btn,
.IeWXv-uPvtkSXXmG .address-wrapper {
  text-align: center;
  color: #08202d;
}
.IeWXv-uPvtn966ki {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f7fa;
  background-image: linear-gradient(45deg, #0047ff -20%, #f5f7fa 40%, #6d8fc2 200%);
}
@media (max-width: 768px) {
  .IeWXv-uPvtn966ki {
    background-image: linear-gradient(45deg, #0047ff -60%, #f5f7fa 40%, #6d8fc2 200%);
  }
}
.IeWXv-uPvtn966ki .scroll-fallback-image.disabled {
  display: none;
}
.IeWXv-uPvtn966ki .scroll-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.IeWXv-uPvtn966ki .row {
  justify-content: space-between;
}
.IeWXv-uPvtn966ki .title-wrapper .scroll-section-title {
  margin-bottom: 22px;
}
.IeWXv-uPvtn966ki .items-wrapper .item {
  margin-bottom: 32px;
}
.IeWXv-uPvtn966ki .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .IeWXv-uPvtn966ki .items-wrapper .item {
    margin-bottom: 22px;
  }
}
.IeWXv-uPvtn966ki .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.IeWXv-uPvtn966ki .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.IeWXv-uPvtn966ki .items-wrapper .item .item-wrapper .card-box .scroll-section-btn {
  margin-top: 16px;
}
.IeWXv-uPvtn966ki .scroll-section-title {
  color: #ffffff;
}
.IeWXv-uPvtn966ki .item-title {
  color: #ffffff;
}
.IeWXv-uPvtn966ki .item-text {
  color: #151e11;
}
.IeWXv-uPvtn966ki .scroll-section-title,
.IeWXv-uPvtn966ki .title-wrapper {
  text-align: center;
  color: #08202d;
}
.IeWXv-uPvtn966ki .item-title,
.IeWXv-uPvtn966ki .scroll-section-btn {
  color: #08202d;
}
.IeWXv-uPvtumfPtX {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f5f7fa;
}
.IeWXv-uPvtumfPtX .scroll-fallback-image.disabled {
  display: none;
}
.IeWXv-uPvtumfPtX .scroll-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.IeWXv-uPvtumfPtX .card-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #d9e2ec;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .IeWXv-uPvtumfPtX .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.IeWXv-uPvtumfPtX .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .IeWXv-uPvtumfPtX .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.IeWXv-uPvtumfPtX .card-wrapper .title-wrapper .scroll-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .IeWXv-uPvtumfPtX .card-wrapper .title-wrapper .scroll-section-title {
    margin-bottom: 20px;
  }
}
.IeWXv-uPvtumfPtX .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .IeWXv-uPvtumfPtX .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.IeWXv-uPvtumfPtX .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #0035ba;
}
@media (max-width: 992px) {
  .IeWXv-uPvtumfPtX .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.IeWXv-uPvtumfPtX .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #0035ba;
}
.IeWXv-uPvtumfPtX .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #0035ba;
}
@media (max-width: 992px) {
  .IeWXv-uPvtumfPtX .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.IeWXv-uPvtumfPtX .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.IeWXv-uPvtumfPtX .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.IeWXv-uPvtumfPtX .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.IeWXv-uPvtumfPtX .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #f4f4f4;
}
.IeWXv-uPvtumfPtX .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .scroll-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #f4f4f4;
}
.IeWXv-uPvtumfPtX .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.IeWXv-uPvtumfPtX .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .IeWXv-uPvtumfPtX .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.IeWXv-uPvtumfPtX .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.IeWXv-uPvtumfPtX .scroll-section-title {
  color: #f4f4f4;
  text-align: center;
}
.IeWXv-uPvtumfPtX .panel-title-edit {
  color: #08202d;
}
.IeWXv-uPvtumfPtX .panel-text {
  color: #d7d2d2;
}
.IeWXv-uPvtumfPtX .scroll-section-title,
.IeWXv-uPvtumfPtX .scroll-section-btn,
.IeWXv-uPvtumfPtX .title-wrapper {
  color: #08202d;
}
.IeWXv-uPvtumfPtX .panel-text,
.IeWXv-uPvtumfPtX .panel-body {
  color: #151e11;
}
.IeWXv-uPwa5vrlJe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #08202d;
}
.IeWXv-uPwa5vrlJe .scroll-fallback-image.disabled {
  display: none;
}
.IeWXv-uPwa5vrlJe .scroll-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.IeWXv-uPwa5vrlJe .row {
  justify-content: center;
}
.IeWXv-uPwa5vrlJe .row .card {
  justify-content: space-between;
}
.IeWXv-uPwa5vrlJe .content-wrapper {
  margin-bottom: 20px;
}
.IeWXv-uPwa5vrlJe .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .IeWXv-uPwa5vrlJe .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .IeWXv-uPwa5vrlJe .content-wrapper .content-wrap {
    width: 100%;
  }
}
.IeWXv-uPwa5vrlJe .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .IeWXv-uPwa5vrlJe .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.IeWXv-uPwa5vrlJe .content-wrapper .content-wrap .image-wrapper img {
  height: 260px;
  object-fit: cover;
}
.IeWXv-uPwa5vrlJe .content-wrapper .content-wrap .title-wrapper .scroll-section-title {
  margin-bottom: 0;
}
.IeWXv-uPwa5vrlJe .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .IeWXv-uPwa5vrlJe .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .IeWXv-uPwa5vrlJe .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.IeWXv-uPwa5vrlJe .nav-wrapper .nav-wrap .scroll-list-title {
  margin-bottom: 20px;
}
.IeWXv-uPwa5vrlJe .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.IeWXv-uPwa5vrlJe .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.IeWXv-uPwa5vrlJe .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.IeWXv-uPwa5vrlJe .nav-wrapper .nav-wrap .list .item-wrap:hover,
.IeWXv-uPwa5vrlJe .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #adccee;
}
.IeWXv-uPwa5vrlJe .scroll-section-btn {
  margin-bottom: 20px;
}
.IeWXv-uPwa5vrlJe .scroll-section-btn .btn {
  margin-bottom: 0;
}
.IeWXv-uPwa5vrlJe .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.IeWXv-uPwa5vrlJe .scroll-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.IeWXv-uPwa5vrlJe .scroll-section-title {
  color: #093388;
}
.IeWXv-uPwa5vrlJe .scroll-list-title {
  color: #093388;
}
.IeWXv-uPwa5vrlJe .list {
  color: #58595b;
}
.IeWXv-uPwa5vrlJe .scroll-section-title,
.IeWXv-uPwa5vrlJe .scroll-section-btn,
.IeWXv-uPwa5vrlJe .content-wrapper {
  color: #ffffff;
}
.IeWXv-uPwa5vrlJe .list,
.IeWXv-uPwa5vrlJe .item-wrap,
.IeWXv-uPwa5vrlJe .list-wrapper {
  color: #ffffff;
}
.IeWXv-uPvsJXC3WA .navbar-dropdown {
  position: relative !important;
}
.IeWXv-uPvsJXC3WA .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .IeWXv-uPvsJXC3WA .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.IeWXv-uPvsJXC3WA .dropdown-item:before {
  font-family: checkbox2 !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;
}
.IeWXv-uPvsJXC3WA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.IeWXv-uPvsJXC3WA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #08202d !important;
  color: #0077b6 !important;
}
.IeWXv-uPvsJXC3WA .dropdown-item:hover,
.IeWXv-uPvsJXC3WA .dropdown-item:focus {
  background: #08202d !important;
  color: #0077b6 !important;
}
.IeWXv-uPvsJXC3WA .dropdown-item:hover span {
  color: white;
}
.IeWXv-uPvsJXC3WA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.IeWXv-uPvsJXC3WA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.IeWXv-uPvsJXC3WA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.IeWXv-uPvsJXC3WA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.IeWXv-uPvsJXC3WA .nav-link {
  position: relative;
}
.IeWXv-uPvsJXC3WA .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .IeWXv-uPvsJXC3WA .container {
    flex-wrap: nowrap;
  }
}
.IeWXv-uPvsJXC3WA .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.IeWXv-uPvsJXC3WA .iconfont-wrapper:hover {
  color: #7bc8f0 !important;
}
.IeWXv-uPvsJXC3WA .dropdown-menu,
.IeWXv-uPvsJXC3WA .navbar.opened {
  background: #08202d !important;
}
.IeWXv-uPvsJXC3WA .nav-item:focus,
.IeWXv-uPvsJXC3WA .nav-link:focus {
  outline: none;
}
.IeWXv-uPvsJXC3WA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.IeWXv-uPvsJXC3WA .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.IeWXv-uPvsJXC3WA .dropdown .dropdown-menu .dropdown-item .scroll-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.IeWXv-uPvsJXC3WA .dropdown .dropdown-menu .dropdown-item .scroll-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.IeWXv-uPvsJXC3WA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.IeWXv-uPvsJXC3WA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.IeWXv-uPvsJXC3WA .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #08202d;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.IeWXv-uPvsJXC3WA .navbar.opened {
  transition: all 0.3s;
}
.IeWXv-uPvsJXC3WA .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.IeWXv-uPvsJXC3WA .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.IeWXv-uPvsJXC3WA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.IeWXv-uPvsJXC3WA .navbar.collapsed {
  justify-content: center;
}
.IeWXv-uPvsJXC3WA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.IeWXv-uPvsJXC3WA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .IeWXv-uPvsJXC3WA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.IeWXv-uPvsJXC3WA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.IeWXv-uPvsJXC3WA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.IeWXv-uPvsJXC3WA .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%;
}
.IeWXv-uPvsJXC3WA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.IeWXv-uPvsJXC3WA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.IeWXv-uPvsJXC3WA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .IeWXv-uPvsJXC3WA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .IeWXv-uPvsJXC3WA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .IeWXv-uPvsJXC3WA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .IeWXv-uPvsJXC3WA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .IeWXv-uPvsJXC3WA .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%;
  }
  .IeWXv-uPvsJXC3WA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .IeWXv-uPvsJXC3WA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .IeWXv-uPvsJXC3WA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .IeWXv-uPvsJXC3WA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .IeWXv-uPvsJXC3WA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .IeWXv-uPvsJXC3WA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.IeWXv-uPvsJXC3WA .navbar.navbar-short {
  min-height: 96px;
}
.IeWXv-uPvsJXC3WA .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.IeWXv-uPvsJXC3WA .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.IeWXv-uPvsJXC3WA .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.IeWXv-uPvsJXC3WA .navbar-brand .navbar-caption:hover,
.IeWXv-uPvsJXC3WA .navbar-brand .navbar-caption:focus {
  color: #7bc8f0 !important;
}
.IeWXv-uPvsJXC3WA .navbar-brand .navbar-logo a {
  outline: none;
}
.IeWXv-uPvsJXC3WA .navbar.opened .navbar-brand .navbar-caption:hover,
.IeWXv-uPvsJXC3WA .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #7bc8f0 !important;
}
.IeWXv-uPvsJXC3WA .dropdown-item.active,
.IeWXv-uPvsJXC3WA .dropdown-item:active {
  background-color: transparent;
}
.IeWXv-uPvsJXC3WA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.IeWXv-uPvsJXC3WA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.IeWXv-uPvsJXC3WA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.IeWXv-uPvsJXC3WA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #08202d;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .IeWXv-uPvsJXC3WA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.IeWXv-uPvsJXC3WA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.IeWXv-uPvsJXC3WA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.IeWXv-uPvsJXC3WA ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .IeWXv-uPvsJXC3WA ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.IeWXv-uPvsJXC3WA .navbar-buttons {
  text-align: center;
}
.IeWXv-uPvsJXC3WA .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.IeWXv-uPvsJXC3WA .navbar-buttons .btn .scroll-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .IeWXv-uPvsJXC3WA .navbar-buttons .btn {
    width: auto !important;
  }
}
.IeWXv-uPvsJXC3WA button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #08202d !important;
  border: none !important;
  box-shadow: none !important;
}
.IeWXv-uPvsJXC3WA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.IeWXv-uPvsJXC3WA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.IeWXv-uPvsJXC3WA button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.IeWXv-uPvsJXC3WA button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.IeWXv-uPvsJXC3WA button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.IeWXv-uPvsJXC3WA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.IeWXv-uPvsJXC3WA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.IeWXv-uPvsJXC3WA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.IeWXv-uPvsJXC3WA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.IeWXv-uPvsJXC3WA .navbar-dropdown {
  padding: 0 1rem;
}
.IeWXv-uPvsJXC3WA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.IeWXv-uPvsJXC3WA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .IeWXv-uPvsJXC3WA .navbar {
    height: 70px;
  }
  .IeWXv-uPvsJXC3WA .navbar.opened {
    height: auto;
  }
  .IeWXv-uPvsJXC3WA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.IeWXv-uPvsJXC3WA .navbar-nav {
  margin: 0 auto;
}
.IeWXv-uPvsJXC3WA .nav-item {
  padding: 0;
  margin: 0;
}
.IeWXv-uPvsJXC3WA .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.IeWXv-uPvsJXC3WA .nav-item .nav-link::after {
  color: #7bc8f0 !important;
  transform: rotate(0);
  transition: .3s;
}
.IeWXv-uPvsJXC3WA .nav-item .nav-link:hover {
  background-color: transparent;
  color: #7bc8f0 !important;
}
.IeWXv-uPvsJXC3WA .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.IeWXv-uPvsJXC3WA .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.IeWXv-uPvsJXC3WA .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.IeWXv-uPvsJXC3WA .nav-item .dropdown-menu .dropdown-item {
  color: #0077b6 !important;
}
.IeWXv-uPvsJXC3WA .nav-item .dropdown-menu .dropdown-item:hover {
  color: #7bc8f0 !important;
}
@media (max-width: 991px) {
  .IeWXv-uPvsJXC3WA .navbar {
    justify-content: flex-start !important;
  }
  .IeWXv-uPvsJXC3WA .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .IeWXv-uPvsJXC3WA .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .IeWXv-uPvsJXC3WA .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .IeWXv-uPvsJXC3WA .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .IeWXv-uPvsJXC3WA .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .IeWXv-uPvsJXC3WA .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.IeWXv-uPvsJXC3WA .content-wrap {
  min-height: 110px;
}
.IeWXv-uPvuf95IlD {
  background-image: url("../../../assets/images/thick-beam.jpg");
}
.IeWXv-uPvuf95IlD .scroll-fallback-image.disabled {
  display: none;
}
.IeWXv-uPvuf95IlD .scroll-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.IeWXv-uPvuf95IlD .card-wrapper {
  padding: 120px 80px;
  background-color: #f5f7fa;
}
@media (max-width: 1440px) {
  .IeWXv-uPvuf95IlD .card-wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 992px) {
  .IeWXv-uPvuf95IlD .card-wrapper {
    padding: 40px 20px;
  }
}
.IeWXv-uPvuf95IlD .card-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .IeWXv-uPvuf95IlD .card-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.IeWXv-uPvuf95IlD .card-wrapper .label-wrapper .scroll-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #19171c;
  margin-bottom: 0;
}
.IeWXv-uPvuf95IlD .card-wrapper .scroll-section-title {
  margin-bottom: 20px;
}
.IeWXv-uPvuf95IlD .card-wrapper .text-wrapper .scroll-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .IeWXv-uPvuf95IlD .card-wrapper .text-wrapper .scroll-text {
    width: 80%;
  }
}
.IeWXv-uPvuf95IlD .scroll-section-title {
  color: #19171c;
}
.IeWXv-uPvuf95IlD .scroll-label,
.IeWXv-uPvuf95IlD .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.IeWXv-uPvuf95IlD .scroll-text,
.IeWXv-uPvuf95IlD .text-wrapper {
  color: #19171c;
  text-align: center;
}
.IeWXv-uPvuf95IlD .scroll-section-title,
.IeWXv-uPvuf95IlD .scroll-section-btn {
  text-align: center;
  color: #08202d;
}
.IeWXv-uPvvIweitJ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #d9e2ec;
}
.IeWXv-uPvvIweitJ .scroll-fallback-image.disabled {
  display: none;
}
.IeWXv-uPvvIweitJ .scroll-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.IeWXv-uPvvIweitJ .card {
  justify-content: flex-end;
}
.IeWXv-uPvvIweitJ .title-wrapper .scroll-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .IeWXv-uPvvIweitJ .title-wrapper .scroll-section-title {
    margin-bottom: 20px;
  }
}
.IeWXv-uPvvIweitJ .main-btn {
  margin-bottom: 50px;
  text-align: right;
}
.IeWXv-uPvvIweitJ .main-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .IeWXv-uPvvIweitJ .main-btn {
    margin-bottom: 30px;
    text-align: left;
  }
}
.IeWXv-uPvvIweitJ .items-wrapper {
  justify-content: center;
  margin: 0 -15px;
}
.IeWXv-uPvvIweitJ .items-wrapper .item {
  padding: 0 15px;
}
.IeWXv-uPvvIweitJ .item {
  animation: none !important;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .IeWXv-uPvvIweitJ .item {
    margin-bottom: 15px;
  }
}
.IeWXv-uPvvIweitJ .item .item-wrapper {
  position: relative;
  padding: 40px;
  backdrop-filter: blur(10px);
  height: 100%;
}
@media (max-width: 992px) {
  .IeWXv-uPvvIweitJ .item .item-wrapper {
    padding: 30px;
  }
}
.IeWXv-uPvvIweitJ .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #a0b6d8;
  z-index: 1;
  pointer-events: none;
  opacity: 0.8;
  background-color: #f5f7fa;
}
.IeWXv-uPvvIweitJ .item .item-wrapper:hover .card-box .border-wrapper::before,
.IeWXv-uPvvIweitJ .item .item-wrapper:focus .card-box .border-wrapper::before {
  width: 0;
  opacity: 1;
  background-color: #e4ed64;
}
.IeWXv-uPvvIweitJ .item .item-wrapper:hover .card-box .border-wrapper::after,
.IeWXv-uPvvIweitJ .item .item-wrapper:focus .card-box .border-wrapper::after {
  width: 100%;
}
.IeWXv-uPvvIweitJ .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.IeWXv-uPvvIweitJ .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .IeWXv-uPvvIweitJ .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.IeWXv-uPvvIweitJ .item .item-wrapper .card-box .iconfont-wrapper .scroll-iconfont {
  font-size: 48px;
  color: #e4ed64;
  display: inline-flex;
}
.IeWXv-uPvvIweitJ .item .item-wrapper .card-box .border-wrapper {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  height: 1px;
  transition: all .3s ease;
}
.IeWXv-uPvvIweitJ .item .item-wrapper .card-box .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #a0b6d8;
  opacity: .4;
  transition: all .4s ease;
}
.IeWXv-uPvvIweitJ .item .item-wrapper .card-box .border-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #e4ed64;
  transition: all .6s ease;
}
.IeWXv-uPvvIweitJ .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.IeWXv-uPvvIweitJ .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
  opacity: .6;
}
.IeWXv-uPvvIweitJ .item .item-wrapper .card-box .scroll-section-btn {
  margin-top: 20px;
}
.IeWXv-uPvvIweitJ .item .item-wrapper .card-box .scroll-section-btn .btn {
  margin-bottom: 0;
}
.IeWXv-uPvvIweitJ .scroll-section-title {
  color: #08202d;
  text-align: center;
}
.IeWXv-uPvvIweitJ .card-title {
  color: #ffffff;
}
.IeWXv-uPvvIweitJ .card-text {
  color: #19171c;
  text-align: center;
}
.IeWXv-uPvvIweitJ .card-title,
.IeWXv-uPvvIweitJ .iconfont-wrapper,
.IeWXv-uPvvIweitJ .item-btn {
  text-align: center;
  color: #08202d;
}
.IeWXv-uPvvNllTh6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f5f7fa;
  background-image: linear-gradient(#f5f7fa 80%, #a0b6d8 110%);
}
.IeWXv-uPvvNllTh6 .scroll-fallback-image.disabled {
  display: none;
}
.IeWXv-uPvvNllTh6 .scroll-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.IeWXv-uPvvNllTh6 .row {
  justify-content: center;
}
.IeWXv-uPvvNllTh6 .content-wrapper {
  position: relative;
  z-index: 2;
}
.IeWXv-uPvvNllTh6 .content-wrapper .scroll-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #385f98, #08202d 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .IeWXv-uPvvNllTh6 .content-wrapper .scroll-section-title {
    margin-bottom: 22px;
  }
}
.IeWXv-uPvvNllTh6 .content-wrapper .scroll-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .IeWXv-uPvvNllTh6 .content-wrapper .scroll-text {
    margin-bottom: 22px;
  }
}
.IeWXv-uPvvNllTh6 .content-wrapper .scroll-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .IeWXv-uPvvNllTh6 .content-wrapper .scroll-desc {
    margin-bottom: 22px;
  }
}
.IeWXv-uPvvNllTh6 .scroll-section-title {
  color: #ffffff;
}
.IeWXv-uPvvNllTh6 .scroll-text {
  color: #19171c;
  text-align: center;
}
.IeWXv-uPvvNllTh6 .scroll-desc {
  color: #ffffff;
}
.IeWXv-uPvvNllTh6 .scroll-section-title,
.IeWXv-uPvvNllTh6 .scroll-section-btn {
  text-align: center;
}
.IeWXv-uPvvKvcOIR {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #d9e2ec;
}
.IeWXv-uPvvKvcOIR .scroll-fallback-image.disabled {
  display: none;
}
.IeWXv-uPvvKvcOIR .scroll-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.IeWXv-uPvvKvcOIR .card-wrapper {
  display: flex;
  background-color: #f5f7fa;
  justify-content: space-between;
  padding: 48px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .IeWXv-uPvvKvcOIR .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .IeWXv-uPvvKvcOIR .card-wrapper {
    margin-bottom: 32px;
  }
}
.IeWXv-uPvvKvcOIR .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #08202d 0%, transparent 80%);
  height: 1px;
  width: 100%;
}
.IeWXv-uPvvKvcOIR .card-wrapper .content-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .IeWXv-uPvvKvcOIR .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.IeWXv-uPvvKvcOIR .card-wrapper .content-wrapper .scroll-section-title {
  margin-bottom: 22px;
}
.IeWXv-uPvvKvcOIR .card-wrapper .content-wrapper .scroll-text {
  margin-bottom: 0;
}
.IeWXv-uPvvKvcOIR .card-wrapper .content-wrapper .scroll-section-btn {
  margin-top: 22px;
}
.IeWXv-uPvvKvcOIR .card-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .IeWXv-uPvvKvcOIR .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.IeWXv-uPvvKvcOIR .card-wrapper .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.IeWXv-uPvvKvcOIR .scroll-section-title {
  color: #ffffff;
}
.IeWXv-uPvvKvcOIR .scroll-text {
  color: #151e11;
  text-align: center;
}
.IeWXv-uPvvKvcOIR .scroll-section-title,
.IeWXv-uPvvKvcOIR .scroll-section-btn {
  text-align: center;
  color: #08202d;
}
.IeWXv-uPwa5vrlJe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #08202d;
}
.IeWXv-uPwa5vrlJe .scroll-fallback-image.disabled {
  display: none;
}
.IeWXv-uPwa5vrlJe .scroll-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.IeWXv-uPwa5vrlJe .row {
  justify-content: center;
}
.IeWXv-uPwa5vrlJe .row .card {
  justify-content: space-between;
}
.IeWXv-uPwa5vrlJe .content-wrapper {
  margin-bottom: 20px;
}
.IeWXv-uPwa5vrlJe .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .IeWXv-uPwa5vrlJe .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .IeWXv-uPwa5vrlJe .content-wrapper .content-wrap {
    width: 100%;
  }
}
.IeWXv-uPwa5vrlJe .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .IeWXv-uPwa5vrlJe .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.IeWXv-uPwa5vrlJe .content-wrapper .content-wrap .image-wrapper img {
  height: 260px;
  object-fit: cover;
}
.IeWXv-uPwa5vrlJe .content-wrapper .content-wrap .title-wrapper .scroll-section-title {
  margin-bottom: 0;
}
.IeWXv-uPwa5vrlJe .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .IeWXv-uPwa5vrlJe .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .IeWXv-uPwa5vrlJe .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.IeWXv-uPwa5vrlJe .nav-wrapper .nav-wrap .scroll-list-title {
  margin-bottom: 20px;
}
.IeWXv-uPwa5vrlJe .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.IeWXv-uPwa5vrlJe .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.IeWXv-uPwa5vrlJe .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.IeWXv-uPwa5vrlJe .nav-wrapper .nav-wrap .list .item-wrap:hover,
.IeWXv-uPwa5vrlJe .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #adccee;
}
.IeWXv-uPwa5vrlJe .scroll-section-btn {
  margin-bottom: 20px;
}
.IeWXv-uPwa5vrlJe .scroll-section-btn .btn {
  margin-bottom: 0;
}
.IeWXv-uPwa5vrlJe .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.IeWXv-uPwa5vrlJe .scroll-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.IeWXv-uPwa5vrlJe .scroll-section-title {
  color: #093388;
}
.IeWXv-uPwa5vrlJe .scroll-list-title {
  color: #093388;
}
.IeWXv-uPwa5vrlJe .list {
  color: #58595b;
}
.IeWXv-uPwa5vrlJe .scroll-section-title,
.IeWXv-uPwa5vrlJe .scroll-section-btn,
.IeWXv-uPwa5vrlJe .content-wrapper {
  color: #ffffff;
}
.IeWXv-uPwa5vrlJe .list,
.IeWXv-uPwa5vrlJe .item-wrap,
.IeWXv-uPwa5vrlJe .list-wrapper {
  color: #ffffff;
}
.IeWXv-uPvsJXC3WA .navbar-dropdown {
  position: relative !important;
}
.IeWXv-uPvsJXC3WA .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .IeWXv-uPvsJXC3WA .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.IeWXv-uPvsJXC3WA .dropdown-item:before {
  font-family: checkbox2 !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;
}
.IeWXv-uPvsJXC3WA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.IeWXv-uPvsJXC3WA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #08202d !important;
  color: #0077b6 !important;
}
.IeWXv-uPvsJXC3WA .dropdown-item:hover,
.IeWXv-uPvsJXC3WA .dropdown-item:focus {
  background: #08202d !important;
  color: #0077b6 !important;
}
.IeWXv-uPvsJXC3WA .dropdown-item:hover span {
  color: white;
}
.IeWXv-uPvsJXC3WA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.IeWXv-uPvsJXC3WA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.IeWXv-uPvsJXC3WA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.IeWXv-uPvsJXC3WA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.IeWXv-uPvsJXC3WA .nav-link {
  position: relative;
}
.IeWXv-uPvsJXC3WA .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .IeWXv-uPvsJXC3WA .container {
    flex-wrap: nowrap;
  }
}
.IeWXv-uPvsJXC3WA .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.IeWXv-uPvsJXC3WA .iconfont-wrapper:hover {
  color: #7bc8f0 !important;
}
.IeWXv-uPvsJXC3WA .dropdown-menu,
.IeWXv-uPvsJXC3WA .navbar.opened {
  background: #08202d !important;
}
.IeWXv-uPvsJXC3WA .nav-item:focus,
.IeWXv-uPvsJXC3WA .nav-link:focus {
  outline: none;
}
.IeWXv-uPvsJXC3WA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.IeWXv-uPvsJXC3WA .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.IeWXv-uPvsJXC3WA .dropdown .dropdown-menu .dropdown-item .scroll-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.IeWXv-uPvsJXC3WA .dropdown .dropdown-menu .dropdown-item .scroll-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.IeWXv-uPvsJXC3WA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.IeWXv-uPvsJXC3WA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.IeWXv-uPvsJXC3WA .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #08202d;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.IeWXv-uPvsJXC3WA .navbar.opened {
  transition: all 0.3s;
}
.IeWXv-uPvsJXC3WA .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.IeWXv-uPvsJXC3WA .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.IeWXv-uPvsJXC3WA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.IeWXv-uPvsJXC3WA .navbar.collapsed {
  justify-content: center;
}
.IeWXv-uPvsJXC3WA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.IeWXv-uPvsJXC3WA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .IeWXv-uPvsJXC3WA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.IeWXv-uPvsJXC3WA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.IeWXv-uPvsJXC3WA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.IeWXv-uPvsJXC3WA .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%;
}
.IeWXv-uPvsJXC3WA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.IeWXv-uPvsJXC3WA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.IeWXv-uPvsJXC3WA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .IeWXv-uPvsJXC3WA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .IeWXv-uPvsJXC3WA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .IeWXv-uPvsJXC3WA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .IeWXv-uPvsJXC3WA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .IeWXv-uPvsJXC3WA .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%;
  }
  .IeWXv-uPvsJXC3WA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .IeWXv-uPvsJXC3WA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .IeWXv-uPvsJXC3WA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .IeWXv-uPvsJXC3WA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .IeWXv-uPvsJXC3WA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .IeWXv-uPvsJXC3WA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.IeWXv-uPvsJXC3WA .navbar.navbar-short {
  min-height: 96px;
}
.IeWXv-uPvsJXC3WA .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.IeWXv-uPvsJXC3WA .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.IeWXv-uPvsJXC3WA .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.IeWXv-uPvsJXC3WA .navbar-brand .navbar-caption:hover,
.IeWXv-uPvsJXC3WA .navbar-brand .navbar-caption:focus {
  color: #7bc8f0 !important;
}
.IeWXv-uPvsJXC3WA .navbar-brand .navbar-logo a {
  outline: none;
}
.IeWXv-uPvsJXC3WA .navbar.opened .navbar-brand .navbar-caption:hover,
.IeWXv-uPvsJXC3WA .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #7bc8f0 !important;
}
.IeWXv-uPvsJXC3WA .dropdown-item.active,
.IeWXv-uPvsJXC3WA .dropdown-item:active {
  background-color: transparent;
}
.IeWXv-uPvsJXC3WA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.IeWXv-uPvsJXC3WA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.IeWXv-uPvsJXC3WA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.IeWXv-uPvsJXC3WA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #08202d;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .IeWXv-uPvsJXC3WA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.IeWXv-uPvsJXC3WA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.IeWXv-uPvsJXC3WA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.IeWXv-uPvsJXC3WA ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .IeWXv-uPvsJXC3WA ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.IeWXv-uPvsJXC3WA .navbar-buttons {
  text-align: center;
}
.IeWXv-uPvsJXC3WA .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.IeWXv-uPvsJXC3WA .navbar-buttons .btn .scroll-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .IeWXv-uPvsJXC3WA .navbar-buttons .btn {
    width: auto !important;
  }
}
.IeWXv-uPvsJXC3WA button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #08202d !important;
  border: none !important;
  box-shadow: none !important;
}
.IeWXv-uPvsJXC3WA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.IeWXv-uPvsJXC3WA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.IeWXv-uPvsJXC3WA button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.IeWXv-uPvsJXC3WA button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.IeWXv-uPvsJXC3WA button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.IeWXv-uPvsJXC3WA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.IeWXv-uPvsJXC3WA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.IeWXv-uPvsJXC3WA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.IeWXv-uPvsJXC3WA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.IeWXv-uPvsJXC3WA .navbar-dropdown {
  padding: 0 1rem;
}
.IeWXv-uPvsJXC3WA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.IeWXv-uPvsJXC3WA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .IeWXv-uPvsJXC3WA .navbar {
    height: 70px;
  }
  .IeWXv-uPvsJXC3WA .navbar.opened {
    height: auto;
  }
  .IeWXv-uPvsJXC3WA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.IeWXv-uPvsJXC3WA .navbar-nav {
  margin: 0 auto;
}
.IeWXv-uPvsJXC3WA .nav-item {
  padding: 0;
  margin: 0;
}
.IeWXv-uPvsJXC3WA .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.IeWXv-uPvsJXC3WA .nav-item .nav-link::after {
  color: #7bc8f0 !important;
  transform: rotate(0);
  transition: .3s;
}
.IeWXv-uPvsJXC3WA .nav-item .nav-link:hover {
  background-color: transparent;
  color: #7bc8f0 !important;
}
.IeWXv-uPvsJXC3WA .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.IeWXv-uPvsJXC3WA .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.IeWXv-uPvsJXC3WA .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.IeWXv-uPvsJXC3WA .nav-item .dropdown-menu .dropdown-item {
  color: #0077b6 !important;
}
.IeWXv-uPvsJXC3WA .nav-item .dropdown-menu .dropdown-item:hover {
  color: #7bc8f0 !important;
}
@media (max-width: 991px) {
  .IeWXv-uPvsJXC3WA .navbar {
    justify-content: flex-start !important;
  }
  .IeWXv-uPvsJXC3WA .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .IeWXv-uPvsJXC3WA .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .IeWXv-uPvsJXC3WA .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .IeWXv-uPvsJXC3WA .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .IeWXv-uPvsJXC3WA .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .IeWXv-uPvsJXC3WA .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.IeWXv-uPvsJXC3WA .content-wrap {
  min-height: 110px;
}
.IeWXv-uPvwzDmpBh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f7fa;
}
.IeWXv-uPvwzDmpBh .scroll-fallback-image.disabled {
  display: none;
}
.IeWXv-uPvwzDmpBh .scroll-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.IeWXv-uPvwzDmpBh .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 64px;
  background-image: linear-gradient(45deg, #ffffff -10%, #d9e2ec 30%, #adccee 80%);
  overflow: hidden;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .IeWXv-uPvwzDmpBh .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .IeWXv-uPvwzDmpBh .card-wrapper {
    margin-bottom: 32px;
  }
}
.IeWXv-uPvwzDmpBh .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #d9e2ec, #adccee, transparent);
  height: 1px;
  width: 100%;
}
.IeWXv-uPvwzDmpBh .card-wrapper .title-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .IeWXv-uPvwzDmpBh .card-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.IeWXv-uPvwzDmpBh .card-wrapper .title-wrapper .scroll-title {
  margin-bottom: 16px;
}
.IeWXv-uPvwzDmpBh .card-wrapper .title-wrapper .scroll-text {
  margin-bottom: 0;
}
.IeWXv-uPvwzDmpBh .card-wrapper .form-wrapper {
  width: 50%;
  background-color: #a0b6d8;
  padding: 45px 36px;
  margin-bottom: -6rem;
}
@media (max-width: 992px) {
  .IeWXv-uPvwzDmpBh .card-wrapper .form-wrapper {
    width: 100%;
    padding: 22px 16px;
    margin-bottom: 0;
  }
}
.IeWXv-uPvwzDmpBh .card-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.IeWXv-uPvwzDmpBh .card-wrapper .form-wrapper .dragArea.row h5 {
  margin-bottom: 20px !important;
  background-image: linear-gradient(90deg, #ffffff, #19171c 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.IeWXv-uPvwzDmpBh .card-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
@media (max-width: 992px) {
  .IeWXv-uPvwzDmpBh .card-wrapper .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px;
  }
}
.IeWXv-uPvwzDmpBh .card-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.IeWXv-uPvwzDmpBh .card-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 20px;
  border: 1px solid #08202d !important;
  background-color: #f5f7fa;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.IeWXv-uPvwzDmpBh .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.IeWXv-uPvwzDmpBh .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #a0b6d8 !important;
  box-shadow: none;
}
.IeWXv-uPvwzDmpBh .card-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.IeWXv-uPvwzDmpBh .card-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.IeWXv-uPvwzDmpBh .card-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.IeWXv-uPvwzDmpBh .card-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.IeWXv-uPvwzDmpBh .card-wrapper .form-wrapper .dragArea.row .scroll-section-btn {
  width: 100%;
  padding: 0;
}
.IeWXv-uPvwzDmpBh .card-wrapper .form-wrapper .dragArea.row .scroll-section-btn .btn {
  margin: 0;
}
.IeWXv-uPvwzDmpBh .scroll-section-btn {
  text-align: right;
}
.IeWXv-uPvwzDmpBh .scroll-title {
  color: #08202d;
  text-align: center;
}
.IeWXv-uPvwzDmpBh .scroll-text {
  color: #19171c;
  text-align: center;
}
.IeWXv-uPvwzDmpBh label {
  color: #ffffff;
}
.IeWXv-uPvwzDmpBh H5 {
  text-align: center;
}
.IeWXv-uPw0bj2OYH {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #d9e2ec;
}
.IeWXv-uPw0bj2OYH .scroll-fallback-image.disabled {
  display: none;
}
.IeWXv-uPw0bj2OYH .scroll-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.IeWXv-uPw0bj2OYH .content-wrapper .scroll-section-title {
  margin-bottom: 32px;
}
.IeWXv-uPw0bj2OYH .content-wrapper .scroll-section-title span {
  color: #08202d;
}
.IeWXv-uPw0bj2OYH .content-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.IeWXv-uPw0bj2OYH .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.IeWXv-uPw0bj2OYH .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.IeWXv-uPw0bj2OYH .content-wrapper .list .item-wrap:hover,
.IeWXv-uPw0bj2OYH .content-wrapper .list .item-wrap:focus {
  color: #0035ba;
}
.IeWXv-uPw0bj2OYH .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #08202d, #08202d, #08202d);
}
@media (max-width: 992px) {
  .IeWXv-uPw0bj2OYH .border-wrap {
    margin-top: 32px;
  }
}
.IeWXv-uPw0bj2OYH .scroll-section-title {
  color: #ffffff;
  text-align: center;
}
.IeWXv-uPw0bj2OYH .list {
  color: #bbbbbb;
  text-align: center;
}
.IeWXv-uPw0bj2OYH .list,
.IeWXv-uPw0bj2OYH .item-wrap {
  color: #151e11;
}
.IeWXv-uPw0bj2OYH .scroll-section-title,
.IeWXv-uPw0bj2OYH .scroll-section-btn {
  color: #08202d;
}
.IeWXv-uPwa5vrlJe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #08202d;
}
.IeWXv-uPwa5vrlJe .scroll-fallback-image.disabled {
  display: none;
}
.IeWXv-uPwa5vrlJe .scroll-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.IeWXv-uPwa5vrlJe .row {
  justify-content: center;
}
.IeWXv-uPwa5vrlJe .row .card {
  justify-content: space-between;
}
.IeWXv-uPwa5vrlJe .content-wrapper {
  margin-bottom: 20px;
}
.IeWXv-uPwa5vrlJe .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .IeWXv-uPwa5vrlJe .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .IeWXv-uPwa5vrlJe .content-wrapper .content-wrap {
    width: 100%;
  }
}
.IeWXv-uPwa5vrlJe .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .IeWXv-uPwa5vrlJe .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.IeWXv-uPwa5vrlJe .content-wrapper .content-wrap .image-wrapper img {
  height: 260px;
  object-fit: cover;
}
.IeWXv-uPwa5vrlJe .content-wrapper .content-wrap .title-wrapper .scroll-section-title {
  margin-bottom: 0;
}
.IeWXv-uPwa5vrlJe .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .IeWXv-uPwa5vrlJe .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .IeWXv-uPwa5vrlJe .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.IeWXv-uPwa5vrlJe .nav-wrapper .nav-wrap .scroll-list-title {
  margin-bottom: 20px;
}
.IeWXv-uPwa5vrlJe .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.IeWXv-uPwa5vrlJe .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.IeWXv-uPwa5vrlJe .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.IeWXv-uPwa5vrlJe .nav-wrapper .nav-wrap .list .item-wrap:hover,
.IeWXv-uPwa5vrlJe .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #adccee;
}
.IeWXv-uPwa5vrlJe .scroll-section-btn {
  margin-bottom: 20px;
}
.IeWXv-uPwa5vrlJe .scroll-section-btn .btn {
  margin-bottom: 0;
}
.IeWXv-uPwa5vrlJe .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.IeWXv-uPwa5vrlJe .scroll-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.IeWXv-uPwa5vrlJe .scroll-section-title {
  color: #093388;
}
.IeWXv-uPwa5vrlJe .scroll-list-title {
  color: #093388;
}
.IeWXv-uPwa5vrlJe .list {
  color: #58595b;
}
.IeWXv-uPwa5vrlJe .scroll-section-title,
.IeWXv-uPwa5vrlJe .scroll-section-btn,
.IeWXv-uPwa5vrlJe .content-wrapper {
  color: #ffffff;
}
.IeWXv-uPwa5vrlJe .list,
.IeWXv-uPwa5vrlJe .item-wrap,
.IeWXv-uPwa5vrlJe .list-wrapper {
  color: #ffffff;
}
.IeWXv-uPvsJXC3WA .navbar-dropdown {
  position: relative !important;
}
.IeWXv-uPvsJXC3WA .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .IeWXv-uPvsJXC3WA .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.IeWXv-uPvsJXC3WA .dropdown-item:before {
  font-family: checkbox2 !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;
}
.IeWXv-uPvsJXC3WA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.IeWXv-uPvsJXC3WA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #08202d !important;
  color: #0077b6 !important;
}
.IeWXv-uPvsJXC3WA .dropdown-item:hover,
.IeWXv-uPvsJXC3WA .dropdown-item:focus {
  background: #08202d !important;
  color: #0077b6 !important;
}
.IeWXv-uPvsJXC3WA .dropdown-item:hover span {
  color: white;
}
.IeWXv-uPvsJXC3WA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.IeWXv-uPvsJXC3WA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.IeWXv-uPvsJXC3WA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.IeWXv-uPvsJXC3WA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.IeWXv-uPvsJXC3WA .nav-link {
  position: relative;
}
.IeWXv-uPvsJXC3WA .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .IeWXv-uPvsJXC3WA .container {
    flex-wrap: nowrap;
  }
}
.IeWXv-uPvsJXC3WA .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.IeWXv-uPvsJXC3WA .iconfont-wrapper:hover {
  color: #7bc8f0 !important;
}
.IeWXv-uPvsJXC3WA .dropdown-menu,
.IeWXv-uPvsJXC3WA .navbar.opened {
  background: #08202d !important;
}
.IeWXv-uPvsJXC3WA .nav-item:focus,
.IeWXv-uPvsJXC3WA .nav-link:focus {
  outline: none;
}
.IeWXv-uPvsJXC3WA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.IeWXv-uPvsJXC3WA .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.IeWXv-uPvsJXC3WA .dropdown .dropdown-menu .dropdown-item .scroll-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.IeWXv-uPvsJXC3WA .dropdown .dropdown-menu .dropdown-item .scroll-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.IeWXv-uPvsJXC3WA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.IeWXv-uPvsJXC3WA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.IeWXv-uPvsJXC3WA .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #08202d;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.IeWXv-uPvsJXC3WA .navbar.opened {
  transition: all 0.3s;
}
.IeWXv-uPvsJXC3WA .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.IeWXv-uPvsJXC3WA .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.IeWXv-uPvsJXC3WA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.IeWXv-uPvsJXC3WA .navbar.collapsed {
  justify-content: center;
}
.IeWXv-uPvsJXC3WA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.IeWXv-uPvsJXC3WA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .IeWXv-uPvsJXC3WA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.IeWXv-uPvsJXC3WA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.IeWXv-uPvsJXC3WA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.IeWXv-uPvsJXC3WA .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%;
}
.IeWXv-uPvsJXC3WA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.IeWXv-uPvsJXC3WA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.IeWXv-uPvsJXC3WA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .IeWXv-uPvsJXC3WA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .IeWXv-uPvsJXC3WA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .IeWXv-uPvsJXC3WA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .IeWXv-uPvsJXC3WA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .IeWXv-uPvsJXC3WA .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%;
  }
  .IeWXv-uPvsJXC3WA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .IeWXv-uPvsJXC3WA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .IeWXv-uPvsJXC3WA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .IeWXv-uPvsJXC3WA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .IeWXv-uPvsJXC3WA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .IeWXv-uPvsJXC3WA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.IeWXv-uPvsJXC3WA .navbar.navbar-short {
  min-height: 96px;
}
.IeWXv-uPvsJXC3WA .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.IeWXv-uPvsJXC3WA .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.IeWXv-uPvsJXC3WA .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.IeWXv-uPvsJXC3WA .navbar-brand .navbar-caption:hover,
.IeWXv-uPvsJXC3WA .navbar-brand .navbar-caption:focus {
  color: #7bc8f0 !important;
}
.IeWXv-uPvsJXC3WA .navbar-brand .navbar-logo a {
  outline: none;
}
.IeWXv-uPvsJXC3WA .navbar.opened .navbar-brand .navbar-caption:hover,
.IeWXv-uPvsJXC3WA .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #7bc8f0 !important;
}
.IeWXv-uPvsJXC3WA .dropdown-item.active,
.IeWXv-uPvsJXC3WA .dropdown-item:active {
  background-color: transparent;
}
.IeWXv-uPvsJXC3WA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.IeWXv-uPvsJXC3WA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.IeWXv-uPvsJXC3WA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.IeWXv-uPvsJXC3WA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #08202d;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .IeWXv-uPvsJXC3WA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.IeWXv-uPvsJXC3WA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.IeWXv-uPvsJXC3WA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.IeWXv-uPvsJXC3WA ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .IeWXv-uPvsJXC3WA ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.IeWXv-uPvsJXC3WA .navbar-buttons {
  text-align: center;
}
.IeWXv-uPvsJXC3WA .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.IeWXv-uPvsJXC3WA .navbar-buttons .btn .scroll-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .IeWXv-uPvsJXC3WA .navbar-buttons .btn {
    width: auto !important;
  }
}
.IeWXv-uPvsJXC3WA button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #08202d !important;
  border: none !important;
  box-shadow: none !important;
}
.IeWXv-uPvsJXC3WA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.IeWXv-uPvsJXC3WA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.IeWXv-uPvsJXC3WA button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.IeWXv-uPvsJXC3WA button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.IeWXv-uPvsJXC3WA button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.IeWXv-uPvsJXC3WA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.IeWXv-uPvsJXC3WA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.IeWXv-uPvsJXC3WA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.IeWXv-uPvsJXC3WA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.IeWXv-uPvsJXC3WA .navbar-dropdown {
  padding: 0 1rem;
}
.IeWXv-uPvsJXC3WA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.IeWXv-uPvsJXC3WA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .IeWXv-uPvsJXC3WA .navbar {
    height: 70px;
  }
  .IeWXv-uPvsJXC3WA .navbar.opened {
    height: auto;
  }
  .IeWXv-uPvsJXC3WA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.IeWXv-uPvsJXC3WA .navbar-nav {
  margin: 0 auto;
}
.IeWXv-uPvsJXC3WA .nav-item {
  padding: 0;
  margin: 0;
}
.IeWXv-uPvsJXC3WA .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.IeWXv-uPvsJXC3WA .nav-item .nav-link::after {
  color: #7bc8f0 !important;
  transform: rotate(0);
  transition: .3s;
}
.IeWXv-uPvsJXC3WA .nav-item .nav-link:hover {
  background-color: transparent;
  color: #7bc8f0 !important;
}
.IeWXv-uPvsJXC3WA .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.IeWXv-uPvsJXC3WA .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.IeWXv-uPvsJXC3WA .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.IeWXv-uPvsJXC3WA .nav-item .dropdown-menu .dropdown-item {
  color: #0077b6 !important;
}
.IeWXv-uPvsJXC3WA .nav-item .dropdown-menu .dropdown-item:hover {
  color: #7bc8f0 !important;
}
@media (max-width: 991px) {
  .IeWXv-uPvsJXC3WA .navbar {
    justify-content: flex-start !important;
  }
  .IeWXv-uPvsJXC3WA .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .IeWXv-uPvsJXC3WA .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .IeWXv-uPvsJXC3WA .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .IeWXv-uPvsJXC3WA .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .IeWXv-uPvsJXC3WA .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .IeWXv-uPvsJXC3WA .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.IeWXv-uPvsJXC3WA .content-wrap {
  min-height: 110px;
}
.IeWXv-uPvwF5JAhi {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.IeWXv-uPvwF5JAhi .scroll-fallback-image.disabled {
  display: none;
}
.IeWXv-uPvwF5JAhi .scroll-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.IeWXv-uPvwF5JAhi .row {
  justify-content: space-between;
}
.IeWXv-uPvwF5JAhi .content-wrapper {
  padding: 90px;
  border-radius: 3rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .IeWXv-uPvwF5JAhi .content-wrapper {
    padding: 40px 16px;
    border-radius: 2rem;
  }
}
.IeWXv-uPvwF5JAhi .content-wrapper .scroll-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .IeWXv-uPvwF5JAhi .content-wrapper .scroll-section-title {
    margin-bottom: 20px;
  }
}
.IeWXv-uPvwF5JAhi .content-wrapper .scroll-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .IeWXv-uPvwF5JAhi .content-wrapper .scroll-text {
    margin-bottom: 20px;
  }
}
.IeWXv-uPvwF5JAhi .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.IeWXv-uPvwF5JAhi .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.IeWXv-uPvwF5JAhi .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.IeWXv-uPvwF5JAhi .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .scroll-section-subtitle {
  margin-bottom: 0;
}
.IeWXv-uPvwF5JAhi .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .scroll-desc {
  margin-bottom: 0;
}
.IeWXv-uPvwF5JAhi .scroll-section-title {
  color: #000000;
}
.IeWXv-uPvwF5JAhi .scroll-section-subtitle {
  color: #000000;
}
.IeWXv-uPvwF5JAhi .scroll-desc {
  color: #000000;
}
.IeWXv-uPvwF5JAhi .scroll-text {
  color: #000000;
}
.IeWXv-uPvwF5JAhi .scroll-section-title,
.IeWXv-uPvwF5JAhi .scroll-section-btn {
  color: #000000;
}
.IeWXv-uPwa5vrlJe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #08202d;
}
.IeWXv-uPwa5vrlJe .scroll-fallback-image.disabled {
  display: none;
}
.IeWXv-uPwa5vrlJe .scroll-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.IeWXv-uPwa5vrlJe .row {
  justify-content: center;
}
.IeWXv-uPwa5vrlJe .row .card {
  justify-content: space-between;
}
.IeWXv-uPwa5vrlJe .content-wrapper {
  margin-bottom: 20px;
}
.IeWXv-uPwa5vrlJe .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .IeWXv-uPwa5vrlJe .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .IeWXv-uPwa5vrlJe .content-wrapper .content-wrap {
    width: 100%;
  }
}
.IeWXv-uPwa5vrlJe .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .IeWXv-uPwa5vrlJe .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.IeWXv-uPwa5vrlJe .content-wrapper .content-wrap .image-wrapper img {
  height: 260px;
  object-fit: cover;
}
.IeWXv-uPwa5vrlJe .content-wrapper .content-wrap .title-wrapper .scroll-section-title {
  margin-bottom: 0;
}
.IeWXv-uPwa5vrlJe .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .IeWXv-uPwa5vrlJe .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .IeWXv-uPwa5vrlJe .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.IeWXv-uPwa5vrlJe .nav-wrapper .nav-wrap .scroll-list-title {
  margin-bottom: 20px;
}
.IeWXv-uPwa5vrlJe .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.IeWXv-uPwa5vrlJe .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.IeWXv-uPwa5vrlJe .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.IeWXv-uPwa5vrlJe .nav-wrapper .nav-wrap .list .item-wrap:hover,
.IeWXv-uPwa5vrlJe .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #adccee;
}
.IeWXv-uPwa5vrlJe .scroll-section-btn {
  margin-bottom: 20px;
}
.IeWXv-uPwa5vrlJe .scroll-section-btn .btn {
  margin-bottom: 0;
}
.IeWXv-uPwa5vrlJe .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.IeWXv-uPwa5vrlJe .scroll-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.IeWXv-uPwa5vrlJe .scroll-section-title {
  color: #093388;
}
.IeWXv-uPwa5vrlJe .scroll-list-title {
  color: #093388;
}
.IeWXv-uPwa5vrlJe .list {
  color: #58595b;
}
.IeWXv-uPwa5vrlJe .scroll-section-title,
.IeWXv-uPwa5vrlJe .scroll-section-btn,
.IeWXv-uPwa5vrlJe .content-wrapper {
  color: #ffffff;
}
.IeWXv-uPwa5vrlJe .list,
.IeWXv-uPwa5vrlJe .item-wrap,
.IeWXv-uPwa5vrlJe .list-wrapper {
  color: #ffffff;
}
.IeWXv-uPvsJXC3WA .navbar-dropdown {
  position: relative !important;
}
.IeWXv-uPvsJXC3WA .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .IeWXv-uPvsJXC3WA .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.IeWXv-uPvsJXC3WA .dropdown-item:before {
  font-family: checkbox2 !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;
}
.IeWXv-uPvsJXC3WA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.IeWXv-uPvsJXC3WA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #08202d !important;
  color: #0077b6 !important;
}
.IeWXv-uPvsJXC3WA .dropdown-item:hover,
.IeWXv-uPvsJXC3WA .dropdown-item:focus {
  background: #08202d !important;
  color: #0077b6 !important;
}
.IeWXv-uPvsJXC3WA .dropdown-item:hover span {
  color: white;
}
.IeWXv-uPvsJXC3WA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.IeWXv-uPvsJXC3WA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.IeWXv-uPvsJXC3WA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.IeWXv-uPvsJXC3WA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.IeWXv-uPvsJXC3WA .nav-link {
  position: relative;
}
.IeWXv-uPvsJXC3WA .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .IeWXv-uPvsJXC3WA .container {
    flex-wrap: nowrap;
  }
}
.IeWXv-uPvsJXC3WA .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.IeWXv-uPvsJXC3WA .iconfont-wrapper:hover {
  color: #7bc8f0 !important;
}
.IeWXv-uPvsJXC3WA .dropdown-menu,
.IeWXv-uPvsJXC3WA .navbar.opened {
  background: #08202d !important;
}
.IeWXv-uPvsJXC3WA .nav-item:focus,
.IeWXv-uPvsJXC3WA .nav-link:focus {
  outline: none;
}
.IeWXv-uPvsJXC3WA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.IeWXv-uPvsJXC3WA .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.IeWXv-uPvsJXC3WA .dropdown .dropdown-menu .dropdown-item .scroll-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.IeWXv-uPvsJXC3WA .dropdown .dropdown-menu .dropdown-item .scroll-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.IeWXv-uPvsJXC3WA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.IeWXv-uPvsJXC3WA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.IeWXv-uPvsJXC3WA .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #08202d;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.IeWXv-uPvsJXC3WA .navbar.opened {
  transition: all 0.3s;
}
.IeWXv-uPvsJXC3WA .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.IeWXv-uPvsJXC3WA .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.IeWXv-uPvsJXC3WA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.IeWXv-uPvsJXC3WA .navbar.collapsed {
  justify-content: center;
}
.IeWXv-uPvsJXC3WA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.IeWXv-uPvsJXC3WA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .IeWXv-uPvsJXC3WA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.IeWXv-uPvsJXC3WA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.IeWXv-uPvsJXC3WA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.IeWXv-uPvsJXC3WA .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%;
}
.IeWXv-uPvsJXC3WA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.IeWXv-uPvsJXC3WA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.IeWXv-uPvsJXC3WA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .IeWXv-uPvsJXC3WA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .IeWXv-uPvsJXC3WA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .IeWXv-uPvsJXC3WA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .IeWXv-uPvsJXC3WA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .IeWXv-uPvsJXC3WA .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%;
  }
  .IeWXv-uPvsJXC3WA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .IeWXv-uPvsJXC3WA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .IeWXv-uPvsJXC3WA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .IeWXv-uPvsJXC3WA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .IeWXv-uPvsJXC3WA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .IeWXv-uPvsJXC3WA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.IeWXv-uPvsJXC3WA .navbar.navbar-short {
  min-height: 96px;
}
.IeWXv-uPvsJXC3WA .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.IeWXv-uPvsJXC3WA .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.IeWXv-uPvsJXC3WA .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.IeWXv-uPvsJXC3WA .navbar-brand .navbar-caption:hover,
.IeWXv-uPvsJXC3WA .navbar-brand .navbar-caption:focus {
  color: #7bc8f0 !important;
}
.IeWXv-uPvsJXC3WA .navbar-brand .navbar-logo a {
  outline: none;
}
.IeWXv-uPvsJXC3WA .navbar.opened .navbar-brand .navbar-caption:hover,
.IeWXv-uPvsJXC3WA .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #7bc8f0 !important;
}
.IeWXv-uPvsJXC3WA .dropdown-item.active,
.IeWXv-uPvsJXC3WA .dropdown-item:active {
  background-color: transparent;
}
.IeWXv-uPvsJXC3WA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.IeWXv-uPvsJXC3WA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.IeWXv-uPvsJXC3WA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.IeWXv-uPvsJXC3WA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #08202d;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .IeWXv-uPvsJXC3WA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.IeWXv-uPvsJXC3WA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.IeWXv-uPvsJXC3WA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.IeWXv-uPvsJXC3WA ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .IeWXv-uPvsJXC3WA ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.IeWXv-uPvsJXC3WA .navbar-buttons {
  text-align: center;
}
.IeWXv-uPvsJXC3WA .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.IeWXv-uPvsJXC3WA .navbar-buttons .btn .scroll-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .IeWXv-uPvsJXC3WA .navbar-buttons .btn {
    width: auto !important;
  }
}
.IeWXv-uPvsJXC3WA button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #08202d !important;
  border: none !important;
  box-shadow: none !important;
}
.IeWXv-uPvsJXC3WA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.IeWXv-uPvsJXC3WA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.IeWXv-uPvsJXC3WA button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.IeWXv-uPvsJXC3WA button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.IeWXv-uPvsJXC3WA button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.IeWXv-uPvsJXC3WA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.IeWXv-uPvsJXC3WA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.IeWXv-uPvsJXC3WA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.IeWXv-uPvsJXC3WA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.IeWXv-uPvsJXC3WA .navbar-dropdown {
  padding: 0 1rem;
}
.IeWXv-uPvsJXC3WA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.IeWXv-uPvsJXC3WA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .IeWXv-uPvsJXC3WA .navbar {
    height: 70px;
  }
  .IeWXv-uPvsJXC3WA .navbar.opened {
    height: auto;
  }
  .IeWXv-uPvsJXC3WA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.IeWXv-uPvsJXC3WA .navbar-nav {
  margin: 0 auto;
}
.IeWXv-uPvsJXC3WA .nav-item {
  padding: 0;
  margin: 0;
}
.IeWXv-uPvsJXC3WA .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.IeWXv-uPvsJXC3WA .nav-item .nav-link::after {
  color: #7bc8f0 !important;
  transform: rotate(0);
  transition: .3s;
}
.IeWXv-uPvsJXC3WA .nav-item .nav-link:hover {
  background-color: transparent;
  color: #7bc8f0 !important;
}
.IeWXv-uPvsJXC3WA .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.IeWXv-uPvsJXC3WA .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.IeWXv-uPvsJXC3WA .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.IeWXv-uPvsJXC3WA .nav-item .dropdown-menu .dropdown-item {
  color: #0077b6 !important;
}
.IeWXv-uPvsJXC3WA .nav-item .dropdown-menu .dropdown-item:hover {
  color: #7bc8f0 !important;
}
@media (max-width: 991px) {
  .IeWXv-uPvsJXC3WA .navbar {
    justify-content: flex-start !important;
  }
  .IeWXv-uPvsJXC3WA .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .IeWXv-uPvsJXC3WA .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .IeWXv-uPvsJXC3WA .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .IeWXv-uPvsJXC3WA .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .IeWXv-uPvsJXC3WA .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .IeWXv-uPvsJXC3WA .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.IeWXv-uPvsJXC3WA .content-wrap {
  min-height: 110px;
}
.IeWXv-uPvwJw4t3I {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.IeWXv-uPvwJw4t3I .scroll-fallback-image.disabled {
  display: none;
}
.IeWXv-uPvwJw4t3I .scroll-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.IeWXv-uPvwJw4t3I .row {
  justify-content: space-between;
}
.IeWXv-uPvwJw4t3I .content-wrapper {
  padding: 90px;
  border-radius: 3rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .IeWXv-uPvwJw4t3I .content-wrapper {
    padding: 40px 16px;
    border-radius: 2rem;
  }
}
.IeWXv-uPvwJw4t3I .content-wrapper .scroll-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .IeWXv-uPvwJw4t3I .content-wrapper .scroll-section-title {
    margin-bottom: 20px;
  }
}
.IeWXv-uPvwJw4t3I .content-wrapper .scroll-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .IeWXv-uPvwJw4t3I .content-wrapper .scroll-text {
    margin-bottom: 20px;
  }
}
.IeWXv-uPvwJw4t3I .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.IeWXv-uPvwJw4t3I .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.IeWXv-uPvwJw4t3I .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.IeWXv-uPvwJw4t3I .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .scroll-section-subtitle {
  margin-bottom: 0;
}
.IeWXv-uPvwJw4t3I .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .scroll-desc {
  margin-bottom: 0;
}
.IeWXv-uPvwJw4t3I .scroll-section-title {
  color: #000000;
}
.IeWXv-uPvwJw4t3I .scroll-section-subtitle {
  color: #000000;
}
.IeWXv-uPvwJw4t3I .scroll-desc {
  color: #000000;
}
.IeWXv-uPvwJw4t3I .scroll-text {
  color: #000000;
}
.IeWXv-uPvwJw4t3I .scroll-section-title,
.IeWXv-uPvwJw4t3I .scroll-section-btn {
  color: #000000;
}
.IeWXv-uPwa5vrlJe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #08202d;
}
.IeWXv-uPwa5vrlJe .scroll-fallback-image.disabled {
  display: none;
}
.IeWXv-uPwa5vrlJe .scroll-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.IeWXv-uPwa5vrlJe .row {
  justify-content: center;
}
.IeWXv-uPwa5vrlJe .row .card {
  justify-content: space-between;
}
.IeWXv-uPwa5vrlJe .content-wrapper {
  margin-bottom: 20px;
}
.IeWXv-uPwa5vrlJe .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .IeWXv-uPwa5vrlJe .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .IeWXv-uPwa5vrlJe .content-wrapper .content-wrap {
    width: 100%;
  }
}
.IeWXv-uPwa5vrlJe .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .IeWXv-uPwa5vrlJe .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.IeWXv-uPwa5vrlJe .content-wrapper .content-wrap .image-wrapper img {
  height: 260px;
  object-fit: cover;
}
.IeWXv-uPwa5vrlJe .content-wrapper .content-wrap .title-wrapper .scroll-section-title {
  margin-bottom: 0;
}
.IeWXv-uPwa5vrlJe .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .IeWXv-uPwa5vrlJe .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .IeWXv-uPwa5vrlJe .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.IeWXv-uPwa5vrlJe .nav-wrapper .nav-wrap .scroll-list-title {
  margin-bottom: 20px;
}
.IeWXv-uPwa5vrlJe .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.IeWXv-uPwa5vrlJe .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.IeWXv-uPwa5vrlJe .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.IeWXv-uPwa5vrlJe .nav-wrapper .nav-wrap .list .item-wrap:hover,
.IeWXv-uPwa5vrlJe .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #adccee;
}
.IeWXv-uPwa5vrlJe .scroll-section-btn {
  margin-bottom: 20px;
}
.IeWXv-uPwa5vrlJe .scroll-section-btn .btn {
  margin-bottom: 0;
}
.IeWXv-uPwa5vrlJe .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.IeWXv-uPwa5vrlJe .scroll-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.IeWXv-uPwa5vrlJe .scroll-section-title {
  color: #093388;
}
.IeWXv-uPwa5vrlJe .scroll-list-title {
  color: #093388;
}
.IeWXv-uPwa5vrlJe .list {
  color: #58595b;
}
.IeWXv-uPwa5vrlJe .scroll-section-title,
.IeWXv-uPwa5vrlJe .scroll-section-btn,
.IeWXv-uPwa5vrlJe .content-wrapper {
  color: #ffffff;
}
.IeWXv-uPwa5vrlJe .list,
.IeWXv-uPwa5vrlJe .item-wrap,
.IeWXv-uPwa5vrlJe .list-wrapper {
  color: #ffffff;
}
.IeWXv-uPvsJXC3WA .navbar-dropdown {
  position: relative !important;
}
.IeWXv-uPvsJXC3WA .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .IeWXv-uPvsJXC3WA .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.IeWXv-uPvsJXC3WA .dropdown-item:before {
  font-family: checkbox2 !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;
}
.IeWXv-uPvsJXC3WA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.IeWXv-uPvsJXC3WA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #08202d !important;
  color: #0077b6 !important;
}
.IeWXv-uPvsJXC3WA .dropdown-item:hover,
.IeWXv-uPvsJXC3WA .dropdown-item:focus {
  background: #08202d !important;
  color: #0077b6 !important;
}
.IeWXv-uPvsJXC3WA .dropdown-item:hover span {
  color: white;
}
.IeWXv-uPvsJXC3WA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.IeWXv-uPvsJXC3WA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.IeWXv-uPvsJXC3WA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.IeWXv-uPvsJXC3WA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.IeWXv-uPvsJXC3WA .nav-link {
  position: relative;
}
.IeWXv-uPvsJXC3WA .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .IeWXv-uPvsJXC3WA .container {
    flex-wrap: nowrap;
  }
}
.IeWXv-uPvsJXC3WA .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.IeWXv-uPvsJXC3WA .iconfont-wrapper:hover {
  color: #7bc8f0 !important;
}
.IeWXv-uPvsJXC3WA .dropdown-menu,
.IeWXv-uPvsJXC3WA .navbar.opened {
  background: #08202d !important;
}
.IeWXv-uPvsJXC3WA .nav-item:focus,
.IeWXv-uPvsJXC3WA .nav-link:focus {
  outline: none;
}
.IeWXv-uPvsJXC3WA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.IeWXv-uPvsJXC3WA .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.IeWXv-uPvsJXC3WA .dropdown .dropdown-menu .dropdown-item .scroll-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.IeWXv-uPvsJXC3WA .dropdown .dropdown-menu .dropdown-item .scroll-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.IeWXv-uPvsJXC3WA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.IeWXv-uPvsJXC3WA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.IeWXv-uPvsJXC3WA .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #08202d;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.IeWXv-uPvsJXC3WA .navbar.opened {
  transition: all 0.3s;
}
.IeWXv-uPvsJXC3WA .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.IeWXv-uPvsJXC3WA .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.IeWXv-uPvsJXC3WA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.IeWXv-uPvsJXC3WA .navbar.collapsed {
  justify-content: center;
}
.IeWXv-uPvsJXC3WA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.IeWXv-uPvsJXC3WA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .IeWXv-uPvsJXC3WA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.IeWXv-uPvsJXC3WA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.IeWXv-uPvsJXC3WA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.IeWXv-uPvsJXC3WA .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%;
}
.IeWXv-uPvsJXC3WA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.IeWXv-uPvsJXC3WA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.IeWXv-uPvsJXC3WA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .IeWXv-uPvsJXC3WA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .IeWXv-uPvsJXC3WA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .IeWXv-uPvsJXC3WA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .IeWXv-uPvsJXC3WA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .IeWXv-uPvsJXC3WA .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%;
  }
  .IeWXv-uPvsJXC3WA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .IeWXv-uPvsJXC3WA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .IeWXv-uPvsJXC3WA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .IeWXv-uPvsJXC3WA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .IeWXv-uPvsJXC3WA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .IeWXv-uPvsJXC3WA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.IeWXv-uPvsJXC3WA .navbar.navbar-short {
  min-height: 96px;
}
.IeWXv-uPvsJXC3WA .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.IeWXv-uPvsJXC3WA .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.IeWXv-uPvsJXC3WA .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.IeWXv-uPvsJXC3WA .navbar-brand .navbar-caption:hover,
.IeWXv-uPvsJXC3WA .navbar-brand .navbar-caption:focus {
  color: #7bc8f0 !important;
}
.IeWXv-uPvsJXC3WA .navbar-brand .navbar-logo a {
  outline: none;
}
.IeWXv-uPvsJXC3WA .navbar.opened .navbar-brand .navbar-caption:hover,
.IeWXv-uPvsJXC3WA .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #7bc8f0 !important;
}
.IeWXv-uPvsJXC3WA .dropdown-item.active,
.IeWXv-uPvsJXC3WA .dropdown-item:active {
  background-color: transparent;
}
.IeWXv-uPvsJXC3WA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.IeWXv-uPvsJXC3WA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.IeWXv-uPvsJXC3WA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.IeWXv-uPvsJXC3WA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #08202d;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .IeWXv-uPvsJXC3WA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.IeWXv-uPvsJXC3WA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.IeWXv-uPvsJXC3WA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.IeWXv-uPvsJXC3WA ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .IeWXv-uPvsJXC3WA ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.IeWXv-uPvsJXC3WA .navbar-buttons {
  text-align: center;
}
.IeWXv-uPvsJXC3WA .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.IeWXv-uPvsJXC3WA .navbar-buttons .btn .scroll-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .IeWXv-uPvsJXC3WA .navbar-buttons .btn {
    width: auto !important;
  }
}
.IeWXv-uPvsJXC3WA button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #08202d !important;
  border: none !important;
  box-shadow: none !important;
}
.IeWXv-uPvsJXC3WA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.IeWXv-uPvsJXC3WA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.IeWXv-uPvsJXC3WA button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.IeWXv-uPvsJXC3WA button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.IeWXv-uPvsJXC3WA button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.IeWXv-uPvsJXC3WA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.IeWXv-uPvsJXC3WA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.IeWXv-uPvsJXC3WA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.IeWXv-uPvsJXC3WA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.IeWXv-uPvsJXC3WA .navbar-dropdown {
  padding: 0 1rem;
}
.IeWXv-uPvsJXC3WA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.IeWXv-uPvsJXC3WA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .IeWXv-uPvsJXC3WA .navbar {
    height: 70px;
  }
  .IeWXv-uPvsJXC3WA .navbar.opened {
    height: auto;
  }
  .IeWXv-uPvsJXC3WA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.IeWXv-uPvsJXC3WA .navbar-nav {
  margin: 0 auto;
}
.IeWXv-uPvsJXC3WA .nav-item {
  padding: 0;
  margin: 0;
}
.IeWXv-uPvsJXC3WA .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.IeWXv-uPvsJXC3WA .nav-item .nav-link::after {
  color: #7bc8f0 !important;
  transform: rotate(0);
  transition: .3s;
}
.IeWXv-uPvsJXC3WA .nav-item .nav-link:hover {
  background-color: transparent;
  color: #7bc8f0 !important;
}
.IeWXv-uPvsJXC3WA .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.IeWXv-uPvsJXC3WA .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.IeWXv-uPvsJXC3WA .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.IeWXv-uPvsJXC3WA .nav-item .dropdown-menu .dropdown-item {
  color: #0077b6 !important;
}
.IeWXv-uPvsJXC3WA .nav-item .dropdown-menu .dropdown-item:hover {
  color: #7bc8f0 !important;
}
@media (max-width: 991px) {
  .IeWXv-uPvsJXC3WA .navbar {
    justify-content: flex-start !important;
  }
  .IeWXv-uPvsJXC3WA .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .IeWXv-uPvsJXC3WA .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .IeWXv-uPvsJXC3WA .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .IeWXv-uPvsJXC3WA .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .IeWXv-uPvsJXC3WA .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .IeWXv-uPvsJXC3WA .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.IeWXv-uPvsJXC3WA .content-wrap {
  min-height: 110px;
}
.IeWXv-uPvwN6cl4j {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.IeWXv-uPvwN6cl4j .scroll-fallback-image.disabled {
  display: none;
}
.IeWXv-uPvwN6cl4j .scroll-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.IeWXv-uPvwN6cl4j .row {
  justify-content: space-between;
}
.IeWXv-uPvwN6cl4j .content-wrapper {
  padding: 90px;
  border-radius: 3rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .IeWXv-uPvwN6cl4j .content-wrapper {
    padding: 40px 16px;
    border-radius: 2rem;
  }
}
.IeWXv-uPvwN6cl4j .content-wrapper .scroll-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .IeWXv-uPvwN6cl4j .content-wrapper .scroll-section-title {
    margin-bottom: 20px;
  }
}
.IeWXv-uPvwN6cl4j .content-wrapper .scroll-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .IeWXv-uPvwN6cl4j .content-wrapper .scroll-text {
    margin-bottom: 20px;
  }
}
.IeWXv-uPvwN6cl4j .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.IeWXv-uPvwN6cl4j .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.IeWXv-uPvwN6cl4j .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.IeWXv-uPvwN6cl4j .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .scroll-section-subtitle {
  margin-bottom: 0;
}
.IeWXv-uPvwN6cl4j .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .scroll-desc {
  margin-bottom: 0;
}
.IeWXv-uPvwN6cl4j .scroll-section-title {
  color: #000000;
}
.IeWXv-uPvwN6cl4j .scroll-section-subtitle {
  color: #000000;
}
.IeWXv-uPvwN6cl4j .scroll-desc {
  color: #000000;
}
.IeWXv-uPvwN6cl4j .scroll-text {
  color: #000000;
}
.IeWXv-uPvwN6cl4j .scroll-section-title,
.IeWXv-uPvwN6cl4j .scroll-section-btn {
  color: #000000;
}
.IeWXv-uPwa5vrlJe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #08202d;
}
.IeWXv-uPwa5vrlJe .scroll-fallback-image.disabled {
  display: none;
}
.IeWXv-uPwa5vrlJe .scroll-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.IeWXv-uPwa5vrlJe .row {
  justify-content: center;
}
.IeWXv-uPwa5vrlJe .row .card {
  justify-content: space-between;
}
.IeWXv-uPwa5vrlJe .content-wrapper {
  margin-bottom: 20px;
}
.IeWXv-uPwa5vrlJe .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .IeWXv-uPwa5vrlJe .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .IeWXv-uPwa5vrlJe .content-wrapper .content-wrap {
    width: 100%;
  }
}
.IeWXv-uPwa5vrlJe .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .IeWXv-uPwa5vrlJe .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.IeWXv-uPwa5vrlJe .content-wrapper .content-wrap .image-wrapper img {
  height: 260px;
  object-fit: cover;
}
.IeWXv-uPwa5vrlJe .content-wrapper .content-wrap .title-wrapper .scroll-section-title {
  margin-bottom: 0;
}
.IeWXv-uPwa5vrlJe .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .IeWXv-uPwa5vrlJe .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .IeWXv-uPwa5vrlJe .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.IeWXv-uPwa5vrlJe .nav-wrapper .nav-wrap .scroll-list-title {
  margin-bottom: 20px;
}
.IeWXv-uPwa5vrlJe .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.IeWXv-uPwa5vrlJe .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.IeWXv-uPwa5vrlJe .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.IeWXv-uPwa5vrlJe .nav-wrapper .nav-wrap .list .item-wrap:hover,
.IeWXv-uPwa5vrlJe .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #adccee;
}
.IeWXv-uPwa5vrlJe .scroll-section-btn {
  margin-bottom: 20px;
}
.IeWXv-uPwa5vrlJe .scroll-section-btn .btn {
  margin-bottom: 0;
}
.IeWXv-uPwa5vrlJe .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.IeWXv-uPwa5vrlJe .scroll-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.IeWXv-uPwa5vrlJe .scroll-section-title {
  color: #093388;
}
.IeWXv-uPwa5vrlJe .scroll-list-title {
  color: #093388;
}
.IeWXv-uPwa5vrlJe .list {
  color: #58595b;
}
.IeWXv-uPwa5vrlJe .scroll-section-title,
.IeWXv-uPwa5vrlJe .scroll-section-btn,
.IeWXv-uPwa5vrlJe .content-wrapper {
  color: #ffffff;
}
.IeWXv-uPwa5vrlJe .list,
.IeWXv-uPwa5vrlJe .item-wrap,
.IeWXv-uPwa5vrlJe .list-wrapper {
  color: #ffffff;
}

/* Base Cookie Banner */
.cookie-banner {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    color: #424a4d;
    padding: 15px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.cookie-banner.show {
    visibility: visible;
    opacity: 1;
}

.cookie-banner p {
    margin: 0;
    font-size: 14px;
}

.cookie-banner a {
    color: #424a4d;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.cookie-btn {
    all: unset;
    padding: 18px 15px;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    line-height: 1;
    display: inline-block;
}

.cookie-btn.Accept {
    background-color: #28a745 !important;
}

.cookie-btn.ignore {
    background-color: #dc3545 !important;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        font-size: 13px;
    }
    .cookie-buttons {
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }
    .cookie-btn {
        width: 100%;
        padding: 10px 0;
    }
}
/* Finish Cookie Banner */
/* */
#cookieAcceptBtn:hover {
  background: linear-gradient(145deg, #0056b3, #004494);
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.3), -6px -6px 12px rgba(255, 255, 255, 0.9);
}

#cookieRejectBtn:hover {
  background: linear-gradient(145deg, #e0e0e0, #d6d6d6);
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.2), -6px -6px 12px rgba(255, 255, 255, 0.8);
}

/*768px*/
@media (max-width: 768px) {
  #cookieAcceptBtn:hover,
  #cookieRejectBtn:hover {
    box-shadow: none;
  }
}

/*480px*/
@media (max-width: 480px) {
  #cookieAcceptBtn:hover,
  #cookieRejectBtn:hover {
    box-shadow: none;
  }
}

/* logoanimations */
@keyframes chaoticShake {
    0% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(5px, -5px);
    }
    50% {
        transform: translate(-5px, 5px);
    }
    75% {
        transform: translate(5px, 5px);
    }
    100% {
        transform: translate(-5px, -5px);
    }
}

.navbar-brand {
    animation: chaoticShake 0.3s;
}
/* endlogoanimations */

/* mainanimations */
/* Style 6: text color flash */
a, button, .btn {
  transition: color 0.2s ease;
}
a:active, button:active, .btn:active {
  color: #00ff00;
}
/* endmainanimations */
