button,
.button {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-family: inherit;
  color: inherit;
}
.bg-image img,
.covered,
.cover-bg {
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  top: 0;
  pointer-events: none;
}
.d-flex-cc,
.d-flex-center-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
body {
  font-size: 14px;
  line-height: 1.5;
}
.text--56 {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: 0.56px;
}
.text--50 {
  font-size: 6vh;
  font-weight: 100;
  line-height: 0.9;
  letter-spacing: 0.75px;
}
.text--36 {
  font-size: 36px;
  line-height: 0.8;
}
.text--24 {
  font-size: 24px;
  line-height: normal;
}
.text--22 {
  font-size: 22px;
  line-height: normal;
}
.text--20 {
  font-size: 20px;
  line-height: 1.8;
}
.text--18 {
  font-size: 18px;
  line-height: 1.5;
}
.text--14 {
  font-size: 14px;
  line-height: 1.42;
}
.text *,
.title *,
.title-main * {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-transform: inherit;
  text-align: inherit;
  font-style: inherit;
  font-family: inherit;
}
:root {
  --color-white: #fff;
  --color-black: #000;
  --color-text: #07263d;
  --color-blue: #07263d;
  --color-red: #ff0000;
  --font-primary: "Open Sans Condensed", sans-serif;
  --font-secondary: "Graphik", sans-serif;
  --font-camel: "Camel", sans-serif;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  text-align: left;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: 700;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  text-decoration: none;
  background-color: transparent;
}
a:hover,
a:focus {
  text-decoration: none;
}
a:not([href]):not([tabindex]) {
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre,
code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 1rem;
}
button {
  border-radius: 0;
  text-transform: none;
  cursor: pointer;
  -webkit-appearance: button;
}
input,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
select {
  word-wrap: normal;
  text-transform: none;
}
input {
  overflow: visible;
}
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
@font-face {
  font-family: "Camel";
  src: local("Camel Bold"), local("Camel-Bold"),
    url("./../fonts/Camel-Bold.woff2") format("woff2"),
    url("./../fonts/Camel-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik";
  src: local("Graphik Light"), local("Graphik-Light"),
    url("./../fonts/Graphik-Light.woff2") format("woff2"),
    url("./../fonts/Graphik-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik";
  src: local("Graphik Bold"), local("Graphik-Bold"),
    url("./../fonts/Graphik-Bold.woff2") format("woff2"),
    url("./../fonts/Graphik-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik";
  src: local("Graphik Regular"), local("Graphik-Regular"),
    url("./../fonts/Graphik-Regular.woff2") format("woff2"),
    url("./../fonts/Graphik-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans Condensed";
  src: local("Open Sans Condensed Bold"), local("OpenSansCondensed-Bold"),
    url("./../fonts/OpenSansCondensed-Bold.woff2") format("woff2"),
    url("./../fonts/OpenSansCondensed-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans Condensed";
  src: local("Open Sans Condensed Light"), local("OpenSansCondensed-Light"),
    url("./../fonts/OpenSansCondensed-Light.woff2") format("woff2"),
    url("./../fonts/OpenSansCondensed-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.cover-bg {
  background-size: cover;
  background-position: center center;
}
.cover-bg img {
  display: none;
}
.covered {
  max-height: initial;
}
.bg-image img {
  max-height: initial;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.text--bold {
  font-weight: 700;
}
.text--md {
  font-weight: 700;
}
.text--uppercase {
  text-transform: uppercase;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.d-flex {
  display: flex;
}
.container {
  max-width: 1200px;
  padding: 0 15px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.container .container {
  max-width: 100%;
}
.f-auto {
  display: flex;
  flex-direction: column;
  flex: auto;
}
.mx-auto {
  display: block;
  margin: 0 auto;
  width: 100%;
}
html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  overflow-y: auto;
}
::selection {
  background-color: var(--color-blue);
  color: var(--color-white);
}
body {
  color: var(--color-text);
  font-family: var(--font-primary);
  position: relative;
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  align-items: flex-start;
  background-image: linear-gradient(
    207deg,
    #dedede 103%,
    #fff 48%,
    #dedede -10%
  );
}
body::before {
  content: "";
  position: absolute;
  left: 0;
  top: -65px;
  width: 100%;
  height: calc(100% + 65px);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='768' height='824' preserveAspectRatio='none' viewBox='0 0 768 824'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.794' y1='-0.145' x2='0.07' y2='1.183' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23dedede'/%3E%3Cstop offset='0.488' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23dedede'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect id='Rectangle_27643' data-name='Rectangle 27643' width='768' height='824' transform='translate(768 824) rotate(180)' fill='url(%23linear-gradient)'/%3E%3C/svg%3E%0A")
    no-repeat center / 100% 100%;
}
.noselect,
.noselect * {
  user-select: none;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease, border 0.3s ease;
  -webkit-transition: color 0.3s ease, border 0.3s ease;
}
i,
em {
  font-style: italic;
}
/* stylelint-disable-next-line */
h1 {
  font-weight: inherit;
  font-size: inherit;
  margin: 0;
}
/* stylelint-disable-next-line */
h2 {
  font-weight: inherit;
  font-size: inherit;
  margin: 0;
}
/* stylelint-disable-next-line */
h3 {
  font-weight: inherit;
  font-size: inherit;
  margin: 0;
}
/* stylelint-disable-next-line */
h4 {
  font-weight: inherit;
  font-size: inherit;
  margin: 0;
}
/* stylelint-disable-next-line */
h5 {
  font-weight: inherit;
  font-size: inherit;
  margin: 0;
}
/* stylelint-disable-next-line */
h6 {
  font-weight: inherit;
  font-size: inherit;
  margin: 0;
}
:focus {
  outline: none;
}
img {
  margin: 0;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  object-fit: cover;
}
figure img {
  margin: 0;
}
.sc-general {
  width: 100%;
  position: relative;
}
form select::-ms-expand {
  display: none;
}
input,
select,
textarea {
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
input:invalid {
  outline: none;
}
textarea::-ms-clear,
input::-ms-clear {
  display: none;
}
main {
  width: 100%;
  flex: 1 0 auto;
}
.btn {
  cursor: pointer;
  padding: 8px 15px;
  min-height: 56px;
  background-color: var(--color-blue);
  color: var(--color-white);
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.45px;
  transition: background-color 0.25s ease-in, box-shadow 0.25s ease-in,
    color 0.3s ease;
  text-transform: uppercase;
  font-family: var(--font-camel);
}
.btn:hover,
.btn:focus {
  box-shadow: 0 0 0 3px rgba(80, 184, 245, 0.3);
}
.btn .btn__text {
  display: block;
}
.modal .btn {
  font-size: 16px;
  padding: 0 16px;
  min-height: 40px;
}
.checkbox {
  display: flex;
  align-items: center;
  min-height: 30px;
  user-select: none;
}
.checkbox + .checkbox {
  margin-top: 24px;
}
.checkbox__label {
  display: inline-block;
  position: relative;
  padding-left: 32px;
  padding-top: 2px;
  line-height: normal;
  cursor: pointer;
  margin: 0;
  font-weight: 500;
  min-height: 25px;
  transition: color 0.3s ease;
}
.checkbox__label::before,
.checkbox__label::after {
  content: "";
  position: absolute;
  border-radius: 100%;
}
.checkbox__label::before {
  width: 25px;
  height: 25px;
  left: 0;
  top: 2px;
  background-color: var(--color-white);
  transition: border 0.3s ease;
}
.checkbox__label::after {
  left: 6px;
  top: 8px;
  width: 13px;
  height: 13px;
  background-color: var(--color-blue);
  transition: transform 0.3s ease;
  transform: scale(0);
}
.checkbox a {
  border: 0;
  text-decoration: underline;
}
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox input:checked + .checkbox__label::after {
  transform: scale(1);
  -webkit-transform: scale(1);
}
.checkbox input:focus-visible + .checkbox__label::before {
  border-color: var(--color-sky-blue);
}
.checkbox.validation-failed {
  color: var(--color-red);
}
.input-field {
  width: 100%;
  position: relative;
  text-align: left;
}
.input-field ::-webkit-input-placeholder {
  color: var(--color-blue);
  opacity: 0.4;
}
.input-field ::-moz-placeholder {
  color: var(--color-blue);
  opacity: 0.4;
}
.input-field ::-ms-input-placeholder {
  color: var(--color-blue);
  opacity: 0.4;
}
.input-field :-moz-placeholder {
  color: var(--color-blue);
  opacity: 0.4;
}
.input-field :-ms-input-placeholder {
  color: var(--color-blue);
  opacity: 0.4;
}
.input-field ::placeholder {
  color: var(--color-blue);
  opacity: 0.4;
}
@media only screen and (min-width: 768px) {
  .input-field {
    font-size: 18px;
    line-height: 1.1;
  }
}
.input-field__inner {
  position: relative;
}
.input-field__label {
  margin-bottom: 4px;
  font-size: 16px;
  font-family: var(--font-secondary);
  padding: 0 10px;
}
.input-field__input {
  width: 100%;
  height: 42px;
  border: 0;
  background-color: var(--color-white);
  padding: 0 12px;
  border-radius: 0;
  color: var(--color-blue);
  font-size: 23px;
  font-weight: 700;
  font-family: inherit;
  transition: border 0.3s ease, color 0.3s ease;
}
.input-field textarea {
  resize: none;
}
.input-field.is-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.input-field.validation-failed .input-field__input {
  color: var(--color-red);
  border-color: var(--color-red);
}
.icon::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
}
.icon {
  display: block;
  position: relative;
}
.icon::before {
  background-color: var(--color-black);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: background-color 0.3s ease;
}
.icon-chevron-down,
.icon-chevron-up {
  width: 9px;
  height: 6px;
}
.icon-chevron-down::before,
.icon-chevron-up::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='13px' height='8px' viewBox='0 0 13 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-343.000000, -3797.000000)' stroke='%23000000' stroke-width='1.15'%3E%3Cpolyline transform='translate(349.500000, 3800.500000) rotate(90.000000) translate(-349.500000, -3800.500000) ' points='346.749922 3795 352.250078 3800.50016 346.749922 3806'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='13px' height='8px' viewBox='0 0 13 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-343.000000, -3797.000000)' stroke='%23000000' stroke-width='1.15'%3E%3Cpolyline transform='translate(349.500000, 3800.500000) rotate(90.000000) translate(-349.500000, -3800.500000) ' points='346.749922 3795 352.250078 3800.50016 346.749922 3806'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.icon-chevron-left,
.icon-chevron-right {
  width: 28px;
  height: 50px;
}
.icon-chevron-left::before,
.icon-chevron-right::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28.451' height='50.903'%3E%3Cpath fill='none' stroke='%23008bd2' stroke-linejoin='round' stroke-width='6' d='m2.121 2.121 23.33 23.33-23.33 23.33' data-name='Path 116335'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28.451' height='50.903'%3E%3Cpath fill='none' stroke='%23008bd2' stroke-linejoin='round' stroke-width='6' d='m2.121 2.121 23.33 23.33-23.33 23.33' data-name='Path 116335'/%3E%3C/svg%3E");
}
.icon-cross {
  width: 18px;
  height: 18px;
}
.icon-cross::before {
  -webkit-mask-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' fill='none'%3E%3Cpath fill='%23333A3A' d='M16.113.899a1.203 1.203 0 0 0-1.704 0L8.5 6.795 2.591.887a1.203 1.203 0 0 0-1.703 0 1.203 1.203 0 0 0 0 1.703L6.796 8.5.888 14.407a1.203 1.203 0 0 0 0 1.704 1.203 1.203 0 0 0 1.703 0l5.91-5.91 5.908 5.91a1.203 1.203 0 0 0 1.704 0 1.203 1.203 0 0 0 0-1.704l-5.91-5.909 5.91-5.909a1.21 1.21 0 0 0 0-1.691Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' fill='none'%3E%3Cpath fill='%23333A3A' d='M16.113.899a1.203 1.203 0 0 0-1.704 0L8.5 6.795 2.591.887a1.203 1.203 0 0 0-1.703 0 1.203 1.203 0 0 0 0 1.703L6.796 8.5.888 14.407a1.203 1.203 0 0 0 0 1.704 1.203 1.203 0 0 0 1.703 0l5.91-5.91 5.908 5.91a1.203 1.203 0 0 0 1.704 0 1.203 1.203 0 0 0 0-1.704l-5.91-5.909 5.91-5.909a1.21 1.21 0 0 0 0-1.691Z'/%3E%3C/svg%3E");
}
.icon-chevron-left:before,
.icon-chevron-up:before {
  transform: scale(-1);
}
.radio-button {
  display: flex;
  align-items: center;
  user-select: none;
}
.radio-button__label {
  display: inline-block;
  padding-top: 2px;
  position: relative;
  padding-left: 32px;
  line-height: normal;
  cursor: pointer;
  margin: 0;
  font-weight: 500;
  min-height: 25px;
  transition: color 0.3s ease;
  font-size: 18px;
  font-family: var(--font-secondary);
}
.radio-button__label::before,
.radio-button__label::after {
  content: "";
  position: absolute;
  border-radius: 100%;
}
.radio-button__label::before {
  width: 25px;
  height: 25px;
  left: 0;
  top: -1px;
  background-color: var(--color-white);
  transition: border 0.3s ease;
}
.radio-button__label::after {
  left: 6px;
  top: 5px;
  width: 13px;
  height: 13px;
  background-color: var(--color-blue);
  transition: transform 0.3s ease;
  transform: scale(0);
}
.radio-button a {
  border: 0;
  text-decoration: underline;
}
.radio-button input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.radio-button input:checked + .radio-button__label::after {
  transform: scale(1);
  -webkit-transform: scale(1);
}
.radio-button input:focus-visible + .radio-button__label::before {
  border-color: var(--color-sky-blue);
}
.title--h6,
.title--h5,
.title--h4,
.title--h3,
.title--h2,
.title--h1 {
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: var(--font-camel);
}
.title--h1 {
  font-size: 80px;
  line-height: 1.4;
}
.title--h2 {
  font-size: 70px;
  line-height: 1;
  letter-spacing: 1.05px;
}
.title--h3 {
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: 0.4px;
}
.title--h4 {
  font-size: 24px;
  line-height: 1.5;
}
.title--h5 {
  font-size: 20px;
  line-height: 1.5;
}
.title--h6 {
  font-size: 18px;
  line-height: 1.5;
}
.editor-text {
  line-height: 1.5;
  font-weight: 400;
  font-family: var(--font-secondary);
}
.editor-text ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
}
.editor-text h6,
.editor-text h5,
.editor-text h4,
.editor-text h3,
.editor-text h2,
.editor-text h1 {
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  font-family: var(--font-camel);
  margin-bottom: 30px;
}
.editor-text h1 {
  font-size: 30px;
}
.editor-text h2 {
  font-size: 20px;
}
.editor-text h3 {
  font-size: 18px;
}
.editor-text h4 {
  font-size: 16px;
}
.editor-text h5 {
  font-size: 14px;
  line-height: 1.5;
}
.editor-text h6 {
  font-size: 12px;
  line-height: 1.5;
}
.container .editor-text .container {
  max-width: 100%;
  padding: 0;
}

* + .editor-text h1,
* + .editor-text h2,
* + .editor-text h3,
* + .editor-text h4,
* + .editor-text h5,
* + .editor-text h6 {
  margin-top: 40px;
}
.editor-text h1:first-child,
.editor-text h2:first-child,
.editor-text h3:first-child,
.editor-text h4:first-child,
.editor-text h5:first-child,
.editor-text h6:first-child {
  margin-top: 0;
}
.editor-text p,
.editor-text ul,
.editor-text ol,
.editor-text img,
.editor-text figure,
.editor-text table {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.editor-text p:first-child,
.editor-text ul:first-child,
.editor-text ol:first-child,
.editor-text img:first-child,
.editor-text figure:first-child,
.editor-text table:first-child {
  margin-top: 0;
}
.editor-text p:last-child,
.editor-text ul:last-child,
.editor-text ol:last-child,
.editor-text img:last-child,
.editor-text figure:last-child,
.editor-text table:last-child {
  margin-bottom: 0;
}
.editor-text p a,
.editor-text ul a,
.editor-text ol a,
.editor-text img a,
.editor-text figure a,
.editor-text table a {
  text-decoration: underline;
}
.editor-text ul,
.editor-text ol {
  list-style: none;
  display: grid;
  grid-gap: 2px;
}
.editor-text ul li,
.editor-text ol li {
  position: relative;
  padding-left: 20px;
}
.editor-text ul li:before {
  border-radius: 100%;
  width: 6px;
  height: 6px;
  background-color: currentColor;
  color: inherit;
  top: 7px;
  left: 0;
}
.editor-text ol {
  counter-reset: ol_text_counter;
}
.editor-text ol li {
  counter-increment: ol_text_counter;
}
.editor-text ol li:before {
  content: counter(ol_text_counter);
  font-weight: 700;
  font-size: inherit;
  position: absolute;
  left: 16px;
  top: 0px;
}
.editor-text table {
  border: 1px solid;
  width: 100%;
}
.editor-text table tr {
  border-bottom: 1px solid;
}
.editor-text table th,
.editor-text table td {
  padding: 0.5em;
}
.editor-text table th:not(:first-child),
.editor-text table td:not(:first-child) {
  border-left: 1px solid;
}
.editor-text blockquote p {
  margin: 0 !important;
}
.footer__nav-link::before,
.footer__nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  right: 0;
  height: 1px;
  background-color: currentColor;
  pointer-events: none;
}
.footer__nav-link::before {
  transition: width 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
}
.footer__nav-link::after {
  transition: width 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}
.footer__nav-link.is-active::after,
.footer__nav-link.is-active::before,
.footer__nav-link:hover::after,
.footer__nav-link:hover::before {
  width: 100%;
  left: 0;
}
.site-footer {
  position: absolute;
  left: 40px;
  z-index: 101;
  top: 40px;
  transition: opacity 0.3s ease 0.3s;
  opacity: 0;
  pointer-events: none;
}

.page-loaded .site-footer {
  opacity: 1;
  pointer-events: all;
}

.site-footer__nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.site-footer__nav li {
  display: inline-flex;
}
.footer__nav-link {
  display: inline-block;
  position: relative;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.15px;
  text-transform: uppercase;
  cursor: pointer;
}
.footer__nav-link::before,
.footer__nav-link::after {
  height: 2px;
  background-color: currentColor;
}
#screen-0 {
  position: relative;
  z-index: 999;
}

.intro-screen {
  position: relative;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 100%;
  flex-direction: column;
}
.game-module__step--personal-info {
  position: relative;
  z-index: 999;
}
.personal-info {
  position: relative;
  z-index: 9;
  width: 100%;
  height: 100vh;
  overflow: auto;
  padding: 52px 0;
  background-color: #d8ccba;
}
.personal-info .container {
  max-width: 684px;
}
.personal-info__header {
  position: relative;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.personal-info__form {
  position: relative;
  z-index: 3;
}
.personal-info__form-mandatory-text {
  font-size: 12px;
  font-weight: 100;
  padding: 0 12px;
  margin: -10px 0 16px;
}
.personal-info__form-info-text {
  font-size: 16px;
  font-weight: 100;
  padding: 0 12px;
  line-height: 1;
}
.personal-info__form-inner {
  display: grid;
  grid-gap: 14px 60px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.personal-info__form-item.span-2 {
  grid-column: span 2;
}
.personal-info__form-submit {
  text-align: center;
  margin-top: 22px;
}
.personal-info .checkbox {
  font-size: 14px;
  font-weight: 300;
}
.personal-info .checkbox__label {
  padding-left: 42px;
  line-height: 1.13;
}
.personal-info .checkbox__label::before {
  left: 10px;
}
.personal-info .checkbox__label::after {
  left: 16px;
}
.game-module {
  position: relative;
  width: 100%;
}
.game-module__step {
  display: none;
}
.game-module__step.is-visible {
  display: block;
}
.site-header {
  position: absolute;
  transition: opacity 0.3s ease 0.3s;
  opacity: 0;
  pointer-events: none;
  right: 40px;
  top: 40px;
}

.site-header__camel {
  position: absolute;
  z-index: 10;
  left: 0;
  width: 100%;
  top: 56px;
  height: 56px;
  transition: opacity 0.3s ease 0.3s;
  opacity: 0;
  pointer-events: none;
}

.site-header__camel-image {
  position: absolute;
  right: 94px;
  bottom: 0;
  width: 60px;
  height: auto;
}

.page-loaded .site-header__camel,
.page-loaded .site-header {
  opacity: 1;
  pointer-events: all;
}
.site-header__logo {
  display: inline-block;
  max-width: 164px;
  width: 100%;
}
.site-header__logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.wof-module {
  position: relative;
  padding: 100px 0 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.wof-module__body {
  flex: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  position: relative;
}
.wof-module__body-bg {
  position: absolute;
  left: 0;
  width: 100%;
  height: 40vh;
  pointer-events: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  top: -20%;
  z-index: 0;
  transform: translate(0, 50%);
}
.wof-module__body-bg-inner {
  background-repeat: repeat-x;
}
.wof-module__body-bg-right {
  background-position: center right;
}
.wof-module__body-bg-left {
  background-position: center left;
}
.wof-module__wheel {
  top: -10px;
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 500px;
  z-index: 9;
}
.wof-module__wheel-kolo {
  position: absolute;
  left: -5%;
  z-index: 2;
  top: 0;
  width: 110%;
  height: 0;
  padding-bottom: 100%;
}
.wof-module__wheel-kolo-inner {
  transform-origin: center center;
  transition: transform 0.3s ease;
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 100%;
  max-width: 502px;
  margin-left: 24px;
}
.wof-module__wheel-kolo-pointer {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 9;
  top: 30px;
  width: 100%;
  max-width: 56px;
}
.wof-module__wheel-kolo-pointer svg {
  width: 100%;
  height: auto;
}
.wof-module__wheel-base {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.wof-module__wheel-base img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.wof-module__start-btn {
  position: absolute;
  left: 50%;
  z-index: 9;
  top: 50%;
  width: 86px;
  height: 86px;
  margin-left: -43px;
  margin-top: -43px;
  cursor: pointer;
  background: transparent;
  border-radius: 0;
  outline: 0;
}
.wof-module__start-btn img {
  width: 100%;
  object-fit: contain;
}

.wof-module__popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  z-index: 999;
}

.wof-module__popup-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(4.5px);
  backdrop-filter: blur(4.5px);
  background-color: #366b8c;
  opacity: 0.45;
}

.wof-module__popup-body {
  width: auto;
  padding: 55px 40px;
  min-width: 478px;
  text-align: center;
  border-radius: 2px;
  background-color: var(--color-white);
  position: relative;
  z-index: 3;
  max-width: 600px;
}

.wof-module__popup-title {
  font-size: 49px;
  font-weight: 700;
  line-height: 0.86;
  font-family: var(--font-camel);
  margin-bottom: 40px;
}

.wof-module__popup-text {
  font-size: 46px;
  line-height: 1.17;
  font-family: var(--font-secondary);
  color: #808080;
  font-weight: 300;
  margin-bottom: 32px;
}

.wof-module__footer-right-illustrator,
.wof-module__footer-left-illustrator {
  position: absolute;
  bottom: 0;
}
.wof-module__footer-left-illustrator {
  left: 0;
  max-width: 28vh;
  transform: translate(0, 58%);
}
.wof-module__footer-right-illustrator {
  right: -30px;
  max-width: 23vh;
}
.wof-module__footer img {
  width: 100%;
  object-fit: contain;
}
.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 20px 0;
  z-index: 998;
  color: var(--color-black);
  background-color: var(--color-white);
  font-size: 14px;
  line-height: 1.5;
  transition: opacity 0.5s ease, visibility 0s linear 0.5s;
}
.cookie-banner.cookie-set {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0s linear;
}
.cookie-banner .cookie-width {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  max-width: 1440px;
}
.cookie-banner__button {
  margin-left: 50px;
}
.radiobox-inline {
  padding: 0 10px;
}
.radiobox-inline .radio-button {
  display: inline-block;
}
.radiobox-inline .radio-button:not(:last-child) {
  margin-right: 28px;
}
.radiobox-inline__input-label {
  margin-right: 16px;
  font-weight: 400;
  font-family: var(--font-secondary);
  font-size: 16px;
}
.radiobox-inline__info-text {
  margin-top: 6px;
  font-weight: 300;
}
.radiobox-inline.validation-failed .radio-button__label {
  color: var(--color-red);
}
.radiobox-inline.validation-failed .birth-date__validation-message {
  display: block;
}
.radiobox-inline.validation-failed .input-field__input {
  color: var(--color-red);
  border-color: var(--color-red);
}
.section-header {
  position: relative;
  width: 100%;
}
.section-header__title {
  padding-left: 40px;
}
.section-header__sub-title {
  text-transform: uppercase;
  font-weight: 700;
  font-family: var(--font-secondary);
  color: var(--color-white);
  background-color: #468b32;
  position: relative;
  display: inline-block;
  margin-top: 12px;
  padding: 14px 14px 14px 40px;
}
.section-header__sub-title::after {
  content: "";
  position: absolute;
  right: -8px;
  width: 16px;
  transform: skewX(-10deg);
  background-color: #468b32;
  top: 0;
  height: 100%;
}
.section-header__title .title {
  max-width: 560px;
}
