body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Muli', sans-serif;
  font-size: 3.6rem;
}
.display-1 > .interactive-iconfont {
  font-size: 3.6rem;
}
.display-2 {
  font-family: 'Muli', sans-serif;
  font-size: 3.2rem;
}
.display-2 > .interactive-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Muli', sans-serif;
  font-size: 1.2rem;
}
.display-4 > .interactive-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Muli', sans-serif;
  font-size: 2.5rem;
}
.display-5 > .interactive-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Muli', sans-serif;
  font-size: 1.3rem;
}
.display-7 > .interactive-iconfont {
  font-size: 1.3rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .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))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 6px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 6px;
}
.btn-lg {
  padding: 20px 25px;
  border-radius: 6px;
}
.bg-primary {
  background-color: #4f87fb !important;
}
.bg-success {
  background-color: #4f87fb !important;
}
.bg-info {
  background-color: #b85df8 !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #86beff !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #4f87fb !important;
  border-color: #4f87fb !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #0654f8 !important;
  border-color: #0654f8 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0654f8 !important;
  border-color: #0654f8 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #b85df8 !important;
  border-color: #b85df8 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #9814f5 !important;
  border-color: #9814f5 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #9814f5 !important;
  border-color: #9814f5 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #4f87fb !important;
  border-color: #4f87fb !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #0654f8 !important;
  border-color: #0654f8 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0654f8 !important;
  border-color: #0654f8 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #86beff !important;
  border-color: #86beff !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #3995ff !important;
  border-color: #3995ff !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #3995ff !important;
  border-color: #3995ff !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #054cdf;
  color: #054cdf;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #4f87fb;
  border-color: #4f87fb;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4f87fb !important;
  border-color: #4f87fb !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #8b0ae5;
  color: #8b0ae5;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #b85df8;
  border-color: #b85df8;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #b85df8 !important;
  border-color: #b85df8 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #054cdf;
  color: #054cdf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #4f87fb;
  border-color: #4f87fb;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #4f87fb !important;
  border-color: #4f87fb !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #2087ff;
  color: #2087ff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #86beff;
  border-color: #86beff;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #86beff !important;
  border-color: #86beff !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #4f87fb !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #4f87fb !important;
}
.text-info {
  color: #b85df8 !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #86beff !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #054cdf !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #054cdf !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #8b0ae5 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #2087ff !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #b85df8;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #86beff;
}
.interactive-section-btn a.btn:not(.btn-form):hover,
.interactive-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.interactive-gallery-filter li.active .btn {
  background-color: #4f87fb;
  border-color: #4f87fb;
  color: #ffffff;
}
.interactive-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4f87fb;
}
.interactive-plan-header.bg-primary .interactive-plan-subtitle,
.interactive-plan-header.bg-primary .interactive-plan-price-desc {
  color: #ffffff;
}
.interactive-plan-header.bg-success .interactive-plan-subtitle,
.interactive-plan-header.bg-success .interactive-plan-price-desc {
  color: #ffffff;
}
.interactive-plan-header.bg-info .interactive-plan-subtitle,
.interactive-plan-header.bg-info .interactive-plan-price-desc {
  color: #ffffff;
}
.interactive-plan-header.bg-warning .interactive-plan-subtitle,
.interactive-plan-header.bg-warning .interactive-plan-price-desc {
  color: #ffffff;
}
.interactive-plan-header.bg-danger .interactive-plan-subtitle,
.interactive-plan-header.bg-danger .interactive-plan-price-desc {
  color: #ffffff;
}
.scrollToTop_wraper {
  display: none !important;
}
.form-control {
  font-family: 'Muli', sans-serif;
  font-size: 1.3rem;
}
.form-control > .interactive-iconfont {
  font-size: 1.3rem;
}
blockquote {
  border-color: #4f87fb;
}
/* Forms */
.interactive-form .btn {
  margin: 0.4rem 0;
}
.btn-primary:hover {
  color: #ffffff !important;
  background: #000000 !important;
  border-color: #000000 !important;
}
.form-control,
.jq-number__spin {
  background-color: #ffffff;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4f87fb;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #4f87fb;
  border-bottom-color: #4f87fb;
}
.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: #4f87fb !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: #000000 !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%;
}
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='%234f87fb' %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;
}
.aNzSh-uOywi81kCh .navbar-dropdown {
  position: relative !important;
}
.aNzSh-uOywi81kCh .container {
  max-width: 1312px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .aNzSh-uOywi81kCh .container {
    flex-wrap: nowrap;
  }
}
.aNzSh-uOywi81kCh .container-custom {
  position: relative;
  width: 100%;
  padding: 10px 0;
}
.aNzSh-uOywi81kCh .dropdown-item:before {
  font-family: transparency2 !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;
}
.aNzSh-uOywi81kCh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.aNzSh-uOywi81kCh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.aNzSh-uOywi81kCh .dropdown-item:hover,
.aNzSh-uOywi81kCh .dropdown-item:focus {
  background: #4f87fb !important;
  color: white !important;
}
.aNzSh-uOywi81kCh .dropdown-item:hover span {
  color: white;
}
.aNzSh-uOywi81kCh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.aNzSh-uOywi81kCh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.aNzSh-uOywi81kCh .nav-dropdown .link {
  padding: 0.75em 1em !important;
}
.aNzSh-uOywi81kCh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.aNzSh-uOywi81kCh .nav-link {
  position: relative;
}
.aNzSh-uOywi81kCh .iconfont-wrapper {
  color: #002549 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.aNzSh-uOywi81kCh .dropdown-menu,
.aNzSh-uOywi81kCh .navbar.opened {
  background: #ffffff !important;
}
.aNzSh-uOywi81kCh .nav-item:focus,
.aNzSh-uOywi81kCh .nav-link:focus {
  outline: none;
}
.aNzSh-uOywi81kCh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.aNzSh-uOywi81kCh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.aNzSh-uOywi81kCh .dropdown .dropdown-menu .dropdown-item .interactive-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.aNzSh-uOywi81kCh .dropdown .dropdown-menu .dropdown-item .interactive-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.aNzSh-uOywi81kCh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.aNzSh-uOywi81kCh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.aNzSh-uOywi81kCh .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
@media (min-width: 992px) {
  .aNzSh-uOywi81kCh .navbar {
    min-height: 105px;
  }
}
.aNzSh-uOywi81kCh .navbar.opened {
  transition: all 0.3s;
}
.aNzSh-uOywi81kCh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.aNzSh-uOywi81kCh .navbar .navbar-logo img {
  width: auto;
}
.aNzSh-uOywi81kCh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .aNzSh-uOywi81kCh .navbar .navbar-collapse {
    width: 100%;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .aNzSh-uOywi81kCh .navbar .navbar-nav-container {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
}
.aNzSh-uOywi81kCh .navbar.collapsed {
  justify-content: center;
}
.aNzSh-uOywi81kCh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.aNzSh-uOywi81kCh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .aNzSh-uOywi81kCh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.aNzSh-uOywi81kCh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.aNzSh-uOywi81kCh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.aNzSh-uOywi81kCh .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%;
}
.aNzSh-uOywi81kCh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.aNzSh-uOywi81kCh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.aNzSh-uOywi81kCh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .aNzSh-uOywi81kCh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .aNzSh-uOywi81kCh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .aNzSh-uOywi81kCh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .aNzSh-uOywi81kCh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .aNzSh-uOywi81kCh .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%;
  }
  .aNzSh-uOywi81kCh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .aNzSh-uOywi81kCh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .aNzSh-uOywi81kCh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .aNzSh-uOywi81kCh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .aNzSh-uOywi81kCh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .aNzSh-uOywi81kCh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.aNzSh-uOywi81kCh .navbar.navbar-short {
  min-height: 60px;
}
@media (min-width: 992px) {
  .aNzSh-uOywi81kCh .navbar.navbar-short {
    min-height: 105px;
  }
}
.aNzSh-uOywi81kCh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.aNzSh-uOywi81kCh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.aNzSh-uOywi81kCh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .aNzSh-uOywi81kCh .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translateY(-50%);
    width: 25%;
    min-height: 100%;
    z-index: 5;
  }
}
.aNzSh-uOywi81kCh .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
  flex-wrap: nowrap;
  color: #000000;
}
.aNzSh-uOywi81kCh .navbar-brand .navbar-caption span {
  line-height: inherit !important;
  font-weight: inherit !important;
  color: #4f87fb;
}
.aNzSh-uOywi81kCh .navbar-brand .navbar-caption:hover {
  color: #4f87fb !important;
}
.aNzSh-uOywi81kCh .navbar-brand .navbar-logo a {
  outline: none;
}
.aNzSh-uOywi81kCh .dropdown-item.active,
.aNzSh-uOywi81kCh .dropdown-item:active {
  background-color: transparent;
}
.aNzSh-uOywi81kCh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.aNzSh-uOywi81kCh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.aNzSh-uOywi81kCh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.aNzSh-uOywi81kCh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.aNzSh-uOywi81kCh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.aNzSh-uOywi81kCh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.aNzSh-uOywi81kCh ul.navbar-nav {
  flex-wrap: wrap;
}
.aNzSh-uOywi81kCh .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .aNzSh-uOywi81kCh .navbar-buttons {
    width: 40%;
    text-align: right;
  }
}
.aNzSh-uOywi81kCh .navbar-buttons .btn {
  min-width: 144px;
  font-weight: 400;
}
.aNzSh-uOywi81kCh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.aNzSh-uOywi81kCh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.aNzSh-uOywi81kCh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.aNzSh-uOywi81kCh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.aNzSh-uOywi81kCh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.aNzSh-uOywi81kCh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.aNzSh-uOywi81kCh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.aNzSh-uOywi81kCh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.aNzSh-uOywi81kCh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.aNzSh-uOywi81kCh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.aNzSh-uOywi81kCh .navbar-dropdown {
  padding: 0 1rem;
}
.aNzSh-uOywi81kCh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #002549;
}
.aNzSh-uOywi81kCh .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) {
  .aNzSh-uOywi81kCh .navbar {
    height: 60px;
  }
  .aNzSh-uOywi81kCh .navbar.opened {
    height: auto;
  }
  .aNzSh-uOywi81kCh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), (-ms-high-contrast: none) and (min-width: 992px) {
  .aNzSh-uOywi81kCh .navbar {
    min-height: 105px;
  }
}
.aNzSh-uOywkc4eOV {
  align-items: flex-end;
  background-image: url("../../../assets/images/yellow-pond.jpg-1376x768.jpg");
}
.aNzSh-uOywkc4eOV .interactive-fallback-image.disabled {
  display: none;
}
.aNzSh-uOywkc4eOV .interactive-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.aNzSh-uOywkc4eOV .card {
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .aNzSh-uOywkc4eOV .content-wrapper {
    margin-bottom: 10px;
  }
}
.aNzSh-uOywkc4eOV .content-wrapper .interactive-section-title {
  margin-bottom: 16px;
}
.aNzSh-uOywkc4eOV .content-wrapper .text-wrapper .interactive-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .aNzSh-uOywkc4eOV .content-wrapper .text-wrapper .interactive-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .aNzSh-uOywkc4eOV .content-wrapper .text-wrapper .interactive-text {
    width: 100%;
  }
}
.aNzSh-uOywkc4eOV .content-wrapper .interactive-section-btn .btn {
  margin-bottom: 0;
}
.aNzSh-uOywkc4eOV .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
}
.aNzSh-uOywkc4eOV .items-wrapper .items-wrap .item {
  margin-bottom: 10px;
}
.aNzSh-uOywkc4eOV .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.aNzSh-uOywkc4eOV .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #f5f7fa;
}
.aNzSh-uOywkc4eOV .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.aNzSh-uOywkc4eOV .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .aNzSh-uOywkc4eOV .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.aNzSh-uOywkc4eOV .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.aNzSh-uOywkc4eOV .btn-wrapper {
  margin-top: -10%;
}
.aNzSh-uOywkc4eOV .interactive-section-title {
  color: #f4f4f4;
}
.aNzSh-uOywkc4eOV .interactive-text {
  color: #f4f4f4;
}
.aNzSh-uOywkc4eOV .item-title {
  color: #58595b;
}
.aNzSh-uOywkc4eOV .interactive-section-title,
.aNzSh-uOywkc4eOV .interactive-section-btn {
  color: #000000;
  text-align: center;
}
.aNzSh-uOywkc4eOV .interactive-text,
.aNzSh-uOywkc4eOV .text-wrapper {
  color: #000000;
  text-align: center;
}
.aNzSh-uOywkc4eOV .item-title,
.aNzSh-uOywkc4eOV .items-wrapper {
  color: #000000;
}
.aNzSh-uOyxCWDU8G {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.aNzSh-uOyxCWDU8G .interactive-fallback-image.disabled {
  display: none;
}
.aNzSh-uOyxCWDU8G .interactive-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.aNzSh-uOyxCWDU8G .row {
  justify-content: space-between;
}
.aNzSh-uOyxCWDU8G .title-wrapper .label-wrapper .interactive-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #4f87fb;
}
@media (max-width: 992px) {
  .aNzSh-uOyxCWDU8G .title-wrapper .interactive-section-title {
    margin-bottom: 20px;
  }
}
.aNzSh-uOyxCWDU8G .content-wrapper .interactive-desc {
  margin-bottom: 20px;
}
.aNzSh-uOyxCWDU8G .content-wrapper .interactive-text {
  margin-bottom: 0;
}
.aNzSh-uOyxCWDU8G .content-wrapper .interactive-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .aNzSh-uOyxCWDU8G .content-wrapper .interactive-section-btn {
    margin-top: 20px;
  }
}
.aNzSh-uOyxCWDU8G .interactive-label {
  color: #000000;
}
.aNzSh-uOyxCWDU8G .interactive-section-title {
  color: #b85df8;
  text-align: center;
}
.aNzSh-uOyxCWDU8G .interactive-desc {
  color: #000000;
}
.aNzSh-uOyxCWDU8G .interactive-text {
  color: #8a8a8a;
}
.aNzSh-uOyxCWDU8G .interactive-text,
.aNzSh-uOyxCWDU8G .interactive-section-btn {
  color: #000000;
}
.aNzSh-uOyxCWDU8G .interactive-label,
.aNzSh-uOyxCWDU8G .label-wrapper {
  color: #4f87fb;
  text-align: center;
}
.aNzSh-uOywDHglLl {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-color: #86beff;
}
.aNzSh-uOywDHglLl .interactive-fallback-image.disabled {
  display: none;
}
.aNzSh-uOywDHglLl .interactive-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.aNzSh-uOywDHglLl .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .aNzSh-uOywDHglLl .container {
    padding: 0 15px;
  }
}
.aNzSh-uOywDHglLl .title-wrapper .interactive-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .aNzSh-uOywDHglLl .title-wrapper .interactive-section-title {
    margin-bottom: 40px;
  }
}
.aNzSh-uOywDHglLl .content-wrapper {
  padding-right: 21px;
  padding-right: 0;
  padding-left: 21px;
}
@media (max-width: 992px) {
  .aNzSh-uOywDHglLl .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .aNzSh-uOywDHglLl .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.aNzSh-uOywDHglLl .content-wrapper .interactive-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .aNzSh-uOywDHglLl .content-wrapper .interactive-section-subtitle {
    margin-bottom: 20px;
  }
}
.aNzSh-uOywDHglLl .content-wrapper .interactive-text {
  margin-bottom: 0;
}
.aNzSh-uOywDHglLl .content-wrapper .interactive-section-btn {
  margin-top: 40px;
}
.aNzSh-uOywDHglLl .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-left: 0;
  margin-right: 21px;
}
@media (max-width: 992px) {
  .aNzSh-uOywDHglLl .image-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .aNzSh-uOywDHglLl .image-wrapper {
    margin: 0;
  }
}
.aNzSh-uOywDHglLl .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #ffffff;
}
.aNzSh-uOywDHglLl .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #ffffff;
  filter: blur(80px);
  pointer-events: none;
}
.aNzSh-uOywDHglLl .image-wrapper .interactive-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.aNzSh-uOywDHglLl .interactive-section-title {
  color: #000000;
  text-align: center;
}
.aNzSh-uOywDHglLl .interactive-section-subtitle {
  color: #f2ac2b;
}
.aNzSh-uOywDHglLl .interactive-text {
  color: #000000;
  text-align: center;
}
.aNzSh-uOywDHglLl .interactive-image-text {
  color: #ffffff;
  text-align: center;
}
.aNzSh-uOywDHglLl .interactive-section-subtitle,
.aNzSh-uOywDHglLl .interactive-section-btn {
  color: #000000;
  text-align: center;
}
.aNzSh-uOywMIe7gJ {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f9f9fc;
}
.aNzSh-uOywMIe7gJ .interactive-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #4f87fb;
}
@media (max-width: 768px) {
  .aNzSh-uOywMIe7gJ .interactive-section-subtitle {
    margin-bottom: 8px;
  }
}
.aNzSh-uOywMIe7gJ .interactive-section-title {
  margin-bottom: 0;
  color: #b85df8;
}
@media (max-width: 768px) {
  .aNzSh-uOywMIe7gJ .interactive-section-title {
    margin-bottom: 20px;
  }
}
.aNzSh-uOywMIe7gJ .interactive-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 768px) {
  .aNzSh-uOywMIe7gJ .interactive-text {
    padding: 0;
  }
}
.aNzSh-uOywLtDdnh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #86beff;
}
.aNzSh-uOywLtDdnh .content {
  display: flex;
  align-items: center;
}
.aNzSh-uOywLtDdnh .interactive-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
  color: #000000;
  text-align: center;
}
.aNzSh-uOywLtDdnh .interactive-section-title {
  margin-bottom: 13px;
  color: #080808;
}
.aNzSh-uOywLtDdnh .interactive-text {
  margin-bottom: 38px;
  color: #000000;
  text-align: center;
}
.aNzSh-uOywLtDdnh .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.aNzSh-uOywLtDdnh .btn:hover {
  box-shadow: none;
}
.aNzSh-uOywLtDdnh .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 992px) {
  .aNzSh-uOywLtDdnh .image-wrapper {
    margin-top: 25px;
  }
}
.aNzSh-uOywLtDdnh .image-wrapper img {
  width: 480px;
  height: 457px;
  margin: 0 auto;
  object-fit: cover;
}
@media (max-width: 1040px) {
  .aNzSh-uOywLtDdnh .image-wrapper img {
    width: 310px;
    height: 290px;
  }
}
@media (max-width: 992px) {
  .aNzSh-uOywLtDdnh .image-wrapper img {
    max-width: 480px;
    min-height: 230px;
  }
}
.aNzSh-uOywLtDdnh .image-wrapper .image-absolute-1 {
  position: absolute;
  top: 56%;
  left: 1%;
  width: 112px;
  height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #b85df8;
}
.aNzSh-uOywLtDdnh .image-wrapper .image-absolute-1 .interactive-iconfont {
  font-size: 32px;
  margin-bottom: 10px;
}
.aNzSh-uOywLtDdnh .image-wrapper .image-absolute-1 .interactive-image-text {
  margin: 0;
}
.aNzSh-uOywLtDdnh .image-wrapper .image-absolute-2 {
  position: absolute;
  top: 10%;
  right: 1%;
  width: 112px;
  height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #b85df8;
}
.aNzSh-uOywLtDdnh .image-wrapper .image-absolute-2 .interactive-iconfont {
  font-size: 32px;
  margin-bottom: 10px;
}
.aNzSh-uOywLtDdnh .image-wrapper .image-absolute-2 .interactive-image-text {
  margin: 0;
}
.aNzSh-uOywLtDdnh .interactive-iconfont {
  color: #ffffff;
}
.aNzSh-uOywLtDdnh .interactive-image-text {
  color: #ffffff;
}
.aNzSh-uOywLtDdnh .interactive-section-title,
.aNzSh-uOywLtDdnh .interactive-section-btn {
  color: #000000;
  text-align: center;
}
.aNzSh-uOyznvueJV {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.aNzSh-uOyznvueJV .interactive-fallback-image.disabled {
  display: none;
}
.aNzSh-uOyznvueJV .interactive-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .aNzSh-uOyznvueJV .container {
    padding: 0 16px;
  }
}
.aNzSh-uOyznvueJV .card {
  justify-content: center;
}
.aNzSh-uOyznvueJV .title-wrapper .interactive-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #f5f7fa;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .aNzSh-uOyznvueJV .title-wrapper .interactive-section-title {
    margin-bottom: 32px;
  }
}
.aNzSh-uOyznvueJV .text-wrapper .interactive-text {
  margin-bottom: 24px;
}
.aNzSh-uOyznvueJV .text-wrapper .interactive-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.aNzSh-uOyznvueJV .interactive-section-title {
  color: #000000;
}
.aNzSh-uOyznvueJV .interactive-text {
  color: #000000;
}
.aNzSh-uOyznvueJV .interactive-desc {
  color: #000000;
}
.aNzSh-uOyznvueJV .interactive-section-title,
.aNzSh-uOyznvueJV .title-wrapper {
  color: #b85df8;
  text-align: center;
}
.aNzSh-uOywVbKjYI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.aNzSh-uOywVbKjYI .card-icon {
  font-size: 56px;
  color: #4f87fb;
  transition: color 0.3s;
}
.aNzSh-uOywVbKjYI .icon2 {
  color: #b85df8;
}
.aNzSh-uOywVbKjYI .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.aNzSh-uOywVbKjYI p {
  font-weight: 400;
}
.aNzSh-uOywVbKjYI .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #4f87fb;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.aNzSh-uOywVbKjYI .line2 {
  background: #b85df8;
}
.aNzSh-uOywVbKjYI .card-wrapper {
  padding: 2.5rem 2rem;
  transition: background 0.3s;
  background: #86beff;
}
.aNzSh-uOywVbKjYI .card-wrapper:hover .link-ico {
  background-color: #4f87fb;
  border-color: #4f87fb;
  color: white;
}
.aNzSh-uOywVbKjYI .card2 {
  background: #e4bfff;
}
.aNzSh-uOywVbKjYI .card-title,
.aNzSh-uOywVbKjYI .card-ico,
.aNzSh-uOywVbKjYI .line-wrap {
  text-align: center;
  color: #000000;
}
.aNzSh-uOywVbKjYI .interactive-text,
.aNzSh-uOywVbKjYI .card-link {
  text-align: center;
  color: #000000;
}
.aNzSh-uOywVbKjYI .interactive-fallback-image.disabled {
  display: none;
}
.aNzSh-uOywVbKjYI .interactive-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.aNzSh-uOyW4YzpWS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #86beff;
}
.aNzSh-uOyW4YzpWS .interactive-fallback-image.disabled {
  display: none;
}
.aNzSh-uOyW4YzpWS .interactive-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.aNzSh-uOyW4YzpWS .row {
  justify-content: center;
}
.aNzSh-uOyW4YzpWS .row .card {
  justify-content: space-between;
}
.aNzSh-uOyW4YzpWS .content-wrapper {
  margin-bottom: 20px;
}
.aNzSh-uOyW4YzpWS .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .aNzSh-uOyW4YzpWS .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .aNzSh-uOyW4YzpWS .content-wrapper .content-wrap {
    width: 100%;
  }
}
.aNzSh-uOyW4YzpWS .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .aNzSh-uOyW4YzpWS .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.aNzSh-uOyW4YzpWS .content-wrapper .content-wrap .image-wrapper img {
  height: 260px;
  object-fit: cover;
}
.aNzSh-uOyW4YzpWS .content-wrapper .content-wrap .title-wrapper .interactive-section-title {
  margin-bottom: 0;
}
.aNzSh-uOyW4YzpWS .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .aNzSh-uOyW4YzpWS .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .aNzSh-uOyW4YzpWS .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.aNzSh-uOyW4YzpWS .nav-wrapper .nav-wrap .interactive-list-title {
  margin-bottom: 20px;
}
.aNzSh-uOyW4YzpWS .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.aNzSh-uOyW4YzpWS .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.aNzSh-uOyW4YzpWS .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.aNzSh-uOyW4YzpWS .nav-wrapper .nav-wrap .list .item-wrap:hover,
.aNzSh-uOyW4YzpWS .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.aNzSh-uOyW4YzpWS .interactive-section-btn {
  margin-bottom: 20px;
}
.aNzSh-uOyW4YzpWS .interactive-section-btn .btn {
  margin-bottom: 0;
}
.aNzSh-uOyW4YzpWS .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #4f87fb;
  margin-bottom: 20px;
}
.aNzSh-uOyW4YzpWS .interactive-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.aNzSh-uOyW4YzpWS .interactive-section-title {
  color: #093388;
}
.aNzSh-uOyW4YzpWS .interactive-list-title {
  color: #093388;
}
.aNzSh-uOyW4YzpWS .list {
  color: #58595b;
}
.aNzSh-uOywi81kCh .navbar-dropdown {
  position: relative !important;
}
.aNzSh-uOywi81kCh .container {
  max-width: 1312px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .aNzSh-uOywi81kCh .container {
    flex-wrap: nowrap;
  }
}
.aNzSh-uOywi81kCh .container-custom {
  position: relative;
  width: 100%;
  padding: 10px 0;
}
.aNzSh-uOywi81kCh .dropdown-item:before {
  font-family: transparency2 !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;
}
.aNzSh-uOywi81kCh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.aNzSh-uOywi81kCh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.aNzSh-uOywi81kCh .dropdown-item:hover,
.aNzSh-uOywi81kCh .dropdown-item:focus {
  background: #4f87fb !important;
  color: white !important;
}
.aNzSh-uOywi81kCh .dropdown-item:hover span {
  color: white;
}
.aNzSh-uOywi81kCh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.aNzSh-uOywi81kCh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.aNzSh-uOywi81kCh .nav-dropdown .link {
  padding: 0.75em 1em !important;
}
.aNzSh-uOywi81kCh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.aNzSh-uOywi81kCh .nav-link {
  position: relative;
}
.aNzSh-uOywi81kCh .iconfont-wrapper {
  color: #002549 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.aNzSh-uOywi81kCh .dropdown-menu,
.aNzSh-uOywi81kCh .navbar.opened {
  background: #ffffff !important;
}
.aNzSh-uOywi81kCh .nav-item:focus,
.aNzSh-uOywi81kCh .nav-link:focus {
  outline: none;
}
.aNzSh-uOywi81kCh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.aNzSh-uOywi81kCh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.aNzSh-uOywi81kCh .dropdown .dropdown-menu .dropdown-item .interactive-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.aNzSh-uOywi81kCh .dropdown .dropdown-menu .dropdown-item .interactive-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.aNzSh-uOywi81kCh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.aNzSh-uOywi81kCh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.aNzSh-uOywi81kCh .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
@media (min-width: 992px) {
  .aNzSh-uOywi81kCh .navbar {
    min-height: 105px;
  }
}
.aNzSh-uOywi81kCh .navbar.opened {
  transition: all 0.3s;
}
.aNzSh-uOywi81kCh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.aNzSh-uOywi81kCh .navbar .navbar-logo img {
  width: auto;
}
.aNzSh-uOywi81kCh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .aNzSh-uOywi81kCh .navbar .navbar-collapse {
    width: 100%;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .aNzSh-uOywi81kCh .navbar .navbar-nav-container {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
}
.aNzSh-uOywi81kCh .navbar.collapsed {
  justify-content: center;
}
.aNzSh-uOywi81kCh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.aNzSh-uOywi81kCh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .aNzSh-uOywi81kCh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.aNzSh-uOywi81kCh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.aNzSh-uOywi81kCh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.aNzSh-uOywi81kCh .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%;
}
.aNzSh-uOywi81kCh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.aNzSh-uOywi81kCh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.aNzSh-uOywi81kCh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .aNzSh-uOywi81kCh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .aNzSh-uOywi81kCh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .aNzSh-uOywi81kCh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .aNzSh-uOywi81kCh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .aNzSh-uOywi81kCh .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%;
  }
  .aNzSh-uOywi81kCh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .aNzSh-uOywi81kCh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .aNzSh-uOywi81kCh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .aNzSh-uOywi81kCh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .aNzSh-uOywi81kCh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .aNzSh-uOywi81kCh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.aNzSh-uOywi81kCh .navbar.navbar-short {
  min-height: 60px;
}
@media (min-width: 992px) {
  .aNzSh-uOywi81kCh .navbar.navbar-short {
    min-height: 105px;
  }
}
.aNzSh-uOywi81kCh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.aNzSh-uOywi81kCh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.aNzSh-uOywi81kCh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .aNzSh-uOywi81kCh .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translateY(-50%);
    width: 25%;
    min-height: 100%;
    z-index: 5;
  }
}
.aNzSh-uOywi81kCh .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
  flex-wrap: nowrap;
  color: #000000;
}
.aNzSh-uOywi81kCh .navbar-brand .navbar-caption span {
  line-height: inherit !important;
  font-weight: inherit !important;
  color: #4f87fb;
}
.aNzSh-uOywi81kCh .navbar-brand .navbar-caption:hover {
  color: #4f87fb !important;
}
.aNzSh-uOywi81kCh .navbar-brand .navbar-logo a {
  outline: none;
}
.aNzSh-uOywi81kCh .dropdown-item.active,
.aNzSh-uOywi81kCh .dropdown-item:active {
  background-color: transparent;
}
.aNzSh-uOywi81kCh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.aNzSh-uOywi81kCh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.aNzSh-uOywi81kCh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.aNzSh-uOywi81kCh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.aNzSh-uOywi81kCh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.aNzSh-uOywi81kCh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.aNzSh-uOywi81kCh ul.navbar-nav {
  flex-wrap: wrap;
}
.aNzSh-uOywi81kCh .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .aNzSh-uOywi81kCh .navbar-buttons {
    width: 40%;
    text-align: right;
  }
}
.aNzSh-uOywi81kCh .navbar-buttons .btn {
  min-width: 144px;
  font-weight: 400;
}
.aNzSh-uOywi81kCh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.aNzSh-uOywi81kCh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.aNzSh-uOywi81kCh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.aNzSh-uOywi81kCh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.aNzSh-uOywi81kCh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.aNzSh-uOywi81kCh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.aNzSh-uOywi81kCh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.aNzSh-uOywi81kCh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.aNzSh-uOywi81kCh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.aNzSh-uOywi81kCh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.aNzSh-uOywi81kCh .navbar-dropdown {
  padding: 0 1rem;
}
.aNzSh-uOywi81kCh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #002549;
}
.aNzSh-uOywi81kCh .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) {
  .aNzSh-uOywi81kCh .navbar {
    height: 60px;
  }
  .aNzSh-uOywi81kCh .navbar.opened {
    height: auto;
  }
  .aNzSh-uOywi81kCh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), (-ms-high-contrast: none) and (min-width: 992px) {
  .aNzSh-uOywi81kCh .navbar {
    min-height: 105px;
  }
}
.aNzSh-uOyzKSJ89B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #86beff;
}
.aNzSh-uOyzKSJ89B .interactive-fallback-image.disabled {
  display: none;
}
.aNzSh-uOyzKSJ89B .interactive-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.aNzSh-uOyzKSJ89B .title-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .aNzSh-uOyzKSJ89B .title-wrapper {
    padding: 0;
  }
}
.aNzSh-uOyzKSJ89B .title-wrapper .interactive-section-title {
  margin-bottom: 64px;
}
.aNzSh-uOyzKSJ89B .title-wrapper .interactive-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .aNzSh-uOyzKSJ89B .title-wrapper .interactive-section-title {
    margin-bottom: 46px;
  }
}
.aNzSh-uOyzKSJ89B .content-wrapper {
  background-color: #ffffff;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .aNzSh-uOyzKSJ89B .content-wrapper {
    display: block;
  }
}
.aNzSh-uOyzKSJ89B .content-wrapper .content-wrap {
  padding: 100px 60px 100px;
  width: 50%;
}
@media (max-width: 992px) {
  .aNzSh-uOyzKSJ89B .content-wrapper .content-wrap {
    padding: 46px 22px;
    width: 100%;
  }
}
.aNzSh-uOyzKSJ89B .content-wrapper .content-wrap .interactive-text {
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .aNzSh-uOyzKSJ89B .content-wrapper .content-wrap .interactive-text {
    margin-bottom: 22px;
  }
}
.aNzSh-uOyzKSJ89B .content-wrapper .content-wrap .interactive-section-btn .btn {
  margin-bottom: 0;
}
.aNzSh-uOyzKSJ89B .content-wrapper .image-wrapper {
  position: relative;
  width: 40%;
  min-height: 350px;
}
@media (max-width: 1200px) {
  .aNzSh-uOyzKSJ89B .content-wrapper .image-wrapper {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .aNzSh-uOyzKSJ89B .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.aNzSh-uOyzKSJ89B .content-wrapper .image-wrapper .image-wrap {
  height: 100%;
}
.aNzSh-uOyzKSJ89B .content-wrapper .image-wrapper .image-wrap img {
  height: 100%;
  width: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .aNzSh-uOyzKSJ89B .content-wrapper .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.aNzSh-uOyzKSJ89B .content-wrapper .image-wrapper .price-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px;
  background-color: #e4bfff;
}
@media (max-width: 992px) {
  .aNzSh-uOyzKSJ89B .content-wrapper .image-wrapper .price-wrapper {
    padding: 22px;
    position: static;
    min-height: auto;
    width: 100%;
    display: block;
    transform: none;
  }
}
.aNzSh-uOyzKSJ89B .content-wrapper .image-wrapper .price-wrapper .price-wrap {
  width: 100%;
}
.aNzSh-uOyzKSJ89B .content-wrapper .image-wrapper .price-wrapper .price-wrap .interactive-price {
  margin-bottom: 10px;
}
.aNzSh-uOyzKSJ89B .content-wrapper .image-wrapper .price-wrapper .price-wrap .interactive-desc {
  margin-bottom: 0;
}
.aNzSh-uOyzKSJ89B .interactive-section-title {
  color: #212529;
  text-align: center;
}
.aNzSh-uOyzKSJ89B .interactive-text {
  color: #51565c;
}
.aNzSh-uOyzKSJ89B .interactive-price {
  color: #000000;
  text-align: center;
}
.aNzSh-uOyzKSJ89B .interactive-desc {
  color: #000000;
}
.aNzSh-uOyzKSJ89B .interactive-text,
.aNzSh-uOyzKSJ89B .interactive-section-btn {
  color: #000000;
}
.aNzSh-uOyA1HZ91Y {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.aNzSh-uOyA1HZ91Y .interactive-text {
  color: #000000;
}
.aNzSh-uOyA1HZ91Y .interactive-section-subtitle {
  color: #4f87fb;
}
.aNzSh-uOyA1HZ91Y .interactive-section-title {
  color: #b85df8;
}
.aNzSh-uOyA1ie2xG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #86beff;
}
.aNzSh-uOyA1ie2xG .interactive-fallback-image.disabled {
  display: none;
}
.aNzSh-uOyA1ie2xG .interactive-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .aNzSh-uOyA1ie2xG .container {
    padding: 0 22px;
  }
}
.aNzSh-uOyA1ie2xG .card {
  justify-content: center;
}
.aNzSh-uOyA1ie2xG .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .aNzSh-uOyA1ie2xG .content-wrapper {
    padding: 0;
  }
}
.aNzSh-uOyA1ie2xG .content-wrapper .interactive-section-title {
  margin-bottom: 10px;
}
.aNzSh-uOyA1ie2xG .content-wrapper .interactive-text {
  margin-bottom: 10px;
}
.aNzSh-uOyA1ie2xG .image-wrapper {
  padding-right: 64px;
}
@media (max-width: 992px) {
  .aNzSh-uOyA1ie2xG .image-wrapper {
    margin-top: 20px;
    padding: 0;
  }
}
.aNzSh-uOyA1ie2xG .image-wrapper img {
  height: 600px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .aNzSh-uOyA1ie2xG .image-wrapper img {
    height: 350px;
  }
}
.aNzSh-uOyA1ie2xG .interactive-section-title {
  color: #ffffff;
}
.aNzSh-uOyA1ie2xG .interactive-text {
  color: #000000;
  text-align: center;
}
.aNzSh-uOyA1ie2xG .interactive-section-title,
.aNzSh-uOyA1ie2xG .interactive-section-btn {
  color: #000000;
  text-align: center;
}
.aNzSh-uOyA6VMNeK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e4bfff;
}
.aNzSh-uOyA6VMNeK .interactive-fallback-image.disabled {
  display: none;
}
.aNzSh-uOyA6VMNeK .interactive-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.aNzSh-uOyA6VMNeK .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .aNzSh-uOyA6VMNeK .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .aNzSh-uOyA6VMNeK .container {
    padding: 0 24px;
  }
}
.aNzSh-uOyA6VMNeK .row {
  justify-content: center;
}
.aNzSh-uOyA6VMNeK .content-wrapper {
  border-radius: 40px;
  background-color: #ffffff;
  padding: 64px;
}
@media (max-width: 992px) {
  .aNzSh-uOyA6VMNeK .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .aNzSh-uOyA6VMNeK .content-wrapper {
    padding: 32px;
  }
}
.aNzSh-uOyA6VMNeK .content-wrapper .interactive-section-title {
  margin-bottom: 0;
}
.aNzSh-uOyA6VMNeK .content-wrapper .interactive-text {
  margin: 16px 0 0;
}
.aNzSh-uOyA6VMNeK .interactive-section-title {
  color: #000000;
  text-align: center;
}
.aNzSh-uOyA6VMNeK .interactive-text {
  color: #000000;
  text-align: center;
}
.aNzSh-uOyW4YzpWS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #86beff;
}
.aNzSh-uOyW4YzpWS .interactive-fallback-image.disabled {
  display: none;
}
.aNzSh-uOyW4YzpWS .interactive-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.aNzSh-uOyW4YzpWS .row {
  justify-content: center;
}
.aNzSh-uOyW4YzpWS .row .card {
  justify-content: space-between;
}
.aNzSh-uOyW4YzpWS .content-wrapper {
  margin-bottom: 20px;
}
.aNzSh-uOyW4YzpWS .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .aNzSh-uOyW4YzpWS .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .aNzSh-uOyW4YzpWS .content-wrapper .content-wrap {
    width: 100%;
  }
}
.aNzSh-uOyW4YzpWS .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .aNzSh-uOyW4YzpWS .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.aNzSh-uOyW4YzpWS .content-wrapper .content-wrap .image-wrapper img {
  height: 260px;
  object-fit: cover;
}
.aNzSh-uOyW4YzpWS .content-wrapper .content-wrap .title-wrapper .interactive-section-title {
  margin-bottom: 0;
}
.aNzSh-uOyW4YzpWS .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .aNzSh-uOyW4YzpWS .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .aNzSh-uOyW4YzpWS .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.aNzSh-uOyW4YzpWS .nav-wrapper .nav-wrap .interactive-list-title {
  margin-bottom: 20px;
}
.aNzSh-uOyW4YzpWS .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.aNzSh-uOyW4YzpWS .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.aNzSh-uOyW4YzpWS .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.aNzSh-uOyW4YzpWS .nav-wrapper .nav-wrap .list .item-wrap:hover,
.aNzSh-uOyW4YzpWS .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.aNzSh-uOyW4YzpWS .interactive-section-btn {
  margin-bottom: 20px;
}
.aNzSh-uOyW4YzpWS .interactive-section-btn .btn {
  margin-bottom: 0;
}
.aNzSh-uOyW4YzpWS .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #4f87fb;
  margin-bottom: 20px;
}
.aNzSh-uOyW4YzpWS .interactive-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.aNzSh-uOyW4YzpWS .interactive-section-title {
  color: #093388;
}
.aNzSh-uOyW4YzpWS .interactive-list-title {
  color: #093388;
}
.aNzSh-uOyW4YzpWS .list {
  color: #58595b;
}
.aNzSh-uOywi81kCh .navbar-dropdown {
  position: relative !important;
}
.aNzSh-uOywi81kCh .container {
  max-width: 1312px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .aNzSh-uOywi81kCh .container {
    flex-wrap: nowrap;
  }
}
.aNzSh-uOywi81kCh .container-custom {
  position: relative;
  width: 100%;
  padding: 10px 0;
}
.aNzSh-uOywi81kCh .dropdown-item:before {
  font-family: transparency2 !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;
}
.aNzSh-uOywi81kCh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.aNzSh-uOywi81kCh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.aNzSh-uOywi81kCh .dropdown-item:hover,
.aNzSh-uOywi81kCh .dropdown-item:focus {
  background: #4f87fb !important;
  color: white !important;
}
.aNzSh-uOywi81kCh .dropdown-item:hover span {
  color: white;
}
.aNzSh-uOywi81kCh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.aNzSh-uOywi81kCh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.aNzSh-uOywi81kCh .nav-dropdown .link {
  padding: 0.75em 1em !important;
}
.aNzSh-uOywi81kCh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.aNzSh-uOywi81kCh .nav-link {
  position: relative;
}
.aNzSh-uOywi81kCh .iconfont-wrapper {
  color: #002549 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.aNzSh-uOywi81kCh .dropdown-menu,
.aNzSh-uOywi81kCh .navbar.opened {
  background: #ffffff !important;
}
.aNzSh-uOywi81kCh .nav-item:focus,
.aNzSh-uOywi81kCh .nav-link:focus {
  outline: none;
}
.aNzSh-uOywi81kCh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.aNzSh-uOywi81kCh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.aNzSh-uOywi81kCh .dropdown .dropdown-menu .dropdown-item .interactive-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.aNzSh-uOywi81kCh .dropdown .dropdown-menu .dropdown-item .interactive-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.aNzSh-uOywi81kCh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.aNzSh-uOywi81kCh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.aNzSh-uOywi81kCh .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
@media (min-width: 992px) {
  .aNzSh-uOywi81kCh .navbar {
    min-height: 105px;
  }
}
.aNzSh-uOywi81kCh .navbar.opened {
  transition: all 0.3s;
}
.aNzSh-uOywi81kCh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.aNzSh-uOywi81kCh .navbar .navbar-logo img {
  width: auto;
}
.aNzSh-uOywi81kCh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .aNzSh-uOywi81kCh .navbar .navbar-collapse {
    width: 100%;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .aNzSh-uOywi81kCh .navbar .navbar-nav-container {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
}
.aNzSh-uOywi81kCh .navbar.collapsed {
  justify-content: center;
}
.aNzSh-uOywi81kCh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.aNzSh-uOywi81kCh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .aNzSh-uOywi81kCh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.aNzSh-uOywi81kCh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.aNzSh-uOywi81kCh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.aNzSh-uOywi81kCh .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%;
}
.aNzSh-uOywi81kCh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.aNzSh-uOywi81kCh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.aNzSh-uOywi81kCh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .aNzSh-uOywi81kCh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .aNzSh-uOywi81kCh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .aNzSh-uOywi81kCh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .aNzSh-uOywi81kCh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .aNzSh-uOywi81kCh .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%;
  }
  .aNzSh-uOywi81kCh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .aNzSh-uOywi81kCh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .aNzSh-uOywi81kCh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .aNzSh-uOywi81kCh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .aNzSh-uOywi81kCh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .aNzSh-uOywi81kCh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.aNzSh-uOywi81kCh .navbar.navbar-short {
  min-height: 60px;
}
@media (min-width: 992px) {
  .aNzSh-uOywi81kCh .navbar.navbar-short {
    min-height: 105px;
  }
}
.aNzSh-uOywi81kCh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.aNzSh-uOywi81kCh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.aNzSh-uOywi81kCh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .aNzSh-uOywi81kCh .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translateY(-50%);
    width: 25%;
    min-height: 100%;
    z-index: 5;
  }
}
.aNzSh-uOywi81kCh .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
  flex-wrap: nowrap;
  color: #000000;
}
.aNzSh-uOywi81kCh .navbar-brand .navbar-caption span {
  line-height: inherit !important;
  font-weight: inherit !important;
  color: #4f87fb;
}
.aNzSh-uOywi81kCh .navbar-brand .navbar-caption:hover {
  color: #4f87fb !important;
}
.aNzSh-uOywi81kCh .navbar-brand .navbar-logo a {
  outline: none;
}
.aNzSh-uOywi81kCh .dropdown-item.active,
.aNzSh-uOywi81kCh .dropdown-item:active {
  background-color: transparent;
}
.aNzSh-uOywi81kCh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.aNzSh-uOywi81kCh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.aNzSh-uOywi81kCh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.aNzSh-uOywi81kCh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.aNzSh-uOywi81kCh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.aNzSh-uOywi81kCh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.aNzSh-uOywi81kCh ul.navbar-nav {
  flex-wrap: wrap;
}
.aNzSh-uOywi81kCh .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .aNzSh-uOywi81kCh .navbar-buttons {
    width: 40%;
    text-align: right;
  }
}
.aNzSh-uOywi81kCh .navbar-buttons .btn {
  min-width: 144px;
  font-weight: 400;
}
.aNzSh-uOywi81kCh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.aNzSh-uOywi81kCh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.aNzSh-uOywi81kCh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.aNzSh-uOywi81kCh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.aNzSh-uOywi81kCh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.aNzSh-uOywi81kCh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.aNzSh-uOywi81kCh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.aNzSh-uOywi81kCh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.aNzSh-uOywi81kCh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.aNzSh-uOywi81kCh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.aNzSh-uOywi81kCh .navbar-dropdown {
  padding: 0 1rem;
}
.aNzSh-uOywi81kCh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #002549;
}
.aNzSh-uOywi81kCh .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) {
  .aNzSh-uOywi81kCh .navbar {
    height: 60px;
  }
  .aNzSh-uOywi81kCh .navbar.opened {
    height: auto;
  }
  .aNzSh-uOywi81kCh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), (-ms-high-contrast: none) and (min-width: 992px) {
  .aNzSh-uOywi81kCh .navbar {
    min-height: 105px;
  }
}
.aNzSh-uOyAMzjWYw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.aNzSh-uOyAMzjWYw .interactive-fallback-image.disabled {
  display: none;
}
.aNzSh-uOyAMzjWYw .interactive-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.aNzSh-uOyAMzjWYw .row {
  margin: 0 -8px;
}
.aNzSh-uOyAMzjWYw .row .card {
  padding: 0 8px;
}
.aNzSh-uOyAMzjWYw .card-wrapper {
  padding: 75px 64px;
  background-color: #86beff;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .aNzSh-uOyAMzjWYw .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .aNzSh-uOyAMzjWYw .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.aNzSh-uOyAMzjWYw .card-wrapper .card-wrap {
  width: 100%;
}
.aNzSh-uOyAMzjWYw .card-wrapper .card-wrap .interactive-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .aNzSh-uOyAMzjWYw .card-wrapper .card-wrap .interactive-section-title {
    margin-bottom: 24px;
  }
}
.aNzSh-uOyAMzjWYw .card-wrapper .card-wrap .text-wrapper .interactive-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .aNzSh-uOyAMzjWYw .card-wrapper .card-wrap .text-wrapper .interactive-text {
    width: 100%;
  }
}
.aNzSh-uOyAMzjWYw .card-wrapper .card-wrap .logo-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .aNzSh-uOyAMzjWYw .card-wrapper .card-wrap .logo-wrapper {
    margin-bottom: 24px;
  }
}
.aNzSh-uOyAMzjWYw .card-wrapper .card-wrap .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
  padding: 10px;
  background-color: #ffffff;
}
.aNzSh-uOyAMzjWYw .card-wrapper .card-wrap .logo-wrapper .logo-wrap img {
  width: 45px;
  height: 45px;
  min-width: 45px;
  object-fit: cover;
  border-radius: 100% !important;
}
.aNzSh-uOyAMzjWYw .card-wrapper .card-wrap .logo-wrapper .logo-wrap .interactive-desc {
  padding: 0 20px;
  margin-bottom: 0;
}
.aNzSh-uOyAMzjWYw .card-wrapper .card-wrap .interactive-section-btn .btn {
  margin-bottom: 0;
}
.aNzSh-uOyAMzjWYw .image-wrapper {
  height: 100%;
}
.aNzSh-uOyAMzjWYw .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.aNzSh-uOyAMzjWYw .interactive-section-title {
  color: #2c2c26;
  text-align: center;
}
.aNzSh-uOyAMzjWYw .interactive-text,
.aNzSh-uOyAMzjWYw .text-wrapper {
  color: #000000;
  text-align: center;
}
.aNzSh-uOyAMzjWYw .logo-wrapper,
.aNzSh-uOyAMzjWYw .interactive-desc {
  text-align: center;
}
.aNzSh-uOyAMzjWYw .interactive-desc {
  color: #63635d;
}
.aNzSh-uOyAMzjWYw .interactive-section-title,
.aNzSh-uOyAMzjWYw .interactive-section-btn {
  color: #000000;
}
.aNzSh-uOyAQs2E5S {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #86beff;
}
.aNzSh-uOyAQs2E5S .interactive-fallback-image.disabled {
  display: none;
}
.aNzSh-uOyAQs2E5S .interactive-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.aNzSh-uOyAQs2E5S .interactive-text,
.aNzSh-uOyAQs2E5S .interactive-section-btn {
  text-align: center;
}
.aNzSh-uOyAQs2E5S .interactive-section-title {
  text-align: center;
  color: #000000;
}
.aNzSh-uOyAQs2E5S .interactive-section-subtitle {
  text-align: center;
  color: #000000;
}
.aNzSh-uOyAOdWONY {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.aNzSh-uOyAOdWONY .interactive-fallback-image.disabled {
  display: none;
}
.aNzSh-uOyAOdWONY .interactive-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.aNzSh-uOyAOdWONY .items-wrap {
  justify-content: space-between;
}
.aNzSh-uOyAOdWONY .items-wrap .card {
  justify-content: center;
}
.aNzSh-uOyAOdWONY .title-wrapper .interactive-desc {
  margin-bottom: 15px;
}
.aNzSh-uOyAOdWONY .title-wrapper .interactive-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .aNzSh-uOyAOdWONY .title-wrapper .interactive-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .aNzSh-uOyAOdWONY .title-wrapper {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .aNzSh-uOyAOdWONY .content-wrapper {
    margin-bottom: 32px;
    text-align: center;
  }
}
.aNzSh-uOyAOdWONY .icon-title {
  color: #bff747;
}
@media (max-width: 992px) {
  .aNzSh-uOyAOdWONY .image-wrapper {
    margin-bottom: 32px;
  }
}
.aNzSh-uOyAOdWONY .image-wrapper img {
  border-radius: 2rem;
  padding: 5px;
  background-color: #fdfde1;
  height: 550px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .aNzSh-uOyAOdWONY .image-wrapper img {
    height: 350px;
  }
}
.aNzSh-uOyAOdWONY .interactive-section-title {
  color: #b85df8;
}
.aNzSh-uOyAOdWONY .interactive-text {
  color: #000000;
}
.aNzSh-uOyAOdWONY .interactive-text,
.aNzSh-uOyAOdWONY .interactive-section-btn {
  color: #fdfde1;
}
.aNzSh-uOyAOdWONY .interactive-desc {
  color: #fdfde1;
}
.aNzSh-uOyAOdWONY .interactive-section-subtitle {
  color: #4f87fb;
}
.aNzSh-uOyAOdWONY .interactive-desc,
.aNzSh-uOyAOdWONY .interactive-section-btn {
  color: #000000;
}
.aNzSh-uOyAUubBe2 {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #86beff;
  overflow: hidden;
}
.aNzSh-uOyAUubBe2 .interactive-fallback-image.disabled {
  display: none;
}
.aNzSh-uOyAUubBe2 .interactive-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.aNzSh-uOyAUubBe2 .container,
.aNzSh-uOyAUubBe2 .container-fluid {
  position: relative;
}
.aNzSh-uOyAUubBe2 .row {
  justify-content: left;
}
.aNzSh-uOyAUubBe2 .col-content {
  position: relative;
  z-index: 10;
}
.aNzSh-uOyAUubBe2 .interactive-section-title {
  color: #000000;
}
.aNzSh-uOyAUubBe2 .interactive-section-subtitle {
  color: #000000;
}
.aNzSh-uOyAUubBe2 .interactive-text {
  color: #2B2B2B;
}
.aNzSh-uOyAUubBe2 .interactive-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.aNzSh-uOyAUubBe2 .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .aNzSh-uOyAUubBe2 .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.aNzSh-uOyAUubBe2 .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a8c5ff 27%, #a8c5ff 50%, #a8c5ff 79%);
}
.aNzSh-uOyAUubBe2 .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #f5f7fa 27%, #f5f7fa 50%, #f5f7fa 79%);
}
.aNzSh-uOyAUubBe2 .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #f5f7fa 27%, #f5f7fa 50%, #f5f7fa 79%);
}
.aNzSh-uOyAUubBe2 .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #a8c5ff 27%, #a8c5ff 50%, #a8c5ff 79%);
}
.aNzSh-uOyAUubBe2 .interactive-text,
.aNzSh-uOyAUubBe2 .interactive-section-btn {
  color: #000000;
}
.aNzSh-uOyW4YzpWS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #86beff;
}
.aNzSh-uOyW4YzpWS .interactive-fallback-image.disabled {
  display: none;
}
.aNzSh-uOyW4YzpWS .interactive-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.aNzSh-uOyW4YzpWS .row {
  justify-content: center;
}
.aNzSh-uOyW4YzpWS .row .card {
  justify-content: space-between;
}
.aNzSh-uOyW4YzpWS .content-wrapper {
  margin-bottom: 20px;
}
.aNzSh-uOyW4YzpWS .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .aNzSh-uOyW4YzpWS .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .aNzSh-uOyW4YzpWS .content-wrapper .content-wrap {
    width: 100%;
  }
}
.aNzSh-uOyW4YzpWS .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .aNzSh-uOyW4YzpWS .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.aNzSh-uOyW4YzpWS .content-wrapper .content-wrap .image-wrapper img {
  height: 260px;
  object-fit: cover;
}
.aNzSh-uOyW4YzpWS .content-wrapper .content-wrap .title-wrapper .interactive-section-title {
  margin-bottom: 0;
}
.aNzSh-uOyW4YzpWS .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .aNzSh-uOyW4YzpWS .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .aNzSh-uOyW4YzpWS .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.aNzSh-uOyW4YzpWS .nav-wrapper .nav-wrap .interactive-list-title {
  margin-bottom: 20px;
}
.aNzSh-uOyW4YzpWS .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.aNzSh-uOyW4YzpWS .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.aNzSh-uOyW4YzpWS .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.aNzSh-uOyW4YzpWS .nav-wrapper .nav-wrap .list .item-wrap:hover,
.aNzSh-uOyW4YzpWS .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.aNzSh-uOyW4YzpWS .interactive-section-btn {
  margin-bottom: 20px;
}
.aNzSh-uOyW4YzpWS .interactive-section-btn .btn {
  margin-bottom: 0;
}
.aNzSh-uOyW4YzpWS .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #4f87fb;
  margin-bottom: 20px;
}
.aNzSh-uOyW4YzpWS .interactive-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.aNzSh-uOyW4YzpWS .interactive-section-title {
  color: #093388;
}
.aNzSh-uOyW4YzpWS .interactive-list-title {
  color: #093388;
}
.aNzSh-uOyW4YzpWS .list {
  color: #58595b;
}
.aNzSh-uOywi81kCh .navbar-dropdown {
  position: relative !important;
}
.aNzSh-uOywi81kCh .container {
  max-width: 1312px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .aNzSh-uOywi81kCh .container {
    flex-wrap: nowrap;
  }
}
.aNzSh-uOywi81kCh .container-custom {
  position: relative;
  width: 100%;
  padding: 10px 0;
}
.aNzSh-uOywi81kCh .dropdown-item:before {
  font-family: transparency2 !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;
}
.aNzSh-uOywi81kCh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.aNzSh-uOywi81kCh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.aNzSh-uOywi81kCh .dropdown-item:hover,
.aNzSh-uOywi81kCh .dropdown-item:focus {
  background: #4f87fb !important;
  color: white !important;
}
.aNzSh-uOywi81kCh .dropdown-item:hover span {
  color: white;
}
.aNzSh-uOywi81kCh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.aNzSh-uOywi81kCh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.aNzSh-uOywi81kCh .nav-dropdown .link {
  padding: 0.75em 1em !important;
}
.aNzSh-uOywi81kCh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.aNzSh-uOywi81kCh .nav-link {
  position: relative;
}
.aNzSh-uOywi81kCh .iconfont-wrapper {
  color: #002549 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.aNzSh-uOywi81kCh .dropdown-menu,
.aNzSh-uOywi81kCh .navbar.opened {
  background: #ffffff !important;
}
.aNzSh-uOywi81kCh .nav-item:focus,
.aNzSh-uOywi81kCh .nav-link:focus {
  outline: none;
}
.aNzSh-uOywi81kCh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.aNzSh-uOywi81kCh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.aNzSh-uOywi81kCh .dropdown .dropdown-menu .dropdown-item .interactive-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.aNzSh-uOywi81kCh .dropdown .dropdown-menu .dropdown-item .interactive-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.aNzSh-uOywi81kCh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.aNzSh-uOywi81kCh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.aNzSh-uOywi81kCh .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
@media (min-width: 992px) {
  .aNzSh-uOywi81kCh .navbar {
    min-height: 105px;
  }
}
.aNzSh-uOywi81kCh .navbar.opened {
  transition: all 0.3s;
}
.aNzSh-uOywi81kCh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.aNzSh-uOywi81kCh .navbar .navbar-logo img {
  width: auto;
}
.aNzSh-uOywi81kCh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .aNzSh-uOywi81kCh .navbar .navbar-collapse {
    width: 100%;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .aNzSh-uOywi81kCh .navbar .navbar-nav-container {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
}
.aNzSh-uOywi81kCh .navbar.collapsed {
  justify-content: center;
}
.aNzSh-uOywi81kCh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.aNzSh-uOywi81kCh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .aNzSh-uOywi81kCh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.aNzSh-uOywi81kCh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.aNzSh-uOywi81kCh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.aNzSh-uOywi81kCh .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%;
}
.aNzSh-uOywi81kCh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.aNzSh-uOywi81kCh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.aNzSh-uOywi81kCh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .aNzSh-uOywi81kCh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .aNzSh-uOywi81kCh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .aNzSh-uOywi81kCh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .aNzSh-uOywi81kCh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .aNzSh-uOywi81kCh .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%;
  }
  .aNzSh-uOywi81kCh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .aNzSh-uOywi81kCh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .aNzSh-uOywi81kCh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .aNzSh-uOywi81kCh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .aNzSh-uOywi81kCh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .aNzSh-uOywi81kCh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.aNzSh-uOywi81kCh .navbar.navbar-short {
  min-height: 60px;
}
@media (min-width: 992px) {
  .aNzSh-uOywi81kCh .navbar.navbar-short {
    min-height: 105px;
  }
}
.aNzSh-uOywi81kCh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.aNzSh-uOywi81kCh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.aNzSh-uOywi81kCh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .aNzSh-uOywi81kCh .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translateY(-50%);
    width: 25%;
    min-height: 100%;
    z-index: 5;
  }
}
.aNzSh-uOywi81kCh .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
  flex-wrap: nowrap;
  color: #000000;
}
.aNzSh-uOywi81kCh .navbar-brand .navbar-caption span {
  line-height: inherit !important;
  font-weight: inherit !important;
  color: #4f87fb;
}
.aNzSh-uOywi81kCh .navbar-brand .navbar-caption:hover {
  color: #4f87fb !important;
}
.aNzSh-uOywi81kCh .navbar-brand .navbar-logo a {
  outline: none;
}
.aNzSh-uOywi81kCh .dropdown-item.active,
.aNzSh-uOywi81kCh .dropdown-item:active {
  background-color: transparent;
}
.aNzSh-uOywi81kCh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.aNzSh-uOywi81kCh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.aNzSh-uOywi81kCh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.aNzSh-uOywi81kCh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.aNzSh-uOywi81kCh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.aNzSh-uOywi81kCh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.aNzSh-uOywi81kCh ul.navbar-nav {
  flex-wrap: wrap;
}
.aNzSh-uOywi81kCh .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .aNzSh-uOywi81kCh .navbar-buttons {
    width: 40%;
    text-align: right;
  }
}
.aNzSh-uOywi81kCh .navbar-buttons .btn {
  min-width: 144px;
  font-weight: 400;
}
.aNzSh-uOywi81kCh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.aNzSh-uOywi81kCh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.aNzSh-uOywi81kCh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.aNzSh-uOywi81kCh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.aNzSh-uOywi81kCh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.aNzSh-uOywi81kCh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.aNzSh-uOywi81kCh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.aNzSh-uOywi81kCh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.aNzSh-uOywi81kCh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.aNzSh-uOywi81kCh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.aNzSh-uOywi81kCh .navbar-dropdown {
  padding: 0 1rem;
}
.aNzSh-uOywi81kCh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #002549;
}
.aNzSh-uOywi81kCh .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) {
  .aNzSh-uOywi81kCh .navbar {
    height: 60px;
  }
  .aNzSh-uOywi81kCh .navbar.opened {
    height: auto;
  }
  .aNzSh-uOywi81kCh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), (-ms-high-contrast: none) and (min-width: 992px) {
  .aNzSh-uOywi81kCh .navbar {
    min-height: 105px;
  }
}
.aNzSh-uOyBFQWjCH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: linear-gradient(90deg, #5cc3ee 0%, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%);
}
.aNzSh-uOyBFQWjCH .label-text {
  color: #ffffff;
  margin: 10px 0 7px;
}
.aNzSh-uOyBFQWjCH .interactive-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.aNzSh-uOyBFQWjCH .interactive-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 0;
}
.aNzSh-uOyBFQWjCH .interactive-section-btn {
  margin-top: 30px;
}
.aNzSh-uOyBFQWjCH .interactive-section-btn .btn-transform {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: transparent;
  background-image: linear-gradient(-90deg, currentColor 0, currentColor 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-size: 100% 100% !important;
  background-position: left !important;
  transition: background-position 0.2s ease !important;
}
.aNzSh-uOyBFQWjCH .interactive-section-btn .btn-white-outline {
  color: #ffffff !important;
  border: 1px solid #ffffff;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.aNzSh-uOyBFQWjCH .interactive-section-btn .btn-white-outline:hover {
  color: #fff !important;
  background: #ffffff !important;
}
.aNzSh-uOyBFQWjCH .interactive-section-btn .btn-white-outline:hover .btn-transform {
  background-image: -webkit-linear-gradient(45deg, #5cc3ee 0, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%) !important;
}
.aNzSh-uOyBXRCJ4n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.aNzSh-uOyBXRCJ4n .interactive-fallback-image.disabled {
  display: none;
}
.aNzSh-uOyBXRCJ4n .interactive-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.aNzSh-uOyBXRCJ4n .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .aNzSh-uOyBXRCJ4n .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .aNzSh-uOyBXRCJ4n .container {
    padding: 0;
  }
}
.aNzSh-uOyBXRCJ4n .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .aNzSh-uOyBXRCJ4n .title-wrapper {
    padding: 0 16px;
  }
}
.aNzSh-uOyBXRCJ4n .title-wrapper .interactive-section-title {
  margin-bottom: 0;
}
.aNzSh-uOyBXRCJ4n .title-wrapper .interactive-text {
  margin: 30px 0 0 0;
}
.aNzSh-uOyBXRCJ4n .interactive-section-title {
  color: #263652;
}
.aNzSh-uOyBXRCJ4n .interactive-text {
  color: #000000;
}
.aNzSh-uOyW4YzpWS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #86beff;
}
.aNzSh-uOyW4YzpWS .interactive-fallback-image.disabled {
  display: none;
}
.aNzSh-uOyW4YzpWS .interactive-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.aNzSh-uOyW4YzpWS .row {
  justify-content: center;
}
.aNzSh-uOyW4YzpWS .row .card {
  justify-content: space-between;
}
.aNzSh-uOyW4YzpWS .content-wrapper {
  margin-bottom: 20px;
}
.aNzSh-uOyW4YzpWS .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .aNzSh-uOyW4YzpWS .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .aNzSh-uOyW4YzpWS .content-wrapper .content-wrap {
    width: 100%;
  }
}
.aNzSh-uOyW4YzpWS .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .aNzSh-uOyW4YzpWS .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.aNzSh-uOyW4YzpWS .content-wrapper .content-wrap .image-wrapper img {
  height: 260px;
  object-fit: cover;
}
.aNzSh-uOyW4YzpWS .content-wrapper .content-wrap .title-wrapper .interactive-section-title {
  margin-bottom: 0;
}
.aNzSh-uOyW4YzpWS .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .aNzSh-uOyW4YzpWS .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .aNzSh-uOyW4YzpWS .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.aNzSh-uOyW4YzpWS .nav-wrapper .nav-wrap .interactive-list-title {
  margin-bottom: 20px;
}
.aNzSh-uOyW4YzpWS .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.aNzSh-uOyW4YzpWS .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.aNzSh-uOyW4YzpWS .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.aNzSh-uOyW4YzpWS .nav-wrapper .nav-wrap .list .item-wrap:hover,
.aNzSh-uOyW4YzpWS .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.aNzSh-uOyW4YzpWS .interactive-section-btn {
  margin-bottom: 20px;
}
.aNzSh-uOyW4YzpWS .interactive-section-btn .btn {
  margin-bottom: 0;
}
.aNzSh-uOyW4YzpWS .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #4f87fb;
  margin-bottom: 20px;
}
.aNzSh-uOyW4YzpWS .interactive-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.aNzSh-uOyW4YzpWS .interactive-section-title {
  color: #093388;
}
.aNzSh-uOyW4YzpWS .interactive-list-title {
  color: #093388;
}
.aNzSh-uOyW4YzpWS .list {
  color: #58595b;
}
.aNzSh-uOywi81kCh .navbar-dropdown {
  position: relative !important;
}
.aNzSh-uOywi81kCh .container {
  max-width: 1312px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .aNzSh-uOywi81kCh .container {
    flex-wrap: nowrap;
  }
}
.aNzSh-uOywi81kCh .container-custom {
  position: relative;
  width: 100%;
  padding: 10px 0;
}
.aNzSh-uOywi81kCh .dropdown-item:before {
  font-family: transparency2 !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;
}
.aNzSh-uOywi81kCh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.aNzSh-uOywi81kCh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.aNzSh-uOywi81kCh .dropdown-item:hover,
.aNzSh-uOywi81kCh .dropdown-item:focus {
  background: #4f87fb !important;
  color: white !important;
}
.aNzSh-uOywi81kCh .dropdown-item:hover span {
  color: white;
}
.aNzSh-uOywi81kCh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.aNzSh-uOywi81kCh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.aNzSh-uOywi81kCh .nav-dropdown .link {
  padding: 0.75em 1em !important;
}
.aNzSh-uOywi81kCh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.aNzSh-uOywi81kCh .nav-link {
  position: relative;
}
.aNzSh-uOywi81kCh .iconfont-wrapper {
  color: #002549 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.aNzSh-uOywi81kCh .dropdown-menu,
.aNzSh-uOywi81kCh .navbar.opened {
  background: #ffffff !important;
}
.aNzSh-uOywi81kCh .nav-item:focus,
.aNzSh-uOywi81kCh .nav-link:focus {
  outline: none;
}
.aNzSh-uOywi81kCh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.aNzSh-uOywi81kCh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.aNzSh-uOywi81kCh .dropdown .dropdown-menu .dropdown-item .interactive-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.aNzSh-uOywi81kCh .dropdown .dropdown-menu .dropdown-item .interactive-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.aNzSh-uOywi81kCh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.aNzSh-uOywi81kCh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.aNzSh-uOywi81kCh .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
@media (min-width: 992px) {
  .aNzSh-uOywi81kCh .navbar {
    min-height: 105px;
  }
}
.aNzSh-uOywi81kCh .navbar.opened {
  transition: all 0.3s;
}
.aNzSh-uOywi81kCh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.aNzSh-uOywi81kCh .navbar .navbar-logo img {
  width: auto;
}
.aNzSh-uOywi81kCh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .aNzSh-uOywi81kCh .navbar .navbar-collapse {
    width: 100%;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .aNzSh-uOywi81kCh .navbar .navbar-nav-container {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
}
.aNzSh-uOywi81kCh .navbar.collapsed {
  justify-content: center;
}
.aNzSh-uOywi81kCh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.aNzSh-uOywi81kCh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .aNzSh-uOywi81kCh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.aNzSh-uOywi81kCh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.aNzSh-uOywi81kCh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.aNzSh-uOywi81kCh .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%;
}
.aNzSh-uOywi81kCh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.aNzSh-uOywi81kCh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.aNzSh-uOywi81kCh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .aNzSh-uOywi81kCh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .aNzSh-uOywi81kCh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .aNzSh-uOywi81kCh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .aNzSh-uOywi81kCh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .aNzSh-uOywi81kCh .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%;
  }
  .aNzSh-uOywi81kCh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .aNzSh-uOywi81kCh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .aNzSh-uOywi81kCh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .aNzSh-uOywi81kCh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .aNzSh-uOywi81kCh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .aNzSh-uOywi81kCh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.aNzSh-uOywi81kCh .navbar.navbar-short {
  min-height: 60px;
}
@media (min-width: 992px) {
  .aNzSh-uOywi81kCh .navbar.navbar-short {
    min-height: 105px;
  }
}
.aNzSh-uOywi81kCh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.aNzSh-uOywi81kCh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.aNzSh-uOywi81kCh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .aNzSh-uOywi81kCh .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translateY(-50%);
    width: 25%;
    min-height: 100%;
    z-index: 5;
  }
}
.aNzSh-uOywi81kCh .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
  flex-wrap: nowrap;
  color: #000000;
}
.aNzSh-uOywi81kCh .navbar-brand .navbar-caption span {
  line-height: inherit !important;
  font-weight: inherit !important;
  color: #4f87fb;
}
.aNzSh-uOywi81kCh .navbar-brand .navbar-caption:hover {
  color: #4f87fb !important;
}
.aNzSh-uOywi81kCh .navbar-brand .navbar-logo a {
  outline: none;
}
.aNzSh-uOywi81kCh .dropdown-item.active,
.aNzSh-uOywi81kCh .dropdown-item:active {
  background-color: transparent;
}
.aNzSh-uOywi81kCh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.aNzSh-uOywi81kCh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.aNzSh-uOywi81kCh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.aNzSh-uOywi81kCh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.aNzSh-uOywi81kCh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.aNzSh-uOywi81kCh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.aNzSh-uOywi81kCh ul.navbar-nav {
  flex-wrap: wrap;
}
.aNzSh-uOywi81kCh .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .aNzSh-uOywi81kCh .navbar-buttons {
    width: 40%;
    text-align: right;
  }
}
.aNzSh-uOywi81kCh .navbar-buttons .btn {
  min-width: 144px;
  font-weight: 400;
}
.aNzSh-uOywi81kCh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.aNzSh-uOywi81kCh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.aNzSh-uOywi81kCh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.aNzSh-uOywi81kCh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.aNzSh-uOywi81kCh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.aNzSh-uOywi81kCh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.aNzSh-uOywi81kCh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.aNzSh-uOywi81kCh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.aNzSh-uOywi81kCh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.aNzSh-uOywi81kCh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.aNzSh-uOywi81kCh .navbar-dropdown {
  padding: 0 1rem;
}
.aNzSh-uOywi81kCh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #002549;
}
.aNzSh-uOywi81kCh .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) {
  .aNzSh-uOywi81kCh .navbar {
    height: 60px;
  }
  .aNzSh-uOywi81kCh .navbar.opened {
    height: auto;
  }
  .aNzSh-uOywi81kCh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), (-ms-high-contrast: none) and (min-width: 992px) {
  .aNzSh-uOywi81kCh .navbar {
    min-height: 105px;
  }
}
.aNzSh-uOyDdwaVzk {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.aNzSh-uOyDdwaVzk .interactive-fallback-image.disabled {
  display: none;
}
.aNzSh-uOyDdwaVzk .interactive-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.aNzSh-uOyDdwaVzk .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 64px;
  background-image: linear-gradient(45deg, #21edf5 -10%, #4f87fb 30%, #b85df8 80%);
  overflow: hidden;
}
@media (max-width: 992px) {
  .aNzSh-uOyDdwaVzk .card-wrapper {
    display: block;
    padding: 16px;
  }
}
.aNzSh-uOyDdwaVzk .card-wrapper .title-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .aNzSh-uOyDdwaVzk .card-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.aNzSh-uOyDdwaVzk .card-wrapper .title-wrapper .interactive-title {
  margin-bottom: 16px;
}
.aNzSh-uOyDdwaVzk .card-wrapper .title-wrapper .interactive-text {
  margin-bottom: 0;
}
.aNzSh-uOyDdwaVzk .card-wrapper .form-wrapper {
  width: 50%;
  background-color: #86beff;
  padding: 45px 36px;
  margin-bottom: -6rem;
}
@media (max-width: 992px) {
  .aNzSh-uOyDdwaVzk .card-wrapper .form-wrapper {
    width: 100%;
    padding: 22px 16px;
    margin-bottom: 0;
  }
}
.aNzSh-uOyDdwaVzk .card-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.aNzSh-uOyDdwaVzk .card-wrapper .form-wrapper .dragArea.row h5 {
  margin-bottom: 20px !important;
  background-image: linear-gradient(90deg, #e4bfff, #ffffff 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.aNzSh-uOyDdwaVzk .card-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
@media (max-width: 992px) {
  .aNzSh-uOyDdwaVzk .card-wrapper .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px;
  }
}
.aNzSh-uOyDdwaVzk .card-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.aNzSh-uOyDdwaVzk .card-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 20px;
  border: 1px solid #86beff !important;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.aNzSh-uOyDdwaVzk .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.aNzSh-uOyDdwaVzk .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #e4bfff !important;
  box-shadow: none;
}
.aNzSh-uOyDdwaVzk .card-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.aNzSh-uOyDdwaVzk .card-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.aNzSh-uOyDdwaVzk .card-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.aNzSh-uOyDdwaVzk .card-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.aNzSh-uOyDdwaVzk .card-wrapper .form-wrapper .dragArea.row .interactive-section-btn {
  width: 100%;
  padding: 0;
}
.aNzSh-uOyDdwaVzk .card-wrapper .form-wrapper .dragArea.row .interactive-section-btn .btn {
  margin: 0;
}
.aNzSh-uOyDdwaVzk .interactive-section-btn {
  text-align: right;
}
.aNzSh-uOyDdwaVzk .interactive-title {
  color: #ffffff;
  text-align: center;
}
.aNzSh-uOyDdwaVzk .interactive-text {
  color: #ffffff;
  text-align: center;
}
.aNzSh-uOyDdwaVzk label {
  color: #ffffff;
}
.aNzSh-uOyUndQMPB {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.aNzSh-uOyUndQMPB .card-icon {
  font-size: 56px;
  color: #4f87fb;
  transition: color 0.3s;
}
.aNzSh-uOyUndQMPB .icon2 {
  color: #b85df8;
}
.aNzSh-uOyUndQMPB .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.aNzSh-uOyUndQMPB p {
  font-weight: 400;
}
.aNzSh-uOyUndQMPB .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #4f87fb;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.aNzSh-uOyUndQMPB .line2 {
  background: #b85df8;
}
.aNzSh-uOyUndQMPB .card-wrapper {
  padding: 2.5rem 2rem;
  transition: background 0.3s;
  background: #86beff;
}
.aNzSh-uOyUndQMPB .card-wrapper:hover .link-ico {
  background-color: #4f87fb;
  border-color: #4f87fb;
  color: white;
}
.aNzSh-uOyUndQMPB .card2 {
  background: #e4bfff;
}
.aNzSh-uOyUndQMPB .card-title,
.aNzSh-uOyUndQMPB .card-ico,
.aNzSh-uOyUndQMPB .line-wrap {
  text-align: center;
  color: #000000;
}
.aNzSh-uOyUndQMPB .interactive-text,
.aNzSh-uOyUndQMPB .card-link {
  text-align: center;
  color: #000000;
}
.aNzSh-uOyUndQMPB .interactive-fallback-image.disabled {
  display: none;
}
.aNzSh-uOyUndQMPB .interactive-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.aNzSh-uOyW4YzpWS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #86beff;
}
.aNzSh-uOyW4YzpWS .interactive-fallback-image.disabled {
  display: none;
}
.aNzSh-uOyW4YzpWS .interactive-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.aNzSh-uOyW4YzpWS .row {
  justify-content: center;
}
.aNzSh-uOyW4YzpWS .row .card {
  justify-content: space-between;
}
.aNzSh-uOyW4YzpWS .content-wrapper {
  margin-bottom: 20px;
}
.aNzSh-uOyW4YzpWS .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .aNzSh-uOyW4YzpWS .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .aNzSh-uOyW4YzpWS .content-wrapper .content-wrap {
    width: 100%;
  }
}
.aNzSh-uOyW4YzpWS .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .aNzSh-uOyW4YzpWS .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.aNzSh-uOyW4YzpWS .content-wrapper .content-wrap .image-wrapper img {
  height: 260px;
  object-fit: cover;
}
.aNzSh-uOyW4YzpWS .content-wrapper .content-wrap .title-wrapper .interactive-section-title {
  margin-bottom: 0;
}
.aNzSh-uOyW4YzpWS .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .aNzSh-uOyW4YzpWS .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .aNzSh-uOyW4YzpWS .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.aNzSh-uOyW4YzpWS .nav-wrapper .nav-wrap .interactive-list-title {
  margin-bottom: 20px;
}
.aNzSh-uOyW4YzpWS .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.aNzSh-uOyW4YzpWS .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.aNzSh-uOyW4YzpWS .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.aNzSh-uOyW4YzpWS .nav-wrapper .nav-wrap .list .item-wrap:hover,
.aNzSh-uOyW4YzpWS .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.aNzSh-uOyW4YzpWS .interactive-section-btn {
  margin-bottom: 20px;
}
.aNzSh-uOyW4YzpWS .interactive-section-btn .btn {
  margin-bottom: 0;
}
.aNzSh-uOyW4YzpWS .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #4f87fb;
  margin-bottom: 20px;
}
.aNzSh-uOyW4YzpWS .interactive-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.aNzSh-uOyW4YzpWS .interactive-section-title {
  color: #093388;
}
.aNzSh-uOyW4YzpWS .interactive-list-title {
  color: #093388;
}
.aNzSh-uOyW4YzpWS .list {
  color: #58595b;
}
.aNzSh-uOyF2kd3rH .navbar-dropdown {
  position: relative !important;
}
.aNzSh-uOyF2kd3rH .container {
  max-width: 1312px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .aNzSh-uOyF2kd3rH .container {
    flex-wrap: nowrap;
  }
}
.aNzSh-uOyF2kd3rH .container-custom {
  position: relative;
  width: 100%;
  padding: 10px 0;
}
.aNzSh-uOyF2kd3rH .dropdown-item:before {
  font-family: transparency2 !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;
}
.aNzSh-uOyF2kd3rH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.aNzSh-uOyF2kd3rH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.aNzSh-uOyF2kd3rH .dropdown-item:hover,
.aNzSh-uOyF2kd3rH .dropdown-item:focus {
  background: #4f87fb !important;
  color: white !important;
}
.aNzSh-uOyF2kd3rH .dropdown-item:hover span {
  color: white;
}
.aNzSh-uOyF2kd3rH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.aNzSh-uOyF2kd3rH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.aNzSh-uOyF2kd3rH .nav-dropdown .link {
  padding: 0.75em 1em !important;
}
.aNzSh-uOyF2kd3rH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.aNzSh-uOyF2kd3rH .nav-link {
  position: relative;
}
.aNzSh-uOyF2kd3rH .iconfont-wrapper {
  color: #002549 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.aNzSh-uOyF2kd3rH .dropdown-menu,
.aNzSh-uOyF2kd3rH .navbar.opened {
  background: #ffffff !important;
}
.aNzSh-uOyF2kd3rH .nav-item:focus,
.aNzSh-uOyF2kd3rH .nav-link:focus {
  outline: none;
}
.aNzSh-uOyF2kd3rH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.aNzSh-uOyF2kd3rH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.aNzSh-uOyF2kd3rH .dropdown .dropdown-menu .dropdown-item .interactive-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.aNzSh-uOyF2kd3rH .dropdown .dropdown-menu .dropdown-item .interactive-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.aNzSh-uOyF2kd3rH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.aNzSh-uOyF2kd3rH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.aNzSh-uOyF2kd3rH .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
@media (min-width: 992px) {
  .aNzSh-uOyF2kd3rH .navbar {
    min-height: 105px;
  }
}
.aNzSh-uOyF2kd3rH .navbar.opened {
  transition: all 0.3s;
}
.aNzSh-uOyF2kd3rH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.aNzSh-uOyF2kd3rH .navbar .navbar-logo img {
  width: auto;
}
.aNzSh-uOyF2kd3rH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .aNzSh-uOyF2kd3rH .navbar .navbar-collapse {
    width: 100%;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .aNzSh-uOyF2kd3rH .navbar .navbar-nav-container {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
}
.aNzSh-uOyF2kd3rH .navbar.collapsed {
  justify-content: center;
}
.aNzSh-uOyF2kd3rH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.aNzSh-uOyF2kd3rH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .aNzSh-uOyF2kd3rH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.aNzSh-uOyF2kd3rH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.aNzSh-uOyF2kd3rH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.aNzSh-uOyF2kd3rH .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%;
}
.aNzSh-uOyF2kd3rH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.aNzSh-uOyF2kd3rH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.aNzSh-uOyF2kd3rH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .aNzSh-uOyF2kd3rH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .aNzSh-uOyF2kd3rH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .aNzSh-uOyF2kd3rH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .aNzSh-uOyF2kd3rH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .aNzSh-uOyF2kd3rH .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%;
  }
  .aNzSh-uOyF2kd3rH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .aNzSh-uOyF2kd3rH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .aNzSh-uOyF2kd3rH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .aNzSh-uOyF2kd3rH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .aNzSh-uOyF2kd3rH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .aNzSh-uOyF2kd3rH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.aNzSh-uOyF2kd3rH .navbar.navbar-short {
  min-height: 60px;
}
@media (min-width: 992px) {
  .aNzSh-uOyF2kd3rH .navbar.navbar-short {
    min-height: 105px;
  }
}
.aNzSh-uOyF2kd3rH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.aNzSh-uOyF2kd3rH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.aNzSh-uOyF2kd3rH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .aNzSh-uOyF2kd3rH .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translateY(-50%);
    width: 25%;
    min-height: 100%;
    z-index: 5;
  }
}
.aNzSh-uOyF2kd3rH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
  flex-wrap: nowrap;
  color: #000000;
}
.aNzSh-uOyF2kd3rH .navbar-brand .navbar-caption span {
  line-height: inherit !important;
  font-weight: inherit !important;
  color: #4f87fb;
}
.aNzSh-uOyF2kd3rH .navbar-brand .navbar-caption:hover {
  color: #4f87fb !important;
}
.aNzSh-uOyF2kd3rH .navbar-brand .navbar-logo a {
  outline: none;
}
.aNzSh-uOyF2kd3rH .dropdown-item.active,
.aNzSh-uOyF2kd3rH .dropdown-item:active {
  background-color: transparent;
}
.aNzSh-uOyF2kd3rH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.aNzSh-uOyF2kd3rH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.aNzSh-uOyF2kd3rH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.aNzSh-uOyF2kd3rH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.aNzSh-uOyF2kd3rH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.aNzSh-uOyF2kd3rH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.aNzSh-uOyF2kd3rH ul.navbar-nav {
  flex-wrap: wrap;
}
.aNzSh-uOyF2kd3rH .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .aNzSh-uOyF2kd3rH .navbar-buttons {
    width: 40%;
    text-align: right;
  }
}
.aNzSh-uOyF2kd3rH .navbar-buttons .btn {
  min-width: 144px;
  font-weight: 400;
}
.aNzSh-uOyF2kd3rH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.aNzSh-uOyF2kd3rH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.aNzSh-uOyF2kd3rH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.aNzSh-uOyF2kd3rH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.aNzSh-uOyF2kd3rH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.aNzSh-uOyF2kd3rH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.aNzSh-uOyF2kd3rH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.aNzSh-uOyF2kd3rH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.aNzSh-uOyF2kd3rH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.aNzSh-uOyF2kd3rH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.aNzSh-uOyF2kd3rH .navbar-dropdown {
  padding: 0 1rem;
}
.aNzSh-uOyF2kd3rH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #002549;
}
.aNzSh-uOyF2kd3rH .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) {
  .aNzSh-uOyF2kd3rH .navbar {
    height: 60px;
  }
  .aNzSh-uOyF2kd3rH .navbar.opened {
    height: auto;
  }
  .aNzSh-uOyF2kd3rH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), (-ms-high-contrast: none) and (min-width: 992px) {
  .aNzSh-uOyF2kd3rH .navbar {
    min-height: 105px;
  }
}
.aNzSh-uOyF2m9Ypv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: linear-gradient(90deg, #5cc3ee 0%, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%);
}
.aNzSh-uOyF2m9Ypv .label-text {
  color: #ffffff;
  margin: 10px 0 7px;
}
.aNzSh-uOyF2m9Ypv .interactive-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.aNzSh-uOyF2m9Ypv .interactive-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 0;
}
.aNzSh-uOyF2m9Ypv .interactive-section-btn {
  margin-top: 30px;
}
.aNzSh-uOyF2m9Ypv .interactive-section-btn .btn-transform {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: transparent;
  background-image: linear-gradient(-90deg, currentColor 0, currentColor 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-size: 100% 100% !important;
  background-position: left !important;
  transition: background-position 0.2s ease !important;
}
.aNzSh-uOyF2m9Ypv .interactive-section-btn .btn-white-outline {
  color: #ffffff !important;
  border: 1px solid #ffffff;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.aNzSh-uOyF2m9Ypv .interactive-section-btn .btn-white-outline:hover {
  color: #fff !important;
  background: #ffffff !important;
}
.aNzSh-uOyF2m9Ypv .interactive-section-btn .btn-white-outline:hover .btn-transform {
  background-image: -webkit-linear-gradient(45deg, #5cc3ee 0, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%) !important;
}
.aNzSh-uOyF2mzfKU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.aNzSh-uOyF2mzfKU .interactive-fallback-image.disabled {
  display: none;
}
.aNzSh-uOyF2mzfKU .interactive-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.aNzSh-uOyF2mzfKU .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .aNzSh-uOyF2mzfKU .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .aNzSh-uOyF2mzfKU .container {
    padding: 0;
  }
}
.aNzSh-uOyF2mzfKU .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .aNzSh-uOyF2mzfKU .title-wrapper {
    padding: 0 16px;
  }
}
.aNzSh-uOyF2mzfKU .title-wrapper .interactive-section-title {
  margin-bottom: 0;
}
.aNzSh-uOyF2mzfKU .title-wrapper .interactive-text {
  margin: 30px 0 0 0;
}
.aNzSh-uOyF2mzfKU .interactive-section-title {
  color: #263652;
}
.aNzSh-uOyF2mzfKU .interactive-text {
  color: #000000;
}
.aNzSh-uOyW4YzpWS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #86beff;
}
.aNzSh-uOyW4YzpWS .interactive-fallback-image.disabled {
  display: none;
}
.aNzSh-uOyW4YzpWS .interactive-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.aNzSh-uOyW4YzpWS .row {
  justify-content: center;
}
.aNzSh-uOyW4YzpWS .row .card {
  justify-content: space-between;
}
.aNzSh-uOyW4YzpWS .content-wrapper {
  margin-bottom: 20px;
}
.aNzSh-uOyW4YzpWS .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .aNzSh-uOyW4YzpWS .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .aNzSh-uOyW4YzpWS .content-wrapper .content-wrap {
    width: 100%;
  }
}
.aNzSh-uOyW4YzpWS .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .aNzSh-uOyW4YzpWS .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.aNzSh-uOyW4YzpWS .content-wrapper .content-wrap .image-wrapper img {
  height: 260px;
  object-fit: cover;
}
.aNzSh-uOyW4YzpWS .content-wrapper .content-wrap .title-wrapper .interactive-section-title {
  margin-bottom: 0;
}
.aNzSh-uOyW4YzpWS .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .aNzSh-uOyW4YzpWS .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .aNzSh-uOyW4YzpWS .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.aNzSh-uOyW4YzpWS .nav-wrapper .nav-wrap .interactive-list-title {
  margin-bottom: 20px;
}
.aNzSh-uOyW4YzpWS .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.aNzSh-uOyW4YzpWS .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.aNzSh-uOyW4YzpWS .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.aNzSh-uOyW4YzpWS .nav-wrapper .nav-wrap .list .item-wrap:hover,
.aNzSh-uOyW4YzpWS .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.aNzSh-uOyW4YzpWS .interactive-section-btn {
  margin-bottom: 20px;
}
.aNzSh-uOyW4YzpWS .interactive-section-btn .btn {
  margin-bottom: 0;
}
.aNzSh-uOyW4YzpWS .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #4f87fb;
  margin-bottom: 20px;
}
.aNzSh-uOyW4YzpWS .interactive-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.aNzSh-uOyW4YzpWS .interactive-section-title {
  color: #093388;
}
.aNzSh-uOyW4YzpWS .interactive-list-title {
  color: #093388;
}
.aNzSh-uOyW4YzpWS .list {
  color: #58595b;
}
.aNzSh-uOyF3PJDuu .navbar-dropdown {
  position: relative !important;
}
.aNzSh-uOyF3PJDuu .container {
  max-width: 1312px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .aNzSh-uOyF3PJDuu .container {
    flex-wrap: nowrap;
  }
}
.aNzSh-uOyF3PJDuu .container-custom {
  position: relative;
  width: 100%;
  padding: 10px 0;
}
.aNzSh-uOyF3PJDuu .dropdown-item:before {
  font-family: transparency2 !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;
}
.aNzSh-uOyF3PJDuu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.aNzSh-uOyF3PJDuu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.aNzSh-uOyF3PJDuu .dropdown-item:hover,
.aNzSh-uOyF3PJDuu .dropdown-item:focus {
  background: #4f87fb !important;
  color: white !important;
}
.aNzSh-uOyF3PJDuu .dropdown-item:hover span {
  color: white;
}
.aNzSh-uOyF3PJDuu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.aNzSh-uOyF3PJDuu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.aNzSh-uOyF3PJDuu .nav-dropdown .link {
  padding: 0.75em 1em !important;
}
.aNzSh-uOyF3PJDuu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.aNzSh-uOyF3PJDuu .nav-link {
  position: relative;
}
.aNzSh-uOyF3PJDuu .iconfont-wrapper {
  color: #002549 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.aNzSh-uOyF3PJDuu .dropdown-menu,
.aNzSh-uOyF3PJDuu .navbar.opened {
  background: #ffffff !important;
}
.aNzSh-uOyF3PJDuu .nav-item:focus,
.aNzSh-uOyF3PJDuu .nav-link:focus {
  outline: none;
}
.aNzSh-uOyF3PJDuu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.aNzSh-uOyF3PJDuu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.aNzSh-uOyF3PJDuu .dropdown .dropdown-menu .dropdown-item .interactive-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.aNzSh-uOyF3PJDuu .dropdown .dropdown-menu .dropdown-item .interactive-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.aNzSh-uOyF3PJDuu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.aNzSh-uOyF3PJDuu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.aNzSh-uOyF3PJDuu .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
@media (min-width: 992px) {
  .aNzSh-uOyF3PJDuu .navbar {
    min-height: 105px;
  }
}
.aNzSh-uOyF3PJDuu .navbar.opened {
  transition: all 0.3s;
}
.aNzSh-uOyF3PJDuu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.aNzSh-uOyF3PJDuu .navbar .navbar-logo img {
  width: auto;
}
.aNzSh-uOyF3PJDuu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .aNzSh-uOyF3PJDuu .navbar .navbar-collapse {
    width: 100%;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .aNzSh-uOyF3PJDuu .navbar .navbar-nav-container {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
}
.aNzSh-uOyF3PJDuu .navbar.collapsed {
  justify-content: center;
}
.aNzSh-uOyF3PJDuu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.aNzSh-uOyF3PJDuu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .aNzSh-uOyF3PJDuu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.aNzSh-uOyF3PJDuu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.aNzSh-uOyF3PJDuu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.aNzSh-uOyF3PJDuu .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%;
}
.aNzSh-uOyF3PJDuu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.aNzSh-uOyF3PJDuu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.aNzSh-uOyF3PJDuu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .aNzSh-uOyF3PJDuu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .aNzSh-uOyF3PJDuu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .aNzSh-uOyF3PJDuu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .aNzSh-uOyF3PJDuu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .aNzSh-uOyF3PJDuu .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%;
  }
  .aNzSh-uOyF3PJDuu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .aNzSh-uOyF3PJDuu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .aNzSh-uOyF3PJDuu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .aNzSh-uOyF3PJDuu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .aNzSh-uOyF3PJDuu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .aNzSh-uOyF3PJDuu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.aNzSh-uOyF3PJDuu .navbar.navbar-short {
  min-height: 60px;
}
@media (min-width: 992px) {
  .aNzSh-uOyF3PJDuu .navbar.navbar-short {
    min-height: 105px;
  }
}
.aNzSh-uOyF3PJDuu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.aNzSh-uOyF3PJDuu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.aNzSh-uOyF3PJDuu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .aNzSh-uOyF3PJDuu .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translateY(-50%);
    width: 25%;
    min-height: 100%;
    z-index: 5;
  }
}
.aNzSh-uOyF3PJDuu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
  flex-wrap: nowrap;
  color: #000000;
}
.aNzSh-uOyF3PJDuu .navbar-brand .navbar-caption span {
  line-height: inherit !important;
  font-weight: inherit !important;
  color: #4f87fb;
}
.aNzSh-uOyF3PJDuu .navbar-brand .navbar-caption:hover {
  color: #4f87fb !important;
}
.aNzSh-uOyF3PJDuu .navbar-brand .navbar-logo a {
  outline: none;
}
.aNzSh-uOyF3PJDuu .dropdown-item.active,
.aNzSh-uOyF3PJDuu .dropdown-item:active {
  background-color: transparent;
}
.aNzSh-uOyF3PJDuu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.aNzSh-uOyF3PJDuu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.aNzSh-uOyF3PJDuu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.aNzSh-uOyF3PJDuu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.aNzSh-uOyF3PJDuu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.aNzSh-uOyF3PJDuu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.aNzSh-uOyF3PJDuu ul.navbar-nav {
  flex-wrap: wrap;
}
.aNzSh-uOyF3PJDuu .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .aNzSh-uOyF3PJDuu .navbar-buttons {
    width: 40%;
    text-align: right;
  }
}
.aNzSh-uOyF3PJDuu .navbar-buttons .btn {
  min-width: 144px;
  font-weight: 400;
}
.aNzSh-uOyF3PJDuu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.aNzSh-uOyF3PJDuu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.aNzSh-uOyF3PJDuu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.aNzSh-uOyF3PJDuu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.aNzSh-uOyF3PJDuu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.aNzSh-uOyF3PJDuu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.aNzSh-uOyF3PJDuu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.aNzSh-uOyF3PJDuu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.aNzSh-uOyF3PJDuu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.aNzSh-uOyF3PJDuu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.aNzSh-uOyF3PJDuu .navbar-dropdown {
  padding: 0 1rem;
}
.aNzSh-uOyF3PJDuu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #002549;
}
.aNzSh-uOyF3PJDuu .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) {
  .aNzSh-uOyF3PJDuu .navbar {
    height: 60px;
  }
  .aNzSh-uOyF3PJDuu .navbar.opened {
    height: auto;
  }
  .aNzSh-uOyF3PJDuu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), (-ms-high-contrast: none) and (min-width: 992px) {
  .aNzSh-uOyF3PJDuu .navbar {
    min-height: 105px;
  }
}
.aNzSh-uOyF3QibJL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: linear-gradient(90deg, #5cc3ee 0%, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%);
}
.aNzSh-uOyF3QibJL .label-text {
  color: #ffffff;
  margin: 10px 0 7px;
}
.aNzSh-uOyF3QibJL .interactive-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.aNzSh-uOyF3QibJL .interactive-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 0;
}
.aNzSh-uOyF3QibJL .interactive-section-btn {
  margin-top: 30px;
}
.aNzSh-uOyF3QibJL .interactive-section-btn .btn-transform {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: transparent;
  background-image: linear-gradient(-90deg, currentColor 0, currentColor 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-size: 100% 100% !important;
  background-position: left !important;
  transition: background-position 0.2s ease !important;
}
.aNzSh-uOyF3QibJL .interactive-section-btn .btn-white-outline {
  color: #ffffff !important;
  border: 1px solid #ffffff;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.aNzSh-uOyF3QibJL .interactive-section-btn .btn-white-outline:hover {
  color: #fff !important;
  background: #ffffff !important;
}
.aNzSh-uOyF3QibJL .interactive-section-btn .btn-white-outline:hover .btn-transform {
  background-image: -webkit-linear-gradient(45deg, #5cc3ee 0, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%) !important;
}
.aNzSh-uOyF3QHERS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.aNzSh-uOyF3QHERS .interactive-fallback-image.disabled {
  display: none;
}
.aNzSh-uOyF3QHERS .interactive-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.aNzSh-uOyF3QHERS .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .aNzSh-uOyF3QHERS .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .aNzSh-uOyF3QHERS .container {
    padding: 0;
  }
}
.aNzSh-uOyF3QHERS .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .aNzSh-uOyF3QHERS .title-wrapper {
    padding: 0 16px;
  }
}
.aNzSh-uOyF3QHERS .title-wrapper .interactive-section-title {
  margin-bottom: 0;
}
.aNzSh-uOyF3QHERS .title-wrapper .interactive-text {
  margin: 30px 0 0 0;
}
.aNzSh-uOyF3QHERS .interactive-section-title {
  color: #263652;
}
.aNzSh-uOyF3QHERS .interactive-text {
  color: #000000;
}
.aNzSh-uOyW4YzpWS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #86beff;
}
.aNzSh-uOyW4YzpWS .interactive-fallback-image.disabled {
  display: none;
}
.aNzSh-uOyW4YzpWS .interactive-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.aNzSh-uOyW4YzpWS .row {
  justify-content: center;
}
.aNzSh-uOyW4YzpWS .row .card {
  justify-content: space-between;
}
.aNzSh-uOyW4YzpWS .content-wrapper {
  margin-bottom: 20px;
}
.aNzSh-uOyW4YzpWS .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .aNzSh-uOyW4YzpWS .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .aNzSh-uOyW4YzpWS .content-wrapper .content-wrap {
    width: 100%;
  }
}
.aNzSh-uOyW4YzpWS .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .aNzSh-uOyW4YzpWS .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.aNzSh-uOyW4YzpWS .content-wrapper .content-wrap .image-wrapper img {
  height: 260px;
  object-fit: cover;
}
.aNzSh-uOyW4YzpWS .content-wrapper .content-wrap .title-wrapper .interactive-section-title {
  margin-bottom: 0;
}
.aNzSh-uOyW4YzpWS .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .aNzSh-uOyW4YzpWS .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .aNzSh-uOyW4YzpWS .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.aNzSh-uOyW4YzpWS .nav-wrapper .nav-wrap .interactive-list-title {
  margin-bottom: 20px;
}
.aNzSh-uOyW4YzpWS .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.aNzSh-uOyW4YzpWS .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.aNzSh-uOyW4YzpWS .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.aNzSh-uOyW4YzpWS .nav-wrapper .nav-wrap .list .item-wrap:hover,
.aNzSh-uOyW4YzpWS .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.aNzSh-uOyW4YzpWS .interactive-section-btn {
  margin-bottom: 20px;
}
.aNzSh-uOyW4YzpWS .interactive-section-btn .btn {
  margin-bottom: 0;
}
.aNzSh-uOyW4YzpWS .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #4f87fb;
  margin-bottom: 20px;
}
.aNzSh-uOyW4YzpWS .interactive-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.aNzSh-uOyW4YzpWS .interactive-section-title {
  color: #093388;
}
.aNzSh-uOyW4YzpWS .interactive-list-title {
  color: #093388;
}
.aNzSh-uOyW4YzpWS .list {
  color: #58595b;
}

/* 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 colorChange {
    0% {
        color: red;
    }
    50% {
        color: blue;
    }
    100% {
        color: green;
    }
}

.navbar-brand {
    animation: colorChange 3s alternate;
}
/* endlogoanimations */

/* mainanimations */
/* Style 17: scaleX compress */
a, button, .btn {
  transition: transform 0.1s ease;
}
a:active, button:active, .btn:active {
  transform: scaleX(0.9);
}
/* endmainanimations */
