@charset "UTF-8";
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-size: min(16px, 1.1111111111vw);
}
@media (orientation: portrait) {
  html {
    font-size: min(16px, 1.9323671498vw);
  }
}

body {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 71, 113);
  font-family: "korolev", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.3125;
}

em {
  color: rgb(199, 211, 0);
  font: inherit;
}

.button {
  display: inline-block;
  min-width: 10.9375rem;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 0.5;
  padding: 1rem 2rem;
  border-width: 0;
  border-radius: 0.5rem;
  text-align: center;
  text-transform: uppercase;
  transition: transform 300ms ease-out;
  will-change: transform;
  box-sizing: border-box;
}
.button:is(a) {
  text-decoration: none;
}
.button:is(button) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.button:hover {
  transform: translate(0, -2px);
}
.button::before {
  content: "";
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1;
  vertical-align: baseline;
}
@media (orientation: portrait) {
  .button {
    font-size: 2.375rem;
    line-height: 0.5;
    padding: 1.625rem 3rem;
    border-radius: 0.75rem;
    min-width: 16.875rem;
  }
  .button::before {
    line-height: 1;
  }
}
.button--green {
  background-color: rgb(199, 211, 0);
  color: rgb(255, 255, 255);
}
.button--green em {
  color: rgb(0, 71, 113);
}
.button--blue {
  background-color: rgb(0, 71, 113);
  color: rgb(255, 255, 255);
}
.button--blue em {
  color: rgb(199, 211, 0);
}
.button--cyan {
  background-color: rgb(0, 181, 229);
  color: rgb(255, 255, 255);
}
.button--cyan em {
  color: rgb(0, 71, 113);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.features__wrapper {
  width: 100%;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  box-sizing: border-box;
  margin-bottom: 10.625rem;
  padding-top: 20rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 6.25rem;
}
@media all and (min-width: 62rem) {
  .features__wrapper {
    max-width: 90rem;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media (orientation: portrait) {
  .features__wrapper {
    flex-direction: column;
    margin-bottom: 8.75rem;
    padding-top: 8.75rem;
    align-items: center;
    gap: 5rem;
  }
}
.features__headline {
  font-family: "korolev", sans-serif;
  font-size: 6rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 1.875rem;
}
.features__copy {
  font-size: 2.5rem;
  line-height: 1.3;
  margin: 0;
}
.features__box {
  flex: 0 0 auto;
  width: 36.25rem;
  max-width: 100%;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 71, 113);
  border-radius: 0.5rem;
  text-align: center;
  margin-top: -23.4375rem;
  padding: 5rem 3.125rem;
  box-sizing: border-box;
}
@media (orientation: portrait) {
  .features__box {
    margin-top: -11.25rem;
    border-radius: 0.75rem;
    width: 46.75rem;
    padding: 6.25rem 4.375rem;
  }
}
.features__box-headline {
  font-family: "korolev", sans-serif;
  font-size: 3.125rem;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0 0 1.25rem;
  color: rgb(0, 181, 229);
}
.features__box-copy {
  margin: 0;
}

.footer {
  color: rgb(0, 71, 113);
  background-color: rgb(199, 211, 0);
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}
@media (orientation: portrait) {
  .footer {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.footer__wrapper {
  width: 100%;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 1rem;
  line-height: 1.125;
}
@media all and (min-width: 62rem) {
  .footer__wrapper {
    max-width: 90rem;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media (orientation: portrait) {
  .footer__wrapper {
    flex-direction: column;
    font-size: 2rem;
    line-height: 1.125;
  }
}
.footer__navigation-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.footer__navigation-link {
  font-weight: 500;
}
.footer__navigation-link:is(a) {
  color: inherit;
  text-decoration: none;
  will-change: color;
  transition: color 200ms linear;
}
.footer__navigation-link:is(a):hover {
  color: rgb(0, 181, 229);
}
.footer__copyright {
  font-weight: 300;
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  isolation: isolate;
  z-index: 100;
}
.header::before {
  content: "";
  position: absolute;
  display: block;
  inset: 0;
  background-color: transparent;
  background-image: linear-gradient(to bottom, #004771, rgba(0, 71, 113, 0));
  z-index: -1;
  pointer-events: none;
}
.header__wrapper {
  width: 100%;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  box-sizing: border-box;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media all and (min-width: 62rem) {
  .header__wrapper {
    max-width: 90rem;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media (orientation: portrait) {
  .header__wrapper {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }
}
.header__bar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (orientation: portrait) {
  .header__bar {
    justify-content: center;
  }
}
.header__brand {
  width: -moz-fit-content;
  width: fit-content;
}
@media (orientation: portrait) {
  .header__brand {
    margin-left: auto;
    margin-right: auto;
  }
}
.header__brand a {
  color: inherit;
  text-decoration: none;
}
.header__brand img {
  display: block;
  width: 15rem;
  height: auto;
}
@media (orientation: portrait) {
  .header__brand img {
    width: 30rem;
  }
}

.key-figures {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  background-color: rgb(0, 181, 229);
  min-height: 100vh;
  min-height: 100lvh;
}
@media (orientation: portrait) {
  .key-figures {
    min-height: unset;
  }
}
.key-figures__wrapper {
  width: 100%;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  box-sizing: border-box;
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6.875rem;
}
@media all and (min-width: 62rem) {
  .key-figures__wrapper {
    max-width: 90rem;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media all and (min-width: 80rem) {
  .key-figures__wrapper {
    padding-top: 10.625rem;
    padding-bottom: 10.625rem;
  }
}
@media (orientation: portrait) {
  .key-figures__wrapper {
    grid-template-columns: 1fr;
    gap: 5rem;
  }
}
.key-figures__item {
  max-width: 23.75rem;
  margin: 0 auto;
}
@media (orientation: portrait) {
  .key-figures__item {
    max-width: 46.75rem;
    text-align: center;
  }
}
.key-figures__item-title {
  font-family: "korolev", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.09375;
  text-transform: uppercase;
  color: rgb(199, 211, 0);
  margin: 0 0 1.25rem;
}
.key-figures__item-title-pre, .key-figures__item-title-number, .key-figures__item-title-post {
  display: block;
}
.key-figures__item-title-number {
  font-size: 8rem;
  color: rgb(0, 71, 113);
  line-height: 1.09375;
}
.key-figures__item-copy {
  font-size: 1.25rem;
  line-height: 1.3;
  margin: 0;
}
@media (orientation: portrait) {
  .key-figures__item-copy {
    font-size: 2rem;
    line-height: 1.3125;
  }
}

.myths {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  color: rgb(0, 71, 113);
  background-color: rgb(199, 211, 0);
  min-height: 100vh;
  min-height: 100lvh;
}
@media (orientation: portrait) {
  .myths {
    min-height: unset;
  }
}
.myths__wrapper {
  width: 100%;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  box-sizing: border-box;
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
  display: flex;
  flex-direction: row;
  justify-items: flex-start;
  align-items: center;
  gap: 6.875rem;
}
@media all and (min-width: 62rem) {
  .myths__wrapper {
    max-width: 90rem;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media all and (min-width: 80rem) {
  .myths__wrapper {
    padding-top: 10.625rem;
    padding-bottom: 10.625rem;
  }
}
@media (orientation: portrait) {
  .myths__wrapper {
    flex-direction: column;
    gap: 5rem;
  }
}
.myths__head {
  flex: 1 1 auto;
}
.myths__head > *:first-child {
  margin-top: 0;
}
.myths__head > *:last-child {
  margin-bottom: 0;
}
.myths__headline {
  font-family: "korolev", sans-serif;
  font-size: 3.125rem;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  color: white;
  margin: 0 0 1.25rem;
}
.myths__headline em {
  color: rgb(0, 71, 113);
}
.myths__copy {
  margin: 0;
}
.myths__body {
  flex: 0 0 auto;
}
.myths__game-card {
  height: 40rem;
  width: 36.25rem;
  perspective: 62.5rem;
}
@media (orientation: portrait) {
  .myths__game-card {
    width: 46.75rem;
    height: 45rem;
  }
}
.myths__game-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform: rotateY(0deg);
  transform-style: preserve-3d;
}
.myths__game-card--flipped .myths__game-card-inner {
  transform: rotateY(-180deg);
  transition: transform 800ms ease-in-out;
}
.myths__game-card--flipped-back .myths__game-card-inner {
  transform: rotateY(-360deg);
}
.myths__game-card-front, .myths__game-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 181, 229);
  border-radius: 0.5rem;
  backface-visibility: hidden;
}
@media (orientation: portrait) {
  .myths__game-card-front, .myths__game-card-back {
    border-radius: 0.75rem;
  }
}
.myths__game-card-back {
  background-color: rgb(0, 181, 229);
}
.myths__game-card-back {
  background-color: rgb(0, 71, 113);
  transform: rotateY(180deg);
}
.myths__game-card-wrapper {
  padding: 3.75rem 3.125rem;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  gap: 1.875rem;
}
@media (orientation: portrait) {
  .myths__game-card-wrapper {
    padding: 6.25rem 4.375rem;
  }
}
.myths__game-card-content {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  text-align: center;
}
.myths__game-card-buttons {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
}
.myths__game-card-statement {
  font-family: "korolev", sans-serif;
  font-size: 3.125rem;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0;
}
.myths__game-card-statement::before {
  content: "„";
}
.myths__game-card-statement::after {
  content: "“";
}
.myths__game-card-answer {
  font-family: "korolev", sans-serif;
  font-size: 3.125rem;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0 0 1.25rem;
}
.myths__game-card-answer--correct {
  color: rgb(199, 211, 0);
}
.myths__game-card-explanation {
  margin: 0;
}

.reasons__wrapper {
  width: 100%;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  box-sizing: border-box;
  margin-top: 8.75rem;
  margin-bottom: 8.75rem;
}
@media all and (min-width: 62rem) {
  .reasons__wrapper {
    max-width: 90rem;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media all and (min-width: 80rem) {
  .reasons__wrapper {
    margin-top: 10.625rem;
    margin-bottom: 10.625rem;
  }
}
.reasons__head {
  margin-bottom: 7.5rem;
  text-align: center;
}
.reasons__head > *:first-child {
  margin-top: 0;
}
.reasons__head > *:last-child {
  margin-bottom: 0;
}
.reasons__headline {
  font-family: "korolev", sans-serif;
  font-size: 4.375rem;
  font-weight: 500;
  line-height: 1.2857142857;
}
@media (orientation: portrait) {
  .reasons__headline {
    font-size: 3.125rem;
  }
}
.reasons__headline em {
  color: rgb(0, 181, 229);
}
.reasons__view {
  position: relative;
  padding-right: 2.8125rem;
  padding-bottom: 5rem;
  padding-left: 2.8125rem;
  isolation: isolate;
}
@media (orientation: portrait) {
  .reasons__view {
    padding-left: 0;
    padding-right: 0;
  }
}
.reasons__view::before, .reasons__view::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 5rem;
  width: calc(50% - 30.9375rem);
  pointer-events: none;
  z-index: 1;
}
@media (orientation: portrait) {
  .reasons__view::before, .reasons__view::after {
    display: none;
  }
}
.reasons__view::before {
  left: 2.8125rem;
  background-image: linear-gradient(to right, #004771, rgba(0, 71, 113, 0));
}
.reasons__view::after {
  right: 2.8125rem;
  background-image: linear-gradient(to left, #004771, rgba(0, 71, 113, 0));
}
.reasons__view .slick-arrow {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  color: inherit;
  text-align: inherit;
  position: absolute;
  display: block;
  top: calc(50% - 2.5rem);
  text-indent: -9999em;
  overflow: hidden;
  width: 2.5rem;
  height: 4.5rem;
  margin: -2.25rem -1.25rem;
  color: rgb(199, 211, 0);
  z-index: 2;
}
@media (orientation: portrait) {
  .reasons__view .slick-arrow {
    display: none !important;
  }
}
.reasons__view .slick-arrow[aria-disabled=false] {
  cursor: pointer;
  transition: transform 300ms ease-out;
  will-change: transform;
}
.reasons__view .slick-arrow[aria-disabled=false]:hover {
  transform: translate(0, -2px);
}
.reasons__view .slick-arrow::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 2.8125rem;
  height: 2.8125rem;
  border-right: 0.3125rem solid;
  border-bottom: 0.3125rem solid;
  margin: -1.5625rem;
}
.reasons__view .slick-next {
  right: 2.1875rem;
}
.reasons__view .slick-next::after {
  transform: translate(-16px) rotate(-45deg);
}
.reasons__view .slick-prev {
  left: 2.1875rem;
}
.reasons__view .slick-prev::after {
  transform: translate(16px) rotate(135deg);
}
.reasons__view .slick-disabled {
  opacity: 0;
}
.reasons__view .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
}
.reasons__view .slick-dots li button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  color: inherit;
  text-align: inherit;
  width: 1rem;
  height: 1rem;
  border-radius: 0.5rem;
  background-color: currentColor;
  text-indent: -9999em;
  overflow: hidden;
  will-change: background-color, width;
  transition: background-color 300ms linear, width 300ms linear;
}
.reasons__view .slick-dots li.slick-active button {
  width: 2rem;
  background-color: rgb(199, 211, 0);
}
.reasons__view .slick-track {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.reasons__view .slick-slide {
  float: none;
  height: unset;
}
.reasons__item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 100%;
  min-height: 20rem;
  width: 100%;
  max-width: 56.25rem;
  margin: 0 auto;
  padding-left: 16.25rem;
  overflow: hidden;
  box-sizing: border-box;
}
@media (orientation: portrait) {
  .reasons__item-wrapper {
    padding-left: 8.125rem;
  }
}
.reasons__item-title {
  font-family: "korolev", sans-serif;
  font-size: 3.125rem;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0 0 1.25rem;
}
.reasons__item-copy {
  margin: 0;
}
.reasons__item-number {
  position: absolute;
  left: 0;
  width: 15rem;
  text-align: center;
  font-family: "korolev", sans-serif;
  font-size: 27.75rem;
  font-weight: 900;
  line-height: 0.5;
  opacity: 0.1;
  margin: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.reasons__item-number::before {
  content: "";
  font-family: Arial, Helvetica, sans-serif;
  line-height: 0.7207207207;
  vertical-align: baseline;
}
@media (orientation: portrait) {
  .reasons__item-number {
    text-align: center;
  }
}

.stage {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  min-height: 100svh;
}
.stage::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 9.3125rem;
  width: 2.8125rem;
  height: 2.8125rem;
  border-right: 0.3125rem solid;
  border-bottom: 0.3125rem solid;
  margin: -1.5625rem;
  color: rgb(199, 211, 0);
  transform: rotate(45deg);
}
@media (orientation: portrait) {
  .stage::after {
    width: 3.9375rem;
    height: 3.9375rem;
    border-right: 0.4375rem solid;
    border-bottom: 0.4375rem solid;
    margin: -2.1875rem;
    bottom: 14.875rem;
  }
}
.stage__wrapper {
  width: 100%;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  box-sizing: border-box;
  padding-top: 9.3125rem;
  padding-bottom: 9.3125rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media all and (min-width: 62rem) {
  .stage__wrapper {
    max-width: 90rem;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media (orientation: portrait) {
  .stage__wrapper {
    padding-top: 14.875rem;
    padding-bottom: 14.875rem;
  }
}
.stage__title {
  font-family: "korolev", sans-serif;
  font-size: 11.25rem;
  font-weight: 900;
  line-height: 0.8;
  text-transform: uppercase;
  margin: 0;
}
@media (orientation: portrait) {
  .stage__title {
    font-size: 15rem;
    line-height: 0.8125;
    letter-spacing: -0.15rem;
  }
}

.teaser {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  background-color: rgb(199, 211, 0);
  color: rgb(0, 71, 113);
  min-height: 100vh;
  min-height: 100lvh;
}
@media (orientation: portrait) {
  .teaser {
    min-height: unset;
  }
}
.teaser__wrapper {
  width: 100%;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  box-sizing: border-box;
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
}
@media all and (min-width: 62rem) {
  .teaser__wrapper {
    max-width: 90rem;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media all and (min-width: 80rem) {
  .teaser__wrapper {
    padding-top: 10.625rem;
    padding-bottom: 10.625rem;
  }
}
.teaser__headline {
  font-family: "korolev", sans-serif;
  font-size: 6rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 1.875rem;
}
.teaser__copy {
  font-size: 2.5rem;
  line-height: 1.3;
  margin: 0;
}
.teaser__link {
  margin: 3.75rem 0 0;
}
.teaser:last-child {
  min-height: calc(100vh - 8.75rem);
  min-height: calc(100lvh - 8.75rem);
}
@media (orientation: portrait) {
  .teaser:last-child {
    min-height: unset;
  }
}
.teaser:last-child .teaser__wrapper {
  padding-bottom: 1.875rem;
}
@media (orientation: portrait) {
  .teaser:last-child .teaser__wrapper {
    padding-bottom: 6.25rem;
  }
}
.text {
  background-color: rgb(0, 181, 229);
}
.text:first-child::before {
  content: "";
  display: block;
  width: 100%;
  height: 17.5rem;
  background-color: rgb(0, 71, 113);
}
@media (orientation: portrait) {
  .text:first-child::before {
    height: 19.25rem;
  }
}
.text:last-child::after {
  content: "";
  display: block;
  width: 100%;
  height: 3.4375rem;
  background-color: rgb(199, 211, 0);
}
@media (orientation: portrait) {
  .text:last-child::after {
    height: 2.5rem;
  }
}
.text__wrapper {
  width: 100%;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  box-sizing: border-box;
}
@media all and (min-width: 62rem) {
  .text__wrapper {
    max-width: 90rem;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
.text__box {
  position: relative;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 71, 113);
  border-radius: 0.5rem;
  padding: 6.25rem 3.125rem;
  margin-top: -3.4375rem;
  margin-bottom: -3.4375rem;
  z-index: 1;
}
@media (orientation: portrait) {
  .text__box {
    border-radius: 0.75rem;
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }
}
.text__box-body > *:first-child {
  margin-top: 0;
}
.text__box-body > *:last-child {
  margin-bottom: 0;
}
.text__box-body h1 {
  font-family: "korolev", sans-serif;
  font-size: 6rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}
@media (orientation: portrait) {
  .text__box-body h1 {
    font-family: "korolev", sans-serif;
    font-size: 3.125rem;
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
  }
}
.text__box-body p {
  max-width: 65.625rem;
}
.text__box-body p.disclaimer {
  font-size: 1.25rem;
  line-height: 1.3;
}
.text__box-foot {
  text-align: right;
  padding-top: 3.125rem;
  margin-bottom: -3.125rem;
}

.visuals__wrapper {
  width: 100%;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  box-sizing: border-box;
  margin-top: 8.75rem;
  margin-bottom: 8.75rem;
}
@media all and (min-width: 62rem) {
  .visuals__wrapper {
    max-width: 90rem;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media all and (min-width: 80rem) {
  .visuals__wrapper {
    margin-top: 10.625rem;
    margin-bottom: 10.625rem;
  }
}
.visuals__item-wrapper {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.visuals__item-image {
  display: block;
  width: auto;
  max-width: 22.625rem;
  height: auto;
  max-height: calc(100vh - 21.25rem);
  max-height: calc(100lvh - 21.25rem);
}
@media (orientation: portrait) {
  .visuals__item-image {
    max-width: 33.9375rem;
    max-height: calc(100vh - 17.5rem);
    max-height: calc(100lvh - 17.5rem);
  }
}
.visuals__view {
  position: relative;
  padding-bottom: 5rem;
  isolation: isolate;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.visuals__view .slick-list {
  overflow: visible;
}
.visuals__view .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
}
.visuals__view .slick-dots li button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  color: inherit;
  text-align: inherit;
  width: 1rem;
  height: 1rem;
  border-radius: 0.5rem;
  background-color: currentColor;
  text-indent: -9999em;
  overflow: hidden;
  will-change: background-color, width;
  transition: background-color 300ms linear, width 300ms linear;
}
.visuals__view .slick-dots li.slick-active button {
  width: 2rem;
  background-color: rgb(199, 211, 0);
}

.wrapper {
  position: relative;
  overflow-x: hidden;
}