body {
  font-family: 'DM Sans', sans-serif;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.2rem;
  line-height: 1;
}
.display-1 > .transparency-iconfont {
  font-size: 2.75rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.4rem;
  line-height: 1;
}
.display-2 > .transparency-iconfont {
  font-size: 4.25rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .transparency-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.7rem;
  line-height: 1;
}
.display-5 > .transparency-iconfont {
  font-size: 3.375rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.15rem;
  line-height: 1.25;
}
.display-7 > .transparency-iconfont {
  font-size: 1.4375rem;
}
/* ---- 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: 1.76rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.54rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((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: 2.16rem;
    font-size: calc( 1.595rem + (2.7 - 1.595) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.595rem + (2.7 - 1.595) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.92rem;
    font-size: calc( 1.0525rem + (1.15 - 1.0525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0525rem + (1.15 - 1.0525) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #58dcf7 !important;
}
.bg-info {
  background-color: #8de7fa !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #8de7fa !important;
  border-color: #8de7fa !important;
  color: #066d82 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #3ad6f6 !important;
  border-color: #3ad6f6 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #066d82 !important;
  background-color: #3ad6f6 !important;
  border-color: #3ad6f6 !important;
}
.btn-info,
.btn-info:active {
  background-color: #8de7fa !important;
  border-color: #8de7fa !important;
  color: #066d82 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #3ad6f6 !important;
  border-color: #3ad6f6 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #066d82 !important;
  background-color: #3ad6f6 !important;
  border-color: #3ad6f6 !important;
}
.btn-success,
.btn-success:active {
  background-color: #58dcf7 !important;
  border-color: #58dcf7 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #0bc7ed !important;
  border-color: #0bc7ed !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0bc7ed !important;
  border-color: #0bc7ed !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  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;
  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;
  color: #8de7fa;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #3ad6f6 !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #066d82 !important;
  background-color: #8de7fa !important;
  border-color: #8de7fa !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  color: #8de7fa;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #3ad6f6 !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #066d82 !important;
  background-color: #8de7fa !important;
  border-color: #8de7fa !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  color: #58dcf7;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0bc7ed !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #58dcf7 !important;
  border-color: #58dcf7 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  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;
  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;
  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;
  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: #8de7fa !important;
}
.text-success {
  color: #58dcf7 !important;
}
.text-info {
  color: #8de7fa !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #000000 !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: #88e6fa !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #53dbf7 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #88e6fa !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #fcfcfc !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !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;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #8de7fa;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #000000;
}
.transparency-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.transparency-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.transparency-plan-header.bg-primary .transparency-plan-subtitle,
.transparency-plan-header.bg-primary .transparency-plan-price-desc {
  color: #b3b3b3;
}
.transparency-plan-header.bg-success .transparency-plan-subtitle,
.transparency-plan-header.bg-success .transparency-plan-price-desc {
  color: #ffffff;
}
.transparency-plan-header.bg-info .transparency-plan-subtitle,
.transparency-plan-header.bg-info .transparency-plan-price-desc {
  color: #ffffff;
}
.transparency-plan-header.bg-warning .transparency-plan-subtitle,
.transparency-plan-header.bg-warning .transparency-plan-price-desc {
  color: #ffffff;
}
.transparency-plan-header.bg-danger .transparency-plan-subtitle,
.transparency-plan-header.bg-danger .transparency-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .transparency-iconfont {
  font-size: 1.5rem;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .transparency-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.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: #353535;
  border-bottom-color: #353535;
}
.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: #8de7fa !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[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):not(.dropdown-toggle):not(.dropdown-item) {
  letter-spacing: -0.025em;
  position: relative;
  padding-top: .5rem;
  margin-bottom: .5rem;
  z-index: 9;
  white-space: nowrap;
  line-height: 1.5;
}
a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):not(.dropdown-toggle):not(.dropdown-item):before {
  content: "";
  z-index: 0;
  max-width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  height: 1px;
  background-color: currentColor;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):not(.dropdown-toggle):not(.dropdown-item):after {
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 6%;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120' fill='%238de7fa' %3E%3Ccircle cx='60' cy='60' r='50'/%3E%3C/svg%3E");
  position: absolute;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  transform: scale(0, 0);
}
a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):not(.dropdown-toggle):not(.dropdown-item):hover:before {
  max-width: 0%;
  left: 100%;
}
a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):not(.dropdown-toggle):not(.dropdown-item):hover:after {
  opacity: 1;
  transform: scale(1.15);
}
section.popup-builder .modal.transparency-popup button {
  border: none;
}
.hDn7hkH-uRopupUhuw .navbar-dropdown {
  position: relative !important;
}
.hDn7hkH-uRopupUhuw .dropdown-item:before {
  font-family: color2 !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;
}
.hDn7hkH-uRopupUhuw .dropdown-menu {
  padding: 0;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.hDn7hkH-uRopupUhuw .dropdown-menu .dropdown-item {
  border: none !important;
  border-radius: 0 !important;
  padding: 13px 20px 13px 28px !important;
  line-height: 1 !important;
}
.hDn7hkH-uRopupUhuw .dropdown-menu .dropdown-item:hover {
  background-color: #112B6D !important;
  color: #FFFFFF !important;
}
.hDn7hkH-uRopupUhuw .dropdown-item:hover,
.hDn7hkH-uRopupUhuw .dropdown-item:focus {
  background: #112B6D !important;
  color: white !important;
}
.hDn7hkH-uRopupUhuw .dropdown-item:hover span {
  color: white;
}
.hDn7hkH-uRopupUhuw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.hDn7hkH-uRopupUhuw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.hDn7hkH-uRopupUhuw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.hDn7hkH-uRopupUhuw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.hDn7hkH-uRopupUhuw .nav-link {
  position: relative;
}
.hDn7hkH-uRopupUhuw .container {
  display: flex;
  margin: auto;
  max-width: 100%;
  width: 100%;
  padding: 0 3.4rem !important;
  min-height: 60px;
}
@media (min-width: 992px) {
  .hDn7hkH-uRopupUhuw .container {
    flex-wrap: nowrap;
  }
}
.hDn7hkH-uRopupUhuw .iconfont-wrapper {
  color: #112b6d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.hDn7hkH-uRopupUhuw .navbar-nav {
  padding: 5px !important;
}
.hDn7hkH-uRopupUhuw .navbar-nav .nav-item {
  margin: 0 5px !important;
  padding: 0 !important;
}
.hDn7hkH-uRopupUhuw .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 13px 8px !important;
  font-weight: 400 !important;
}
.hDn7hkH-uRopupUhuw .dropdown-menu,
.hDn7hkH-uRopupUhuw .navbar.opened {
  background: #ffffff !important;
}
.hDn7hkH-uRopupUhuw .nav-item:focus,
.hDn7hkH-uRopupUhuw .nav-link:focus {
  outline: none;
}
.hDn7hkH-uRopupUhuw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.hDn7hkH-uRopupUhuw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.hDn7hkH-uRopupUhuw .dropdown .dropdown-menu .dropdown-item .transparency-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.hDn7hkH-uRopupUhuw .dropdown .dropdown-menu .dropdown-item .transparency-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.hDn7hkH-uRopupUhuw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.hDn7hkH-uRopupUhuw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.hDn7hkH-uRopupUhuw .navbar {
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.hDn7hkH-uRopupUhuw .navbar.opened {
  transition: all 0.3s;
}
.hDn7hkH-uRopupUhuw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
  font-weight: 400 !important;
}
.hDn7hkH-uRopupUhuw .navbar .navbar-logo img {
  width: auto;
}
.hDn7hkH-uRopupUhuw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.hDn7hkH-uRopupUhuw .navbar.collapsed {
  justify-content: center;
}
.hDn7hkH-uRopupUhuw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.hDn7hkH-uRopupUhuw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .hDn7hkH-uRopupUhuw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.hDn7hkH-uRopupUhuw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.hDn7hkH-uRopupUhuw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.hDn7hkH-uRopupUhuw .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%;
}
.hDn7hkH-uRopupUhuw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.hDn7hkH-uRopupUhuw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.hDn7hkH-uRopupUhuw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .hDn7hkH-uRopupUhuw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .hDn7hkH-uRopupUhuw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .hDn7hkH-uRopupUhuw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .hDn7hkH-uRopupUhuw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .hDn7hkH-uRopupUhuw .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%;
  }
  .hDn7hkH-uRopupUhuw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .hDn7hkH-uRopupUhuw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .hDn7hkH-uRopupUhuw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .hDn7hkH-uRopupUhuw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .hDn7hkH-uRopupUhuw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .hDn7hkH-uRopupUhuw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .hDn7hkH-uRopupUhuw .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.hDn7hkH-uRopupUhuw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.hDn7hkH-uRopupUhuw .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.hDn7hkH-uRopupUhuw .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.hDn7hkH-uRopupUhuw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.hDn7hkH-uRopupUhuw .navbar-brand .navbar-logo a {
  outline: none;
}
.hDn7hkH-uRopupUhuw .dropdown-item.active,
.hDn7hkH-uRopupUhuw .dropdown-item:active {
  background-color: transparent;
}
.hDn7hkH-uRopupUhuw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.hDn7hkH-uRopupUhuw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.hDn7hkH-uRopupUhuw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.hDn7hkH-uRopupUhuw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.hDn7hkH-uRopupUhuw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.hDn7hkH-uRopupUhuw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.hDn7hkH-uRopupUhuw ul.navbar-nav {
  flex-wrap: wrap;
}
.hDn7hkH-uRopupUhuw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.hDn7hkH-uRopupUhuw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.hDn7hkH-uRopupUhuw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.hDn7hkH-uRopupUhuw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.hDn7hkH-uRopupUhuw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.hDn7hkH-uRopupUhuw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.hDn7hkH-uRopupUhuw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.hDn7hkH-uRopupUhuw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.hDn7hkH-uRopupUhuw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.hDn7hkH-uRopupUhuw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.hDn7hkH-uRopupUhuw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.hDn7hkH-uRopupUhuw .navbar-dropdown {
  padding: 0 1rem;
}
.hDn7hkH-uRopupUhuw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hDn7hkH-uRopupUhuw .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) {
  .hDn7hkH-uRopupUhuw .navbar {
    height: 70px;
  }
  .hDn7hkH-uRopupUhuw .navbar.opened {
    height: auto;
  }
  .hDn7hkH-uRopupUhuw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.hDn7hkH-uRopupUhuw .container-head {
  width: 100%;
  min-height: 60px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  background-color: #8de7fa;
}
.hDn7hkH-uRopupUhuw .transparency-section-title {
  color: #000000;
  max-width: 50%;
  margin-right: auto;
  text-align: left;
}
.hDn7hkH-uRopupUhuw .transparency-section-btn {
  max-width: 50%;
  text-align: right;
  margin-left: auto;
}
.hDn7hkH-uRopupUhuw .transparency-section-btn .btn {
  font-weight: 500 !important;
}
.hDn7hkH-uRopupUhuw .transparency-section-btn .btn:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
@media (max-width: 991px) {
  .hDn7hkH-uRopupUhuw .container-head {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .hDn7hkH-uRopupUhuw .container {
    overflow: hidden;
  }
  .hDn7hkH-uRopupUhuw .transparency-section-title {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    text-align: center !important;
  }
  .hDn7hkH-uRopupUhuw .transparency-section-btn {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin-left: 0;
  }
  .hDn7hkH-uRopupUhuw .icons-menu {
    margin: 0 auto;
    padding-right: 0;
  }
  .hDn7hkH-uRopupUhuw .navbar-collapse {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    margin: 0 -3.4rem;
  }
  .hDn7hkH-uRopupUhuw .navbar-nav {
    padding: 0 !important;
  }
  .hDn7hkH-uRopupUhuw .navbar-nav .nav-item {
    margin: 0  !important;
    padding: 0 !important;
  }
  .hDn7hkH-uRopupUhuw .navbar-nav .nav-item .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 10px 20px !important;
    font-weight: 400 !important;
  }
  .hDn7hkH-uRopupUhuw .navbar-nav .nav-item .nav-link:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .hDn7hkH-uRopupUhuw .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    text-align: left !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 13px 20px 13px 28px !important;
    line-height: 1 !important;
  }
  .hDn7hkH-uRopupUhuw .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .hDn7hkH-uRopupUhuw .navbar-nav .dropdown-menu .dropdown-submenu {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .hDn7hkH-uRopupUhuw .container {
    padding: 25px 15px !important;
  }
  .hDn7hkH-uRopupUhuw .container-head {
    padding: 10px !important;
  }
  .hDn7hkH-uRopupUhuw .navbar-collapse {
    margin: 0 -15px -25px !important;
  }
  .hDn7hkH-uRopupUhuw .navbar .navbar-brand {
    width: auto !important;
    max-width: 60%;
  }
  .hDn7hkH-uRopupUhuw .navbar-toggler {
    margin-right: 6%;
    max-width: 40%;
  }
}
.hDn7hkH-uRooLpp25g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eafbff;
}
.hDn7hkH-uRooLpp25g .description_box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-100%, -50%);
  color: #e6ca69;
  cursor: default;
  text-align: left;
}
.hDn7hkH-uRooLpp25g .transparency-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
  color: #000000;
}
.hDn7hkH-uRooLpp25g .transparency-section-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #000000;
}
.hDn7hkH-uRooLpp25g .transparency-text {
  margin-bottom: 2rem;
}
.hDn7hkH-uRooLpp25g .image-wrapper,
.hDn7hkH-uRooLpp25g img {
  width: 100%;
}
.hDn7hkH-uRooLpp25g .image-wrapper,
.hDn7hkH-uRooLpp25g .content_box {
  position: relative;
}
.hDn7hkH-uRooLpp25g .content_box {
  z-index: 5;
}
@media (max-width: 767px) {
  .hDn7hkH-uRooLpp25g .row {
    flex-direction: column-reverse;
  }
  .hDn7hkH-uRooLpp25g .content_box,
  .hDn7hkH-uRooLpp25g .transparency-text {
    padding: 0;
  }
  .hDn7hkH-uRooLpp25g .transparency-section-title {
    margin-bottom: 1rem;
  }
  .hDn7hkH-uRooLpp25g .transparency-text {
    margin-bottom: 1.25rem;
  }
  .hDn7hkH-uRooLpp25g .image-wrapper {
    margin-bottom: 2rem;
  }
  .hDn7hkH-uRooLpp25g .description_box {
    top: auto;
    bottom: 5%;
    left: 50%;
    width: 100%;
    padding: 0 .75rem;
    text-align: center;
    transform: translate(-50%, -5%);
  }
}
.hDn7hkH-uRooLpp25g .descr {
  color: #58dcf7;
}
.hDn7hkH-uRooLpp25g .transparency-text,
.hDn7hkH-uRooLpp25g .linkBtn {
  text-align: center;
  color: #000000;
}
.hDn7hkH-uRouewUawp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.hDn7hkH-uRouewUawp .transparency-fallback-image.disabled {
  display: none;
}
.hDn7hkH-uRouewUawp .transparency-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hDn7hkH-uRouewUawp .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .hDn7hkH-uRouewUawp .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .hDn7hkH-uRouewUawp .container {
    padding: 0 24px;
  }
}
.hDn7hkH-uRouewUawp .row {
  justify-content: center;
}
.hDn7hkH-uRouewUawp .content-wrapper {
  border-radius: 40px;
  background-color: #eafbff;
  padding: 64px;
}
@media (max-width: 992px) {
  .hDn7hkH-uRouewUawp .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .hDn7hkH-uRouewUawp .content-wrapper {
    padding: 32px;
  }
}
.hDn7hkH-uRouewUawp .content-wrapper .transparency-section-title {
  margin-bottom: 0;
}
.hDn7hkH-uRouewUawp .content-wrapper .transparency-text {
  margin: 16px 0 0;
}
.hDn7hkH-uRouewUawp .transparency-section-title {
  color: #000000;
  text-align: center;
}
.hDn7hkH-uRouewUawp .transparency-text {
  color: #000000;
}
.hDn7hkH-uRp0yY0M7f {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eafbff;
}
.hDn7hkH-uRp0yY0M7f .transparency-fallback-image.disabled {
  display: none;
}
.hDn7hkH-uRp0yY0M7f .transparency-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hDn7hkH-uRp0yY0M7f .content-wrapper {
  padding: 80px 90px;
  background-color: #eafbff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .hDn7hkH-uRp0yY0M7f .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.hDn7hkH-uRp0yY0M7f .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .hDn7hkH-uRp0yY0M7f .content-wrapper .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
.hDn7hkH-uRp0yY0M7f .content-wrapper .content-wrap .card-wrapper {
  position: relative;
  padding: 48px;
  -webkit-flex: inherit;
  width: 100%;
  background-color: #ffffff;
}
@media (max-width: 1200px) {
  .hDn7hkH-uRp0yY0M7f .content-wrapper .content-wrap .card-wrapper {
    padding: 48px 16px;
  }
}
@media (max-width: 992px) {
  .hDn7hkH-uRp0yY0M7f .content-wrapper .content-wrap .card-wrapper {
    padding: 32px 16px;
  }
}
.hDn7hkH-uRp0yY0M7f .content-wrapper .content-wrap .card-wrapper .transparency-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .hDn7hkH-uRp0yY0M7f .content-wrapper .content-wrap .card-wrapper .transparency-section-title {
    margin-bottom: 24px;
  }
}
.hDn7hkH-uRp0yY0M7f .content-wrapper .content-wrap .card-wrapper .transparency-text {
  margin-bottom: 0;
}
.hDn7hkH-uRp0yY0M7f .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
  position: absolute;
  bottom: -1.8rem;
  left: 0;
  width: 100%;
  padding: 0 48px;
}
@media (max-width: 992px) {
  .hDn7hkH-uRp0yY0M7f .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
    padding: 0 16px;
    bottom: -1rem;
  }
}
.hDn7hkH-uRp0yY0M7f .content-wrapper .content-wrap .card-wrapper .icon-wrapper .transparency-iconfont {
  font-size: 70px;
  -webkit-text-stroke-width: .125rem;
  -webkit-text-stroke-color: #050f0f;
  color: #ffb2ef;
}
@media (max-width: 992px) {
  .hDn7hkH-uRp0yY0M7f .content-wrapper .content-wrap .card-wrapper .icon-wrapper .transparency-iconfont {
    font-size: 48px;
    -webkit-text-stroke-width: .1rem;
  }
}
.hDn7hkH-uRp0yY0M7f .content-wrapper .content-wrap .transparency-section-btn {
  margin-top: 54px;
}
@media (max-width: 992px) {
  .hDn7hkH-uRp0yY0M7f .content-wrapper .content-wrap .transparency-section-btn {
    margin-top: 16px;
  }
}
.hDn7hkH-uRp0yY0M7f .content-wrapper .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .hDn7hkH-uRp0yY0M7f .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.hDn7hkH-uRp0yY0M7f .content-wrapper .image-wrapper img {
  height: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .hDn7hkH-uRp0yY0M7f .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.hDn7hkH-uRp0yY0M7f .transparency-section-title {
  color: #050f0f;
}
.hDn7hkH-uRp0yY0M7f .transparency-text {
  color: #050f0f;
  text-align: center;
}
.hDn7hkH-uRp0yY0M7f .transparency-section-btn {
  text-align: center;
}
.hDn7hkH-uRp0yY0M7f .icon-wrapper {
  text-align: right;
}
.hDn7hkH-uRp0yY0M7f .transparency-section-title,
.hDn7hkH-uRp0yY0M7f .transparency-section-btn,
.hDn7hkH-uRp0yY0M7f .icon-wrapper {
  text-align: center;
}
.hDn7hkH-uRotY7H7WD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.hDn7hkH-uRotY7H7WD .transparency-fallback-image.disabled {
  display: none;
}
.hDn7hkH-uRotY7H7WD .transparency-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hDn7hkH-uRotY7H7WD .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #eafbff;
}
@media (max-width: 992px) {
  .hDn7hkH-uRotY7H7WD .card-wrapper {
    padding: 20px;
  }
}
.hDn7hkH-uRotY7H7WD .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .hDn7hkH-uRotY7H7WD .card-wrapper .card-wrap {
    display: none;
  }
}
.hDn7hkH-uRotY7H7WD .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hDn7hkH-uRotY7H7WD .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1e4d2b;
  opacity: 0.5;
  pointer-events: none;
}
.hDn7hkH-uRotY7H7WD .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .hDn7hkH-uRotY7H7WD .card-wrapper .decor-wrapper {
    display: none;
  }
}
.hDn7hkH-uRotY7H7WD .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #ffffff;
  pointer-events: none;
}
.hDn7hkH-uRotY7H7WD .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #ffffff;
  transform: rotate(-45deg);
  pointer-events: none;
}
.hDn7hkH-uRotY7H7WD .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.hDn7hkH-uRotY7H7WD .card-wrapper .title-wrapper .transparency-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .hDn7hkH-uRotY7H7WD .card-wrapper .title-wrapper .transparency-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.hDn7hkH-uRotY7H7WD .card-wrapper .transparency-section-btn {
  position: relative;
  z-index: 1;
}
.hDn7hkH-uRotY7H7WD .transparency-section-title,
.hDn7hkH-uRotY7H7WD .title-wrapper {
  color: #f1f5eb;
}
.hDn7hkH-uRotY7H7WD .transparency-section-title,
.hDn7hkH-uRotY7H7WD .transparency-section-btn,
.hDn7hkH-uRotY7H7WD .title-wrapper {
  text-align: center;
  color: #000000;
}
.hDn7hkH-uRou2FBGMh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eafbff;
}
.hDn7hkH-uRou2FBGMh .transparency-fallback-image.disabled {
  display: none;
}
.hDn7hkH-uRou2FBGMh .transparency-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hDn7hkH-uRou2FBGMh .title-wrapper .transparency-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .hDn7hkH-uRou2FBGMh .title-wrapper .transparency-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.hDn7hkH-uRou2FBGMh .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .hDn7hkH-uRou2FBGMh .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .hDn7hkH-uRou2FBGMh .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .hDn7hkH-uRou2FBGMh .item {
    margin-bottom: 20px;
  }
}
.hDn7hkH-uRou2FBGMh .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .hDn7hkH-uRou2FBGMh .item .item-wrapper {
    padding: 20px;
  }
}
.hDn7hkH-uRou2FBGMh .item .item-wrapper .card-box .card-title_1,
.hDn7hkH-uRou2FBGMh .item .item-wrapper .card-box .card-title_2,
.hDn7hkH-uRou2FBGMh .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 40px;
}
.hDn7hkH-uRou2FBGMh .item .item-wrapper .iconfont-wrapper {
  text-align: center;
}
.hDn7hkH-uRou2FBGMh .item .item-wrapper .iconfont-wrapper .transparency-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #000000;
  background-color: #8de7fa;
}
.hDn7hkH-uRou2FBGMh .item .card_1 {
  background-color: #ffffff;
}
.hDn7hkH-uRou2FBGMh .item .card_2 {
  background-color: #ffffff;
}
.hDn7hkH-uRou2FBGMh .item .card_3 {
  background-color: #ffffff;
}
.hDn7hkH-uRou2FBGMh .btn-wrapper {
  margin-top: -6%;
}
.hDn7hkH-uRou2FBGMh .transparency-section-title,
.hDn7hkH-uRou2FBGMh .title-wrapper {
  color: #000000;
  text-align: center;
}
.hDn7hkH-uRou2FBGMh .card-title_1 {
  color: #f1f5eb;
  text-align: center;
}
.hDn7hkH-uRou2FBGMh .card-title_2 {
  color: #323432;
  text-align: center;
}
.hDn7hkH-uRou2FBGMh .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.hDn7hkH-uRou2FBGMh .card-title_1,
.hDn7hkH-uRou2FBGMh .transparency-section-btn {
  text-align: center;
  color: #000000;
}
.hDn7hkH-uRou2FBGMh .card-title_3,
.hDn7hkH-uRou2FBGMh .transparency-section-btn {
  color: #000000;
}
.hDn7hkH-uRou2FBGMh .card-title_2,
.hDn7hkH-uRou2FBGMh .transparency-section-btn {
  color: #000000;
}
.hDn7hkH-uRp18GTx60 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.hDn7hkH-uRp18GTx60 .transparency-fallback-image.disabled {
  display: none;
}
.hDn7hkH-uRp18GTx60 .transparency-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hDn7hkH-uRp18GTx60 .content-wrap {
  padding: 60px;
  background-color: #eafbff;
}
@media (max-width: 992px) {
  .hDn7hkH-uRp18GTx60 .content-wrap {
    padding: 30px 20px;
  }
}
.hDn7hkH-uRp18GTx60 .content-wrap .row {
  justify-content: center;
}
.hDn7hkH-uRp18GTx60 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .hDn7hkH-uRp18GTx60 .title-wrapper {
    margin-bottom: 40px;
  }
}
.hDn7hkH-uRp18GTx60 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.hDn7hkH-uRp18GTx60 .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.hDn7hkH-uRp18GTx60 .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.hDn7hkH-uRp18GTx60 .title-wrapper .title-wrap .transparency-section-title {
  margin-bottom: 0;
}
.hDn7hkH-uRp18GTx60 .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .hDn7hkH-uRp18GTx60 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.hDn7hkH-uRp18GTx60 .nav-wrapper .transparency-section-subtitle {
  margin-bottom: 20px;
}
.hDn7hkH-uRp18GTx60 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.hDn7hkH-uRp18GTx60 .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.hDn7hkH-uRp18GTx60 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.hDn7hkH-uRp18GTx60 .nav-wrapper .list .item-wrap:hover,
.hDn7hkH-uRp18GTx60 .nav-wrapper .list .item-wrap:focus {
  color: #8de7fa;
}
.hDn7hkH-uRp18GTx60 .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .hDn7hkH-uRp18GTx60 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.hDn7hkH-uRp18GTx60 .contacts-wrapper .transparency-section-subtitle {
  margin-bottom: 20px;
}
.hDn7hkH-uRp18GTx60 .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.hDn7hkH-uRp18GTx60 .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.hDn7hkH-uRp18GTx60 .contacts-wrapper .list .item-wrap:hover,
.hDn7hkH-uRp18GTx60 .contacts-wrapper .list .item-wrap:focus {
  color: #8de7fa;
}
.hDn7hkH-uRp18GTx60 .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.hDn7hkH-uRp18GTx60 .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .hDn7hkH-uRp18GTx60 .social-wrapper {
    margin-bottom: 40px;
  }
}
.hDn7hkH-uRp18GTx60 .social-wrapper .transparency-section-subtitle {
  margin-bottom: 20px;
}
.hDn7hkH-uRp18GTx60 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.hDn7hkH-uRp18GTx60 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.hDn7hkH-uRp18GTx60 .social-wrapper .social-wrap .soc-item a:hover .transparency-iconfont,
.hDn7hkH-uRp18GTx60 .social-wrapper .social-wrap .soc-item a:hover .transparency-iconfont {
  transform: scale(1.1);
}
.hDn7hkH-uRp18GTx60 .social-wrapper .social-wrap .soc-item a .transparency-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.hDn7hkH-uRp18GTx60 .transparency-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #000000;
  text-align: center;
}
.hDn7hkH-uRp18GTx60 .transparency-section-title {
  color: #ed463f;
}
.hDn7hkH-uRp18GTx60 .transparency-section-subtitle {
  color: #000000;
  text-align: left;
}
.hDn7hkH-uRp18GTx60 .list {
  color: #404349;
}
.hDn7hkH-uRp18GTx60 .list,
.hDn7hkH-uRp18GTx60 .item-wrap {
  text-align: left;
  color: #000000;
}
.hDn7hkH-uRopupUhuw .navbar-dropdown {
  position: relative !important;
}
.hDn7hkH-uRopupUhuw .dropdown-item:before {
  font-family: color2 !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;
}
.hDn7hkH-uRopupUhuw .dropdown-menu {
  padding: 0;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.hDn7hkH-uRopupUhuw .dropdown-menu .dropdown-item {
  border: none !important;
  border-radius: 0 !important;
  padding: 13px 20px 13px 28px !important;
  line-height: 1 !important;
}
.hDn7hkH-uRopupUhuw .dropdown-menu .dropdown-item:hover {
  background-color: #112B6D !important;
  color: #FFFFFF !important;
}
.hDn7hkH-uRopupUhuw .dropdown-item:hover,
.hDn7hkH-uRopupUhuw .dropdown-item:focus {
  background: #112B6D !important;
  color: white !important;
}
.hDn7hkH-uRopupUhuw .dropdown-item:hover span {
  color: white;
}
.hDn7hkH-uRopupUhuw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.hDn7hkH-uRopupUhuw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.hDn7hkH-uRopupUhuw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.hDn7hkH-uRopupUhuw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.hDn7hkH-uRopupUhuw .nav-link {
  position: relative;
}
.hDn7hkH-uRopupUhuw .container {
  display: flex;
  margin: auto;
  max-width: 100%;
  width: 100%;
  padding: 0 3.4rem !important;
  min-height: 60px;
}
@media (min-width: 992px) {
  .hDn7hkH-uRopupUhuw .container {
    flex-wrap: nowrap;
  }
}
.hDn7hkH-uRopupUhuw .iconfont-wrapper {
  color: #112b6d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.hDn7hkH-uRopupUhuw .navbar-nav {
  padding: 5px !important;
}
.hDn7hkH-uRopupUhuw .navbar-nav .nav-item {
  margin: 0 5px !important;
  padding: 0 !important;
}
.hDn7hkH-uRopupUhuw .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 13px 8px !important;
  font-weight: 400 !important;
}
.hDn7hkH-uRopupUhuw .dropdown-menu,
.hDn7hkH-uRopupUhuw .navbar.opened {
  background: #ffffff !important;
}
.hDn7hkH-uRopupUhuw .nav-item:focus,
.hDn7hkH-uRopupUhuw .nav-link:focus {
  outline: none;
}
.hDn7hkH-uRopupUhuw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.hDn7hkH-uRopupUhuw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.hDn7hkH-uRopupUhuw .dropdown .dropdown-menu .dropdown-item .transparency-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.hDn7hkH-uRopupUhuw .dropdown .dropdown-menu .dropdown-item .transparency-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.hDn7hkH-uRopupUhuw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.hDn7hkH-uRopupUhuw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.hDn7hkH-uRopupUhuw .navbar {
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.hDn7hkH-uRopupUhuw .navbar.opened {
  transition: all 0.3s;
}
.hDn7hkH-uRopupUhuw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
  font-weight: 400 !important;
}
.hDn7hkH-uRopupUhuw .navbar .navbar-logo img {
  width: auto;
}
.hDn7hkH-uRopupUhuw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.hDn7hkH-uRopupUhuw .navbar.collapsed {
  justify-content: center;
}
.hDn7hkH-uRopupUhuw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.hDn7hkH-uRopupUhuw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .hDn7hkH-uRopupUhuw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.hDn7hkH-uRopupUhuw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.hDn7hkH-uRopupUhuw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.hDn7hkH-uRopupUhuw .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%;
}
.hDn7hkH-uRopupUhuw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.hDn7hkH-uRopupUhuw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.hDn7hkH-uRopupUhuw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .hDn7hkH-uRopupUhuw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .hDn7hkH-uRopupUhuw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .hDn7hkH-uRopupUhuw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .hDn7hkH-uRopupUhuw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .hDn7hkH-uRopupUhuw .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%;
  }
  .hDn7hkH-uRopupUhuw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .hDn7hkH-uRopupUhuw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .hDn7hkH-uRopupUhuw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .hDn7hkH-uRopupUhuw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .hDn7hkH-uRopupUhuw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .hDn7hkH-uRopupUhuw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .hDn7hkH-uRopupUhuw .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.hDn7hkH-uRopupUhuw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.hDn7hkH-uRopupUhuw .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.hDn7hkH-uRopupUhuw .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.hDn7hkH-uRopupUhuw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.hDn7hkH-uRopupUhuw .navbar-brand .navbar-logo a {
  outline: none;
}
.hDn7hkH-uRopupUhuw .dropdown-item.active,
.hDn7hkH-uRopupUhuw .dropdown-item:active {
  background-color: transparent;
}
.hDn7hkH-uRopupUhuw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.hDn7hkH-uRopupUhuw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.hDn7hkH-uRopupUhuw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.hDn7hkH-uRopupUhuw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.hDn7hkH-uRopupUhuw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.hDn7hkH-uRopupUhuw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.hDn7hkH-uRopupUhuw ul.navbar-nav {
  flex-wrap: wrap;
}
.hDn7hkH-uRopupUhuw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.hDn7hkH-uRopupUhuw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.hDn7hkH-uRopupUhuw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.hDn7hkH-uRopupUhuw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.hDn7hkH-uRopupUhuw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.hDn7hkH-uRopupUhuw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.hDn7hkH-uRopupUhuw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.hDn7hkH-uRopupUhuw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.hDn7hkH-uRopupUhuw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.hDn7hkH-uRopupUhuw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.hDn7hkH-uRopupUhuw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.hDn7hkH-uRopupUhuw .navbar-dropdown {
  padding: 0 1rem;
}
.hDn7hkH-uRopupUhuw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hDn7hkH-uRopupUhuw .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) {
  .hDn7hkH-uRopupUhuw .navbar {
    height: 70px;
  }
  .hDn7hkH-uRopupUhuw .navbar.opened {
    height: auto;
  }
  .hDn7hkH-uRopupUhuw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.hDn7hkH-uRopupUhuw .container-head {
  width: 100%;
  min-height: 60px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  background-color: #8de7fa;
}
.hDn7hkH-uRopupUhuw .transparency-section-title {
  color: #000000;
  max-width: 50%;
  margin-right: auto;
  text-align: left;
}
.hDn7hkH-uRopupUhuw .transparency-section-btn {
  max-width: 50%;
  text-align: right;
  margin-left: auto;
}
.hDn7hkH-uRopupUhuw .transparency-section-btn .btn {
  font-weight: 500 !important;
}
.hDn7hkH-uRopupUhuw .transparency-section-btn .btn:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
@media (max-width: 991px) {
  .hDn7hkH-uRopupUhuw .container-head {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .hDn7hkH-uRopupUhuw .container {
    overflow: hidden;
  }
  .hDn7hkH-uRopupUhuw .transparency-section-title {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    text-align: center !important;
  }
  .hDn7hkH-uRopupUhuw .transparency-section-btn {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin-left: 0;
  }
  .hDn7hkH-uRopupUhuw .icons-menu {
    margin: 0 auto;
    padding-right: 0;
  }
  .hDn7hkH-uRopupUhuw .navbar-collapse {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    margin: 0 -3.4rem;
  }
  .hDn7hkH-uRopupUhuw .navbar-nav {
    padding: 0 !important;
  }
  .hDn7hkH-uRopupUhuw .navbar-nav .nav-item {
    margin: 0  !important;
    padding: 0 !important;
  }
  .hDn7hkH-uRopupUhuw .navbar-nav .nav-item .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 10px 20px !important;
    font-weight: 400 !important;
  }
  .hDn7hkH-uRopupUhuw .navbar-nav .nav-item .nav-link:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .hDn7hkH-uRopupUhuw .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    text-align: left !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 13px 20px 13px 28px !important;
    line-height: 1 !important;
  }
  .hDn7hkH-uRopupUhuw .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .hDn7hkH-uRopupUhuw .navbar-nav .dropdown-menu .dropdown-submenu {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .hDn7hkH-uRopupUhuw .container {
    padding: 25px 15px !important;
  }
  .hDn7hkH-uRopupUhuw .container-head {
    padding: 10px !important;
  }
  .hDn7hkH-uRopupUhuw .navbar-collapse {
    margin: 0 -15px -25px !important;
  }
  .hDn7hkH-uRopupUhuw .navbar .navbar-brand {
    width: auto !important;
    max-width: 60%;
  }
  .hDn7hkH-uRopupUhuw .navbar-toggler {
    margin-right: 6%;
    max-width: 40%;
  }
}
.hDn7hkH-uRoCJkqykH {
  position: relative;
  align-items: flex-end;
  padding-bottom: 16px;
  background-color: #eafbff;
}
.hDn7hkH-uRoCJkqykH .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .hDn7hkH-uRoCJkqykH .image-wrap {
    padding: 16px;
  }
}
.hDn7hkH-uRoCJkqykH .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hDn7hkH-uRoCJkqykH .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .hDn7hkH-uRoCJkqykH .image-overlay {
    padding: 16px;
  }
}
.hDn7hkH-uRoCJkqykH .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}
.hDn7hkH-uRoCJkqykH .transparency-fallback-image.disabled {
  display: none;
}
.hDn7hkH-uRoCJkqykH .transparency-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hDn7hkH-uRoCJkqykH .row {
  justify-content: center;
}
.hDn7hkH-uRoCJkqykH .card-wrapper {
  padding: 90px 30px 90px;
  position: relative;
  z-index: 2;
  background-color: #eafbff;
}
@media (max-width: 992px) {
  .hDn7hkH-uRoCJkqykH .card-wrapper {
    padding: 30px 16px;
    margin-top: 300px;
  }
}
.hDn7hkH-uRoCJkqykH .card-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.hDn7hkH-uRoCJkqykH .card-wrapper .label-wrapper .label-wrap .transparency-label {
  margin-bottom: 0;
}
.hDn7hkH-uRoCJkqykH .card-wrapper .label-wrapper .label-wrap .transparency-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.hDn7hkH-uRoCJkqykH .card-wrapper .transparency-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .hDn7hkH-uRoCJkqykH .card-wrapper .transparency-section-title {
    margin-bottom: 30px;
  }
}
.hDn7hkH-uRoCJkqykH .card-wrapper .text-wrapper .transparency-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .hDn7hkH-uRoCJkqykH .card-wrapper .text-wrapper .transparency-text {
    width: 100%;
  }
}
.hDn7hkH-uRoCJkqykH .transparency-label,
.hDn7hkH-uRoCJkqykH .label-wrapper {
  color: #FFBE0D;
  text-align: center;
}
.hDn7hkH-uRoCJkqykH .transparency-section-title {
  color: #fff7ee;
}
.hDn7hkH-uRoCJkqykH .transparency-text,
.hDn7hkH-uRoCJkqykH .text-wrapper {
  color: #000000;
  text-align: center;
}
.hDn7hkH-uRoCJkqykH .transparency-section-btn .btn {
  margin-bottom: 0;
}
.hDn7hkH-uRoCJkqykH .transparency-section-title,
.hDn7hkH-uRoCJkqykH .transparency-section-btn {
  text-align: center;
  color: #000000;
}
.hDn7hkH-uRoEvF2r0Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.hDn7hkH-uRoEvF2r0Y .transparency-fallback-image.disabled {
  display: none;
}
.hDn7hkH-uRoEvF2r0Y .transparency-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hDn7hkH-uRoEvF2r0Y .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .hDn7hkH-uRoEvF2r0Y .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .hDn7hkH-uRoEvF2r0Y .container {
    padding: 0 24px;
  }
}
.hDn7hkH-uRoEvF2r0Y .row {
  justify-content: center;
}
.hDn7hkH-uRoEvF2r0Y .content-wrapper {
  border-radius: 40px;
  background-color: #eafbff;
  padding: 64px;
}
@media (max-width: 992px) {
  .hDn7hkH-uRoEvF2r0Y .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .hDn7hkH-uRoEvF2r0Y .content-wrapper {
    padding: 32px;
  }
}
.hDn7hkH-uRoEvF2r0Y .content-wrapper .transparency-section-title {
  margin-bottom: 0;
}
.hDn7hkH-uRoEvF2r0Y .content-wrapper .transparency-text {
  margin: 16px 0 0;
}
.hDn7hkH-uRoEvF2r0Y .transparency-section-title {
  color: #000000;
  text-align: center;
}
.hDn7hkH-uRoEvF2r0Y .transparency-text {
  color: #000000;
}
.hDn7hkH-uRoEJxl90c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eafbff;
}
.hDn7hkH-uRoEJxl90c .transparency-fallback-image.disabled {
  display: none;
}
.hDn7hkH-uRoEJxl90c .transparency-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hDn7hkH-uRoEJxl90c .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .hDn7hkH-uRoEJxl90c .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .hDn7hkH-uRoEJxl90c .container {
    padding: 0 26px;
  }
}
.hDn7hkH-uRoEJxl90c .row {
  margin: 0;
}
@media (max-width: 992px) {
  .hDn7hkH-uRoEJxl90c .row {
    margin: 0 -12px;
  }
}
.hDn7hkH-uRoEJxl90c .card {
  position: relative;
  padding: 0 50px 0 0;
  justify-content: center;
  border-radius: 0;
}
.hDn7hkH-uRoEJxl90c .card:first-child {
  border-right: 1px solid #8de7fa;
}
@media (max-width: 992px) {
  .hDn7hkH-uRoEJxl90c .card:first-child {
    border: none;
  }
}
.hDn7hkH-uRoEJxl90c .card:first-child::before {
  content: '';
  position: absolute;
  right: -8px;
  width: 15px;
  height: 15px;
  background-color: #8de7fa;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .hDn7hkH-uRoEJxl90c .card:first-child::before {
    display: none;
  }
}
.hDn7hkH-uRoEJxl90c .card:last-child {
  padding: 0 0 0 50px;
}
@media (max-width: 992px) {
  .hDn7hkH-uRoEJxl90c .card:last-child {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .hDn7hkH-uRoEJxl90c .card {
    padding: 0 12px;
  }
}
.hDn7hkH-uRoEJxl90c .image-wrapper {
  padding: 40px 0;
}
@media (max-width: 992px) {
  .hDn7hkH-uRoEJxl90c .image-wrapper {
    padding: 0 0 40px 0;
  }
}
.hDn7hkH-uRoEJxl90c .image-wrapper img {
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .hDn7hkH-uRoEJxl90c .image-wrapper img {
    height: 300px;
  }
}
.hDn7hkH-uRoEJxl90c .title-wrapper .title-wrap {
  padding: 40px;
}
@media (max-width: 992px) {
  .hDn7hkH-uRoEJxl90c .title-wrapper .title-wrap {
    padding: 0;
  }
}
.hDn7hkH-uRoEJxl90c .title-wrapper .title-wrap .transparency-section-title {
  margin-bottom: 18px;
}
.hDn7hkH-uRoEJxl90c .title-wrapper .title-wrap .transparency-text {
  margin-bottom: 0;
}
.hDn7hkH-uRoEJxl90c .transparency-section-title {
  color: #000000;
}
.hDn7hkH-uRoEJxl90c .transparency-text {
  color: #000000;
}
.hDn7hkH-uRoF0nYQrx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.hDn7hkH-uRoF0nYQrx .transparency-fallback-image.disabled {
  display: none;
}
.hDn7hkH-uRoF0nYQrx .transparency-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hDn7hkH-uRoF0nYQrx .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .hDn7hkH-uRoF0nYQrx .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .hDn7hkH-uRoF0nYQrx .container {
    padding: 0 24px;
  }
}
.hDn7hkH-uRoF0nYQrx .row {
  justify-content: center;
}
.hDn7hkH-uRoF0nYQrx .content-wrapper {
  border-radius: 40px;
  background-color: #eafbff;
  padding: 64px;
}
@media (max-width: 992px) {
  .hDn7hkH-uRoF0nYQrx .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .hDn7hkH-uRoF0nYQrx .content-wrapper {
    padding: 32px;
  }
}
.hDn7hkH-uRoF0nYQrx .content-wrapper .transparency-section-title {
  margin-bottom: 0;
}
.hDn7hkH-uRoF0nYQrx .content-wrapper .transparency-text {
  margin: 16px 0 0;
}
.hDn7hkH-uRoF0nYQrx .transparency-section-title {
  color: #000000;
  text-align: center;
}
.hDn7hkH-uRoF0nYQrx .transparency-text {
  color: #000000;
}
.hDn7hkH-uRp18GTx60 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.hDn7hkH-uRp18GTx60 .transparency-fallback-image.disabled {
  display: none;
}
.hDn7hkH-uRp18GTx60 .transparency-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hDn7hkH-uRp18GTx60 .content-wrap {
  padding: 60px;
  background-color: #eafbff;
}
@media (max-width: 992px) {
  .hDn7hkH-uRp18GTx60 .content-wrap {
    padding: 30px 20px;
  }
}
.hDn7hkH-uRp18GTx60 .content-wrap .row {
  justify-content: center;
}
.hDn7hkH-uRp18GTx60 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .hDn7hkH-uRp18GTx60 .title-wrapper {
    margin-bottom: 40px;
  }
}
.hDn7hkH-uRp18GTx60 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.hDn7hkH-uRp18GTx60 .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.hDn7hkH-uRp18GTx60 .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.hDn7hkH-uRp18GTx60 .title-wrapper .title-wrap .transparency-section-title {
  margin-bottom: 0;
}
.hDn7hkH-uRp18GTx60 .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .hDn7hkH-uRp18GTx60 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.hDn7hkH-uRp18GTx60 .nav-wrapper .transparency-section-subtitle {
  margin-bottom: 20px;
}
.hDn7hkH-uRp18GTx60 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.hDn7hkH-uRp18GTx60 .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.hDn7hkH-uRp18GTx60 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.hDn7hkH-uRp18GTx60 .nav-wrapper .list .item-wrap:hover,
.hDn7hkH-uRp18GTx60 .nav-wrapper .list .item-wrap:focus {
  color: #8de7fa;
}
.hDn7hkH-uRp18GTx60 .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .hDn7hkH-uRp18GTx60 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.hDn7hkH-uRp18GTx60 .contacts-wrapper .transparency-section-subtitle {
  margin-bottom: 20px;
}
.hDn7hkH-uRp18GTx60 .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.hDn7hkH-uRp18GTx60 .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.hDn7hkH-uRp18GTx60 .contacts-wrapper .list .item-wrap:hover,
.hDn7hkH-uRp18GTx60 .contacts-wrapper .list .item-wrap:focus {
  color: #8de7fa;
}
.hDn7hkH-uRp18GTx60 .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.hDn7hkH-uRp18GTx60 .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .hDn7hkH-uRp18GTx60 .social-wrapper {
    margin-bottom: 40px;
  }
}
.hDn7hkH-uRp18GTx60 .social-wrapper .transparency-section-subtitle {
  margin-bottom: 20px;
}
.hDn7hkH-uRp18GTx60 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.hDn7hkH-uRp18GTx60 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.hDn7hkH-uRp18GTx60 .social-wrapper .social-wrap .soc-item a:hover .transparency-iconfont,
.hDn7hkH-uRp18GTx60 .social-wrapper .social-wrap .soc-item a:hover .transparency-iconfont {
  transform: scale(1.1);
}
.hDn7hkH-uRp18GTx60 .social-wrapper .social-wrap .soc-item a .transparency-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.hDn7hkH-uRp18GTx60 .transparency-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #000000;
  text-align: center;
}
.hDn7hkH-uRp18GTx60 .transparency-section-title {
  color: #ed463f;
}
.hDn7hkH-uRp18GTx60 .transparency-section-subtitle {
  color: #000000;
  text-align: left;
}
.hDn7hkH-uRp18GTx60 .list {
  color: #404349;
}
.hDn7hkH-uRp18GTx60 .list,
.hDn7hkH-uRp18GTx60 .item-wrap {
  text-align: left;
  color: #000000;
}
.hDn7hkH-uRopupUhuw .navbar-dropdown {
  position: relative !important;
}
.hDn7hkH-uRopupUhuw .dropdown-item:before {
  font-family: color2 !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;
}
.hDn7hkH-uRopupUhuw .dropdown-menu {
  padding: 0;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.hDn7hkH-uRopupUhuw .dropdown-menu .dropdown-item {
  border: none !important;
  border-radius: 0 !important;
  padding: 13px 20px 13px 28px !important;
  line-height: 1 !important;
}
.hDn7hkH-uRopupUhuw .dropdown-menu .dropdown-item:hover {
  background-color: #112B6D !important;
  color: #FFFFFF !important;
}
.hDn7hkH-uRopupUhuw .dropdown-item:hover,
.hDn7hkH-uRopupUhuw .dropdown-item:focus {
  background: #112B6D !important;
  color: white !important;
}
.hDn7hkH-uRopupUhuw .dropdown-item:hover span {
  color: white;
}
.hDn7hkH-uRopupUhuw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.hDn7hkH-uRopupUhuw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.hDn7hkH-uRopupUhuw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.hDn7hkH-uRopupUhuw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.hDn7hkH-uRopupUhuw .nav-link {
  position: relative;
}
.hDn7hkH-uRopupUhuw .container {
  display: flex;
  margin: auto;
  max-width: 100%;
  width: 100%;
  padding: 0 3.4rem !important;
  min-height: 60px;
}
@media (min-width: 992px) {
  .hDn7hkH-uRopupUhuw .container {
    flex-wrap: nowrap;
  }
}
.hDn7hkH-uRopupUhuw .iconfont-wrapper {
  color: #112b6d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.hDn7hkH-uRopupUhuw .navbar-nav {
  padding: 5px !important;
}
.hDn7hkH-uRopupUhuw .navbar-nav .nav-item {
  margin: 0 5px !important;
  padding: 0 !important;
}
.hDn7hkH-uRopupUhuw .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 13px 8px !important;
  font-weight: 400 !important;
}
.hDn7hkH-uRopupUhuw .dropdown-menu,
.hDn7hkH-uRopupUhuw .navbar.opened {
  background: #ffffff !important;
}
.hDn7hkH-uRopupUhuw .nav-item:focus,
.hDn7hkH-uRopupUhuw .nav-link:focus {
  outline: none;
}
.hDn7hkH-uRopupUhuw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.hDn7hkH-uRopupUhuw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.hDn7hkH-uRopupUhuw .dropdown .dropdown-menu .dropdown-item .transparency-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.hDn7hkH-uRopupUhuw .dropdown .dropdown-menu .dropdown-item .transparency-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.hDn7hkH-uRopupUhuw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.hDn7hkH-uRopupUhuw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.hDn7hkH-uRopupUhuw .navbar {
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.hDn7hkH-uRopupUhuw .navbar.opened {
  transition: all 0.3s;
}
.hDn7hkH-uRopupUhuw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
  font-weight: 400 !important;
}
.hDn7hkH-uRopupUhuw .navbar .navbar-logo img {
  width: auto;
}
.hDn7hkH-uRopupUhuw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.hDn7hkH-uRopupUhuw .navbar.collapsed {
  justify-content: center;
}
.hDn7hkH-uRopupUhuw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.hDn7hkH-uRopupUhuw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .hDn7hkH-uRopupUhuw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.hDn7hkH-uRopupUhuw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.hDn7hkH-uRopupUhuw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.hDn7hkH-uRopupUhuw .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%;
}
.hDn7hkH-uRopupUhuw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.hDn7hkH-uRopupUhuw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.hDn7hkH-uRopupUhuw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .hDn7hkH-uRopupUhuw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .hDn7hkH-uRopupUhuw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .hDn7hkH-uRopupUhuw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .hDn7hkH-uRopupUhuw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .hDn7hkH-uRopupUhuw .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%;
  }
  .hDn7hkH-uRopupUhuw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .hDn7hkH-uRopupUhuw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .hDn7hkH-uRopupUhuw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .hDn7hkH-uRopupUhuw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .hDn7hkH-uRopupUhuw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .hDn7hkH-uRopupUhuw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .hDn7hkH-uRopupUhuw .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.hDn7hkH-uRopupUhuw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.hDn7hkH-uRopupUhuw .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.hDn7hkH-uRopupUhuw .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.hDn7hkH-uRopupUhuw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.hDn7hkH-uRopupUhuw .navbar-brand .navbar-logo a {
  outline: none;
}
.hDn7hkH-uRopupUhuw .dropdown-item.active,
.hDn7hkH-uRopupUhuw .dropdown-item:active {
  background-color: transparent;
}
.hDn7hkH-uRopupUhuw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.hDn7hkH-uRopupUhuw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.hDn7hkH-uRopupUhuw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.hDn7hkH-uRopupUhuw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.hDn7hkH-uRopupUhuw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.hDn7hkH-uRopupUhuw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.hDn7hkH-uRopupUhuw ul.navbar-nav {
  flex-wrap: wrap;
}
.hDn7hkH-uRopupUhuw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.hDn7hkH-uRopupUhuw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.hDn7hkH-uRopupUhuw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.hDn7hkH-uRopupUhuw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.hDn7hkH-uRopupUhuw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.hDn7hkH-uRopupUhuw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.hDn7hkH-uRopupUhuw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.hDn7hkH-uRopupUhuw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.hDn7hkH-uRopupUhuw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.hDn7hkH-uRopupUhuw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.hDn7hkH-uRopupUhuw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.hDn7hkH-uRopupUhuw .navbar-dropdown {
  padding: 0 1rem;
}
.hDn7hkH-uRopupUhuw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hDn7hkH-uRopupUhuw .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) {
  .hDn7hkH-uRopupUhuw .navbar {
    height: 70px;
  }
  .hDn7hkH-uRopupUhuw .navbar.opened {
    height: auto;
  }
  .hDn7hkH-uRopupUhuw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.hDn7hkH-uRopupUhuw .container-head {
  width: 100%;
  min-height: 60px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  background-color: #8de7fa;
}
.hDn7hkH-uRopupUhuw .transparency-section-title {
  color: #000000;
  max-width: 50%;
  margin-right: auto;
  text-align: left;
}
.hDn7hkH-uRopupUhuw .transparency-section-btn {
  max-width: 50%;
  text-align: right;
  margin-left: auto;
}
.hDn7hkH-uRopupUhuw .transparency-section-btn .btn {
  font-weight: 500 !important;
}
.hDn7hkH-uRopupUhuw .transparency-section-btn .btn:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
@media (max-width: 991px) {
  .hDn7hkH-uRopupUhuw .container-head {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .hDn7hkH-uRopupUhuw .container {
    overflow: hidden;
  }
  .hDn7hkH-uRopupUhuw .transparency-section-title {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    text-align: center !important;
  }
  .hDn7hkH-uRopupUhuw .transparency-section-btn {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin-left: 0;
  }
  .hDn7hkH-uRopupUhuw .icons-menu {
    margin: 0 auto;
    padding-right: 0;
  }
  .hDn7hkH-uRopupUhuw .navbar-collapse {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    margin: 0 -3.4rem;
  }
  .hDn7hkH-uRopupUhuw .navbar-nav {
    padding: 0 !important;
  }
  .hDn7hkH-uRopupUhuw .navbar-nav .nav-item {
    margin: 0  !important;
    padding: 0 !important;
  }
  .hDn7hkH-uRopupUhuw .navbar-nav .nav-item .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 10px 20px !important;
    font-weight: 400 !important;
  }
  .hDn7hkH-uRopupUhuw .navbar-nav .nav-item .nav-link:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .hDn7hkH-uRopupUhuw .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    text-align: left !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 13px 20px 13px 28px !important;
    line-height: 1 !important;
  }
  .hDn7hkH-uRopupUhuw .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .hDn7hkH-uRopupUhuw .navbar-nav .dropdown-menu .dropdown-submenu {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .hDn7hkH-uRopupUhuw .container {
    padding: 25px 15px !important;
  }
  .hDn7hkH-uRopupUhuw .container-head {
    padding: 10px !important;
  }
  .hDn7hkH-uRopupUhuw .navbar-collapse {
    margin: 0 -15px -25px !important;
  }
  .hDn7hkH-uRopupUhuw .navbar .navbar-brand {
    width: auto !important;
    max-width: 60%;
  }
  .hDn7hkH-uRopupUhuw .navbar-toggler {
    margin-right: 6%;
    max-width: 40%;
  }
}
.hDn7hkH-uRoFDaFykF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #eafbff;
}
.hDn7hkH-uRoFDaFykF .transparency-fallback-image.disabled {
  display: none;
}
.hDn7hkH-uRoFDaFykF .transparency-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hDn7hkH-uRoFDaFykF .row {
  justify-content: center;
}
.hDn7hkH-uRoFDaFykF .card {
  justify-content: center;
}
.hDn7hkH-uRoFDaFykF .content-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .hDn7hkH-uRoFDaFykF .content-wrapper {
    margin-bottom: 40px;
  }
}
.hDn7hkH-uRoFDaFykF .content-wrapper .transparency-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .hDn7hkH-uRoFDaFykF .content-wrapper .transparency-section-title {
    margin-bottom: 30px;
  }
}
.hDn7hkH-uRoFDaFykF .content-wrapper .text-wrapper .transparency-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .hDn7hkH-uRoFDaFykF .content-wrapper .text-wrapper .transparency-text {
    width: 100%;
  }
}
.hDn7hkH-uRoFDaFykF .form-wrap::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#8de7fa, transparent);
  filter: blur(100px);
}
.hDn7hkH-uRoFDaFykF .form-wrapper {
  position: relative;
  z-index: 1;
  padding: 48px;
  background-color: #8de7fa;
}
@media (max-width: 1440px) {
  .hDn7hkH-uRoFDaFykF .form-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .hDn7hkH-uRoFDaFykF .form-wrapper {
    padding: 30px 20px;
  }
}
.hDn7hkH-uRoFDaFykF .form-wrapper .dragArea.row {
  margin: 0;
}
.hDn7hkH-uRoFDaFykF .form-wrapper .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.hDn7hkH-uRoFDaFykF .form-wrapper .dragArea.row .form-group .form-control-label {
  margin-bottom: 0;
}
.hDn7hkH-uRoFDaFykF .form-wrapper .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 20px 0 40px;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #000000 !important;
  border-radius: 0 !important;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .hDn7hkH-uRoFDaFykF .form-wrapper .dragArea.row .form-group .form-control {
    padding: 20px 0 30px;
    margin-bottom: 30px;
  }
}
.hDn7hkH-uRoFDaFykF .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.hDn7hkH-uRoFDaFykF .form-wrapper .dragArea.row .form-group .form-control:hover,
.hDn7hkH-uRoFDaFykF .form-wrapper .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #000000 !important;
}
.hDn7hkH-uRoFDaFykF .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.hDn7hkH-uRoFDaFykF .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.hDn7hkH-uRoFDaFykF .form-wrapper .dragArea.row .transparency-section-btn {
  width: 100%;
  margin-top: 30px;
}
.hDn7hkH-uRoFDaFykF .form-wrapper .dragArea.row .transparency-section-btn .btn {
  min-width: auto;
  width: 100%;
  margin-left: 0;
}
.hDn7hkH-uRoFDaFykF .transparency-section-title {
  color: #ffffff;
}
.hDn7hkH-uRoFDaFykF .transparency-text,
.hDn7hkH-uRoFDaFykF .text-wrapper {
  color: #000000;
  text-align: center;
}
.hDn7hkH-uRoFDaFykF label {
  color: #000000;
}
.hDn7hkH-uRoFDaFykF .transparency-section-title,
.hDn7hkH-uRoFDaFykF .transparency-section-btn {
  color: #000000;
  text-align: center;
}
.hDn7hkH-uRoLW5quDa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.hDn7hkH-uRoLW5quDa .transparency-fallback-image.disabled {
  display: none;
}
.hDn7hkH-uRoLW5quDa .transparency-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hDn7hkH-uRoLW5quDa .title-wrapper .transparency-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .hDn7hkH-uRoLW5quDa .title-wrapper .transparency-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.hDn7hkH-uRoLW5quDa .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .hDn7hkH-uRoLW5quDa .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .hDn7hkH-uRoLW5quDa .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .hDn7hkH-uRoLW5quDa .item {
    margin-bottom: 20px;
  }
}
.hDn7hkH-uRoLW5quDa .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .hDn7hkH-uRoLW5quDa .item .item-wrapper {
    padding: 20px;
  }
}
.hDn7hkH-uRoLW5quDa .item .item-wrapper .card-box .card-title_1,
.hDn7hkH-uRoLW5quDa .item .item-wrapper .card-box .card-title_2,
.hDn7hkH-uRoLW5quDa .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 40px;
}
.hDn7hkH-uRoLW5quDa .item .item-wrapper .iconfont-wrapper {
  text-align: center;
}
.hDn7hkH-uRoLW5quDa .item .item-wrapper .iconfont-wrapper .transparency-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #000000;
  background-color: #8de7fa;
}
.hDn7hkH-uRoLW5quDa .item .card_1 {
  background-color: #eafbff;
}
.hDn7hkH-uRoLW5quDa .item .card_2 {
  background-color: #eafbff;
}
.hDn7hkH-uRoLW5quDa .item .card_3 {
  background-color: #eafbff;
}
.hDn7hkH-uRoLW5quDa .btn-wrapper {
  margin-top: -6%;
}
.hDn7hkH-uRoLW5quDa .transparency-section-title,
.hDn7hkH-uRoLW5quDa .title-wrapper {
  color: #000000;
  text-align: center;
}
.hDn7hkH-uRoLW5quDa .card-title_1 {
  color: #f1f5eb;
  text-align: center;
}
.hDn7hkH-uRoLW5quDa .card-title_2 {
  color: #323432;
  text-align: center;
}
.hDn7hkH-uRoLW5quDa .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.hDn7hkH-uRoLW5quDa .card-title_1,
.hDn7hkH-uRoLW5quDa .transparency-section-btn {
  text-align: center;
  color: #000000;
}
.hDn7hkH-uRoLW5quDa .card-title_3,
.hDn7hkH-uRoLW5quDa .transparency-section-btn {
  color: #000000;
}
.hDn7hkH-uRoLW5quDa .card-title_2,
.hDn7hkH-uRoLW5quDa .transparency-section-btn {
  color: #000000;
}
.hDn7hkH-uRp18GTx60 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.hDn7hkH-uRp18GTx60 .transparency-fallback-image.disabled {
  display: none;
}
.hDn7hkH-uRp18GTx60 .transparency-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hDn7hkH-uRp18GTx60 .content-wrap {
  padding: 60px;
  background-color: #eafbff;
}
@media (max-width: 992px) {
  .hDn7hkH-uRp18GTx60 .content-wrap {
    padding: 30px 20px;
  }
}
.hDn7hkH-uRp18GTx60 .content-wrap .row {
  justify-content: center;
}
.hDn7hkH-uRp18GTx60 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .hDn7hkH-uRp18GTx60 .title-wrapper {
    margin-bottom: 40px;
  }
}
.hDn7hkH-uRp18GTx60 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.hDn7hkH-uRp18GTx60 .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.hDn7hkH-uRp18GTx60 .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.hDn7hkH-uRp18GTx60 .title-wrapper .title-wrap .transparency-section-title {
  margin-bottom: 0;
}
.hDn7hkH-uRp18GTx60 .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .hDn7hkH-uRp18GTx60 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.hDn7hkH-uRp18GTx60 .nav-wrapper .transparency-section-subtitle {
  margin-bottom: 20px;
}
.hDn7hkH-uRp18GTx60 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.hDn7hkH-uRp18GTx60 .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.hDn7hkH-uRp18GTx60 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.hDn7hkH-uRp18GTx60 .nav-wrapper .list .item-wrap:hover,
.hDn7hkH-uRp18GTx60 .nav-wrapper .list .item-wrap:focus {
  color: #8de7fa;
}
.hDn7hkH-uRp18GTx60 .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .hDn7hkH-uRp18GTx60 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.hDn7hkH-uRp18GTx60 .contacts-wrapper .transparency-section-subtitle {
  margin-bottom: 20px;
}
.hDn7hkH-uRp18GTx60 .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.hDn7hkH-uRp18GTx60 .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.hDn7hkH-uRp18GTx60 .contacts-wrapper .list .item-wrap:hover,
.hDn7hkH-uRp18GTx60 .contacts-wrapper .list .item-wrap:focus {
  color: #8de7fa;
}
.hDn7hkH-uRp18GTx60 .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.hDn7hkH-uRp18GTx60 .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .hDn7hkH-uRp18GTx60 .social-wrapper {
    margin-bottom: 40px;
  }
}
.hDn7hkH-uRp18GTx60 .social-wrapper .transparency-section-subtitle {
  margin-bottom: 20px;
}
.hDn7hkH-uRp18GTx60 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.hDn7hkH-uRp18GTx60 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.hDn7hkH-uRp18GTx60 .social-wrapper .social-wrap .soc-item a:hover .transparency-iconfont,
.hDn7hkH-uRp18GTx60 .social-wrapper .social-wrap .soc-item a:hover .transparency-iconfont {
  transform: scale(1.1);
}
.hDn7hkH-uRp18GTx60 .social-wrapper .social-wrap .soc-item a .transparency-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.hDn7hkH-uRp18GTx60 .transparency-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #000000;
  text-align: center;
}
.hDn7hkH-uRp18GTx60 .transparency-section-title {
  color: #ed463f;
}
.hDn7hkH-uRp18GTx60 .transparency-section-subtitle {
  color: #000000;
  text-align: left;
}
.hDn7hkH-uRp18GTx60 .list {
  color: #404349;
}
.hDn7hkH-uRp18GTx60 .list,
.hDn7hkH-uRp18GTx60 .item-wrap {
  text-align: left;
  color: #000000;
}
.hDn7hkH-uRopupUhuw .navbar-dropdown {
  position: relative !important;
}
.hDn7hkH-uRopupUhuw .dropdown-item:before {
  font-family: color2 !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;
}
.hDn7hkH-uRopupUhuw .dropdown-menu {
  padding: 0;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.hDn7hkH-uRopupUhuw .dropdown-menu .dropdown-item {
  border: none !important;
  border-radius: 0 !important;
  padding: 13px 20px 13px 28px !important;
  line-height: 1 !important;
}
.hDn7hkH-uRopupUhuw .dropdown-menu .dropdown-item:hover {
  background-color: #112B6D !important;
  color: #FFFFFF !important;
}
.hDn7hkH-uRopupUhuw .dropdown-item:hover,
.hDn7hkH-uRopupUhuw .dropdown-item:focus {
  background: #112B6D !important;
  color: white !important;
}
.hDn7hkH-uRopupUhuw .dropdown-item:hover span {
  color: white;
}
.hDn7hkH-uRopupUhuw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.hDn7hkH-uRopupUhuw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.hDn7hkH-uRopupUhuw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.hDn7hkH-uRopupUhuw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.hDn7hkH-uRopupUhuw .nav-link {
  position: relative;
}
.hDn7hkH-uRopupUhuw .container {
  display: flex;
  margin: auto;
  max-width: 100%;
  width: 100%;
  padding: 0 3.4rem !important;
  min-height: 60px;
}
@media (min-width: 992px) {
  .hDn7hkH-uRopupUhuw .container {
    flex-wrap: nowrap;
  }
}
.hDn7hkH-uRopupUhuw .iconfont-wrapper {
  color: #112b6d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.hDn7hkH-uRopupUhuw .navbar-nav {
  padding: 5px !important;
}
.hDn7hkH-uRopupUhuw .navbar-nav .nav-item {
  margin: 0 5px !important;
  padding: 0 !important;
}
.hDn7hkH-uRopupUhuw .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 13px 8px !important;
  font-weight: 400 !important;
}
.hDn7hkH-uRopupUhuw .dropdown-menu,
.hDn7hkH-uRopupUhuw .navbar.opened {
  background: #ffffff !important;
}
.hDn7hkH-uRopupUhuw .nav-item:focus,
.hDn7hkH-uRopupUhuw .nav-link:focus {
  outline: none;
}
.hDn7hkH-uRopupUhuw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.hDn7hkH-uRopupUhuw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.hDn7hkH-uRopupUhuw .dropdown .dropdown-menu .dropdown-item .transparency-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.hDn7hkH-uRopupUhuw .dropdown .dropdown-menu .dropdown-item .transparency-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.hDn7hkH-uRopupUhuw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.hDn7hkH-uRopupUhuw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.hDn7hkH-uRopupUhuw .navbar {
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.hDn7hkH-uRopupUhuw .navbar.opened {
  transition: all 0.3s;
}
.hDn7hkH-uRopupUhuw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
  font-weight: 400 !important;
}
.hDn7hkH-uRopupUhuw .navbar .navbar-logo img {
  width: auto;
}
.hDn7hkH-uRopupUhuw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.hDn7hkH-uRopupUhuw .navbar.collapsed {
  justify-content: center;
}
.hDn7hkH-uRopupUhuw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.hDn7hkH-uRopupUhuw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .hDn7hkH-uRopupUhuw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.hDn7hkH-uRopupUhuw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.hDn7hkH-uRopupUhuw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.hDn7hkH-uRopupUhuw .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%;
}
.hDn7hkH-uRopupUhuw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.hDn7hkH-uRopupUhuw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.hDn7hkH-uRopupUhuw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .hDn7hkH-uRopupUhuw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .hDn7hkH-uRopupUhuw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .hDn7hkH-uRopupUhuw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .hDn7hkH-uRopupUhuw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .hDn7hkH-uRopupUhuw .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%;
  }
  .hDn7hkH-uRopupUhuw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .hDn7hkH-uRopupUhuw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .hDn7hkH-uRopupUhuw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .hDn7hkH-uRopupUhuw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .hDn7hkH-uRopupUhuw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .hDn7hkH-uRopupUhuw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .hDn7hkH-uRopupUhuw .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.hDn7hkH-uRopupUhuw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.hDn7hkH-uRopupUhuw .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.hDn7hkH-uRopupUhuw .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.hDn7hkH-uRopupUhuw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.hDn7hkH-uRopupUhuw .navbar-brand .navbar-logo a {
  outline: none;
}
.hDn7hkH-uRopupUhuw .dropdown-item.active,
.hDn7hkH-uRopupUhuw .dropdown-item:active {
  background-color: transparent;
}
.hDn7hkH-uRopupUhuw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.hDn7hkH-uRopupUhuw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.hDn7hkH-uRopupUhuw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.hDn7hkH-uRopupUhuw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.hDn7hkH-uRopupUhuw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.hDn7hkH-uRopupUhuw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.hDn7hkH-uRopupUhuw ul.navbar-nav {
  flex-wrap: wrap;
}
.hDn7hkH-uRopupUhuw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.hDn7hkH-uRopupUhuw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.hDn7hkH-uRopupUhuw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.hDn7hkH-uRopupUhuw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.hDn7hkH-uRopupUhuw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.hDn7hkH-uRopupUhuw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.hDn7hkH-uRopupUhuw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.hDn7hkH-uRopupUhuw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.hDn7hkH-uRopupUhuw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.hDn7hkH-uRopupUhuw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.hDn7hkH-uRopupUhuw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.hDn7hkH-uRopupUhuw .navbar-dropdown {
  padding: 0 1rem;
}
.hDn7hkH-uRopupUhuw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hDn7hkH-uRopupUhuw .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) {
  .hDn7hkH-uRopupUhuw .navbar {
    height: 70px;
  }
  .hDn7hkH-uRopupUhuw .navbar.opened {
    height: auto;
  }
  .hDn7hkH-uRopupUhuw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.hDn7hkH-uRopupUhuw .container-head {
  width: 100%;
  min-height: 60px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  background-color: #8de7fa;
}
.hDn7hkH-uRopupUhuw .transparency-section-title {
  color: #000000;
  max-width: 50%;
  margin-right: auto;
  text-align: left;
}
.hDn7hkH-uRopupUhuw .transparency-section-btn {
  max-width: 50%;
  text-align: right;
  margin-left: auto;
}
.hDn7hkH-uRopupUhuw .transparency-section-btn .btn {
  font-weight: 500 !important;
}
.hDn7hkH-uRopupUhuw .transparency-section-btn .btn:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
@media (max-width: 991px) {
  .hDn7hkH-uRopupUhuw .container-head {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .hDn7hkH-uRopupUhuw .container {
    overflow: hidden;
  }
  .hDn7hkH-uRopupUhuw .transparency-section-title {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    text-align: center !important;
  }
  .hDn7hkH-uRopupUhuw .transparency-section-btn {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin-left: 0;
  }
  .hDn7hkH-uRopupUhuw .icons-menu {
    margin: 0 auto;
    padding-right: 0;
  }
  .hDn7hkH-uRopupUhuw .navbar-collapse {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    margin: 0 -3.4rem;
  }
  .hDn7hkH-uRopupUhuw .navbar-nav {
    padding: 0 !important;
  }
  .hDn7hkH-uRopupUhuw .navbar-nav .nav-item {
    margin: 0  !important;
    padding: 0 !important;
  }
  .hDn7hkH-uRopupUhuw .navbar-nav .nav-item .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 10px 20px !important;
    font-weight: 400 !important;
  }
  .hDn7hkH-uRopupUhuw .navbar-nav .nav-item .nav-link:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .hDn7hkH-uRopupUhuw .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    text-align: left !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 13px 20px 13px 28px !important;
    line-height: 1 !important;
  }
  .hDn7hkH-uRopupUhuw .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .hDn7hkH-uRopupUhuw .navbar-nav .dropdown-menu .dropdown-submenu {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .hDn7hkH-uRopupUhuw .container {
    padding: 25px 15px !important;
  }
  .hDn7hkH-uRopupUhuw .container-head {
    padding: 10px !important;
  }
  .hDn7hkH-uRopupUhuw .navbar-collapse {
    margin: 0 -15px -25px !important;
  }
  .hDn7hkH-uRopupUhuw .navbar .navbar-brand {
    width: auto !important;
    max-width: 60%;
  }
  .hDn7hkH-uRopupUhuw .navbar-toggler {
    margin-right: 6%;
    max-width: 40%;
  }
}
.hDn7hkH-uRoH86xG0y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eafbff;
  background-image: linear-gradient(135deg, #8de7fa 10%, #eafbff 80%, #ffffff 130%);
}
.hDn7hkH-uRoH86xG0y .transparency-fallback-image.disabled {
  display: none;
}
.hDn7hkH-uRoH86xG0y .transparency-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hDn7hkH-uRoH86xG0y .row {
  justify-content: center;
}
.hDn7hkH-uRoH86xG0y .content-wrapper .logo-wrapper {
  margin-bottom: 22px;
}
.hDn7hkH-uRoH86xG0y .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 130px;
  height: 130px;
  object-fit: cover;
}
.hDn7hkH-uRoH86xG0y .content-wrapper .transparency-section-title {
  margin-bottom: 22px;
}
.hDn7hkH-uRoH86xG0y .content-wrapper .text-wrapper .transparency-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .hDn7hkH-uRoH86xG0y .content-wrapper .text-wrapper .transparency-text {
    width: 100%;
  }
}
.hDn7hkH-uRoH86xG0y .content-wrapper .transparency-section-btn {
  margin-top: 32px;
}
.hDn7hkH-uRoH86xG0y .content-wrapper .transparency-section-btn .transparency-section-title {
  margin-top: 22px;
}
.hDn7hkH-uRoH86xG0y .transparency-section-title {
  color: #ffffff;
}
.hDn7hkH-uRoH86xG0y .transparency-text,
.hDn7hkH-uRoH86xG0y .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.hDn7hkH-uRoH86xG0y .transparency-section-title,
.hDn7hkH-uRoH86xG0y .transparency-section-btn,
.hDn7hkH-uRoH86xG0y .logo-wrapper {
  text-align: center;
  color: #000000;
}
.hDn7hkH-uRoHdPpVIP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eafbff;
}
.hDn7hkH-uRoHdPpVIP .transparency-fallback-image.disabled {
  display: none;
}
.hDn7hkH-uRoHdPpVIP .transparency-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hDn7hkH-uRoHdPpVIP .row {
  justify-content: center;
}
.hDn7hkH-uRoHdPpVIP .content-wrapper {
  position: relative;
  z-index: 2;
}
.hDn7hkH-uRoHdPpVIP .content-wrapper .transparency-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a78aff, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .hDn7hkH-uRoHdPpVIP .content-wrapper .transparency-section-title {
    margin-bottom: 22px;
  }
}
.hDn7hkH-uRoHdPpVIP .content-wrapper .transparency-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .hDn7hkH-uRoHdPpVIP .content-wrapper .transparency-text {
    margin-bottom: 22px;
  }
}
.hDn7hkH-uRoHdPpVIP .content-wrapper .transparency-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .hDn7hkH-uRoHdPpVIP .content-wrapper .transparency-desc {
    margin-bottom: 22px;
  }
}
.hDn7hkH-uRoHdPpVIP .transparency-section-title {
  color: #ffffff;
}
.hDn7hkH-uRoHdPpVIP .transparency-text {
  color: #000000;
}
.hDn7hkH-uRoHdPpVIP .transparency-desc {
  color: #ffffff;
}
.hDn7hkH-uRp18GTx60 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.hDn7hkH-uRp18GTx60 .transparency-fallback-image.disabled {
  display: none;
}
.hDn7hkH-uRp18GTx60 .transparency-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hDn7hkH-uRp18GTx60 .content-wrap {
  padding: 60px;
  background-color: #eafbff;
}
@media (max-width: 992px) {
  .hDn7hkH-uRp18GTx60 .content-wrap {
    padding: 30px 20px;
  }
}
.hDn7hkH-uRp18GTx60 .content-wrap .row {
  justify-content: center;
}
.hDn7hkH-uRp18GTx60 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .hDn7hkH-uRp18GTx60 .title-wrapper {
    margin-bottom: 40px;
  }
}
.hDn7hkH-uRp18GTx60 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.hDn7hkH-uRp18GTx60 .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.hDn7hkH-uRp18GTx60 .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.hDn7hkH-uRp18GTx60 .title-wrapper .title-wrap .transparency-section-title {
  margin-bottom: 0;
}
.hDn7hkH-uRp18GTx60 .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .hDn7hkH-uRp18GTx60 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.hDn7hkH-uRp18GTx60 .nav-wrapper .transparency-section-subtitle {
  margin-bottom: 20px;
}
.hDn7hkH-uRp18GTx60 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.hDn7hkH-uRp18GTx60 .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.hDn7hkH-uRp18GTx60 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.hDn7hkH-uRp18GTx60 .nav-wrapper .list .item-wrap:hover,
.hDn7hkH-uRp18GTx60 .nav-wrapper .list .item-wrap:focus {
  color: #8de7fa;
}
.hDn7hkH-uRp18GTx60 .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .hDn7hkH-uRp18GTx60 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.hDn7hkH-uRp18GTx60 .contacts-wrapper .transparency-section-subtitle {
  margin-bottom: 20px;
}
.hDn7hkH-uRp18GTx60 .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.hDn7hkH-uRp18GTx60 .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.hDn7hkH-uRp18GTx60 .contacts-wrapper .list .item-wrap:hover,
.hDn7hkH-uRp18GTx60 .contacts-wrapper .list .item-wrap:focus {
  color: #8de7fa;
}
.hDn7hkH-uRp18GTx60 .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.hDn7hkH-uRp18GTx60 .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .hDn7hkH-uRp18GTx60 .social-wrapper {
    margin-bottom: 40px;
  }
}
.hDn7hkH-uRp18GTx60 .social-wrapper .transparency-section-subtitle {
  margin-bottom: 20px;
}
.hDn7hkH-uRp18GTx60 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.hDn7hkH-uRp18GTx60 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.hDn7hkH-uRp18GTx60 .social-wrapper .social-wrap .soc-item a:hover .transparency-iconfont,
.hDn7hkH-uRp18GTx60 .social-wrapper .social-wrap .soc-item a:hover .transparency-iconfont {
  transform: scale(1.1);
}
.hDn7hkH-uRp18GTx60 .social-wrapper .social-wrap .soc-item a .transparency-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.hDn7hkH-uRp18GTx60 .transparency-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #000000;
  text-align: center;
}
.hDn7hkH-uRp18GTx60 .transparency-section-title {
  color: #ed463f;
}
.hDn7hkH-uRp18GTx60 .transparency-section-subtitle {
  color: #000000;
  text-align: left;
}
.hDn7hkH-uRp18GTx60 .list {
  color: #404349;
}
.hDn7hkH-uRp18GTx60 .list,
.hDn7hkH-uRp18GTx60 .item-wrap {
  text-align: left;
  color: #000000;
}
.hDn7hkH-uRoI24NySG .navbar-dropdown {
  position: relative !important;
}
.hDn7hkH-uRoI24NySG .dropdown-item:before {
  font-family: color2 !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;
}
.hDn7hkH-uRoI24NySG .dropdown-menu {
  padding: 0;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.hDn7hkH-uRoI24NySG .dropdown-menu .dropdown-item {
  border: none !important;
  border-radius: 0 !important;
  padding: 13px 20px 13px 28px !important;
  line-height: 1 !important;
}
.hDn7hkH-uRoI24NySG .dropdown-menu .dropdown-item:hover {
  background-color: #112B6D !important;
  color: #FFFFFF !important;
}
.hDn7hkH-uRoI24NySG .dropdown-item:hover,
.hDn7hkH-uRoI24NySG .dropdown-item:focus {
  background: #112B6D !important;
  color: white !important;
}
.hDn7hkH-uRoI24NySG .dropdown-item:hover span {
  color: white;
}
.hDn7hkH-uRoI24NySG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.hDn7hkH-uRoI24NySG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.hDn7hkH-uRoI24NySG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.hDn7hkH-uRoI24NySG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.hDn7hkH-uRoI24NySG .nav-link {
  position: relative;
}
.hDn7hkH-uRoI24NySG .container {
  display: flex;
  margin: auto;
  max-width: 100%;
  width: 100%;
  padding: 0 3.4rem !important;
  min-height: 60px;
}
@media (min-width: 992px) {
  .hDn7hkH-uRoI24NySG .container {
    flex-wrap: nowrap;
  }
}
.hDn7hkH-uRoI24NySG .iconfont-wrapper {
  color: #112b6d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.hDn7hkH-uRoI24NySG .navbar-nav {
  padding: 5px !important;
}
.hDn7hkH-uRoI24NySG .navbar-nav .nav-item {
  margin: 0 5px !important;
  padding: 0 !important;
}
.hDn7hkH-uRoI24NySG .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 13px 8px !important;
  font-weight: 400 !important;
}
.hDn7hkH-uRoI24NySG .dropdown-menu,
.hDn7hkH-uRoI24NySG .navbar.opened {
  background: #ffffff !important;
}
.hDn7hkH-uRoI24NySG .nav-item:focus,
.hDn7hkH-uRoI24NySG .nav-link:focus {
  outline: none;
}
.hDn7hkH-uRoI24NySG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.hDn7hkH-uRoI24NySG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.hDn7hkH-uRoI24NySG .dropdown .dropdown-menu .dropdown-item .transparency-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.hDn7hkH-uRoI24NySG .dropdown .dropdown-menu .dropdown-item .transparency-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.hDn7hkH-uRoI24NySG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.hDn7hkH-uRoI24NySG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.hDn7hkH-uRoI24NySG .navbar {
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.hDn7hkH-uRoI24NySG .navbar.opened {
  transition: all 0.3s;
}
.hDn7hkH-uRoI24NySG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
  font-weight: 400 !important;
}
.hDn7hkH-uRoI24NySG .navbar .navbar-logo img {
  width: auto;
}
.hDn7hkH-uRoI24NySG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.hDn7hkH-uRoI24NySG .navbar.collapsed {
  justify-content: center;
}
.hDn7hkH-uRoI24NySG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.hDn7hkH-uRoI24NySG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .hDn7hkH-uRoI24NySG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.hDn7hkH-uRoI24NySG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.hDn7hkH-uRoI24NySG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.hDn7hkH-uRoI24NySG .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%;
}
.hDn7hkH-uRoI24NySG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.hDn7hkH-uRoI24NySG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.hDn7hkH-uRoI24NySG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .hDn7hkH-uRoI24NySG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .hDn7hkH-uRoI24NySG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .hDn7hkH-uRoI24NySG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .hDn7hkH-uRoI24NySG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .hDn7hkH-uRoI24NySG .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%;
  }
  .hDn7hkH-uRoI24NySG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .hDn7hkH-uRoI24NySG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .hDn7hkH-uRoI24NySG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .hDn7hkH-uRoI24NySG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .hDn7hkH-uRoI24NySG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .hDn7hkH-uRoI24NySG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .hDn7hkH-uRoI24NySG .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.hDn7hkH-uRoI24NySG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.hDn7hkH-uRoI24NySG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.hDn7hkH-uRoI24NySG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.hDn7hkH-uRoI24NySG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.hDn7hkH-uRoI24NySG .navbar-brand .navbar-logo a {
  outline: none;
}
.hDn7hkH-uRoI24NySG .dropdown-item.active,
.hDn7hkH-uRoI24NySG .dropdown-item:active {
  background-color: transparent;
}
.hDn7hkH-uRoI24NySG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.hDn7hkH-uRoI24NySG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.hDn7hkH-uRoI24NySG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.hDn7hkH-uRoI24NySG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.hDn7hkH-uRoI24NySG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.hDn7hkH-uRoI24NySG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.hDn7hkH-uRoI24NySG ul.navbar-nav {
  flex-wrap: wrap;
}
.hDn7hkH-uRoI24NySG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.hDn7hkH-uRoI24NySG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.hDn7hkH-uRoI24NySG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.hDn7hkH-uRoI24NySG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.hDn7hkH-uRoI24NySG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.hDn7hkH-uRoI24NySG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.hDn7hkH-uRoI24NySG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.hDn7hkH-uRoI24NySG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.hDn7hkH-uRoI24NySG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.hDn7hkH-uRoI24NySG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.hDn7hkH-uRoI24NySG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.hDn7hkH-uRoI24NySG .navbar-dropdown {
  padding: 0 1rem;
}
.hDn7hkH-uRoI24NySG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hDn7hkH-uRoI24NySG .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) {
  .hDn7hkH-uRoI24NySG .navbar {
    height: 70px;
  }
  .hDn7hkH-uRoI24NySG .navbar.opened {
    height: auto;
  }
  .hDn7hkH-uRoI24NySG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.hDn7hkH-uRoI24NySG .container-head {
  width: 100%;
  min-height: 60px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  background-color: #8de7fa;
}
.hDn7hkH-uRoI24NySG .transparency-section-title {
  color: #000000;
  max-width: 50%;
  margin-right: auto;
  text-align: left;
}
.hDn7hkH-uRoI24NySG .transparency-section-btn {
  max-width: 50%;
  text-align: right;
  margin-left: auto;
}
.hDn7hkH-uRoI24NySG .transparency-section-btn .btn {
  font-weight: 500 !important;
}
.hDn7hkH-uRoI24NySG .transparency-section-btn .btn:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
@media (max-width: 991px) {
  .hDn7hkH-uRoI24NySG .container-head {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .hDn7hkH-uRoI24NySG .container {
    overflow: hidden;
  }
  .hDn7hkH-uRoI24NySG .transparency-section-title {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    text-align: center !important;
  }
  .hDn7hkH-uRoI24NySG .transparency-section-btn {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin-left: 0;
  }
  .hDn7hkH-uRoI24NySG .icons-menu {
    margin: 0 auto;
    padding-right: 0;
  }
  .hDn7hkH-uRoI24NySG .navbar-collapse {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    margin: 0 -3.4rem;
  }
  .hDn7hkH-uRoI24NySG .navbar-nav {
    padding: 0 !important;
  }
  .hDn7hkH-uRoI24NySG .navbar-nav .nav-item {
    margin: 0  !important;
    padding: 0 !important;
  }
  .hDn7hkH-uRoI24NySG .navbar-nav .nav-item .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 10px 20px !important;
    font-weight: 400 !important;
  }
  .hDn7hkH-uRoI24NySG .navbar-nav .nav-item .nav-link:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .hDn7hkH-uRoI24NySG .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    text-align: left !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 13px 20px 13px 28px !important;
    line-height: 1 !important;
  }
  .hDn7hkH-uRoI24NySG .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .hDn7hkH-uRoI24NySG .navbar-nav .dropdown-menu .dropdown-submenu {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .hDn7hkH-uRoI24NySG .container {
    padding: 25px 15px !important;
  }
  .hDn7hkH-uRoI24NySG .container-head {
    padding: 10px !important;
  }
  .hDn7hkH-uRoI24NySG .navbar-collapse {
    margin: 0 -15px -25px !important;
  }
  .hDn7hkH-uRoI24NySG .navbar .navbar-brand {
    width: auto !important;
    max-width: 60%;
  }
  .hDn7hkH-uRoI24NySG .navbar-toggler {
    margin-right: 6%;
    max-width: 40%;
  }
}
.hDn7hkH-uRoI25hh1Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eafbff;
  background-image: linear-gradient(135deg, #8de7fa 10%, #eafbff 80%, #ffffff 130%);
}
.hDn7hkH-uRoI25hh1Y .transparency-fallback-image.disabled {
  display: none;
}
.hDn7hkH-uRoI25hh1Y .transparency-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hDn7hkH-uRoI25hh1Y .row {
  justify-content: center;
}
.hDn7hkH-uRoI25hh1Y .content-wrapper .logo-wrapper {
  margin-bottom: 22px;
}
.hDn7hkH-uRoI25hh1Y .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 130px;
  height: 130px;
  object-fit: cover;
}
.hDn7hkH-uRoI25hh1Y .content-wrapper .transparency-section-title {
  margin-bottom: 22px;
}
.hDn7hkH-uRoI25hh1Y .content-wrapper .text-wrapper .transparency-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .hDn7hkH-uRoI25hh1Y .content-wrapper .text-wrapper .transparency-text {
    width: 100%;
  }
}
.hDn7hkH-uRoI25hh1Y .content-wrapper .transparency-section-btn {
  margin-top: 32px;
}
.hDn7hkH-uRoI25hh1Y .content-wrapper .transparency-section-btn .transparency-section-title {
  margin-top: 22px;
}
.hDn7hkH-uRoI25hh1Y .transparency-section-title {
  color: #ffffff;
}
.hDn7hkH-uRoI25hh1Y .transparency-text,
.hDn7hkH-uRoI25hh1Y .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.hDn7hkH-uRoI25hh1Y .transparency-section-title,
.hDn7hkH-uRoI25hh1Y .transparency-section-btn,
.hDn7hkH-uRoI25hh1Y .logo-wrapper {
  text-align: center;
  color: #000000;
}
.hDn7hkH-uRoI25DWA3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eafbff;
}
.hDn7hkH-uRoI25DWA3 .transparency-fallback-image.disabled {
  display: none;
}
.hDn7hkH-uRoI25DWA3 .transparency-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hDn7hkH-uRoI25DWA3 .row {
  justify-content: center;
}
.hDn7hkH-uRoI25DWA3 .content-wrapper {
  position: relative;
  z-index: 2;
}
.hDn7hkH-uRoI25DWA3 .content-wrapper .transparency-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a78aff, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .hDn7hkH-uRoI25DWA3 .content-wrapper .transparency-section-title {
    margin-bottom: 22px;
  }
}
.hDn7hkH-uRoI25DWA3 .content-wrapper .transparency-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .hDn7hkH-uRoI25DWA3 .content-wrapper .transparency-text {
    margin-bottom: 22px;
  }
}
.hDn7hkH-uRoI25DWA3 .content-wrapper .transparency-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .hDn7hkH-uRoI25DWA3 .content-wrapper .transparency-desc {
    margin-bottom: 22px;
  }
}
.hDn7hkH-uRoI25DWA3 .transparency-section-title {
  color: #ffffff;
}
.hDn7hkH-uRoI25DWA3 .transparency-text {
  color: #000000;
}
.hDn7hkH-uRoI25DWA3 .transparency-desc {
  color: #ffffff;
}
.hDn7hkH-uRp18GTx60 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.hDn7hkH-uRp18GTx60 .transparency-fallback-image.disabled {
  display: none;
}
.hDn7hkH-uRp18GTx60 .transparency-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hDn7hkH-uRp18GTx60 .content-wrap {
  padding: 60px;
  background-color: #eafbff;
}
@media (max-width: 992px) {
  .hDn7hkH-uRp18GTx60 .content-wrap {
    padding: 30px 20px;
  }
}
.hDn7hkH-uRp18GTx60 .content-wrap .row {
  justify-content: center;
}
.hDn7hkH-uRp18GTx60 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .hDn7hkH-uRp18GTx60 .title-wrapper {
    margin-bottom: 40px;
  }
}
.hDn7hkH-uRp18GTx60 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.hDn7hkH-uRp18GTx60 .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.hDn7hkH-uRp18GTx60 .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.hDn7hkH-uRp18GTx60 .title-wrapper .title-wrap .transparency-section-title {
  margin-bottom: 0;
}
.hDn7hkH-uRp18GTx60 .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .hDn7hkH-uRp18GTx60 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.hDn7hkH-uRp18GTx60 .nav-wrapper .transparency-section-subtitle {
  margin-bottom: 20px;
}
.hDn7hkH-uRp18GTx60 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.hDn7hkH-uRp18GTx60 .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.hDn7hkH-uRp18GTx60 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.hDn7hkH-uRp18GTx60 .nav-wrapper .list .item-wrap:hover,
.hDn7hkH-uRp18GTx60 .nav-wrapper .list .item-wrap:focus {
  color: #8de7fa;
}
.hDn7hkH-uRp18GTx60 .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .hDn7hkH-uRp18GTx60 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.hDn7hkH-uRp18GTx60 .contacts-wrapper .transparency-section-subtitle {
  margin-bottom: 20px;
}
.hDn7hkH-uRp18GTx60 .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.hDn7hkH-uRp18GTx60 .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.hDn7hkH-uRp18GTx60 .contacts-wrapper .list .item-wrap:hover,
.hDn7hkH-uRp18GTx60 .contacts-wrapper .list .item-wrap:focus {
  color: #8de7fa;
}
.hDn7hkH-uRp18GTx60 .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.hDn7hkH-uRp18GTx60 .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .hDn7hkH-uRp18GTx60 .social-wrapper {
    margin-bottom: 40px;
  }
}
.hDn7hkH-uRp18GTx60 .social-wrapper .transparency-section-subtitle {
  margin-bottom: 20px;
}
.hDn7hkH-uRp18GTx60 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.hDn7hkH-uRp18GTx60 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.hDn7hkH-uRp18GTx60 .social-wrapper .social-wrap .soc-item a:hover .transparency-iconfont,
.hDn7hkH-uRp18GTx60 .social-wrapper .social-wrap .soc-item a:hover .transparency-iconfont {
  transform: scale(1.1);
}
.hDn7hkH-uRp18GTx60 .social-wrapper .social-wrap .soc-item a .transparency-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.hDn7hkH-uRp18GTx60 .transparency-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #000000;
  text-align: center;
}
.hDn7hkH-uRp18GTx60 .transparency-section-title {
  color: #ed463f;
}
.hDn7hkH-uRp18GTx60 .transparency-section-subtitle {
  color: #000000;
  text-align: left;
}
.hDn7hkH-uRp18GTx60 .list {
  color: #404349;
}
.hDn7hkH-uRp18GTx60 .list,
.hDn7hkH-uRp18GTx60 .item-wrap {
  text-align: left;
  color: #000000;
}
.hDn7hkH-uRoI3CRbhF .navbar-dropdown {
  position: relative !important;
}
.hDn7hkH-uRoI3CRbhF .dropdown-item:before {
  font-family: color2 !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;
}
.hDn7hkH-uRoI3CRbhF .dropdown-menu {
  padding: 0;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.hDn7hkH-uRoI3CRbhF .dropdown-menu .dropdown-item {
  border: none !important;
  border-radius: 0 !important;
  padding: 13px 20px 13px 28px !important;
  line-height: 1 !important;
}
.hDn7hkH-uRoI3CRbhF .dropdown-menu .dropdown-item:hover {
  background-color: #112B6D !important;
  color: #FFFFFF !important;
}
.hDn7hkH-uRoI3CRbhF .dropdown-item:hover,
.hDn7hkH-uRoI3CRbhF .dropdown-item:focus {
  background: #112B6D !important;
  color: white !important;
}
.hDn7hkH-uRoI3CRbhF .dropdown-item:hover span {
  color: white;
}
.hDn7hkH-uRoI3CRbhF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.hDn7hkH-uRoI3CRbhF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.hDn7hkH-uRoI3CRbhF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.hDn7hkH-uRoI3CRbhF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.hDn7hkH-uRoI3CRbhF .nav-link {
  position: relative;
}
.hDn7hkH-uRoI3CRbhF .container {
  display: flex;
  margin: auto;
  max-width: 100%;
  width: 100%;
  padding: 0 3.4rem !important;
  min-height: 60px;
}
@media (min-width: 992px) {
  .hDn7hkH-uRoI3CRbhF .container {
    flex-wrap: nowrap;
  }
}
.hDn7hkH-uRoI3CRbhF .iconfont-wrapper {
  color: #112b6d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.hDn7hkH-uRoI3CRbhF .navbar-nav {
  padding: 5px !important;
}
.hDn7hkH-uRoI3CRbhF .navbar-nav .nav-item {
  margin: 0 5px !important;
  padding: 0 !important;
}
.hDn7hkH-uRoI3CRbhF .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 13px 8px !important;
  font-weight: 400 !important;
}
.hDn7hkH-uRoI3CRbhF .dropdown-menu,
.hDn7hkH-uRoI3CRbhF .navbar.opened {
  background: #ffffff !important;
}
.hDn7hkH-uRoI3CRbhF .nav-item:focus,
.hDn7hkH-uRoI3CRbhF .nav-link:focus {
  outline: none;
}
.hDn7hkH-uRoI3CRbhF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.hDn7hkH-uRoI3CRbhF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.hDn7hkH-uRoI3CRbhF .dropdown .dropdown-menu .dropdown-item .transparency-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.hDn7hkH-uRoI3CRbhF .dropdown .dropdown-menu .dropdown-item .transparency-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.hDn7hkH-uRoI3CRbhF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.hDn7hkH-uRoI3CRbhF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.hDn7hkH-uRoI3CRbhF .navbar {
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.hDn7hkH-uRoI3CRbhF .navbar.opened {
  transition: all 0.3s;
}
.hDn7hkH-uRoI3CRbhF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
  font-weight: 400 !important;
}
.hDn7hkH-uRoI3CRbhF .navbar .navbar-logo img {
  width: auto;
}
.hDn7hkH-uRoI3CRbhF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.hDn7hkH-uRoI3CRbhF .navbar.collapsed {
  justify-content: center;
}
.hDn7hkH-uRoI3CRbhF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.hDn7hkH-uRoI3CRbhF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .hDn7hkH-uRoI3CRbhF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.hDn7hkH-uRoI3CRbhF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.hDn7hkH-uRoI3CRbhF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.hDn7hkH-uRoI3CRbhF .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%;
}
.hDn7hkH-uRoI3CRbhF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.hDn7hkH-uRoI3CRbhF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.hDn7hkH-uRoI3CRbhF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .hDn7hkH-uRoI3CRbhF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .hDn7hkH-uRoI3CRbhF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .hDn7hkH-uRoI3CRbhF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .hDn7hkH-uRoI3CRbhF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .hDn7hkH-uRoI3CRbhF .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%;
  }
  .hDn7hkH-uRoI3CRbhF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .hDn7hkH-uRoI3CRbhF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .hDn7hkH-uRoI3CRbhF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .hDn7hkH-uRoI3CRbhF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .hDn7hkH-uRoI3CRbhF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .hDn7hkH-uRoI3CRbhF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .hDn7hkH-uRoI3CRbhF .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.hDn7hkH-uRoI3CRbhF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.hDn7hkH-uRoI3CRbhF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.hDn7hkH-uRoI3CRbhF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.hDn7hkH-uRoI3CRbhF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.hDn7hkH-uRoI3CRbhF .navbar-brand .navbar-logo a {
  outline: none;
}
.hDn7hkH-uRoI3CRbhF .dropdown-item.active,
.hDn7hkH-uRoI3CRbhF .dropdown-item:active {
  background-color: transparent;
}
.hDn7hkH-uRoI3CRbhF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.hDn7hkH-uRoI3CRbhF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.hDn7hkH-uRoI3CRbhF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.hDn7hkH-uRoI3CRbhF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.hDn7hkH-uRoI3CRbhF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.hDn7hkH-uRoI3CRbhF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.hDn7hkH-uRoI3CRbhF ul.navbar-nav {
  flex-wrap: wrap;
}
.hDn7hkH-uRoI3CRbhF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.hDn7hkH-uRoI3CRbhF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.hDn7hkH-uRoI3CRbhF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.hDn7hkH-uRoI3CRbhF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.hDn7hkH-uRoI3CRbhF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.hDn7hkH-uRoI3CRbhF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.hDn7hkH-uRoI3CRbhF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.hDn7hkH-uRoI3CRbhF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.hDn7hkH-uRoI3CRbhF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.hDn7hkH-uRoI3CRbhF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.hDn7hkH-uRoI3CRbhF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.hDn7hkH-uRoI3CRbhF .navbar-dropdown {
  padding: 0 1rem;
}
.hDn7hkH-uRoI3CRbhF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hDn7hkH-uRoI3CRbhF .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) {
  .hDn7hkH-uRoI3CRbhF .navbar {
    height: 70px;
  }
  .hDn7hkH-uRoI3CRbhF .navbar.opened {
    height: auto;
  }
  .hDn7hkH-uRoI3CRbhF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.hDn7hkH-uRoI3CRbhF .container-head {
  width: 100%;
  min-height: 60px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  background-color: #8de7fa;
}
.hDn7hkH-uRoI3CRbhF .transparency-section-title {
  color: #000000;
  max-width: 50%;
  margin-right: auto;
  text-align: left;
}
.hDn7hkH-uRoI3CRbhF .transparency-section-btn {
  max-width: 50%;
  text-align: right;
  margin-left: auto;
}
.hDn7hkH-uRoI3CRbhF .transparency-section-btn .btn {
  font-weight: 500 !important;
}
.hDn7hkH-uRoI3CRbhF .transparency-section-btn .btn:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
@media (max-width: 991px) {
  .hDn7hkH-uRoI3CRbhF .container-head {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .hDn7hkH-uRoI3CRbhF .container {
    overflow: hidden;
  }
  .hDn7hkH-uRoI3CRbhF .transparency-section-title {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    text-align: center !important;
  }
  .hDn7hkH-uRoI3CRbhF .transparency-section-btn {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin-left: 0;
  }
  .hDn7hkH-uRoI3CRbhF .icons-menu {
    margin: 0 auto;
    padding-right: 0;
  }
  .hDn7hkH-uRoI3CRbhF .navbar-collapse {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    margin: 0 -3.4rem;
  }
  .hDn7hkH-uRoI3CRbhF .navbar-nav {
    padding: 0 !important;
  }
  .hDn7hkH-uRoI3CRbhF .navbar-nav .nav-item {
    margin: 0  !important;
    padding: 0 !important;
  }
  .hDn7hkH-uRoI3CRbhF .navbar-nav .nav-item .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 10px 20px !important;
    font-weight: 400 !important;
  }
  .hDn7hkH-uRoI3CRbhF .navbar-nav .nav-item .nav-link:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .hDn7hkH-uRoI3CRbhF .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    text-align: left !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 13px 20px 13px 28px !important;
    line-height: 1 !important;
  }
  .hDn7hkH-uRoI3CRbhF .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .hDn7hkH-uRoI3CRbhF .navbar-nav .dropdown-menu .dropdown-submenu {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .hDn7hkH-uRoI3CRbhF .container {
    padding: 25px 15px !important;
  }
  .hDn7hkH-uRoI3CRbhF .container-head {
    padding: 10px !important;
  }
  .hDn7hkH-uRoI3CRbhF .navbar-collapse {
    margin: 0 -15px -25px !important;
  }
  .hDn7hkH-uRoI3CRbhF .navbar .navbar-brand {
    width: auto !important;
    max-width: 60%;
  }
  .hDn7hkH-uRoI3CRbhF .navbar-toggler {
    margin-right: 6%;
    max-width: 40%;
  }
}
.hDn7hkH-uRoI3DgSJn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eafbff;
  background-image: linear-gradient(135deg, #8de7fa 10%, #eafbff 80%, #ffffff 130%);
}
.hDn7hkH-uRoI3DgSJn .transparency-fallback-image.disabled {
  display: none;
}
.hDn7hkH-uRoI3DgSJn .transparency-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hDn7hkH-uRoI3DgSJn .row {
  justify-content: center;
}
.hDn7hkH-uRoI3DgSJn .content-wrapper .logo-wrapper {
  margin-bottom: 22px;
}
.hDn7hkH-uRoI3DgSJn .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 130px;
  height: 130px;
  object-fit: cover;
}
.hDn7hkH-uRoI3DgSJn .content-wrapper .transparency-section-title {
  margin-bottom: 22px;
}
.hDn7hkH-uRoI3DgSJn .content-wrapper .text-wrapper .transparency-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .hDn7hkH-uRoI3DgSJn .content-wrapper .text-wrapper .transparency-text {
    width: 100%;
  }
}
.hDn7hkH-uRoI3DgSJn .content-wrapper .transparency-section-btn {
  margin-top: 32px;
}
.hDn7hkH-uRoI3DgSJn .content-wrapper .transparency-section-btn .transparency-section-title {
  margin-top: 22px;
}
.hDn7hkH-uRoI3DgSJn .transparency-section-title {
  color: #ffffff;
}
.hDn7hkH-uRoI3DgSJn .transparency-text,
.hDn7hkH-uRoI3DgSJn .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.hDn7hkH-uRoI3DgSJn .transparency-section-title,
.hDn7hkH-uRoI3DgSJn .transparency-section-btn,
.hDn7hkH-uRoI3DgSJn .logo-wrapper {
  text-align: center;
  color: #000000;
}
.hDn7hkH-uRoI3DyQVj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eafbff;
}
.hDn7hkH-uRoI3DyQVj .transparency-fallback-image.disabled {
  display: none;
}
.hDn7hkH-uRoI3DyQVj .transparency-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hDn7hkH-uRoI3DyQVj .row {
  justify-content: center;
}
.hDn7hkH-uRoI3DyQVj .content-wrapper {
  position: relative;
  z-index: 2;
}
.hDn7hkH-uRoI3DyQVj .content-wrapper .transparency-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a78aff, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .hDn7hkH-uRoI3DyQVj .content-wrapper .transparency-section-title {
    margin-bottom: 22px;
  }
}
.hDn7hkH-uRoI3DyQVj .content-wrapper .transparency-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .hDn7hkH-uRoI3DyQVj .content-wrapper .transparency-text {
    margin-bottom: 22px;
  }
}
.hDn7hkH-uRoI3DyQVj .content-wrapper .transparency-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .hDn7hkH-uRoI3DyQVj .content-wrapper .transparency-desc {
    margin-bottom: 22px;
  }
}
.hDn7hkH-uRoI3DyQVj .transparency-section-title {
  color: #ffffff;
}
.hDn7hkH-uRoI3DyQVj .transparency-text {
  color: #000000;
}
.hDn7hkH-uRoI3DyQVj .transparency-desc {
  color: #ffffff;
}
.hDn7hkH-uRp18GTx60 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.hDn7hkH-uRp18GTx60 .transparency-fallback-image.disabled {
  display: none;
}
.hDn7hkH-uRp18GTx60 .transparency-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hDn7hkH-uRp18GTx60 .content-wrap {
  padding: 60px;
  background-color: #eafbff;
}
@media (max-width: 992px) {
  .hDn7hkH-uRp18GTx60 .content-wrap {
    padding: 30px 20px;
  }
}
.hDn7hkH-uRp18GTx60 .content-wrap .row {
  justify-content: center;
}
.hDn7hkH-uRp18GTx60 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .hDn7hkH-uRp18GTx60 .title-wrapper {
    margin-bottom: 40px;
  }
}
.hDn7hkH-uRp18GTx60 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.hDn7hkH-uRp18GTx60 .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.hDn7hkH-uRp18GTx60 .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.hDn7hkH-uRp18GTx60 .title-wrapper .title-wrap .transparency-section-title {
  margin-bottom: 0;
}
.hDn7hkH-uRp18GTx60 .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .hDn7hkH-uRp18GTx60 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.hDn7hkH-uRp18GTx60 .nav-wrapper .transparency-section-subtitle {
  margin-bottom: 20px;
}
.hDn7hkH-uRp18GTx60 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.hDn7hkH-uRp18GTx60 .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.hDn7hkH-uRp18GTx60 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.hDn7hkH-uRp18GTx60 .nav-wrapper .list .item-wrap:hover,
.hDn7hkH-uRp18GTx60 .nav-wrapper .list .item-wrap:focus {
  color: #8de7fa;
}
.hDn7hkH-uRp18GTx60 .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .hDn7hkH-uRp18GTx60 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.hDn7hkH-uRp18GTx60 .contacts-wrapper .transparency-section-subtitle {
  margin-bottom: 20px;
}
.hDn7hkH-uRp18GTx60 .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.hDn7hkH-uRp18GTx60 .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.hDn7hkH-uRp18GTx60 .contacts-wrapper .list .item-wrap:hover,
.hDn7hkH-uRp18GTx60 .contacts-wrapper .list .item-wrap:focus {
  color: #8de7fa;
}
.hDn7hkH-uRp18GTx60 .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.hDn7hkH-uRp18GTx60 .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .hDn7hkH-uRp18GTx60 .social-wrapper {
    margin-bottom: 40px;
  }
}
.hDn7hkH-uRp18GTx60 .social-wrapper .transparency-section-subtitle {
  margin-bottom: 20px;
}
.hDn7hkH-uRp18GTx60 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.hDn7hkH-uRp18GTx60 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.hDn7hkH-uRp18GTx60 .social-wrapper .social-wrap .soc-item a:hover .transparency-iconfont,
.hDn7hkH-uRp18GTx60 .social-wrapper .social-wrap .soc-item a:hover .transparency-iconfont {
  transform: scale(1.1);
}
.hDn7hkH-uRp18GTx60 .social-wrapper .social-wrap .soc-item a .transparency-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.hDn7hkH-uRp18GTx60 .transparency-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #000000;
  text-align: center;
}
.hDn7hkH-uRp18GTx60 .transparency-section-title {
  color: #ed463f;
}
.hDn7hkH-uRp18GTx60 .transparency-section-subtitle {
  color: #000000;
  text-align: left;
}
.hDn7hkH-uRp18GTx60 .list {
  color: #404349;
}
.hDn7hkH-uRp18GTx60 .list,
.hDn7hkH-uRp18GTx60 .item-wrap {
  text-align: left;
  color: #000000;
}
.hDn7hkH-uRoI5Crq1u .navbar-dropdown {
  position: relative !important;
}
.hDn7hkH-uRoI5Crq1u .dropdown-item:before {
  font-family: color2 !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;
}
.hDn7hkH-uRoI5Crq1u .dropdown-menu {
  padding: 0;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.hDn7hkH-uRoI5Crq1u .dropdown-menu .dropdown-item {
  border: none !important;
  border-radius: 0 !important;
  padding: 13px 20px 13px 28px !important;
  line-height: 1 !important;
}
.hDn7hkH-uRoI5Crq1u .dropdown-menu .dropdown-item:hover {
  background-color: #112B6D !important;
  color: #FFFFFF !important;
}
.hDn7hkH-uRoI5Crq1u .dropdown-item:hover,
.hDn7hkH-uRoI5Crq1u .dropdown-item:focus {
  background: #112B6D !important;
  color: white !important;
}
.hDn7hkH-uRoI5Crq1u .dropdown-item:hover span {
  color: white;
}
.hDn7hkH-uRoI5Crq1u .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.hDn7hkH-uRoI5Crq1u .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.hDn7hkH-uRoI5Crq1u .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.hDn7hkH-uRoI5Crq1u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.hDn7hkH-uRoI5Crq1u .nav-link {
  position: relative;
}
.hDn7hkH-uRoI5Crq1u .container {
  display: flex;
  margin: auto;
  max-width: 100%;
  width: 100%;
  padding: 0 3.4rem !important;
  min-height: 60px;
}
@media (min-width: 992px) {
  .hDn7hkH-uRoI5Crq1u .container {
    flex-wrap: nowrap;
  }
}
.hDn7hkH-uRoI5Crq1u .iconfont-wrapper {
  color: #112b6d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.hDn7hkH-uRoI5Crq1u .navbar-nav {
  padding: 5px !important;
}
.hDn7hkH-uRoI5Crq1u .navbar-nav .nav-item {
  margin: 0 5px !important;
  padding: 0 !important;
}
.hDn7hkH-uRoI5Crq1u .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 13px 8px !important;
  font-weight: 400 !important;
}
.hDn7hkH-uRoI5Crq1u .dropdown-menu,
.hDn7hkH-uRoI5Crq1u .navbar.opened {
  background: #ffffff !important;
}
.hDn7hkH-uRoI5Crq1u .nav-item:focus,
.hDn7hkH-uRoI5Crq1u .nav-link:focus {
  outline: none;
}
.hDn7hkH-uRoI5Crq1u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.hDn7hkH-uRoI5Crq1u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.hDn7hkH-uRoI5Crq1u .dropdown .dropdown-menu .dropdown-item .transparency-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.hDn7hkH-uRoI5Crq1u .dropdown .dropdown-menu .dropdown-item .transparency-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.hDn7hkH-uRoI5Crq1u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.hDn7hkH-uRoI5Crq1u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.hDn7hkH-uRoI5Crq1u .navbar {
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.hDn7hkH-uRoI5Crq1u .navbar.opened {
  transition: all 0.3s;
}
.hDn7hkH-uRoI5Crq1u .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
  font-weight: 400 !important;
}
.hDn7hkH-uRoI5Crq1u .navbar .navbar-logo img {
  width: auto;
}
.hDn7hkH-uRoI5Crq1u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.hDn7hkH-uRoI5Crq1u .navbar.collapsed {
  justify-content: center;
}
.hDn7hkH-uRoI5Crq1u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.hDn7hkH-uRoI5Crq1u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .hDn7hkH-uRoI5Crq1u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.hDn7hkH-uRoI5Crq1u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.hDn7hkH-uRoI5Crq1u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.hDn7hkH-uRoI5Crq1u .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%;
}
.hDn7hkH-uRoI5Crq1u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.hDn7hkH-uRoI5Crq1u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.hDn7hkH-uRoI5Crq1u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .hDn7hkH-uRoI5Crq1u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .hDn7hkH-uRoI5Crq1u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .hDn7hkH-uRoI5Crq1u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .hDn7hkH-uRoI5Crq1u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .hDn7hkH-uRoI5Crq1u .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%;
  }
  .hDn7hkH-uRoI5Crq1u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .hDn7hkH-uRoI5Crq1u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .hDn7hkH-uRoI5Crq1u .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .hDn7hkH-uRoI5Crq1u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .hDn7hkH-uRoI5Crq1u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .hDn7hkH-uRoI5Crq1u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .hDn7hkH-uRoI5Crq1u .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.hDn7hkH-uRoI5Crq1u .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.hDn7hkH-uRoI5Crq1u .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.hDn7hkH-uRoI5Crq1u .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.hDn7hkH-uRoI5Crq1u .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.hDn7hkH-uRoI5Crq1u .navbar-brand .navbar-logo a {
  outline: none;
}
.hDn7hkH-uRoI5Crq1u .dropdown-item.active,
.hDn7hkH-uRoI5Crq1u .dropdown-item:active {
  background-color: transparent;
}
.hDn7hkH-uRoI5Crq1u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.hDn7hkH-uRoI5Crq1u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.hDn7hkH-uRoI5Crq1u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.hDn7hkH-uRoI5Crq1u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.hDn7hkH-uRoI5Crq1u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.hDn7hkH-uRoI5Crq1u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.hDn7hkH-uRoI5Crq1u ul.navbar-nav {
  flex-wrap: wrap;
}
.hDn7hkH-uRoI5Crq1u .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.hDn7hkH-uRoI5Crq1u button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.hDn7hkH-uRoI5Crq1u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.hDn7hkH-uRoI5Crq1u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.hDn7hkH-uRoI5Crq1u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.hDn7hkH-uRoI5Crq1u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.hDn7hkH-uRoI5Crq1u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.hDn7hkH-uRoI5Crq1u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.hDn7hkH-uRoI5Crq1u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.hDn7hkH-uRoI5Crq1u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.hDn7hkH-uRoI5Crq1u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.hDn7hkH-uRoI5Crq1u .navbar-dropdown {
  padding: 0 1rem;
}
.hDn7hkH-uRoI5Crq1u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hDn7hkH-uRoI5Crq1u .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) {
  .hDn7hkH-uRoI5Crq1u .navbar {
    height: 70px;
  }
  .hDn7hkH-uRoI5Crq1u .navbar.opened {
    height: auto;
  }
  .hDn7hkH-uRoI5Crq1u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.hDn7hkH-uRoI5Crq1u .container-head {
  width: 100%;
  min-height: 60px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  background-color: #8de7fa;
}
.hDn7hkH-uRoI5Crq1u .transparency-section-title {
  color: #000000;
  max-width: 50%;
  margin-right: auto;
  text-align: left;
}
.hDn7hkH-uRoI5Crq1u .transparency-section-btn {
  max-width: 50%;
  text-align: right;
  margin-left: auto;
}
.hDn7hkH-uRoI5Crq1u .transparency-section-btn .btn {
  font-weight: 500 !important;
}
.hDn7hkH-uRoI5Crq1u .transparency-section-btn .btn:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
@media (max-width: 991px) {
  .hDn7hkH-uRoI5Crq1u .container-head {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .hDn7hkH-uRoI5Crq1u .container {
    overflow: hidden;
  }
  .hDn7hkH-uRoI5Crq1u .transparency-section-title {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    text-align: center !important;
  }
  .hDn7hkH-uRoI5Crq1u .transparency-section-btn {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin-left: 0;
  }
  .hDn7hkH-uRoI5Crq1u .icons-menu {
    margin: 0 auto;
    padding-right: 0;
  }
  .hDn7hkH-uRoI5Crq1u .navbar-collapse {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    margin: 0 -3.4rem;
  }
  .hDn7hkH-uRoI5Crq1u .navbar-nav {
    padding: 0 !important;
  }
  .hDn7hkH-uRoI5Crq1u .navbar-nav .nav-item {
    margin: 0  !important;
    padding: 0 !important;
  }
  .hDn7hkH-uRoI5Crq1u .navbar-nav .nav-item .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 10px 20px !important;
    font-weight: 400 !important;
  }
  .hDn7hkH-uRoI5Crq1u .navbar-nav .nav-item .nav-link:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .hDn7hkH-uRoI5Crq1u .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    text-align: left !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 13px 20px 13px 28px !important;
    line-height: 1 !important;
  }
  .hDn7hkH-uRoI5Crq1u .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .hDn7hkH-uRoI5Crq1u .navbar-nav .dropdown-menu .dropdown-submenu {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .hDn7hkH-uRoI5Crq1u .container {
    padding: 25px 15px !important;
  }
  .hDn7hkH-uRoI5Crq1u .container-head {
    padding: 10px !important;
  }
  .hDn7hkH-uRoI5Crq1u .navbar-collapse {
    margin: 0 -15px -25px !important;
  }
  .hDn7hkH-uRoI5Crq1u .navbar .navbar-brand {
    width: auto !important;
    max-width: 60%;
  }
  .hDn7hkH-uRoI5Crq1u .navbar-toggler {
    margin-right: 6%;
    max-width: 40%;
  }
}
.hDn7hkH-uRoI5CQYo7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eafbff;
  background-image: linear-gradient(135deg, #8de7fa 10%, #eafbff 80%, #ffffff 130%);
}
.hDn7hkH-uRoI5CQYo7 .transparency-fallback-image.disabled {
  display: none;
}
.hDn7hkH-uRoI5CQYo7 .transparency-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hDn7hkH-uRoI5CQYo7 .row {
  justify-content: center;
}
.hDn7hkH-uRoI5CQYo7 .content-wrapper .logo-wrapper {
  margin-bottom: 22px;
}
.hDn7hkH-uRoI5CQYo7 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 130px;
  height: 130px;
  object-fit: cover;
}
.hDn7hkH-uRoI5CQYo7 .content-wrapper .transparency-section-title {
  margin-bottom: 22px;
}
.hDn7hkH-uRoI5CQYo7 .content-wrapper .text-wrapper .transparency-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .hDn7hkH-uRoI5CQYo7 .content-wrapper .text-wrapper .transparency-text {
    width: 100%;
  }
}
.hDn7hkH-uRoI5CQYo7 .content-wrapper .transparency-section-btn {
  margin-top: 32px;
}
.hDn7hkH-uRoI5CQYo7 .content-wrapper .transparency-section-btn .transparency-section-title {
  margin-top: 22px;
}
.hDn7hkH-uRoI5CQYo7 .transparency-section-title {
  color: #ffffff;
}
.hDn7hkH-uRoI5CQYo7 .transparency-text,
.hDn7hkH-uRoI5CQYo7 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.hDn7hkH-uRoI5CQYo7 .transparency-section-title,
.hDn7hkH-uRoI5CQYo7 .transparency-section-btn,
.hDn7hkH-uRoI5CQYo7 .logo-wrapper {
  text-align: center;
  color: #000000;
}
.hDn7hkH-uRoI5D7MCr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eafbff;
}
.hDn7hkH-uRoI5D7MCr .transparency-fallback-image.disabled {
  display: none;
}
.hDn7hkH-uRoI5D7MCr .transparency-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hDn7hkH-uRoI5D7MCr .row {
  justify-content: center;
}
.hDn7hkH-uRoI5D7MCr .content-wrapper {
  position: relative;
  z-index: 2;
}
.hDn7hkH-uRoI5D7MCr .content-wrapper .transparency-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a78aff, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .hDn7hkH-uRoI5D7MCr .content-wrapper .transparency-section-title {
    margin-bottom: 22px;
  }
}
.hDn7hkH-uRoI5D7MCr .content-wrapper .transparency-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .hDn7hkH-uRoI5D7MCr .content-wrapper .transparency-text {
    margin-bottom: 22px;
  }
}
.hDn7hkH-uRoI5D7MCr .content-wrapper .transparency-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .hDn7hkH-uRoI5D7MCr .content-wrapper .transparency-desc {
    margin-bottom: 22px;
  }
}
.hDn7hkH-uRoI5D7MCr .transparency-section-title {
  color: #ffffff;
}
.hDn7hkH-uRoI5D7MCr .transparency-text {
  color: #000000;
}
.hDn7hkH-uRoI5D7MCr .transparency-desc {
  color: #ffffff;
}
.hDn7hkH-uRp18GTx60 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.hDn7hkH-uRp18GTx60 .transparency-fallback-image.disabled {
  display: none;
}
.hDn7hkH-uRp18GTx60 .transparency-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hDn7hkH-uRp18GTx60 .content-wrap {
  padding: 60px;
  background-color: #eafbff;
}
@media (max-width: 992px) {
  .hDn7hkH-uRp18GTx60 .content-wrap {
    padding: 30px 20px;
  }
}
.hDn7hkH-uRp18GTx60 .content-wrap .row {
  justify-content: center;
}
.hDn7hkH-uRp18GTx60 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .hDn7hkH-uRp18GTx60 .title-wrapper {
    margin-bottom: 40px;
  }
}
.hDn7hkH-uRp18GTx60 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.hDn7hkH-uRp18GTx60 .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.hDn7hkH-uRp18GTx60 .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.hDn7hkH-uRp18GTx60 .title-wrapper .title-wrap .transparency-section-title {
  margin-bottom: 0;
}
.hDn7hkH-uRp18GTx60 .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .hDn7hkH-uRp18GTx60 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.hDn7hkH-uRp18GTx60 .nav-wrapper .transparency-section-subtitle {
  margin-bottom: 20px;
}
.hDn7hkH-uRp18GTx60 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.hDn7hkH-uRp18GTx60 .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.hDn7hkH-uRp18GTx60 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.hDn7hkH-uRp18GTx60 .nav-wrapper .list .item-wrap:hover,
.hDn7hkH-uRp18GTx60 .nav-wrapper .list .item-wrap:focus {
  color: #8de7fa;
}
.hDn7hkH-uRp18GTx60 .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .hDn7hkH-uRp18GTx60 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.hDn7hkH-uRp18GTx60 .contacts-wrapper .transparency-section-subtitle {
  margin-bottom: 20px;
}
.hDn7hkH-uRp18GTx60 .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.hDn7hkH-uRp18GTx60 .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.hDn7hkH-uRp18GTx60 .contacts-wrapper .list .item-wrap:hover,
.hDn7hkH-uRp18GTx60 .contacts-wrapper .list .item-wrap:focus {
  color: #8de7fa;
}
.hDn7hkH-uRp18GTx60 .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.hDn7hkH-uRp18GTx60 .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .hDn7hkH-uRp18GTx60 .social-wrapper {
    margin-bottom: 40px;
  }
}
.hDn7hkH-uRp18GTx60 .social-wrapper .transparency-section-subtitle {
  margin-bottom: 20px;
}
.hDn7hkH-uRp18GTx60 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.hDn7hkH-uRp18GTx60 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.hDn7hkH-uRp18GTx60 .social-wrapper .social-wrap .soc-item a:hover .transparency-iconfont,
.hDn7hkH-uRp18GTx60 .social-wrapper .social-wrap .soc-item a:hover .transparency-iconfont {
  transform: scale(1.1);
}
.hDn7hkH-uRp18GTx60 .social-wrapper .social-wrap .soc-item a .transparency-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.hDn7hkH-uRp18GTx60 .transparency-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #000000;
  text-align: center;
}
.hDn7hkH-uRp18GTx60 .transparency-section-title {
  color: #ed463f;
}
.hDn7hkH-uRp18GTx60 .transparency-section-subtitle {
  color: #000000;
  text-align: left;
}
.hDn7hkH-uRp18GTx60 .list {
  color: #404349;
}
.hDn7hkH-uRp18GTx60 .list,
.hDn7hkH-uRp18GTx60 .item-wrap {
  text-align: left;
  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 */
.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;
}

@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        font-size: 13px;
        bottom: 0;
    }
    .cookie-buttons {
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }
    .cookie-btn {
        width: 100%;
        padding: 12px 0;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .cookie-banner {
        padding: 8px;
        gap: 8px;
        font-size: 12px;
    }
    .cookie-banner img {
        width: 30px;
        height: 30px;
    }
    .cookie-buttons {
        gap: 5px;
    }
    .cookie-btn {
        padding: 10px 0;
        font-size: 12px;
    }
}

/* logoanimations */
@keyframes bounceRight {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(20px);
    }
    100% {
        transform: translateX(0);
    }
}

.navbar-brand {
    animation: bounceRight 1s ease-in-out;
}
/* endlogoanimations */

/* mainanimations */
/* Style 30: text-shadow flash */
a, button, .btn {
  transition: text-shadow 0.2s ease;
}
a:active, button:active, .btn:active {
  text-shadow: 0 0 8px rgba(0,0,255,0.7);
}
/* endmainanimations */
section.form01,
.form01 .content-wrapper,
.form01 .form-wrapper,
.form01 form,
.form01 input,
.form01 textarea,
.form01 button {
    filter: none !important;
    backdrop-filter: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    z-index: 999 !important;
    position: relative;
}