.stretched-link::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

button {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
    font-family: inherit;
}

.bg-image img, .covered, .cover-bg {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    pointer-events: none;
}

.covered-pointer {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
}

.d-flex-cc,
.d-flex-center-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

body {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -1.6px;
}
@media only screen and (max-width: 1200px) {
    body {
        line-height: 1.5;
    }
}
@media only screen and (max-width: 767px) {
    body {
        font-size: 14px;
    }
}

.text--120 {
    font-size: 120px;
    line-height: 1;
}
@media only screen and (max-width: 767px) {
    .text--120 {
        font-size: 80px;
    }
}

.text--28 {
    font-size: 28px;
    line-height: 22px;
    letter-spacing: -2.8px;
    font-weight: 300;
}
@media only screen and (max-width: 1022px) {
    .text--28 {
        letter-spacing: normal;
        font-size: 22px;
    }
}
@media only screen and (max-width: 767px) {
    .text--28 {
        font-size: 20px;
        line-height: normal;
    }
}

.text--18 {
    font-size: 18px;
    line-height: 1;
    letter-spacing: -2.7px;
}
@media only screen and (max-width: 767px) {
    .text--18 {
        font-size: 16px;
        letter-spacing: -1.5px;
    }
}

.text--14 {
    font-size: 14px;
    line-height: 1.18;
    letter-spacing: -1.4px;
}

.text--lead {
    font-weight: 700;
    text-transform: uppercase;
}

.text--lead {
    font-size: 27px;
    font-weight: 500;
    line-height: 1.29;
    letter-spacing: -2.7px;
}
@media only screen and (max-width: 1600px) {
    .text--lead {
        font-size: 24px;
    }
}
@media only screen and (max-width: 1200px) {
    .text--lead {
        font-size: 20px;
        line-height: 1.4;
    }
}
@media only screen and (max-width: 767px) {
    .text--lead {
        font-size: 18px;
        letter-spacing: -2.2px;
    }
}

a:focus-visible,
button:focus-visible,
.btn:focus-visible,
.focus-visible:focus-visible,
.focus-within:focus-visible {
    outline-color: var(--color-focus);
    outline-style: solid;
    outline-offset: 0;
    outline-width: 2.5px;
    transition: outline-offset 0.2s linear;
}

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

.overflow-backface {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

:root {
    --color-white:	#fff;
    --color-black:	#000;
    --color-font-color:	#fff;
    --color-green:	#5af29f;
    --color-yellow:	#f2cd59;
    --color-purple:	#935af3;
    --color-purple-dark:	#311F52;
    --color-gray:	#8b8b8b;
    --color-gray-light:	rgba(255, 255, 255, 0.6);
    --color-success:	#28a745;
    --color-danger:	#c82333;
    --color-warning:	#ffc107;
    --color-info:	#17a2b8;
    --color-alert-primary:	#cce5ff;
    --color-alert-secondary:	#e2e3e5;
    --color-alert-success:	#d4edda;
    --color-alert-danger:	#f8d7da;
    --color-alert-warning:	#fff3cd;
    --color-focus:	#6495ed;
    --color-validation-failed:	#ff3b30;
    --font-primary:	Lexend Peta, 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;
}

@media (min-width: 320px) {
    .text-xs-center {
        text-align: center;
    }
    .text-xs-left {
        text-align: left;
    }
    .text-xs-right {
        text-align: right;
    }
    .d-xs-none {
        display: none !important;
    }
    .d-xs-inline-block {
        display: inline-block !important;
    }
    .d-xs-block {
        display: block !important;
    }
    .d-xs-flex {
        display: flex !important;
    }
    .d-xs-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 768px) {
    .text-sm-center {
        text-align: center;
    }
    .text-sm-left {
        text-align: left;
    }
    .text-sm-right {
        text-align: right;
    }
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-flex {
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 1023px) {
    .text-md-center {
        text-align: center;
    }
    .text-md-left {
        text-align: left;
    }
    .text-md-right {
        text-align: right;
    }
    .d-md-none {
        display: none !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 1201px) {
    .text-lg-center {
        text-align: center;
    }
    .text-lg-left {
        text-align: left;
    }
    .text-lg-right {
        text-align: right;
    }
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 1600px) {
    .text-xl-center {
        text-align: center;
    }
    .text-xl-left {
        text-align: left;
    }
    .text-xl-right {
        text-align: right;
    }
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-flex {
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
}

.container {
    display: block;
    margin: 0 auto;
    max-width: calc(100% - 48px);
    padding: 0;
    width: 100%;
}

.row {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
}

.row.reverse {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
}

.col.reverse {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
}

[class*=col-] {
    padding-left: 12px;
    padding-right: 12px;
}

.col-xs {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
}

.col-xs-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
}

.col-xs-2 {
    -ms-flex-preferred-size: 16.666667%;
    flex-basis: 16.666667%;
    max-width: 16.666667%;
}

.col-xs-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}

.col-xs-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
}

.col-xs-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
}

.col-xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

.col-xs-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
}

.col-xs-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
}

.col-xs-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
}

.col-xs-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
}

.col-xs-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
}

.col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.col-xs-offset-1 {
    margin-left: 8.333%;
}

.col-xs-offset-2 {
    margin-left: 16.666667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.333%;
}

.col-xs-offset-5 {
    margin-left: 41.667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.333%;
}

.col-xs-offset-8 {
    margin-left: 66.667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.333%;
}

.col-xs-offset-11 {
    margin-left: 91.667%;
}

.start-xs {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
}

.center-xs {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.end-xs {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
}

.top-xs {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
}

.middle-xs {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.bottom-xs {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
}

.around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.between-xs {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.first-xs {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
}

.last-xs {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
}

@media only screen and (min-width: 768px) {
    .row {
        margin-left: -12px;
        margin-right: -12px;
    }
    .container {
        max-width: calc(100% - 48px);
    }
    .col-sm,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
    }
    [class*=col-] {
        padding-left: 12px;
        padding-right: 12px;
    }
    .col-sm {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }
    .col-sm-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%;
    }
    .col-sm-2 {
        -ms-flex-preferred-size: 16.666667%;
        flex-basis: 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
    }
    .col-sm-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%;
    }
    .col-sm-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%;
    }
    .col-sm-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%;
    }
    .col-sm-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%;
    }
    .col-sm-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%;
    }
    .col-sm-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
    .col-sm-offset-1 {
        margin-left: 8.333%;
    }
    .col-sm-offset-2 {
        margin-left: 16.666667%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-4 {
        margin-left: 33.333%;
    }
    .col-sm-offset-5 {
        margin-left: 41.667%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-7 {
        margin-left: 58.333%;
    }
    .col-sm-offset-8 {
        margin-left: 66.667%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-10 {
        margin-left: 83.333%;
    }
    .col-sm-offset-11 {
        margin-left: 91.667%;
    }
    .start-sm {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start;
    }
    .center-sm {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
    }
    .end-sm {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end;
    }
    .top-sm {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start;
    }
    .middle-sm {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    }
    .bottom-sm {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end;
    }
    .around-sm {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .between-sm {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
    .first-sm {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .last-sm {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}
@media only screen and (min-width: 1023px) {
    .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .container {
        max-width: 990px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .col-md,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
    }
    [class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
    .col-md {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }
    .col-md-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%;
    }
    .col-md-2 {
        -ms-flex-preferred-size: 16.666667%;
        flex-basis: 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
    }
    .col-md-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%;
    }
    .col-md-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%;
    }
    .col-md-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%;
    }
    .col-md-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%;
    }
    .col-md-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%;
    }
    .col-md-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
    .col-md-offset-1 {
        margin-left: 8.333%;
    }
    .col-md-offset-2 {
        margin-left: 16.666667%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-4 {
        margin-left: 33.333%;
    }
    .col-md-offset-5 {
        margin-left: 41.667%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-7 {
        margin-left: 58.333%;
    }
    .col-md-offset-8 {
        margin-left: 66.667%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-10 {
        margin-left: 83.333%;
    }
    .col-md-offset-11 {
        margin-left: 91.667%;
    }
    .start-md {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start;
    }
    .center-md {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
    }
    .end-md {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end;
    }
    .top-md {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start;
    }
    .middle-md {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    }
    .bottom-md {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end;
    }
    .around-md {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .between-md {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
    .first-md {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .last-md {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}
@media only screen and (min-width: 1201px) {
    .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .container {
        max-width: 1200px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .col-lg,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
    }
    [class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
    .col-lg {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }
    .col-lg-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%;
    }
    .col-lg-2 {
        -ms-flex-preferred-size: 16.666667%;
        flex-basis: 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
    }
    .col-lg-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%;
    }
    .col-lg-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%;
    }
    .col-lg-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%;
    }
    .col-lg-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%;
    }
    .col-lg-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%;
    }
    .col-lg-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
    .col-lg-offset-1 {
        margin-left: 8.333%;
    }
    .col-lg-offset-2 {
        margin-left: 16.666667%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-4 {
        margin-left: 33.333%;
    }
    .col-lg-offset-5 {
        margin-left: 41.667%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-7 {
        margin-left: 58.333%;
    }
    .col-lg-offset-8 {
        margin-left: 66.667%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-10 {
        margin-left: 83.333%;
    }
    .col-lg-offset-11 {
        margin-left: 91.667%;
    }
    .start-lg {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start;
    }
    .center-lg {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
    }
    .end-lg {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end;
    }
    .top-lg {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start;
    }
    .middle-lg {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    }
    .bottom-lg {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end;
    }
    .around-lg {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .between-lg {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
    .first-lg {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .last-lg {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}
@media only screen and (min-width: 1601px) {
    .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .container {
        max-width: 1510px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .col-xl,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
    }
    [class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
    .col-xl {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }
    .col-xl-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%;
    }
    .col-xl-2 {
        -ms-flex-preferred-size: 16.666667%;
        flex-basis: 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
    }
    .col-xl-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%;
    }
    .col-xl-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%;
    }
    .col-xl-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%;
    }
    .col-xl-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%;
    }
    .col-xl-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%;
    }
    .col-xl-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .col-xl-offset-0 {
        margin-left: 0;
    }
    .col-xl-offset-1 {
        margin-left: 8.333%;
    }
    .col-xl-offset-2 {
        margin-left: 16.666667%;
    }
    .col-xl-offset-3 {
        margin-left: 25%;
    }
    .col-xl-offset-4 {
        margin-left: 33.333%;
    }
    .col-xl-offset-5 {
        margin-left: 41.667%;
    }
    .col-xl-offset-6 {
        margin-left: 50%;
    }
    .col-xl-offset-7 {
        margin-left: 58.333%;
    }
    .col-xl-offset-8 {
        margin-left: 66.667%;
    }
    .col-xl-offset-9 {
        margin-left: 75%;
    }
    .col-xl-offset-10 {
        margin-left: 83.333%;
    }
    .col-xl-offset-11 {
        margin-left: 91.667%;
    }
    .start-xl {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start;
    }
    .center-xl {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
    }
    .end-xl {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end;
    }
    .top-xl {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start;
    }
    .middle-xl {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    }
    .bottom-xl {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end;
    }
    .around-xl {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .between-xl {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
    .first-xl {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .last-xl {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}
:focus {
    outline: none;
}

a,
button,
.btn,
.focus-visible,
.focus-within {
    outline-offset: 6px;
}
.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear;
}
.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none;
}

@font-face {
    font-family: "Lexend Peta";
    src: local("Lexend Peta Light"), local("LexendPeta-Light"), url("../fonts/LexendPeta-Light.woff2") format("woff2"), url("../fonts/LexendPeta-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Lexend Peta";
    src: local("Lexend Peta Bold"), local("LexendPeta-Bold"), url("../fonts/LexendPeta-Bold.woff2") format("woff2"), url("../fonts/LexendPeta-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Lexend Peta";
    src: local("Lexend Peta Black"), local("LexendPeta-Black"), url("../fonts/LexendPeta-Black.woff2") format("woff2"), url("../fonts/LexendPeta-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Lexend Peta";
    src: local("Lexend Peta Regular"), local("LexendPeta-Regular"), url("../fonts/LexendPeta-Regular.woff2") format("woff2"), url("../fonts/LexendPeta-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Lexend Peta";
    src: local("Lexend Peta Medium"), local("LexendPeta-Medium"), url("../fonts/LexendPeta-Medium.woff2") format("woff2"), url("../fonts/LexendPeta-Medium.woff") format("woff");
    font-weight: 500;
    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;
}

.card {
    position: relative;
    box-shadow: 0 0 16px rgba(9, 28, 46, 0.16);
    border-radius: 2px;
    background-color: var(--color-white);
}

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

.overflow-h {
    overflow: hidden;
}

.text--white {
    color: var(--color-white);
}
.text--lt {
    font-weight: 300;
}
.text--rg {
    font-weight: 400;
}
.text--md {
    font-weight: 500;
}
.text--sb {
    font-weight: 600;
}
.text--bold {
    font-weight: 700;
}
.text--blk {
    font-weight: 900;
}
.text--uppercase {
    text-transform: uppercase;
}
.text--lead {
    font-weight: 500;
    text-transform: initial;
}
.text--lead strong {
    font-weight: 900;
    color: var(--color-green);
}
.text--lead a {
    text-decoration: underline;
    color: var(--color-green);
}
.text--lead a:hover {
    color: var(--color-yellow);
}

.stretched-link::before {
    z-index: 3;
}

@media only screen and (max-width: 767px) {
    .hidden-mobile {
        display: none;
    }
}
@media only screen and (max-width: 1022px) {
    .hidden-tablet-p {
        display: none;
    }
}

.visible-mobile {
    display: none;
}
@media only screen and (max-width: 767px) {
    .visible-mobile {
        display: block;
    }
}
.visible-tablet-p {
    display: none;
}
@media only screen and (max-width: 1022px) {
    .visible-tablet-p {
        display: block;
    }
}

.hide {
    display: none;
}

.show {
    display: block;
}

.d-flex {
    display: flex;
}

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

.p-none {
    pointer-events: none;
}

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

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

body {
    color: var(--color-font-color);
    font-family: var(--font-primary);
    background-color: var(--color-black);
    position: relative;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    align-items: flex-start;
}
body.body-scroll-locked, body.is-open-menu, body.is-open-search, body.is-open-mega-menu, body.noscroll {
    overflow: hidden;
    padding-right: var(--scroll-width, 0px);
}

.noselect,
.noselect * {
    -webkit-user-select: none;
    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;
}

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

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

.swiper:not(.swiper-initialized) .swiper-pagination,
.swiper:not(.swiper-initialized) .swiper-slide:not(:first-of-type) {
    display: none !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 0 !important;
}

form select::-ms-expand {
    display: none;
}

input,
select,
textarea {
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px var(--color-white) inset !important;
    -webkit-text-fill-color: var(--color-dark-gray) !important;
}
input:auto-fill,
select:auto-fill,
textarea:auto-fill {
    color: var(--color-dark-gray) !important;
    background-color: var(--color-white) !important;
}

input,
textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

input:invalid:not(:focus) {
    outline: none;
}

textarea::-ms-clear,
input::-ms-clear {
    display: none;
}

main {
    width: 100%;
    flex: 1 0 auto;
}

.sdt-env__badge {
    position: fixed;
    display: block;
    right: 40px; /* same as height */
    height: 40px;
    line-height: 40px;
    transform-origin: 100% 0;
    background-color: #1a2e44;
    padding: 0 35px;
    border-radius: 15px 15px 0 0;
    transform: rotate(270deg);
    z-index: 99999;
    font-weight: bold;
    color: white;
    font-size: 13px;
    font-family: sans-serif;
}
.sdt-env__badge .icon {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNDAuNjMiIGhlaWdodD0iMTU5LjQ0IiB2aWV3Qm94PSIwIDAgMTQwLjYzIDE1OS40NCI+PHBhdGggZD0iTTI1LjUxLDI5LjgzYy00LjMtMi40OC0yLjQ4LTMuNTMsMS4yNC01LjczUzY0LjQ1LDIuNjIsNjcuMjIsMS4xczQuMzktMS42Miw4LjU5LC43NiwzNy40MiwyMS4zOCw0MC4xOSwyMi44MiwyLjQ4LDMuMTUsMCw0LjU4LTguNzgsNS4xNS0xMC45OCw2LjExLTYuNzgsLjY3LTkuNjQtMS4wNS0xNC43LTguNS0xOC45LTExLjM2LTcuMzUtMi42Ny0xMi4zMSwuMTktMTcuMjgsMTAuMDItMjAuMDUsMTEuNDYtNi40OSwyLjM5LTEwLjEyLC40OC04LjUtNS4yNS04LjUtNS4yNVoiIHN0eWxlPSJmaWxsOiNmZmY7Ii8+PHBhdGggZD0iTTI0Ljk4LDY0LjQ5YzIuNzcsMS40MywzNS45OSwyMC40Myw0MC4xOSwyMi44MnM1LjgyLDIuMjksOC41OSwuNzYsMzYuNzUtMjAuODEsNDAuNDgtMjMuMDFsNy4wNS0zLjY3djQ3LjM1czExLjQ2LDYuMzYsMTQuNzYsOC41NCw0LjU4LS45LDQuNTgtNC4yMVY0Ni4xMmMwLTEwLjE4LTguNC0xMi4yMi0xNS4yNy04LjY2cy0yOC40OSwxNy4xLTI4LjQ5LDE3LjFjLTIuNzcsMS40My0xNS4wOCw4LjU5LTIwLjA1LDExLjQ2cy04LjExLDMuMDUtMTIuMzEsLjE5LTE2LjA0LTkuNjQtMTguOS0xMS4zNmMwLDAtMjAuOC0xMi41NS0yOC42OS0xNi42MlMuMTEsMzcuNDcsLjExLDQ1LjM2LS4xNCwxMDguNzUsLjExLDExMi41NnMyLjA1LDYuMDgsNi44NywzLjU2YzcuMjItMy43NiwxMi43My03LjM4LDEyLjczLTcuMzhsLjc2LTQ2LjU5LDQuNTEsMi4zM1oiIHN0eWxlPSJmaWxsOiMyMmQxNzI7Ii8+PHBhdGggZD0iTTEyNS40OCwxMjMuNjFjNC4zLDIuNDgsMi40OCwzLjUzLTEuMjQsNS43M3MtNDcuNzEsMjcuNDgtNTAuNDgsMjkuMDEtNC4zOSwxLjYyLTguNTktLjc2LTQ3LjQyLTI3LjM4LTUwLjE5LTI4LjgyLTIuNDgtMy4xNSwwLTQuNTgsOC43OC01LjE1LDEwLjk4LTYuMTEsNi43OC0uNjcsOS42NCwxLjA1LDI0LjcsMTQuNSwyOC45LDE3LjM2LDcuMzUsMi42NywxMi4zMS0uMTksMjcuMjgtMTYuMDIsMzAuMDUtMTcuNDYsNi40OS0yLjM5LDEwLjEyLS40OCw4LjUsNS4yNSw4LjUsNS4yNVoiIHN0eWxlPSJmaWxsOiNmZmY7Ii8+PC9zdmc+") !important;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    float: right;
    width: 20px;
    height: 30px;
    margin-left: 10px;
}
.sdt-env__badge .icon::before {
    background-color: transparent;
}
.sdt-env__badge .mailtrap-unread-email {
    display: inline-block;
    box-sizing: border-box;
    margin: 12px 0 0 25px;
    min-width: 18px;
    height: 18px;
    border-radius: 9px;
    background-color: #d63638;
    color: #fff;
    font-size: 11px;
    line-height: 1.6;
    text-align: center;
    z-index: 26;
}
.sdt-env__badge.local {
    background-color: #fdb833;
    color: #2b2b2b;
}
.sdt-env__badge.staging {
    background-color: #ea3546;
}
.sdt-env__badge.production {
    background-color: #1789fc;
}

img.lazyload,
img.lazyloaded {
    transition: opacity 0.1s ease, transform 0.3s ease !important;
}

.grecaptcha-badge,
.g-captcha,
.g-recaptcha {
    position: absolute !important;
    right: 100vw !important;
    top: -100vh !important;
}

#wp-admin-bar-sp-role-switcher span.on {
    background-color: #d63638;
    display: inline-block;
    box-sizing: border-box;
    margin: 1px 0 -1px 2px;
    padding: 0 5px;
    min-width: 18px;
    height: 18px;
    border-radius: 9px;
    color: #fff;
    font-size: 11px;
    line-height: 1.6;
    text-align: center;
    z-index: 26;
}
#wp-admin-bar-sp-role-switcher span.on:before {
    content: "\f177";
    font-family: "Dashicons"; /* stylelint-disable-line */
}
#wp-admin-bar-sp-role-switcher span.off:before {
    content: "\f530";
    font-family: Dashicons; /* stylelint-disable-line */
}

#wp-admin-bar-sp-role-switcher.menupop.hover ul li.sp-switch-back a {
    color: #d63638;
}

.development-error--active {
    overflow: hidden;
}

.development-error__wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    z-index: 100000000000000000;
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10vh 15px 0;
}
@media (max-height: 812px) {
    .development-error__wrapper {
        padding: 15px 15px 0;
    }
}
.development-error__wrapper.is-hidden {
    display: none;
}

.development-error {
    --size-gap-half: 4px;
    --size-gap: 8px;
    --size-gap-double: 16px;
    --size-gap-triple: 24px;
    --size-gap-quad: 32px;
    --size-font-small: 14px;
    --size-font: 16px;
    --size-font-big: 20px;
    --size-font-bigger: 24px;
    --color-accents-1: #808080;
    --color-accents-2: #222222;
    --color-accents-3: #404040;
    --font-stack-monospace: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
    --color-ansi-selection: rgba(95, 126, 151, 0.48);
    --color-ansi-bg: #111111;
    --color-ansi-fg: #cccccc;
    --color-ansi-white: #777777;
    --color-ansi-black: #141414;
    --color-ansi-blue: #00aaff;
    --color-ansi-cyan: #88ddff;
    --color-ansi-green: #98ec65;
    --color-ansi-magenta: #aa88ff;
    --color-ansi-red: #ff5555;
    --color-ansi-yellow: #ffcc33;
    --color-ansi-bright-white: #ffffff;
    --color-ansi-bright-black: #777777;
    --color-ansi-bright-blue: #33bbff;
    --color-ansi-bright-cyan: #bbecff;
    --color-ansi-bright-green: #b6f292;
    --color-ansi-bright-magenta: #cebbff;
    --color-ansi-bright-red: #ff8888;
    --color-ansi-bright-yellow: #ffd966;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    outline: none;
    background: white;
    border-radius: var(--size-gap);
    box-shadow: 0 var(--size-gap-half) var(--size-gap-double) rgba(0, 0, 0, 0.25);
    max-height: calc(100% - 56px);
    overflow-y: hidden;
}
@media (min-width: 576px) {
    .development-error {
        max-width: 540px;
        box-shadow: 0 var(--size-gap) var(--size-gap-quad) rgba(0, 0, 0, 0.25);
    }
}
@media (min-width: 768px) {
    .development-error {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .development-error {
        max-width: 960px;
    }
}
.development-error small {
    font-size: 80%;
    color: #757575;
}
.development-error__backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(17, 17, 17, 0.2);
    pointer-events: all;
    cursor: not-allowed;
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    z-index: -1;
}
.development-error__banner {
    z-index: 2;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    border-top-width: var(--size-gap-half);
    border-bottom-width: 0;
    border-top-style: solid;
    border-bottom-style: solid;
    border-color: var(--color-ansi-red);
}
.development-error__header {
    position: relative;
    margin-bottom: var(--size-gap-double);
}
.development-error__header button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 20px 0 20px 20px;
    font-size: 24px;
}
.development-error__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    padding: 0;
}
.development-error__content {
    position: relative;
    overflow-y: auto;
    border: none;
    margin: 0;
    padding: calc(var(--size-gap-double) + var(--size-gap-half)) var(--size-gap-double);
    height: 100%;
    display: flex;
    flex-direction: column;
}
.development-error__body {
    position: relative;
    flex: 1 1 auto;
}
.development-error__terminal {
    border-radius: var(--size-gap-half);
    background-color: var(--color-ansi-bg);
    color: var(--color-ansi-fg);
}
.development-error__terminal * {
    color: inherit;
    background-color: transparent;
    font-family: var(--font-stack-monospace);
}
.development-error__terminal > * {
    margin: 0;
    padding: calc(var(--size-gap) + var(--size-gap-half)) calc(var(--size-gap-double) + var(--size-gap-half));
}
.development-error__terminal pre {
    white-space: pre-wrap;
    word-break: break-word;
}
.development-error__terminal pre b {
    color: var(--color-ansi-cyan);
}
.development-error footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: var(--size-gap);
}
.development-error footer button small {
    color: black;
    font-weight: 500;
}
.development-error footer small span {
    color: black;
}
.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: 12px;
    border-radius: 0;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 28px;
    letter-spacing: -2.7px;
    text-transform: uppercase;
    min-height: 60px;
    min-width: 194px;
    background-color: var(--color-purple);
    color: var(--color-white);
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}
@media only screen and (max-width: 1200px) {
    .btn {
        min-height: 54px;
        min-width: 170px;
        font-size: 16px;
    }
}
@media only screen and (max-width: 1022px) {
    .btn {
        padding: 12px 30px;
        min-height: 1px;
        min-width: 1px;
    }
}
@media only screen and (max-width: 767px) {
    .btn {
        padding: 12px 25px;
        font-size: 14px;
    }
}
.btn::before, .btn::after {
    position: absolute;
    content: "";
    width: 0%;
    height: 0%;
    opacity: 0;
    transition: width 0.2s 0.15s linear, height 0.15s linear, opacity 0s 0.35s;
}
.btn::before {
    top: -4px;
    right: -4px;
    border-top: 1px solid var(--color-purple);
    border-left: 1px solid var(--color-purple);
}
.btn::after {
    bottom: -4px;
    left: -4px;
    border-bottom: 1px solid var(--color-purple);
    border-right: 1px solid var(--color-purple);
}
.btn:hover, .btn:focus {
    color: var(--color-white);
    background-color: var(--color-purple);
}
.btn:hover::before, .btn:hover::after, .btn:focus::before, .btn:focus::after {
    width: calc(100% + 8px);
    height: calc(99% + 8px);
    opacity: 1;
    transition: width 0.2s linear, height 0.15s 0.2s linear, opacity 0s;
}
.btn__text {
    pointer-events: none;
    display: block;
    position: relative;
    z-index: 3;
}
.btn.is-loading .btn__text {
    position: relative;
    display: flex;
    align-items: center;
}
.btn.is-loading .btn__text:before {
    content: "";
    position: relative;
    display: block;
    border: 4px solid rgba(255, 255, 255, 0.5);
    border-top: 4px solid var(--color-white);
    border-radius: 100%;
    width: 24px;
    height: 24px;
    animation: btnSpin 1s linear infinite;
    margin-right: 16px;
    flex-shrink: 0;
}
@keyframes btnSpin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.btn--nopadding {
    padding: 0 !important;
}
.btn--nohover {
    background-color: initial !important;
}
.btn--nohover:hover, .btn--nohover:focus {
    background-color: initial !important;
}
.btn--nohover .btn__icon {
    transform: none !important;
}
.btn .icon {
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
}
.btn .icon::before {
    background-color: var(--color-white);
}
.btn--with-icon:hover .btn__icon, .btn--with-icon:focus .btn__icon {
    transform: translateX(6px);
}
.btn--with-icon .btn__icon {
    transform: translateX(0);
    transition: transform 0.25s ease-in;
}
.btn.icon-left:hover .btn__icon, .btn.icon-left:focus .btn__icon {
    transform: translateX(-6px);
}
.btn.icon-left .btn__icon {
    order: 1;
}
.btn.icon-left .btn__text {
    order: 2;
}
.btn--secondary {
    background-color: var(--color-green);
    color: var(--color-black);
}
.btn--secondary::after, .btn--secondary::before {
    border-color: var(--color-green);
}
.btn--secondary:hover, .btn--secondary:focus {
    background-color: var(--color-green);
    color: var(--color-black);
}
.btn[disabled], .btn--disabled {
    cursor: not-allowed;
    transition: none;
    pointer-events: none;
    background-color: var(--color-gray-light);
}
.btn[disabled] .btn__icon, .btn--disabled .btn__icon {
    transform: none !important;
}
.btn--success {
    background-color: var(--color-success);
    color: white;
}
.btn--success:hover, .btn--success:focus {
    background-color: var(--color-success);
}
.btn--danger {
    background-color: var(--color-danger);
    color: white;
}
.btn--danger:hover, .btn--danger:focus {
    background-color: var(--color-danger);
}
.btn--warning {
    background-color: var(--color-warning);
    color: black;
}
.btn--warning:hover, .btn--warning:focus {
    background-color: var(--color-warning);
}
.btn--info {
    background-color: var(--color-info);
    color: white;
}
.btn--info:hover, .btn--info:focus {
    background-color: var(--color-info);
}
.checkbox input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    border: 0;
    visibility: inherit;
    clip: rect(0, 0, 0, 0);
}

.checkbox {
    user-select: none;
    line-height: 1.5;
}
.checkbox__label {
    position: relative;
    padding-left: 50px;
    cursor: pointer;
    margin: 0;
    min-height: 30px;
    line-height: 30px;
    display: inline-flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    font-size: 18px;
    letter-spacing: -1.8px;
}
@media only screen and (max-width: 1022px) {
    .checkbox__label {
        line-height: 26px;
        padding-left: 40px;
        font-size: 16px;
        min-height: 26px;
    }
}
@media only screen and (max-width: 767px) {
    .checkbox__label {
        font-size: 14px;
        padding-left: 34px;
        line-height: 22px;
        min-height: 22px;
    }
}
.checkbox__label::after, .checkbox__label:before {
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    pointer-events: none;
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1022px) {
    .checkbox__label::after, .checkbox__label:before {
        width: 26px;
        height: 26px;
    }
}
@media only screen and (max-width: 767px) {
    .checkbox__label::after, .checkbox__label:before {
        width: 22px;
        height: 22px;
    }
}
.checkbox__label:before {
    border: 1px solid var(--color-white);
    transition: border 0.3s ease;
}
.checkbox__label::after {
    transform: scale(0);
    transition: transform 0.3s ease, opacity 0.3s ease;
    background: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='16' fill='none'%3E%3Cpath fill='%23F2CD59' fill-rule='evenodd' d='M3.783 15.745a.8.8 0 0 1-.392-.412L.065 7.563a.8.8 0 0 1 1.47-.63l2.672 6.239L10.976.425a.8.8 0 1 1 1.413.75l-7.55 14.218a.8.8 0 0 1-1.056.352Z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat center/13px auto;
}
@media only screen and (max-width: 1022px) {
    .checkbox__label::after {
        background-size: 10px auto;
    }
}
@media only screen and (max-width: 1022px) {
    .checkbox__label-info-text {
        font-size: 12px;
    }
}
.checkbox input:checked ~ label::after {
    transform: scale(1);
}
.checkbox a {
    text-decoration: underline;
}
.checkbox a:hover {
    color: var(--color-green);
}
.checkbox.is-validation-failed .checkbox__label::before, .is-validation-failed .checkbox .checkbox__label::before {
    border-color: var(--color-validation-failed);
}
.checkbox .fv-plugins-message-container {
    text-align: left;
    padding-left: 36px;
}
@media only screen and (max-width: 1022px) {
    .checkbox .fv-plugins-message-container {
        padding-left: 32px;
    }
}
.checkbox--smaller .checkbox__label {
    font-size: 14px;
    line-height: 1.28;
    letter-spacing: -1.4px;
}
@media only screen and (max-width: 1022px) {
    .checkbox--smaller .checkbox__label {
        font-size: 12px;
    }
}
.checkbox--smaller .fv-plugins-message-container {
    padding-left: 50px;
}
@media only screen and (max-width: 1022px) {
    .checkbox--smaller .fv-plugins-message-container {
        padding-left: 38px;
    }
}
@media only screen and (max-width: 767px) {
    .checkbox--smaller .fv-plugins-message-container {
        padding-left: 32px;
    }
}
.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-font-color);
    -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-up, .icon-chevron-down {
    width: 10px;
    height: 6px;
}
.icon-chevron-up:before, .icon-chevron-down:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='none'%3E%3Cpath fill='%23fff' d='M.2.74A.75.75 0 0 1 1.26.7L5 4.227 8.74.7a.75.75 0 1 1 1.02 1.1l-4.25 4a.75.75 0 0 1-1.02 0l-4.25-4A.75.75 0 0 1 .2.74Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='none'%3E%3Cpath fill='%23fff' d='M.2.74A.75.75 0 0 1 1.26.7L5 4.227 8.74.7a.75.75 0 1 1 1.02 1.1l-4.25 4a.75.75 0 0 1-1.02 0l-4.25-4A.75.75 0 0 1 .2.74Z'/%3E%3C/svg%3E");
}
.icon-chevron-left, .icon-chevron-right {
    width: 16px;
    height: 16px;
}
.icon-chevron-left:before, .icon-chevron-right:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.73966 3.20041C5.43613 3.48226 5.41856 3.95681 5.70041 4.26034L9.22652 8L5.70041 11.7397C5.41856 12.0432 5.43613 12.5177 5.73967 12.7996C6.0432 13.0815 6.51775 13.0639 6.7996 12.7603L10.7996 8.51034C11.0668 8.22258 11.0668 7.77743 10.7996 7.48966L6.7996 3.23966C6.51775 2.93613 6.0432 2.91856 5.73966 3.20041Z' fill='white'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.73966 3.20041C5.43613 3.48226 5.41856 3.95681 5.70041 4.26034L9.22652 8L5.70041 11.7397C5.41856 12.0432 5.43613 12.5177 5.73967 12.7996C6.0432 13.0815 6.51775 13.0639 6.7996 12.7603L10.7996 8.51034C11.0668 8.22258 11.0668 7.77743 10.7996 7.48966L6.7996 3.23966C6.51775 2.93613 6.0432 2.91856 5.73966 3.20041Z' fill='white'/%3E%3C/svg%3E%0A");
}
.icon-arrow-right, .icon-arrow-left {
    width: 20px;
    height: 20px;
}
.icon-arrow-right:before, .icon-arrow-left:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 10C4.5 9.58579 4.83579 9.25001 5.25 9.25001L14.037 9.25L10.7499 6.30894C10.4412 6.03274 10.4149 5.5586 10.6911 5.24991C10.9673 4.94122 11.4414 4.91488 11.7501 5.19108L16.5001 9.44107C16.6591 9.58335 16.75 9.78663 16.75 10C16.75 10.2134 16.6591 10.4167 16.5001 10.5589L11.7501 14.8089C11.4414 15.0851 10.9673 15.0588 10.6911 14.7501C10.4149 14.4414 10.4412 13.9673 10.7499 13.6911L14.037 10.75L5.25 10.75C4.83579 10.75 4.5 10.4142 4.5 10Z' fill='%2301192F'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 10C4.5 9.58579 4.83579 9.25001 5.25 9.25001L14.037 9.25L10.7499 6.30894C10.4412 6.03274 10.4149 5.5586 10.6911 5.24991C10.9673 4.94122 11.4414 4.91488 11.7501 5.19108L16.5001 9.44107C16.6591 9.58335 16.75 9.78663 16.75 10C16.75 10.2134 16.6591 10.4167 16.5001 10.5589L11.7501 14.8089C11.4414 15.0851 10.9673 15.0588 10.6911 14.7501C10.4149 14.4414 10.4412 13.9673 10.7499 13.6911L14.037 10.75L5.25 10.75C4.83579 10.75 4.5 10.4142 4.5 10Z' fill='%2301192F'/%3E%3C/svg%3E%0A");
}
.icon-arrow-up, .icon-arrow-down {
    width: 20px;
    height: 25px;
}
.icon-arrow-up:before, .icon-arrow-down:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='25' fill='none'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M.293 10.293 10 .586l9.707 9.707-1.414 1.414L11 4.414V25H9V4.414l-7.293 7.293-1.414-1.414Z' clip-rule='evenodd'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='25' fill='none'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M.293 10.293 10 .586l9.707 9.707-1.414 1.414L11 4.414V25H9V4.414l-7.293 7.293-1.414-1.414Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.icon-arrow-up-large, .icon-arrow-down-large {
    width: 26px;
    height: 28px;
}
.icon-arrow-up-large:before, .icon-arrow-down-large:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='26' height='28' viewBox='0 0 26 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.9281 27.1664C13.0614 27.266 13.2264 27.3253 13.4052 27.3261C13.6414 27.3271 13.8537 27.2256 14.0001 27.0635L25.514 18.6581C25.869 18.399 25.9188 17.9187 25.6253 17.5853C25.3318 17.252 24.8061 17.1918 24.4512 17.4509L14.2038 24.9317L14.1893 0.803321C14.189 0.361551 13.8306 0.00189527 13.3887 7.47602e-06C12.9468 -0.00188223 12.5888 0.354712 12.5891 0.796481L12.6037 24.9498L2.33148 17.451C1.9765 17.1918 1.45081 17.252 1.15732 17.5853C0.86383 17.9187 0.913674 18.399 1.26865 18.6581L12.8734 27.1298C12.8912 27.1428 12.9095 27.155 12.9281 27.1664Z' fill='white'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='26' height='28' viewBox='0 0 26 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.9281 27.1664C13.0614 27.266 13.2264 27.3253 13.4052 27.3261C13.6414 27.3271 13.8537 27.2256 14.0001 27.0635L25.514 18.6581C25.869 18.399 25.9188 17.9187 25.6253 17.5853C25.3318 17.252 24.8061 17.1918 24.4512 17.4509L14.2038 24.9317L14.1893 0.803321C14.189 0.361551 13.8306 0.00189527 13.3887 7.47602e-06C12.9468 -0.00188223 12.5888 0.354712 12.5891 0.796481L12.6037 24.9498L2.33148 17.451C1.9765 17.1918 1.45081 17.252 1.15732 17.5853C0.86383 17.9187 0.913674 18.399 1.26865 18.6581L12.8734 27.1298C12.8912 27.1428 12.9095 27.155 12.9281 27.1664Z' fill='white'/%3E%3C/svg%3E%0A");
}
.icon-chevron-left:before, .icon-arrow-down:before, .icon-arrow-up-large:before, .icon-chevron-up:before, .icon-arrow-left:before {
    transform: scale(-1);
}
.icon-close {
    width: 16px;
    height: 16px;
}
.icon-close:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='m8 9.414 5.656 5.657a1 1 0 0 0 1.414-1.414L9.413 8l5.657-5.657A1 1 0 0 0 13.656.929L8 6.586 2.342.929A1 1 0 0 0 .93 2.343L6.585 8 .928 13.657a1 1 0 1 0 1.414 1.414L8 9.414Z' clip-rule='evenodd'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='m8 9.414 5.656 5.657a1 1 0 0 0 1.414-1.414L9.413 8l5.657-5.657A1 1 0 0 0 13.656.929L8 6.586 2.342.929A1 1 0 0 0 .93 2.343L6.585 8 .928 13.657a1 1 0 1 0 1.414 1.414L8 9.414Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.icon-delete {
    width: 11px;
    height: 14px;
}
.icon-delete:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.5' height='13.5' viewBox='0 0 10.5 13.5'%3E%3Cg id='Group_1' data-name='Group 1' transform='translate(-1112 -100)'%3E%3Cpath id='delete' d='M4.5,14.25A1.5,1.5,0,0,0,6,15.75h6a1.5,1.5,0,0,0,1.5-1.5V6.75A1.5,1.5,0,0,0,12,5.25H6a1.5,1.5,0,0,0-1.5,1.5ZM13.5,3H11.625l-.533-.533a.757.757,0,0,0-.524-.217H7.433a.757.757,0,0,0-.526.217L6.375,3H4.5a.75.75,0,1,0,0,1.5h9a.75.75,0,0,0,0-1.5Z' transform='translate(1108.25 97.75)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.5' height='13.5' viewBox='0 0 10.5 13.5'%3E%3Cg id='Group_1' data-name='Group 1' transform='translate(-1112 -100)'%3E%3Cpath id='delete' d='M4.5,14.25A1.5,1.5,0,0,0,6,15.75h6a1.5,1.5,0,0,0,1.5-1.5V6.75A1.5,1.5,0,0,0,12,5.25H6a1.5,1.5,0,0,0-1.5,1.5ZM13.5,3H11.625l-.533-.533a.757.757,0,0,0-.524-.217H7.433a.757.757,0,0,0-.526.217L6.375,3H4.5a.75.75,0,1,0,0,1.5h9a.75.75,0,0,0,0-1.5Z' transform='translate(1108.25 97.75)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.mod-input {
    width: 100%;
    position: relative;
}
.mod-input ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
    opacity: 1;
    font-weight: 300;
}
.mod-input :-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
    opacity: 1;
    font-weight: 300;
}
.mod-input ::placeholder {
    color: rgba(255, 255, 255, 0.6);
    opacity: 1;
    font-weight: 300;
}
.mod-input__label {
    position: relative;
    margin: 0 0 20px;
    display: block;
    z-index: 4;
    font-weight: 500;
}
.mod-input__field {
    position: relative;
    width: 100%;
    height: 40px;
    border: 1px solid var(--color-white);
    border-width: 0 0 1px 0;
    border-radius: 0;
    background: transparent;
    outline: none;
    z-index: 1;
    font-size: 28px;
    color: var(--color-white);
    font-family: "Lexend Peta", sans-serif;
    font-weight: 400;
    padding: 0 0 5px;
    letter-spacing: -2.8px;
    transition: border-color 0.3s ease;
}
@media only screen and (max-width: 1200px) {
    .mod-input__field {
        font-size: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .mod-input__field {
        font-size: 16px;
        height: 34px;
    }
}
.mod-input__field::placeholder {
    letter-spacing: -2.8px;
    transition: color 0.3s ease;
}
.mod-input__field:hover::placeholder {
    color: var(--color-white);
}
.mod-input__field:focus {
    border-bottom-color: var(--color-yellow);
}
.is-validation-failed .mod-input__field, .mod-input__field.is-validation-failed {
    color: var(--color-validation-failed);
    border-color: var(--color-validation-failed);
}
.is-validation-failed .mod-input__field:focus, .mod-input__field.is-validation-failed:focus {
    border-bottom-color: var(--color-validation-failed);
}
.mod-input__field:-webkit-autofill, .mod-input__field:-webkit-autofill:hover, .mod-input__field:-webkit-autofill:focus, .mod-input__field:-webkit-autofill:active {
    color: var(--color-white) !important;
    -webkit-text-fill-color: var(--color-white) !important;
    -webkit-box-shadow: 0 0 0 30px var(--color-black) inset !important;
}
.mod-input__field:-webkit-autofill::selection, .mod-input__field:-webkit-autofill:hover::selection, .mod-input__field:-webkit-autofill:focus::selection, .mod-input__field:-webkit-autofill:active::selection {
    background-color: transparent !important;
    -webkit-text-fill-color: var(--color-white) !important;
}
.mod-input__inner {
    position: relative;
}
.mod-input__info-text {
    margin-top: 14px;
}
@media only screen and (max-width: 767px) {
    .mod-input__info-text {
        font-size: 11px;
        margin-top: 8px;
    }
}
.mod-input textarea {
    resize: vertical;
    min-height: 160px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -1.4px;
    padding: 18px;
}
@media only screen and (max-width: 1022px) {
    .mod-input textarea {
        min-height: 100px;
    }
}
.mod-input textarea::placeholder {
    letter-spacing: -1.4px;
}
.mod-input textarea:focus {
    border-color: var(--color-yellow);
}
.mod-input--textarea ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
    opacity: 1;
    font-weight: 400;
}
.mod-input--textarea :-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
    opacity: 1;
    font-weight: 400;
}
.mod-input--textarea ::placeholder {
    color: rgba(255, 255, 255, 0.6);
    opacity: 1;
    font-weight: 400;
}
.mod-input--secondary ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
    opacity: 1;
    font-weight: 400;
}
.mod-input--secondary :-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
    opacity: 1;
    font-weight: 400;
}
.mod-input--secondary ::placeholder {
    color: rgba(255, 255, 255, 0.6);
    opacity: 1;
    font-weight: 400;
}
.mod-input--secondary .mod-input__field,
.mod-input--secondary textarea {
    border-width: 1px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -1.4px;
    padding: 18px;
}
@media only screen and (max-width: 1022px) {
    .mod-input--secondary .mod-input__field,
    .mod-input--secondary textarea {
        padding: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .mod-input--secondary .mod-input__field,
    .mod-input--secondary textarea {
        padding: 12px;
        font-size: 12px;
    }
}
.mod-input--secondary .mod-input__field::placeholder,
.mod-input--secondary textarea::placeholder {
    letter-spacing: -1.4px;
}
.mod-input--secondary .mod-input__field:focus,
.mod-input--secondary textarea:focus {
    border-color: var(--color-yellow);
}
.mod-input--secondary .mod-input__field:not(textarea) {
    height: 55px;
}
@media only screen and (max-width: 1022px) {
    .mod-input--secondary .mod-input__field:not(textarea) {
        height: 50px;
    }
}
.mod-input--secondary.is-validation-failed .mod-input__field:focus,
.mod-input--secondary.is-validation-failed textarea:focus {
    border-color: var(--color-validation-failed);
}
.mod-input--story-input textarea {
    min-height: 322px;
}
@media only screen and (max-width: 1200px) {
    .mod-input--story-input textarea {
        min-height: 270px;
    }
}
@media only screen and (max-width: 1022px) {
    .mod-input--story-input textarea {
        min-height: 130px;
    }
}
.mod-input.is-disabled {
    opacity: 0.5;
}
.mod-input.is-disabled .mod-input__field {
    pointer-events: none;
}
.mod-input.is-validation-failed label {
    color: var(--color-validation-failed);
}

.fv-plugins-message-container,
.validation-message {
    color: var(--color-validation-failed);
    position: relative;
    font-size: 14px;
    line-height: 20px;
    margin-top: 4px;
}
@media only screen and (max-width: 767px) {
    .fv-plugins-message-container,
    .validation-message {
        font-size: 12px;
    }
}

.validation-message {
    display: none;
}
.is-validation-failed .validation-message {
    display: block;
}

.form-success-message,
.form-error-message {
    margin: 10px 0;
    padding: 8px 20px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 4px;
    color: var(--color-white);
}
@media only screen and (max-width: 767px) {
    .form-success-message,
    .form-error-message {
        font-size: 13px;
        padding: 5px 10px;
    }
}
.form-success-message.is-hidden,
.form-error-message.is-hidden {
    display: none;
}

.form-error-message {
    background-color: rgba(255, 59, 48, 0.5);
    border: 1px solid var(--color-validation-failed);
}

.form-success-message {
    background-color: rgba(40, 167, 69, 0.5);
    border: 1px solid var(--color-success);
}
.mod-loader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease 0.2s, visibility 0.3s ease 0.2s;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    z-index: 30;
    background-color: var(--color-black);
}
.show-loader .mod-loader {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.mod-loader svg {
    width: 120px;
    height: 120px;
}
.mod-loader__spinner {
    border: 5px solid var(--color-purple);
    border-radius: 50%;
    border-top: 5px solid transparent;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

/* stylelint-disable */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* stylelint-enable */
.margin {
    display: block;
    width: 100%;
}
.margin--200 {
    height: 200px;
}
@media only screen and (max-width: 1600px) {
    .margin--200 {
        height: 180px;
    }
}
@media only screen and (max-width: 1200px) {
    .margin--200 {
        height: 120px;
    }
}
@media only screen and (max-width: 1022px) {
    .margin--200 {
        height: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--200 {
        height: 60px;
    }
}
.margin--180 {
    height: 180px;
}
@media only screen and (max-width: 1200px) {
    .margin--180 {
        height: 120px;
    }
}
@media only screen and (max-width: 1022px) {
    .margin--180 {
        height: 80px;
    }
}
.margin--160 {
    height: 160px;
}
@media only screen and (max-width: 1200px) {
    .margin--160 {
        height: 120px;
    }
}
@media only screen and (max-width: 1022px) {
    .margin--160 {
        height: 80px;
    }
}
.margin--150 {
    height: 150px;
}
@media only screen and (max-width: 1200px) {
    .margin--150 {
        height: 120px;
    }
}
@media only screen and (max-width: 1022px) {
    .margin--150 {
        height: 80px;
    }
}
.margin--120 {
    height: 120px;
}
@media only screen and (max-width: 1200px) {
    .margin--120 {
        height: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--120 {
        height: 60px;
    }
}
.margin--100 {
    height: 100px;
}
@media only screen and (max-width: 1200px) {
    .margin--100 {
        height: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--100 {
        height: 60px;
    }
}
.margin--80 {
    height: 80px;
}
@media only screen and (max-width: 1200px) {
    .margin--80 {
        height: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--80 {
        height: 40px;
    }
}
.margin--60 {
    height: 60px;
}
@media only screen and (max-width: 1200px) {
    .margin--60 {
        height: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--60 {
        height: 30px;
    }
}
.margin--50 {
    height: 50px;
}
@media only screen and (max-width: 1200px) {
    .margin--50 {
        height: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--50 {
        height: 30px;
    }
}
.margin--40 {
    height: 40px;
}
@media only screen and (max-width: 1200px) {
    .margin--40 {
        height: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--40 {
        height: 20px;
    }
}
.margin--32 {
    height: 32px;
}
@media only screen and (max-width: 767px) {
    .margin--32 {
        height: 20px;
    }
}
.margin--24 {
    height: 24px;
}
.margin--20 {
    height: 20px;
}
.margin--16 {
    height: 16px;
}

.title--h6, .title--h5, .title--h4, .title--h3, .title--h2, .title--h1 {
    font-weight: 700;
    text-transform: uppercase;
}

.title--h1 {
    font-size: 67px;
    line-height: 60px;
    letter-spacing: -10.05px;
}
@media only screen and (max-width: 1600px) {
    .title--h1 {
        font-size: 55px;
        line-height: 1;
    }
}
@media only screen and (max-width: 1200px) {
    .title--h1 {
        font-size: 50px;
        letter-spacing: -5px;
    }
}
@media only screen and (max-width: 1022px) {
    .title--h1 {
        font-size: 40px;
        letter-spacing: -2px;
    }
}
@media only screen and (max-width: 767px) {
    .title--h1 {
        font-size: 26px;
    }
}
.title--h1 strong {
    color: var(--color-yellow);
}

.title--h2 {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: -6px;
}
@media only screen and (max-width: 1200px) {
    .title--h2 {
        font-size: 36px;
        letter-spacing: -3px;
    }
}
@media only screen and (max-width: 1022px) {
    .title--h2 {
        font-size: 32px;
        line-height: normal;
    }
}
@media only screen and (max-width: 767px) {
    .title--h2 {
        font-size: 24px;
    }
}

.title--h3 {
    font-size: 27px;
    font-weight: 500;
    line-height: 1.29;
    letter-spacing: -2.7px;
}
@media only screen and (max-width: 1600px) {
    .title--h3 {
        font-size: 24px;
    }
}
@media only screen and (max-width: 1200px) {
    .title--h3 {
        font-size: 20px;
        line-height: 1.4;
    }
}
@media only screen and (max-width: 767px) {
    .title--h3 {
        font-size: 18px;
        letter-spacing: -2.2px;
    }
}

.title--h4 {
    font-size: 18px;
    letter-spacing: -2.7px;
    line-height: 1;
}
@media only screen and (max-width: 1022px) {
    .title--h4 {
        letter-spacing: normal;
    }
}
@media only screen and (max-width: 767px) {
    .title--h4 {
        font-size: 16px;
    }
}

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

.title--h6 {
    font-size: 14px;
    line-height: 1.5;
}
.mod-toggle {
    -webkit-user-select: none;
    user-select: none;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}
.mod-toggle__label {
    margin-bottom: 0;
}
.mod-toggle__switch {
    position: relative;
    display: flex;
    align-items: center;
    width: 38px;
    height: 24px;
    cursor: pointer;
}
@media only screen and (max-width: 767px) {
    .mod-toggle__switch {
        width: 30px;
        height: 20px;
    }
}
.mod-toggle__switch::before, .mod-toggle__switch::after {
    position: absolute;
    display: block;
    content: "";
}
.mod-toggle__switch:before {
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-gray-light);
    border-radius: 20px;
    transition: box-shadow 0.3s ease, background-color 0.3s ease;
}
.mod-toggle__switch::after {
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    background-color: var(--color-white);
    border-radius: 50%;
    transition: transform 0.3s ease, background-color 0.3s ease;
}
@media only screen and (max-width: 767px) {
    .mod-toggle__switch::after {
        width: 16px;
        height: 16px;
    }
}
.mod-toggle input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    border: 0;
    visibility: inherit;
    clip: rect(0, 0, 0, 0);
}
.mod-toggle input:checked + .mod-toggle__label .mod-toggle__switch::before {
    background-color: var(--color-gray);
}
.mod-toggle input:checked + .mod-toggle__label .mod-toggle__switch::after {
    transform: translate(14px, 0);
    background-color: var(--color-green);
}
@media only screen and (max-width: 767px) {
    .mod-toggle input:checked + .mod-toggle__label .mod-toggle__switch::after {
        transform: translate(10px, 0);
    }
}
.mod-toggle.is-disabled .mod-toggle__switch {
    cursor: not-allowed;
}
.mod-toggle.is-disabled .mod-toggle__switch::before {
    background-color: rgba(0, 0, 0, 0.05);
}
.mod-toggle.is-disabled .mod-toggle__switch::after {
    background-color: rgba(0, 0, 0, 0.3);
}
.advance-cookie-banner__bar {
    position: fixed;
    left: 40px;
    max-width: 600px;
    width: 100%;
    bottom: 40px;
    z-index: 998;
    max-height: calc(var(--vh, 1vh) * 100);
    transition: opacity 0.5s ease;
    padding: 40px 30px 30px;
    opacity: 0;
    font-size: 14px;
    pointer-events: none;
    background-color: var(--color-black);
    border: 1px solid var(--color-green);
}
@media only screen and (max-width: 1200px) {
    .advance-cookie-banner__bar {
        bottom: 28px;
        left: 28px;
    }
}
@media only screen and (max-width: 1022px) {
    .advance-cookie-banner__bar {
        max-width: calc(100% - 48px);
        padding: 40px 20px 20px;
        text-align: center;
    }
}
@media only screen and (max-width: 767px) {
    .advance-cookie-banner__bar {
        font-size: 12px;
    }
}
.cookie-not-set .advance-cookie-banner__bar {
    opacity: 1;
    pointer-events: all;
}
.advance-cookie-banner__inner {
    position: relative;
    z-index: 3;
    display: grid;
    grid-gap: 30px;
    align-items: center;
}
.advance-cookie-banner a {
    text-decoration: underline;
}
.advance-cookie-banner a:hover {
    text-decoration: none;
    color: var(--color-green);
}
.advance-cookie-banner__button {
    display: flex;
    align-items: center;
    gap: 20px;
}
@media only screen and (max-width: 1022px) {
    .advance-cookie-banner__button {
        justify-content: center;
    }
}
@media only screen and (max-width: 767px) {
    .advance-cookie-banner__button {
        flex-wrap: wrap;
        gap: 15px;
    }
}
.advance-cookie-banner .btn {
    min-width: 1px;
    min-height: 1px;
    padding: 12px 30px;
    font-size: 15px;
}
.advance-cookie-banner .btn--cookie-setting {
    text-decoration: underline;
    white-space: nowrap;
    transition: color 0.3s ease;
}
.advance-cookie-banner .btn--cookie-setting:hover {
    color: var(--color-green);
}
.advance-cookie-banner .btn[disabled] {
    pointer-events: none;
    background-color: var(--color-gray-light);
    color: var(--color-black);
}
.advance-cookie-banner .btn[disabled]::after {
    width: 100%;
    height: 100%;
}
.advance-cookie-banner__close {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 3;
    width: 30px;
    height: 30px;
}
.advance-cookie-banner__close .icon {
    transition: opacity 0.3s ease;
}
.advance-cookie-banner__close .icon::before {
    background-color: var(--color-green);
}
.advance-cookie-banner__close:hover .icon::before {
    background-color: var(--color-white);
}
.advance-cookie-banner__modal {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    overflow: auto;
    transition: opacity 0.4s ease;
    padding: 40px 28px;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
}
.advance-cookie-banner__modal.is-open-modal {
    opacity: 1;
    pointer-events: all;
}
@media only screen and (min-width: 1023px) {
    .advance-cookie-banner__modal {
        scrollbar-track-color: #5af29f;
        scrollbar-face-color: rgba(90, 242, 159, 0.7);
        scrollbar-arrow-color: rgba(90, 242, 159, 0.7);
        /* width */
        /* Track */
        /* Handle */
        /* Handle on hover */
    }
    .advance-cookie-banner__modal::-webkit-scrollbar {
        width: 3px;
    }
    .advance-cookie-banner__modal ::-webkit-scrollbar-track {
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background: #5af29f;
    }
    .advance-cookie-banner__modal ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(90, 242, 159, 0.85);
    }
    .advance-cookie-banner__modal::-webkit-scrollbar-thumb {
        background: rgba(90, 242, 159, 0.7);
        width: 3px;
        border-radius: 4px;
    }
    .advance-cookie-banner__modal::-webkit-scrollbar-thumb:hover {
        background: rgba(90, 242, 159, 0.76);
    }
    .advance-cookie-banner__modal ::-webkit-scrollbar {
        width: 3px;
    }
}
.advance-cookie-banner__modal-close {
    position: absolute;
    top: 5px;
    z-index: 9;
    right: 5px;
    padding: 10px;
}
.advance-cookie-banner__modal-close .icon {
    pointer-events: none;
    width: 14px;
    height: 14px;
}
.advance-cookie-banner__modal-close .icon::before {
    background-color: var(--color-green);
}
.advance-cookie-banner__modal-close:hover .icon::before {
    background-color: var(--color-white);
}
.advance-cookie-banner__modal-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}
.advance-cookie-banner__modal-body {
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 830px;
    box-shadow: 1px 6px 20px rgba(0, 0, 0, 0.25);
    background-color: var(--color-black);
    z-index: 1000;
    padding: 45px 34px;
    border: 1px solid var(--color-green);
}
@media only screen and (max-width: 767px) {
    .advance-cookie-banner__modal-body {
        padding: 40px 16px 30px;
    }
}
.advance-cookie-banner__modal-header {
    border-bottom: 0.5px solid currentColor;
    padding: 20px 0;
    margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
    .advance-cookie-banner__modal-header {
        padding: 0 0 16px;
    }
}
.advance-cookie-banner__modal-content {
    font-size: 14px;
}
@media only screen and (max-width: 1022px) {
    .advance-cookie-banner__modal-content {
        font-size: 13px;
    }
}
.advance-cookie-banner__modal-content .editor-text {
    margin-bottom: 18px;
}
@media only screen and (max-width: 767px) {
    .advance-cookie-banner__modal-content .editor-text {
        margin-bottom: 22px;
    }
}
.advance-cookie-banner__modal-content .editor-text p {
    margin-top: 20px;
    margin-bottom: 20px;
}
.advance-cookie-banner__modal-content .editor-text p:first-child {
    margin-top: 0;
}
.advance-cookie-banner__modal-content .editor-text p strong {
    font-size: 14px;
}
.advance-cookie-banner__modal-content .editor-text p a {
    text-decoration: underline;
}
.advance-cookie-banner__modal-content .editor-text p a:hover {
    text-decoration: none;
}
.advance-cookie-banner__modal-item {
    margin-bottom: 18px;
    position: relative;
}
.advance-cookie-banner__modal-item.is-necessary .mod-toggle {
    pointer-events: none;
    opacity: 0;
}
.advance-cookie-banner__modal-cookie-title {
    margin-bottom: 18px;
    padding-right: 140px;
    font-size: 14px;
}
@media only screen and (max-width: 767px) {
    .advance-cookie-banner__modal-cookie-title {
        padding-right: 80px;
        margin-bottom: 8px;
    }
}
.advance-cookie-banner__modal-active-label {
    position: absolute;
    right: 12px;
    top: 0;
    font-weight: 600;
    color: var(--color-primary);
}
@media only screen and (max-width: 767px) {
    .advance-cookie-banner__modal-active-label {
        font-size: 12px;
        top: 4px;
    }
}
.advance-cookie-banner__modal-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 36px;
}
@media only screen and (max-width: 767px) {
    .advance-cookie-banner__modal-footer {
        flex-direction: column;
        gap: 16px;
    }
}
.advance-cookie-banner__modal .mod-toggle {
    position: absolute;
    right: 14px;
    top: 0;
}
@media only screen and (max-width: 767px) {
    .advance-cookie-banner__modal .mod-toggle {
        right: 0;
    }
}
.checkbox-group {
    width: 100%;
    margin: 0 auto;
}
.checkbox-group__label {
    margin-bottom: 25px;
}
.checkbox-group__list {
    display: grid;
    grid-gap: 30px;
}
@media only screen and (max-width: 1200px) {
    .checkbox-group__list {
        grid-gap: 22px;
    }
}
@media only screen and (max-width: 767px) {
    .checkbox-group__list {
        grid-gap: 18px;
    }
}
.checkbox-group__hidden-inputs-inner {
    padding: 22px 0 5px 50px;
}
@media only screen and (max-width: 1022px) {
    .checkbox-group__hidden-inputs-inner {
        padding-left: 42px;
    }
}
@media only screen and (max-width: 767px) {
    .checkbox-group__hidden-inputs-inner {
        padding: 12px 0 2px 34px;
    }
}
.form-component {
    max-width: 884px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    border: 1px solid var(--color-white);
}
.form-component__title {
    background-color: var(--color-white);
    padding: 2px 24px;
}
@media only screen and (max-width: 767px) {
    .form-component__title {
        padding: 2px 14px;
    }
}
.form-component__title .title {
    color: var(--color-black);
    line-height: normal;
}
.form-component .mod-input__field {
    max-width: 100%;
}
.form-component__inner {
    width: 100%;
    display: grid;
    grid-gap: 24px;
}
@media only screen and (max-width: 1022px) {
    .form-component__inner {
        grid-gap: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .form-component__inner {
        grid-gap: 15px;
    }
}
.form-component__inner-wrapper {
    padding: 14px 28px 52px;
}
@media only screen and (max-width: 1022px) {
    .form-component__inner-wrapper {
        padding-bottom: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .form-component__inner-wrapper {
        padding: 14px 16px 20px;
    }
}
.form-component__info-text {
    margin-bottom: 18px;
}
@media only screen and (max-width: 767px) {
    .form-component__info-text {
        font-size: 12px;
    }
}
.form-component__form {
    position: relative;
}
.form-component__submit {
    margin-top: 40px;
}
@media only screen and (max-width: 1022px) {
    .form-component__submit {
        margin-top: 30px;
    }
}
.form-component__submit .btn {
    white-space: nowrap;
}
.form-component__alert {
    padding: 16px;
    width: 100%;
    border-radius: 5px;
    text-align: left;
    margin-top: 20px;
    border: 1px solid currentColor;
    font-size: 16px;
}
.form-component__alert-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.form-component__alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.form-component__success {
    display: none;
    margin: 0 auto;
    max-width: 884px;
    width: 100%;
    gap: 24px;
    padding: 30px 34px 50px 24px;
}
@media only screen and (max-width: 1022px) {
    .form-component__success {
        padding: 30px;
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px) {
    .form-component__success {
        padding: 15px;
    }
}
.form-component__success-title {
    margin-bottom: 20px;
}
.form-component__success .btn {
    margin-top: 34px;
}
@media only screen and (max-width: 1022px) {
    .form-component__success .btn {
        margin-top: 20px;
    }
}
.form-component.show-thankyou .form-component__form {
    display: none;
}
.form-component.show-thankyou .form-component__success {
    display: block;
}
.form-component .checkbox-group {
    margin-top: 16px;
}
@media only screen and (max-width: 1022px) {
    .form-component .checkbox-group {
        margin-top: 10px;
    }
}
.form-component .checkbox-group .checkbox .fv-plugins-message-container {
    display: none;
}
.form-component .checkbox-group .group-error {
    display: none;
}
.form-component .checkbox-group.failed .checkbox__label:before {
    border-color: var(--color-validation-failed);
}
.form-component .checkbox-group.failed .group-error {
    display: block;
    margin-top: 15px;
}
.upload-box {
    width: 100%;
}
.upload-box__label {
    position: relative;
    display: block;
    z-index: 4;
    font-weight: 500;
    margin-bottom: 20px;
}
.upload-box__info-text {
    margin-top: 10px;
}
@media only screen and (max-width: 767px) {
    .upload-box__info-text {
        font-size: 12px;
    }
}
.upload-box input[type=file] {
    font-size: 0;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 1;
}
.upload-box .mod-input--secondary textarea {
    min-height: 74px;
}
.upload-box .icon {
    pointer-events: none;
}
.upload-box__list {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -1.6px;
}
@media only screen and (max-width: 1022px) {
    .upload-box__list {
        font-size: 14px;
    }
}
.upload-box__list-file {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    grid-gap: 20px;
}
.upload-box__list-input {
    margin-top: 24px;
    display: grid;
    grid-gap: 10px;
    margin-bottom: 10px;
}
.upload-box__list-input textarea {
    min-height: 74px;
}
.upload-box__list .icon {
    pointer-events: none;
}
.upload-box__list .icon::before {
    background-color: currentColor;
}
.upload-box__list li {
    position: relative;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.upload-box__list li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.upload-box__list li + li {
    margin-top: 10px;
}
.upload-box__list li:last-child {
    margin-bottom: 40px;
}
@media only screen and (max-width: 1022px) {
    .upload-box__list li:last-child {
        margin-bottom: 30px;
    }
}
.upload-box__list-uploaded {
    margin-top: 10px;
}
.upload-box__list-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    max-width: 100%;
}
.upload-box__list-remove:hover .icon::before {
    background-color: var(--color-validation-failed);
}
.is-validation-failed .upload-box .upload-box__label, .upload-box.is-validation-failed .upload-box__label {
    color: var(--color-validation-failed);
}
.is-validation-failed .upload-box .upload-box__inner::after, .is-validation-failed .upload-box .upload-box__inner::before, .upload-box.is-validation-failed .upload-box__inner::after, .upload-box.is-validation-failed .upload-box__inner::before {
    border-color: var(--color-validation-failed);
}
.page-404__title {
    font-size: 120px;
    line-height: 1;
}
@media only screen and (max-width: 767px) {
    .page-404__title {
        font-size: 80px;
    }
}

.page-404__title {
    color: var(--color-green);
    background: -webkit-linear-gradient(#5af29f, #935af3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.page-404__content {
    width: 100%;
    display: grid;
    grid-gap: 20px;
    max-width: 700px;
}

.sc-page-404 {
    min-height: 80vh;
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content-module {
    padding-top: 190px;
    position: relative;
}
@media only screen and (max-width: 1200px) {
    .content-module {
        padding-top: 160px;
    }
}
@media only screen and (max-width: 767px) {
    .content-module {
        padding-top: 130px;
    }
}
.content-module::before, .content-module::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    transition: opacity 0.3s ease;
}
.content-module::before {
    background: radial-gradient(59.51% 50.45% at 61.19% 42.82%, rgba(147, 90, 243, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
    animation: fadeOut-background 10s linear infinite forwards;
}
.content-module::after {
    background: radial-gradient(59.51% 50.45% at 61.19% 42.82%, rgba(69, 133, 189, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
    opacity: 0;
    animation: fadeIn-background 10s linear infinite forwards;
}
.content-module .container {
    position: relative;
    z-index: 3;
}
.content-module__header {
    max-width: 980px;
}
@media only screen and (max-width: 1200px) {
    .content-module__header {
        max-width: 740px;
    }
}
.content-module .title {
    max-width: 900px;
    margin-bottom: 56px;
}
@media only screen and (max-width: 767px) {
    .content-module .title {
        margin-bottom: 16px;
    }
}
.content-module__body {
    margin: 0 auto;
    padding-top: 58px;
    display: grid;
    grid-gap: 50px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 1030px;
}
@media only screen and (max-width: 1022px) {
    .content-module__body {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .content-module__body {
        padding-top: 36px;
    }
}
.content-module__link {
    display: inline-block;
    margin-top: 20px;
    text-decoration: underline;
}
.content-module__link:hover, .content-module__link:focus {
    color: var(--color-yellow);
}
.content-module__list {
    grid-column: span 2;
}
.content-module__list-title {
    margin-bottom: 20px;
}
.content-module__list-row {
    display: grid;
    grid-gap: 8px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media only screen and (max-width: 1200px) {
    .content-module__list-row {
        grid-gap: 16px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 767px) {
    .content-module__list-row {
        grid-template-columns: 1fr;
    }
}
.content-module__list-item {
    position: relative;
    padding-left: 16px;
    text-align: left;
}
@media only screen and (max-width: 767px) {
    .content-module__list-item {
        text-align: center;
        display: flex;
        gap: 6px;
        justify-content: center;
        margin-left: -8px;
    }
}
.content-module__list-item::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: currentColor;
    position: absolute;
    left: 0;
    top: 10px;
}
@media only screen and (max-width: 767px) {
    .content-module__list-item::before {
        position: relative;
        flex-shrink: 0;
    }
}
.cta-module {
    position: relative;
}
.cta-module__image {
    position: relative;
    height: 0;
    padding-bottom: 64.6%;
    border-radius: 20px;
}
@media only screen and (max-width: 1022px) {
    .cta-module__image {
        border-radius: 12px;
    }
}
.cta-module .btn {
    position: absolute;
    bottom: 62px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}
@media only screen and (max-width: 1200px) {
    .cta-module .btn {
        bottom: 45px;
    }
}
@media only screen and (max-width: 1022px) {
    .cta-module .btn {
        bottom: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .cta-module .btn {
        position: relative;
        margin-top: 30px;
        bottom: 0;
        left: 0;
        transform: translateX(0);
    }
}
.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;
    text-transform: uppercase;
}

.editor-text h1 {
    font-size: 67px;
    line-height: 60px;
    letter-spacing: -10.05px;
}
@media only screen and (max-width: 1600px) {
    .editor-text h1 {
        font-size: 55px;
        line-height: 1;
    }
}
@media only screen and (max-width: 1200px) {
    .editor-text h1 {
        font-size: 50px;
        letter-spacing: -5px;
    }
}
@media only screen and (max-width: 1022px) {
    .editor-text h1 {
        font-size: 40px;
        letter-spacing: -2px;
    }
}
@media only screen and (max-width: 767px) {
    .editor-text h1 {
        font-size: 26px;
    }
}
.editor-text h1 strong {
    color: var(--color-yellow);
}

.editor-text h2 {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: -6px;
}
@media only screen and (max-width: 1200px) {
    .editor-text h2 {
        font-size: 36px;
        letter-spacing: -3px;
    }
}
@media only screen and (max-width: 1022px) {
    .editor-text h2 {
        font-size: 32px;
        line-height: normal;
    }
}
@media only screen and (max-width: 767px) {
    .editor-text h2 {
        font-size: 24px;
    }
}

.editor-text h3 {
    font-size: 27px;
    font-weight: 500;
    line-height: 1.29;
    letter-spacing: -2.7px;
}
@media only screen and (max-width: 1600px) {
    .editor-text h3 {
        font-size: 24px;
    }
}
@media only screen and (max-width: 1200px) {
    .editor-text h3 {
        font-size: 20px;
        line-height: 1.4;
    }
}
@media only screen and (max-width: 767px) {
    .editor-text h3 {
        font-size: 18px;
        letter-spacing: -2.2px;
    }
}

.editor-text h4 {
    font-size: 18px;
    letter-spacing: -2.7px;
    line-height: 1;
}
@media only screen and (max-width: 1022px) {
    .editor-text h4 {
        letter-spacing: normal;
    }
}
@media only screen and (max-width: 767px) {
    .editor-text h4 {
        font-size: 16px;
    }
}

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

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

.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: 20px;
    margin-bottom: 20px;
}
.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 p a:hover,
.editor-text ul a:hover,
.editor-text ol a:hover,
.editor-text img a:hover,
.editor-text figure a:hover,
.editor-text table a:hover {
    color: var(--color-green);
}
.editor-text img.aligncenter, .editor-text img.alignright, .editor-text img.aligleft, .editor-text img.alignnone {
    display: block;
}
.editor-text img.aligncenter {
    margin-left: auto;
    margin-right: auto;
}
.editor-text img.alignright {
    margin-left: auto;
}
.editor-text img.aligleft {
    margin-right: auto;
}
.editor-text figure img {
    margin: 0;
}
.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;
    height: auto !important;
}
.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;
}
.events-module {
    display: flex;
    flex-direction: column;
    gap: 100px;
}
@media only screen and (max-width: 1200px) {
    .events-module {
        gap: 80px;
    }
}
@media only screen and (max-width: 1022px) {
    .events-module {
        gap: 60px;
    }
}
.events-module__intro {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.events-module__intro-text {
    font-size: 27px;
    letter-spacing: -0.1em;
    line-height: 1.3;
}
.events-module__title {
    color: #5af29f;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: space-between;
}
.events-module__title .title {
    letter-spacing: -0.1em;
    line-height: 1.2;
}
@media only screen and (min-width: 1023px) {
    .events-module__title .title {
        font-size: 30px;
    }
}
.events-module__title-icon {
    flex-shrink: 0;
}
.events-module__title-icon .icon {
    width: 24px;
    height: 16px;
    transition: transform 0.3s ease;
}
.events-module__item {
    padding: 24px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    display: grid;
    grid-template-columns: 1fr 380px;
    grid-gap: 60px;
    min-height: 102px;
    transition: 0.3s ease;
    position: relative;
}
@media only screen and (max-width: 1200px) {
    .events-module__item {
        grid-template-columns: 1fr 320px;
        grid-gap: 40px;
    }
}
@media only screen and (max-width: 1022px) {
    .events-module__item {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
}
.events-module__item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100vw - var(--scroll-width, 0px));
    height: 100%;
    background-color: #f2cd59;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease;
}
.events-module__item-left, .events-module__item-right {
    position: relative;
}
.events-module__item-date {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
}
.events-module__item-date span {
    display: inline-flex;
}
.events-module__item-enddate {
    padding-left: 4px;
}
.events-module__item-link {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.events-module__item-title {
    color: #f2cd59;
    transition: 0.3s ease;
}
.events-module__item-title .title {
    letter-spacing: -0.1em;
    line-height: 1.1;
    text-transform: none;
}
@media only screen and (min-width: 1023px) {
    .events-module__item-title .title {
        font-size: 20px;
    }
}
.events-module__item-subtitle {
    color: rgba(255, 255, 255, 0.8);
    transition: 0.3s ease;
}
.events-module__item-subtitle .title {
    letter-spacing: -0.1em;
    line-height: 1.1;
    font-size: 13px;
    font-weight: 400;
}
.events-module__item-left {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.events-module__item-right {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.events-module__item-text {
    letter-spacing: -0.13em;
}
.events-module__item-image {
    max-height: 140px;
    max-width: 260px;
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    transform: translate(20px, 20px);
    z-index: 1;
}
.events-module__item.has-link:hover {
    color: #000;
}
.events-module__item.has-link:hover:before {
    opacity: 1;
}
.events-module__item.has-link:hover .events-module__item-title,
.events-module__item.has-link:hover .events-module__item-subtitle {
    color: #000;
}
.events-module__event-list.is-archive .events-module__item-title {
    color: #fff;
}
.events-module__event-list.is-archive .events-module__title {
    cursor: pointer;
}
.events-module__event-list.is-archive .events-module__event-content {
    display: none;
}
.events-module__event-list.is-open .events-module__title-icon .icon {
    transform: scaleY(-1);
}
.footer {
    width: 100%;
    padding: 50px 0;
    position: relative;
    z-index: 3;
}
@media only screen and (max-width: 1022px) {
    .footer {
        padding: 32px 0;
    }
}
.footer__inner {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 20px;
}
@media only screen and (max-width: 1022px) {
    .footer__inner {
        grid-template-columns: 1fr;
        justify-items: center;
    }
}
.footer__left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 15px;
}
@media only screen and (max-width: 1022px) {
    .footer__left {
        justify-content: center;
        text-align: center;
    }
}
@media only screen and (max-width: 767px) {
    .footer__left {
        flex-direction: column;
    }
}
.footer__nav ul {
    display: flex;
    align-items: center;
    gap: 10px 14px;
    flex-wrap: wrap;
}
@media only screen and (max-width: 1022px) {
    .footer__nav ul {
        justify-content: center;
        text-align: center;
    }
}
.footer__nav-link {
    position: relative;
}
.footer__nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    transition: transform 0.3s ease;
}
.footer__nav-link:hover {
    color: var(--color-green);
}
.footer__nav-link:hover::after {
    transform: translateY(2px);
}
.footer__right {
    display: flex;
    align-items: center;
    gap: 12px;
}
.footer__right img {
    width: auto;
    height: auto;
    object-fit: contain;
}

.hero-module {
    position: relative;
    min-height: 100vh;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 130px 0;
}
.hero-module::before, .hero-module::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 140vh;
    transition: opacity 0.3s ease;
}
.hero-module::before {
    background: radial-gradient(59.51% 50.45% at 61.19% 42.82%, rgba(147, 90, 243, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
    animation: fadeOut-background 10s linear infinite forwards;
}
.hero-module::after {
    background: radial-gradient(59.51% 50.45% at 61.19% 42.82%, rgba(69, 133, 189, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
    opacity: 0;
    animation: fadeIn-background 10s linear infinite forwards;
}
.hero-module__images {
    overflow: hidden;
    pointer-events: none;
}
.hero-module__images-item {
    position: absolute;
    max-width: 155px;
    max-height: 200px;
    pointer-events: all;
    z-index: 4;
}
@media only screen and (max-width: 1200px) {
    .hero-module__images-item {
        max-width: 120px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-module__images-item {
        max-width: 100px;
    }
}
.hero-module__images-item--1 {
    left: 11%;
    top: 11%;
    max-width: 155px;
}
@media only screen and (max-width: 1200px) {
    .hero-module__images-item--1 {
        left: 6%;
        top: 8%;
        max-width: 120px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-module__images-item--1 {
        top: 4%;
        max-width: 80px;
    }
}
.hero-module__images-item--2 {
    max-width: 210px;
    right: 10%;
    top: 18%;
}
@media only screen and (max-width: 1200px) {
    .hero-module__images-item--2 {
        max-width: 150px;
        right: 8%;
        top: 12%;
    }
}
@media only screen and (max-width: 767px) {
    .hero-module__images-item--2 {
        max-width: 110px;
        right: 8%;
        top: 12%;
    }
}
.hero-module__images-item--3 {
    max-width: 168px;
    left: 20%;
    top: 46%;
}
@media only screen and (max-width: 1200px) {
    .hero-module__images-item--3 {
        max-width: 130px;
        left: 10%;
        top: 44%;
    }
}
@media only screen and (max-width: 767px) {
    .hero-module__images-item--3 {
        max-width: 90px;
        left: 8%;
        top: 38%;
    }
}
.hero-module__images-item--4 {
    max-width: 176px;
    right: 17%;
    bottom: 33%;
}
@media only screen and (max-width: 1200px) {
    .hero-module__images-item--4 {
        max-width: 140px;
        right: 8%;
        bottom: 40%;
    }
}
.hero-module__images-item--5 {
    max-width: 196px;
    bottom: 6%;
    left: 6%;
}
@media only screen and (max-width: 1200px) {
    .hero-module__images-item--5 {
        max-width: 166px;
        bottom: 8%;
        left: 4%;
    }
}
@media only screen and (max-width: 767px) {
    .hero-module__images-item--5 {
        max-width: 116px;
        bottom: 12%;
    }
}
.hero-module__images-item--6 {
    max-width: 168px;
    right: 12%;
    bottom: 12%;
}
@media only screen and (max-width: 1200px) {
    .hero-module__images-item--6 {
        max-width: 120px;
        right: 9%;
        bottom: 16%;
    }
}
@media only screen and (max-width: 767px) {
    .hero-module__images-item--6 {
        max-width: 110px;
        right: 6%;
        bottom: 20%;
    }
}
.hero-module__images-item--7 {
    left: 29%;
    top: 15%;
}
.hero-module__images-item--8 {
    right: 25%;
    top: 12%;
}
.hero-module__images-item--9 {
    left: 5%;
    top: 50%;
}
.hero-module__images-item--10 {
    right: 32%;
    top: 42%;
}
.hero-module__images-item--11 {
    left: 32%;
    bottom: 32%;
}
.hero-module__images-item--12 {
    right: 26%;
    bottom: 26%;
}
.hero-module__images-item--13 {
    right: 26%;
    bottom: 52%;
}
.hero-module__images-item--14 {
    right: 37%;
    top: 12%;
}
.hero-module__images-item--15 {
    left: 2%;
    top: 30%;
}
.hero-module__images-item img {
    pointer-events: none;
    max-height: inherit;
    width: 100%;
    object-fit: contain;
}
.hero-module__body {
    pointer-events: none;
}
@media only screen and (max-width: 767px) {
    .hero-module__body {
        z-index: 9;
    }
}
.hero-module__body-inner {
    position: relative;
    border-radius: 200px;
    border: 12px solid var(--color-purple-dark);
    background: #000;
    box-shadow: 0px 2px 104px 0px rgba(147, 90, 243, 0.4);
    width: 400px;
    height: 620px;
    flex-shrink: 0;
    padding: 16px;
    pointer-events: all;
    z-index: 9;
}
@media only screen and (max-width: 1600px) {
    .hero-module__body-inner {
        width: 330px;
        height: 480px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-module__body-inner {
        width: 200px;
        height: 300px;
        border-width: 7px;
        border-radius: 120px;
    }
}
.hero-module__logo {
    display: inline-block;
    max-width: 298px;
}
@media only screen and (max-width: 1600px) {
    .hero-module__logo {
        max-width: 200px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-module__logo {
        max-width: 140px;
    }
}
.hero-module__arrow-down {
    z-index: 9;
    position: absolute;
    bottom: 60px;
    left: 50%;
    padding: 20px;
    transform: translate(-50%, 0);
    animation: bounce 4s infinite ease;
}
@media only screen and (max-width: 1600px) {
    .hero-module__arrow-down {
        bottom: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-module__arrow-down {
        padding: 15px;
        bottom: 10px;
    }
}
.hero-module__modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 998;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    padding: 100px 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media only screen and (max-width: 767px) {
    .hero-module__modal {
        padding: 80px 0;
        align-items: flex-start;
    }
}
.hero-module__modal.is-open-modal {
    opacity: 1;
    visibility: visible;
}
.hero-module__modal .container {
    max-width: 1230px;
}
@media only screen and (max-width: 1200px) {
    .hero-module__modal .container {
        padding: 0 24px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-module__modal .container {
        margin: auto;
    }
}
.hero-module__modal-close {
    position: fixed;
    z-index: 6;
    right: 12px;
    top: 12px;
    padding: 20px;
}
@media only screen and (max-width: 767px) {
    .hero-module__modal-close {
        padding: 16px;
        right: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-module__modal-close {
        position: absolute;
    }
}
.hero-module__modal-close .icon {
    width: 24px;
    height: 24px;
}
.hero-module__modal-image {
    text-align: center;
}
.hero-module__modal-image img {
    display: inline-block;
    object-fit: contain;
    max-height: calc(100vh - 200px);
}
@media only screen and (max-width: 767px) {
    .hero-module__modal-image img {
        max-height: initial;
        width: 100%;
    }
}
.hero-module__modal-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.75);
}
.hero-module__modal-body {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: 50% 1fr;
    grid-gap: 30px;
    align-items: flex-start;
}
@media only screen and (max-width: 1200px) {
    .hero-module__modal-body {
        grid-gap: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-module__modal-body {
        grid-template-columns: 1fr;
    }
}
.hero-module__modal-content {
    padding: 60px 0;
    color: var(--color-yellow);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -1.8px;
}
@media only screen and (max-width: 1200px) {
    .hero-module__modal-content {
        font-size: 16px;
        padding: 30px 0;
    }
}
@media only screen and (max-width: 1022px) {
    .hero-module__modal-content {
        padding: 0;
    }
}

@keyframes fadeIn-background {
    0%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}
@keyframes fadeOut-background {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translate(-50%, 0);
    }
    40% {
        transform: translate(-50%, -20px);
    }
    60% {
        transform: translate(-50%, -10px);
    }
}
.intro-module {
    padding-top: 20px;
}
.intro-module__header {
    max-width: 980px;
}
@media only screen and (max-width: 1200px) {
    .intro-module__header {
        max-width: 740px;
    }
}
.intro-module .title {
    max-width: 900px;
    margin-top: 54px;
}
@media only screen and (max-width: 767px) {
    .intro-module .title {
        margin-top: 36px;
    }
}
.intro-module__body {
    margin: 0 auto;
    padding-top: 68px;
    display: grid;
    grid-gap: 50px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 1030px;
}
@media only screen and (max-width: 1022px) {
    .intro-module__body {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .intro-module__body {
        padding-top: 36px;
    }
}
.intro-module__link {
    display: inline-block;
    margin-top: 20px;
    text-decoration: underline;
}
.intro-module__link:hover, .intro-module__link:focus {
    color: var(--color-yellow);
}
.logo-list__body {
    padding: 36px 40px;
    border-top: 1px solid var(--color-white);
    display: grid;
    grid-gap: 76px;
    grid-template-columns: 35.5% 1fr;
}
@media only screen and (max-width: 1600px) {
    .logo-list__body {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 1022px) {
    .logo-list__body {
        grid-template-columns: 1fr;
        gap: 60px;
    }
}
.logo-list__body-item {
    display: grid;
    gap: 50px;
}
@media only screen and (max-width: 1600px) {
    .logo-list__body-item {
        gap: 40px;
    }
}
@media only screen and (max-width: 1022px) {
    .logo-list__body-item {
        gap: 30px;
    }
}
@media only screen and (min-width: 1601px) {
    .logo-list__body-item:nth-child(even) .logo-list__row {
        gap: 52px;
    }
}
.logo-list__row {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    align-items: center;
}
.logo-list__logo {
    display: inline-block;
}
.logo-list__logo img {
    object-fit: contain;
    transform: scale(1.0001);
    transition: transform 0.3s ease;
}
@media only screen and (max-width: 1600px) {
    .logo-list__logo img {
        max-width: 180px;
        max-height: 50px;
    }
}
.logo-list__logo:hover img {
    transform: scale(1.08);
}
.noscript {
    display: block;
    width: 100%;
    position: relative;
    z-index: 9999;
}
.noscript__content {
    background-color: #ffc107;
    border: 4px solid black;
    color: black;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
    text-align: center;
    width: 100%;
}
.header-main {
    width: 100%;
    z-index: 100;
    position: fixed;
    left: 0;
    top: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.63) 60%, rgba(0, 0, 0, 0.38) 80%, rgba(0, 0, 0, 0) 100%);
    transition: transform 0.3s ease;
    transform: translate(0, -100%);
}
@media only screen and (max-width: 767px) {
    .header-main {
        background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.66) 63%, rgba(0, 0, 0, 0.45) 80%, rgba(0, 0, 0, 0) 100%);
    }
}
.is-scrolled .header-main {
    transform: translate(0, 0);
}
.header-main__inner {
    padding: 40px 0;
}
@media only screen and (max-width: 1200px) {
    .header-main__inner {
        padding: 24px 0;
    }
}
@media only screen and (max-width: 767px) {
    .header-main__inner {
        padding: 16px 0;
    }
}
.header-main__logo {
    display: inline-block;
    max-width: 160px;
}
@media only screen and (max-width: 1200px) {
    .header-main__logo {
        max-width: 120px;
    }
}
@media only screen and (max-width: 767px) {
    .header-main__logo {
        max-width: 100px;
    }
}
.header-main__close {
    position: absolute;
    right: 40px;
    top: 40px;
}
@media only screen and (max-width: 767px) {
    .header-main__close {
        top: 24px;
        right: 24px;
    }
}
.header-main--inner-page {
    transform: translate(0, 0) !important;
}
/*# sourceMappingURL=bundle.css.map */
