<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  background: 0 0;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.container, .small-container {
  margin-left: auto;
  margin-right: auto;
}

.half-container {
  margin-left: auto;
}

.container {
  width: calc(100% - 112px);
  max-width: 1328px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.container &gt; .small-container {
  padding: 120px 0;
}
@media (max-width: 480px) {
  .container &gt; .small-container {
    padding: 64px 0;
  }
}

.small-container {
  max-width: 1012px;
  position: relative;
}

@media (min-width: 96em) {
  .small-container {
    width: 76rem;
  }
}
@media (max-width: 95em) {
  .small-container {
    width: 60rem;
  }
}
@media (max-width: 80em) {
  .small-container {
    width: 60rem;
  }
}
@media (max-width: 64em) {
  .small-container {
    width: calc(100% - 64px);
  }
}
@media (max-width: 60.625em) {
  .container, .small-container, .half-container {
    width: calc(100% - 60px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (max-width: 580px) {
  .container, .small-container, .half-container {
    width: calc(100% - 40px) !important;
  }
}
section {
  padding: 60px 0;
}
@media (max-width: 480px) {
  section {
    padding: 32px 0;
  }
}

.row {
  display: flex;
  width: 100%;
  margin: 0 -8px;
}
.row-centered {
  justify-content: center;
}
.row-align-center {
  align-items: center;
}
.row-align-bottom {
  align-items: flex-end;
}
.row-align-top {
  align-items: flex-start;
}
.row-space-between {
  justify-content: space-between;
}
.row .col {
  padding: 0 16px;
  margin: 0 -8px;
  display: flex;
}
.row .col.column {
  flex-direction: column;
}
.row .col-50 {
  width: 50%;
}
.row .col-33 {
  width: 33.33%;
}
.row .col-25 {
  width: 25%;
}
.row .col-100 {
  width: 100%;
}
.row .col-75 {
  width: 75%;
}
.row .col-40 {
  width: 40%;
}
.row .col-60 {
  width: 60%;
}
.row .col-80 {
  width: 80%;
}
.row .col-20 {
  width: 20%;
}
@media (max-width: 480px) {
  .row {
    flex-wrap: wrap;
    margin: 0;
  }
  .row .col {
    padding: 0 10px;
    margin: 0 -5px 10px -5px;
  }
  .row .col-m-100 {
    width: 100%;
  }
  .row .col-m-50 {
    width: calc(50% - 10px);
  }
}

@font-face {
  font-family: "Helvetica Neue";
  font-display: swap;
  src: url("../assets/fonts/HelveticaNeueLTStd-Roman.woff") format("woff"), url("../assets/fonts/HelveticaNeueLTStd-Roman.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  font-display: swap;
  src: url("../assets/fonts/HelveticaNeueLTStd-Md.woff") format("woff"), url("../assets/fonts/HelveticaNeueLTStd-Md.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  font-display: swap;
  src: url("../assets/fonts/HelveticaNeueLTStd-Bd.woff") format("woff"), url("../assets/fonts/HelveticaNeueLTStd-Bd.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
h2 {
  font-size: 64px;
  font-weight: 500;
  line-height: 72px;
  letter-spacing: -0.03em;
}
@media (max-width: 480px) {
  h2 {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -0.04em;
  }
}
@supports (mix-blend-mode: lighten) {
  h2.gradient {
    display: inline-block;
    position: relative;
    color: #000;
    background: #fff;
    mix-blend-mode: multiply;
  }
  h2.gradient::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: radial-gradient(circle, #4388D5 10%, #B33EB5, #E72323);
    pointer-events: none;
    mix-blend-mode: screen;
  }
}

.section-title-ru {
  font-size: 70px;
  font-weight: 500;
  line-height: 80px;
  letter-spacing: -0.03em;
  margin-bottom: 40px;
}

.section-title {
  font-size: 80px;
  font-weight: 500;
  line-height: 80px;
  letter-spacing: -0.03em;
  margin-bottom: 40px;
}
.section-title span {
  font-size: 80px;
  font-weight: 500;
  line-height: 80px;
  letter-spacing: -0.03em;
}
.section-subtitle {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.01em;
}
@media (max-width: 480px) {
  .section-title {
    font-size: 48px;
    line-height: 48px;
  }
  .section-title span {
    font-size: 48px;
    line-height: 48px;
  }
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
}
p.text-medium {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
@media (max-width: 480px) {
  p.text-medium {
    font-size: 18px;
    line-height: 24px;
  }
}

@keyframes loop {
  0% {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes hue {
  0% {
    filter: hue-rotate(0deg);
  }
  40% {
    filter: hue-rotate(-30deg);
  }
  60% {
    filter: hue-rotate(50deg);
  }
  100% {
    filter: hue-rotate(0deg);
  }
}
/**
 * Swiper 6.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 20, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical &gt; .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow &gt; .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column &gt; .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode &gt; .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode &gt; .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode &gt; .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode &gt; .swiper-wrapper &gt; .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode &gt; .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode &gt; .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal &gt; .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical &gt; .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical &gt; .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl &gt; .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal &gt; .swiper-pagination-progressbar, .swiper-container-vertical &gt; .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal &gt; .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical &gt; .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color:#000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal &gt; .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical &gt; .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container &gt; canvas, .swiper-zoom-container &gt; img, .swiper-zoom-container &gt; svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

footer {
  width: 100%;
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 60px 0 120px 0;
}
footer::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000E2A;
}
footer .rainbow-text {
  font-size: 80px;
  font-weight: 500;
  line-height: 88px;
  letter-spacing: -0.03em;
  background: conic-gradient(from -12.03deg at 23.1% 50%, #FD4949 0deg, #4388D5 93.84deg, #B33EB5 223.94deg, #FD4949 360deg);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: hue 5s infinite linear;
}
footer .small-container {
  z-index: 1;
}
footer .back-top {
  min-width: 90px;
}
@media (max-width: 480px) {
  footer {
    padding: 40px 0 60px 0;
  }
  footer .rainbow-text {
    font-size: 40px;
    line-height: 48px;
  }
  footer .col + .col {
    justify-content: center;
    margin-top: 48px;
  }
}

#nav {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 991;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #2F63A3;
  border-top: 1px solid #eaeef6;
  border-bottom: 1px solid #eaeef6;
  background: #FFF;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
#nav .nav-wrapper {
  display: flex;
  align-items: center;
}
#nav .nav-left {
  border-right: 1px solid #eaeef6;
  padding: 22px 60px 22px 0;
  max-width: 125px;
}
#nav .nav-left a {
  font-weight: 500;
}
#nav .nav-center {
  flex-grow: 1;
}
#nav .nav-center ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#nav .nav-center ul li {
  display: inline-block;
  position: relative;
  height: 84px;
  line-height: 84px;
  align-items: center;
  cursor: pointer;
}
#nav .nav-center ul li.active {
  font-weight: 500;
}
#nav .nav-center ul li.active::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: #2F63A3;
}
#nav .nav-center ul li.active a {
  font-weight: 700;
}
#nav .nav-center ul li + li {
  margin-left: 40px;
}
#nav .nav-right {
  margin-left: auto;
  display: flex;
}
#nav .nav-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #c4d7ed;
  border-radius: 50%;
  transition: border-color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  cursor: pointer;
}
#nav .nav-button:hover {
  border-color: #2F63A3;
}
#nav .nav-button + .nav-button {
  margin-left: 16px;
}
#nav .nav-button_down {
  transform: rotate(180deg);
}
#nav .nav-button.disabled {
  opacity: 0.2;
}
#nav .nav-button.disabled:hover {
  border-color: #c4d7ed;
}
html[data-theme=dark] #nav {
  background: #082B51;
  border-color: #082B51;
  color: #FFF;
}
html[data-theme=dark] #nav .nav-left {
  border-color: #214062;
}
html[data-theme=dark] #nav .nav-button {
  border-color: #214062;
}
html[data-theme=dark] #nav .nav-button svg path {
  fill: #FFF;
}
html[data-theme=dark] #nav .nav-button:hover {
  border-color: #2F63A3;
}
html[data-theme=dark] #nav .nav-center ul li.active::before {
  background: #FFF;
}
html[data-theme=light] #nav {
  background: #E9F4FF;
  border-color: #d9e6f8;
}
@media (max-width: 480px) {
  #nav .nav-wrapper {
    display: block;
    position: relative;
  }
  #nav .nav-left {
    display: none;
  }
  #nav .nav-center {
    padding: 0;
    width: 68%;
  }
  #nav .nav-center ul {
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  #nav .nav-center ul li {
    white-space: nowrap;
  }
  #nav .nav-center ul li:last-child {
    margin-right: 20px;
  }
  #nav .nav-center ul li.active::before {
    bottom: 0;
  }
  #nav .nav-right {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}

.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 24px;
  position: relative;
}
.primary-button::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: white;
}
.primary-button span {
  display: inline-block;
  font-weight: normal;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.02em;
  color: #000E2A;
  z-index: 1;
}

.arrow-button {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
.arrow-button::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  border-radius: 50%;
  background: currentColor;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.arrow-button svg {
  width: 35%;
  height: auto;
  position: relative;
  z-index: 1;
  fill: #000E2A;
}
.arrow-button:hover::before {
  transform: scale(1.2);
}

.box {
  padding: 45px 34px 63px;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  width: 100%;
}
.box--white {
  background-color: #CAE4FF;
  border: 1px solid #E9F4FF;
}
.box--dark-gray {
  background-color: #192C41;
}
.box_title {
  font-size: 40px;
  font-weight: 500;
  line-height: 46px;
  letter-spacing: -0.03em;
}
.box .gray {
  color: #000E2A;
  opacity: 0.7;
}
.box .footnote {
  position: absolute;
  bottom: 45px;
  right: 45px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.03em;
}
.box .icon {
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .box {
    padding: 24px;
  }
  .box_title {
    font-size: 24px;
    line-height: 30px;
  }
  .box .footnote {
    bottom: 20px;
    right: 20px;
  }
}

.card {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  background-color: #FFF;
}
.card::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-top: 25px solid #FFF;
  border-right: 25px solid #E9F4FF;
  width: 0;
}
.card--dark-green .card_img {
  background: #2A414E;
  text-align: center;
}
.card--dark-green .card_title {
  color: #2A414E;
}
.card--red .card_img {
  background: #D01F45;
  text-align: center;
}
.card--red .card_title {
  color: #D01F45;
}
.card--blue .card_img {
  background: #155399;
  text-align: center;
}
.card--blue .card_title {
  color: #155399;
}
.card_img {
  height: 196px;
  min-height: 196px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card_body {
  padding: 40px 32px;
  height: inherit;
}
.card_title {
  font-size: 30px;
  font-weight: 500;
  line-height: 32px;
}
.card p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  opacity: 0.6;
}
.card--full::before {
  display: none;
}
.card--full .card_body {
  display: flex;
  flex-direction: column;
}
.card--full .card_title {
  font-size: 38px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -0.01em;
  color: #FFF;
}
.card--full .card_text {
  margin-bottom: 20px;
}
.card--full .card_text p {
  opacity: 1;
}
.card--full.card--dark-green .card_body {
  background: #2A414E;
}
.card--full.card--red .card_body {
  background: #D01F45;
}
.card--full.card--blue .card_body {
  background: #2F63A3;
}
@media (max-width: 80em) {
  .card_body {
    padding: 30px 20px;
  }
}
@media (max-width: 480px) {
  .card_title {
    font-size: 24px;
    line-height: 32px;
  }
  .card_body {
    padding: 24px 20px;
  }
  .card--full .card_title {
    font-size: 24px;
    line-height: 32px;
  }
  .card--full .card_body {
    padding: 40px 32px;
  }
}

.icon-list {
  list-style: none;
  padding: 0;
  margin: 0 0 60px 0;
}
.icon-list_title {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  color: #2F63A3;
  margin-bottom: 12px;
}
.icon-list_description {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.icon-list_icon {
  position: absolute;
  top: 55px;
  left: 0;
}
.icon-list li {
  position: relative;
  border-top: 1px solid #e9eff6;
  padding: 60px 0 60px 75px;
}
.icon-list li:last-child {
  border-bottom: 1px solid #e9eff6;
}
@media (max-width: 480px) {
  .icon-list_title {
    font-size: 18px;
    line-height: 24px;
    color: #000E2A;
    margin-bottom: 8px;
  }
  .icon-list li {
    padding: 30px 0 30px 65px;
  }
  .icon-list_icon {
    top: 25px;
  }
}

.btn {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  padding: 22px 24px 18px;
  position: relative;
  border-radius: 16px;
  display: inline-block;
  transition: all 0.5s cubic-bezier(0.33, 0.14, 0, 1);
}
.btn-outline {
  background: transparent;
  color: #2F63A3;
  border: 1px solid #2F63A3;
}
@media (max-width: 480px) {
  .btn-outline {
    font-size: 14px;
  }
}
.btn-outline:hover {
  background: #155399;
  color: #FFF;
}
.btn-outline:hover svg path {
  stroke: #FFF;
}
.btn-outline-white {
  color: #FFF;
  border-color: #FFF;
}
.btn-outline-white svg path {
  stroke: #FFF;
}
.btn-outline-white:hover {
  background: #FFF;
  color: #40173C;
}
.btn-outline-white:hover svg path {
  stroke: #40173C;
}
.btn-outline-white:active {
  background-color: #F1CCEE;
}
.btn-icon {
  padding: 22px 50px 18px 24px;
}
.btn svg {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}
.btn-circle {
  border: 1px solid #FFF;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-blue {
  background: #155399;
  color: #FFF;
}
.btn-blue:hover {
  background: #134B89;
}
.btn-block {
  display: block;
  text-align: center;
}
.btn-big {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
}
.btn:hover svg path {
  animation: a-arrow-button 1.5s cubic-bezier(0.33, 0.14, 0, 1);
}
.btn-link:hover svg path {
  animation: a-arrow-button 1.5s cubic-bezier(0.33, 0.14, 0, 1);
}
.btn-scale-circle {
  background: transparent !important;
  overflow: hidden;
  position: relative;
}
.btn-scale-circle::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 100%;
  left: -2.5%;
  width: 105%;
  height: 250%;
  background: #155399;
  border-radius: 50%;
  transform: scale(1);
  transition: transform 1s cubic-bezier(0.46, 0.15, 0, 1);
}
.btn-scale-circle span {
  position: relative;
  z-index: 1;
  font-weight: inherit;
}
.btn-scale-circle svg {
  transform: translateY(-27%);
}
.btn-scale-circle svg path {
  animation: none !important;
  stroke: currentColor !important;
}
.btn-scale-circle:hover::before {
  transform: scale(1) translateY(-70%);
}

.find-out {
  display: flex;
  align-items: center;
  margin: 74px auto 0;
  color: #2F63A3;
}
.find-out_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border: 1px solid #2F63A3;
  border-radius: 50%;
  margin-right: 20px;
  transition: transform 1s cubic-bezier(0.33, 0.14, 0, 1), background 1s cubic-bezier(0.33, 0.14, 0, 1);
}
.find-out_icon svg path {
  stroke: currentColor;
}
.find-out_text {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  max-width: 230px;
}
@media (max-width: 480px) {
  .find-out {
    margin: 37px auto 0;
  }
}
.find-out:hover .find-out_icon {
  transform: scale(1.13);
  background: #2F63A3;
  color: white;
}

.back-top {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.back-top_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border: 1px solid #FFF;
  border-radius: 50%;
  margin-bottom: 16px;
}
.back-top_text {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #FFF;
  max-width: 230px;
}

.animated-box {
  color: #FFF;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 386px;
  cursor: pointer;
}
.animated-box_bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.animated-box_icon {
  z-index: 1;
}
.animated-box_icon img {
  width: 66%;
}
.animated-box_title {
  font-size: 34px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: -0.01em;
  width: 70%;
  margin-top: 5px;
}
.animated-box_footer {
  z-index: 1;
  margin-top: auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.animated-box--green {
  background: #314e5e;
}
.animated-box--red {
  background: #d12449;
}
.animated-box--red .animated-box_icon img {
  width: 50%;
}
.animated-box--blue {
  background: #1f59a2;
}
.animated-box_wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  display: flex;
  flex-direction: column;
  padding: 40px;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.animated-box_wrapper-hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  display: flex;
  flex-direction: column;
  padding: 40px;
  transform: translateY(100%);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.animated-box_wrapper-hover .animated-box_title {
  width: 100%;
}
.animated-box_wrapper-hover .animated-box_description {
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 24px;
}

.animated-box_description-ru {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 24px;
}

.animated-box:hover .animated-box_wrapper {
  transform: translateY(-100%);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.animated-box:hover .animated-box_wrapper-hover {
  transform: translateY(0);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 480px) {
  .animated-box {
    height: 215px;
  }
  .animated-box_wrapper {
    padding: 30px;
  }
  .animated-box_icon {
    width: 60%;
  }
  .animated-box_footer {
    margin-top: 10px;
    align-items: center;
  }
  .animated-box_title {
    font-size: 24px;
    line-height: 24px;
    margin: 0;
  }
}

.fees-tabs {
  width: 100%;
  position: relative;
  display: flex;
  padding: 0;
  position: relative;
  background: #E9F4FF;
  line-height: 64px;
  border-radius: 16px;
  margin: 16px 0;
}
.fees-tabs input {
  visibility: hidden;
  position: absolute;
  top: 0;
}
.fees-tabs label {
  width: 50%;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
  color: #155399;
  font-size: 16px;
  font-weight: 500;
}
.fees-tabs .switch {
  border-radius: 16px;
  background: #155399;
  height: 100%;
}
.fees-tabs .switch-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  z-index: 3;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.fees-tabs .switch div {
  width: 100%;
  text-align: center;
  opacity: 0;
  display: block;
  color: #FFF;
  transition: opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0.125s;
  will-change: opacity;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  font-weight: 500;
}
.fees-tabs input:nth-of-type(1):checked ~ .switch-wrapper {
  transform: translateX(0%);
}
.fees-tabs input:nth-of-type(2):checked ~ .switch-wrapper {
  transform: translateX(100%);
}
.fees-tabs input:nth-of-type(1):checked ~ .switch-wrapper .switch div:nth-of-type(1) {
  opacity: 1;
}
.fees-tabs input:nth-of-type(2):checked ~ .switch-wrapper .switch div:nth-of-type(2) {
  opacity: 1;
}
.fees-container {
  background: #E9F4FF;
  border-radius: 16px;
  width: 100%;
  position: relative;
}
.fees-scenario {
  padding: 56px 56px 30px;
  display: none;
}
.fees-scenario .row {
  margin-bottom: 20px;
}
.fees-scenario.active {
  display: inherit;
}
.fees-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.01em;
  text-align: center;
  margin-bottom: 24px;
}
.fees-select {
  margin-bottom: 24px;
}
.fees-select small {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  display: block;
  width: 100%;
}
.fees-select p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}
.fees-element {
  display: flex;
  align-items: center;
}
.fees-number {
  background-color: #155399;
  color: #FFF;
  font-size: 40px;
  font-weight: 500;
  line-height: 32px;
  padding: 25px 25px 15px;
  border-radius: 16px;
  margin-right: 16px;
}
.fees-name {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
.fees-btn {
  z-index: 1;
  position: relative;
  transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1), transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.fees-btn .btn {
  background: transparent !important;
}
.fees-btn.disabled {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}
.fees-btn:hover ~ .fees-info {
  background: #134B89;
}
.fees-footnote {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  opacity: 0.5;
}
.fees-info {
  width: 100%;
  background: #155399;
  border-radius: 16px;
  padding: 24px;
  color: #FFF;
  overflow: visible;
  z-index: 0;
  position: relative;
  box-sizing: border-box;
  transform: translateY(-60px);
}
.fees-info &gt; * {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
}
.fees-info:not(.active) {
  pointer-events: none;
}
.fees-info.active &gt; * {
  opacity: 1;
}
.fees-info_top {
  display: flex;
  border-bottom: 1px solid #2a63a3;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.fees-info_left {
  flex: 1;
  border-right: 1px solid #2a63a3;
  padding-right: 24px;
}
.fees-info_left-text {
  font-size: 14px;
  line-height: 16px;
}
.fees-info_left-number {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  background: #0D3868;
  border-radius: 6px;
  padding: 7px 20px 3px;
  display: inline-block;
  text-align: center;
  margin-top: 8px;
}
.fees-info_right {
  flex: 1;
  padding-left: 24px;
}
.fees-info_bottom {
  padding: 0;
  max-width: 297px;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .fees-tabs .switch div {
    font-size: 14px;
  }
  .fees-tabs label {
    font-size: 14px;
  }
  .fees-container {
    padding: 0;
  }
  .fees-title {
    font-size: 24px;
    line-height: 32px;
  }
  .fees-scenario {
    padding: 30px 24px;
  }
  .fees-info_top {
    flex-direction: column;
    text-align: center;
  }
  .fees-info_left {
    padding: 0;
    border: 0;
    border-bottom: 1px solid #2a63a3;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .fees-info_right {
    padding: 0;
  }
  .fees-info_bottom {
    padding: 20px 0 0 0;
  }
}

.text-image {
  display: flex;
  align-items: center;
  border-top: 1px solid #C8D7E7;
  margin-top: 30px;
  padding-top: 80px;
}
.text-image + .text-image {
  margin-top: 160px;
  border: none;
  padding: 0;
}
.text-image_left {
  width: 50%;
}
.text-image_right {
  width: 50%;
  text-align: right;
}
.text-image_right img {
  width: 80%;
}
.text-image .order-1 {
  order: 1;
}
.text-image .order-1.text-image_right {
  text-align: left;
}
.text-image .order-2 {
  order: 2;
}
.text-image_title {
  font-size: 64px;
  font-weight: 500;
  line-height: 72px;
  letter-spacing: -0.03em;
}
.text-image_description {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin: 32px 0;
}
.text-image_description strong,
.text-image_description a {
  color: #2F63A3;
  font-weight: 700;
}
@media (max-width: 480px) {
  .text-image {
    margin-top: 20px;
    padding-top: 40px;
    flex-wrap: wrap;
  }
  .text-image + .text-image {
    margin-top: 60px;
  }
  .text-image .order-1 {
    order: 2;
  }
  .text-image .order-2 {
    order: 1;
  }
  .text-image_title {
    font-size: 40px;
    line-height: 48px;
  }
  .text-image_left {
    width: 100%;
  }
  .text-image_right {
    width: 100%;
    margin-top: 40px;
  }
  .text-image_right img {
    width: 100%;
  }
  .text-image .btn-icon {
    padding: 22px 15px;
    box-sizing: border-box;
  }
}

.questions {
  border-top: 1px solid #C8D7E7;
  padding-top: 40px;
  margin-top: 40px;
}
.questions-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -0.01em;
  margin-bottom: 40px;
}
.questions-element {
  display: flex;
  background: #FFF;
  padding: 30px 200px;
  align-items: center;
}
.questions-element + .questions-element {
  margin-top: 12px;
}
.questions-description {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
}
.questions-icon {
  margin-right: 32px;
}
@media (max-width: 480px) {
  .questions-title {
    font-size: 20px;
    line-height: 24px;
  }
  .questions-element {
    flex-direction: column;
    padding: 24px;
    align-items: flex-start;
  }
  .questions-icon {
    margin: 0 0 20px 0;
  }
}

.external-header {
  width: 100%;
  background-color: #314668;
  background-image: linear-gradient(60deg, #75839a, #314668 33%);
  height: 48px;
}
.external-header_tools-mobile {
  display: none;
  right: 16px;
  color: #fff;
}
.external-header_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  width: calc(100% - 112px);
  max-width: 1328px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.external-header .logo {
  width: 69px;
  height: 14px;
}
.external-header .logo svg {
  width: 100%;
  height: 100%;
}
.external-header_right {
  margin-left: auto;
  list-style: none;
  margin: 0;
  padding: 0;
  color: #FFF;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.01em;
}
.external-header_right li {
  display: inline-block;
  position: relative;
}
.external-header_right li + li {
  margin-left: 16px;
}
.external-header_right li + li::before {
  content: "";
  position: absolute;
  left: -9px;
  top: 1px;
  bottom: 3px;
  width: 1px;
  background: #FFF;
}
.external-header .dropdown {
  position: relative;
}
.external-header button.dropdown-activator {
  align-items: center;
  background-color: transparent;
  border: none;
  border-radius: 0;
  display: flex;
  -webkit-appearance: none;
  color: #FFF;
  padding: 0 14px 0 0;
}
.external-header button.dropdown-activator::after {
  content: "";
  border-top: 4px solid #fff;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.external-header button.dropdown-activator[aria-expanded=true]::after {
  transform: rotate(180deg);
  top: 35%;
}
.external-header .dropdown-itemlist {
  background: #FFF;
  color: #000E2A;
  display: none;
  margin: 0;
  padding: 0;
  position: absolute;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  top: 32px;
  right: 0;
  min-width: 90px;
}
.external-header .dropdown-itemlist li {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 10px 20px;
  width: calc(100% - 40px);
  display: block;
  color: #6F91C8;
}
.external-header .dropdown-itemlist li + li {
  margin: 0;
}
.external-header .dropdown-itemlist li::before {
  display: none;
}
.external-header .dropdown-itemlist li:hover {
  background-color: #eeeeee;
}
.external-header .dropdown-itemlist.activated {
  display: block;
}
.external-header_mobile {
  display: none;
}
@media (max-width: 480px) {
  .external-header_wrapper {
    width: calc(100% - 48px);
    padding: 0 24px;
  }
  .external-header_tools-mobile {
    display: block;
  }
  .external-header_right {
    display: none;
  }
  .external-header_mobile {
    background-color: #6E7D95;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    color: #fff;
  }
  .external-header_mobile li {
    list-style: none;
    font-size: 16px;
    display: block;
    border-bottom: 1px solid #314668;
    margin: 0 !important;
  }
  .external-header_mobile li.head {
    padding: 10px 16px;
    background-color: #212f45;
  }
  .external-header_mobile li a {
    padding: 8px 16px;
    display: block;
  }
  .external-header_mobile li::before {
    display: none;
  }
  .external-header_mobile button.dropdown-activator {
    align-items: center;
    background-color: transparent;
    border: none;
    border-radius: 0;
    display: flex;
    -webkit-appearance: none;
    color: #FFF;
    padding: 8px 16px;
    width: 100%;
    position: relative;
  }
  .external-header_mobile button.dropdown-activator::after {
    content: "";
    border-top: 4px solid #fff;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
  }
  .external-header_mobile button.dropdown-activator[aria-expanded=true]::after {
    transform: rotate(180deg);
    top: 35%;
  }
  .external-header_mobile .dropdown-itemlist {
    background-color: #212f45;
    color: #000E2A;
    display: none;
    margin: 0;
    padding: 0;
    position: static;
    min-width: 100%;
  }
  .external-header_mobile .dropdown-itemlist li {
    list-style: none;
    margin: 0;
    width: calc(100% - 40px);
    display: block;
    text-align: left;
    border-bottom: 1px solid #314666;
    width: 100%;
    color: #fff;
  }
  .external-header_mobile .dropdown-itemlist li + li {
    margin: 0;
  }
  .external-header_mobile .dropdown-itemlist li::before {
    display: none;
  }
  .external-header_mobile .dropdown-itemlist li:hover {
    background: #314666;
  }
  .external-header_mobile .dropdown-itemlist.activated {
    display: block;
  }
}

[data-fade-in], .fade-in {
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
[data-fade-in].show, .fade-in.show {
  opacity: 1;
}

[data-fade-in-y] &gt; *, .fade-in-y &gt; * {
  opacity: 0;
  transform: translateY(50%);
  transition: transform 2s cubic-bezier(0.26, 0.1, 0, 1), opacity 1s ease-in;
}
[data-fade-in-y] &gt; *:nth-child(1), .fade-in-y &gt; *:nth-child(1) {
  transition-delay: 0s;
}
[data-fade-in-y] &gt; *:nth-child(2), .fade-in-y &gt; *:nth-child(2) {
  transition-delay: 0.15s;
}
[data-fade-in-y] &gt; *:nth-child(3), .fade-in-y &gt; *:nth-child(3) {
  transition-delay: 0.3s;
}
[data-fade-in-y] &gt; *:nth-child(4), .fade-in-y &gt; *:nth-child(4) {
  transition-delay: 0.45s;
}
[data-fade-in-y] &gt; *:nth-child(5), .fade-in-y &gt; *:nth-child(5) {
  transition-delay: 0.6s;
}
[data-fade-in-y] &gt; *:nth-child(6), .fade-in-y &gt; *:nth-child(6) {
  transition-delay: 0.75s;
}
[data-fade-in-y] &gt; *:nth-child(7), .fade-in-y &gt; *:nth-child(7) {
  transition-delay: 0.9s;
}
[data-fade-in-y] &gt; *:nth-child(8), .fade-in-y &gt; *:nth-child(8) {
  transition-delay: 1.05s;
}
[data-fade-in-y] &gt; *:nth-child(9), .fade-in-y &gt; *:nth-child(9) {
  transition-delay: 1.2s;
}
[data-fade-in-y].show &gt; *, .fade-in-y.show &gt; * {
  opacity: 1;
  transform: none;
}

@keyframes a-arrow-button {
  0% {
    transform: translateX(0%);
    opacity: 1;
  }
  30% {
    transform: translateX(120%);
    opacity: 1;
  }
  31% {
    transform: translateX(120%);
    opacity: 0;
  }
  32% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes a-arrow-scroll {
  0% {
    transform: translateY(0%);
    opacity: 1;
  }
  30% {
    transform: translateY(-120%);
    opacity: 1;
  }
  31% {
    transform: translateY(-120%);
    opacity: 0;
  }
  32% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
* {
  font-smooth: almays;
  text-shadow: 0px 0px 1px transparent;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  font-weight: 400;
  -webkit-tap-highlight-color: transparent;
}

@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
  }
}
body, html {
  width: 100%;
  height: 100%;
  height: calc(var(--vh, 1vh) * 100);
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", sans-serif;
  overflow: hidden !important;
  color: #000E2A;
  user-select: none;
  -ms-user-select: none;
  overscroll-behavior-y: none;
  background-color: white;
}

#scroll-pointer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  pointer-events: none;
  transform: translateZ(0);
}

#main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: calc(var(--vh, 1vh) * 100 + 1px);
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior-y: none;
}

#page {
  width: 100%;
  position: relative;
  background: white;
}

.flex {
  display: flex;
}

button, button:focus, a, a:focus {
  outline: none !important;
}

a {
  color: inherit;
  text-decoration: none;
}

.fade-in {
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
.fade-in.show {
  opacity: 1;
}

.fade-in-y &gt; * {
  opacity: 0;
  transform: translateY(50%);
  transition: transform 2s cubic-bezier(0.26, 0.1, 0, 1), opacity 1s ease-in;
}
.fade-in-y &gt; *:nth-child(1) {
  transition-delay: 0s;
}
.fade-in-y &gt; *:nth-child(2) {
  transition-delay: 0.15s;
}
.fade-in-y &gt; *:nth-child(3) {
  transition-delay: 0.3s;
}
.fade-in-y &gt; *:nth-child(4) {
  transition-delay: 0.45s;
}
.fade-in-y &gt; *:nth-child(5) {
  transition-delay: 0.6s;
}
.fade-in-y &gt; *:nth-child(6) {
  transition-delay: 0.75s;
}
.fade-in-y &gt; *:nth-child(7) {
  transition-delay: 0.9s;
}
.fade-in-y &gt; *:nth-child(8) {
  transition-delay: 1.05s;
}
.fade-in-y &gt; *:nth-child(9) {
  transition-delay: 1.2s;
}
.fade-in-y.show &gt; * {
  opacity: 1;
  transform: none;
}

.underline {
  position: relative;
}
.underline::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 0% 0%;
  transition: transform 1s cubic-bezier(0.49, 0.23, 0, 1);
}
.underline:hover::after {
  transform: scaleX(1);
}

.no-events, .no-events * {
  pointer-events: none !important;
}

.no-transition, .no-transition * {
  transition: none !important;
}

.no-animation, .no-animation * {
  animation: none !important;
}

.no-transform {
  transform: none !important;
}

.no-opacity {
  opacity: 0 !important;
}

.vh100 {
  width: 100vw;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.section-center .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

[data-bg-img] {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

[data-scroll-section]:not([data-scroll-sticky]) {
  will-change: transform;
}

[data-scroll-speed] {
  will-change: transform;
}
</pre></body></html>