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;
}

.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: 15px;
    line-height: 1.5;
}
@media only screen and (max-width: 766px) {
    body {
        font-size: 15px;
    }
}

.text--30 {
    font-size: 30px;
    line-height: 1.4;
}
@media only screen and (max-width: 1171px) {
    .text--30 {
        font-size: 22px;
    }
}
@media only screen and (max-width: 766px) {
    .text--30 {
        font-size: 20px;
    }
}

.text--22 {
    font-size: 22px;
    line-height: 1.27;
}

.text--18 {
    font-size: 18px;
    line-height: 1.22;
}

.text--16 {
    font-size: 16px;
    line-height: 1.38;
}

.text--14 {
    font-size: 14px;
    line-height: 1.42;
}

.text--13 {
    font-size: 13px;
    line-height: normal;
}

.text--12 {
    font-size: 12px;
    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-font:	#02122f;
    --color-blue:	#063a8a;
    --color-red:	#ff0000;
    --color-gray:	#bababa;
    --color-gray-dark:	#747272;
    --color-validation:	#ff0000;
    --space-16px:	16px;
    --space-24px:	24px;
    --space-40px:	40px;
    --space-60px:	60px;
    --space-80px:	80px;
    --space-100px:	100px;
    --space-120px:	120px;
}

*,
*::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: "Gotham";
    src: url("./../fonts/Gotham-Light.woff2") format("woff2"), url("./../fonts/Gotham-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Gotham";
    src: url("./../fonts/Gotham-Book.woff2") format("woff2"), url("./../fonts/Gotham-Book.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Gotham";
    src: url("./../fonts/Gotham-Medium.woff2") format("woff2"), url("./../fonts/Gotham-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Gotham";
    src: url("./../fonts/Gotham-Bold.woff2") format("woff2"), url("./../fonts/Gotham-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
.cover-bg {
    background-size: cover;
    background-position: center center;
}
.cover-bg img {
    display: none;
}

.covered {
    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--white {
    color: var(--color-white);
}
.text--bold {
    font-weight: 700;
}
.text--md {
    font-weight: 500;
}
.text--uppercase {
    text-transform: uppercase;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.d-flex {
    display: flex;
}

.container {
    width: 100%;
    margin: 0 auto;
    max-width: calc(100% - 70px);
}
@media only screen and (min-width: 767px) {
    .container {
        max-width: 600px;
    }
}
.container .container {
    max-width: 100%;
}

.mx-auto {
    display: block;
    width: 100%;
    margin: 0 auto;
}

html,
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

::selection {
    background-color: var(--color-font);
    color: var(--color-white);
}

body {
    color: var(--color-font);
    font-family: "Gotham", sans-serif;
    position: relative;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    align-items: flex-start;
    background-image: linear-gradient(170deg, #ffffff 0%, #c8c8c8 85%, #c8c8c8 100%);
    /* stylelint-disable-next-line */
}
body.is-open-menu, body.noscroll {
    overflow: hidden;
}
@media only screen and (min-width: 1023px) {
    body.is-open-menu, body.noscroll {
        overflow: auto;
    }
}

.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::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.btn {
    cursor: pointer;
    border-radius: 0;
    padding: 4px 12px;
    min-width: 208px;
    min-height: 40px;
    background-color: transparent;
    color: var(--color-white);
    display: inline-flex;
    align-items: center;
    border: 0;
    font-size: 14px;
    justify-content: center;
    line-height: 1;
    font-family: inherit;
    text-transform: uppercase;
    position: relative;
}
.btn::before {
    background-color: var(--color-red);
    transform: skew(-20deg, 0);
}
.btn .btn__text {
    display: block;
    position: relative;
    z-index: 3;
}
.checkbox {
    display: flex;
    align-items: center;
    min-height: 30px;
    user-select: none;
}
.checkbox + .checkbox {
    margin-top: 24px;
}
.checkbox__label {
    display: inline-block;
    line-height: normal;
    position: relative;
    padding-left: 34px;
    cursor: pointer;
    margin: 0;
    transition: color 0.3s ease;
}
.checkbox__label::before, .checkbox__label::after {
    content: "";
    position: absolute;
    border-radius: 100%;
}
.checkbox__label::before {
    width: 20px;
    height: 20px;
    background-color: var(--color-white);
    border: 0;
    left: 0;
    top: 0;
    transition: box-shadow 0.3s ease;
}
.checkbox__label::after {
    left: 5px;
    top: 5px;
    width: 10px;
    height: 10px;
    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 + .checkbox__label::before {
    box-shadow: 0 0 0 3px rgba(0, 50, 78, 0.2);
}
.checkbox.survey-checkbox, .checkbox.agree-checkbox {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
}
.checkbox.survey-checkbox .checkbox__label, .checkbox.agree-checkbox .checkbox__label {
    line-height: inherit;
}
.checkbox.survey-checkbox .checkbox__label {
    opacity: 0.7;
}
.checkbox.is-validation-failed {
    color: var(--color-red);
}
.input-field {
    width: 100%;
    position: relative;
    text-align: left;
    margin-bottom: 30px;
}
@media only screen and (max-width: 766px) {
    .input-field {
        margin-bottom: 20px;
    }
}
.input-field__inner {
    position: relative;
}
.input-field__label {
    margin-bottom: 2px;
}
.input-field__input {
    width: 100%;
    height: 35px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.05);
    background-color: var(--color-white);
    border: 1px solid transparent;
    padding: 0 15px;
    border-radius: 0;
    transition: border 0.3s ease;
}
.is-validation-failed .input-field__input {
    color: var(--color-validation);
}
.input-field__input:focus {
    border-color: var(--color-font);
}
.input-field textarea {
    resize: none;
}
.input-field.is-disabled {
    pointer-events: none;
    opacity: 0.5;
}
.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-up:before {
    transform: scale(-1);
}
.icon-hand {
    width: 44px;
    height: 44px;
}
.icon-hand::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44.694' height='44.722' viewBox='0 0 44.694 44.722'%3E%3Cpath d='M18.635,34.291a.748.748,0,0,1,.1.058,11.643,11.643,0,0,0,5.845,1.54,11.743,11.743,0,0,0,5.937-1.431,10.854,10.854,0,0,0,4.856-6.213,9.267,9.267,0,0,0-.695-7.366l-4.856-8.411-1.363-2.362a2.251,2.251,0,0,0-1.2-1.044l-.025-.008a1.7,1.7,0,0,0-2.12,1.278,2.239,2.239,0,0,0,.274,1.456l.026.046a.367.367,0,0,1,.027.048l2.7,4.681a.654.654,0,1,1-1.132.657l-2.7-4.67h0L23.419,11a2.124,2.124,0,0,0-1.218-.994,1.816,1.816,0,0,0-1.41.158l-.029.018a1.812,1.812,0,0,0-.875,1.157,2.118,2.118,0,0,0,.252,1.552h0L23.088,18a.655.655,0,0,1-1.133.657l-3.678-6.372a2.037,2.037,0,0,0-3.535,2.025l2.973,5.15a.653.653,0,1,1-1.132.651l-2.958-5.122-.009-.015-.012-.021L7.958,5.174a2.049,2.049,0,0,0-2.752-.761l-.029.017A2.049,2.049,0,0,0,4.43,7.214l10.8,18.7a.651.651,0,0,1-.1.787l0,0h0a.654.654,0,0,1-.752.127L9.027,24.224a2.415,2.415,0,0,0-2.12,4.34Zm-.584,1.174L6.332,29.742a3.726,3.726,0,0,1,3.269-6.7L13.03,24.72,3.3,7.864A3.351,3.351,0,0,1,4.521,3.3l.04-.021a3.348,3.348,0,0,1,4.53,1.248l4.331,7.5a3.337,3.337,0,0,1,3.954-1.953,3.379,3.379,0,0,1,1.318.695,3.106,3.106,0,0,1,1.412-1.715l.042-.023a3.1,3.1,0,0,1,2.424-.277,3.351,3.351,0,0,1,1.4.834,2.912,2.912,0,0,1,1.3-1.5l.014-.006a2.886,2.886,0,0,1,2.35-.272l.036.011a3.546,3.546,0,0,1,1.923,1.634l1.364,2.361,4.856,8.411a10.571,10.571,0,0,1,.811,8.4,12.17,12.17,0,0,1-5.449,6.967,13.062,13.062,0,0,1-6.6,1.6,12.981,12.981,0,0,1-6.518-1.732M1.961,8.64A.653.653,0,0,1,.829,9.29,6.2,6.2,0,0,1,11.56,3.1a.655.655,0,0,1-1.133.656A4.888,4.888,0,0,0,1.961,8.64' transform='matrix(0.978, -0.208, 0.208, 0.978, 0.314, 8.038)' fill='%2302122f' stroke='%2302122f' stroke-width='0.5'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44.694' height='44.722' viewBox='0 0 44.694 44.722'%3E%3Cpath d='M18.635,34.291a.748.748,0,0,1,.1.058,11.643,11.643,0,0,0,5.845,1.54,11.743,11.743,0,0,0,5.937-1.431,10.854,10.854,0,0,0,4.856-6.213,9.267,9.267,0,0,0-.695-7.366l-4.856-8.411-1.363-2.362a2.251,2.251,0,0,0-1.2-1.044l-.025-.008a1.7,1.7,0,0,0-2.12,1.278,2.239,2.239,0,0,0,.274,1.456l.026.046a.367.367,0,0,1,.027.048l2.7,4.681a.654.654,0,1,1-1.132.657l-2.7-4.67h0L23.419,11a2.124,2.124,0,0,0-1.218-.994,1.816,1.816,0,0,0-1.41.158l-.029.018a1.812,1.812,0,0,0-.875,1.157,2.118,2.118,0,0,0,.252,1.552h0L23.088,18a.655.655,0,0,1-1.133.657l-3.678-6.372a2.037,2.037,0,0,0-3.535,2.025l2.973,5.15a.653.653,0,1,1-1.132.651l-2.958-5.122-.009-.015-.012-.021L7.958,5.174a2.049,2.049,0,0,0-2.752-.761l-.029.017A2.049,2.049,0,0,0,4.43,7.214l10.8,18.7a.651.651,0,0,1-.1.787l0,0h0a.654.654,0,0,1-.752.127L9.027,24.224a2.415,2.415,0,0,0-2.12,4.34Zm-.584,1.174L6.332,29.742a3.726,3.726,0,0,1,3.269-6.7L13.03,24.72,3.3,7.864A3.351,3.351,0,0,1,4.521,3.3l.04-.021a3.348,3.348,0,0,1,4.53,1.248l4.331,7.5a3.337,3.337,0,0,1,3.954-1.953,3.379,3.379,0,0,1,1.318.695,3.106,3.106,0,0,1,1.412-1.715l.042-.023a3.1,3.1,0,0,1,2.424-.277,3.351,3.351,0,0,1,1.4.834,2.912,2.912,0,0,1,1.3-1.5l.014-.006a2.886,2.886,0,0,1,2.35-.272l.036.011a3.546,3.546,0,0,1,1.923,1.634l1.364,2.361,4.856,8.411a10.571,10.571,0,0,1,.811,8.4,12.17,12.17,0,0,1-5.449,6.967,13.062,13.062,0,0,1-6.6,1.6,12.981,12.981,0,0,1-6.518-1.732M1.961,8.64A.653.653,0,0,1,.829,9.29,6.2,6.2,0,0,1,11.56,3.1a.655.655,0,0,1-1.133.656A4.888,4.888,0,0,0,1.961,8.64' transform='matrix(0.978, -0.208, 0.208, 0.978, 0.314, 8.038)' fill='%2302122f' stroke='%2302122f' stroke-width='0.5'/%3E%3C/svg%3E%0A");
}
.radio-button {
    display: flex;
    align-items: center;
    user-select: none;
}
.radio-button__label {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    line-height: normal;
    cursor: pointer;
    margin: 0;
    transition: color 0.3s ease;
}
.radio-button__label::before, .radio-button__label::after {
    content: "";
    position: absolute;
    border-radius: 100%;
}
.radio-button__label::before {
    width: 20px;
    height: 20px;
    background-color: var(--color-white);
    border: 0;
    left: 0;
    top: 0;
    transition: box-shadow 0.3s ease;
}
.radio-button__label::after {
    left: 5px;
    top: 5px;
    width: 10px;
    height: 10px;
    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 + .radio-button__label::before {
    box-shadow: 0 0 0 3px rgba(0, 50, 78, 0.2);
}
.title--h6, .title--h5, .title--h4, .title--h3, .title--h2, .title--h1 {
    font-weight: 700;
    line-height: 1.4;
    color: var(--color-blue);
}

.title--h1 {
    font-size: 40px;
    line-height: 1.13;
}

.title--h2 {
    font-size: 18px;
    line-height: normal;
}

.title--h3 {
    font-size: 20px;
}

.title--h4 {
    font-size: 18px;
}

.title--h5 {
    font-size: 16px;
}

.title--h6 {
    font-size: 14px;
}
.birth-date {
    margin-bottom: 16px;
}
.birth-date__input {
    display: grid;
    grid-gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.birth-date .title {
    margin-bottom: 18px;
}
.birth-date .input-field {
    margin-bottom: 0;
}
.birth-date .input-field__input {
    text-align: center;
}
.birth-date__validation-message {
    display: none;
    color: var(--color-red);
    margin-top: 8px;
}
.birth-date.is-validation-failed .birth-date__validation-message {
    display: block;
}
.birth-date.is-validation-failed .input-field__input {
    color: var(--color-red);
    border-color: var(--color-red);
}
.button-group {
    display: grid;
    grid-gap: 14px;
    justify-items: flex-start;
}
.button-group .btn {
    min-width: 256px;
    padding: 4px 20px;
}
.code-input {
    width: 100%;
    position: relative;
}
.code-input__row {
    grid-gap: 10px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    display: none;
}
.code-input__row.is-active {
    display: grid;
}
.code-input__inner {
    display: grid;
    grid-gap: 20px;
}
.code-input .input-field {
    min-width: 1px;
    width: 100%;
    margin: 0;
}
.code-input .input-field__input {
    width: 100%;
    padding: 0;
    text-align: center;
    height: 64px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.05);
    color: var(--color-gray-dark);
    font-size: 28px;
}
.code-input__footer {
    display: grid;
    margin-top: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    font-size: 14px;
    line-height: 1.1;
}
.code-input__button {
    text-align: left;
    display: flex;
    color: var(--color-gray-dark);
}
.code-input__button.hide {
    display: none;
}
.code-input__button-icon {
    font-size: 23px;
    line-height: 0.8;
}
.code-input__button-text {
    padding-left: 8px;
}
.code-input__validation-message {
    display: none;
    color: var(--color-red);
    text-align: right;
}
.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: 766px) {
    .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: 766px) {
    .cookie-banner .cookie-width {
        flex-direction: column;
    }
}
.cookie-banner__button {
    margin-left: 50px;
}
@media only screen and (max-width: 766px) {
    .cookie-banner__button {
        margin-left: 0;
        margin-top: 20px;
        width: 100%;
    }
}
@media only screen and (max-width: 766px) {
    .cookie-banner .btn--cookie {
        width: 100%;
    }
}
.personal-data {
    width: 100%;
    margin: 34px 0;
}
.personal-data .input-field {
    margin-bottom: 16px;
}
.personal-data .input-field__label {
    margin-bottom: 5px;
}
.personal-data__info-text {
    margin-top: 20px;
    line-height: normal;
}
.radiobox-inline {
    margin: 30px 0 22px;
}
.radiobox-inline .title {
    margin-bottom: 20px;
}
.radiobox-inline .radio-button {
    display: inline-block;
}
.radiobox-inline .radio-button:not(:last-child) {
    margin-right: 28px;
}
.radiobox-inline__info-text {
    margin-top: 14px;
}
.radiobox-inline.is-validation-failed .radio-button__label {
    color: var(--color-red);
}
.radiobox-inline.is-validation-failed .birth-date__validation-message {
    display: block;
}
.radiobox-inline.is-validation-failed .input-field__input {
    color: var(--color-red);
    border-color: var(--color-red);
}
.reward-card {
    width: 100%;
    max-width: 322px;
    margin: 0 auto;
    padding: 10px 0;
    font-weight: 700;
    display: grid;
    line-height: 1.3;
    position: relative;
    grid-template-columns: 284px 1fr;
    margin-bottom: 26px;
}
.reward-card__left {
    left: -32px;
    position: relative;
}
.reward-card__right {
    margin-left: -56px;
    padding: 8px 0;
}
.reward-card__image {
    max-width: 275px;
    position: relative;
    margin-top: -20px;
}
.reward-card__image img {
    position: relative;
    z-index: 3;
}
.reward-card__content {
    text-align: center;
    margin-top: 10px;
}
.reward-card__content .reward-card__content {
    margin-top: 2px;
}
.reward-card__points {
    color: var(--color-blue);
    margin-bottom: 2px;
}
.reward-card__gift-card {
    position: relative;
}
.reward-card__gift-card img {
    max-width: 102px;
    position: relative;
    z-index: 3;
}
.reward-card__gift-card::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 84px;
    height: 84px;
    background-color: #db0a16;
    transform: translate(-50%, -50%);
    border-radius: 100%;
}
.reward-card__hand {
    position: absolute;
    left: 55%;
    text-align: center;
    font-size: 11px;
    font-weight: 500;
    top: -8px;
}
.reward-card__info {
    display: block;
    margin: 0 auto;
    font-size: 11px;
    font-weight: 300;
    max-width: 100px;
    color: var(--color-white);
    padding-top: 20px;
    line-height: 1;
}
.reward-card__info::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -6px;
    width: 176px;
    height: 176px;
    background-color: #db0a16;
    transform: translate(-50%, 0);
    border-radius: 90px;
    transition: height 0.3s ease;
}
.reward-card__info-inner {
    min-height: 1px;
    width: 100%;
    display: none;
}
.reward-card__info-item {
    display: grid;
    align-items: center;
    grid-template-columns: 22px 1fr;
    grid-gap: 12px;
    position: relative;
    z-index: 3;
    margin-bottom: 8px;
}
.reward-card__info-item:last-child {
    margin-bottom: 0;
}
.reward-card__info-icon {
    text-align: center;
}
.reward-card__info-icon img {
    display: inline-block;
}
.reward-card__button {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    opacity: 0;
}
.reward-card.is-active .reward-card__info::before {
    height: 252px;
}
.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;
    color: var(--color-blue);
}

.editor-text h1 {
    font-size: 40px;
    line-height: 1.13;
}

.editor-text h2 {
    font-size: 18px;
    line-height: normal;
}

.editor-text h3 {
    font-size: 20px;
}

.editor-text h4 {
    font-size: 18px;
}

.editor-text h5 {
    font-size: 16px;
}

.editor-text h6 {
    font-size: 14px;
}

.editor-text ol li:before {
    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;
}

.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;
}
.editor-text ul li,
.editor-text ol li {
    position: relative;
    padding-left: 1.75em;
}
.editor-text ul li:before {
    border-radius: 100%;
    width: 6px;
    height: 6px;
    background-color: currentColor;
    color: inherit;
    top: calc(0.5em + 4px);
}
.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-size: inherit;
    position: absolute;
    left: 0;
}
.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 {
    width: 100%;
    padding: 25px 0;
    background-color: var(--color-gray);
    color: var(--color-white);
}
.site-footer__nav {
    line-height: 1.71;
}
.site-footer__nav ul {
    display: grid;
    grid-gap: 0;
}
.site-footer__nav a {
    display: inline-block;
    position: relative;
}
.intro-screen {
    position: relative;
    padding: 60px 0 50px;
}
.intro-screen__title {
    text-align: center;
    max-width: 270px;
    margin-bottom: 28px;
}
.intro-screen__form {
    margin-top: 36px;
}
.intro-screen__button {
    margin-top: 30px;
}
.intro-screen__info-text {
    margin-top: 36px;
}
.intro-screen__logo {
    text-align: center;
    margin-bottom: 40px;
}
.intro-screen__logo-inner {
    max-width: 260px;
    display: inline-block;
}
.intro-screen .custom-dropdown {
    margin: 42px 0 28px;
}
.intro-screen--data-entry .intro-screen__logo-inner {
    max-width: 150px;
}
.thankyou-screen {
    position: relative;
    padding: 32px 0 0;
}
.thankyou-screen__sub-title {
    text-align: center;
    margin-bottom: 38px;
}
.thankyou-screen .title {
    margin-bottom: 24px;
}
.thankyou-screen__logo {
    text-align: center;
    margin-bottom: 32px;
}
.thankyou-screen__logo-inner {
    max-width: 150px;
    display: inline-block;
}




/*# sourceMappingURL=bundle.css.map */
