.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.opacity-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Onest;
}
.display-1 {
  font-family: 'Onest', sans-serif;
  font-size: 7.8rem;
  line-height: 1;
}
.display-1 > .opacity-iconfont {
  font-size: 9.75rem;
}
.display-2 {
  font-family: 'Onest', sans-serif;
  font-size: 4.5rem;
  line-height: 1;
}
.display-2 > .opacity-iconfont {
  font-size: 5.625rem;
}
.display-4 {
  font-family: 'Onest', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .opacity-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Onest', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .opacity-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Onest', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .opacity-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 6.24rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.46rem;
    font-size: calc( 3.38rem + (7.8 - 3.38) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.38rem + (7.8 - 3.38) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.225rem + (4.5 - 2.225) * ((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: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 5.46rem;
    font-size: calc( 3.38rem + (7.8 - 3.38) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (3.38rem + (7.8 - 3.38) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.225rem + (4.5 - 2.225) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3.5rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #31649c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #17416e !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #4d4d4d !important;
  border-color: #4d4d4d !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #4d4d4d !important;
  border-color: #4d4d4d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #b81a1a !important;
  border-color: #b81a1a !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #b81a1a !important;
  border-color: #b81a1a !important;
}
.btn-success,
.btn-success:active {
  background-color: #31649c !important;
  border-color: #31649c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #8bb1db !important;
  border-color: #8bb1db !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #8bb1db !important;
  border-color: #8bb1db !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #17416e !important;
  border-color: #17416e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #468cd8 !important;
  border-color: #468cd8 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #468cd8 !important;
  border-color: #468cd8 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #000000 !important;
  background-color: #fffffd !important;
  border-color: #fffffd !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #000000 !important;
  background-color: #fffffd !important;
  border-color: #fffffd !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #707070 !important;
  border-color: #707070 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #707070 !important;
  border-color: #707070 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #31649c;
  color: #31649c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1c3a5a !important;
  background-color: transparent !important;
  border-color: #1c3a5a !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #31649c !important;
  border-color: #31649c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #17416e;
  color: #17416e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #081726 !important;
  background-color: transparent !important;
  border-color: #081726 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #17416e !important;
  border-color: #17416e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #31649c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #17416e !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #19324e !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #050f1a !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #17416e;
}
.alert-danger {
  background-color: #ffea64;
}
.opacity-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.opacity-gallery-filter li a {
  border-radius: 100px !important;
}
.opacity-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.opacity-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.opacity-plan-header.bg-primary .opacity-plan-subtitle,
.opacity-plan-header.bg-primary .opacity-plan-price-desc {
  color: #b3b3b3;
}
.opacity-plan-header.bg-success .opacity-plan-subtitle,
.opacity-plan-header.bg-success .opacity-plan-price-desc {
  color: #78a4d5;
}
.opacity-plan-header.bg-info .opacity-plan-subtitle,
.opacity-plan-header.bg-info .opacity-plan-price-desc {
  color: #f3abab;
}
.opacity-plan-header.bg-warning .opacity-plan-subtitle,
.opacity-plan-header.bg-warning .opacity-plan-price-desc {
  color: #317fd4;
}
.opacity-plan-header.bg-danger .opacity-plan-subtitle,
.opacity-plan-header.bg-danger .opacity-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Onest', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .opacity-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Onest', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .opacity-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.opacity-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.opacity-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.opacity-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.opacity-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.F1AI7kw-uNr6GoEwe8 .navbar-dropdown {
  position: relative !important;
}
.F1AI7kw-uNr6GoEwe8 .dropdown-item:before {
  font-family: distribution2 !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;
}
.F1AI7kw-uNr6GoEwe8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.F1AI7kw-uNr6GoEwe8 .dropdown-item:hover,
.F1AI7kw-uNr6GoEwe8 .dropdown-item:focus {
  color: #000000 !important;
}
.F1AI7kw-uNr6GoEwe8 .dropdown-item:hover span {
  color: white;
}
.F1AI7kw-uNr6GoEwe8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.F1AI7kw-uNr6GoEwe8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.F1AI7kw-uNr6GoEwe8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.F1AI7kw-uNr6GoEwe8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.F1AI7kw-uNr6GoEwe8 .nav-link {
  position: relative;
}
.F1AI7kw-uNr6GoEwe8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .F1AI7kw-uNr6GoEwe8 .container {
    flex-wrap: nowrap;
  }
}
.F1AI7kw-uNr6GoEwe8 .navbar-caption:hover,
.F1AI7kw-uNr6GoEwe8 .navbar-caption:focus {
  color: #000000 !important;
}
.F1AI7kw-uNr6GoEwe8 .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.F1AI7kw-uNr6GoEwe8 .navbar-nav .nav-item {
  color: #24262b;
}
.F1AI7kw-uNr6GoEwe8 .navbar-nav .nav-item:hover {
  color: #000000;
}
.F1AI7kw-uNr6GoEwe8 .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.F1AI7kw-uNr6GoEwe8 .navbar-nav .nav-item a:hover {
  color: #000000 !important;
}
.F1AI7kw-uNr6GoEwe8 .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.F1AI7kw-uNr6GoEwe8 .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.F1AI7kw-uNr6GoEwe8 .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.F1AI7kw-uNr6GoEwe8 .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #000000 !important;
}
.F1AI7kw-uNr6GoEwe8 .dropdown-menu,
.F1AI7kw-uNr6GoEwe8 .navbar.opened {
  background: #f3f6f9 !important;
}
.F1AI7kw-uNr6GoEwe8 .nav-item:focus,
.F1AI7kw-uNr6GoEwe8 .nav-link:focus {
  outline: none;
}
.F1AI7kw-uNr6GoEwe8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.F1AI7kw-uNr6GoEwe8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.F1AI7kw-uNr6GoEwe8 .dropdown .dropdown-menu .dropdown-item .opacity-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.F1AI7kw-uNr6GoEwe8 .dropdown .dropdown-menu .dropdown-item .opacity-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.F1AI7kw-uNr6GoEwe8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.F1AI7kw-uNr6GoEwe8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.F1AI7kw-uNr6GoEwe8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f3f6f9;
  padding: 0 !important;
}
.F1AI7kw-uNr6GoEwe8 .navbar.opened {
  transition: all 0.3s;
}
.F1AI7kw-uNr6GoEwe8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.F1AI7kw-uNr6GoEwe8 .navbar .navbar-logo img {
  width: auto;
}
.F1AI7kw-uNr6GoEwe8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.F1AI7kw-uNr6GoEwe8 .navbar.collapsed {
  justify-content: center;
}
.F1AI7kw-uNr6GoEwe8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.F1AI7kw-uNr6GoEwe8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .F1AI7kw-uNr6GoEwe8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.F1AI7kw-uNr6GoEwe8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.F1AI7kw-uNr6GoEwe8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.F1AI7kw-uNr6GoEwe8 .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%;
}
.F1AI7kw-uNr6GoEwe8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.F1AI7kw-uNr6GoEwe8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.F1AI7kw-uNr6GoEwe8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .F1AI7kw-uNr6GoEwe8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .F1AI7kw-uNr6GoEwe8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .F1AI7kw-uNr6GoEwe8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .F1AI7kw-uNr6GoEwe8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .F1AI7kw-uNr6GoEwe8 .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%;
  }
  .F1AI7kw-uNr6GoEwe8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .F1AI7kw-uNr6GoEwe8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .F1AI7kw-uNr6GoEwe8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .F1AI7kw-uNr6GoEwe8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .F1AI7kw-uNr6GoEwe8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .F1AI7kw-uNr6GoEwe8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .F1AI7kw-uNr6GoEwe8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.F1AI7kw-uNr6GoEwe8 .navbar.navbar-short {
  min-height: 70px;
}
.F1AI7kw-uNr6GoEwe8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.F1AI7kw-uNr6GoEwe8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.F1AI7kw-uNr6GoEwe8 .navbar-brand .navbar-logo a {
  outline: none;
}
.F1AI7kw-uNr6GoEwe8 .dropdown-item.active,
.F1AI7kw-uNr6GoEwe8 .dropdown-item:active {
  background-color: transparent;
}
.F1AI7kw-uNr6GoEwe8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.F1AI7kw-uNr6GoEwe8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.F1AI7kw-uNr6GoEwe8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.F1AI7kw-uNr6GoEwe8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3f6f9;
}
.F1AI7kw-uNr6GoEwe8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.F1AI7kw-uNr6GoEwe8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.F1AI7kw-uNr6GoEwe8 ul.navbar-nav {
  flex-wrap: wrap;
}
.F1AI7kw-uNr6GoEwe8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.F1AI7kw-uNr6GoEwe8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.F1AI7kw-uNr6GoEwe8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.F1AI7kw-uNr6GoEwe8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.F1AI7kw-uNr6GoEwe8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.F1AI7kw-uNr6GoEwe8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.F1AI7kw-uNr6GoEwe8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.F1AI7kw-uNr6GoEwe8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.F1AI7kw-uNr6GoEwe8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.F1AI7kw-uNr6GoEwe8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.F1AI7kw-uNr6GoEwe8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.F1AI7kw-uNr6GoEwe8 .navbar-dropdown {
  padding: 0 1rem;
}
.F1AI7kw-uNr6GoEwe8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.F1AI7kw-uNr6GoEwe8 .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) {
  .F1AI7kw-uNr6GoEwe8 .navbar {
    height: 70px;
  }
  .F1AI7kw-uNr6GoEwe8 .navbar.opened {
    height: auto;
  }
  .F1AI7kw-uNr6GoEwe8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.F1AI7kw-uNr6GoEwe8 .container-fluid {
  padding: 0 1rem !important;
}
.F1AI7kw-uNr6GoEwe8 .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .F1AI7kw-uNr6GoEwe8 .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .F1AI7kw-uNr6GoEwe8 .navbar-collapse {
    width: 100%;
  }
  .F1AI7kw-uNr6GoEwe8 .navbar-nav {
    width: 100%;
  }
  .F1AI7kw-uNr6GoEwe8 .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.F1AI7kw-uNr714qcMW {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #8abaed;
}
.F1AI7kw-uNr714qcMW .opacity-fallback-image.disabled {
  display: none;
}
.F1AI7kw-uNr714qcMW .opacity-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .F1AI7kw-uNr714qcMW .container {
    padding: 0 16px;
  }
}
.F1AI7kw-uNr714qcMW .card {
  justify-content: flex-end;
}
.F1AI7kw-uNr714qcMW .title-wrapper .opacity-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .F1AI7kw-uNr714qcMW .title-wrapper .opacity-section-title {
    margin-bottom: 32px;
  }
}
.F1AI7kw-uNr714qcMW .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .F1AI7kw-uNr714qcMW .image-wrapper {
    margin-bottom: 32px;
    height: auto;
    display: block;
  }
}
.F1AI7kw-uNr714qcMW .image-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #000000;
  transform: rotate(4deg);
}
.F1AI7kw-uNr714qcMW .text-wrapper {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .F1AI7kw-uNr714qcMW .text-wrapper {
    margin-top: 24px;
  }
}
.F1AI7kw-uNr714qcMW .opacity-section-title {
  color: #ffffff;
}
.F1AI7kw-uNr714qcMW .opacity-text {
  color: #ffffff;
}
.F1AI7kw-uNr714qcMW .opacity-section-title,
.F1AI7kw-uNr714qcMW .opacity-section-btn {
  color: #000000;
  text-align: center;
}
.F1AI7kw-uNr714qcMW .opacity-text,
.F1AI7kw-uNr714qcMW .text-wrapper {
  color: #000000;
}
.F1AI7kw-uNr7iVQV1o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #31649c;
}
.F1AI7kw-uNr7iVQV1o .opacity-fallback-image.disabled {
  display: none;
}
.F1AI7kw-uNr7iVQV1o .opacity-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.F1AI7kw-uNr7iVQV1o .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .F1AI7kw-uNr7iVQV1o .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .F1AI7kw-uNr7iVQV1o .container {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .F1AI7kw-uNr7iVQV1o .image-wrapper {
    margin-bottom: 50px;
  }
}
.F1AI7kw-uNr7iVQV1o .image-wrapper img {
  height: 640px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .F1AI7kw-uNr7iVQV1o .image-wrapper img {
    height: 300px;
  }
}
.F1AI7kw-uNr7iVQV1o .title-wrapper {
  margin: 0 0 50px 70px;
}
@media (max-width: 992px) {
  .F1AI7kw-uNr7iVQV1o .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.F1AI7kw-uNr7iVQV1o .title-wrapper .opacity-section-subtitle {
  margin-bottom: 18px;
}
.F1AI7kw-uNr7iVQV1o .title-wrapper .opacity-section-title {
  margin-bottom: 18px;
}
.F1AI7kw-uNr7iVQV1o .title-wrapper .opacity-text {
  margin-bottom: 0;
}
.F1AI7kw-uNr7iVQV1o .cards-wrapper {
  margin: 0 0 0 70px;
}
@media (max-width: 992px) {
  .F1AI7kw-uNr7iVQV1o .cards-wrapper {
    margin: 0;
  }
}
.F1AI7kw-uNr7iVQV1o .cards-wrapper .cards-wrap {
  display: inline-flex;
}
@media (max-width: 768px) {
  .F1AI7kw-uNr7iVQV1o .cards-wrapper .cards-wrap {
    display: block;
  }
}
.F1AI7kw-uNr7iVQV1o .cards-wrapper .cards-wrap .card:first-child {
  margin-right: 18px;
}
@media (max-width: 768px) {
  .F1AI7kw-uNr7iVQV1o .cards-wrapper .cards-wrap .card:first-child {
    margin-right: 0;
    margin-bottom: 18px;
  }
}
.F1AI7kw-uNr7iVQV1o .cards-wrapper .cards-wrap .card .opacity-card-title {
  margin-bottom: 18px;
}
.F1AI7kw-uNr7iVQV1o .cards-wrapper .cards-wrap .card .opacity-text {
  margin-bottom: 0;
}
.F1AI7kw-uNr7iVQV1o .opacity-section-title {
  color: #ffffff;
}
.F1AI7kw-uNr7iVQV1o .opacity-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.F1AI7kw-uNr7iVQV1o .opacity-text {
  color: #ffffff;
}
.F1AI7kw-uNr7iVQV1o .opacity-card-title {
  color: #ffffff;
}
.F1AI7kw-uNr7iVQV1o .opacity-card-title,
.F1AI7kw-uNr7iVQV1o .cards-wrapper {
  color: #ffffff;
}
.F1AI7kw-uNr7mwKjKA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8abaed;
}
.F1AI7kw-uNr7mwKjKA .opacity-fallback-image.disabled {
  display: none;
}
.F1AI7kw-uNr7mwKjKA .opacity-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .F1AI7kw-uNr7mwKjKA .container {
    padding: 0 30px;
  }
}
.F1AI7kw-uNr7mwKjKA .row {
  justify-content: center;
}
.F1AI7kw-uNr7mwKjKA .title-wrapper {
  margin: 0 12%;
  border-bottom: 1px solid #000000;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .F1AI7kw-uNr7mwKjKA .title-wrapper {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 992px) {
  .F1AI7kw-uNr7mwKjKA .title-wrapper {
    margin: 0;
  }
}
.F1AI7kw-uNr7mwKjKA .title-wrapper .opacity-section-subtitle {
  margin-bottom: 30px;
}
.F1AI7kw-uNr7mwKjKA .title-wrapper .opacity-section-title {
  margin-bottom: 50px;
}
.F1AI7kw-uNr7mwKjKA .text-wrapper .opacity-text {
  margin-bottom: 16px;
}
.F1AI7kw-uNr7mwKjKA .text-wrapper .opacity-name {
  margin-bottom: 0;
}
.F1AI7kw-uNr7mwKjKA .opacity-section-subtitle {
  color: #31649c;
  text-align: center;
}
.F1AI7kw-uNr7mwKjKA .opacity-section-title {
  color: #000000;
  text-align: center;
}
.F1AI7kw-uNr7mwKjKA .opacity-text {
  color: #000000;
}
.F1AI7kw-uNr7mwKjKA .opacity-name {
  color: #f1f4e9;
  text-align: center;
}
.F1AI7kw-uNr7oYO6DG {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #8abaed;
}
.F1AI7kw-uNr7oYO6DG .opacity-fallback-image.disabled {
  display: none;
}
.F1AI7kw-uNr7oYO6DG .opacity-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .F1AI7kw-uNr7oYO6DG .text-wrapper {
    margin-bottom: 2rem;
  }
}
.F1AI7kw-uNr7oYO6DG .row {
  background: #ffffff;
  align-items: center;
  padding: 3rem;
  border-radius: 3rem;
  width: fit-content;
  max-width: 1100px;
  margin: auto;
}
@media (max-width: 767px) {
  .F1AI7kw-uNr7oYO6DG .row {
    padding: 3rem 1rem;
    padding-bottom: 1rem;
    border-radius: 2rem;
  }
}
.F1AI7kw-uNr7oYO6DG img {
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .F1AI7kw-uNr7oYO6DG img {
    border-radius: 2rem;
  }
}
@media (max-width: 991px) {
  .F1AI7kw-uNr7oYO6DG .image-wrapper {
    padding: 1rem;
  }
}
.F1AI7kw-uNr7AeEET0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #31649c;
}
.F1AI7kw-uNr7AeEET0 .opacity-fallback-image.disabled {
  display: none;
}
.F1AI7kw-uNr7AeEET0 .opacity-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.F1AI7kw-uNr7AeEET0 .container-fluid {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .F1AI7kw-uNr7AeEET0 .container-fluid {
    padding: 0;
  }
}
.F1AI7kw-uNr7AeEET0 .container-fluid .row {
  padding: 0;
}
.F1AI7kw-uNr7AeEET0 .card-wrapper {
  position: relative;
  padding: 115px;
}
@media (max-width: 1360px) {
  .F1AI7kw-uNr7AeEET0 .card-wrapper {
    padding: 65px;
  }
}
@media (max-width: 992px) {
  .F1AI7kw-uNr7AeEET0 .card-wrapper {
    padding: 35px;
  }
}
@media (max-width: 768px) {
  .F1AI7kw-uNr7AeEET0 .card-wrapper {
    padding: 25px;
  }
}
.F1AI7kw-uNr7AeEET0 .card-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.F1AI7kw-uNr7AeEET0 .card-wrapper .card-text {
  padding: 80px;
  position: relative;
  background-color: #8abaed;
}
@media (max-width: 1360px) {
  .F1AI7kw-uNr7AeEET0 .card-wrapper .card-text {
    padding: 55px;
  }
}
@media (max-width: 992px) {
  .F1AI7kw-uNr7AeEET0 .card-wrapper .card-text {
    padding: 30px;
  }
}
.F1AI7kw-uNr7AeEET0 .card-wrapper .card-text .icon-wrapper .opacity-card-icon {
  display: inline;
  font-size: 41px;
  margin-bottom: 11px;
}
.F1AI7kw-uNr7AeEET0 .card-wrapper .card-text .opacity-card-text {
  margin-bottom: 24px;
}
.F1AI7kw-uNr7AeEET0 .card-wrapper .card-text .card-name {
  margin-bottom: 24px;
}
.F1AI7kw-uNr7AeEET0 .card-wrapper .card-text .card-role {
  margin-bottom: 0;
}
.F1AI7kw-uNr7AeEET0 .main-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 130px 42px 110px;
  height: 100%;
}
@media (max-width: 1360px) {
  .F1AI7kw-uNr7AeEET0 .main-wrap {
    padding: 32px 60px 42px;
  }
}
@media (max-width: 992px) {
  .F1AI7kw-uNr7AeEET0 .main-wrap {
    padding: 32px 25px 0;
  }
}
.F1AI7kw-uNr7AeEET0 .main-wrap .title-wrapper .opacity-number {
  margin-bottom: 11px;
}
.F1AI7kw-uNr7AeEET0 .main-wrap .title-wrapper .opacity-section-title {
  margin-bottom: 30px;
}
.F1AI7kw-uNr7AeEET0 .main-wrap .text-wrapper .opacity-text {
  margin-bottom: 30px;
}
.F1AI7kw-uNr7AeEET0 .main-wrap .text-wrapper .opacity-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.F1AI7kw-uNr7AeEET0 .opacity-number {
  color: #ffffff;
}
.F1AI7kw-uNr7AeEET0 .opacity-section-title {
  color: #ffffff;
}
.F1AI7kw-uNr7AeEET0 .opacity-text {
  color: #b6b6b6;
}
.F1AI7kw-uNr7AeEET0 .opacity-card-text,
.F1AI7kw-uNr7AeEET0 .opacity-card-icon {
  color: #b6b6b6;
}
.F1AI7kw-uNr7AeEET0 .card-name {
  color: #ffffff;
}
.F1AI7kw-uNr7AeEET0 .card-role {
  color: #b6b6b6;
}
.F1AI7kw-uNr7AeEET0 .opacity-text,
.F1AI7kw-uNr7AeEET0 .opacity-section-btn {
  color: #ffffff;
}
.F1AI7kw-uNr7AeEET0 .opacity-card-text,
.F1AI7kw-uNr7AeEET0 .icon-wrapper,
.F1AI7kw-uNr7AeEET0 .opacity-card-icon {
  color: #000000;
}
.F1AI7kw-uNr7J3CyOl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8abaed;
}
.F1AI7kw-uNr7J3CyOl .opacity-fallback-image.disabled {
  display: none;
}
.F1AI7kw-uNr7J3CyOl .opacity-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.F1AI7kw-uNr7J3CyOl .content-wrapper .opacity-section-title {
  margin-bottom: 32px;
}
.F1AI7kw-uNr7J3CyOl .content-wrapper .opacity-section-title span {
  color: #000000;
}
.F1AI7kw-uNr7J3CyOl .content-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.F1AI7kw-uNr7J3CyOl .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.F1AI7kw-uNr7J3CyOl .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.F1AI7kw-uNr7J3CyOl .content-wrapper .list .item-wrap:hover,
.F1AI7kw-uNr7J3CyOl .content-wrapper .list .item-wrap:focus {
  color: #000000;
}
.F1AI7kw-uNr7J3CyOl .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #31649c, #ffffff, #31649c);
}
@media (max-width: 992px) {
  .F1AI7kw-uNr7J3CyOl .border-wrap {
    margin-top: 32px;
  }
}
.F1AI7kw-uNr7J3CyOl .opacity-section-title {
  color: #ffffff;
  text-align: center;
}
.F1AI7kw-uNr7J3CyOl .list {
  color: #bbbbbb;
  text-align: center;
}
.F1AI7kw-uNr7J3CyOl .list,
.F1AI7kw-uNr7J3CyOl .item-wrap {
  color: #000000;
}
.F1AI7kw-uNr7J3CyOl .opacity-section-title,
.F1AI7kw-uNr7J3CyOl .opacity-section-btn {
  color: #000000;
}
.F1AI7kw-uNrsVq6MXU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.F1AI7kw-uNrsVq6MXU .opacity-fallback-image.disabled {
  display: none;
}
.F1AI7kw-uNrsVq6MXU .opacity-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.F1AI7kw-uNrsVq6MXU .container,
.F1AI7kw-uNrsVq6MXU .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .F1AI7kw-uNrsVq6MXU .container,
  .F1AI7kw-uNrsVq6MXU .container-fluid {
    padding: 0 20px;
  }
}
.F1AI7kw-uNrsVq6MXU a {
  display: block;
}
.F1AI7kw-uNrsVq6MXU a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #123861;
  border-bottom: 1px solid #123861;
}
@media (max-width: 992px) {
  .F1AI7kw-uNrsVq6MXU a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .F1AI7kw-uNrsVq6MXU a .logo-wrapper {
    padding: 50px 0;
  }
}
.F1AI7kw-uNrsVq6MXU a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .F1AI7kw-uNrsVq6MXU a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .F1AI7kw-uNrsVq6MXU a .logo-wrapper img {
    margin: 0 auto;
  }
}
.F1AI7kw-uNrsVq6MXU .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #123861;
}
@media (max-width: 992px) {
  .F1AI7kw-uNrsVq6MXU .copy-wrapper {
    border-right: none;
  }
}
.F1AI7kw-uNrsVq6MXU .copy-wrapper .copyright {
  margin-bottom: 0;
}
.F1AI7kw-uNrsVq6MXU .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .F1AI7kw-uNrsVq6MXU .list-wrapper {
    height: auto;
  }
}
.F1AI7kw-uNrsVq6MXU .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .F1AI7kw-uNrsVq6MXU .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.F1AI7kw-uNrsVq6MXU .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.F1AI7kw-uNrsVq6MXU .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .F1AI7kw-uNrsVq6MXU .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.F1AI7kw-uNrsVq6MXU .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.F1AI7kw-uNrsVq6MXU .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .F1AI7kw-uNrsVq6MXU .card-wrapper {
    margin-bottom: 50px;
  }
}
.F1AI7kw-uNrsVq6MXU .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #8abaed;
  border-radius: 24px;
}
.F1AI7kw-uNrsVq6MXU .card-wrapper .card-wrap .opacity-section-title {
  margin-bottom: 42px;
}
.F1AI7kw-uNrsVq6MXU .card-wrapper .card-wrap .opacity-text {
  margin-bottom: 42px;
}
.F1AI7kw-uNrsVq6MXU .copyright {
  color: #000000;
}
.F1AI7kw-uNrsVq6MXU .opacity-section-title {
  color: #3d4045;
}
.F1AI7kw-uNrsVq6MXU .opacity-text {
  color: #3d4045;
}
.F1AI7kw-uNrsVq6MXU .list {
  color: #000000;
}
.F1AI7kw-uNrsVq6MXU .opacity-section-btn {
  text-align: right;
}
.F1AI7kw-uNrsVq6MXU .opacity-section-title,
.F1AI7kw-uNrsVq6MXU .opacity-section-btn {
  text-align: center;
  color: #000000;
}
.F1AI7kw-uNr6GoEwe8 .navbar-dropdown {
  position: relative !important;
}
.F1AI7kw-uNr6GoEwe8 .dropdown-item:before {
  font-family: distribution2 !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;
}
.F1AI7kw-uNr6GoEwe8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.F1AI7kw-uNr6GoEwe8 .dropdown-item:hover,
.F1AI7kw-uNr6GoEwe8 .dropdown-item:focus {
  color: #000000 !important;
}
.F1AI7kw-uNr6GoEwe8 .dropdown-item:hover span {
  color: white;
}
.F1AI7kw-uNr6GoEwe8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.F1AI7kw-uNr6GoEwe8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.F1AI7kw-uNr6GoEwe8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.F1AI7kw-uNr6GoEwe8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.F1AI7kw-uNr6GoEwe8 .nav-link {
  position: relative;
}
.F1AI7kw-uNr6GoEwe8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .F1AI7kw-uNr6GoEwe8 .container {
    flex-wrap: nowrap;
  }
}
.F1AI7kw-uNr6GoEwe8 .navbar-caption:hover,
.F1AI7kw-uNr6GoEwe8 .navbar-caption:focus {
  color: #000000 !important;
}
.F1AI7kw-uNr6GoEwe8 .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.F1AI7kw-uNr6GoEwe8 .navbar-nav .nav-item {
  color: #24262b;
}
.F1AI7kw-uNr6GoEwe8 .navbar-nav .nav-item:hover {
  color: #000000;
}
.F1AI7kw-uNr6GoEwe8 .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.F1AI7kw-uNr6GoEwe8 .navbar-nav .nav-item a:hover {
  color: #000000 !important;
}
.F1AI7kw-uNr6GoEwe8 .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.F1AI7kw-uNr6GoEwe8 .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.F1AI7kw-uNr6GoEwe8 .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.F1AI7kw-uNr6GoEwe8 .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #000000 !important;
}
.F1AI7kw-uNr6GoEwe8 .dropdown-menu,
.F1AI7kw-uNr6GoEwe8 .navbar.opened {
  background: #f3f6f9 !important;
}
.F1AI7kw-uNr6GoEwe8 .nav-item:focus,
.F1AI7kw-uNr6GoEwe8 .nav-link:focus {
  outline: none;
}
.F1AI7kw-uNr6GoEwe8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.F1AI7kw-uNr6GoEwe8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.F1AI7kw-uNr6GoEwe8 .dropdown .dropdown-menu .dropdown-item .opacity-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.F1AI7kw-uNr6GoEwe8 .dropdown .dropdown-menu .dropdown-item .opacity-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.F1AI7kw-uNr6GoEwe8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.F1AI7kw-uNr6GoEwe8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.F1AI7kw-uNr6GoEwe8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f3f6f9;
  padding: 0 !important;
}
.F1AI7kw-uNr6GoEwe8 .navbar.opened {
  transition: all 0.3s;
}
.F1AI7kw-uNr6GoEwe8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.F1AI7kw-uNr6GoEwe8 .navbar .navbar-logo img {
  width: auto;
}
.F1AI7kw-uNr6GoEwe8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.F1AI7kw-uNr6GoEwe8 .navbar.collapsed {
  justify-content: center;
}
.F1AI7kw-uNr6GoEwe8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.F1AI7kw-uNr6GoEwe8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .F1AI7kw-uNr6GoEwe8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.F1AI7kw-uNr6GoEwe8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.F1AI7kw-uNr6GoEwe8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.F1AI7kw-uNr6GoEwe8 .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%;
}
.F1AI7kw-uNr6GoEwe8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.F1AI7kw-uNr6GoEwe8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.F1AI7kw-uNr6GoEwe8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .F1AI7kw-uNr6GoEwe8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .F1AI7kw-uNr6GoEwe8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .F1AI7kw-uNr6GoEwe8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .F1AI7kw-uNr6GoEwe8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .F1AI7kw-uNr6GoEwe8 .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%;
  }
  .F1AI7kw-uNr6GoEwe8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .F1AI7kw-uNr6GoEwe8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .F1AI7kw-uNr6GoEwe8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .F1AI7kw-uNr6GoEwe8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .F1AI7kw-uNr6GoEwe8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .F1AI7kw-uNr6GoEwe8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .F1AI7kw-uNr6GoEwe8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.F1AI7kw-uNr6GoEwe8 .navbar.navbar-short {
  min-height: 70px;
}
.F1AI7kw-uNr6GoEwe8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.F1AI7kw-uNr6GoEwe8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.F1AI7kw-uNr6GoEwe8 .navbar-brand .navbar-logo a {
  outline: none;
}
.F1AI7kw-uNr6GoEwe8 .dropdown-item.active,
.F1AI7kw-uNr6GoEwe8 .dropdown-item:active {
  background-color: transparent;
}
.F1AI7kw-uNr6GoEwe8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.F1AI7kw-uNr6GoEwe8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.F1AI7kw-uNr6GoEwe8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.F1AI7kw-uNr6GoEwe8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3f6f9;
}
.F1AI7kw-uNr6GoEwe8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.F1AI7kw-uNr6GoEwe8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.F1AI7kw-uNr6GoEwe8 ul.navbar-nav {
  flex-wrap: wrap;
}
.F1AI7kw-uNr6GoEwe8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.F1AI7kw-uNr6GoEwe8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.F1AI7kw-uNr6GoEwe8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.F1AI7kw-uNr6GoEwe8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.F1AI7kw-uNr6GoEwe8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.F1AI7kw-uNr6GoEwe8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.F1AI7kw-uNr6GoEwe8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.F1AI7kw-uNr6GoEwe8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.F1AI7kw-uNr6GoEwe8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.F1AI7kw-uNr6GoEwe8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.F1AI7kw-uNr6GoEwe8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.F1AI7kw-uNr6GoEwe8 .navbar-dropdown {
  padding: 0 1rem;
}
.F1AI7kw-uNr6GoEwe8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.F1AI7kw-uNr6GoEwe8 .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) {
  .F1AI7kw-uNr6GoEwe8 .navbar {
    height: 70px;
  }
  .F1AI7kw-uNr6GoEwe8 .navbar.opened {
    height: auto;
  }
  .F1AI7kw-uNr6GoEwe8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.F1AI7kw-uNr6GoEwe8 .container-fluid {
  padding: 0 1rem !important;
}
.F1AI7kw-uNr6GoEwe8 .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .F1AI7kw-uNr6GoEwe8 .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .F1AI7kw-uNr6GoEwe8 .navbar-collapse {
    width: 100%;
  }
  .F1AI7kw-uNr6GoEwe8 .navbar-nav {
    width: 100%;
  }
  .F1AI7kw-uNr6GoEwe8 .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.F1AI7kw-uNr84ogSIO {
  overflow: hidden;
  background-color: #31649c;
}
.F1AI7kw-uNr84ogSIO .opacity-fallback-image.disabled {
  display: none;
}
.F1AI7kw-uNr84ogSIO .opacity-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.F1AI7kw-uNr84ogSIO .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .F1AI7kw-uNr84ogSIO .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .F1AI7kw-uNr84ogSIO .container {
    padding: 0 24px;
  }
}
.F1AI7kw-uNr84ogSIO .row {
  position: relative;
}
.F1AI7kw-uNr84ogSIO .row .card {
  justify-content: center;
}
.F1AI7kw-uNr84ogSIO .row .decor-wrapper {
  position: absolute;
  bottom: -16rem;
  right: -58rem;
  border: 120px solid #8abaed;
  width: 2000px;
  height: 1000px;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .F1AI7kw-uNr84ogSIO .row .decor-wrapper {
    right: -20rem;
  }
}
@media (max-width: 768px) {
  .F1AI7kw-uNr84ogSIO .row .decor-wrapper {
    height: 500px;
    right: -10rem;
  }
}
.F1AI7kw-uNr84ogSIO .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .F1AI7kw-uNr84ogSIO .title-wrapper {
    margin-bottom: 32px;
  }
}
.F1AI7kw-uNr84ogSIO .title-wrapper .opacity-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .F1AI7kw-uNr84ogSIO .title-wrapper .opacity-section-title {
    margin-bottom: 32px;
  }
}
.F1AI7kw-uNr84ogSIO .title-wrapper .opacity-text {
  margin-bottom: 0;
}
.F1AI7kw-uNr84ogSIO .title-wrapper .opacity-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .F1AI7kw-uNr84ogSIO .title-wrapper .opacity-section-btn {
    margin-top: 32px;
  }
}
.F1AI7kw-uNr84ogSIO .image-wrapper {
  position: relative;
}
.F1AI7kw-uNr84ogSIO .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .F1AI7kw-uNr84ogSIO .image-wrapper img {
    height: 350px;
  }
}
.F1AI7kw-uNr84ogSIO .opacity-section-title {
  color: #F5DF4D;
}
.F1AI7kw-uNr84ogSIO .opacity-text {
  color: #FF3399;
}
.F1AI7kw-uNr84ogSIO .opacity-section-title,
.F1AI7kw-uNr84ogSIO .opacity-section-btn {
  color: #ffffff;
}
.F1AI7kw-uNr84ogSIO .opacity-text,
.F1AI7kw-uNr84ogSIO .opacity-section-btn {
  color: #ffffff;
}
.F1AI7kw-uNre6DzN4y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8abaed;
}
.F1AI7kw-uNre6DzN4y .opacity-fallback-image.disabled {
  display: none;
}
.F1AI7kw-uNre6DzN4y .opacity-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.F1AI7kw-uNre6DzN4y .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .F1AI7kw-uNre6DzN4y .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.F1AI7kw-uNre6DzN4y .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.F1AI7kw-uNre6DzN4y .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.F1AI7kw-uNre6DzN4y .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #31649c;
  border: 3px solid #ffffff;
  box-shadow: 4px 4px 0 0 #ffffff;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .F1AI7kw-uNre6DzN4y .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.F1AI7kw-uNre6DzN4y .content-wrapper .card-wrapper .opacity-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .F1AI7kw-uNre6DzN4y .content-wrapper .card-wrapper .opacity-section-title {
    margin-bottom: 24px;
  }
}
.F1AI7kw-uNre6DzN4y .content-wrapper .card-wrapper .opacity-text {
  margin-bottom: 0;
}
.F1AI7kw-uNre6DzN4y .opacity-section-title {
  color: #ff9063;
  text-align: center;
}
.F1AI7kw-uNre6DzN4y .opacity-text {
  color: #ffffff;
  text-align: center;
}
.F1AI7kw-uNre6DzN4y .opacity-section-title,
.F1AI7kw-uNre6DzN4y .opacity-section-btn {
  color: #ffffff;
}
.F1AI7kw-uNre81TjHo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8abaed;
}
.F1AI7kw-uNre81TjHo .opacity-fallback-image.disabled {
  display: none;
}
.F1AI7kw-uNre81TjHo .opacity-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.F1AI7kw-uNre81TjHo .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .F1AI7kw-uNre81TjHo .content-wrapper {
    display: block;
    padding: 0;
  }
}
.F1AI7kw-uNre81TjHo .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .F1AI7kw-uNre81TjHo .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.F1AI7kw-uNre81TjHo .content-wrapper .title-wrapper .opacity-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .F1AI7kw-uNre81TjHo .content-wrapper .title-wrapper .opacity-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.F1AI7kw-uNre81TjHo .content-wrapper .title-wrapper .opacity-text {
  margin-bottom: 0;
}
.F1AI7kw-uNre81TjHo .content-wrapper .title-wrapper .opacity-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .F1AI7kw-uNre81TjHo .content-wrapper .title-wrapper .opacity-section-btn {
    margin-top: 16px;
  }
}
.F1AI7kw-uNre81TjHo .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #ffffff;
  box-shadow: 4px 4px 0 0 #ffffff;
  background-color: #31649c;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .F1AI7kw-uNre81TjHo .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.F1AI7kw-uNre81TjHo .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.F1AI7kw-uNre81TjHo .opacity-section-title {
  color: #050f0f;
}
.F1AI7kw-uNre81TjHo .opacity-text {
  color: #050f0f;
}
.F1AI7kw-uNre81TjHo .opacity-section-title,
.F1AI7kw-uNre81TjHo .opacity-section-btn {
  color: #000000;
}
.F1AI7kw-uNre81TjHo .opacity-text,
.F1AI7kw-uNre81TjHo .text-wrapper,
.F1AI7kw-uNre81TjHo .rating-wrapper {
  color: #000000;
}
.F1AI7kw-uNred2bUw8 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #8abaed;
}
.F1AI7kw-uNred2bUw8 .opacity-fallback-image.disabled {
  display: none;
}
.F1AI7kw-uNred2bUw8 .opacity-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.F1AI7kw-uNred2bUw8 .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #31649c;
  overflow: hidden;
}
@media (max-width: 992px) {
  .F1AI7kw-uNred2bUw8 .content-wrapper {
    padding: 46px 22px;
  }
}
.F1AI7kw-uNred2bUw8 .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.F1AI7kw-uNred2bUw8 .content-wrapper .content-wrap .opacity-desc {
  margin-bottom: 10px;
}
.F1AI7kw-uNred2bUw8 .content-wrapper .content-wrap .opacity-section-title {
  margin-bottom: 56px;
}
.F1AI7kw-uNred2bUw8 .content-wrapper .content-wrap .opacity-section-title span {
  color: #ffffff;
}
@media (max-width: 992px) {
  .F1AI7kw-uNred2bUw8 .content-wrapper .content-wrap .opacity-section-title {
    margin-bottom: 12px;
  }
}
.F1AI7kw-uNred2bUw8 .content-wrapper .content-wrap .opacity-section-btn .btn {
  margin-bottom: 0;
}
.F1AI7kw-uNred2bUw8 .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .F1AI7kw-uNred2bUw8 .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.F1AI7kw-uNred2bUw8 .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .F1AI7kw-uNred2bUw8 .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.F1AI7kw-uNred2bUw8 .opacity-section-title {
  color: #212529;
}
.F1AI7kw-uNred2bUw8 .opacity-desc {
  color: #ffffff;
  text-align: center;
}
.F1AI7kw-uNred2bUw8 .opacity-section-title,
.F1AI7kw-uNred2bUw8 .opacity-section-btn {
  color: #ffffff;
}
.F1AI7kw-uNrsVq6MXU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.F1AI7kw-uNrsVq6MXU .opacity-fallback-image.disabled {
  display: none;
}
.F1AI7kw-uNrsVq6MXU .opacity-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.F1AI7kw-uNrsVq6MXU .container,
.F1AI7kw-uNrsVq6MXU .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .F1AI7kw-uNrsVq6MXU .container,
  .F1AI7kw-uNrsVq6MXU .container-fluid {
    padding: 0 20px;
  }
}
.F1AI7kw-uNrsVq6MXU a {
  display: block;
}
.F1AI7kw-uNrsVq6MXU a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #123861;
  border-bottom: 1px solid #123861;
}
@media (max-width: 992px) {
  .F1AI7kw-uNrsVq6MXU a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .F1AI7kw-uNrsVq6MXU a .logo-wrapper {
    padding: 50px 0;
  }
}
.F1AI7kw-uNrsVq6MXU a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .F1AI7kw-uNrsVq6MXU a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .F1AI7kw-uNrsVq6MXU a .logo-wrapper img {
    margin: 0 auto;
  }
}
.F1AI7kw-uNrsVq6MXU .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #123861;
}
@media (max-width: 992px) {
  .F1AI7kw-uNrsVq6MXU .copy-wrapper {
    border-right: none;
  }
}
.F1AI7kw-uNrsVq6MXU .copy-wrapper .copyright {
  margin-bottom: 0;
}
.F1AI7kw-uNrsVq6MXU .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .F1AI7kw-uNrsVq6MXU .list-wrapper {
    height: auto;
  }
}
.F1AI7kw-uNrsVq6MXU .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .F1AI7kw-uNrsVq6MXU .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.F1AI7kw-uNrsVq6MXU .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.F1AI7kw-uNrsVq6MXU .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .F1AI7kw-uNrsVq6MXU .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.F1AI7kw-uNrsVq6MXU .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.F1AI7kw-uNrsVq6MXU .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .F1AI7kw-uNrsVq6MXU .card-wrapper {
    margin-bottom: 50px;
  }
}
.F1AI7kw-uNrsVq6MXU .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #8abaed;
  border-radius: 24px;
}
.F1AI7kw-uNrsVq6MXU .card-wrapper .card-wrap .opacity-section-title {
  margin-bottom: 42px;
}
.F1AI7kw-uNrsVq6MXU .card-wrapper .card-wrap .opacity-text {
  margin-bottom: 42px;
}
.F1AI7kw-uNrsVq6MXU .copyright {
  color: #000000;
}
.F1AI7kw-uNrsVq6MXU .opacity-section-title {
  color: #3d4045;
}
.F1AI7kw-uNrsVq6MXU .opacity-text {
  color: #3d4045;
}
.F1AI7kw-uNrsVq6MXU .list {
  color: #000000;
}
.F1AI7kw-uNrsVq6MXU .opacity-section-btn {
  text-align: right;
}
.F1AI7kw-uNrsVq6MXU .opacity-section-title,
.F1AI7kw-uNrsVq6MXU .opacity-section-btn {
  text-align: center;
  color: #000000;
}
.F1AI7kw-uNr6GoEwe8 .navbar-dropdown {
  position: relative !important;
}
.F1AI7kw-uNr6GoEwe8 .dropdown-item:before {
  font-family: distribution2 !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;
}
.F1AI7kw-uNr6GoEwe8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.F1AI7kw-uNr6GoEwe8 .dropdown-item:hover,
.F1AI7kw-uNr6GoEwe8 .dropdown-item:focus {
  color: #000000 !important;
}
.F1AI7kw-uNr6GoEwe8 .dropdown-item:hover span {
  color: white;
}
.F1AI7kw-uNr6GoEwe8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.F1AI7kw-uNr6GoEwe8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.F1AI7kw-uNr6GoEwe8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.F1AI7kw-uNr6GoEwe8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.F1AI7kw-uNr6GoEwe8 .nav-link {
  position: relative;
}
.F1AI7kw-uNr6GoEwe8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .F1AI7kw-uNr6GoEwe8 .container {
    flex-wrap: nowrap;
  }
}
.F1AI7kw-uNr6GoEwe8 .navbar-caption:hover,
.F1AI7kw-uNr6GoEwe8 .navbar-caption:focus {
  color: #000000 !important;
}
.F1AI7kw-uNr6GoEwe8 .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.F1AI7kw-uNr6GoEwe8 .navbar-nav .nav-item {
  color: #24262b;
}
.F1AI7kw-uNr6GoEwe8 .navbar-nav .nav-item:hover {
  color: #000000;
}
.F1AI7kw-uNr6GoEwe8 .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.F1AI7kw-uNr6GoEwe8 .navbar-nav .nav-item a:hover {
  color: #000000 !important;
}
.F1AI7kw-uNr6GoEwe8 .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.F1AI7kw-uNr6GoEwe8 .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.F1AI7kw-uNr6GoEwe8 .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.F1AI7kw-uNr6GoEwe8 .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #000000 !important;
}
.F1AI7kw-uNr6GoEwe8 .dropdown-menu,
.F1AI7kw-uNr6GoEwe8 .navbar.opened {
  background: #f3f6f9 !important;
}
.F1AI7kw-uNr6GoEwe8 .nav-item:focus,
.F1AI7kw-uNr6GoEwe8 .nav-link:focus {
  outline: none;
}
.F1AI7kw-uNr6GoEwe8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.F1AI7kw-uNr6GoEwe8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.F1AI7kw-uNr6GoEwe8 .dropdown .dropdown-menu .dropdown-item .opacity-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.F1AI7kw-uNr6GoEwe8 .dropdown .dropdown-menu .dropdown-item .opacity-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.F1AI7kw-uNr6GoEwe8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.F1AI7kw-uNr6GoEwe8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.F1AI7kw-uNr6GoEwe8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f3f6f9;
  padding: 0 !important;
}
.F1AI7kw-uNr6GoEwe8 .navbar.opened {
  transition: all 0.3s;
}
.F1AI7kw-uNr6GoEwe8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.F1AI7kw-uNr6GoEwe8 .navbar .navbar-logo img {
  width: auto;
}
.F1AI7kw-uNr6GoEwe8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.F1AI7kw-uNr6GoEwe8 .navbar.collapsed {
  justify-content: center;
}
.F1AI7kw-uNr6GoEwe8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.F1AI7kw-uNr6GoEwe8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .F1AI7kw-uNr6GoEwe8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.F1AI7kw-uNr6GoEwe8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.F1AI7kw-uNr6GoEwe8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.F1AI7kw-uNr6GoEwe8 .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%;
}
.F1AI7kw-uNr6GoEwe8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.F1AI7kw-uNr6GoEwe8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.F1AI7kw-uNr6GoEwe8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .F1AI7kw-uNr6GoEwe8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .F1AI7kw-uNr6GoEwe8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .F1AI7kw-uNr6GoEwe8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .F1AI7kw-uNr6GoEwe8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .F1AI7kw-uNr6GoEwe8 .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%;
  }
  .F1AI7kw-uNr6GoEwe8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .F1AI7kw-uNr6GoEwe8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .F1AI7kw-uNr6GoEwe8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .F1AI7kw-uNr6GoEwe8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .F1AI7kw-uNr6GoEwe8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .F1AI7kw-uNr6GoEwe8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .F1AI7kw-uNr6GoEwe8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.F1AI7kw-uNr6GoEwe8 .navbar.navbar-short {
  min-height: 70px;
}
.F1AI7kw-uNr6GoEwe8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.F1AI7kw-uNr6GoEwe8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.F1AI7kw-uNr6GoEwe8 .navbar-brand .navbar-logo a {
  outline: none;
}
.F1AI7kw-uNr6GoEwe8 .dropdown-item.active,
.F1AI7kw-uNr6GoEwe8 .dropdown-item:active {
  background-color: transparent;
}
.F1AI7kw-uNr6GoEwe8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.F1AI7kw-uNr6GoEwe8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.F1AI7kw-uNr6GoEwe8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.F1AI7kw-uNr6GoEwe8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3f6f9;
}
.F1AI7kw-uNr6GoEwe8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.F1AI7kw-uNr6GoEwe8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.F1AI7kw-uNr6GoEwe8 ul.navbar-nav {
  flex-wrap: wrap;
}
.F1AI7kw-uNr6GoEwe8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.F1AI7kw-uNr6GoEwe8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.F1AI7kw-uNr6GoEwe8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.F1AI7kw-uNr6GoEwe8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.F1AI7kw-uNr6GoEwe8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.F1AI7kw-uNr6GoEwe8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.F1AI7kw-uNr6GoEwe8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.F1AI7kw-uNr6GoEwe8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.F1AI7kw-uNr6GoEwe8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.F1AI7kw-uNr6GoEwe8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.F1AI7kw-uNr6GoEwe8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.F1AI7kw-uNr6GoEwe8 .navbar-dropdown {
  padding: 0 1rem;
}
.F1AI7kw-uNr6GoEwe8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.F1AI7kw-uNr6GoEwe8 .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) {
  .F1AI7kw-uNr6GoEwe8 .navbar {
    height: 70px;
  }
  .F1AI7kw-uNr6GoEwe8 .navbar.opened {
    height: auto;
  }
  .F1AI7kw-uNr6GoEwe8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.F1AI7kw-uNr6GoEwe8 .container-fluid {
  padding: 0 1rem !important;
}
.F1AI7kw-uNr6GoEwe8 .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .F1AI7kw-uNr6GoEwe8 .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .F1AI7kw-uNr6GoEwe8 .navbar-collapse {
    width: 100%;
  }
  .F1AI7kw-uNr6GoEwe8 .navbar-nav {
    width: 100%;
  }
  .F1AI7kw-uNr6GoEwe8 .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.F1AI7kw-uNrel59WWf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #31649c;
}
.F1AI7kw-uNrel59WWf .opacity-fallback-image.disabled {
  display: none;
}
.F1AI7kw-uNrel59WWf .opacity-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .F1AI7kw-uNrel59WWf .container {
    padding: 0 22px;
  }
}
.F1AI7kw-uNrel59WWf .row {
  justify-content: space-between;
}
.F1AI7kw-uNrel59WWf .row .card {
  justify-content: center;
}
.F1AI7kw-uNrel59WWf .content-wrapper .opacity-section-title {
  margin-bottom: 32px;
}
.F1AI7kw-uNrel59WWf .content-wrapper .opacity-desc {
  margin-bottom: 32px;
}
.F1AI7kw-uNrel59WWf .content-wrapper .opacity-text {
  margin-bottom: 0px;
}
.F1AI7kw-uNrel59WWf .image-wrapper {
  position: relative;
}
.F1AI7kw-uNrel59WWf .image-wrapper img {
  height: 570px;
  object-fit: cover;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .F1AI7kw-uNrel59WWf .image-wrapper img {
    height: 350px;
  }
}
.F1AI7kw-uNrel59WWf .opacity-section-title {
  color: #ffffff;
  text-align: center;
}
.F1AI7kw-uNrel59WWf .opacity-desc {
  color: #ffffff;
  text-align: center;
}
.F1AI7kw-uNrel59WWf .opacity-text {
  color: #ffffff;
}
.F1AI7kw-uNrelv1LEl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #8abaed;
}
.F1AI7kw-uNrelv1LEl .opacity-fallback-image.disabled {
  display: none;
}
.F1AI7kw-uNrelv1LEl .opacity-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.F1AI7kw-uNrelv1LEl .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .F1AI7kw-uNrelv1LEl .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .F1AI7kw-uNrelv1LEl .container {
    padding: 0 24px;
  }
}
.F1AI7kw-uNrelv1LEl .row {
  justify-content: center;
}
.F1AI7kw-uNrelv1LEl .content-wrapper .desc-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .F1AI7kw-uNrelv1LEl .content-wrapper .desc-wrapper {
    margin-bottom: 24px;
  }
}
.F1AI7kw-uNrelv1LEl .content-wrapper .desc-wrapper .opacity-desc {
  display: inline-flex;
  padding: 16px;
  background-color: #31649c;
  border-radius: .75rem;
}
.F1AI7kw-uNrelv1LEl .content-wrapper .opacity-text {
  margin-bottom: 0;
}
.F1AI7kw-uNrelv1LEl .opacity-section-title {
  color: #141414;
}
.F1AI7kw-uNrelv1LEl .opacity-text {
  color: #141414;
}
.F1AI7kw-uNrelv1LEl .opacity-desc,
.F1AI7kw-uNrelv1LEl .desc-wrapper {
  text-align: center;
  color: #ffffff;
}
.F1AI7kw-uNrezl3uop {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #31649c;
}
.F1AI7kw-uNrezl3uop .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.F1AI7kw-uNrezl3uop .opacity-fallback-image.disabled {
  display: none;
}
.F1AI7kw-uNrezl3uop .opacity-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.F1AI7kw-uNrezl3uop .content-wrap {
  margin: 0;
}
.F1AI7kw-uNrezl3uop .content-wrap .card {
  padding: 0;
}
.F1AI7kw-uNrezl3uop .image-wrap {
  position: relative;
  height: 100%;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .F1AI7kw-uNrezl3uop .image-wrap {
    border-right: none;
    border-bottom: 1px solid #ffffff;
  }
}
.F1AI7kw-uNrezl3uop .image-wrap .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.F1AI7kw-uNrezl3uop .image-wrap .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .F1AI7kw-uNrezl3uop .image-wrap .image-wrapper img {
    object-fit: cover;
  }
}
.F1AI7kw-uNrezl3uop .image-wrap .title-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 40px 32px;
  pointer-events: none;
}
@media (max-width: 1640px) {
  .F1AI7kw-uNrezl3uop .image-wrap .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .F1AI7kw-uNrezl3uop .image-wrap .title-wrapper {
    padding: 40px 20px;
  }
}
.F1AI7kw-uNrezl3uop .image-wrap .title-wrapper .opacity-section-title {
  pointer-events: visible;
  margin-bottom: 30px;
}
.F1AI7kw-uNrezl3uop .image-wrap .title-wrapper .opacity-section-btn {
  pointer-events: visible;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1200px) {
  .F1AI7kw-uNrezl3uop .image-wrap .title-wrapper .opacity-section-btn {
    display: block;
  }
}
.F1AI7kw-uNrezl3uop .image-wrap .title-wrapper .opacity-section-btn .btn {
  margin-bottom: 0;
}
.F1AI7kw-uNrezl3uop .items-wrapper .item:first-child .item-wrapper {
  border-top: none;
}
.F1AI7kw-uNrezl3uop .items-wrapper .item .item-wrapper {
  padding: 72px 190px;
  border-radius: 0 !important;
  border-top: 1px solid #ffffff;
}
@media (max-width: 1640px) {
  .F1AI7kw-uNrezl3uop .items-wrapper .item .item-wrapper {
    padding: 72px 24px;
  }
}
@media (max-width: 992px) {
  .F1AI7kw-uNrezl3uop .items-wrapper .item .item-wrapper {
    padding: 40px 0;
  }
}
.F1AI7kw-uNrezl3uop .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .F1AI7kw-uNrezl3uop .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.F1AI7kw-uNrezl3uop .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .F1AI7kw-uNrezl3uop .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.F1AI7kw-uNrezl3uop .items-wrapper .item .item-wrapper .card-box .icon-wrapper .opacity-iconfont {
  font-size: 80px;
  color: #ffffff;
  display: inline-flex;
}
.F1AI7kw-uNrezl3uop .items-wrapper .item .item-wrapper .card-box .text-wrapper .item-title {
  margin-bottom: 16px;
}
.F1AI7kw-uNrezl3uop .items-wrapper .item .item-wrapper .card-box .text-wrapper .item-text {
  margin-bottom: 0;
}
.F1AI7kw-uNrezl3uop .opacity-section-title {
  color: #f4f2ef;
}
.F1AI7kw-uNrezl3uop .item-title {
  color: #150764;
}
.F1AI7kw-uNrezl3uop .item-text {
  color: #ffffff;
}
.F1AI7kw-uNrezl3uop .item-title,
.F1AI7kw-uNrezl3uop .opacity-section-btn {
  color: #ffffff;
}
.F1AI7kw-uNreFG1xuU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8abaed;
}
.F1AI7kw-uNreFG1xuU .opacity-fallback-image.disabled {
  display: none;
}
.F1AI7kw-uNreFG1xuU .opacity-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.F1AI7kw-uNreFG1xuU .row {
  justify-content: space-between;
}
.F1AI7kw-uNreFG1xuU .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .F1AI7kw-uNreFG1xuU .content-wrapper {
    padding: 0;
  }
}
.F1AI7kw-uNreFG1xuU .content-wrapper .opacity-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .F1AI7kw-uNreFG1xuU .content-wrapper .opacity-section-title {
    margin-bottom: 20px;
  }
}
.F1AI7kw-uNreFG1xuU .content-wrapper .opacity-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .F1AI7kw-uNreFG1xuU .content-wrapper .opacity-text {
    margin-bottom: 20px;
  }
}
.F1AI7kw-uNreFG1xuU .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.F1AI7kw-uNreFG1xuU .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.F1AI7kw-uNreFG1xuU .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.F1AI7kw-uNreFG1xuU .content-wrapper .logo-wrapper .logo-wrap .opacity-desc {
  margin-bottom: 0;
}
.F1AI7kw-uNreFG1xuU .opacity-section-title {
  color: #000000;
}
.F1AI7kw-uNreFG1xuU .opacity-desc {
  color: #000000;
}
.F1AI7kw-uNreFG1xuU .opacity-text {
  color: #000000;
}
.F1AI7kw-uNreFG1xuU .opacity-section-title,
.F1AI7kw-uNreFG1xuU .opacity-section-btn {
  text-align: center;
}
.F1AI7kw-uNrsVq6MXU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.F1AI7kw-uNrsVq6MXU .opacity-fallback-image.disabled {
  display: none;
}
.F1AI7kw-uNrsVq6MXU .opacity-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.F1AI7kw-uNrsVq6MXU .container,
.F1AI7kw-uNrsVq6MXU .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .F1AI7kw-uNrsVq6MXU .container,
  .F1AI7kw-uNrsVq6MXU .container-fluid {
    padding: 0 20px;
  }
}
.F1AI7kw-uNrsVq6MXU a {
  display: block;
}
.F1AI7kw-uNrsVq6MXU a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #123861;
  border-bottom: 1px solid #123861;
}
@media (max-width: 992px) {
  .F1AI7kw-uNrsVq6MXU a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .F1AI7kw-uNrsVq6MXU a .logo-wrapper {
    padding: 50px 0;
  }
}
.F1AI7kw-uNrsVq6MXU a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .F1AI7kw-uNrsVq6MXU a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .F1AI7kw-uNrsVq6MXU a .logo-wrapper img {
    margin: 0 auto;
  }
}
.F1AI7kw-uNrsVq6MXU .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #123861;
}
@media (max-width: 992px) {
  .F1AI7kw-uNrsVq6MXU .copy-wrapper {
    border-right: none;
  }
}
.F1AI7kw-uNrsVq6MXU .copy-wrapper .copyright {
  margin-bottom: 0;
}
.F1AI7kw-uNrsVq6MXU .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .F1AI7kw-uNrsVq6MXU .list-wrapper {
    height: auto;
  }
}
.F1AI7kw-uNrsVq6MXU .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .F1AI7kw-uNrsVq6MXU .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.F1AI7kw-uNrsVq6MXU .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.F1AI7kw-uNrsVq6MXU .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .F1AI7kw-uNrsVq6MXU .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.F1AI7kw-uNrsVq6MXU .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.F1AI7kw-uNrsVq6MXU .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .F1AI7kw-uNrsVq6MXU .card-wrapper {
    margin-bottom: 50px;
  }
}
.F1AI7kw-uNrsVq6MXU .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #8abaed;
  border-radius: 24px;
}
.F1AI7kw-uNrsVq6MXU .card-wrapper .card-wrap .opacity-section-title {
  margin-bottom: 42px;
}
.F1AI7kw-uNrsVq6MXU .card-wrapper .card-wrap .opacity-text {
  margin-bottom: 42px;
}
.F1AI7kw-uNrsVq6MXU .copyright {
  color: #000000;
}
.F1AI7kw-uNrsVq6MXU .opacity-section-title {
  color: #3d4045;
}
.F1AI7kw-uNrsVq6MXU .opacity-text {
  color: #3d4045;
}
.F1AI7kw-uNrsVq6MXU .list {
  color: #000000;
}
.F1AI7kw-uNrsVq6MXU .opacity-section-btn {
  text-align: right;
}
.F1AI7kw-uNrsVq6MXU .opacity-section-title,
.F1AI7kw-uNrsVq6MXU .opacity-section-btn {
  text-align: center;
  color: #000000;
}
.F1AI7kw-uNr6GoEwe8 .navbar-dropdown {
  position: relative !important;
}
.F1AI7kw-uNr6GoEwe8 .dropdown-item:before {
  font-family: distribution2 !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;
}
.F1AI7kw-uNr6GoEwe8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.F1AI7kw-uNr6GoEwe8 .dropdown-item:hover,
.F1AI7kw-uNr6GoEwe8 .dropdown-item:focus {
  color: #000000 !important;
}
.F1AI7kw-uNr6GoEwe8 .dropdown-item:hover span {
  color: white;
}
.F1AI7kw-uNr6GoEwe8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.F1AI7kw-uNr6GoEwe8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.F1AI7kw-uNr6GoEwe8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.F1AI7kw-uNr6GoEwe8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.F1AI7kw-uNr6GoEwe8 .nav-link {
  position: relative;
}
.F1AI7kw-uNr6GoEwe8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .F1AI7kw-uNr6GoEwe8 .container {
    flex-wrap: nowrap;
  }
}
.F1AI7kw-uNr6GoEwe8 .navbar-caption:hover,
.F1AI7kw-uNr6GoEwe8 .navbar-caption:focus {
  color: #000000 !important;
}
.F1AI7kw-uNr6GoEwe8 .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.F1AI7kw-uNr6GoEwe8 .navbar-nav .nav-item {
  color: #24262b;
}
.F1AI7kw-uNr6GoEwe8 .navbar-nav .nav-item:hover {
  color: #000000;
}
.F1AI7kw-uNr6GoEwe8 .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.F1AI7kw-uNr6GoEwe8 .navbar-nav .nav-item a:hover {
  color: #000000 !important;
}
.F1AI7kw-uNr6GoEwe8 .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.F1AI7kw-uNr6GoEwe8 .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.F1AI7kw-uNr6GoEwe8 .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.F1AI7kw-uNr6GoEwe8 .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #000000 !important;
}
.F1AI7kw-uNr6GoEwe8 .dropdown-menu,
.F1AI7kw-uNr6GoEwe8 .navbar.opened {
  background: #f3f6f9 !important;
}
.F1AI7kw-uNr6GoEwe8 .nav-item:focus,
.F1AI7kw-uNr6GoEwe8 .nav-link:focus {
  outline: none;
}
.F1AI7kw-uNr6GoEwe8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.F1AI7kw-uNr6GoEwe8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.F1AI7kw-uNr6GoEwe8 .dropdown .dropdown-menu .dropdown-item .opacity-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.F1AI7kw-uNr6GoEwe8 .dropdown .dropdown-menu .dropdown-item .opacity-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.F1AI7kw-uNr6GoEwe8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.F1AI7kw-uNr6GoEwe8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.F1AI7kw-uNr6GoEwe8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f3f6f9;
  padding: 0 !important;
}
.F1AI7kw-uNr6GoEwe8 .navbar.opened {
  transition: all 0.3s;
}
.F1AI7kw-uNr6GoEwe8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.F1AI7kw-uNr6GoEwe8 .navbar .navbar-logo img {
  width: auto;
}
.F1AI7kw-uNr6GoEwe8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.F1AI7kw-uNr6GoEwe8 .navbar.collapsed {
  justify-content: center;
}
.F1AI7kw-uNr6GoEwe8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.F1AI7kw-uNr6GoEwe8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .F1AI7kw-uNr6GoEwe8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.F1AI7kw-uNr6GoEwe8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.F1AI7kw-uNr6GoEwe8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.F1AI7kw-uNr6GoEwe8 .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%;
}
.F1AI7kw-uNr6GoEwe8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.F1AI7kw-uNr6GoEwe8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.F1AI7kw-uNr6GoEwe8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .F1AI7kw-uNr6GoEwe8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .F1AI7kw-uNr6GoEwe8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .F1AI7kw-uNr6GoEwe8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .F1AI7kw-uNr6GoEwe8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .F1AI7kw-uNr6GoEwe8 .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%;
  }
  .F1AI7kw-uNr6GoEwe8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .F1AI7kw-uNr6GoEwe8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .F1AI7kw-uNr6GoEwe8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .F1AI7kw-uNr6GoEwe8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .F1AI7kw-uNr6GoEwe8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .F1AI7kw-uNr6GoEwe8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .F1AI7kw-uNr6GoEwe8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.F1AI7kw-uNr6GoEwe8 .navbar.navbar-short {
  min-height: 70px;
}
.F1AI7kw-uNr6GoEwe8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.F1AI7kw-uNr6GoEwe8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.F1AI7kw-uNr6GoEwe8 .navbar-brand .navbar-logo a {
  outline: none;
}
.F1AI7kw-uNr6GoEwe8 .dropdown-item.active,
.F1AI7kw-uNr6GoEwe8 .dropdown-item:active {
  background-color: transparent;
}
.F1AI7kw-uNr6GoEwe8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.F1AI7kw-uNr6GoEwe8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.F1AI7kw-uNr6GoEwe8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.F1AI7kw-uNr6GoEwe8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3f6f9;
}
.F1AI7kw-uNr6GoEwe8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.F1AI7kw-uNr6GoEwe8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.F1AI7kw-uNr6GoEwe8 ul.navbar-nav {
  flex-wrap: wrap;
}
.F1AI7kw-uNr6GoEwe8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.F1AI7kw-uNr6GoEwe8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.F1AI7kw-uNr6GoEwe8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.F1AI7kw-uNr6GoEwe8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.F1AI7kw-uNr6GoEwe8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.F1AI7kw-uNr6GoEwe8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.F1AI7kw-uNr6GoEwe8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.F1AI7kw-uNr6GoEwe8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.F1AI7kw-uNr6GoEwe8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.F1AI7kw-uNr6GoEwe8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.F1AI7kw-uNr6GoEwe8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.F1AI7kw-uNr6GoEwe8 .navbar-dropdown {
  padding: 0 1rem;
}
.F1AI7kw-uNr6GoEwe8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.F1AI7kw-uNr6GoEwe8 .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) {
  .F1AI7kw-uNr6GoEwe8 .navbar {
    height: 70px;
  }
  .F1AI7kw-uNr6GoEwe8 .navbar.opened {
    height: auto;
  }
  .F1AI7kw-uNr6GoEwe8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.F1AI7kw-uNr6GoEwe8 .container-fluid {
  padding: 0 1rem !important;
}
.F1AI7kw-uNr6GoEwe8 .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .F1AI7kw-uNr6GoEwe8 .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .F1AI7kw-uNr6GoEwe8 .navbar-collapse {
    width: 100%;
  }
  .F1AI7kw-uNr6GoEwe8 .navbar-nav {
    width: 100%;
  }
  .F1AI7kw-uNr6GoEwe8 .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.F1AI7kw-uNreNHw69L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8abaed;
}
.F1AI7kw-uNreNHw69L .opacity-fallback-image.disabled {
  display: none;
}
.F1AI7kw-uNreNHw69L .opacity-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.F1AI7kw-uNreNHw69L .content-wrap {
  margin: 0;
}
.F1AI7kw-uNreNHw69L .content-wrap .card {
  padding: 0;
  justify-content: space-between;
}
.F1AI7kw-uNreNHw69L .label-wrapper .opacity-label {
  margin-bottom: 22px;
}
.F1AI7kw-uNreNHw69L .content-wrapper {
  padding-right: 112px;
}
@media (max-width: 1440px) {
  .F1AI7kw-uNreNHw69L .content-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 1200px) {
  .F1AI7kw-uNreNHw69L .content-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .F1AI7kw-uNreNHw69L .content-wrapper {
    padding: 0;
  }
}
.F1AI7kw-uNreNHw69L .content-wrapper .opacity-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .F1AI7kw-uNreNHw69L .content-wrapper .opacity-section-title {
    margin-bottom: 32px;
  }
}
.F1AI7kw-uNreNHw69L .content-wrapper .text-wrapper .opacity-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .F1AI7kw-uNreNHw69L .content-wrapper .text-wrapper .opacity-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.F1AI7kw-uNreNHw69L .desc-wrapper .opacity-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
  padding-right: 112px;
}
@media (max-width: 1440px) {
  .F1AI7kw-uNreNHw69L .desc-wrapper .opacity-desc {
    padding-right: 64px;
  }
}
@media (max-width: 1200px) {
  .F1AI7kw-uNreNHw69L .desc-wrapper .opacity-desc {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .F1AI7kw-uNreNHw69L .desc-wrapper .opacity-desc {
    width: 100%;
    padding: 0;
  }
}
.F1AI7kw-uNreNHw69L .form-wrapper {
  display: flex;
  align-items: flex-end;
  height: 100%;
  padding-left: 112px;
  border-left: 3px dashed #31649c;
}
@media (max-width: 992px) {
  .F1AI7kw-uNreNHw69L .form-wrapper {
    margin-top: 22px;
  }
}
@media (max-width: 1440px) {
  .F1AI7kw-uNreNHw69L .form-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 1200px) {
  .F1AI7kw-uNreNHw69L .form-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .F1AI7kw-uNreNHw69L .form-wrapper {
    padding-left: 0;
    border-left: none;
    border-top: 3px dashed #31649c;
    padding-top: 22px;
  }
}
.F1AI7kw-uNreNHw69L .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.F1AI7kw-uNreNHw69L .form-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.F1AI7kw-uNreNHw69L .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  margin-bottom: 42px !important;
  padding: 0 0 42px 0;
  border: none !important;
  border-bottom: 3px dashed #31649c !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
@media (max-width: 992px) {
  .F1AI7kw-uNreNHw69L .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
    padding: 0 0 22px 0;
    margin-bottom: 22px !important;
  }
}
.F1AI7kw-uNreNHw69L .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.F1AI7kw-uNreNHw69L .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 3px dashed #31649c !important;
}
.F1AI7kw-uNreNHw69L .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.F1AI7kw-uNreNHw69L .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 150px;
}
.F1AI7kw-uNreNHw69L .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.F1AI7kw-uNreNHw69L .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: transparent;
  border-color: #31649c;
  border-radius: 0;
}
.F1AI7kw-uNreNHw69L .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #000000;
}
.F1AI7kw-uNreNHw69L .form-wrapper .form-wrap .dragArea.row .opacity-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .F1AI7kw-uNreNHw69L .form-wrapper .form-wrap .dragArea.row .opacity-section-btn {
    margin-top: 0;
  }
}
.F1AI7kw-uNreNHw69L .form-wrapper .form-wrap .dragArea.row .opacity-section-btn .btn {
  margin-bottom: 0;
}
.F1AI7kw-uNreNHw69L .opacity-label {
  color: #c10b02;
}
.F1AI7kw-uNreNHw69L .opacity-section-title {
  color: #c10b02;
}
.F1AI7kw-uNreNHw69L .opacity-text {
  color: #4b4949;
}
.F1AI7kw-uNreNHw69L .opacity-desc {
  color: #4b4949;
}
.F1AI7kw-uNreNHw69L label {
  color: #4b4949;
}
.F1AI7kw-uNreNHw69L .opacity-text,
.F1AI7kw-uNreNHw69L .text-wrapper {
  color: #000000;
}
.F1AI7kw-uNreNHw69L .opacity-desc,
.F1AI7kw-uNreNHw69L .desc-wrapper {
  color: #000000;
}
.F1AI7kw-uNreNHw69L .opacity-section-title,
.F1AI7kw-uNreNHw69L .opacity-section-btn {
  color: #000000;
}
.F1AI7kw-uNrsVq6MXU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.F1AI7kw-uNrsVq6MXU .opacity-fallback-image.disabled {
  display: none;
}
.F1AI7kw-uNrsVq6MXU .opacity-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.F1AI7kw-uNrsVq6MXU .container,
.F1AI7kw-uNrsVq6MXU .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .F1AI7kw-uNrsVq6MXU .container,
  .F1AI7kw-uNrsVq6MXU .container-fluid {
    padding: 0 20px;
  }
}
.F1AI7kw-uNrsVq6MXU a {
  display: block;
}
.F1AI7kw-uNrsVq6MXU a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #123861;
  border-bottom: 1px solid #123861;
}
@media (max-width: 992px) {
  .F1AI7kw-uNrsVq6MXU a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .F1AI7kw-uNrsVq6MXU a .logo-wrapper {
    padding: 50px 0;
  }
}
.F1AI7kw-uNrsVq6MXU a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .F1AI7kw-uNrsVq6MXU a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .F1AI7kw-uNrsVq6MXU a .logo-wrapper img {
    margin: 0 auto;
  }
}
.F1AI7kw-uNrsVq6MXU .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #123861;
}
@media (max-width: 992px) {
  .F1AI7kw-uNrsVq6MXU .copy-wrapper {
    border-right: none;
  }
}
.F1AI7kw-uNrsVq6MXU .copy-wrapper .copyright {
  margin-bottom: 0;
}
.F1AI7kw-uNrsVq6MXU .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .F1AI7kw-uNrsVq6MXU .list-wrapper {
    height: auto;
  }
}
.F1AI7kw-uNrsVq6MXU .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .F1AI7kw-uNrsVq6MXU .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.F1AI7kw-uNrsVq6MXU .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.F1AI7kw-uNrsVq6MXU .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .F1AI7kw-uNrsVq6MXU .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.F1AI7kw-uNrsVq6MXU .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.F1AI7kw-uNrsVq6MXU .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .F1AI7kw-uNrsVq6MXU .card-wrapper {
    margin-bottom: 50px;
  }
}
.F1AI7kw-uNrsVq6MXU .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #8abaed;
  border-radius: 24px;
}
.F1AI7kw-uNrsVq6MXU .card-wrapper .card-wrap .opacity-section-title {
  margin-bottom: 42px;
}
.F1AI7kw-uNrsVq6MXU .card-wrapper .card-wrap .opacity-text {
  margin-bottom: 42px;
}
.F1AI7kw-uNrsVq6MXU .copyright {
  color: #000000;
}
.F1AI7kw-uNrsVq6MXU .opacity-section-title {
  color: #3d4045;
}
.F1AI7kw-uNrsVq6MXU .opacity-text {
  color: #3d4045;
}
.F1AI7kw-uNrsVq6MXU .list {
  color: #000000;
}
.F1AI7kw-uNrsVq6MXU .opacity-section-btn {
  text-align: right;
}
.F1AI7kw-uNrsVq6MXU .opacity-section-title,
.F1AI7kw-uNrsVq6MXU .opacity-section-btn {
  text-align: center;
  color: #000000;
}
.F1AI7kw-uNr6GoEwe8 .navbar-dropdown {
  position: relative !important;
}
.F1AI7kw-uNr6GoEwe8 .dropdown-item:before {
  font-family: distribution2 !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;
}
.F1AI7kw-uNr6GoEwe8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.F1AI7kw-uNr6GoEwe8 .dropdown-item:hover,
.F1AI7kw-uNr6GoEwe8 .dropdown-item:focus {
  color: #000000 !important;
}
.F1AI7kw-uNr6GoEwe8 .dropdown-item:hover span {
  color: white;
}
.F1AI7kw-uNr6GoEwe8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.F1AI7kw-uNr6GoEwe8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.F1AI7kw-uNr6GoEwe8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.F1AI7kw-uNr6GoEwe8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.F1AI7kw-uNr6GoEwe8 .nav-link {
  position: relative;
}
.F1AI7kw-uNr6GoEwe8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .F1AI7kw-uNr6GoEwe8 .container {
    flex-wrap: nowrap;
  }
}
.F1AI7kw-uNr6GoEwe8 .navbar-caption:hover,
.F1AI7kw-uNr6GoEwe8 .navbar-caption:focus {
  color: #000000 !important;
}
.F1AI7kw-uNr6GoEwe8 .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.F1AI7kw-uNr6GoEwe8 .navbar-nav .nav-item {
  color: #24262b;
}
.F1AI7kw-uNr6GoEwe8 .navbar-nav .nav-item:hover {
  color: #000000;
}
.F1AI7kw-uNr6GoEwe8 .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.F1AI7kw-uNr6GoEwe8 .navbar-nav .nav-item a:hover {
  color: #000000 !important;
}
.F1AI7kw-uNr6GoEwe8 .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.F1AI7kw-uNr6GoEwe8 .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.F1AI7kw-uNr6GoEwe8 .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.F1AI7kw-uNr6GoEwe8 .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #000000 !important;
}
.F1AI7kw-uNr6GoEwe8 .dropdown-menu,
.F1AI7kw-uNr6GoEwe8 .navbar.opened {
  background: #f3f6f9 !important;
}
.F1AI7kw-uNr6GoEwe8 .nav-item:focus,
.F1AI7kw-uNr6GoEwe8 .nav-link:focus {
  outline: none;
}
.F1AI7kw-uNr6GoEwe8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.F1AI7kw-uNr6GoEwe8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.F1AI7kw-uNr6GoEwe8 .dropdown .dropdown-menu .dropdown-item .opacity-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.F1AI7kw-uNr6GoEwe8 .dropdown .dropdown-menu .dropdown-item .opacity-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.F1AI7kw-uNr6GoEwe8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.F1AI7kw-uNr6GoEwe8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.F1AI7kw-uNr6GoEwe8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f3f6f9;
  padding: 0 !important;
}
.F1AI7kw-uNr6GoEwe8 .navbar.opened {
  transition: all 0.3s;
}
.F1AI7kw-uNr6GoEwe8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.F1AI7kw-uNr6GoEwe8 .navbar .navbar-logo img {
  width: auto;
}
.F1AI7kw-uNr6GoEwe8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.F1AI7kw-uNr6GoEwe8 .navbar.collapsed {
  justify-content: center;
}
.F1AI7kw-uNr6GoEwe8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.F1AI7kw-uNr6GoEwe8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .F1AI7kw-uNr6GoEwe8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.F1AI7kw-uNr6GoEwe8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.F1AI7kw-uNr6GoEwe8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.F1AI7kw-uNr6GoEwe8 .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%;
}
.F1AI7kw-uNr6GoEwe8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.F1AI7kw-uNr6GoEwe8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.F1AI7kw-uNr6GoEwe8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .F1AI7kw-uNr6GoEwe8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .F1AI7kw-uNr6GoEwe8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .F1AI7kw-uNr6GoEwe8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .F1AI7kw-uNr6GoEwe8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .F1AI7kw-uNr6GoEwe8 .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%;
  }
  .F1AI7kw-uNr6GoEwe8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .F1AI7kw-uNr6GoEwe8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .F1AI7kw-uNr6GoEwe8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .F1AI7kw-uNr6GoEwe8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .F1AI7kw-uNr6GoEwe8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .F1AI7kw-uNr6GoEwe8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .F1AI7kw-uNr6GoEwe8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.F1AI7kw-uNr6GoEwe8 .navbar.navbar-short {
  min-height: 70px;
}
.F1AI7kw-uNr6GoEwe8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.F1AI7kw-uNr6GoEwe8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.F1AI7kw-uNr6GoEwe8 .navbar-brand .navbar-logo a {
  outline: none;
}
.F1AI7kw-uNr6GoEwe8 .dropdown-item.active,
.F1AI7kw-uNr6GoEwe8 .dropdown-item:active {
  background-color: transparent;
}
.F1AI7kw-uNr6GoEwe8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.F1AI7kw-uNr6GoEwe8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.F1AI7kw-uNr6GoEwe8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.F1AI7kw-uNr6GoEwe8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3f6f9;
}
.F1AI7kw-uNr6GoEwe8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.F1AI7kw-uNr6GoEwe8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.F1AI7kw-uNr6GoEwe8 ul.navbar-nav {
  flex-wrap: wrap;
}
.F1AI7kw-uNr6GoEwe8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.F1AI7kw-uNr6GoEwe8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.F1AI7kw-uNr6GoEwe8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.F1AI7kw-uNr6GoEwe8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.F1AI7kw-uNr6GoEwe8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.F1AI7kw-uNr6GoEwe8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.F1AI7kw-uNr6GoEwe8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.F1AI7kw-uNr6GoEwe8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.F1AI7kw-uNr6GoEwe8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.F1AI7kw-uNr6GoEwe8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.F1AI7kw-uNr6GoEwe8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.F1AI7kw-uNr6GoEwe8 .navbar-dropdown {
  padding: 0 1rem;
}
.F1AI7kw-uNr6GoEwe8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.F1AI7kw-uNr6GoEwe8 .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) {
  .F1AI7kw-uNr6GoEwe8 .navbar {
    height: 70px;
  }
  .F1AI7kw-uNr6GoEwe8 .navbar.opened {
    height: auto;
  }
  .F1AI7kw-uNr6GoEwe8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.F1AI7kw-uNr6GoEwe8 .container-fluid {
  padding: 0 1rem !important;
}
.F1AI7kw-uNr6GoEwe8 .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .F1AI7kw-uNr6GoEwe8 .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .F1AI7kw-uNr6GoEwe8 .navbar-collapse {
    width: 100%;
  }
  .F1AI7kw-uNr6GoEwe8 .navbar-nav {
    width: 100%;
  }
  .F1AI7kw-uNr6GoEwe8 .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.F1AI7kw-uNrfbT3bKs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8abaed;
}
.F1AI7kw-uNrfbT3bKs .opacity-section-subtitle {
  text-align: center;
}
.F1AI7kw-uNrsVq6MXU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.F1AI7kw-uNrsVq6MXU .opacity-fallback-image.disabled {
  display: none;
}
.F1AI7kw-uNrsVq6MXU .opacity-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.F1AI7kw-uNrsVq6MXU .container,
.F1AI7kw-uNrsVq6MXU .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .F1AI7kw-uNrsVq6MXU .container,
  .F1AI7kw-uNrsVq6MXU .container-fluid {
    padding: 0 20px;
  }
}
.F1AI7kw-uNrsVq6MXU a {
  display: block;
}
.F1AI7kw-uNrsVq6MXU a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #123861;
  border-bottom: 1px solid #123861;
}
@media (max-width: 992px) {
  .F1AI7kw-uNrsVq6MXU a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .F1AI7kw-uNrsVq6MXU a .logo-wrapper {
    padding: 50px 0;
  }
}
.F1AI7kw-uNrsVq6MXU a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .F1AI7kw-uNrsVq6MXU a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .F1AI7kw-uNrsVq6MXU a .logo-wrapper img {
    margin: 0 auto;
  }
}
.F1AI7kw-uNrsVq6MXU .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #123861;
}
@media (max-width: 992px) {
  .F1AI7kw-uNrsVq6MXU .copy-wrapper {
    border-right: none;
  }
}
.F1AI7kw-uNrsVq6MXU .copy-wrapper .copyright {
  margin-bottom: 0;
}
.F1AI7kw-uNrsVq6MXU .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .F1AI7kw-uNrsVq6MXU .list-wrapper {
    height: auto;
  }
}
.F1AI7kw-uNrsVq6MXU .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .F1AI7kw-uNrsVq6MXU .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.F1AI7kw-uNrsVq6MXU .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.F1AI7kw-uNrsVq6MXU .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .F1AI7kw-uNrsVq6MXU .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.F1AI7kw-uNrsVq6MXU .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.F1AI7kw-uNrsVq6MXU .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .F1AI7kw-uNrsVq6MXU .card-wrapper {
    margin-bottom: 50px;
  }
}
.F1AI7kw-uNrsVq6MXU .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #8abaed;
  border-radius: 24px;
}
.F1AI7kw-uNrsVq6MXU .card-wrapper .card-wrap .opacity-section-title {
  margin-bottom: 42px;
}
.F1AI7kw-uNrsVq6MXU .card-wrapper .card-wrap .opacity-text {
  margin-bottom: 42px;
}
.F1AI7kw-uNrsVq6MXU .copyright {
  color: #000000;
}
.F1AI7kw-uNrsVq6MXU .opacity-section-title {
  color: #3d4045;
}
.F1AI7kw-uNrsVq6MXU .opacity-text {
  color: #3d4045;
}
.F1AI7kw-uNrsVq6MXU .list {
  color: #000000;
}
.F1AI7kw-uNrsVq6MXU .opacity-section-btn {
  text-align: right;
}
.F1AI7kw-uNrsVq6MXU .opacity-section-title,
.F1AI7kw-uNrsVq6MXU .opacity-section-btn {
  text-align: center;
  color: #000000;
}
.F1AI7kw-uNrfdSIi9p .navbar-dropdown {
  position: relative !important;
}
.F1AI7kw-uNrfdSIi9p .dropdown-item:before {
  font-family: distribution2 !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;
}
.F1AI7kw-uNrfdSIi9p .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.F1AI7kw-uNrfdSIi9p .dropdown-item:hover,
.F1AI7kw-uNrfdSIi9p .dropdown-item:focus {
  color: #000000 !important;
}
.F1AI7kw-uNrfdSIi9p .dropdown-item:hover span {
  color: white;
}
.F1AI7kw-uNrfdSIi9p .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.F1AI7kw-uNrfdSIi9p .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.F1AI7kw-uNrfdSIi9p .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.F1AI7kw-uNrfdSIi9p .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.F1AI7kw-uNrfdSIi9p .nav-link {
  position: relative;
}
.F1AI7kw-uNrfdSIi9p .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .F1AI7kw-uNrfdSIi9p .container {
    flex-wrap: nowrap;
  }
}
.F1AI7kw-uNrfdSIi9p .navbar-caption:hover,
.F1AI7kw-uNrfdSIi9p .navbar-caption:focus {
  color: #000000 !important;
}
.F1AI7kw-uNrfdSIi9p .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.F1AI7kw-uNrfdSIi9p .navbar-nav .nav-item {
  color: #24262b;
}
.F1AI7kw-uNrfdSIi9p .navbar-nav .nav-item:hover {
  color: #000000;
}
.F1AI7kw-uNrfdSIi9p .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.F1AI7kw-uNrfdSIi9p .navbar-nav .nav-item a:hover {
  color: #000000 !important;
}
.F1AI7kw-uNrfdSIi9p .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.F1AI7kw-uNrfdSIi9p .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.F1AI7kw-uNrfdSIi9p .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.F1AI7kw-uNrfdSIi9p .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #000000 !important;
}
.F1AI7kw-uNrfdSIi9p .dropdown-menu,
.F1AI7kw-uNrfdSIi9p .navbar.opened {
  background: #f3f6f9 !important;
}
.F1AI7kw-uNrfdSIi9p .nav-item:focus,
.F1AI7kw-uNrfdSIi9p .nav-link:focus {
  outline: none;
}
.F1AI7kw-uNrfdSIi9p .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.F1AI7kw-uNrfdSIi9p .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.F1AI7kw-uNrfdSIi9p .dropdown .dropdown-menu .dropdown-item .opacity-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.F1AI7kw-uNrfdSIi9p .dropdown .dropdown-menu .dropdown-item .opacity-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.F1AI7kw-uNrfdSIi9p .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.F1AI7kw-uNrfdSIi9p .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.F1AI7kw-uNrfdSIi9p .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f3f6f9;
  padding: 0 !important;
}
.F1AI7kw-uNrfdSIi9p .navbar.opened {
  transition: all 0.3s;
}
.F1AI7kw-uNrfdSIi9p .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.F1AI7kw-uNrfdSIi9p .navbar .navbar-logo img {
  width: auto;
}
.F1AI7kw-uNrfdSIi9p .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.F1AI7kw-uNrfdSIi9p .navbar.collapsed {
  justify-content: center;
}
.F1AI7kw-uNrfdSIi9p .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.F1AI7kw-uNrfdSIi9p .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .F1AI7kw-uNrfdSIi9p .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.F1AI7kw-uNrfdSIi9p .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.F1AI7kw-uNrfdSIi9p .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.F1AI7kw-uNrfdSIi9p .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%;
}
.F1AI7kw-uNrfdSIi9p .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.F1AI7kw-uNrfdSIi9p .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.F1AI7kw-uNrfdSIi9p .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .F1AI7kw-uNrfdSIi9p .navbar .nav-item .nav-link::before {
    display: none;
  }
  .F1AI7kw-uNrfdSIi9p .navbar.opened .dropdown-menu {
    top: 0;
  }
  .F1AI7kw-uNrfdSIi9p .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .F1AI7kw-uNrfdSIi9p .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .F1AI7kw-uNrfdSIi9p .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%;
  }
  .F1AI7kw-uNrfdSIi9p .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .F1AI7kw-uNrfdSIi9p .navbar ul.navbar-nav li {
    margin: auto;
  }
  .F1AI7kw-uNrfdSIi9p .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .F1AI7kw-uNrfdSIi9p .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .F1AI7kw-uNrfdSIi9p .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .F1AI7kw-uNrfdSIi9p .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .F1AI7kw-uNrfdSIi9p .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.F1AI7kw-uNrfdSIi9p .navbar.navbar-short {
  min-height: 70px;
}
.F1AI7kw-uNrfdSIi9p .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.F1AI7kw-uNrfdSIi9p .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.F1AI7kw-uNrfdSIi9p .navbar-brand .navbar-logo a {
  outline: none;
}
.F1AI7kw-uNrfdSIi9p .dropdown-item.active,
.F1AI7kw-uNrfdSIi9p .dropdown-item:active {
  background-color: transparent;
}
.F1AI7kw-uNrfdSIi9p .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.F1AI7kw-uNrfdSIi9p .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.F1AI7kw-uNrfdSIi9p .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.F1AI7kw-uNrfdSIi9p .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3f6f9;
}
.F1AI7kw-uNrfdSIi9p .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.F1AI7kw-uNrfdSIi9p .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.F1AI7kw-uNrfdSIi9p ul.navbar-nav {
  flex-wrap: wrap;
}
.F1AI7kw-uNrfdSIi9p .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.F1AI7kw-uNrfdSIi9p button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.F1AI7kw-uNrfdSIi9p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.F1AI7kw-uNrfdSIi9p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.F1AI7kw-uNrfdSIi9p button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.F1AI7kw-uNrfdSIi9p button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.F1AI7kw-uNrfdSIi9p button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.F1AI7kw-uNrfdSIi9p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.F1AI7kw-uNrfdSIi9p nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.F1AI7kw-uNrfdSIi9p nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.F1AI7kw-uNrfdSIi9p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.F1AI7kw-uNrfdSIi9p .navbar-dropdown {
  padding: 0 1rem;
}
.F1AI7kw-uNrfdSIi9p a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.F1AI7kw-uNrfdSIi9p .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) {
  .F1AI7kw-uNrfdSIi9p .navbar {
    height: 70px;
  }
  .F1AI7kw-uNrfdSIi9p .navbar.opened {
    height: auto;
  }
  .F1AI7kw-uNrfdSIi9p .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.F1AI7kw-uNrfdSIi9p .container-fluid {
  padding: 0 1rem !important;
}
.F1AI7kw-uNrfdSIi9p .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .F1AI7kw-uNrfdSIi9p .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .F1AI7kw-uNrfdSIi9p .navbar-collapse {
    width: 100%;
  }
  .F1AI7kw-uNrfdSIi9p .navbar-nav {
    width: 100%;
  }
  .F1AI7kw-uNrfdSIi9p .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.F1AI7kw-uNrfdTTyPk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8abaed;
}
.F1AI7kw-uNrfdTTyPk .opacity-section-subtitle {
  text-align: center;
}
.F1AI7kw-uNrsVq6MXU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.F1AI7kw-uNrsVq6MXU .opacity-fallback-image.disabled {
  display: none;
}
.F1AI7kw-uNrsVq6MXU .opacity-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.F1AI7kw-uNrsVq6MXU .container,
.F1AI7kw-uNrsVq6MXU .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .F1AI7kw-uNrsVq6MXU .container,
  .F1AI7kw-uNrsVq6MXU .container-fluid {
    padding: 0 20px;
  }
}
.F1AI7kw-uNrsVq6MXU a {
  display: block;
}
.F1AI7kw-uNrsVq6MXU a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #123861;
  border-bottom: 1px solid #123861;
}
@media (max-width: 992px) {
  .F1AI7kw-uNrsVq6MXU a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .F1AI7kw-uNrsVq6MXU a .logo-wrapper {
    padding: 50px 0;
  }
}
.F1AI7kw-uNrsVq6MXU a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .F1AI7kw-uNrsVq6MXU a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .F1AI7kw-uNrsVq6MXU a .logo-wrapper img {
    margin: 0 auto;
  }
}
.F1AI7kw-uNrsVq6MXU .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #123861;
}
@media (max-width: 992px) {
  .F1AI7kw-uNrsVq6MXU .copy-wrapper {
    border-right: none;
  }
}
.F1AI7kw-uNrsVq6MXU .copy-wrapper .copyright {
  margin-bottom: 0;
}
.F1AI7kw-uNrsVq6MXU .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .F1AI7kw-uNrsVq6MXU .list-wrapper {
    height: auto;
  }
}
.F1AI7kw-uNrsVq6MXU .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .F1AI7kw-uNrsVq6MXU .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.F1AI7kw-uNrsVq6MXU .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.F1AI7kw-uNrsVq6MXU .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .F1AI7kw-uNrsVq6MXU .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.F1AI7kw-uNrsVq6MXU .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.F1AI7kw-uNrsVq6MXU .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .F1AI7kw-uNrsVq6MXU .card-wrapper {
    margin-bottom: 50px;
  }
}
.F1AI7kw-uNrsVq6MXU .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #8abaed;
  border-radius: 24px;
}
.F1AI7kw-uNrsVq6MXU .card-wrapper .card-wrap .opacity-section-title {
  margin-bottom: 42px;
}
.F1AI7kw-uNrsVq6MXU .card-wrapper .card-wrap .opacity-text {
  margin-bottom: 42px;
}
.F1AI7kw-uNrsVq6MXU .copyright {
  color: #000000;
}
.F1AI7kw-uNrsVq6MXU .opacity-section-title {
  color: #3d4045;
}
.F1AI7kw-uNrsVq6MXU .opacity-text {
  color: #3d4045;
}
.F1AI7kw-uNrsVq6MXU .list {
  color: #000000;
}
.F1AI7kw-uNrsVq6MXU .opacity-section-btn {
  text-align: right;
}
.F1AI7kw-uNrsVq6MXU .opacity-section-title,
.F1AI7kw-uNrsVq6MXU .opacity-section-btn {
  text-align: center;
  color: #000000;
}
.F1AI7kw-uNrfgjJU4O .navbar-dropdown {
  position: relative !important;
}
.F1AI7kw-uNrfgjJU4O .dropdown-item:before {
  font-family: distribution2 !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;
}
.F1AI7kw-uNrfgjJU4O .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.F1AI7kw-uNrfgjJU4O .dropdown-item:hover,
.F1AI7kw-uNrfgjJU4O .dropdown-item:focus {
  color: #000000 !important;
}
.F1AI7kw-uNrfgjJU4O .dropdown-item:hover span {
  color: white;
}
.F1AI7kw-uNrfgjJU4O .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.F1AI7kw-uNrfgjJU4O .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.F1AI7kw-uNrfgjJU4O .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.F1AI7kw-uNrfgjJU4O .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.F1AI7kw-uNrfgjJU4O .nav-link {
  position: relative;
}
.F1AI7kw-uNrfgjJU4O .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .F1AI7kw-uNrfgjJU4O .container {
    flex-wrap: nowrap;
  }
}
.F1AI7kw-uNrfgjJU4O .navbar-caption:hover,
.F1AI7kw-uNrfgjJU4O .navbar-caption:focus {
  color: #000000 !important;
}
.F1AI7kw-uNrfgjJU4O .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.F1AI7kw-uNrfgjJU4O .navbar-nav .nav-item {
  color: #24262b;
}
.F1AI7kw-uNrfgjJU4O .navbar-nav .nav-item:hover {
  color: #000000;
}
.F1AI7kw-uNrfgjJU4O .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.F1AI7kw-uNrfgjJU4O .navbar-nav .nav-item a:hover {
  color: #000000 !important;
}
.F1AI7kw-uNrfgjJU4O .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.F1AI7kw-uNrfgjJU4O .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.F1AI7kw-uNrfgjJU4O .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.F1AI7kw-uNrfgjJU4O .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #000000 !important;
}
.F1AI7kw-uNrfgjJU4O .dropdown-menu,
.F1AI7kw-uNrfgjJU4O .navbar.opened {
  background: #f3f6f9 !important;
}
.F1AI7kw-uNrfgjJU4O .nav-item:focus,
.F1AI7kw-uNrfgjJU4O .nav-link:focus {
  outline: none;
}
.F1AI7kw-uNrfgjJU4O .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.F1AI7kw-uNrfgjJU4O .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.F1AI7kw-uNrfgjJU4O .dropdown .dropdown-menu .dropdown-item .opacity-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.F1AI7kw-uNrfgjJU4O .dropdown .dropdown-menu .dropdown-item .opacity-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.F1AI7kw-uNrfgjJU4O .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.F1AI7kw-uNrfgjJU4O .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.F1AI7kw-uNrfgjJU4O .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f3f6f9;
  padding: 0 !important;
}
.F1AI7kw-uNrfgjJU4O .navbar.opened {
  transition: all 0.3s;
}
.F1AI7kw-uNrfgjJU4O .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.F1AI7kw-uNrfgjJU4O .navbar .navbar-logo img {
  width: auto;
}
.F1AI7kw-uNrfgjJU4O .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.F1AI7kw-uNrfgjJU4O .navbar.collapsed {
  justify-content: center;
}
.F1AI7kw-uNrfgjJU4O .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.F1AI7kw-uNrfgjJU4O .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .F1AI7kw-uNrfgjJU4O .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.F1AI7kw-uNrfgjJU4O .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.F1AI7kw-uNrfgjJU4O .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.F1AI7kw-uNrfgjJU4O .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%;
}
.F1AI7kw-uNrfgjJU4O .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.F1AI7kw-uNrfgjJU4O .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.F1AI7kw-uNrfgjJU4O .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .F1AI7kw-uNrfgjJU4O .navbar .nav-item .nav-link::before {
    display: none;
  }
  .F1AI7kw-uNrfgjJU4O .navbar.opened .dropdown-menu {
    top: 0;
  }
  .F1AI7kw-uNrfgjJU4O .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .F1AI7kw-uNrfgjJU4O .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .F1AI7kw-uNrfgjJU4O .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%;
  }
  .F1AI7kw-uNrfgjJU4O .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .F1AI7kw-uNrfgjJU4O .navbar ul.navbar-nav li {
    margin: auto;
  }
  .F1AI7kw-uNrfgjJU4O .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .F1AI7kw-uNrfgjJU4O .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .F1AI7kw-uNrfgjJU4O .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .F1AI7kw-uNrfgjJU4O .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .F1AI7kw-uNrfgjJU4O .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.F1AI7kw-uNrfgjJU4O .navbar.navbar-short {
  min-height: 70px;
}
.F1AI7kw-uNrfgjJU4O .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.F1AI7kw-uNrfgjJU4O .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.F1AI7kw-uNrfgjJU4O .navbar-brand .navbar-logo a {
  outline: none;
}
.F1AI7kw-uNrfgjJU4O .dropdown-item.active,
.F1AI7kw-uNrfgjJU4O .dropdown-item:active {
  background-color: transparent;
}
.F1AI7kw-uNrfgjJU4O .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.F1AI7kw-uNrfgjJU4O .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.F1AI7kw-uNrfgjJU4O .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.F1AI7kw-uNrfgjJU4O .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3f6f9;
}
.F1AI7kw-uNrfgjJU4O .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.F1AI7kw-uNrfgjJU4O .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.F1AI7kw-uNrfgjJU4O ul.navbar-nav {
  flex-wrap: wrap;
}
.F1AI7kw-uNrfgjJU4O .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.F1AI7kw-uNrfgjJU4O button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.F1AI7kw-uNrfgjJU4O button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.F1AI7kw-uNrfgjJU4O button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.F1AI7kw-uNrfgjJU4O button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.F1AI7kw-uNrfgjJU4O button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.F1AI7kw-uNrfgjJU4O button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.F1AI7kw-uNrfgjJU4O nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.F1AI7kw-uNrfgjJU4O nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.F1AI7kw-uNrfgjJU4O nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.F1AI7kw-uNrfgjJU4O nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.F1AI7kw-uNrfgjJU4O .navbar-dropdown {
  padding: 0 1rem;
}
.F1AI7kw-uNrfgjJU4O a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.F1AI7kw-uNrfgjJU4O .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) {
  .F1AI7kw-uNrfgjJU4O .navbar {
    height: 70px;
  }
  .F1AI7kw-uNrfgjJU4O .navbar.opened {
    height: auto;
  }
  .F1AI7kw-uNrfgjJU4O .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.F1AI7kw-uNrfgjJU4O .container-fluid {
  padding: 0 1rem !important;
}
.F1AI7kw-uNrfgjJU4O .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .F1AI7kw-uNrfgjJU4O .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .F1AI7kw-uNrfgjJU4O .navbar-collapse {
    width: 100%;
  }
  .F1AI7kw-uNrfgjJU4O .navbar-nav {
    width: 100%;
  }
  .F1AI7kw-uNrfgjJU4O .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.F1AI7kw-uNrfgkVw83 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8abaed;
}
.F1AI7kw-uNrfgkVw83 .opacity-section-subtitle {
  text-align: center;
}
.F1AI7kw-uNrsVq6MXU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.F1AI7kw-uNrsVq6MXU .opacity-fallback-image.disabled {
  display: none;
}
.F1AI7kw-uNrsVq6MXU .opacity-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.F1AI7kw-uNrsVq6MXU .container,
.F1AI7kw-uNrsVq6MXU .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .F1AI7kw-uNrsVq6MXU .container,
  .F1AI7kw-uNrsVq6MXU .container-fluid {
    padding: 0 20px;
  }
}
.F1AI7kw-uNrsVq6MXU a {
  display: block;
}
.F1AI7kw-uNrsVq6MXU a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #123861;
  border-bottom: 1px solid #123861;
}
@media (max-width: 992px) {
  .F1AI7kw-uNrsVq6MXU a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .F1AI7kw-uNrsVq6MXU a .logo-wrapper {
    padding: 50px 0;
  }
}
.F1AI7kw-uNrsVq6MXU a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .F1AI7kw-uNrsVq6MXU a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .F1AI7kw-uNrsVq6MXU a .logo-wrapper img {
    margin: 0 auto;
  }
}
.F1AI7kw-uNrsVq6MXU .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #123861;
}
@media (max-width: 992px) {
  .F1AI7kw-uNrsVq6MXU .copy-wrapper {
    border-right: none;
  }
}
.F1AI7kw-uNrsVq6MXU .copy-wrapper .copyright {
  margin-bottom: 0;
}
.F1AI7kw-uNrsVq6MXU .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .F1AI7kw-uNrsVq6MXU .list-wrapper {
    height: auto;
  }
}
.F1AI7kw-uNrsVq6MXU .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .F1AI7kw-uNrsVq6MXU .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.F1AI7kw-uNrsVq6MXU .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.F1AI7kw-uNrsVq6MXU .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .F1AI7kw-uNrsVq6MXU .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.F1AI7kw-uNrsVq6MXU .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.F1AI7kw-uNrsVq6MXU .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .F1AI7kw-uNrsVq6MXU .card-wrapper {
    margin-bottom: 50px;
  }
}
.F1AI7kw-uNrsVq6MXU .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #8abaed;
  border-radius: 24px;
}
.F1AI7kw-uNrsVq6MXU .card-wrapper .card-wrap .opacity-section-title {
  margin-bottom: 42px;
}
.F1AI7kw-uNrsVq6MXU .card-wrapper .card-wrap .opacity-text {
  margin-bottom: 42px;
}
.F1AI7kw-uNrsVq6MXU .copyright {
  color: #000000;
}
.F1AI7kw-uNrsVq6MXU .opacity-section-title {
  color: #3d4045;
}
.F1AI7kw-uNrsVq6MXU .opacity-text {
  color: #3d4045;
}
.F1AI7kw-uNrsVq6MXU .list {
  color: #000000;
}
.F1AI7kw-uNrsVq6MXU .opacity-section-btn {
  text-align: right;
}
.F1AI7kw-uNrsVq6MXU .opacity-section-title,
.F1AI7kw-uNrsVq6MXU .opacity-section-btn {
  text-align: center;
  color: #000000;
}

/* 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 */
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: translateY(100%) scale(0.7);
  }
  50% {
    opacity: 1;
    transform: translateY(-10%) scale(1.05);
  }
  70% {
    transform: translateY(5%) scale(0.95);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}

@keyframes bounceOut {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  30% {
    transform: translateY(-10%) scale(0.95);
  }
  100% {
    opacity: 0;
    transform: translateY(100%) scale(0.7);
  }
}

.cookie-banner {
  position: fixed;
  bottom: 16px;
  left: 16px;
  max-width: 600px;
  width: calc(100% - 32px);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 1000;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  animation: bounceIn 0.8s ease-out forwards;
  transition: all 0.3s ease-in-out;
}

.cookie-banner.hide {
  animation: bounceOut 0.6s ease-in-out forwards;
  pointer-events: none;
}

#cookieBanner button {
  flex: 1;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2), -5px -5px 10px rgba(255, 255, 255, 0.8);
  transform: scale(1);
}

#cookieAcceptBtn {
  background: linear-gradient(145deg, #007bff, #0056b3);
  color: white;
}

#cookieAcceptBtn:hover {
  background: linear-gradient(145deg, #0056b3, #004494);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.3), inset -4px -4px 6px rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}

#cookieRejectBtn {
  background: linear-gradient(145deg, #f8f9fa, #e0e0e0);
  color: #333;
  border: 1px solid #ccc;
}

#cookieRejectBtn:hover {
  background: linear-gradient(145deg, #e0e0e0, #d6d6d6);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.2), inset -4px -4px 6px rgba(255, 255, 255, 0.8);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .cookie-banner {
    width: calc(100% - 32px);
    left: 16px;
    bottom: 16px;
    padding: 15px;
  }
  #cookieBanner button {
    padding: 10px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .cookie-banner {
    width: calc(100% - 16px);
    left: 8px;
    bottom: 16px;
    padding: 10px;
  }
  #cookieBanner button {
    padding: 8px;
    font-size: 12px;
  }
}

/* logoanimations */
@keyframes bounceLeft {
    0%   { transform: translateX(0); }
    50%  { transform: translateX(-20px); }
    100% { transform: translateX(0); }
}

.navbar-brand {
    animation: bounceLeft 1s ease-in-out 1 forwards;
}
/* endlogoanimations */

/* mainanimations */
/* Style 25: drop-shadow filter */
a, button, .btn {
  transition: filter 0.2s ease;
}
a:active, button:active, .btn:active {
  filter: drop-shadow(0 0 4px rgba(0,0,0,0.5));
}
/* endmainanimations */
