button, .button {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    font-weight: 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: 18px;
    line-height: 1.5;
}
@media only screen and (max-width: 767px) {
    body {
        font-size: 16px;
    }
}

.text--60 {
    text-shadow: 4px 4px 6px var(--color-blue);
    font-size: 60px;
    font-weight: 100;
    line-height: 1.1;
    letter-spacing: 0.9px;
    text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
    .text--60 {
        font-size: 5vh;
    }
}

.text--56 {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.16;
    letter-spacing: 0.56px;
}
@media only screen and (max-width: 767px) {
    .text--56 {
        font-size: 30px;
        letter-spacing: 0;
    }
}

.text--50 {
    font-size: 6vh;
    font-weight: 100;
    line-height: 0.9;
    letter-spacing: 0.75px;
}
@media only screen and (max-width: 767px) {
    .text--50 {
        font-size: 5vh;
        letter-spacing: 0;
    }
}

.text--24 {
    font-size: 24px;
    line-height: normal;
}
@media only screen and (max-width: 767px) {
    .text--24 {
        font-size: 20px;
    }
}

.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: #fff;
    --color-blue: #0c4da2;
    --color-blue-light: #98d9ff;
    --color-sky-blue: #50b8f5;
    --color-red: #ff0000;
}

*,
*::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: "Winston";
    src: url("../fonts/Winston-Bold.woff2") format("woff2"), url("../fonts/Winston-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Winston";
    src: url("../fonts/Winston-Thin.woff2") format("woff2"), url("../fonts/Winston-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Winston";
    src: url("../fonts/Winston-Medium.woff2") format("woff2"), url("../fonts/Winston-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Fact Narrow";
    src: url("../fonts/Fact-NarrowBlack.woff2") format("woff2"), url("../fonts/Fact-NarrowBlack.woff") format("woff");
    font-weight: 900;
    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;
}
@media only screen and (max-width: 767px) {
    .container {
        padding: 0;
        max-width: calc(100% - 40px);
    }
}
.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: "Winston", sans-serif;
    position: relative;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    align-items: flex-start;
    background: #0ebaf1;
    background: linear-gradient(90deg, #0ebaf1 0%, #1784c5 45%, #234d9c 80%, #244697 100%);
}
@media only screen and (max-width: 767px) {
    body {
        min-height: calc(var(--vh, 1vh) * 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;
    z-index: 3;
}

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 30px 4px;
    min-height: 56px;
    background-color: var(--color-sky-blue);
    color: var(--color-white);
    border-radius: 10px;
    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: inherit;
}
.btn:hover, .btn:focus {
    box-shadow: 0 0 0 3px rgba(80, 184, 245, 0.3);
}
.btn .btn__text {
    display: block;
}
.checkbox {
    display: flex;
    align-items: center;
    min-height: 30px;
    user-select: none;
}
@media only screen and (max-width: 767px) {
    .checkbox {
        min-height: 1px;
    }
}
.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: -4px;
    background-color: var(--color-white);
    border: 2px solid rgba(6, 58, 138, 0.14);
    transition: border 0.3s ease;
}
.checkbox__label::after {
    left: 6px;
    top: 2px;
    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: #fff;
    opacity: 1;
}
.input-field ::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.input-field ::-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}
.input-field :-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.input-field :-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}
.input-field ::placeholder {
    color: #fff;
    opacity: 1;
}
@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;
    color: var(--color-sky-blue);
    padding: 0 10px;
}
.input-field__input {
    width: 100%;
    height: 40px;
    border: solid 1px rgba(255, 255, 255, 0.44);
    background-color: rgba(80, 184, 245, 0.6);
    padding: 4px 12px 0;
    border-radius: 3px;
    color: var(--color-white);
    font-size: 26px;
    font-weight: 500;
    font-family: inherit;
    transition: border 0.3s ease, color 0.3s ease;
}
.input-field__input:focus {
    /*border-color: var(--color-blue);*/
}
.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;
}
.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: -4px;
    background-color: var(--color-white);
    border: 2px solid rgba(6, 58, 138, 0.14);
    transition: border 0.3s ease;
}
.radio-button__label::after {
    left: 6px;
    top: 2px;
    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;
}

.title--h2, .title--h1 {
    text-shadow: 4px 4px 6px var(--color-blue);
}

.title--h1 {
    font-size: 80px;
    line-height: 1.4;
}
@media only screen and (max-width: 767px) {
    .title--h1 {
        font-size: 30px;
    }
}

.title--h2 {
    font-size: 74px;
    letter-spacing: 1.11px;
}
@media only screen and (max-width: 767px) {
    .title--h2 {
        font-size: 56px;
    }
}
@media only screen and (max-width: 767px) {
    .title--h2 {
        font-size: 32px;
    }
}

.title--h3 {
    font-size: 30px;
    font-weight: 400;
}
@media only screen and (max-width: 1022px) {
    .title--h3 {
        font-size: 18px;
    }
}

.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 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.2;
    text-transform: uppercase;
}

.editor-text h2, .editor-text h1 {
    text-shadow: 4px 4px 6px var(--color-blue);
}

.editor-text h1 {
    font-size: 80px;
    line-height: 1.4;
}
@media only screen and (max-width: 767px) {
    .editor-text h1 {
        font-size: 30px;
    }
}

.editor-text h2 {
    font-size: 74px;
    letter-spacing: 1.11px;
}
@media only screen and (max-width: 767px) {
    .editor-text h2 {
        font-size: 56px;
    }
}
@media only screen and (max-width: 767px) {
    .editor-text h2 {
        font-size: 32px;
    }
}

.editor-text h3 {
    font-size: 30px;
    font-weight: 400;
}
@media only screen and (max-width: 1022px) {
    .editor-text h3 {
        font-size: 18px;
    }
}

.editor-text h4 {
    font-size: 24px;
    line-height: 1.5;
}

.editor-text h5 {
    font-size: 20px;
    line-height: 1.5;
}

.editor-text h6 {
    font-size: 18px;
    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 {
    font-weight: 700;
    margin-bottom: 30px;
}
* + .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: 40px;
}
.editor-text ul li:before {
    border-radius: 100%;
    width: 6px;
    height: 6px;
    background-color: currentColor;
    color: inherit;
    top: 10px;
    left: 16px;
}
.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;
}
.site-footer__nav a::before, .site-footer__nav a::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    right: 0;
    height: 1px;
    background-color: currentColor;
    pointer-events: none;
}
.site-footer__nav a::before {
    transition: width 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
}
.site-footer__nav a::after {
    transition: width 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}
.site-footer__nav a.is-active::after, .site-footer__nav a.is-active::before, .site-footer__nav a:hover::after, .site-footer__nav a:hover::before {
    width: 100%;
    left: 0;
}

.site-footer {
    position: absolute;
    right: 10px;
    z-index: 101;
    top: 24px;
}
@media only screen and (max-width: 767px) {
    .site-footer {
        position: relative;
        top: initial;
        right: 0;
        text-align: center;
        width: 100%;
        padding: 6px 0;
        z-index: 2;
    }
}
.site-footer__nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.site-footer__nav li {
    display: inline-flex;
    margin: 0 14px;
}
@media (max-width: 400px) {
    .site-footer__nav li {
        margin: 0 6px;
    }
}
.site-footer__nav a {
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.21px;
    text-transform: uppercase;
    color: var(--color-blue-light);
}
.site-footer__nav a::before, .site-footer__nav a::after {
    height: 2px;
    background-color: currentColor;
}
.intro-screen {
    position: relative;
    padding: 18.5vh 0 3vh;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column;
}
@media only screen and (max-width: 767px) {
    .intro-screen {
        padding: 14vh 0 6vh;
        height: calc(var(--vh, 1vh) * 100 - 40px);
    }
}
.intro-screen .section-header {
    padding-left: 2vh;
}
.intro-screen__middle-illustrator {
    position: absolute;
    left: 0;
    top: 66%;
    transform: translate(0, -50%);
    pointer-events: none;
    max-width: 28vh;
}
@media only screen and (max-width: 767px) {
    .intro-screen__middle-illustrator {
        max-width: 20vh;
    }
}
.intro-screen__middle-illustrator img {
    width: 100%;
    object-fit: contain;
}
.intro-screen__body {
    flex: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 3.5vh;
}
.intro-screen__body-inner {
    position: relative;
    display: inline-block;
}
@media only screen and (max-width: 767px) {
    .intro-screen__body-inner {
        display: flex;
        align-items: flex-end;
        gap: 16px;
    }
}
.intro-screen__body-title {
    position: absolute;
    right: -10px;
    bottom: -8px;
    transform: translate(100%, 0);
}
@media only screen and (max-width: 767px) {
    .intro-screen__body-title {
        position: relative;
        transform: translate(0, 0);
        right: 0;
        bottom: 0;
    }
}
.intro-screen__body-title strong {
    font-weight: 700;
}
.intro-screen__image {
    max-width: 30vh;
    position: relative;
    left: 2vh;
}
.intro-screen__image img {
    width: 100%;
    object-fit: contain;
}
.intro-screen__footer-right-illustrator {
    position: absolute;
    right: -68px;
    bottom: 0;
    max-width: 22vh;
}
.intro-screen__footer img {
    width: 100%;
    object-fit: contain;
}
.personal-info::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.personal-info {
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
    overflow: auto;
    top: 0;
    left: 0;
    padding: 104px 0 60px;
}
@media only screen and (max-width: 767px) {
    .personal-info {
        padding: 50px 0 60px;
    }
}
.personal-info::before {
    position: fixed;
    -webkit-backdrop-filter: blur(8.9px);
    backdrop-filter: blur(8.9px);
    background-color: rgba(12, 77, 162, 0.8);
    box-shadow: 6px 6px 12px 0 rgba(0, 0, 0, 0.16);
}
@media only screen and (min-width: 768px) {
    .personal-info .container {
        max-width: 680px;
    }
}
.personal-info__header {
    position: relative;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.personal-info__header-title {
    position: relative;
    z-index: 3;
}
.personal-info__header-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}
.personal-info__header img {
    object-fit: contain;
    max-width: 140px;
}
.personal-info__form {
    position: relative;
    z-index: 3;
}
.personal-info__form-mandatory-text {
    font-size: 12px;
    font-weight: 100;
    padding: 0 12px;
    margin-bottom: -12px;
}
.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: 15px 60px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media only screen and (max-width: 767px) {
    .personal-info__form-inner {
        grid-gap: 12px;
        grid-template-columns: 1fr;
    }
}
.personal-info__form-item.span-2 {
    grid-column: span 2;
}
@media only screen and (max-width: 767px) {
    .personal-info__form-item.span-2 {
        grid-column: span 1;
    }
}
.personal-info__form-submit {
    text-align: center;
    margin-top: 14px;
}
.personal-info .checkbox {
    font-size: 15px;
}
.personal-info .checkbox__label {
    font-weight: 100;
    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;
    left: 6vh;
    top: 4vh;
}
@media only screen and (max-width: 767px) {
    .site-header {
        left: 15px;
        top: 15px;
    }
}
.site-header__logo {
    display: inline-block;
    max-width: 20vh;
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .site-header__logo {
        max-width: 12vh;
    }
}
.site-header__logo img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.wof-module__popup::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.wof-module {
    position: relative;
    padding: 20vh 0 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-direction: column;
}
@media only screen and (max-width: 767px) {
    .wof-module {
        padding: 16vh 0 0;
        height: calc(var(--vh, 1vh) * 100 - 40px);
    }
}
.wof-module .section-header .title--h2 {
    font-size: 9vh;
}
@media only screen and (max-width: 767px) {
    .wof-module .section-header .title--h2 {
        font-size: 6vh;
        line-height: 1;
    }
}
.wof-module .section-header .text--60 {
    font-size: 6vh;
}
@media only screen and (max-width: 767px) {
    .wof-module .section-header .text--60 {
        font-size: 4vh;
    }
}
.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%);
}
@media only screen and (max-width: 767px) {
    .wof-module__body-bg {
        height: 34vh;
        top: 0;
    }
}
.wof-module__body-bg-inner {
    background-repeat: repeat-x;
}
@media only screen and (max-width: 767px) {
    .wof-module__body-bg-inner {
        background-size: auto 100%;
    }
}
.wof-module__body-bg-right {
    background-position: center right;
}
.wof-module__body-bg-left {
    background-position: center left;
}
.wof-module__wheel {
    top: 3vh;
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 44vh;
    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: 0;
    width: 100%;
    height: 100%;
}
.wof-module__wheel-kolo-pointer {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 9;
    top: 0;
    width: 100%;
    max-width: 6vh;
}
.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%;
    transform: translate(-50%, -50%);
    width: 9vh;
    height: 9vh;
    cursor: pointer;
    background: transparent;
    border-radius: 0;
    outline: 0;
}
.wof-module__start-btn img {
    width: 100%;
    object-fit: contain;
}
.wof-module__popup {
    border-radius: 30px;
    box-shadow: 6px 6px 12px 0 rgba(0, 0, 0, 0.16);
    border: solid 4px var(--color-white);
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
    top: 50%;
    padding: 6vh 4vh 4vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4vh;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
    min-width: 440px;
}
@media only screen and (max-width: 767px) {
    .wof-module__popup {
        padding: 5vh 3vh 3vh;
        min-width: 1px;
        width: 100%;
    }
}
.wof-module__popup::before {
    -webkit-backdrop-filter: blur(8.9px);
    backdrop-filter: blur(8.9px);
    background-color: rgba(12, 77, 162, 0.8);
}
.wof-module__popup-title {
    text-shadow: 4px 4px 6px var(--color-blue);
    font-family: "Fact Narrow", sans-serif;
    font-size: 8.8vh;
    font-weight: 900;
    line-height: 0.8;
    letter-spacing: 0.5vh;
    transform: rotate(-3deg);
    position: relative;
    z-index: 3;
}
@media only screen and (max-width: 767px) {
    .wof-module__popup-title {
        font-size: 5vh;
        letter-spacing: 0.2vh;
    }
}
.wof-module__popup-text {
    text-shadow: 4px 4px 6px var(--color-blue);
    font-size: 4.8vh;
    line-height: 1;
    letter-spacing: 0.4px;
    font-weight: 100;
    position: relative;
    z-index: 3;
}
@media only screen and (max-width: 767px) {
    .wof-module__popup-text {
        font-size: 3.5vh;
        line-height: 1.2;
        letter-spacing: 0;
    }
}
.wof-module__popup-text strong {
    font-weight: 700;
}
@media only screen and (min-width: 768px) {
    .wof-module__popup--super .wof-module__popup-title {
        font-size: 12vh;
    }
}
.wof-module__popup .btn {
    position: relative;
    z-index: 3;
    font-size: 3.8vh;
    padding: 0.8vh 4vh 0;
    min-height: 7vh;
}
.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%);
}
@media only screen and (max-width: 767px) {
    .wof-module__footer-left-illustrator {
        max-width: 22vh;
    }
}
.wof-module__footer-right-illustrator {
    right: -30px;
    max-width: 23vh;
}
@media only screen and (max-width: 767px) {
    .wof-module__footer-right-illustrator {
        max-width: 18vh;
    }
}
.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;
}
@media only screen and (max-width: 767px) {
    .cookie-banner {
        padding: 30px 0;
    }
}
.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;
}
@media only screen and (max-width: 767px) {
    .cookie-banner .cookie-width {
        flex-direction: column;
    }
}
.cookie-banner__button {
    margin-left: 50px;
}
@media only screen and (max-width: 767px) {
    .cookie-banner__button {
        margin-left: 0;
        margin-top: 20px;
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .cookie-banner .btn--cookie {
        width: 100%;
    }
}
.radiobox-inline {
    color: var(--color-sky-blue);
    padding: 0 12px;
}
.radiobox-inline .radio-button {
    display: inline-block;
}
.radiobox-inline .radio-button:not(:last-child) {
    margin-right: 28px;
}
@media only screen and (max-width: 767px) {
    .radiobox-inline .radio-button:not(:last-child) {
        margin-right: 12px;
    }
}
.radiobox-inline__input-label {
    margin-right: 16px;
}
@media only screen and (max-width: 767px) {
    .radiobox-inline__input-label {
        margin-right: 10px;
    }
}
.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__bg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 350px;
    margin-top: -170px;
    overflow: hidden;
}
@media only screen and (max-width: 767px) {
    .section-header__bg {
        height: 30vh;
        margin-top: -15vh;
    }
}
.section-header__bg-inner {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: auto 100%;
    background-repeat: repeat-x;
    background-position: 10% center;
}
.section-header .title {
    margin-bottom: 2vh;
}
@media only screen and (max-width: 767px) {
    .section-header .title {
        margin-bottom: 0;
    }
}
.section-header .container {
    position: relative;
    z-index: 3;
}
@media only screen and (max-width: 767px) {
    .section-header img {
        max-width: 28vh;
    }
}
/*# sourceMappingURL=bundle.css.map */
