.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.shadow-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Manrope;
}
.display-1 {
  font-family: 'Manrope', sans-serif;
  font-size: 6.25rem;
  line-height: 1.1;
  letter-spacing: -2px;
}
.display-1 > .shadow-iconfont {
  font-size: 7.8125rem;
}
.display-2 {
  font-family: 'Manrope', sans-serif;
  font-size: 3.2rem;
  line-height: 1.1;
  letter-spacing: -2px;
}
.display-2 > .shadow-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.25rem;
  line-height: 1.55;
  letter-spacing: -0.5px;
}
.display-4 > .shadow-iconfont {
  font-size: 1.5625rem;
}
.display-5 {
  font-family: 'Manrope', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
  letter-spacing: -0.5px;
}
.display-5 > .shadow-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1.3rem;
  line-height: 1.55;
  letter-spacing: -0.5px;
}
.display-7 > .shadow-iconfont {
  font-size: 1.625rem;
}
/* ---- 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: 5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.375rem;
    font-size: calc( 2.8375rem + (6.25 - 2.8375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.8375rem + (6.25 - 2.8375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 30px;
}
.bg-primary {
  background-color: #01004c !important;
}
.bg-success {
  background-color: #02006c !important;
}
.bg-info {
  background-color: #f1f1f1 !important;
}
.bg-warning {
  background-color: #01004c !important;
}
.bg-danger {
  background-color: #010026 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #01004c !important;
  border-color: #01004c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #02007f !important;
  border-color: #02007f !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #02007f !important;
  border-color: #02007f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #04018b !important;
  border-color: #04018b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #0501be !important;
  border-color: #0501be !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0501be !important;
  border-color: #0501be !important;
}
.btn-info,
.btn-info:active {
  background-color: #f1f1f1 !important;
  border-color: #f1f1f1 !important;
  color: #727272 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #727272 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #02006c !important;
  border-color: #02006c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #03009f !important;
  border-color: #03009f !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #03009f !important;
  border-color: #03009f !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #01004c !important;
  border-color: #01004c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #02007f !important;
  border-color: #02007f !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #02007f !important;
  border-color: #02007f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #010026 !important;
  border-color: #010026 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #020059 !important;
  border-color: #020059 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #020059 !important;
  border-color: #020059 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #01004c;
  color: #01004c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #01004c !important;
  border-color: #01004c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #04018b;
  color: #04018b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #020035 !important;
  background-color: transparent !important;
  border-color: #020035 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #04018b !important;
  border-color: #04018b !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f1f1f1;
  color: #f1f1f1;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c6c6c6 !important;
  background-color: transparent !important;
  border-color: #c6c6c6 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #727272 !important;
  background-color: #f1f1f1 !important;
  border-color: #f1f1f1 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #02006c;
  color: #02006c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000015 !important;
  background-color: transparent !important;
  border-color: #000015 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #02006c !important;
  border-color: #02006c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #01004c;
  color: #01004c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #01004c !important;
  border-color: #01004c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #010026;
  color: #010026;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #010026 !important;
  border-color: #010026 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #01004c !important;
}
.text-secondary {
  color: #04018b !important;
}
.text-success {
  color: #02006c !important;
}
.text-info {
  color: #f1f1f1 !important;
}
.text-warning {
  color: #01004c !important;
}
.text-danger {
  color: #010026 !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: #010026 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000006 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #bebebe !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !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;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #01004c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f1f1f1;
}
.alert-warning {
  background-color: #01004c;
}
.alert-danger {
  background-color: #010026;
}
.shadow-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.shadow-gallery-filter li a {
  border-radius: 100px !important;
}
.shadow-gallery-filter li.active .btn {
  background-color: #01004c;
  border-color: #01004c;
  color: #ffffff;
}
.shadow-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #01004c;
}
.shadow-plan-header.bg-primary .shadow-plan-subtitle,
.shadow-plan-header.bg-primary .shadow-plan-price-desc {
  color: #3532ff;
}
.shadow-plan-header.bg-success .shadow-plan-subtitle,
.shadow-plan-header.bg-success .shadow-plan-price-desc {
  color: #0400ec;
}
.shadow-plan-header.bg-info .shadow-plan-subtitle,
.shadow-plan-header.bg-info .shadow-plan-price-desc {
  color: #ffffff;
}
.shadow-plan-header.bg-warning .shadow-plan-subtitle,
.shadow-plan-header.bg-warning .shadow-plan-price-desc {
  color: #3532ff;
}
.shadow-plan-header.bg-danger .shadow-plan-subtitle,
.shadow-plan-header.bg-danger .shadow-plan-price-desc {
  color: #8f8cff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1.3rem;
  line-height: 1.55;
  letter-spacing: -0.5px;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .shadow-iconfont {
  font-size: 1.625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #01004c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1.3rem;
  line-height: 1.55;
  letter-spacing: -0.5px;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .shadow-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #01004c;
}
/* Forms */
.shadow-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.shadow-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.shadow-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.shadow-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #01004c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #01004c;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #01004c;
  border-bottom-color: #01004c;
}
.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: #01004c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #04018b !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='%2301004c' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.shadow-section-btn .btn,
.shadow-section-btn-main .btn {
  flex-direction: row-reverse;
  padding: 8px 20px;
  border-radius: 30px !important;
  font-weight: 400 !important;
}
.shadow-section-btn .btn .shadow-iconfont,
.shadow-section-btn-main .btn .shadow-iconfont {
  margin: 0 10px 0 0;
}
.shadow-section-btn .btn-primary-outline,
.shadow-section-btn-main .btn-primary-outline,
.shadow-section-btn .btn-secondary-outline,
.shadow-section-btn-main .btn-secondary-outline,
.shadow-section-btn .btn-success-outline,
.shadow-section-btn-main .btn-success-outline,
.shadow-section-btn .btn-info-outline,
.shadow-section-btn-main .btn-info-outline,
.shadow-section-btn .btn-warning-outline,
.shadow-section-btn-main .btn-warning-outline,
.shadow-section-btn .btn-danger-outline,
.shadow-section-btn-main .btn-danger-outline,
.shadow-section-btn .btn-black-outline,
.shadow-section-btn-main .btn-black-outline,
.shadow-section-btn .btn-white-outline,
.shadow-section-btn-main .btn-white-outline {
  padding: 0;
  border: none;
}
.shadow-section-btn .btn-primary-outline .shadow-iconfont,
.shadow-section-btn-main .btn-primary-outline .shadow-iconfont,
.shadow-section-btn .btn-secondary-outline .shadow-iconfont,
.shadow-section-btn-main .btn-secondary-outline .shadow-iconfont,
.shadow-section-btn .btn-success-outline .shadow-iconfont,
.shadow-section-btn-main .btn-success-outline .shadow-iconfont,
.shadow-section-btn .btn-info-outline .shadow-iconfont,
.shadow-section-btn-main .btn-info-outline .shadow-iconfont,
.shadow-section-btn .btn-warning-outline .shadow-iconfont,
.shadow-section-btn-main .btn-warning-outline .shadow-iconfont,
.shadow-section-btn .btn-danger-outline .shadow-iconfont,
.shadow-section-btn-main .btn-danger-outline .shadow-iconfont,
.shadow-section-btn .btn-black-outline .shadow-iconfont,
.shadow-section-btn-main .btn-black-outline .shadow-iconfont,
.shadow-section-btn .btn-white-outline .shadow-iconfont,
.shadow-section-btn-main .btn-white-outline .shadow-iconfont {
  margin: 0 16px 0 0;
}
.EVMK6-uHT0AWQn3z {
  background-color: transparent;
}
.EVMK6-uHT0AWQn3z .navbar-dropdown {
  background-color: #f1f1f1 !important;
  padding: 0;
}
.EVMK6-uHT0AWQn3z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f1f1f1 !important;
  background: #f1f1f1;
}
.EVMK6-uHT0AWQn3z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.EVMK6-uHT0AWQn3z .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .EVMK6-uHT0AWQn3z .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .EVMK6-uHT0AWQn3z .menu_box .navbar.opened,
  .EVMK6-uHT0AWQn3z .menu_box .navbar-collapse {
    background-color: #f1f1f1 !important;
    transition: all 0s ease 0s;
  }
}
.EVMK6-uHT0AWQn3z .navbar-dropdown {
  position: relative !important;
}
.EVMK6-uHT0AWQn3z .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .EVMK6-uHT0AWQn3z .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
.EVMK6-uHT0AWQn3z .shadow-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .EVMK6-uHT0AWQn3z .shadow-section-btn-main {
    margin-top: 1rem;
  }
}
@media (max-width: 992px) {
  .EVMK6-uHT0AWQn3z .shadow-section-btn-main {
    display: block;
    padding: 0;
  }
}
.EVMK6-uHT0AWQn3z .shadow-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.EVMK6-uHT0AWQn3z .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.EVMK6-uHT0AWQn3z .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .EVMK6-uHT0AWQn3z ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .EVMK6-uHT0AWQn3z .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .EVMK6-uHT0AWQn3z .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .EVMK6-uHT0AWQn3z .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .EVMK6-uHT0AWQn3z li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .EVMK6-uHT0AWQn3z .lg_brand {
    margin: 0 1rem;
  }
  .EVMK6-uHT0AWQn3z .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.EVMK6-uHT0AWQn3z .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .EVMK6-uHT0AWQn3z .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .EVMK6-uHT0AWQn3z .nav-item {
    margin: 0 !important;
  }
}
.EVMK6-uHT0AWQn3z .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.EVMK6-uHT0AWQn3z .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.EVMK6-uHT0AWQn3z .nav-item .nav-link:hover:before,
.EVMK6-uHT0AWQn3z .nav-item .nav-link:focus:before {
  width: 100%;
}
.EVMK6-uHT0AWQn3z .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .EVMK6-uHT0AWQn3z .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .EVMK6-uHT0AWQn3z .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .EVMK6-uHT0AWQn3z .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .EVMK6-uHT0AWQn3z .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .EVMK6-uHT0AWQn3z .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
}
.EVMK6-uHT0AWQn3z .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.EVMK6-uHT0AWQn3z .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.EVMK6-uHT0AWQn3z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.EVMK6-uHT0AWQn3z .container {
  display: flex;
  margin: auto;
}
.EVMK6-uHT0AWQn3z .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.EVMK6-uHT0AWQn3z .iconfont-wrapper:last-child {
  margin-right: 0;
}
.EVMK6-uHT0AWQn3z .iconfont-wrapper:hover {
  opacity: .5;
}
.EVMK6-uHT0AWQn3z .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .EVMK6-uHT0AWQn3z .navbar-nav {
    margin: 0;
  }
}
.EVMK6-uHT0AWQn3z .dropdown-menu,
.EVMK6-uHT0AWQn3z .navbar.opened {
  background-color: false !important;
}
.EVMK6-uHT0AWQn3z .nav-item:focus,
.EVMK6-uHT0AWQn3z .nav-link:focus {
  outline: none;
}
.EVMK6-uHT0AWQn3z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.EVMK6-uHT0AWQn3z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.EVMK6-uHT0AWQn3z .dropdown .dropdown-menu .dropdown-item .shadow-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.EVMK6-uHT0AWQn3z .dropdown .dropdown-menu .dropdown-item .shadow-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.EVMK6-uHT0AWQn3z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.EVMK6-uHT0AWQn3z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.EVMK6-uHT0AWQn3z .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .EVMK6-uHT0AWQn3z .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.EVMK6-uHT0AWQn3z .navbar.opened {
  transition: all 0.3s;
}
.EVMK6-uHT0AWQn3z .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.EVMK6-uHT0AWQn3z .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.EVMK6-uHT0AWQn3z .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: center;
  z-index: 1;
}
.EVMK6-uHT0AWQn3z .navbar.collapsed {
  justify-content: center;
}
.EVMK6-uHT0AWQn3z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.EVMK6-uHT0AWQn3z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.EVMK6-uHT0AWQn3z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.EVMK6-uHT0AWQn3z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.EVMK6-uHT0AWQn3z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.EVMK6-uHT0AWQn3z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.EVMK6-uHT0AWQn3z .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .EVMK6-uHT0AWQn3z .navbar .nav-item {
    padding: .5rem 0;
  }
  .EVMK6-uHT0AWQn3z .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .EVMK6-uHT0AWQn3z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .EVMK6-uHT0AWQn3z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .EVMK6-uHT0AWQn3z .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .EVMK6-uHT0AWQn3z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .EVMK6-uHT0AWQn3z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .EVMK6-uHT0AWQn3z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .EVMK6-uHT0AWQn3z .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .EVMK6-uHT0AWQn3z .navbar ul.navbar-nav li {
    margin: 0;
  }
  .EVMK6-uHT0AWQn3z .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .EVMK6-uHT0AWQn3z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .EVMK6-uHT0AWQn3z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .EVMK6-uHT0AWQn3z .navbar .icons-menu {
    padding: 0;
  }
}
.EVMK6-uHT0AWQn3z .navbar.navbar-short {
  min-height: 60px;
}
.EVMK6-uHT0AWQn3z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.EVMK6-uHT0AWQn3z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.EVMK6-uHT0AWQn3z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.EVMK6-uHT0AWQn3z .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.EVMK6-uHT0AWQn3z .navbar-brand .navbar-logo a {
  outline: none;
}
.EVMK6-uHT0AWQn3z .dropdown-item.active,
.EVMK6-uHT0AWQn3z .dropdown-item:active {
  background-color: transparent;
}
.EVMK6-uHT0AWQn3z .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.EVMK6-uHT0AWQn3z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.EVMK6-uHT0AWQn3z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.EVMK6-uHT0AWQn3z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.EVMK6-uHT0AWQn3z ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.EVMK6-uHT0AWQn3z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.EVMK6-uHT0AWQn3z button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f1f1;
  background: #f1f1f1;
}
.EVMK6-uHT0AWQn3z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.EVMK6-uHT0AWQn3z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.EVMK6-uHT0AWQn3z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.EVMK6-uHT0AWQn3z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.EVMK6-uHT0AWQn3z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.EVMK6-uHT0AWQn3z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.EVMK6-uHT0AWQn3z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.EVMK6-uHT0AWQn3z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.EVMK6-uHT0AWQn3z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.EVMK6-uHT0AWQn3z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.EVMK6-uHT0AWQn3z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .EVMK6-uHT0AWQn3z .navbar {
    height: 70px;
  }
  .EVMK6-uHT0AWQn3z .navbar.opened {
    height: auto;
  }
  .EVMK6-uHT0AWQn3z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.EVMK6-uHT0AWQn3z .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .EVMK6-uHT0AWQn3z .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.EVMK6-uHT0AWQn3z .navbar-caption:hover {
  color: #01004c;
}
@media (min-width: 992px) {
  .EVMK6-uHT0AWQn3z .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.EVMK6-uHT0AWQn3z .text_widget {
  margin-bottom: 32px;
}
.EVMK6-uHT0AWQn3z .text_widget a {
  transition: all 0.3s ease-out;
}
.EVMK6-uHT0AWQn3z .text_widget a:hover,
.EVMK6-uHT0AWQn3z .text_widget a:focus {
  opacity: .8;
}
.EVMK6-uHT0AWQn3z .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .EVMK6-uHT0AWQn3z .contacts-wrapper {
    display: none;
  }
}
.EVMK6-uHT0AWQn3z .contacts-wrapper a .shadow-contact {
  margin: 8px 20px;
  position: relative;
}
.EVMK6-uHT0AWQn3z .contacts-wrapper a .shadow-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.EVMK6-uHT0AWQn3z .contacts-wrapper a .shadow-contact:hover:before,
.EVMK6-uHT0AWQn3z .contacts-wrapper a .shadow-contact:focus:before {
  width: 100%;
}
.EVMK6-uHT0AWQn3z .shadow-section-subtitle {
  color: #01004c;
  text-align: center;
}
.EVMK6-uHT0AWQn3z .navbar-caption {
  color: #01004c;
}
.EVMK6-uHT0AWQn3z .shadow-text {
  color: #01004c;
  text-align: center;
}
.EVMK6-uHT0AWQn3z .shadow-section-subtitle,
.EVMK6-uHT0AWQn3z .text_widget,
.EVMK6-uHT0AWQn3z .shadow-section-btn {
  text-align: center;
}
.EVMK6-uHT0AWQn3z a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.EVMK6-uHT0CMdH89 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #010026;
}
.EVMK6-uHT0CMdH89 .shadow-fallback-image.disabled {
  display: none;
}
.EVMK6-uHT0CMdH89 .shadow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.EVMK6-uHT0CMdH89 .image-wrapper img {
  border-radius: 2rem;
  padding: 5px;
  background-color: #ffffff;
}
.EVMK6-uHT0CMdH89 .row {
  flex-direction: row-reverse;
}
.EVMK6-uHT0CMdH89 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .EVMK6-uHT0CMdH89 .row {
    flex-direction: column-reverse;
    gap: 90px;
  }
}
.EVMK6-uHT0CMdH89 .shadow-section-title {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .EVMK6-uHT0CMdH89 .text-wrapper {
    text-align: center;
  }
}
.EVMK6-uHT0CMdH89 .shadow-text,
.EVMK6-uHT0CMdH89 .shadow-section-btn {
  color: #fdfde1;
}
.EVMK6-uHT0CMdH89 .shadow-menu,
.EVMK6-uHT0CMdH89 .shadow-section-btn {
  color: #fdfde1;
}
.EVMK6-uHT0CMdH89 .shadow-desc,
.EVMK6-uHT0CMdH89 .shadow-section-btn {
  color: #f1f1f1;
  text-align: center;
}
.EVMK6-uHT1idpWjO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #01004c;
}
.EVMK6-uHT1idpWjO .shadow-fallback-image.disabled {
  display: none;
}
.EVMK6-uHT1idpWjO .shadow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .EVMK6-uHT1idpWjO .container {
    padding: 0 16px;
  }
}
.EVMK6-uHT1idpWjO .card {
  justify-content: flex-end;
}
.EVMK6-uHT1idpWjO .title-wrapper .shadow-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .EVMK6-uHT1idpWjO .title-wrapper .shadow-section-title {
    margin-bottom: 32px;
  }
}
.EVMK6-uHT1idpWjO .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .EVMK6-uHT1idpWjO .image-wrapper {
    margin-bottom: 32px;
    height: auto;
    display: block;
  }
}
.EVMK6-uHT1idpWjO .image-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #000000;
  transform: rotate(4deg);
}
.EVMK6-uHT1idpWjO .text-wrapper {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .EVMK6-uHT1idpWjO .text-wrapper {
    margin-top: 24px;
  }
}
.EVMK6-uHT1idpWjO .shadow-section-title {
  color: #ffffff;
}
.EVMK6-uHT1idpWjO .shadow-text {
  color: #ffffff;
}
.EVMK6-uHT1idpWjO .shadow-text,
.EVMK6-uHT1idpWjO .text-wrapper {
  color: #f1f1f1;
}
.EVMK6-uHT1yccLcV {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.EVMK6-uHT1yccLcV .media-container-row {
  justify-content: space-between;
}
.EVMK6-uHT1yccLcV .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .EVMK6-uHT1yccLcV .text-content {
    max-width: none;
  }
}
.EVMK6-uHT1yccLcV .container {
  z-index: 1;
}
.EVMK6-uHT1yccLcV .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
}
.EVMK6-uHT1yccLcV .bg_column-reverse {
  flex-direction: column-reverse;
}
.EVMK6-uHT1yccLcV .bg__white {
  background: #fff;
  height: 100%;
}
.EVMK6-uHT1yccLcV .bg__gray {
  background: #fcf5e6;
  height: 100%;
}
.EVMK6-uHT1yccLcV .box-shadow {
  position: relative;
  box-shadow: 0 4px 8px 0 #1a1a0159;
  border-radius: 24px;
  padding: 4rem 19rem;
  margin: 0;
  background: #fff;
}
@media (max-width: 1400px) {
  .EVMK6-uHT1yccLcV .box-shadow {
    padding: 3rem 10rem;
  }
}
@media (max-width: 1200px) {
  .EVMK6-uHT1yccLcV .box-shadow {
    padding: 3rem 2rem;
  }
}
@media (max-width: 768px) {
  .EVMK6-uHT1yccLcV .icons {
    justify-content: center !important;
  }
  .EVMK6-uHT1yccLcV .box-shadow {
    width: 100%;
    padding: 3rem 1rem;
  }
  .EVMK6-uHT1yccLcV .text-content * {
    text-align: center;
  }
}
.EVMK6-uHT1yccLcV .geometry {
  position: absolute;
}
.EVMK6-uHT1yccLcV .geometry__square,
.EVMK6-uHT1yccLcV .geometry__circle {
  width: 88px;
  height: 88px;
}
.EVMK6-uHT1yccLcV .geometry__square {
  border-radius: 8px;
  border: 2px solid #0b2b5c;
  z-index: 1;
  position: absolute;
}
.EVMK6-uHT1yccLcV .geometry__square-bg {
  width: 88px;
  height: 88px;
  background: #04018b;
  border-radius: 8px;
  margin: 0.5rem;
  position: absolute;
}
.EVMK6-uHT1yccLcV .geometry__circle {
  border-radius: 100px;
  border: 2px solid #0b2b5c;
  padding: -1rem;
  z-index: 1;
  position: absolute;
}
.EVMK6-uHT1yccLcV .geometry__circle-bg {
  position: absolute;
  width: 88px;
  height: 88px;
  background: #04018b;
  border-radius: 100px;
  margin: 0.5rem;
}
.EVMK6-uHT1yccLcV .geometry_top-right {
  top: -50px;
  right: 30%;
}
.EVMK6-uHT1yccLcV .geometry_bottom-left {
  bottom: 47px;
  left: 20%;
}
@media (min-width: 768px) {
  .EVMK6-uHT1yccLcV .geometry__square-bg {
    transition: transform .3s;
  }
  .EVMK6-uHT1yccLcV .geometry__circle-bg {
    transition: transform .3s;
    transform-origin: 0 60px;
  }
  .EVMK6-uHT1yccLcV .box-shadow:hover .geometry__circle-bg {
    transform: rotate(-40deg) scale(0.9);
  }
  .EVMK6-uHT1yccLcV .box-shadow:hover .geometry__square-bg {
    transform: rotate(20deg) scale(0.9);
  }
}
@media (max-width: 992px) {
  .EVMK6-uHT1yccLcV .geometry {
    position: absolute;
  }
  .EVMK6-uHT1yccLcV .geometry__circle,
  .EVMK6-uHT1yccLcV .geometry__circle-bg,
  .EVMK6-uHT1yccLcV .geometry__square,
  .EVMK6-uHT1yccLcV .geometry__square-bg {
    width: 66px;
    height: 66px;
  }
}
.EVMK6-uHT1yccLcV P {
  color: #000000;
}
.EVMK6-uHT1yccLcV .shadow-section-title {
  color: #000000;
}
.EVMK6-uHTjPl0oE9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #010026;
}
.EVMK6-uHTjPl0oE9 .shadow-fallback-image.disabled {
  display: none;
}
.EVMK6-uHTjPl0oE9 .shadow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.EVMK6-uHTjPl0oE9 .container,
.EVMK6-uHTjPl0oE9 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 .container,
  .EVMK6-uHTjPl0oE9 .container-fluid {
    padding: 0 20px;
  }
}
.EVMK6-uHTjPl0oE9 a {
  display: block;
}
.EVMK6-uHTjPl0oE9 a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 a .logo-wrapper {
    padding: 50px 0;
  }
}
.EVMK6-uHTjPl0oE9 a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .EVMK6-uHTjPl0oE9 a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 a .logo-wrapper img {
    margin: 0 auto;
  }
}
.EVMK6-uHTjPl0oE9 .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 .copy-wrapper {
    border-right: none;
  }
}
.EVMK6-uHTjPl0oE9 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.EVMK6-uHTjPl0oE9 .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 .list-wrapper {
    height: auto;
  }
}
.EVMK6-uHTjPl0oE9 .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.EVMK6-uHTjPl0oE9 .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.EVMK6-uHTjPl0oE9 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.EVMK6-uHTjPl0oE9 .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.EVMK6-uHTjPl0oE9 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 .card-wrapper {
    margin-bottom: 50px;
  }
}
.EVMK6-uHTjPl0oE9 .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #02006c;
  border-radius: 24px;
}
.EVMK6-uHTjPl0oE9 .card-wrapper .card-wrap .shadow-section-title {
  margin-bottom: 42px;
}
.EVMK6-uHTjPl0oE9 .card-wrapper .card-wrap .shadow-text {
  margin-bottom: 42px;
}
.EVMK6-uHTjPl0oE9 .copyright {
  color: #ffffff;
  text-align: center;
}
.EVMK6-uHTjPl0oE9 .shadow-section-title {
  color: #3d4045;
}
.EVMK6-uHTjPl0oE9 .shadow-text {
  color: #f1f1f1;
  text-align: center;
}
.EVMK6-uHTjPl0oE9 .list {
  color: #ffffff;
}
.EVMK6-uHTjPl0oE9 .shadow-section-btn {
  text-align: right;
}
.EVMK6-uHTjPl0oE9 .shadow-section-title,
.EVMK6-uHTjPl0oE9 .shadow-section-btn {
  color: #ffffff;
  text-align: center;
}
.EVMK6-uHT0AWQn3z {
  background-color: transparent;
}
.EVMK6-uHT0AWQn3z .navbar-dropdown {
  background-color: #f1f1f1 !important;
  padding: 0;
}
.EVMK6-uHT0AWQn3z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f1f1f1 !important;
  background: #f1f1f1;
}
.EVMK6-uHT0AWQn3z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.EVMK6-uHT0AWQn3z .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .EVMK6-uHT0AWQn3z .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .EVMK6-uHT0AWQn3z .menu_box .navbar.opened,
  .EVMK6-uHT0AWQn3z .menu_box .navbar-collapse {
    background-color: #f1f1f1 !important;
    transition: all 0s ease 0s;
  }
}
.EVMK6-uHT0AWQn3z .navbar-dropdown {
  position: relative !important;
}
.EVMK6-uHT0AWQn3z .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .EVMK6-uHT0AWQn3z .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
.EVMK6-uHT0AWQn3z .shadow-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .EVMK6-uHT0AWQn3z .shadow-section-btn-main {
    margin-top: 1rem;
  }
}
@media (max-width: 992px) {
  .EVMK6-uHT0AWQn3z .shadow-section-btn-main {
    display: block;
    padding: 0;
  }
}
.EVMK6-uHT0AWQn3z .shadow-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.EVMK6-uHT0AWQn3z .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.EVMK6-uHT0AWQn3z .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .EVMK6-uHT0AWQn3z ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .EVMK6-uHT0AWQn3z .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .EVMK6-uHT0AWQn3z .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .EVMK6-uHT0AWQn3z .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .EVMK6-uHT0AWQn3z li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .EVMK6-uHT0AWQn3z .lg_brand {
    margin: 0 1rem;
  }
  .EVMK6-uHT0AWQn3z .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.EVMK6-uHT0AWQn3z .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .EVMK6-uHT0AWQn3z .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .EVMK6-uHT0AWQn3z .nav-item {
    margin: 0 !important;
  }
}
.EVMK6-uHT0AWQn3z .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.EVMK6-uHT0AWQn3z .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.EVMK6-uHT0AWQn3z .nav-item .nav-link:hover:before,
.EVMK6-uHT0AWQn3z .nav-item .nav-link:focus:before {
  width: 100%;
}
.EVMK6-uHT0AWQn3z .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .EVMK6-uHT0AWQn3z .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .EVMK6-uHT0AWQn3z .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .EVMK6-uHT0AWQn3z .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .EVMK6-uHT0AWQn3z .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .EVMK6-uHT0AWQn3z .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
}
.EVMK6-uHT0AWQn3z .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.EVMK6-uHT0AWQn3z .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.EVMK6-uHT0AWQn3z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.EVMK6-uHT0AWQn3z .container {
  display: flex;
  margin: auto;
}
.EVMK6-uHT0AWQn3z .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.EVMK6-uHT0AWQn3z .iconfont-wrapper:last-child {
  margin-right: 0;
}
.EVMK6-uHT0AWQn3z .iconfont-wrapper:hover {
  opacity: .5;
}
.EVMK6-uHT0AWQn3z .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .EVMK6-uHT0AWQn3z .navbar-nav {
    margin: 0;
  }
}
.EVMK6-uHT0AWQn3z .dropdown-menu,
.EVMK6-uHT0AWQn3z .navbar.opened {
  background-color: false !important;
}
.EVMK6-uHT0AWQn3z .nav-item:focus,
.EVMK6-uHT0AWQn3z .nav-link:focus {
  outline: none;
}
.EVMK6-uHT0AWQn3z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.EVMK6-uHT0AWQn3z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.EVMK6-uHT0AWQn3z .dropdown .dropdown-menu .dropdown-item .shadow-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.EVMK6-uHT0AWQn3z .dropdown .dropdown-menu .dropdown-item .shadow-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.EVMK6-uHT0AWQn3z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.EVMK6-uHT0AWQn3z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.EVMK6-uHT0AWQn3z .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .EVMK6-uHT0AWQn3z .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.EVMK6-uHT0AWQn3z .navbar.opened {
  transition: all 0.3s;
}
.EVMK6-uHT0AWQn3z .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.EVMK6-uHT0AWQn3z .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.EVMK6-uHT0AWQn3z .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: center;
  z-index: 1;
}
.EVMK6-uHT0AWQn3z .navbar.collapsed {
  justify-content: center;
}
.EVMK6-uHT0AWQn3z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.EVMK6-uHT0AWQn3z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.EVMK6-uHT0AWQn3z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.EVMK6-uHT0AWQn3z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.EVMK6-uHT0AWQn3z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.EVMK6-uHT0AWQn3z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.EVMK6-uHT0AWQn3z .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .EVMK6-uHT0AWQn3z .navbar .nav-item {
    padding: .5rem 0;
  }
  .EVMK6-uHT0AWQn3z .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .EVMK6-uHT0AWQn3z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .EVMK6-uHT0AWQn3z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .EVMK6-uHT0AWQn3z .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .EVMK6-uHT0AWQn3z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .EVMK6-uHT0AWQn3z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .EVMK6-uHT0AWQn3z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .EVMK6-uHT0AWQn3z .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .EVMK6-uHT0AWQn3z .navbar ul.navbar-nav li {
    margin: 0;
  }
  .EVMK6-uHT0AWQn3z .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .EVMK6-uHT0AWQn3z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .EVMK6-uHT0AWQn3z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .EVMK6-uHT0AWQn3z .navbar .icons-menu {
    padding: 0;
  }
}
.EVMK6-uHT0AWQn3z .navbar.navbar-short {
  min-height: 60px;
}
.EVMK6-uHT0AWQn3z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.EVMK6-uHT0AWQn3z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.EVMK6-uHT0AWQn3z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.EVMK6-uHT0AWQn3z .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.EVMK6-uHT0AWQn3z .navbar-brand .navbar-logo a {
  outline: none;
}
.EVMK6-uHT0AWQn3z .dropdown-item.active,
.EVMK6-uHT0AWQn3z .dropdown-item:active {
  background-color: transparent;
}
.EVMK6-uHT0AWQn3z .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.EVMK6-uHT0AWQn3z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.EVMK6-uHT0AWQn3z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.EVMK6-uHT0AWQn3z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.EVMK6-uHT0AWQn3z ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.EVMK6-uHT0AWQn3z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.EVMK6-uHT0AWQn3z button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f1f1;
  background: #f1f1f1;
}
.EVMK6-uHT0AWQn3z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.EVMK6-uHT0AWQn3z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.EVMK6-uHT0AWQn3z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.EVMK6-uHT0AWQn3z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.EVMK6-uHT0AWQn3z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.EVMK6-uHT0AWQn3z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.EVMK6-uHT0AWQn3z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.EVMK6-uHT0AWQn3z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.EVMK6-uHT0AWQn3z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.EVMK6-uHT0AWQn3z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.EVMK6-uHT0AWQn3z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .EVMK6-uHT0AWQn3z .navbar {
    height: 70px;
  }
  .EVMK6-uHT0AWQn3z .navbar.opened {
    height: auto;
  }
  .EVMK6-uHT0AWQn3z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.EVMK6-uHT0AWQn3z .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .EVMK6-uHT0AWQn3z .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.EVMK6-uHT0AWQn3z .navbar-caption:hover {
  color: #01004c;
}
@media (min-width: 992px) {
  .EVMK6-uHT0AWQn3z .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.EVMK6-uHT0AWQn3z .text_widget {
  margin-bottom: 32px;
}
.EVMK6-uHT0AWQn3z .text_widget a {
  transition: all 0.3s ease-out;
}
.EVMK6-uHT0AWQn3z .text_widget a:hover,
.EVMK6-uHT0AWQn3z .text_widget a:focus {
  opacity: .8;
}
.EVMK6-uHT0AWQn3z .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .EVMK6-uHT0AWQn3z .contacts-wrapper {
    display: none;
  }
}
.EVMK6-uHT0AWQn3z .contacts-wrapper a .shadow-contact {
  margin: 8px 20px;
  position: relative;
}
.EVMK6-uHT0AWQn3z .contacts-wrapper a .shadow-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.EVMK6-uHT0AWQn3z .contacts-wrapper a .shadow-contact:hover:before,
.EVMK6-uHT0AWQn3z .contacts-wrapper a .shadow-contact:focus:before {
  width: 100%;
}
.EVMK6-uHT0AWQn3z .shadow-section-subtitle {
  color: #01004c;
  text-align: center;
}
.EVMK6-uHT0AWQn3z .navbar-caption {
  color: #01004c;
}
.EVMK6-uHT0AWQn3z .shadow-text {
  color: #01004c;
  text-align: center;
}
.EVMK6-uHT0AWQn3z .shadow-section-subtitle,
.EVMK6-uHT0AWQn3z .text_widget,
.EVMK6-uHT0AWQn3z .shadow-section-btn {
  text-align: center;
}
.EVMK6-uHT0AWQn3z a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.EVMK6-uHT1SR3a4H {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #010026;
  background: linear-gradient(180deg, #010026, #01004c);
}
@media (min-width: 992px) {
  .EVMK6-uHT1SR3a4H .content-col {
    transform: translateX(-5rem);
    z-index: 1;
  }
}
@media (max-width: 575px) {
  .EVMK6-uHT1SR3a4H .row {
    text-align: center!important;
  }
}
.EVMK6-uHT1SR3a4H .btn {
  width: -webkit-fill-available;
}
.EVMK6-uHT1SR3a4H .col-lg-8 {
  z-index: 2;
}
.EVMK6-uHT1SR3a4H .content-container {
  width: 100%;
  padding: 3rem 1.5rem;
  padding-left: 4.5rem;
  padding-top: 10rem;
  border-radius: 2rem;
  background-color: #01004c;
  background: linear-gradient(180deg, #01004c, #04018b);
}
@media (max-width: 1400px) {
  .EVMK6-uHT1SR3a4H .content-container {
    padding: 2rem 1rem;
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .EVMK6-uHT1SR3a4H .content-container {
    padding: 1rem 0rem;
    padding-top: 2rem;
  }
}
@media (max-width: 992px) {
  .EVMK6-uHT1SR3a4H .content-container {
    padding: 3rem 2rem;
  }
}
.EVMK6-uHT1SR3a4H img {
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .EVMK6-uHT1SR3a4H img {
    margin-bottom: 2rem;
  }
}
.EVMK6-uHT1SR3a4H .shadow-section-title {
  color: #ffffff;
}
@media (max-width: 575px) {
  .EVMK6-uHT1SR3a4H .shadow-section-title {
    text-align: center;
  }
}
.EVMK6-uHT1SR3a4H .shadow-text {
  color: #ffffff;
  text-align: center;
}
.EVMK6-uHT1SR3a4H .shadow-fallback-image.disabled {
  display: none;
}
.EVMK6-uHT1SR3a4H .shadow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.EVMK6-uHT1SR3a4H .shadow-section-title,
.EVMK6-uHT1SR3a4H .shadow-section-btn {
  color: #ffffff;
  text-align: center;
}
.EVMK6-uHT28nzVZr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #01004c;
}
.EVMK6-uHT28nzVZr .shadow-fallback-image.disabled {
  display: none;
}
.EVMK6-uHT28nzVZr .shadow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.EVMK6-uHT28nzVZr .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .EVMK6-uHT28nzVZr .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .EVMK6-uHT28nzVZr .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .EVMK6-uHT28nzVZr .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .EVMK6-uHT28nzVZr .container {
    padding: 0 14px;
  }
}
.EVMK6-uHT28nzVZr .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .EVMK6-uHT28nzVZr .title-wrapper {
    margin-bottom: 40px;
  }
}
.EVMK6-uHT28nzVZr .title-wrapper .shadow-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .EVMK6-uHT28nzVZr .title-wrapper .shadow-section-title {
    margin-bottom: 22px;
  }
}
.EVMK6-uHT28nzVZr .title-wrapper .shadow-section-subtitle {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .EVMK6-uHT28nzVZr .title-wrapper .shadow-section-subtitle {
    margin-bottom: 0;
  }
}
.EVMK6-uHT28nzVZr .item {
  margin-bottom: 40px;
}
.EVMK6-uHT28nzVZr .item .item-wrapper {
  position: relative;
  padding: 20px 25px;
  border-radius: 0 !important;
  background-color: #010026;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin: 0 9px;
}
.EVMK6-uHT28nzVZr .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #010026;
  transform: rotate(-5deg);
  pointer-events: none;
}
@media (max-width: 992px) {
  .EVMK6-uHT28nzVZr .item .item-wrapper {
    margin: 0;
  }
}
.EVMK6-uHT28nzVZr .item .item-wrapper .card-box {
  margin-bottom: 145px;
}
@media (max-width: 992px) {
  .EVMK6-uHT28nzVZr .item .item-wrapper .card-box {
    margin-bottom: 32px;
  }
}
.EVMK6-uHT28nzVZr .item .item-wrapper .card-box .card-number {
  margin-bottom: 16px;
  opacity: .5;
}
.EVMK6-uHT28nzVZr .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.EVMK6-uHT28nzVZr .item .item-wrapper .icon-wrapper .shadow-iconfont {
  display: inline-flex;
  font-size: 80px;
  color: #d8d8de;
}
@media (max-width: 1199px) {
  .EVMK6-uHT28nzVZr .item .item-wrapper .icon-wrapper .shadow-iconfont {
    font-size: 50px;
  }
}
.EVMK6-uHT28nzVZr .shadow-section-title {
  color: #f1f1f1;
  text-align: center;
}
.EVMK6-uHT28nzVZr .shadow-section-subtitle {
  color: #f1f1f1;
  text-align: center;
}
.EVMK6-uHT28nzVZr .card-title {
  color: #01004c;
}
.EVMK6-uHT28nzVZr .card-number {
  color: #ffffff;
  text-align: center;
}
.EVMK6-uHT28nzVZr .icon-wrapper {
  text-align: right;
}
.EVMK6-uHT28nzVZr .card-title,
.EVMK6-uHT28nzVZr .icon-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.EVMK6-uHT2FVGfBg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/home4.jpg-1184x896.jpg");
}
.EVMK6-uHT2FVGfBg .shadow-fallback-image.disabled {
  display: none;
}
.EVMK6-uHT2FVGfBg .shadow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .EVMK6-uHT2FVGfBg .container {
    padding: 0 15px;
  }
}
.EVMK6-uHT2FVGfBg .title-wrapper .shadow-section-title {
  margin-bottom: 40px;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .EVMK6-uHT2FVGfBg .title-wrapper .shadow-section-title {
    padding: 0;
  }
}
.EVMK6-uHT2FVGfBg .content-wrapper .shadow-text {
  margin-bottom: 20px;
}
.EVMK6-uHT2FVGfBg .content-wrapper .shadow-name {
  margin: 0;
}
.EVMK6-uHT2FVGfBg .shadow-section-title {
  color: #ffffff;
}
.EVMK6-uHT2FVGfBg .shadow-text {
  color: #ffffff;
}
.EVMK6-uHT2FVGfBg .shadow-name {
  color: #f2ac2b;
}
.EVMK6-uHT2UMflFA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #01004c;
}
.EVMK6-uHT2UMflFA .shadow-fallback-image.disabled {
  display: none;
}
.EVMK6-uHT2UMflFA .shadow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.EVMK6-uHT2UMflFA .row {
  justify-content: center;
  margin: 0 -13px;
}
.EVMK6-uHT2UMflFA .row .item {
  padding: 0 13px;
}
.EVMK6-uHT2UMflFA .item {
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .EVMK6-uHT2UMflFA .item {
    margin-bottom: 16px;
  }
}
.EVMK6-uHT2UMflFA .item .item-wrapper {
  height: 100%;
  background-color: #010026;
  padding: 54px;
}
@media (max-width: 1200px) {
  .EVMK6-uHT2UMflFA .item .item-wrapper {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .EVMK6-uHT2UMflFA .item .item-wrapper {
    padding: 30px 16px;
  }
}
.EVMK6-uHT2UMflFA .item .item-wrapper .card-box .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #151e11;
}
.EVMK6-uHT2UMflFA .item .item-wrapper .card-box .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.EVMK6-uHT2UMflFA .item .item-wrapper .card-box .label-wrapper .label-wrap .shadow-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.EVMK6-uHT2UMflFA .item .item-wrapper .card-box .item-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .EVMK6-uHT2UMflFA .item .item-wrapper .card-box .item-title {
    margin-bottom: 30px;
  }
}
.EVMK6-uHT2UMflFA .item .item-wrapper .card-box .text-wrap .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .EVMK6-uHT2UMflFA .item .item-wrapper .card-box .text-wrap .item-text {
    width: 100%;
  }
}
.EVMK6-uHT2UMflFA .item .item-wrapper .card-box .shadow-section-btn {
  margin-top: 20px;
}
.EVMK6-uHT2UMflFA .item-label {
  color: #fff7ee;
}
.EVMK6-uHT2UMflFA .item-title {
  color: #fff7ee;
}
.EVMK6-uHT2UMflFA .item-text {
  color: #fff7ee;
}
.EVMK6-uHT2UMflFA .item-title,
.EVMK6-uHT2UMflFA .shadow-section-btn {
  text-align: center;
}
.EVMK6-uHT2UMflFA .item-text,
.EVMK6-uHT2UMflFA .text-wrap {
  text-align: center;
}
.EVMK6-uHT2ADckxw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #010026;
}
.EVMK6-uHT2ADckxw .shadow-fallback-image.disabled {
  display: none;
}
.EVMK6-uHT2ADckxw .shadow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.EVMK6-uHT2ADckxw .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .EVMK6-uHT2ADckxw .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .EVMK6-uHT2ADckxw .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .EVMK6-uHT2ADckxw .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .EVMK6-uHT2ADckxw .container {
    padding: 0 14px;
  }
}
.EVMK6-uHT2ADckxw .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .EVMK6-uHT2ADckxw .title-wrapper {
    margin-bottom: 40px;
  }
}
.EVMK6-uHT2ADckxw .title-wrapper .shadow-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .EVMK6-uHT2ADckxw .title-wrapper .shadow-section-title {
    margin-bottom: 22px;
  }
}
.EVMK6-uHT2ADckxw .title-wrapper .shadow-section-subtitle {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .EVMK6-uHT2ADckxw .title-wrapper .shadow-section-subtitle {
    margin-bottom: 0;
  }
}
.EVMK6-uHT2ADckxw .item {
  margin-bottom: 40px;
}
.EVMK6-uHT2ADckxw .item .item-wrapper {
  position: relative;
  padding: 20px 25px;
  border-radius: 0 !important;
  background-color: #01004c;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin: 0 9px;
}
.EVMK6-uHT2ADckxw .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #01004c;
  transform: rotate(-5deg);
  pointer-events: none;
}
@media (max-width: 992px) {
  .EVMK6-uHT2ADckxw .item .item-wrapper {
    margin: 0;
  }
}
.EVMK6-uHT2ADckxw .item .item-wrapper .card-box {
  margin-bottom: 145px;
}
@media (max-width: 992px) {
  .EVMK6-uHT2ADckxw .item .item-wrapper .card-box {
    margin-bottom: 32px;
  }
}
.EVMK6-uHT2ADckxw .item .item-wrapper .card-box .card-number {
  margin-bottom: 16px;
  opacity: .5;
}
.EVMK6-uHT2ADckxw .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.EVMK6-uHT2ADckxw .item .item-wrapper .icon-wrapper .shadow-iconfont {
  display: inline-flex;
  font-size: 80px;
  color: #d8d8de;
}
@media (max-width: 1199px) {
  .EVMK6-uHT2ADckxw .item .item-wrapper .icon-wrapper .shadow-iconfont {
    font-size: 50px;
  }
}
.EVMK6-uHT2ADckxw .shadow-section-title {
  color: #f1f1f1;
  text-align: center;
}
.EVMK6-uHT2ADckxw .shadow-section-subtitle {
  color: #f1f1f1;
  text-align: center;
}
.EVMK6-uHT2ADckxw .card-title {
  color: #01004c;
}
.EVMK6-uHT2ADckxw .card-number {
  color: #ffffff;
  text-align: center;
}
.EVMK6-uHT2ADckxw .icon-wrapper {
  text-align: right;
}
.EVMK6-uHT2ADckxw .card-title,
.EVMK6-uHT2ADckxw .icon-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.EVMK6-uHT2ScfE0I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/home5.jpg-1184x896.jpg");
}
.EVMK6-uHT2ScfE0I .shadow-fallback-image.disabled {
  display: none;
}
.EVMK6-uHT2ScfE0I .shadow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .EVMK6-uHT2ScfE0I .container {
    padding: 0 15px;
  }
}
.EVMK6-uHT2ScfE0I .title-wrapper .shadow-section-title {
  margin-bottom: 40px;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .EVMK6-uHT2ScfE0I .title-wrapper .shadow-section-title {
    padding: 0;
  }
}
.EVMK6-uHT2ScfE0I .content-wrapper .shadow-text {
  margin-bottom: 20px;
}
.EVMK6-uHT2ScfE0I .content-wrapper .shadow-name {
  margin: 0;
}
.EVMK6-uHT2ScfE0I .shadow-section-title {
  color: #ffffff;
}
.EVMK6-uHT2ScfE0I .shadow-text {
  color: #ffffff;
}
.EVMK6-uHT2ScfE0I .shadow-name {
  color: #f2ac2b;
}
.EVMK6-uHTjPl0oE9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #010026;
}
.EVMK6-uHTjPl0oE9 .shadow-fallback-image.disabled {
  display: none;
}
.EVMK6-uHTjPl0oE9 .shadow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.EVMK6-uHTjPl0oE9 .container,
.EVMK6-uHTjPl0oE9 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 .container,
  .EVMK6-uHTjPl0oE9 .container-fluid {
    padding: 0 20px;
  }
}
.EVMK6-uHTjPl0oE9 a {
  display: block;
}
.EVMK6-uHTjPl0oE9 a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 a .logo-wrapper {
    padding: 50px 0;
  }
}
.EVMK6-uHTjPl0oE9 a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .EVMK6-uHTjPl0oE9 a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 a .logo-wrapper img {
    margin: 0 auto;
  }
}
.EVMK6-uHTjPl0oE9 .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 .copy-wrapper {
    border-right: none;
  }
}
.EVMK6-uHTjPl0oE9 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.EVMK6-uHTjPl0oE9 .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 .list-wrapper {
    height: auto;
  }
}
.EVMK6-uHTjPl0oE9 .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.EVMK6-uHTjPl0oE9 .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.EVMK6-uHTjPl0oE9 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.EVMK6-uHTjPl0oE9 .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.EVMK6-uHTjPl0oE9 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 .card-wrapper {
    margin-bottom: 50px;
  }
}
.EVMK6-uHTjPl0oE9 .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #02006c;
  border-radius: 24px;
}
.EVMK6-uHTjPl0oE9 .card-wrapper .card-wrap .shadow-section-title {
  margin-bottom: 42px;
}
.EVMK6-uHTjPl0oE9 .card-wrapper .card-wrap .shadow-text {
  margin-bottom: 42px;
}
.EVMK6-uHTjPl0oE9 .copyright {
  color: #ffffff;
  text-align: center;
}
.EVMK6-uHTjPl0oE9 .shadow-section-title {
  color: #3d4045;
}
.EVMK6-uHTjPl0oE9 .shadow-text {
  color: #f1f1f1;
  text-align: center;
}
.EVMK6-uHTjPl0oE9 .list {
  color: #ffffff;
}
.EVMK6-uHTjPl0oE9 .shadow-section-btn {
  text-align: right;
}
.EVMK6-uHTjPl0oE9 .shadow-section-title,
.EVMK6-uHTjPl0oE9 .shadow-section-btn {
  color: #ffffff;
  text-align: center;
}
.EVMK6-uHT37VRlye {
  background-color: transparent;
}
.EVMK6-uHT37VRlye .navbar-dropdown {
  background-color: #f1f1f1 !important;
  padding: 0;
}
.EVMK6-uHT37VRlye .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f1f1f1 !important;
  background: #f1f1f1;
}
.EVMK6-uHT37VRlye .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.EVMK6-uHT37VRlye .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .EVMK6-uHT37VRlye .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .EVMK6-uHT37VRlye .menu_box .navbar.opened,
  .EVMK6-uHT37VRlye .menu_box .navbar-collapse {
    background-color: #f1f1f1 !important;
    transition: all 0s ease 0s;
  }
}
.EVMK6-uHT37VRlye .navbar-dropdown {
  position: relative !important;
}
.EVMK6-uHT37VRlye .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .EVMK6-uHT37VRlye .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
.EVMK6-uHT37VRlye .shadow-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .EVMK6-uHT37VRlye .shadow-section-btn-main {
    margin-top: 1rem;
  }
}
@media (max-width: 992px) {
  .EVMK6-uHT37VRlye .shadow-section-btn-main {
    display: block;
    padding: 0;
  }
}
.EVMK6-uHT37VRlye .shadow-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.EVMK6-uHT37VRlye .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.EVMK6-uHT37VRlye .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .EVMK6-uHT37VRlye ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .EVMK6-uHT37VRlye .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .EVMK6-uHT37VRlye .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .EVMK6-uHT37VRlye .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .EVMK6-uHT37VRlye li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .EVMK6-uHT37VRlye .lg_brand {
    margin: 0 1rem;
  }
  .EVMK6-uHT37VRlye .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.EVMK6-uHT37VRlye .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .EVMK6-uHT37VRlye .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .EVMK6-uHT37VRlye .nav-item {
    margin: 0 !important;
  }
}
.EVMK6-uHT37VRlye .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.EVMK6-uHT37VRlye .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.EVMK6-uHT37VRlye .nav-item .nav-link:hover:before,
.EVMK6-uHT37VRlye .nav-item .nav-link:focus:before {
  width: 100%;
}
.EVMK6-uHT37VRlye .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .EVMK6-uHT37VRlye .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .EVMK6-uHT37VRlye .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .EVMK6-uHT37VRlye .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .EVMK6-uHT37VRlye .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .EVMK6-uHT37VRlye .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
}
.EVMK6-uHT37VRlye .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.EVMK6-uHT37VRlye .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.EVMK6-uHT37VRlye .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.EVMK6-uHT37VRlye .container {
  display: flex;
  margin: auto;
}
.EVMK6-uHT37VRlye .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.EVMK6-uHT37VRlye .iconfont-wrapper:last-child {
  margin-right: 0;
}
.EVMK6-uHT37VRlye .iconfont-wrapper:hover {
  opacity: .5;
}
.EVMK6-uHT37VRlye .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .EVMK6-uHT37VRlye .navbar-nav {
    margin: 0;
  }
}
.EVMK6-uHT37VRlye .dropdown-menu,
.EVMK6-uHT37VRlye .navbar.opened {
  background-color: false !important;
}
.EVMK6-uHT37VRlye .nav-item:focus,
.EVMK6-uHT37VRlye .nav-link:focus {
  outline: none;
}
.EVMK6-uHT37VRlye .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.EVMK6-uHT37VRlye .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.EVMK6-uHT37VRlye .dropdown .dropdown-menu .dropdown-item .shadow-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.EVMK6-uHT37VRlye .dropdown .dropdown-menu .dropdown-item .shadow-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.EVMK6-uHT37VRlye .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.EVMK6-uHT37VRlye .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.EVMK6-uHT37VRlye .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .EVMK6-uHT37VRlye .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.EVMK6-uHT37VRlye .navbar.opened {
  transition: all 0.3s;
}
.EVMK6-uHT37VRlye .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.EVMK6-uHT37VRlye .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.EVMK6-uHT37VRlye .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: center;
  z-index: 1;
}
.EVMK6-uHT37VRlye .navbar.collapsed {
  justify-content: center;
}
.EVMK6-uHT37VRlye .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.EVMK6-uHT37VRlye .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.EVMK6-uHT37VRlye .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.EVMK6-uHT37VRlye .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.EVMK6-uHT37VRlye .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.EVMK6-uHT37VRlye .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.EVMK6-uHT37VRlye .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .EVMK6-uHT37VRlye .navbar .nav-item {
    padding: .5rem 0;
  }
  .EVMK6-uHT37VRlye .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .EVMK6-uHT37VRlye .navbar .nav-item .nav-link::before {
    display: none;
  }
  .EVMK6-uHT37VRlye .navbar.opened .dropdown-menu {
    top: 0;
  }
  .EVMK6-uHT37VRlye .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .EVMK6-uHT37VRlye .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .EVMK6-uHT37VRlye .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .EVMK6-uHT37VRlye .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .EVMK6-uHT37VRlye .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .EVMK6-uHT37VRlye .navbar ul.navbar-nav li {
    margin: 0;
  }
  .EVMK6-uHT37VRlye .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .EVMK6-uHT37VRlye .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .EVMK6-uHT37VRlye .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .EVMK6-uHT37VRlye .navbar .icons-menu {
    padding: 0;
  }
}
.EVMK6-uHT37VRlye .navbar.navbar-short {
  min-height: 60px;
}
.EVMK6-uHT37VRlye .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.EVMK6-uHT37VRlye .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.EVMK6-uHT37VRlye .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.EVMK6-uHT37VRlye .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.EVMK6-uHT37VRlye .navbar-brand .navbar-logo a {
  outline: none;
}
.EVMK6-uHT37VRlye .dropdown-item.active,
.EVMK6-uHT37VRlye .dropdown-item:active {
  background-color: transparent;
}
.EVMK6-uHT37VRlye .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.EVMK6-uHT37VRlye .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.EVMK6-uHT37VRlye .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.EVMK6-uHT37VRlye .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.EVMK6-uHT37VRlye ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.EVMK6-uHT37VRlye .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.EVMK6-uHT37VRlye button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f1f1;
  background: #f1f1f1;
}
.EVMK6-uHT37VRlye button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.EVMK6-uHT37VRlye button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.EVMK6-uHT37VRlye button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.EVMK6-uHT37VRlye button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.EVMK6-uHT37VRlye button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.EVMK6-uHT37VRlye nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.EVMK6-uHT37VRlye nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.EVMK6-uHT37VRlye nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.EVMK6-uHT37VRlye nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.EVMK6-uHT37VRlye a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.EVMK6-uHT37VRlye .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .EVMK6-uHT37VRlye .navbar {
    height: 70px;
  }
  .EVMK6-uHT37VRlye .navbar.opened {
    height: auto;
  }
  .EVMK6-uHT37VRlye .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.EVMK6-uHT37VRlye .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .EVMK6-uHT37VRlye .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.EVMK6-uHT37VRlye .navbar-caption:hover {
  color: #01004c;
}
@media (min-width: 992px) {
  .EVMK6-uHT37VRlye .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.EVMK6-uHT37VRlye .text_widget {
  margin-bottom: 32px;
}
.EVMK6-uHT37VRlye .text_widget a {
  transition: all 0.3s ease-out;
}
.EVMK6-uHT37VRlye .text_widget a:hover,
.EVMK6-uHT37VRlye .text_widget a:focus {
  opacity: .8;
}
.EVMK6-uHT37VRlye .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .EVMK6-uHT37VRlye .contacts-wrapper {
    display: none;
  }
}
.EVMK6-uHT37VRlye .contacts-wrapper a .shadow-contact {
  margin: 8px 20px;
  position: relative;
}
.EVMK6-uHT37VRlye .contacts-wrapper a .shadow-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.EVMK6-uHT37VRlye .contacts-wrapper a .shadow-contact:hover:before,
.EVMK6-uHT37VRlye .contacts-wrapper a .shadow-contact:focus:before {
  width: 100%;
}
.EVMK6-uHT37VRlye .shadow-section-subtitle {
  color: #01004c;
  text-align: center;
}
.EVMK6-uHT37VRlye .navbar-caption {
  color: #01004c;
}
.EVMK6-uHT37VRlye .shadow-text {
  color: #01004c;
  text-align: center;
}
.EVMK6-uHT37VRlye .shadow-section-subtitle,
.EVMK6-uHT37VRlye .text_widget,
.EVMK6-uHT37VRlye .shadow-section-btn {
  text-align: center;
}
.EVMK6-uHT37VRlye a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.EVMK6-uHT3rBxVkD {
  padding-top: 2rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #010026;
}
.EVMK6-uHT3rBxVkD .shadow-fallback-image.disabled {
  display: none;
}
.EVMK6-uHT3rBxVkD .shadow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .EVMK6-uHT3rBxVkD .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .EVMK6-uHT3rBxVkD .container {
    padding: 0 12px;
  }
}
.EVMK6-uHT3rBxVkD .title-wrapper .shadow-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .EVMK6-uHT3rBxVkD .title-wrapper .shadow-section-title {
    margin-bottom: 24px;
  }
}
.EVMK6-uHT3rBxVkD .title-wrapper .shadow-section-title span {
  padding: 6px 12px;
  background-color: #ffcd9f;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .EVMK6-uHT3rBxVkD .title-wrapper .shadow-section-title span {
    padding: 0 10px;
    border-radius: 8px;
  }
}
.EVMK6-uHT3rBxVkD .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}
.EVMK6-uHT3rBxVkD .image-wrapper img {
  position: absolute;
  top: 0;
  width: 850px;
  height: 850px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .EVMK6-uHT3rBxVkD .image-wrapper img {
    width: 550px;
    height: 550px;
  }
}
@media (max-width: 768px) {
  .EVMK6-uHT3rBxVkD .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
.EVMK6-uHT3rBxVkD .image-wrapper .card-wrapper {
  position: relative;
  max-width: 40%;
  margin-top: 16rem;
  padding: 24px;
  border-radius: 32px;
  border: 3px solid #04018b;
  box-shadow: 4px 4px #04018b;
  background-color: #010026;
}
@media (max-width: 992px) {
  .EVMK6-uHT3rBxVkD .image-wrapper .card-wrapper {
    max-width: 100%;
    border-radius: 24px;
    margin-top: 10rem;
  }
}
.EVMK6-uHT3rBxVkD .image-wrapper .card-wrapper .shadow-text {
  margin-bottom: 24px;
}
.EVMK6-uHT3rBxVkD .shadow-section-title {
  color: #222222;
  text-align: center;
}
.EVMK6-uHT3rBxVkD .shadow-text {
  color: #222222;
}
.EVMK6-uHT3rBxVkD .shadow-text,
.EVMK6-uHT3rBxVkD .shadow-section-btn {
  text-align: center;
  color: #ffffff;
}
.EVMK6-uHT3rBxVkD .shadow-section-title,
.EVMK6-uHT3rBxVkD .shadow-section-btn {
  text-align: center;
  color: #ffffff;
}
.EVMK6-uHT37XePVm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #01004c;
}
.EVMK6-uHT37XePVm .shadow-fallback-image.disabled {
  display: none;
}
.EVMK6-uHT37XePVm .shadow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.EVMK6-uHT37XePVm .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .EVMK6-uHT37XePVm .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .EVMK6-uHT37XePVm .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .EVMK6-uHT37XePVm .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .EVMK6-uHT37XePVm .container {
    padding: 0 14px;
  }
}
.EVMK6-uHT37XePVm .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .EVMK6-uHT37XePVm .title-wrapper {
    margin-bottom: 40px;
  }
}
.EVMK6-uHT37XePVm .title-wrapper .shadow-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .EVMK6-uHT37XePVm .title-wrapper .shadow-section-title {
    margin-bottom: 22px;
  }
}
.EVMK6-uHT37XePVm .title-wrapper .shadow-section-subtitle {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .EVMK6-uHT37XePVm .title-wrapper .shadow-section-subtitle {
    margin-bottom: 0;
  }
}
.EVMK6-uHT37XePVm .item {
  margin-bottom: 40px;
}
.EVMK6-uHT37XePVm .item .item-wrapper {
  position: relative;
  padding: 20px 25px;
  border-radius: 0 !important;
  background-color: #010026;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin: 0 9px;
}
.EVMK6-uHT37XePVm .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #010026;
  transform: rotate(-5deg);
  pointer-events: none;
}
@media (max-width: 992px) {
  .EVMK6-uHT37XePVm .item .item-wrapper {
    margin: 0;
  }
}
.EVMK6-uHT37XePVm .item .item-wrapper .card-box {
  margin-bottom: 145px;
}
@media (max-width: 992px) {
  .EVMK6-uHT37XePVm .item .item-wrapper .card-box {
    margin-bottom: 32px;
  }
}
.EVMK6-uHT37XePVm .item .item-wrapper .card-box .card-number {
  margin-bottom: 16px;
  opacity: .5;
}
.EVMK6-uHT37XePVm .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.EVMK6-uHT37XePVm .item .item-wrapper .icon-wrapper .shadow-iconfont {
  display: inline-flex;
  font-size: 80px;
  color: #d8d8de;
}
@media (max-width: 1199px) {
  .EVMK6-uHT37XePVm .item .item-wrapper .icon-wrapper .shadow-iconfont {
    font-size: 50px;
  }
}
.EVMK6-uHT37XePVm .shadow-section-title {
  color: #f1f1f1;
  text-align: center;
}
.EVMK6-uHT37XePVm .shadow-section-subtitle {
  color: #f1f1f1;
  text-align: center;
}
.EVMK6-uHT37XePVm .card-title {
  color: #01004c;
}
.EVMK6-uHT37XePVm .card-number {
  color: #ffffff;
  text-align: center;
}
.EVMK6-uHT37XePVm .icon-wrapper {
  text-align: right;
}
.EVMK6-uHT37XePVm .card-title,
.EVMK6-uHT37XePVm .icon-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.EVMK6-uHT37XWS8Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/home7.jpg-1376x768.jpg");
}
.EVMK6-uHT37XWS8Z .shadow-fallback-image.disabled {
  display: none;
}
.EVMK6-uHT37XWS8Z .shadow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .EVMK6-uHT37XWS8Z .container {
    padding: 0 15px;
  }
}
.EVMK6-uHT37XWS8Z .title-wrapper .shadow-section-title {
  margin-bottom: 40px;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .EVMK6-uHT37XWS8Z .title-wrapper .shadow-section-title {
    padding: 0;
  }
}
.EVMK6-uHT37XWS8Z .content-wrapper .shadow-text {
  margin-bottom: 20px;
}
.EVMK6-uHT37XWS8Z .content-wrapper .shadow-name {
  margin: 0;
}
.EVMK6-uHT37XWS8Z .shadow-section-title {
  color: #ffffff;
}
.EVMK6-uHT37XWS8Z .shadow-text {
  color: #ffffff;
}
.EVMK6-uHT37XWS8Z .shadow-name {
  color: #f2ac2b;
}
.EVMK6-uHT37YxL2I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #01004c;
}
.EVMK6-uHT37YxL2I .shadow-fallback-image.disabled {
  display: none;
}
.EVMK6-uHT37YxL2I .shadow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.EVMK6-uHT37YxL2I .row {
  justify-content: center;
  margin: 0 -13px;
}
.EVMK6-uHT37YxL2I .row .item {
  padding: 0 13px;
}
.EVMK6-uHT37YxL2I .item {
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .EVMK6-uHT37YxL2I .item {
    margin-bottom: 16px;
  }
}
.EVMK6-uHT37YxL2I .item .item-wrapper {
  height: 100%;
  background-color: #010026;
  padding: 54px;
}
@media (max-width: 1200px) {
  .EVMK6-uHT37YxL2I .item .item-wrapper {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .EVMK6-uHT37YxL2I .item .item-wrapper {
    padding: 30px 16px;
  }
}
.EVMK6-uHT37YxL2I .item .item-wrapper .card-box .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #151e11;
}
.EVMK6-uHT37YxL2I .item .item-wrapper .card-box .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.EVMK6-uHT37YxL2I .item .item-wrapper .card-box .label-wrapper .label-wrap .shadow-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.EVMK6-uHT37YxL2I .item .item-wrapper .card-box .item-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .EVMK6-uHT37YxL2I .item .item-wrapper .card-box .item-title {
    margin-bottom: 30px;
  }
}
.EVMK6-uHT37YxL2I .item .item-wrapper .card-box .text-wrap .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .EVMK6-uHT37YxL2I .item .item-wrapper .card-box .text-wrap .item-text {
    width: 100%;
  }
}
.EVMK6-uHT37YxL2I .item .item-wrapper .card-box .shadow-section-btn {
  margin-top: 20px;
}
.EVMK6-uHT37YxL2I .item-label {
  color: #fff7ee;
}
.EVMK6-uHT37YxL2I .item-title {
  color: #fff7ee;
}
.EVMK6-uHT37YxL2I .item-text {
  color: #fff7ee;
}
.EVMK6-uHT37YxL2I .item-title,
.EVMK6-uHT37YxL2I .shadow-section-btn {
  text-align: center;
}
.EVMK6-uHT37YxL2I .item-text,
.EVMK6-uHT37YxL2I .text-wrap {
  text-align: center;
}
.EVMK6-uHT37ZaK4i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #010026;
}
.EVMK6-uHT37ZaK4i .shadow-fallback-image.disabled {
  display: none;
}
.EVMK6-uHT37ZaK4i .shadow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.EVMK6-uHT37ZaK4i .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .EVMK6-uHT37ZaK4i .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .EVMK6-uHT37ZaK4i .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .EVMK6-uHT37ZaK4i .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .EVMK6-uHT37ZaK4i .container {
    padding: 0 14px;
  }
}
.EVMK6-uHT37ZaK4i .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .EVMK6-uHT37ZaK4i .title-wrapper {
    margin-bottom: 40px;
  }
}
.EVMK6-uHT37ZaK4i .title-wrapper .shadow-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .EVMK6-uHT37ZaK4i .title-wrapper .shadow-section-title {
    margin-bottom: 22px;
  }
}
.EVMK6-uHT37ZaK4i .title-wrapper .shadow-section-subtitle {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .EVMK6-uHT37ZaK4i .title-wrapper .shadow-section-subtitle {
    margin-bottom: 0;
  }
}
.EVMK6-uHT37ZaK4i .item {
  margin-bottom: 40px;
}
.EVMK6-uHT37ZaK4i .item .item-wrapper {
  position: relative;
  padding: 20px 25px;
  border-radius: 0 !important;
  background-color: #01004c;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin: 0 9px;
}
.EVMK6-uHT37ZaK4i .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #01004c;
  transform: rotate(-5deg);
  pointer-events: none;
}
@media (max-width: 992px) {
  .EVMK6-uHT37ZaK4i .item .item-wrapper {
    margin: 0;
  }
}
.EVMK6-uHT37ZaK4i .item .item-wrapper .card-box {
  margin-bottom: 145px;
}
@media (max-width: 992px) {
  .EVMK6-uHT37ZaK4i .item .item-wrapper .card-box {
    margin-bottom: 32px;
  }
}
.EVMK6-uHT37ZaK4i .item .item-wrapper .card-box .card-number {
  margin-bottom: 16px;
  opacity: .5;
}
.EVMK6-uHT37ZaK4i .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.EVMK6-uHT37ZaK4i .item .item-wrapper .icon-wrapper .shadow-iconfont {
  display: inline-flex;
  font-size: 80px;
  color: #d8d8de;
}
@media (max-width: 1199px) {
  .EVMK6-uHT37ZaK4i .item .item-wrapper .icon-wrapper .shadow-iconfont {
    font-size: 50px;
  }
}
.EVMK6-uHT37ZaK4i .shadow-section-title {
  color: #f1f1f1;
  text-align: center;
}
.EVMK6-uHT37ZaK4i .shadow-section-subtitle {
  color: #f1f1f1;
  text-align: center;
}
.EVMK6-uHT37ZaK4i .card-title {
  color: #01004c;
}
.EVMK6-uHT37ZaK4i .card-number {
  color: #ffffff;
  text-align: center;
}
.EVMK6-uHT37ZaK4i .icon-wrapper {
  text-align: right;
}
.EVMK6-uHT37ZaK4i .card-title,
.EVMK6-uHT37ZaK4i .icon-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.EVMK6-uHT37ZRmnP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/home8.jpg-1376x768.jpg");
}
.EVMK6-uHT37ZRmnP .shadow-fallback-image.disabled {
  display: none;
}
.EVMK6-uHT37ZRmnP .shadow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .EVMK6-uHT37ZRmnP .container {
    padding: 0 15px;
  }
}
.EVMK6-uHT37ZRmnP .title-wrapper .shadow-section-title {
  margin-bottom: 40px;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .EVMK6-uHT37ZRmnP .title-wrapper .shadow-section-title {
    padding: 0;
  }
}
.EVMK6-uHT37ZRmnP .content-wrapper .shadow-text {
  margin-bottom: 20px;
}
.EVMK6-uHT37ZRmnP .content-wrapper .shadow-name {
  margin: 0;
}
.EVMK6-uHT37ZRmnP .shadow-section-title {
  color: #ffffff;
}
.EVMK6-uHT37ZRmnP .shadow-text {
  color: #ffffff;
}
.EVMK6-uHT37ZRmnP .shadow-name {
  color: #f2ac2b;
}
.EVMK6-uHTjPl0oE9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #010026;
}
.EVMK6-uHTjPl0oE9 .shadow-fallback-image.disabled {
  display: none;
}
.EVMK6-uHTjPl0oE9 .shadow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.EVMK6-uHTjPl0oE9 .container,
.EVMK6-uHTjPl0oE9 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 .container,
  .EVMK6-uHTjPl0oE9 .container-fluid {
    padding: 0 20px;
  }
}
.EVMK6-uHTjPl0oE9 a {
  display: block;
}
.EVMK6-uHTjPl0oE9 a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 a .logo-wrapper {
    padding: 50px 0;
  }
}
.EVMK6-uHTjPl0oE9 a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .EVMK6-uHTjPl0oE9 a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 a .logo-wrapper img {
    margin: 0 auto;
  }
}
.EVMK6-uHTjPl0oE9 .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 .copy-wrapper {
    border-right: none;
  }
}
.EVMK6-uHTjPl0oE9 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.EVMK6-uHTjPl0oE9 .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 .list-wrapper {
    height: auto;
  }
}
.EVMK6-uHTjPl0oE9 .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.EVMK6-uHTjPl0oE9 .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.EVMK6-uHTjPl0oE9 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.EVMK6-uHTjPl0oE9 .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.EVMK6-uHTjPl0oE9 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 .card-wrapper {
    margin-bottom: 50px;
  }
}
.EVMK6-uHTjPl0oE9 .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #02006c;
  border-radius: 24px;
}
.EVMK6-uHTjPl0oE9 .card-wrapper .card-wrap .shadow-section-title {
  margin-bottom: 42px;
}
.EVMK6-uHTjPl0oE9 .card-wrapper .card-wrap .shadow-text {
  margin-bottom: 42px;
}
.EVMK6-uHTjPl0oE9 .copyright {
  color: #ffffff;
  text-align: center;
}
.EVMK6-uHTjPl0oE9 .shadow-section-title {
  color: #3d4045;
}
.EVMK6-uHTjPl0oE9 .shadow-text {
  color: #f1f1f1;
  text-align: center;
}
.EVMK6-uHTjPl0oE9 .list {
  color: #ffffff;
}
.EVMK6-uHTjPl0oE9 .shadow-section-btn {
  text-align: right;
}
.EVMK6-uHTjPl0oE9 .shadow-section-title,
.EVMK6-uHTjPl0oE9 .shadow-section-btn {
  color: #ffffff;
  text-align: center;
}
.EVMK6-uHT37VRlye {
  background-color: transparent;
}
.EVMK6-uHT37VRlye .navbar-dropdown {
  background-color: #f1f1f1 !important;
  padding: 0;
}
.EVMK6-uHT37VRlye .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f1f1f1 !important;
  background: #f1f1f1;
}
.EVMK6-uHT37VRlye .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.EVMK6-uHT37VRlye .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .EVMK6-uHT37VRlye .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .EVMK6-uHT37VRlye .menu_box .navbar.opened,
  .EVMK6-uHT37VRlye .menu_box .navbar-collapse {
    background-color: #f1f1f1 !important;
    transition: all 0s ease 0s;
  }
}
.EVMK6-uHT37VRlye .navbar-dropdown {
  position: relative !important;
}
.EVMK6-uHT37VRlye .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .EVMK6-uHT37VRlye .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
.EVMK6-uHT37VRlye .shadow-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .EVMK6-uHT37VRlye .shadow-section-btn-main {
    margin-top: 1rem;
  }
}
@media (max-width: 992px) {
  .EVMK6-uHT37VRlye .shadow-section-btn-main {
    display: block;
    padding: 0;
  }
}
.EVMK6-uHT37VRlye .shadow-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.EVMK6-uHT37VRlye .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.EVMK6-uHT37VRlye .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .EVMK6-uHT37VRlye ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .EVMK6-uHT37VRlye .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .EVMK6-uHT37VRlye .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .EVMK6-uHT37VRlye .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .EVMK6-uHT37VRlye li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .EVMK6-uHT37VRlye .lg_brand {
    margin: 0 1rem;
  }
  .EVMK6-uHT37VRlye .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.EVMK6-uHT37VRlye .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .EVMK6-uHT37VRlye .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .EVMK6-uHT37VRlye .nav-item {
    margin: 0 !important;
  }
}
.EVMK6-uHT37VRlye .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.EVMK6-uHT37VRlye .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.EVMK6-uHT37VRlye .nav-item .nav-link:hover:before,
.EVMK6-uHT37VRlye .nav-item .nav-link:focus:before {
  width: 100%;
}
.EVMK6-uHT37VRlye .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .EVMK6-uHT37VRlye .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .EVMK6-uHT37VRlye .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .EVMK6-uHT37VRlye .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .EVMK6-uHT37VRlye .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .EVMK6-uHT37VRlye .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
}
.EVMK6-uHT37VRlye .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.EVMK6-uHT37VRlye .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.EVMK6-uHT37VRlye .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.EVMK6-uHT37VRlye .container {
  display: flex;
  margin: auto;
}
.EVMK6-uHT37VRlye .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.EVMK6-uHT37VRlye .iconfont-wrapper:last-child {
  margin-right: 0;
}
.EVMK6-uHT37VRlye .iconfont-wrapper:hover {
  opacity: .5;
}
.EVMK6-uHT37VRlye .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .EVMK6-uHT37VRlye .navbar-nav {
    margin: 0;
  }
}
.EVMK6-uHT37VRlye .dropdown-menu,
.EVMK6-uHT37VRlye .navbar.opened {
  background-color: false !important;
}
.EVMK6-uHT37VRlye .nav-item:focus,
.EVMK6-uHT37VRlye .nav-link:focus {
  outline: none;
}
.EVMK6-uHT37VRlye .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.EVMK6-uHT37VRlye .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.EVMK6-uHT37VRlye .dropdown .dropdown-menu .dropdown-item .shadow-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.EVMK6-uHT37VRlye .dropdown .dropdown-menu .dropdown-item .shadow-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.EVMK6-uHT37VRlye .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.EVMK6-uHT37VRlye .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.EVMK6-uHT37VRlye .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .EVMK6-uHT37VRlye .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.EVMK6-uHT37VRlye .navbar.opened {
  transition: all 0.3s;
}
.EVMK6-uHT37VRlye .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.EVMK6-uHT37VRlye .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.EVMK6-uHT37VRlye .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: center;
  z-index: 1;
}
.EVMK6-uHT37VRlye .navbar.collapsed {
  justify-content: center;
}
.EVMK6-uHT37VRlye .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.EVMK6-uHT37VRlye .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.EVMK6-uHT37VRlye .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.EVMK6-uHT37VRlye .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.EVMK6-uHT37VRlye .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.EVMK6-uHT37VRlye .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.EVMK6-uHT37VRlye .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .EVMK6-uHT37VRlye .navbar .nav-item {
    padding: .5rem 0;
  }
  .EVMK6-uHT37VRlye .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .EVMK6-uHT37VRlye .navbar .nav-item .nav-link::before {
    display: none;
  }
  .EVMK6-uHT37VRlye .navbar.opened .dropdown-menu {
    top: 0;
  }
  .EVMK6-uHT37VRlye .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .EVMK6-uHT37VRlye .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .EVMK6-uHT37VRlye .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .EVMK6-uHT37VRlye .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .EVMK6-uHT37VRlye .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .EVMK6-uHT37VRlye .navbar ul.navbar-nav li {
    margin: 0;
  }
  .EVMK6-uHT37VRlye .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .EVMK6-uHT37VRlye .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .EVMK6-uHT37VRlye .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .EVMK6-uHT37VRlye .navbar .icons-menu {
    padding: 0;
  }
}
.EVMK6-uHT37VRlye .navbar.navbar-short {
  min-height: 60px;
}
.EVMK6-uHT37VRlye .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.EVMK6-uHT37VRlye .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.EVMK6-uHT37VRlye .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.EVMK6-uHT37VRlye .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.EVMK6-uHT37VRlye .navbar-brand .navbar-logo a {
  outline: none;
}
.EVMK6-uHT37VRlye .dropdown-item.active,
.EVMK6-uHT37VRlye .dropdown-item:active {
  background-color: transparent;
}
.EVMK6-uHT37VRlye .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.EVMK6-uHT37VRlye .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.EVMK6-uHT37VRlye .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.EVMK6-uHT37VRlye .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.EVMK6-uHT37VRlye ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.EVMK6-uHT37VRlye .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.EVMK6-uHT37VRlye button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f1f1;
  background: #f1f1f1;
}
.EVMK6-uHT37VRlye button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.EVMK6-uHT37VRlye button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.EVMK6-uHT37VRlye button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.EVMK6-uHT37VRlye button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.EVMK6-uHT37VRlye button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.EVMK6-uHT37VRlye nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.EVMK6-uHT37VRlye nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.EVMK6-uHT37VRlye nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.EVMK6-uHT37VRlye nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.EVMK6-uHT37VRlye a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.EVMK6-uHT37VRlye .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .EVMK6-uHT37VRlye .navbar {
    height: 70px;
  }
  .EVMK6-uHT37VRlye .navbar.opened {
    height: auto;
  }
  .EVMK6-uHT37VRlye .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.EVMK6-uHT37VRlye .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .EVMK6-uHT37VRlye .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.EVMK6-uHT37VRlye .navbar-caption:hover {
  color: #01004c;
}
@media (min-width: 992px) {
  .EVMK6-uHT37VRlye .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.EVMK6-uHT37VRlye .text_widget {
  margin-bottom: 32px;
}
.EVMK6-uHT37VRlye .text_widget a {
  transition: all 0.3s ease-out;
}
.EVMK6-uHT37VRlye .text_widget a:hover,
.EVMK6-uHT37VRlye .text_widget a:focus {
  opacity: .8;
}
.EVMK6-uHT37VRlye .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .EVMK6-uHT37VRlye .contacts-wrapper {
    display: none;
  }
}
.EVMK6-uHT37VRlye .contacts-wrapper a .shadow-contact {
  margin: 8px 20px;
  position: relative;
}
.EVMK6-uHT37VRlye .contacts-wrapper a .shadow-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.EVMK6-uHT37VRlye .contacts-wrapper a .shadow-contact:hover:before,
.EVMK6-uHT37VRlye .contacts-wrapper a .shadow-contact:focus:before {
  width: 100%;
}
.EVMK6-uHT37VRlye .shadow-section-subtitle {
  color: #01004c;
  text-align: center;
}
.EVMK6-uHT37VRlye .navbar-caption {
  color: #01004c;
}
.EVMK6-uHT37VRlye .shadow-text {
  color: #01004c;
  text-align: center;
}
.EVMK6-uHT37VRlye .shadow-section-subtitle,
.EVMK6-uHT37VRlye .text_widget,
.EVMK6-uHT37VRlye .shadow-section-btn {
  text-align: center;
}
.EVMK6-uHT37VRlye a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.EVMK6-uHT3Ks3YiE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #010026;
}
.EVMK6-uHT3Ks3YiE .shadow-fallback-image.disabled {
  display: none;
}
.EVMK6-uHT3Ks3YiE .shadow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.EVMK6-uHT3Ks3YiE .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .EVMK6-uHT3Ks3YiE .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .EVMK6-uHT3Ks3YiE .content-wrapper {
    padding: 26px 22px;
  }
}
.EVMK6-uHT3Ks3YiE .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.EVMK6-uHT3Ks3YiE .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #010026;
  opacity: 0.6;
  z-index: 1;
  pointer-events: none;
}
.EVMK6-uHT3Ks3YiE .content-wrapper .shadow-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.EVMK6-uHT3Ks3YiE .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.EVMK6-uHT3Ks3YiE .content-wrapper .title-wrapper .shadow-section-title {
  margin-bottom: 22px;
}
.EVMK6-uHT3Ks3YiE .content-wrapper .shadow-section-btn {
  position: relative;
  z-index: 1;
}
.EVMK6-uHT3Ks3YiE .content-wrapper .shadow-section-btn .btn {
  margin-bottom: 0;
}
.EVMK6-uHT3Ks3YiE .shadow-section-title {
  color: #191c25;
}
.EVMK6-uHT3Ks3YiE .shadow-desc {
  color: #ffffff;
  text-align: center;
}
.EVMK6-uHT3Ks3YiE .shadow-section-title,
.EVMK6-uHT3Ks3YiE .shadow-section-btn,
.EVMK6-uHT3Ks3YiE .title-wrapper {
  text-align: center;
  color: #f1f1f1;
}
.EVMK6-uHTjPl0oE9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #010026;
}
.EVMK6-uHTjPl0oE9 .shadow-fallback-image.disabled {
  display: none;
}
.EVMK6-uHTjPl0oE9 .shadow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.EVMK6-uHTjPl0oE9 .container,
.EVMK6-uHTjPl0oE9 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 .container,
  .EVMK6-uHTjPl0oE9 .container-fluid {
    padding: 0 20px;
  }
}
.EVMK6-uHTjPl0oE9 a {
  display: block;
}
.EVMK6-uHTjPl0oE9 a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 a .logo-wrapper {
    padding: 50px 0;
  }
}
.EVMK6-uHTjPl0oE9 a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .EVMK6-uHTjPl0oE9 a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 a .logo-wrapper img {
    margin: 0 auto;
  }
}
.EVMK6-uHTjPl0oE9 .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 .copy-wrapper {
    border-right: none;
  }
}
.EVMK6-uHTjPl0oE9 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.EVMK6-uHTjPl0oE9 .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 .list-wrapper {
    height: auto;
  }
}
.EVMK6-uHTjPl0oE9 .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.EVMK6-uHTjPl0oE9 .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.EVMK6-uHTjPl0oE9 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.EVMK6-uHTjPl0oE9 .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.EVMK6-uHTjPl0oE9 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 .card-wrapper {
    margin-bottom: 50px;
  }
}
.EVMK6-uHTjPl0oE9 .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #02006c;
  border-radius: 24px;
}
.EVMK6-uHTjPl0oE9 .card-wrapper .card-wrap .shadow-section-title {
  margin-bottom: 42px;
}
.EVMK6-uHTjPl0oE9 .card-wrapper .card-wrap .shadow-text {
  margin-bottom: 42px;
}
.EVMK6-uHTjPl0oE9 .copyright {
  color: #ffffff;
  text-align: center;
}
.EVMK6-uHTjPl0oE9 .shadow-section-title {
  color: #3d4045;
}
.EVMK6-uHTjPl0oE9 .shadow-text {
  color: #f1f1f1;
  text-align: center;
}
.EVMK6-uHTjPl0oE9 .list {
  color: #ffffff;
}
.EVMK6-uHTjPl0oE9 .shadow-section-btn {
  text-align: right;
}
.EVMK6-uHTjPl0oE9 .shadow-section-title,
.EVMK6-uHTjPl0oE9 .shadow-section-btn {
  color: #ffffff;
  text-align: center;
}
.EVMK6-uHT37VRlye {
  background-color: transparent;
}
.EVMK6-uHT37VRlye .navbar-dropdown {
  background-color: #f1f1f1 !important;
  padding: 0;
}
.EVMK6-uHT37VRlye .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f1f1f1 !important;
  background: #f1f1f1;
}
.EVMK6-uHT37VRlye .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.EVMK6-uHT37VRlye .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .EVMK6-uHT37VRlye .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .EVMK6-uHT37VRlye .menu_box .navbar.opened,
  .EVMK6-uHT37VRlye .menu_box .navbar-collapse {
    background-color: #f1f1f1 !important;
    transition: all 0s ease 0s;
  }
}
.EVMK6-uHT37VRlye .navbar-dropdown {
  position: relative !important;
}
.EVMK6-uHT37VRlye .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .EVMK6-uHT37VRlye .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
.EVMK6-uHT37VRlye .shadow-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .EVMK6-uHT37VRlye .shadow-section-btn-main {
    margin-top: 1rem;
  }
}
@media (max-width: 992px) {
  .EVMK6-uHT37VRlye .shadow-section-btn-main {
    display: block;
    padding: 0;
  }
}
.EVMK6-uHT37VRlye .shadow-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.EVMK6-uHT37VRlye .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.EVMK6-uHT37VRlye .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .EVMK6-uHT37VRlye ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .EVMK6-uHT37VRlye .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .EVMK6-uHT37VRlye .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .EVMK6-uHT37VRlye .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .EVMK6-uHT37VRlye li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .EVMK6-uHT37VRlye .lg_brand {
    margin: 0 1rem;
  }
  .EVMK6-uHT37VRlye .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.EVMK6-uHT37VRlye .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .EVMK6-uHT37VRlye .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .EVMK6-uHT37VRlye .nav-item {
    margin: 0 !important;
  }
}
.EVMK6-uHT37VRlye .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.EVMK6-uHT37VRlye .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.EVMK6-uHT37VRlye .nav-item .nav-link:hover:before,
.EVMK6-uHT37VRlye .nav-item .nav-link:focus:before {
  width: 100%;
}
.EVMK6-uHT37VRlye .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .EVMK6-uHT37VRlye .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .EVMK6-uHT37VRlye .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .EVMK6-uHT37VRlye .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .EVMK6-uHT37VRlye .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .EVMK6-uHT37VRlye .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
}
.EVMK6-uHT37VRlye .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.EVMK6-uHT37VRlye .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.EVMK6-uHT37VRlye .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.EVMK6-uHT37VRlye .container {
  display: flex;
  margin: auto;
}
.EVMK6-uHT37VRlye .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.EVMK6-uHT37VRlye .iconfont-wrapper:last-child {
  margin-right: 0;
}
.EVMK6-uHT37VRlye .iconfont-wrapper:hover {
  opacity: .5;
}
.EVMK6-uHT37VRlye .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .EVMK6-uHT37VRlye .navbar-nav {
    margin: 0;
  }
}
.EVMK6-uHT37VRlye .dropdown-menu,
.EVMK6-uHT37VRlye .navbar.opened {
  background-color: false !important;
}
.EVMK6-uHT37VRlye .nav-item:focus,
.EVMK6-uHT37VRlye .nav-link:focus {
  outline: none;
}
.EVMK6-uHT37VRlye .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.EVMK6-uHT37VRlye .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.EVMK6-uHT37VRlye .dropdown .dropdown-menu .dropdown-item .shadow-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.EVMK6-uHT37VRlye .dropdown .dropdown-menu .dropdown-item .shadow-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.EVMK6-uHT37VRlye .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.EVMK6-uHT37VRlye .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.EVMK6-uHT37VRlye .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .EVMK6-uHT37VRlye .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.EVMK6-uHT37VRlye .navbar.opened {
  transition: all 0.3s;
}
.EVMK6-uHT37VRlye .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.EVMK6-uHT37VRlye .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.EVMK6-uHT37VRlye .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: center;
  z-index: 1;
}
.EVMK6-uHT37VRlye .navbar.collapsed {
  justify-content: center;
}
.EVMK6-uHT37VRlye .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.EVMK6-uHT37VRlye .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.EVMK6-uHT37VRlye .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.EVMK6-uHT37VRlye .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.EVMK6-uHT37VRlye .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.EVMK6-uHT37VRlye .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.EVMK6-uHT37VRlye .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .EVMK6-uHT37VRlye .navbar .nav-item {
    padding: .5rem 0;
  }
  .EVMK6-uHT37VRlye .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .EVMK6-uHT37VRlye .navbar .nav-item .nav-link::before {
    display: none;
  }
  .EVMK6-uHT37VRlye .navbar.opened .dropdown-menu {
    top: 0;
  }
  .EVMK6-uHT37VRlye .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .EVMK6-uHT37VRlye .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .EVMK6-uHT37VRlye .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .EVMK6-uHT37VRlye .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .EVMK6-uHT37VRlye .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .EVMK6-uHT37VRlye .navbar ul.navbar-nav li {
    margin: 0;
  }
  .EVMK6-uHT37VRlye .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .EVMK6-uHT37VRlye .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .EVMK6-uHT37VRlye .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .EVMK6-uHT37VRlye .navbar .icons-menu {
    padding: 0;
  }
}
.EVMK6-uHT37VRlye .navbar.navbar-short {
  min-height: 60px;
}
.EVMK6-uHT37VRlye .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.EVMK6-uHT37VRlye .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.EVMK6-uHT37VRlye .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.EVMK6-uHT37VRlye .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.EVMK6-uHT37VRlye .navbar-brand .navbar-logo a {
  outline: none;
}
.EVMK6-uHT37VRlye .dropdown-item.active,
.EVMK6-uHT37VRlye .dropdown-item:active {
  background-color: transparent;
}
.EVMK6-uHT37VRlye .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.EVMK6-uHT37VRlye .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.EVMK6-uHT37VRlye .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.EVMK6-uHT37VRlye .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.EVMK6-uHT37VRlye ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.EVMK6-uHT37VRlye .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.EVMK6-uHT37VRlye button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f1f1;
  background: #f1f1f1;
}
.EVMK6-uHT37VRlye button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.EVMK6-uHT37VRlye button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.EVMK6-uHT37VRlye button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.EVMK6-uHT37VRlye button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.EVMK6-uHT37VRlye button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.EVMK6-uHT37VRlye nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.EVMK6-uHT37VRlye nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.EVMK6-uHT37VRlye nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.EVMK6-uHT37VRlye nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.EVMK6-uHT37VRlye a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.EVMK6-uHT37VRlye .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .EVMK6-uHT37VRlye .navbar {
    height: 70px;
  }
  .EVMK6-uHT37VRlye .navbar.opened {
    height: auto;
  }
  .EVMK6-uHT37VRlye .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.EVMK6-uHT37VRlye .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .EVMK6-uHT37VRlye .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.EVMK6-uHT37VRlye .navbar-caption:hover {
  color: #01004c;
}
@media (min-width: 992px) {
  .EVMK6-uHT37VRlye .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.EVMK6-uHT37VRlye .text_widget {
  margin-bottom: 32px;
}
.EVMK6-uHT37VRlye .text_widget a {
  transition: all 0.3s ease-out;
}
.EVMK6-uHT37VRlye .text_widget a:hover,
.EVMK6-uHT37VRlye .text_widget a:focus {
  opacity: .8;
}
.EVMK6-uHT37VRlye .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .EVMK6-uHT37VRlye .contacts-wrapper {
    display: none;
  }
}
.EVMK6-uHT37VRlye .contacts-wrapper a .shadow-contact {
  margin: 8px 20px;
  position: relative;
}
.EVMK6-uHT37VRlye .contacts-wrapper a .shadow-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.EVMK6-uHT37VRlye .contacts-wrapper a .shadow-contact:hover:before,
.EVMK6-uHT37VRlye .contacts-wrapper a .shadow-contact:focus:before {
  width: 100%;
}
.EVMK6-uHT37VRlye .shadow-section-subtitle {
  color: #01004c;
  text-align: center;
}
.EVMK6-uHT37VRlye .navbar-caption {
  color: #01004c;
}
.EVMK6-uHT37VRlye .shadow-text {
  color: #01004c;
  text-align: center;
}
.EVMK6-uHT37VRlye .shadow-section-subtitle,
.EVMK6-uHT37VRlye .text_widget,
.EVMK6-uHT37VRlye .shadow-section-btn {
  text-align: center;
}
.EVMK6-uHT37VRlye a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.EVMK6-uHT3ZHikLx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #010026;
}
.EVMK6-uHT3ZHikLx .shadow-fallback-image.disabled {
  display: none;
}
.EVMK6-uHT3ZHikLx .shadow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.EVMK6-uHT3ZHikLx .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .EVMK6-uHT3ZHikLx .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .EVMK6-uHT3ZHikLx .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .EVMK6-uHT3ZHikLx .container {
    padding: 0 20px;
  }
}
.EVMK6-uHT3ZHikLx .row {
  justify-content: center;
}
.EVMK6-uHT3ZHikLx .content-wrapper {
  display: flex;
  padding: 30px;
  border-radius: 2rem;
  background-color: #010026;
}
@media (max-width: 992px) {
  .EVMK6-uHT3ZHikLx .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.EVMK6-uHT3ZHikLx .content-wrapper .card {
  justify-content: center;
}
.EVMK6-uHT3ZHikLx .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .EVMK6-uHT3ZHikLx .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.EVMK6-uHT3ZHikLx .content-wrapper .image-wrapper img {
  height: 720px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .EVMK6-uHT3ZHikLx .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.EVMK6-uHT3ZHikLx .content-wrapper .content-wrap {
  width: 50%;
  padding: 0 200px 0 60px;
  padding: 0 60px 0 200px;
}
@media (max-width: 992px) {
  .EVMK6-uHT3ZHikLx .content-wrapper .content-wrap {
    padding: 0;
  }
}
@media (max-width: 1440px) {
  .EVMK6-uHT3ZHikLx .content-wrapper .content-wrap {
    padding: 0 100px 0 60px;
  }
}
@media (max-width: 1199px) {
  .EVMK6-uHT3ZHikLx .content-wrapper .content-wrap {
    padding: 0 40px 0 60px;
  }
}
@media (max-width: 992px) {
  .EVMK6-uHT3ZHikLx .content-wrapper .content-wrap {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}
.EVMK6-uHT3ZHikLx .content-wrapper .content-wrap .dragArea.row .shadow-section-title {
  margin-bottom: 20px !important;
}
.EVMK6-uHT3ZHikLx .content-wrapper .content-wrap .dragArea.row .shadow-text {
  margin-bottom: 20px !important;
}
.EVMK6-uHT3ZHikLx .content-wrapper .content-wrap .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.EVMK6-uHT3ZHikLx .content-wrapper .content-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.EVMK6-uHT3ZHikLx .content-wrapper .content-wrap .dragArea.row .form-group .form-control {
  padding: 20px;
  border: none !important;
  box-shadow: none;
  border-radius: 20px !important;
  background-color: #ffffff;
}
.EVMK6-uHT3ZHikLx .content-wrapper .content-wrap .dragArea.row .form-group .form-control:hover,
.EVMK6-uHT3ZHikLx .content-wrapper .content-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.EVMK6-uHT3ZHikLx .content-wrapper .content-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #01004c;
  opacity: .5;
}
.EVMK6-uHT3ZHikLx .content-wrapper .content-wrap .dragArea.row .form-group textarea {
  min-height: 150px;
}
.EVMK6-uHT3ZHikLx .content-wrapper .content-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.EVMK6-uHT3ZHikLx .content-wrapper .content-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #01004c;
  border-color: #01004c;
  border-radius: 0;
}
.EVMK6-uHT3ZHikLx .content-wrapper .content-wrap .dragArea.row .shadow-section-btn {
  width: 100%;
  margin-top: 20px;
}
.EVMK6-uHT3ZHikLx .content-wrapper .content-wrap .dragArea.row .shadow-section-btn .btn {
  margin-top: 0;
}
.EVMK6-uHT3ZHikLx .shadow-section-title {
  color: #ffffff;
}
.EVMK6-uHT3ZHikLx .shadow-text {
  color: #ffffff;
}
.EVMK6-uHT3ZHikLx label {
  color: #ffffff;
}
.EVMK6-uHTjPl0oE9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #010026;
}
.EVMK6-uHTjPl0oE9 .shadow-fallback-image.disabled {
  display: none;
}
.EVMK6-uHTjPl0oE9 .shadow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.EVMK6-uHTjPl0oE9 .container,
.EVMK6-uHTjPl0oE9 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 .container,
  .EVMK6-uHTjPl0oE9 .container-fluid {
    padding: 0 20px;
  }
}
.EVMK6-uHTjPl0oE9 a {
  display: block;
}
.EVMK6-uHTjPl0oE9 a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 a .logo-wrapper {
    padding: 50px 0;
  }
}
.EVMK6-uHTjPl0oE9 a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .EVMK6-uHTjPl0oE9 a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 a .logo-wrapper img {
    margin: 0 auto;
  }
}
.EVMK6-uHTjPl0oE9 .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 .copy-wrapper {
    border-right: none;
  }
}
.EVMK6-uHTjPl0oE9 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.EVMK6-uHTjPl0oE9 .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 .list-wrapper {
    height: auto;
  }
}
.EVMK6-uHTjPl0oE9 .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.EVMK6-uHTjPl0oE9 .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.EVMK6-uHTjPl0oE9 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.EVMK6-uHTjPl0oE9 .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.EVMK6-uHTjPl0oE9 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 .card-wrapper {
    margin-bottom: 50px;
  }
}
.EVMK6-uHTjPl0oE9 .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #02006c;
  border-radius: 24px;
}
.EVMK6-uHTjPl0oE9 .card-wrapper .card-wrap .shadow-section-title {
  margin-bottom: 42px;
}
.EVMK6-uHTjPl0oE9 .card-wrapper .card-wrap .shadow-text {
  margin-bottom: 42px;
}
.EVMK6-uHTjPl0oE9 .copyright {
  color: #ffffff;
  text-align: center;
}
.EVMK6-uHTjPl0oE9 .shadow-section-title {
  color: #3d4045;
}
.EVMK6-uHTjPl0oE9 .shadow-text {
  color: #f1f1f1;
  text-align: center;
}
.EVMK6-uHTjPl0oE9 .list {
  color: #ffffff;
}
.EVMK6-uHTjPl0oE9 .shadow-section-btn {
  text-align: right;
}
.EVMK6-uHTjPl0oE9 .shadow-section-title,
.EVMK6-uHTjPl0oE9 .shadow-section-btn {
  color: #ffffff;
  text-align: center;
}
.EVMK6-uHT37VRlye {
  background-color: transparent;
}
.EVMK6-uHT37VRlye .navbar-dropdown {
  background-color: #f1f1f1 !important;
  padding: 0;
}
.EVMK6-uHT37VRlye .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f1f1f1 !important;
  background: #f1f1f1;
}
.EVMK6-uHT37VRlye .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.EVMK6-uHT37VRlye .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .EVMK6-uHT37VRlye .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .EVMK6-uHT37VRlye .menu_box .navbar.opened,
  .EVMK6-uHT37VRlye .menu_box .navbar-collapse {
    background-color: #f1f1f1 !important;
    transition: all 0s ease 0s;
  }
}
.EVMK6-uHT37VRlye .navbar-dropdown {
  position: relative !important;
}
.EVMK6-uHT37VRlye .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .EVMK6-uHT37VRlye .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
.EVMK6-uHT37VRlye .shadow-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .EVMK6-uHT37VRlye .shadow-section-btn-main {
    margin-top: 1rem;
  }
}
@media (max-width: 992px) {
  .EVMK6-uHT37VRlye .shadow-section-btn-main {
    display: block;
    padding: 0;
  }
}
.EVMK6-uHT37VRlye .shadow-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.EVMK6-uHT37VRlye .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.EVMK6-uHT37VRlye .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .EVMK6-uHT37VRlye ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .EVMK6-uHT37VRlye .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .EVMK6-uHT37VRlye .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .EVMK6-uHT37VRlye .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .EVMK6-uHT37VRlye li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .EVMK6-uHT37VRlye .lg_brand {
    margin: 0 1rem;
  }
  .EVMK6-uHT37VRlye .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.EVMK6-uHT37VRlye .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .EVMK6-uHT37VRlye .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .EVMK6-uHT37VRlye .nav-item {
    margin: 0 !important;
  }
}
.EVMK6-uHT37VRlye .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.EVMK6-uHT37VRlye .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.EVMK6-uHT37VRlye .nav-item .nav-link:hover:before,
.EVMK6-uHT37VRlye .nav-item .nav-link:focus:before {
  width: 100%;
}
.EVMK6-uHT37VRlye .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .EVMK6-uHT37VRlye .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .EVMK6-uHT37VRlye .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .EVMK6-uHT37VRlye .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .EVMK6-uHT37VRlye .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .EVMK6-uHT37VRlye .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
}
.EVMK6-uHT37VRlye .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.EVMK6-uHT37VRlye .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.EVMK6-uHT37VRlye .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.EVMK6-uHT37VRlye .container {
  display: flex;
  margin: auto;
}
.EVMK6-uHT37VRlye .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.EVMK6-uHT37VRlye .iconfont-wrapper:last-child {
  margin-right: 0;
}
.EVMK6-uHT37VRlye .iconfont-wrapper:hover {
  opacity: .5;
}
.EVMK6-uHT37VRlye .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .EVMK6-uHT37VRlye .navbar-nav {
    margin: 0;
  }
}
.EVMK6-uHT37VRlye .dropdown-menu,
.EVMK6-uHT37VRlye .navbar.opened {
  background-color: false !important;
}
.EVMK6-uHT37VRlye .nav-item:focus,
.EVMK6-uHT37VRlye .nav-link:focus {
  outline: none;
}
.EVMK6-uHT37VRlye .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.EVMK6-uHT37VRlye .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.EVMK6-uHT37VRlye .dropdown .dropdown-menu .dropdown-item .shadow-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.EVMK6-uHT37VRlye .dropdown .dropdown-menu .dropdown-item .shadow-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.EVMK6-uHT37VRlye .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.EVMK6-uHT37VRlye .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.EVMK6-uHT37VRlye .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .EVMK6-uHT37VRlye .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.EVMK6-uHT37VRlye .navbar.opened {
  transition: all 0.3s;
}
.EVMK6-uHT37VRlye .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.EVMK6-uHT37VRlye .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.EVMK6-uHT37VRlye .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: center;
  z-index: 1;
}
.EVMK6-uHT37VRlye .navbar.collapsed {
  justify-content: center;
}
.EVMK6-uHT37VRlye .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.EVMK6-uHT37VRlye .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.EVMK6-uHT37VRlye .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.EVMK6-uHT37VRlye .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.EVMK6-uHT37VRlye .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.EVMK6-uHT37VRlye .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.EVMK6-uHT37VRlye .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .EVMK6-uHT37VRlye .navbar .nav-item {
    padding: .5rem 0;
  }
  .EVMK6-uHT37VRlye .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .EVMK6-uHT37VRlye .navbar .nav-item .nav-link::before {
    display: none;
  }
  .EVMK6-uHT37VRlye .navbar.opened .dropdown-menu {
    top: 0;
  }
  .EVMK6-uHT37VRlye .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .EVMK6-uHT37VRlye .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .EVMK6-uHT37VRlye .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .EVMK6-uHT37VRlye .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .EVMK6-uHT37VRlye .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .EVMK6-uHT37VRlye .navbar ul.navbar-nav li {
    margin: 0;
  }
  .EVMK6-uHT37VRlye .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .EVMK6-uHT37VRlye .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .EVMK6-uHT37VRlye .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .EVMK6-uHT37VRlye .navbar .icons-menu {
    padding: 0;
  }
}
.EVMK6-uHT37VRlye .navbar.navbar-short {
  min-height: 60px;
}
.EVMK6-uHT37VRlye .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.EVMK6-uHT37VRlye .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.EVMK6-uHT37VRlye .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.EVMK6-uHT37VRlye .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.EVMK6-uHT37VRlye .navbar-brand .navbar-logo a {
  outline: none;
}
.EVMK6-uHT37VRlye .dropdown-item.active,
.EVMK6-uHT37VRlye .dropdown-item:active {
  background-color: transparent;
}
.EVMK6-uHT37VRlye .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.EVMK6-uHT37VRlye .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.EVMK6-uHT37VRlye .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.EVMK6-uHT37VRlye .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.EVMK6-uHT37VRlye ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.EVMK6-uHT37VRlye .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.EVMK6-uHT37VRlye button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f1f1;
  background: #f1f1f1;
}
.EVMK6-uHT37VRlye button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.EVMK6-uHT37VRlye button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.EVMK6-uHT37VRlye button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.EVMK6-uHT37VRlye button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.EVMK6-uHT37VRlye button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.EVMK6-uHT37VRlye nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.EVMK6-uHT37VRlye nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.EVMK6-uHT37VRlye nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.EVMK6-uHT37VRlye nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.EVMK6-uHT37VRlye a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.EVMK6-uHT37VRlye .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .EVMK6-uHT37VRlye .navbar {
    height: 70px;
  }
  .EVMK6-uHT37VRlye .navbar.opened {
    height: auto;
  }
  .EVMK6-uHT37VRlye .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.EVMK6-uHT37VRlye .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .EVMK6-uHT37VRlye .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.EVMK6-uHT37VRlye .navbar-caption:hover {
  color: #01004c;
}
@media (min-width: 992px) {
  .EVMK6-uHT37VRlye .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.EVMK6-uHT37VRlye .text_widget {
  margin-bottom: 32px;
}
.EVMK6-uHT37VRlye .text_widget a {
  transition: all 0.3s ease-out;
}
.EVMK6-uHT37VRlye .text_widget a:hover,
.EVMK6-uHT37VRlye .text_widget a:focus {
  opacity: .8;
}
.EVMK6-uHT37VRlye .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .EVMK6-uHT37VRlye .contacts-wrapper {
    display: none;
  }
}
.EVMK6-uHT37VRlye .contacts-wrapper a .shadow-contact {
  margin: 8px 20px;
  position: relative;
}
.EVMK6-uHT37VRlye .contacts-wrapper a .shadow-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.EVMK6-uHT37VRlye .contacts-wrapper a .shadow-contact:hover:before,
.EVMK6-uHT37VRlye .contacts-wrapper a .shadow-contact:focus:before {
  width: 100%;
}
.EVMK6-uHT37VRlye .shadow-section-subtitle {
  color: #01004c;
  text-align: center;
}
.EVMK6-uHT37VRlye .navbar-caption {
  color: #01004c;
}
.EVMK6-uHT37VRlye .shadow-text {
  color: #01004c;
  text-align: center;
}
.EVMK6-uHT37VRlye .shadow-section-subtitle,
.EVMK6-uHT37VRlye .text_widget,
.EVMK6-uHT37VRlye .shadow-section-btn {
  text-align: center;
}
.EVMK6-uHT37VRlye a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.EVMK6-uHT4z1CMxu {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #010026;
}
.EVMK6-uHT4z1CMxu .shadow-fallback-image.disabled {
  display: none;
}
.EVMK6-uHT4z1CMxu .shadow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.EVMK6-uHT4z1CMxu .shadow-text {
  color: #ffffff;
}
.EVMK6-uHT4z1CMxu .shadow-section-title {
  color: #ffffff;
  text-align: center;
}
.EVMK6-uHTjPl0oE9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #010026;
}
.EVMK6-uHTjPl0oE9 .shadow-fallback-image.disabled {
  display: none;
}
.EVMK6-uHTjPl0oE9 .shadow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.EVMK6-uHTjPl0oE9 .container,
.EVMK6-uHTjPl0oE9 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 .container,
  .EVMK6-uHTjPl0oE9 .container-fluid {
    padding: 0 20px;
  }
}
.EVMK6-uHTjPl0oE9 a {
  display: block;
}
.EVMK6-uHTjPl0oE9 a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 a .logo-wrapper {
    padding: 50px 0;
  }
}
.EVMK6-uHTjPl0oE9 a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .EVMK6-uHTjPl0oE9 a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 a .logo-wrapper img {
    margin: 0 auto;
  }
}
.EVMK6-uHTjPl0oE9 .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 .copy-wrapper {
    border-right: none;
  }
}
.EVMK6-uHTjPl0oE9 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.EVMK6-uHTjPl0oE9 .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 .list-wrapper {
    height: auto;
  }
}
.EVMK6-uHTjPl0oE9 .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.EVMK6-uHTjPl0oE9 .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.EVMK6-uHTjPl0oE9 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.EVMK6-uHTjPl0oE9 .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.EVMK6-uHTjPl0oE9 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 .card-wrapper {
    margin-bottom: 50px;
  }
}
.EVMK6-uHTjPl0oE9 .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #02006c;
  border-radius: 24px;
}
.EVMK6-uHTjPl0oE9 .card-wrapper .card-wrap .shadow-section-title {
  margin-bottom: 42px;
}
.EVMK6-uHTjPl0oE9 .card-wrapper .card-wrap .shadow-text {
  margin-bottom: 42px;
}
.EVMK6-uHTjPl0oE9 .copyright {
  color: #ffffff;
  text-align: center;
}
.EVMK6-uHTjPl0oE9 .shadow-section-title {
  color: #3d4045;
}
.EVMK6-uHTjPl0oE9 .shadow-text {
  color: #f1f1f1;
  text-align: center;
}
.EVMK6-uHTjPl0oE9 .list {
  color: #ffffff;
}
.EVMK6-uHTjPl0oE9 .shadow-section-btn {
  text-align: right;
}
.EVMK6-uHTjPl0oE9 .shadow-section-title,
.EVMK6-uHTjPl0oE9 .shadow-section-btn {
  color: #ffffff;
  text-align: center;
}
.EVMK6-uHT4Eazifk {
  background-color: transparent;
}
.EVMK6-uHT4Eazifk .navbar-dropdown {
  background-color: #f1f1f1 !important;
  padding: 0;
}
.EVMK6-uHT4Eazifk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f1f1f1 !important;
  background: #f1f1f1;
}
.EVMK6-uHT4Eazifk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.EVMK6-uHT4Eazifk .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .EVMK6-uHT4Eazifk .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .EVMK6-uHT4Eazifk .menu_box .navbar.opened,
  .EVMK6-uHT4Eazifk .menu_box .navbar-collapse {
    background-color: #f1f1f1 !important;
    transition: all 0s ease 0s;
  }
}
.EVMK6-uHT4Eazifk .navbar-dropdown {
  position: relative !important;
}
.EVMK6-uHT4Eazifk .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .EVMK6-uHT4Eazifk .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
.EVMK6-uHT4Eazifk .shadow-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .EVMK6-uHT4Eazifk .shadow-section-btn-main {
    margin-top: 1rem;
  }
}
@media (max-width: 992px) {
  .EVMK6-uHT4Eazifk .shadow-section-btn-main {
    display: block;
    padding: 0;
  }
}
.EVMK6-uHT4Eazifk .shadow-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.EVMK6-uHT4Eazifk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.EVMK6-uHT4Eazifk .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .EVMK6-uHT4Eazifk ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .EVMK6-uHT4Eazifk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .EVMK6-uHT4Eazifk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .EVMK6-uHT4Eazifk .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .EVMK6-uHT4Eazifk li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .EVMK6-uHT4Eazifk .lg_brand {
    margin: 0 1rem;
  }
  .EVMK6-uHT4Eazifk .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.EVMK6-uHT4Eazifk .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .EVMK6-uHT4Eazifk .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .EVMK6-uHT4Eazifk .nav-item {
    margin: 0 !important;
  }
}
.EVMK6-uHT4Eazifk .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.EVMK6-uHT4Eazifk .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.EVMK6-uHT4Eazifk .nav-item .nav-link:hover:before,
.EVMK6-uHT4Eazifk .nav-item .nav-link:focus:before {
  width: 100%;
}
.EVMK6-uHT4Eazifk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .EVMK6-uHT4Eazifk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .EVMK6-uHT4Eazifk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .EVMK6-uHT4Eazifk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .EVMK6-uHT4Eazifk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .EVMK6-uHT4Eazifk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
}
.EVMK6-uHT4Eazifk .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.EVMK6-uHT4Eazifk .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.EVMK6-uHT4Eazifk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.EVMK6-uHT4Eazifk .container {
  display: flex;
  margin: auto;
}
.EVMK6-uHT4Eazifk .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.EVMK6-uHT4Eazifk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.EVMK6-uHT4Eazifk .iconfont-wrapper:hover {
  opacity: .5;
}
.EVMK6-uHT4Eazifk .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .EVMK6-uHT4Eazifk .navbar-nav {
    margin: 0;
  }
}
.EVMK6-uHT4Eazifk .dropdown-menu,
.EVMK6-uHT4Eazifk .navbar.opened {
  background-color: false !important;
}
.EVMK6-uHT4Eazifk .nav-item:focus,
.EVMK6-uHT4Eazifk .nav-link:focus {
  outline: none;
}
.EVMK6-uHT4Eazifk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.EVMK6-uHT4Eazifk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.EVMK6-uHT4Eazifk .dropdown .dropdown-menu .dropdown-item .shadow-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.EVMK6-uHT4Eazifk .dropdown .dropdown-menu .dropdown-item .shadow-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.EVMK6-uHT4Eazifk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.EVMK6-uHT4Eazifk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.EVMK6-uHT4Eazifk .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .EVMK6-uHT4Eazifk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.EVMK6-uHT4Eazifk .navbar.opened {
  transition: all 0.3s;
}
.EVMK6-uHT4Eazifk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.EVMK6-uHT4Eazifk .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.EVMK6-uHT4Eazifk .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: center;
  z-index: 1;
}
.EVMK6-uHT4Eazifk .navbar.collapsed {
  justify-content: center;
}
.EVMK6-uHT4Eazifk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.EVMK6-uHT4Eazifk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.EVMK6-uHT4Eazifk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.EVMK6-uHT4Eazifk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.EVMK6-uHT4Eazifk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.EVMK6-uHT4Eazifk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.EVMK6-uHT4Eazifk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .EVMK6-uHT4Eazifk .navbar .nav-item {
    padding: .5rem 0;
  }
  .EVMK6-uHT4Eazifk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .EVMK6-uHT4Eazifk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .EVMK6-uHT4Eazifk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .EVMK6-uHT4Eazifk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .EVMK6-uHT4Eazifk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .EVMK6-uHT4Eazifk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .EVMK6-uHT4Eazifk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .EVMK6-uHT4Eazifk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .EVMK6-uHT4Eazifk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .EVMK6-uHT4Eazifk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .EVMK6-uHT4Eazifk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .EVMK6-uHT4Eazifk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .EVMK6-uHT4Eazifk .navbar .icons-menu {
    padding: 0;
  }
}
.EVMK6-uHT4Eazifk .navbar.navbar-short {
  min-height: 60px;
}
.EVMK6-uHT4Eazifk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.EVMK6-uHT4Eazifk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.EVMK6-uHT4Eazifk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.EVMK6-uHT4Eazifk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.EVMK6-uHT4Eazifk .navbar-brand .navbar-logo a {
  outline: none;
}
.EVMK6-uHT4Eazifk .dropdown-item.active,
.EVMK6-uHT4Eazifk .dropdown-item:active {
  background-color: transparent;
}
.EVMK6-uHT4Eazifk .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.EVMK6-uHT4Eazifk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.EVMK6-uHT4Eazifk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.EVMK6-uHT4Eazifk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.EVMK6-uHT4Eazifk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.EVMK6-uHT4Eazifk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.EVMK6-uHT4Eazifk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f1f1;
  background: #f1f1f1;
}
.EVMK6-uHT4Eazifk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.EVMK6-uHT4Eazifk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.EVMK6-uHT4Eazifk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.EVMK6-uHT4Eazifk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.EVMK6-uHT4Eazifk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.EVMK6-uHT4Eazifk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.EVMK6-uHT4Eazifk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.EVMK6-uHT4Eazifk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.EVMK6-uHT4Eazifk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.EVMK6-uHT4Eazifk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.EVMK6-uHT4Eazifk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .EVMK6-uHT4Eazifk .navbar {
    height: 70px;
  }
  .EVMK6-uHT4Eazifk .navbar.opened {
    height: auto;
  }
  .EVMK6-uHT4Eazifk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.EVMK6-uHT4Eazifk .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .EVMK6-uHT4Eazifk .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.EVMK6-uHT4Eazifk .navbar-caption:hover {
  color: #01004c;
}
@media (min-width: 992px) {
  .EVMK6-uHT4Eazifk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.EVMK6-uHT4Eazifk .text_widget {
  margin-bottom: 32px;
}
.EVMK6-uHT4Eazifk .text_widget a {
  transition: all 0.3s ease-out;
}
.EVMK6-uHT4Eazifk .text_widget a:hover,
.EVMK6-uHT4Eazifk .text_widget a:focus {
  opacity: .8;
}
.EVMK6-uHT4Eazifk .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .EVMK6-uHT4Eazifk .contacts-wrapper {
    display: none;
  }
}
.EVMK6-uHT4Eazifk .contacts-wrapper a .shadow-contact {
  margin: 8px 20px;
  position: relative;
}
.EVMK6-uHT4Eazifk .contacts-wrapper a .shadow-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.EVMK6-uHT4Eazifk .contacts-wrapper a .shadow-contact:hover:before,
.EVMK6-uHT4Eazifk .contacts-wrapper a .shadow-contact:focus:before {
  width: 100%;
}
.EVMK6-uHT4Eazifk .shadow-section-subtitle {
  color: #01004c;
  text-align: center;
}
.EVMK6-uHT4Eazifk .navbar-caption {
  color: #01004c;
}
.EVMK6-uHT4Eazifk .shadow-text {
  color: #01004c;
  text-align: center;
}
.EVMK6-uHT4Eazifk .shadow-section-subtitle,
.EVMK6-uHT4Eazifk .text_widget,
.EVMK6-uHT4Eazifk .shadow-section-btn {
  text-align: center;
}
.EVMK6-uHT4Eazifk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.EVMK6-uHT4Edn6x5 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #010026;
}
.EVMK6-uHT4Edn6x5 .shadow-fallback-image.disabled {
  display: none;
}
.EVMK6-uHT4Edn6x5 .shadow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.EVMK6-uHT4Edn6x5 .shadow-text {
  color: #ffffff;
}
.EVMK6-uHT4Edn6x5 .shadow-section-title {
  color: #ffffff;
  text-align: center;
}
.EVMK6-uHTjPl0oE9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #010026;
}
.EVMK6-uHTjPl0oE9 .shadow-fallback-image.disabled {
  display: none;
}
.EVMK6-uHTjPl0oE9 .shadow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.EVMK6-uHTjPl0oE9 .container,
.EVMK6-uHTjPl0oE9 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 .container,
  .EVMK6-uHTjPl0oE9 .container-fluid {
    padding: 0 20px;
  }
}
.EVMK6-uHTjPl0oE9 a {
  display: block;
}
.EVMK6-uHTjPl0oE9 a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 a .logo-wrapper {
    padding: 50px 0;
  }
}
.EVMK6-uHTjPl0oE9 a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .EVMK6-uHTjPl0oE9 a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 a .logo-wrapper img {
    margin: 0 auto;
  }
}
.EVMK6-uHTjPl0oE9 .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 .copy-wrapper {
    border-right: none;
  }
}
.EVMK6-uHTjPl0oE9 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.EVMK6-uHTjPl0oE9 .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 .list-wrapper {
    height: auto;
  }
}
.EVMK6-uHTjPl0oE9 .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.EVMK6-uHTjPl0oE9 .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.EVMK6-uHTjPl0oE9 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.EVMK6-uHTjPl0oE9 .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.EVMK6-uHTjPl0oE9 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 .card-wrapper {
    margin-bottom: 50px;
  }
}
.EVMK6-uHTjPl0oE9 .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #02006c;
  border-radius: 24px;
}
.EVMK6-uHTjPl0oE9 .card-wrapper .card-wrap .shadow-section-title {
  margin-bottom: 42px;
}
.EVMK6-uHTjPl0oE9 .card-wrapper .card-wrap .shadow-text {
  margin-bottom: 42px;
}
.EVMK6-uHTjPl0oE9 .copyright {
  color: #ffffff;
  text-align: center;
}
.EVMK6-uHTjPl0oE9 .shadow-section-title {
  color: #3d4045;
}
.EVMK6-uHTjPl0oE9 .shadow-text {
  color: #f1f1f1;
  text-align: center;
}
.EVMK6-uHTjPl0oE9 .list {
  color: #ffffff;
}
.EVMK6-uHTjPl0oE9 .shadow-section-btn {
  text-align: right;
}
.EVMK6-uHTjPl0oE9 .shadow-section-title,
.EVMK6-uHTjPl0oE9 .shadow-section-btn {
  color: #ffffff;
  text-align: center;
}
.EVMK6-uHT4Fq1Kh7 {
  background-color: transparent;
}
.EVMK6-uHT4Fq1Kh7 .navbar-dropdown {
  background-color: #f1f1f1 !important;
  padding: 0;
}
.EVMK6-uHT4Fq1Kh7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f1f1f1 !important;
  background: #f1f1f1;
}
.EVMK6-uHT4Fq1Kh7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.EVMK6-uHT4Fq1Kh7 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .EVMK6-uHT4Fq1Kh7 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .EVMK6-uHT4Fq1Kh7 .menu_box .navbar.opened,
  .EVMK6-uHT4Fq1Kh7 .menu_box .navbar-collapse {
    background-color: #f1f1f1 !important;
    transition: all 0s ease 0s;
  }
}
.EVMK6-uHT4Fq1Kh7 .navbar-dropdown {
  position: relative !important;
}
.EVMK6-uHT4Fq1Kh7 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .EVMK6-uHT4Fq1Kh7 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
.EVMK6-uHT4Fq1Kh7 .shadow-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .EVMK6-uHT4Fq1Kh7 .shadow-section-btn-main {
    margin-top: 1rem;
  }
}
@media (max-width: 992px) {
  .EVMK6-uHT4Fq1Kh7 .shadow-section-btn-main {
    display: block;
    padding: 0;
  }
}
.EVMK6-uHT4Fq1Kh7 .shadow-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.EVMK6-uHT4Fq1Kh7 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.EVMK6-uHT4Fq1Kh7 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .EVMK6-uHT4Fq1Kh7 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .EVMK6-uHT4Fq1Kh7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .EVMK6-uHT4Fq1Kh7 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .EVMK6-uHT4Fq1Kh7 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .EVMK6-uHT4Fq1Kh7 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .EVMK6-uHT4Fq1Kh7 .lg_brand {
    margin: 0 1rem;
  }
  .EVMK6-uHT4Fq1Kh7 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.EVMK6-uHT4Fq1Kh7 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .EVMK6-uHT4Fq1Kh7 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .EVMK6-uHT4Fq1Kh7 .nav-item {
    margin: 0 !important;
  }
}
.EVMK6-uHT4Fq1Kh7 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.EVMK6-uHT4Fq1Kh7 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.EVMK6-uHT4Fq1Kh7 .nav-item .nav-link:hover:before,
.EVMK6-uHT4Fq1Kh7 .nav-item .nav-link:focus:before {
  width: 100%;
}
.EVMK6-uHT4Fq1Kh7 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .EVMK6-uHT4Fq1Kh7 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .EVMK6-uHT4Fq1Kh7 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .EVMK6-uHT4Fq1Kh7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .EVMK6-uHT4Fq1Kh7 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .EVMK6-uHT4Fq1Kh7 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
}
.EVMK6-uHT4Fq1Kh7 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.EVMK6-uHT4Fq1Kh7 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.EVMK6-uHT4Fq1Kh7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.EVMK6-uHT4Fq1Kh7 .container {
  display: flex;
  margin: auto;
}
.EVMK6-uHT4Fq1Kh7 .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.EVMK6-uHT4Fq1Kh7 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.EVMK6-uHT4Fq1Kh7 .iconfont-wrapper:hover {
  opacity: .5;
}
.EVMK6-uHT4Fq1Kh7 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .EVMK6-uHT4Fq1Kh7 .navbar-nav {
    margin: 0;
  }
}
.EVMK6-uHT4Fq1Kh7 .dropdown-menu,
.EVMK6-uHT4Fq1Kh7 .navbar.opened {
  background-color: false !important;
}
.EVMK6-uHT4Fq1Kh7 .nav-item:focus,
.EVMK6-uHT4Fq1Kh7 .nav-link:focus {
  outline: none;
}
.EVMK6-uHT4Fq1Kh7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.EVMK6-uHT4Fq1Kh7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.EVMK6-uHT4Fq1Kh7 .dropdown .dropdown-menu .dropdown-item .shadow-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.EVMK6-uHT4Fq1Kh7 .dropdown .dropdown-menu .dropdown-item .shadow-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.EVMK6-uHT4Fq1Kh7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.EVMK6-uHT4Fq1Kh7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.EVMK6-uHT4Fq1Kh7 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .EVMK6-uHT4Fq1Kh7 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.EVMK6-uHT4Fq1Kh7 .navbar.opened {
  transition: all 0.3s;
}
.EVMK6-uHT4Fq1Kh7 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.EVMK6-uHT4Fq1Kh7 .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.EVMK6-uHT4Fq1Kh7 .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: center;
  z-index: 1;
}
.EVMK6-uHT4Fq1Kh7 .navbar.collapsed {
  justify-content: center;
}
.EVMK6-uHT4Fq1Kh7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.EVMK6-uHT4Fq1Kh7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.EVMK6-uHT4Fq1Kh7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.EVMK6-uHT4Fq1Kh7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.EVMK6-uHT4Fq1Kh7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.EVMK6-uHT4Fq1Kh7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.EVMK6-uHT4Fq1Kh7 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .EVMK6-uHT4Fq1Kh7 .navbar .nav-item {
    padding: .5rem 0;
  }
  .EVMK6-uHT4Fq1Kh7 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .EVMK6-uHT4Fq1Kh7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .EVMK6-uHT4Fq1Kh7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .EVMK6-uHT4Fq1Kh7 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .EVMK6-uHT4Fq1Kh7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .EVMK6-uHT4Fq1Kh7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .EVMK6-uHT4Fq1Kh7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .EVMK6-uHT4Fq1Kh7 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .EVMK6-uHT4Fq1Kh7 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .EVMK6-uHT4Fq1Kh7 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .EVMK6-uHT4Fq1Kh7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .EVMK6-uHT4Fq1Kh7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .EVMK6-uHT4Fq1Kh7 .navbar .icons-menu {
    padding: 0;
  }
}
.EVMK6-uHT4Fq1Kh7 .navbar.navbar-short {
  min-height: 60px;
}
.EVMK6-uHT4Fq1Kh7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.EVMK6-uHT4Fq1Kh7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.EVMK6-uHT4Fq1Kh7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.EVMK6-uHT4Fq1Kh7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.EVMK6-uHT4Fq1Kh7 .navbar-brand .navbar-logo a {
  outline: none;
}
.EVMK6-uHT4Fq1Kh7 .dropdown-item.active,
.EVMK6-uHT4Fq1Kh7 .dropdown-item:active {
  background-color: transparent;
}
.EVMK6-uHT4Fq1Kh7 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.EVMK6-uHT4Fq1Kh7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.EVMK6-uHT4Fq1Kh7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.EVMK6-uHT4Fq1Kh7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.EVMK6-uHT4Fq1Kh7 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.EVMK6-uHT4Fq1Kh7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.EVMK6-uHT4Fq1Kh7 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f1f1;
  background: #f1f1f1;
}
.EVMK6-uHT4Fq1Kh7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.EVMK6-uHT4Fq1Kh7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.EVMK6-uHT4Fq1Kh7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.EVMK6-uHT4Fq1Kh7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.EVMK6-uHT4Fq1Kh7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.EVMK6-uHT4Fq1Kh7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.EVMK6-uHT4Fq1Kh7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.EVMK6-uHT4Fq1Kh7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.EVMK6-uHT4Fq1Kh7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.EVMK6-uHT4Fq1Kh7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.EVMK6-uHT4Fq1Kh7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .EVMK6-uHT4Fq1Kh7 .navbar {
    height: 70px;
  }
  .EVMK6-uHT4Fq1Kh7 .navbar.opened {
    height: auto;
  }
  .EVMK6-uHT4Fq1Kh7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.EVMK6-uHT4Fq1Kh7 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .EVMK6-uHT4Fq1Kh7 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.EVMK6-uHT4Fq1Kh7 .navbar-caption:hover {
  color: #01004c;
}
@media (min-width: 992px) {
  .EVMK6-uHT4Fq1Kh7 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.EVMK6-uHT4Fq1Kh7 .text_widget {
  margin-bottom: 32px;
}
.EVMK6-uHT4Fq1Kh7 .text_widget a {
  transition: all 0.3s ease-out;
}
.EVMK6-uHT4Fq1Kh7 .text_widget a:hover,
.EVMK6-uHT4Fq1Kh7 .text_widget a:focus {
  opacity: .8;
}
.EVMK6-uHT4Fq1Kh7 .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .EVMK6-uHT4Fq1Kh7 .contacts-wrapper {
    display: none;
  }
}
.EVMK6-uHT4Fq1Kh7 .contacts-wrapper a .shadow-contact {
  margin: 8px 20px;
  position: relative;
}
.EVMK6-uHT4Fq1Kh7 .contacts-wrapper a .shadow-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.EVMK6-uHT4Fq1Kh7 .contacts-wrapper a .shadow-contact:hover:before,
.EVMK6-uHT4Fq1Kh7 .contacts-wrapper a .shadow-contact:focus:before {
  width: 100%;
}
.EVMK6-uHT4Fq1Kh7 .shadow-section-subtitle {
  color: #01004c;
  text-align: center;
}
.EVMK6-uHT4Fq1Kh7 .navbar-caption {
  color: #01004c;
}
.EVMK6-uHT4Fq1Kh7 .shadow-text {
  color: #01004c;
  text-align: center;
}
.EVMK6-uHT4Fq1Kh7 .shadow-section-subtitle,
.EVMK6-uHT4Fq1Kh7 .text_widget,
.EVMK6-uHT4Fq1Kh7 .shadow-section-btn {
  text-align: center;
}
.EVMK6-uHT4Fq1Kh7 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.EVMK6-uHT4FqGNxg {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #010026;
}
.EVMK6-uHT4FqGNxg .shadow-fallback-image.disabled {
  display: none;
}
.EVMK6-uHT4FqGNxg .shadow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.EVMK6-uHT4FqGNxg .shadow-text {
  color: #ffffff;
}
.EVMK6-uHT4FqGNxg .shadow-section-title {
  color: #ffffff;
  text-align: center;
}
.EVMK6-uHTjPl0oE9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #010026;
}
.EVMK6-uHTjPl0oE9 .shadow-fallback-image.disabled {
  display: none;
}
.EVMK6-uHTjPl0oE9 .shadow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.EVMK6-uHTjPl0oE9 .container,
.EVMK6-uHTjPl0oE9 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 .container,
  .EVMK6-uHTjPl0oE9 .container-fluid {
    padding: 0 20px;
  }
}
.EVMK6-uHTjPl0oE9 a {
  display: block;
}
.EVMK6-uHTjPl0oE9 a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 a .logo-wrapper {
    padding: 50px 0;
  }
}
.EVMK6-uHTjPl0oE9 a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .EVMK6-uHTjPl0oE9 a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 a .logo-wrapper img {
    margin: 0 auto;
  }
}
.EVMK6-uHTjPl0oE9 .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 .copy-wrapper {
    border-right: none;
  }
}
.EVMK6-uHTjPl0oE9 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.EVMK6-uHTjPl0oE9 .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 .list-wrapper {
    height: auto;
  }
}
.EVMK6-uHTjPl0oE9 .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.EVMK6-uHTjPl0oE9 .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.EVMK6-uHTjPl0oE9 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.EVMK6-uHTjPl0oE9 .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.EVMK6-uHTjPl0oE9 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 .card-wrapper {
    margin-bottom: 50px;
  }
}
.EVMK6-uHTjPl0oE9 .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #02006c;
  border-radius: 24px;
}
.EVMK6-uHTjPl0oE9 .card-wrapper .card-wrap .shadow-section-title {
  margin-bottom: 42px;
}
.EVMK6-uHTjPl0oE9 .card-wrapper .card-wrap .shadow-text {
  margin-bottom: 42px;
}
.EVMK6-uHTjPl0oE9 .copyright {
  color: #ffffff;
  text-align: center;
}
.EVMK6-uHTjPl0oE9 .shadow-section-title {
  color: #3d4045;
}
.EVMK6-uHTjPl0oE9 .shadow-text {
  color: #f1f1f1;
  text-align: center;
}
.EVMK6-uHTjPl0oE9 .list {
  color: #ffffff;
}
.EVMK6-uHTjPl0oE9 .shadow-section-btn {
  text-align: right;
}
.EVMK6-uHTjPl0oE9 .shadow-section-title,
.EVMK6-uHTjPl0oE9 .shadow-section-btn {
  color: #ffffff;
  text-align: center;
}
.EVMK6-uHT4GxmdcD {
  background-color: transparent;
}
.EVMK6-uHT4GxmdcD .navbar-dropdown {
  background-color: #f1f1f1 !important;
  padding: 0;
}
.EVMK6-uHT4GxmdcD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f1f1f1 !important;
  background: #f1f1f1;
}
.EVMK6-uHT4GxmdcD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.EVMK6-uHT4GxmdcD .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .EVMK6-uHT4GxmdcD .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .EVMK6-uHT4GxmdcD .menu_box .navbar.opened,
  .EVMK6-uHT4GxmdcD .menu_box .navbar-collapse {
    background-color: #f1f1f1 !important;
    transition: all 0s ease 0s;
  }
}
.EVMK6-uHT4GxmdcD .navbar-dropdown {
  position: relative !important;
}
.EVMK6-uHT4GxmdcD .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .EVMK6-uHT4GxmdcD .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
.EVMK6-uHT4GxmdcD .shadow-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .EVMK6-uHT4GxmdcD .shadow-section-btn-main {
    margin-top: 1rem;
  }
}
@media (max-width: 992px) {
  .EVMK6-uHT4GxmdcD .shadow-section-btn-main {
    display: block;
    padding: 0;
  }
}
.EVMK6-uHT4GxmdcD .shadow-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.EVMK6-uHT4GxmdcD .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.EVMK6-uHT4GxmdcD .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .EVMK6-uHT4GxmdcD ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .EVMK6-uHT4GxmdcD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .EVMK6-uHT4GxmdcD .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .EVMK6-uHT4GxmdcD .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .EVMK6-uHT4GxmdcD li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .EVMK6-uHT4GxmdcD .lg_brand {
    margin: 0 1rem;
  }
  .EVMK6-uHT4GxmdcD .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.EVMK6-uHT4GxmdcD .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .EVMK6-uHT4GxmdcD .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .EVMK6-uHT4GxmdcD .nav-item {
    margin: 0 !important;
  }
}
.EVMK6-uHT4GxmdcD .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.EVMK6-uHT4GxmdcD .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.EVMK6-uHT4GxmdcD .nav-item .nav-link:hover:before,
.EVMK6-uHT4GxmdcD .nav-item .nav-link:focus:before {
  width: 100%;
}
.EVMK6-uHT4GxmdcD .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .EVMK6-uHT4GxmdcD .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .EVMK6-uHT4GxmdcD .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .EVMK6-uHT4GxmdcD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .EVMK6-uHT4GxmdcD .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .EVMK6-uHT4GxmdcD .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
}
.EVMK6-uHT4GxmdcD .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.EVMK6-uHT4GxmdcD .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.EVMK6-uHT4GxmdcD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.EVMK6-uHT4GxmdcD .container {
  display: flex;
  margin: auto;
}
.EVMK6-uHT4GxmdcD .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.EVMK6-uHT4GxmdcD .iconfont-wrapper:last-child {
  margin-right: 0;
}
.EVMK6-uHT4GxmdcD .iconfont-wrapper:hover {
  opacity: .5;
}
.EVMK6-uHT4GxmdcD .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .EVMK6-uHT4GxmdcD .navbar-nav {
    margin: 0;
  }
}
.EVMK6-uHT4GxmdcD .dropdown-menu,
.EVMK6-uHT4GxmdcD .navbar.opened {
  background-color: false !important;
}
.EVMK6-uHT4GxmdcD .nav-item:focus,
.EVMK6-uHT4GxmdcD .nav-link:focus {
  outline: none;
}
.EVMK6-uHT4GxmdcD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.EVMK6-uHT4GxmdcD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.EVMK6-uHT4GxmdcD .dropdown .dropdown-menu .dropdown-item .shadow-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.EVMK6-uHT4GxmdcD .dropdown .dropdown-menu .dropdown-item .shadow-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.EVMK6-uHT4GxmdcD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.EVMK6-uHT4GxmdcD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.EVMK6-uHT4GxmdcD .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .EVMK6-uHT4GxmdcD .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.EVMK6-uHT4GxmdcD .navbar.opened {
  transition: all 0.3s;
}
.EVMK6-uHT4GxmdcD .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.EVMK6-uHT4GxmdcD .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.EVMK6-uHT4GxmdcD .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: center;
  z-index: 1;
}
.EVMK6-uHT4GxmdcD .navbar.collapsed {
  justify-content: center;
}
.EVMK6-uHT4GxmdcD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.EVMK6-uHT4GxmdcD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.EVMK6-uHT4GxmdcD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.EVMK6-uHT4GxmdcD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.EVMK6-uHT4GxmdcD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.EVMK6-uHT4GxmdcD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.EVMK6-uHT4GxmdcD .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .EVMK6-uHT4GxmdcD .navbar .nav-item {
    padding: .5rem 0;
  }
  .EVMK6-uHT4GxmdcD .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .EVMK6-uHT4GxmdcD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .EVMK6-uHT4GxmdcD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .EVMK6-uHT4GxmdcD .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .EVMK6-uHT4GxmdcD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .EVMK6-uHT4GxmdcD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .EVMK6-uHT4GxmdcD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .EVMK6-uHT4GxmdcD .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .EVMK6-uHT4GxmdcD .navbar ul.navbar-nav li {
    margin: 0;
  }
  .EVMK6-uHT4GxmdcD .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .EVMK6-uHT4GxmdcD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .EVMK6-uHT4GxmdcD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .EVMK6-uHT4GxmdcD .navbar .icons-menu {
    padding: 0;
  }
}
.EVMK6-uHT4GxmdcD .navbar.navbar-short {
  min-height: 60px;
}
.EVMK6-uHT4GxmdcD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.EVMK6-uHT4GxmdcD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.EVMK6-uHT4GxmdcD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.EVMK6-uHT4GxmdcD .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.EVMK6-uHT4GxmdcD .navbar-brand .navbar-logo a {
  outline: none;
}
.EVMK6-uHT4GxmdcD .dropdown-item.active,
.EVMK6-uHT4GxmdcD .dropdown-item:active {
  background-color: transparent;
}
.EVMK6-uHT4GxmdcD .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.EVMK6-uHT4GxmdcD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.EVMK6-uHT4GxmdcD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.EVMK6-uHT4GxmdcD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.EVMK6-uHT4GxmdcD ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.EVMK6-uHT4GxmdcD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.EVMK6-uHT4GxmdcD button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f1f1;
  background: #f1f1f1;
}
.EVMK6-uHT4GxmdcD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.EVMK6-uHT4GxmdcD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.EVMK6-uHT4GxmdcD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.EVMK6-uHT4GxmdcD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.EVMK6-uHT4GxmdcD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.EVMK6-uHT4GxmdcD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.EVMK6-uHT4GxmdcD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.EVMK6-uHT4GxmdcD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.EVMK6-uHT4GxmdcD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.EVMK6-uHT4GxmdcD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.EVMK6-uHT4GxmdcD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .EVMK6-uHT4GxmdcD .navbar {
    height: 70px;
  }
  .EVMK6-uHT4GxmdcD .navbar.opened {
    height: auto;
  }
  .EVMK6-uHT4GxmdcD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.EVMK6-uHT4GxmdcD .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .EVMK6-uHT4GxmdcD .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.EVMK6-uHT4GxmdcD .navbar-caption:hover {
  color: #01004c;
}
@media (min-width: 992px) {
  .EVMK6-uHT4GxmdcD .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.EVMK6-uHT4GxmdcD .text_widget {
  margin-bottom: 32px;
}
.EVMK6-uHT4GxmdcD .text_widget a {
  transition: all 0.3s ease-out;
}
.EVMK6-uHT4GxmdcD .text_widget a:hover,
.EVMK6-uHT4GxmdcD .text_widget a:focus {
  opacity: .8;
}
.EVMK6-uHT4GxmdcD .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .EVMK6-uHT4GxmdcD .contacts-wrapper {
    display: none;
  }
}
.EVMK6-uHT4GxmdcD .contacts-wrapper a .shadow-contact {
  margin: 8px 20px;
  position: relative;
}
.EVMK6-uHT4GxmdcD .contacts-wrapper a .shadow-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.EVMK6-uHT4GxmdcD .contacts-wrapper a .shadow-contact:hover:before,
.EVMK6-uHT4GxmdcD .contacts-wrapper a .shadow-contact:focus:before {
  width: 100%;
}
.EVMK6-uHT4GxmdcD .shadow-section-subtitle {
  color: #01004c;
  text-align: center;
}
.EVMK6-uHT4GxmdcD .navbar-caption {
  color: #01004c;
}
.EVMK6-uHT4GxmdcD .shadow-text {
  color: #01004c;
  text-align: center;
}
.EVMK6-uHT4GxmdcD .shadow-section-subtitle,
.EVMK6-uHT4GxmdcD .text_widget,
.EVMK6-uHT4GxmdcD .shadow-section-btn {
  text-align: center;
}
.EVMK6-uHT4GxmdcD a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.EVMK6-uHT4GA8jeG {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #010026;
}
.EVMK6-uHT4GA8jeG .shadow-fallback-image.disabled {
  display: none;
}
.EVMK6-uHT4GA8jeG .shadow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.EVMK6-uHT4GA8jeG .shadow-text {
  color: #ffffff;
}
.EVMK6-uHT4GA8jeG .shadow-section-title {
  color: #ffffff;
  text-align: center;
}
.EVMK6-uHTjPl0oE9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #010026;
}
.EVMK6-uHTjPl0oE9 .shadow-fallback-image.disabled {
  display: none;
}
.EVMK6-uHTjPl0oE9 .shadow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.EVMK6-uHTjPl0oE9 .container,
.EVMK6-uHTjPl0oE9 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 .container,
  .EVMK6-uHTjPl0oE9 .container-fluid {
    padding: 0 20px;
  }
}
.EVMK6-uHTjPl0oE9 a {
  display: block;
}
.EVMK6-uHTjPl0oE9 a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 a .logo-wrapper {
    padding: 50px 0;
  }
}
.EVMK6-uHTjPl0oE9 a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .EVMK6-uHTjPl0oE9 a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 a .logo-wrapper img {
    margin: 0 auto;
  }
}
.EVMK6-uHTjPl0oE9 .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 .copy-wrapper {
    border-right: none;
  }
}
.EVMK6-uHTjPl0oE9 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.EVMK6-uHTjPl0oE9 .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 .list-wrapper {
    height: auto;
  }
}
.EVMK6-uHTjPl0oE9 .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.EVMK6-uHTjPl0oE9 .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.EVMK6-uHTjPl0oE9 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.EVMK6-uHTjPl0oE9 .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.EVMK6-uHTjPl0oE9 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .EVMK6-uHTjPl0oE9 .card-wrapper {
    margin-bottom: 50px;
  }
}
.EVMK6-uHTjPl0oE9 .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #02006c;
  border-radius: 24px;
}
.EVMK6-uHTjPl0oE9 .card-wrapper .card-wrap .shadow-section-title {
  margin-bottom: 42px;
}
.EVMK6-uHTjPl0oE9 .card-wrapper .card-wrap .shadow-text {
  margin-bottom: 42px;
}
.EVMK6-uHTjPl0oE9 .copyright {
  color: #ffffff;
  text-align: center;
}
.EVMK6-uHTjPl0oE9 .shadow-section-title {
  color: #3d4045;
}
.EVMK6-uHTjPl0oE9 .shadow-text {
  color: #f1f1f1;
  text-align: center;
}
.EVMK6-uHTjPl0oE9 .list {
  color: #ffffff;
}
.EVMK6-uHTjPl0oE9 .shadow-section-btn {
  text-align: right;
}
.EVMK6-uHTjPl0oE9 .shadow-section-title,
.EVMK6-uHTjPl0oE9 .shadow-section-btn {
  color: #ffffff;
  text-align: center;
}

/* Base Cookie Banner */
.cookie-banner {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    color: #424a4d;
    padding: 15px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.cookie-banner.show {
    visibility: visible;
    opacity: 1;
}

.cookie-banner p {
    margin: 0;
    font-size: 14px;
}

.cookie-banner a {
    color: #424a4d;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.cookie-btn {
    all: unset;
    padding: 18px 15px;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    line-height: 1;
    display: inline-block;
}

.cookie-btn.Accept {
    background-color: #28a745 !important;
}

.cookie-btn.ignore {
    background-color: #dc3545 !important;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        font-size: 13px;
    }
    .cookie-buttons {
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }
    .cookie-btn {
        width: 100%;
        padding: 10px 0;
    }
}
/* Finish Cookie Banner */
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: translateY(100%) scale(0.7);
  }
  50% {
    opacity: 1;
    transform: translateY(-10%) scale(1.05);
  }
  70% {
    transform: translateY(5%) scale(0.95);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}

@keyframes bounceOut {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  30% {
    transform: translateY(-10%) scale(0.95);
  }
  100% {
    opacity: 0;
    transform: translateY(100%) scale(0.7);
  }
}

.cookie-banner {
  position: fixed;
  bottom: 16px;
  left: 16px;
  max-width: 600px;
  width: calc(100% - 32px);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 1000;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  animation: bounceIn 0.8s ease-out forwards;
  transition: all 0.3s ease-in-out;
}

.cookie-banner.hide {
  animation: bounceOut 0.6s ease-in-out forwards;
  pointer-events: none;
}

#cookieBanner button {
  flex: 1;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2), -5px -5px 10px rgba(255, 255, 255, 0.8);
  transform: scale(1);
}

#cookieAcceptBtn {
  background: linear-gradient(145deg, #007bff, #0056b3);
  color: white;
}

#cookieAcceptBtn:hover {
  background: linear-gradient(145deg, #0056b3, #004494);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.3), inset -4px -4px 6px rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}

#cookieRejectBtn {
  background: linear-gradient(145deg, #f8f9fa, #e0e0e0);
  color: #333;
  border: 1px solid #ccc;
}

#cookieRejectBtn:hover {
  background: linear-gradient(145deg, #e0e0e0, #d6d6d6);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.2), inset -4px -4px 6px rgba(255, 255, 255, 0.8);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .cookie-banner {
    width: calc(100% - 32px);
    left: 16px;
    bottom: 16px;
    padding: 15px;
  }
  #cookieBanner button {
    padding: 10px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .cookie-banner {
    width: calc(100% - 16px);
    left: 8px;
    bottom: 16px;
    padding: 10px;
  }
  #cookieBanner button {
    padding: 8px;
    font-size: 12px;
  }
}

/* logoanimations */
@keyframes growOnLoad {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

.navbar-brand {
    animation: growOnLoad 1s ease-out;
}
/* endlogoanimations */
.quiz-section {
  background-image: url("../../../assets/images/home10.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}