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

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

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

body {
    font-size: 18px;
    line-height: 1.5;
}

.text--32 {
    font-size: 32px;
    line-height: 1.5;
}
@media only screen and (max-width: 1439px) {
    .text--32 {
        font-size: 24px;
    }
}
@media only screen and (max-width: 1022px) {
    .text--32 {
        font-size: 16px;
    }
}

.text--24 {
    font-size: 24px;
    line-height: 1.13;
}

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

.text *,
.title *,
.title-main * {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-transform: inherit;
    text-align: inherit;
    font-style: inherit;
    font-family: inherit;
}

:root {
    --color-white:	#fff;
    --color-black:	#000;
    --color-blue:	#15375a;
    --color-yellow:	#fed400;
    --color-yellow-dark:	#fec400;
    --color-sky-blue:	#00a1e4;
    --color-sky-blue_dark:	#14769f;
    --color-sky-blue-2:	#32a2dd;
    --color-green:	#33A500;
    --color-red:	#e93323;
    --color-validation:	#ff3b30;
}

*,
*::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;
}

/**
 * Swiper 9.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 28, 2023
 */
@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal;
}
:root {
    --swiper-theme-color:#007aff;
}

.swiper, swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}

.swiper-vertical > .swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
    touch-action: pan-y;
}

.swiper-vertical {
    touch-action: pan-x;
}

.swiper-slide, swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto;
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
}

.swiper-3d {
    perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
    transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
}

:root {
    --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
    display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: "next";
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 0.3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
    display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet:only-child {
    display: none !important;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet, :host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    -ms-touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none;
}

.swiper .swiper-notification, swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-cube {
    overflow: visible;
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px);
}

.swiper-flip {
    overflow: visible;
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
}

.swiper-cards {
    overflow: visible;
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}

@font-face {
    font-family: "Camel Sans";
    src: url("../fonts/CamelSans-Bold.woff2") format("woff2"), url("../fonts/CamelSans-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Camel Sans";
    src: url("../fonts/CamelSans-Demi.woff2") format("woff2"), url("../fonts/CamelSans-Demi.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Camel";
    src: url("../fonts/Camel-Bold.woff2") format("woff2"), url("../fonts/Camel-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
.cover-bg {
    background-size: cover;
    background-position: center center;
}
.cover-bg img {
    display: none;
}

.covered {
    max-height: initial;
}

.bg-image img {
    max-height: initial;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.text--bold {
    font-weight: 700;
}
.text--md {
    font-weight: 500;
}
.text--uppercase {
    text-transform: uppercase;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.d-flex {
    display: flex;
}

.container {
    max-width: 1200px;
    padding: 0 15px;
    width: 100%;
    display: block;
    margin: 0 auto;
}
.container .container {
    max-width: 100%;
}

.f-auto {
    display: flex;
    flex-direction: column;
    flex: auto;
}

.yellow-screen {
    position: relative;
    height: calc(100vh - 84px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #fec400;
    background: linear-gradient(145deg, #fec400 0%, #fec400 8%, #feed37 27%, #feed37 35%, #feed37 66%, #fec400 90%, #fec400 100%);
}
@media only screen and (max-width: 1022px) {
    .yellow-screen {
        text-align: center;
        padding: 130px 0 30px;
        height: auto;
        min-height: calc(100vh - 84px);
    }
}

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

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

body {
    color: var(--color-blue);
    font-family: "Camel Sans", sans-serif;
    position: relative;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    align-items: flex-start;
}

.noselect,
.noselect * {
    user-select: none;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease, border 0.3s ease;
    -webkit-transition: color 0.3s ease, border 0.3s ease;
}

i,
em {
    font-style: italic;
}

/* stylelint-disable-next-line */
h1 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0;
}

/* stylelint-disable-next-line */
h2 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0;
}

/* stylelint-disable-next-line */
h3 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0;
}

/* stylelint-disable-next-line */
h4 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0;
}

/* stylelint-disable-next-line */
h5 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0;
}

/* stylelint-disable-next-line */
h6 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0;
}

:focus {
    outline: none;
}

img {
    margin: 0;
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
    object-fit: cover;
}

figure img {
    margin: 0;
}

.sc-general {
    width: 100%;
    position: relative;
}

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

input,
select,
textarea {
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

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

input:invalid {
    outline: none;
}

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

main {
    width: 100%;
    flex: 1 0 auto;
}
.icon::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.icon {
    display: block;
    position: relative;
}
.icon::before {
    background-color: var(--color-black);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    transition: background-color 0.3s ease;
}
.icon-chevron-down, .icon-chevron-up {
    width: 9px;
    height: 6px;
}
.icon-chevron-down::before, .icon-chevron-up::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='13px' height='8px' viewBox='0 0 13 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-343.000000, -3797.000000)' stroke='%23000000' stroke-width='1.15'%3E%3Cpolyline transform='translate(349.500000, 3800.500000) rotate(90.000000) translate(-349.500000, -3800.500000) ' points='346.749922 3795 352.250078 3800.50016 346.749922 3806'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='13px' height='8px' viewBox='0 0 13 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-343.000000, -3797.000000)' stroke='%23000000' stroke-width='1.15'%3E%3Cpolyline transform='translate(349.500000, 3800.500000) rotate(90.000000) translate(-349.500000, -3800.500000) ' points='346.749922 3795 352.250078 3800.50016 346.749922 3806'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.icon-chevron-left, .icon-chevron-right {
    width: 28px;
    height: 48px;
}
.icon-chevron-left::before, .icon-chevron-right::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.246' height='47.149' viewBox='0 0 26.246 47.149'%3E%3Cpath d='M0,20.211,20.211,0,40.078,19.867' transform='translate(23.746 3.536) rotate(90)' fill='none' stroke='%2332a2dd' stroke-linecap='round' stroke-linejoin='round' stroke-width='5'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.246' height='47.149' viewBox='0 0 26.246 47.149'%3E%3Cpath d='M0,20.211,20.211,0,40.078,19.867' transform='translate(23.746 3.536) rotate(90)' fill='none' stroke='%2332a2dd' stroke-linecap='round' stroke-linejoin='round' stroke-width='5'/%3E%3C/svg%3E%0A");
}
.icon-chevron-left:before, .icon-chevron-up:before {
    transform: scale(-1);
}
.icon-camel {
    width: 74px;
    height: 69px;
}
@media only screen and (max-width: 1199px) {
    .icon-camel {
        width: 60px;
        height: 49px;
    }
}
.icon-camel::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='73.626' height='68.863' viewBox='0 0 73.626 68.863'%3E%3Cdefs%3E%3Cfilter id='Path_117' x='0' y='0' width='73.626' height='68.863' filterUnits='userSpaceOnUse'%3E%3CfeOffset dx='4' dy='3' input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='3' result='blur'/%3E%3CfeFlood flood-opacity='0'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg transform='matrix(1, 0, 0, 1, 0, 0)' filter='url(%23Path_117)'%3E%3Cpath id='Path_117-2' data-name='Path 117' d='M.208,1.269a2.626,2.626,0,0,0-.191.758c-.037.271-.145,1.1,1.494,1.193a3.112,3.112,0,0,1,1.384.433A21.765,21.765,0,0,1,5.26,5.184c1.707,1.59,1.9,3.958,2.086,5.023A25.463,25.463,0,0,0,9.178,16c2.712,5.685,8.393,9.559,12.265,9.939,2.1,6.769,3.821,16.535.92,21.586-.689,1.185-1.792,1.59-3.015,2.166-.555.262-.488,1.167-.488,1.167h6.022s-.24-3.428,1.286-4.788c.1-4.185.028-10.007.641-15.817,2.516,6.495,4.951,13.334,2.9,17.572-.505,1.033-1.458,1.367-2.43,1.859-.636.327-.475,1.174-.475,1.174h5.731s-.532-3.066.606-4.619c-.532-4.611-2.337-12.365-2.36-18.591a14.463,14.463,0,0,0,6.544-1.5c1.7-.768,3.05-1.536,4.384-1.5,2.607,6.813,5.207,14.817,1.621,22.336a6.782,6.782,0,0,1-3.26,2.648c-.748.261-.584,1.225-.584,1.225H44.6a12.8,12.8,0,0,1,.235-1.7A4.892,4.892,0,0,1,46.081,47c.779-4.068.542-4.868,2.217-10.249a49.678,49.678,0,0,1-.488-8.313c3.505,4.464,6.732,13.417,5.314,18.17a4.467,4.467,0,0,1-2.909,3.027A1.048,1.048,0,0,0,49.6,50.86l5.488,0,.1,0a6.233,6.233,0,0,1-.072-1.259,4.851,4.851,0,0,1,.481-2.016c-.133-2.806-.62-7.739-.158-11.219-2.038-5.038-4.071-13.724-2.906-13.642.785-.5,1.862,3.075,2.831,6.776.094.348.312.314.252-.1-1.43-9.78-4.928-13.923-8.354-16.093-1.339-.847-3.765-1.522-5.78-3.564-4.244-4.316-9.167-3.127-12.513-.307-3.285,2.772-6.469,5.982-10.048,5.706-3.04-.236-4.7-2.678-5.777-5.7-.42-1.388-1.151-4.638-1.273-5.294-.164-.884.017-1.118.141-1.318A2.684,2.684,0,0,0,12.835.984c-.079-.1-.327-.075-.735-.048A8.129,8.129,0,0,1,10.764.929C9.8.79,9.478.524,8.82.417S4.144.11,2.988.019Q2.747,0,2.53,0C1.135,0,.471.563.208,1.269' transform='matrix(1, 0, 0, 1, 5, 6)' fill='%2300a1e4'/%3E%3C/g%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='73.626' height='68.863' viewBox='0 0 73.626 68.863'%3E%3Cdefs%3E%3Cfilter id='Path_117' x='0' y='0' width='73.626' height='68.863' filterUnits='userSpaceOnUse'%3E%3CfeOffset dx='4' dy='3' input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='3' result='blur'/%3E%3CfeFlood flood-opacity='0'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg transform='matrix(1, 0, 0, 1, 0, 0)' filter='url(%23Path_117)'%3E%3Cpath id='Path_117-2' data-name='Path 117' d='M.208,1.269a2.626,2.626,0,0,0-.191.758c-.037.271-.145,1.1,1.494,1.193a3.112,3.112,0,0,1,1.384.433A21.765,21.765,0,0,1,5.26,5.184c1.707,1.59,1.9,3.958,2.086,5.023A25.463,25.463,0,0,0,9.178,16c2.712,5.685,8.393,9.559,12.265,9.939,2.1,6.769,3.821,16.535.92,21.586-.689,1.185-1.792,1.59-3.015,2.166-.555.262-.488,1.167-.488,1.167h6.022s-.24-3.428,1.286-4.788c.1-4.185.028-10.007.641-15.817,2.516,6.495,4.951,13.334,2.9,17.572-.505,1.033-1.458,1.367-2.43,1.859-.636.327-.475,1.174-.475,1.174h5.731s-.532-3.066.606-4.619c-.532-4.611-2.337-12.365-2.36-18.591a14.463,14.463,0,0,0,6.544-1.5c1.7-.768,3.05-1.536,4.384-1.5,2.607,6.813,5.207,14.817,1.621,22.336a6.782,6.782,0,0,1-3.26,2.648c-.748.261-.584,1.225-.584,1.225H44.6a12.8,12.8,0,0,1,.235-1.7A4.892,4.892,0,0,1,46.081,47c.779-4.068.542-4.868,2.217-10.249a49.678,49.678,0,0,1-.488-8.313c3.505,4.464,6.732,13.417,5.314,18.17a4.467,4.467,0,0,1-2.909,3.027A1.048,1.048,0,0,0,49.6,50.86l5.488,0,.1,0a6.233,6.233,0,0,1-.072-1.259,4.851,4.851,0,0,1,.481-2.016c-.133-2.806-.62-7.739-.158-11.219-2.038-5.038-4.071-13.724-2.906-13.642.785-.5,1.862,3.075,2.831,6.776.094.348.312.314.252-.1-1.43-9.78-4.928-13.923-8.354-16.093-1.339-.847-3.765-1.522-5.78-3.564-4.244-4.316-9.167-3.127-12.513-.307-3.285,2.772-6.469,5.982-10.048,5.706-3.04-.236-4.7-2.678-5.777-5.7-.42-1.388-1.151-4.638-1.273-5.294-.164-.884.017-1.118.141-1.318A2.684,2.684,0,0,0,12.835.984c-.079-.1-.327-.075-.735-.048A8.129,8.129,0,0,1,10.764.929C9.8.79,9.478.524,8.82.417S4.144.11,2.988.019Q2.747,0,2.53,0C1.135,0,.471.563.208,1.269' transform='matrix(1, 0, 0, 1, 5, 6)' fill='%2300a1e4'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.icon-play {
    width: 28px;
    height: 32px;
}
.icon-play::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28.688' height='32.788' viewBox='0 0 28.688 32.788'%3E%3Cpath d='M27.177,13.749,4.636.423A3.057,3.057,0,0,0,0,3.068V29.713a3.071,3.071,0,0,0,4.636,2.645l22.541-13.32a3.071,3.071,0,0,0,0-5.289Z' transform='translate(0 -0.002)' fill='%2332a2dd'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28.688' height='32.788' viewBox='0 0 28.688 32.788'%3E%3Cpath d='M27.177,13.749,4.636.423A3.057,3.057,0,0,0,0,3.068V29.713a3.071,3.071,0,0,0,4.636,2.645l22.541-13.32a3.071,3.071,0,0,0,0-5.289Z' transform='translate(0 -0.002)' fill='%2332a2dd'/%3E%3C/svg%3E%0A");
}
.icon-swipe {
    width: 85px;
    height: 88px;
}
.icon-swipe::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' id='Layer_1' x='0' y='0' style='enable-background:new 0 0 84.8 86.6' version='1.1' viewBox='0 0 84.8 86.6'%3E%3Cstyle%3E.st2,.st3%7Bfill:none;stroke:%2332a2dd;stroke-width:3;stroke-linecap:round%7D.st3%7Bstroke-linejoin:round%7D%3C/style%3E%3Cg id='Group_3691' transform='translate(-1255.406 -269.654)'%3E%3Cg id='Group_3688' transform='translate(1269 272.776)'%3E%3Cdefs%3E%3Cpath id='SVGID_1_' d='M0-.6h66.5v84.1H0z'/%3E%3C/defs%3E%3CclipPath id='SVGID_00000142157280253226798010000014554718761685145987_'%3E%3Cuse xlink:href='%23SVGID_1_' style='overflow:visible'/%3E%3C/clipPath%3E%3Cg id='Group_3687' style='clip-path:url(%23SVGID_00000142157280253226798010000014554718761685145987_)' transform='translate(0 -.001)'%3E%3Cpath id='Path_8495' d='M65.4 27c-2.1-3.2-6.5-4.1-9.7-1.9-1.3-3.6-5.3-5.6-8.9-4.3-.6.2-1.1.5-1.6.8-1.3-3.6-5.3-5.6-8.9-4.3-.4.1-.8.3-1.2.5V5.3c-.6-3.8-4.3-6.4-8.1-5.8-3 .5-5.3 2.7-5.8 5.6V47.3l-9.6-4.8c-1.5-.7-3.1-1.1-4.7-1.1-3.7 0-6.7 3-6.7 6.7 0 1.8.7 3.5 2 4.8l22.6 22.6c5.1 5.1 11.9 7.9 19.1 7.9h.1c12.6 0 22.7-10.2 22.8-22.8V30.9c-.3-1.4-.7-2.7-1.4-3.9M63 60.7c0 10.6-8.6 19.2-19.3 19.3h-.1c-6.2 0-12.2-2.5-16.6-6.9L4.4 50.4c-1.2-1.2-1.3-3.3 0-4.5.6-.6 1.4-.9 2.3-.9 1.1 0 2.1.3 3.1.7l12.2 6c.9.4 1.9.1 2.4-.8.1-.2.2-.5.2-.8V5.4c0-.1.1-.2.1-.3.7-1.8 2.8-2.7 4.6-1.9.9.4 1.6 1.1 1.9 1.9 0 .1.1.2.1.3v34.3c0 1 .8 1.7 1.8 1.7.9 0 1.7-.8 1.7-1.7V23.9c0-1.9 1.6-3.5 3.5-3.5S42 22 42 23.9v15.8c0 1 .7 1.8 1.7 1.8s1.8-.7 1.8-1.7V27.4c0-1.9 1.6-3.5 3.5-3.5s3.5 1.6 3.5 3.5v12.3c0 1 .8 1.7 1.8 1.7.9 0 1.7-.8 1.7-1.7v-8.8c0-1.9 1.6-3.5 3.5-3.5S63 29 63 30.9v29.8z' style='fill:%2300a1e4'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_3689' transform='translate(54.186 36.861)'%3E%3Cpath id='Line_307' d='M1260.3 241.2h24.2' class='st2'/%3E%3Cpath id='Path_8496' d='m1277.5 234.3 7 7-6.9 6.9' class='st3'/%3E%3C/g%3E%3Cg id='Group_3690' transform='translate(1256.906 271.775)'%3E%3Cpath id='Line_307-2' d='M24.2 6.3H0' class='st2'/%3E%3Cpath id='Path_8496-2' d='m7-.6-7 7 6.9 6.9' class='st3'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' id='Layer_1' x='0' y='0' style='enable-background:new 0 0 84.8 86.6' version='1.1' viewBox='0 0 84.8 86.6'%3E%3Cstyle%3E.st2,.st3%7Bfill:none;stroke:%2332a2dd;stroke-width:3;stroke-linecap:round%7D.st3%7Bstroke-linejoin:round%7D%3C/style%3E%3Cg id='Group_3691' transform='translate(-1255.406 -269.654)'%3E%3Cg id='Group_3688' transform='translate(1269 272.776)'%3E%3Cdefs%3E%3Cpath id='SVGID_1_' d='M0-.6h66.5v84.1H0z'/%3E%3C/defs%3E%3CclipPath id='SVGID_00000142157280253226798010000014554718761685145987_'%3E%3Cuse xlink:href='%23SVGID_1_' style='overflow:visible'/%3E%3C/clipPath%3E%3Cg id='Group_3687' style='clip-path:url(%23SVGID_00000142157280253226798010000014554718761685145987_)' transform='translate(0 -.001)'%3E%3Cpath id='Path_8495' d='M65.4 27c-2.1-3.2-6.5-4.1-9.7-1.9-1.3-3.6-5.3-5.6-8.9-4.3-.6.2-1.1.5-1.6.8-1.3-3.6-5.3-5.6-8.9-4.3-.4.1-.8.3-1.2.5V5.3c-.6-3.8-4.3-6.4-8.1-5.8-3 .5-5.3 2.7-5.8 5.6V47.3l-9.6-4.8c-1.5-.7-3.1-1.1-4.7-1.1-3.7 0-6.7 3-6.7 6.7 0 1.8.7 3.5 2 4.8l22.6 22.6c5.1 5.1 11.9 7.9 19.1 7.9h.1c12.6 0 22.7-10.2 22.8-22.8V30.9c-.3-1.4-.7-2.7-1.4-3.9M63 60.7c0 10.6-8.6 19.2-19.3 19.3h-.1c-6.2 0-12.2-2.5-16.6-6.9L4.4 50.4c-1.2-1.2-1.3-3.3 0-4.5.6-.6 1.4-.9 2.3-.9 1.1 0 2.1.3 3.1.7l12.2 6c.9.4 1.9.1 2.4-.8.1-.2.2-.5.2-.8V5.4c0-.1.1-.2.1-.3.7-1.8 2.8-2.7 4.6-1.9.9.4 1.6 1.1 1.9 1.9 0 .1.1.2.1.3v34.3c0 1 .8 1.7 1.8 1.7.9 0 1.7-.8 1.7-1.7V23.9c0-1.9 1.6-3.5 3.5-3.5S42 22 42 23.9v15.8c0 1 .7 1.8 1.7 1.8s1.8-.7 1.8-1.7V27.4c0-1.9 1.6-3.5 3.5-3.5s3.5 1.6 3.5 3.5v12.3c0 1 .8 1.7 1.8 1.7.9 0 1.7-.8 1.7-1.7v-8.8c0-1.9 1.6-3.5 3.5-3.5S63 29 63 30.9v29.8z' style='fill:%2300a1e4'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_3689' transform='translate(54.186 36.861)'%3E%3Cpath id='Line_307' d='M1260.3 241.2h24.2' class='st2'/%3E%3Cpath id='Path_8496' d='m1277.5 234.3 7 7-6.9 6.9' class='st3'/%3E%3C/g%3E%3Cg id='Group_3690' transform='translate(1256.906 271.775)'%3E%3Cpath id='Line_307-2' d='M24.2 6.3H0' class='st2'/%3E%3Cpath id='Path_8496-2' d='m7-.6-7 7 6.9 6.9' class='st3'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.lets-block {
    position: absolute;
    right: 80px;
    bottom: 70px;
    padding-right: 94px;
    font-size: 41px;
    text-transform: uppercase;
    font-family: "Camel", sans-serif;
}
@media only screen and (max-width: 1199px) {
    .lets-block {
        font-size: 28px;
        padding-right: 70px;
        right: 40px;
        bottom: 50px;
    }
}
@media only screen and (max-width: 1022px) {
    .lets-block {
        bottom: initial;
        right: initial;
        top: 6vh;
        left: 50%;
        transform: translate(-50%, 0);
    }
}
.lets-block::after {
    content: "";
    width: 78px;
    height: 112px;
    position: absolute;
    top: 50%;
    right: 0;
    background-color: var(--color-sky-blue);
    transform: rotate(10deg) translate(0, -50%);
}
@media only screen and (max-width: 1199px) {
    .lets-block::after {
        width: 55px;
        height: 80px;
    }
}
.lets-block .icon {
    position: absolute;
    right: -10px;
    z-index: 3;
    top: 0;
    transform: rotate(8deg);
}
.lets-block .icon::before {
    background-color: var(--color-yellow);
}
.btn {
    cursor: pointer;
    padding: 8px 30px;
    min-width: 244px;
    min-height: 70px;
    background-color: var(--color-yellow);
    color: var(--color-sky-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    font-size: 32px;
    font-family: "Camel", sans-serif;
    font-weight: 700;
    border-radius: 16px;
    transition: background-color 0.25s ease-in, box-shadow 0.25s ease-in, color 0.3s ease;
}
@media (max-height: 800px) {
    .btn {
        font-size: 26px;
    }
}
@media only screen and (max-width: 1439px) {
    .btn {
        min-height: 48px;
        border-radius: 10px;
        font-size: 22px;
        min-width: 225px;
        padding: 8px 16px;
    }
}
.btn:hover, .btn:focus {
    background-color: var(--color-yellow-dark);
}
.btn .btn__text {
    display: block;
}
.btn--blue {
    background-color: var(--color-sky-blue);
    color: var(--color-yellow);
}
.btn--blue:hover, .btn--blue:focus {
    background-color: var(--color-sky-blue_dark);
}
.checkbox {
    display: flex;
    align-items: center;
    min-height: 22px;
    font-size: 17px;
    line-height: 1.29;
    user-select: none;
}
@media only screen and (max-width: 1022px) {
    .checkbox {
        font-size: 11px;
    }
}
.checkbox + .checkbox {
    margin-top: 12px;
}
@media only screen and (max-width: 1022px) {
    .checkbox + .checkbox {
        margin-top: 0;
    }
}
.checkbox__label {
    display: inline-block;
    line-height: normal;
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    margin: 0;
    transition: color 0.3s ease;
}
@media only screen and (max-width: 1022px) {
    .checkbox__label {
        padding-left: 24px;
    }
}
.checkbox__label::before, .checkbox__label::after {
    content: "";
    position: absolute;
    border-radius: 100%;
}
.checkbox__label::before {
    width: 20px;
    height: 20px;
    left: 0;
    top: 2px;
    background-color: var(--color-white);
    transition: box-shadow 0.3s ease;
}
@media only screen and (max-width: 1022px) {
    .checkbox__label::before {
        width: 14px;
        height: 14px;
        top: 1px;
    }
}
.checkbox__label::after {
    left: 5px;
    top: 7px;
    width: 10px;
    height: 10px;
    background-color: var(--color-sky-blue);
    opacity: 0;
    transform: scale(0.001);
    transition: transform 0.3s ease, opacity 0.3s ease;
}
@media only screen and (max-width: 1022px) {
    .checkbox__label::after {
        left: 4px;
        top: 4px;
        width: 7px;
        height: 7px;
    }
}
.checkbox a {
    border: 0;
    text-decoration: underline;
}
.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkbox input:checked + .checkbox__label::after {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
}
.checkbox input:focus + .checkbox__label::before {
    box-shadow: 0 0 0 3px rgba(0, 50, 78, 0.2);
}
.title--h6, .title--h5, .title--h4, .title--h3, .title--h2, .title--h1 {
    font-weight: 700;
    line-height: 1.2;
    color: var(--color-white);
    font-family: "Camel", sans-serif;
}

.title--h1 {
    font-size: 64px;
    line-height: 1.05;
    text-shadow: 0 5px 6px rgba(0, 0, 0, 0.68);
}
@media only screen and (max-width: 1439px) {
    .title--h1 {
        font-size: 52px;
    }
}
@media only screen and (max-width: 1022px) {
    .title--h1 {
        font-size: 35px;
    }
}

.title--h2 {
    font-size: 30px;
    color: var(--color-blue);
}
@media only screen and (max-width: 1439px) {
    .title--h2 {
        font-size: 26px;
    }
}
@media only screen and (max-width: 1022px) {
    .title--h2 {
        font-size: 18px;
    }
}

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

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

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

.title--h6 {
    font-size: 14px;
}
.content-block {
    position: relative;
    width: 100%;
    max-width: 518px;
    color: var(--color-blue);
    border: 2px solid currentColor;
    padding: 36px 28px;
    border-radius: 6px;
}
@media only screen and (max-width: 1022px) {
    .content-block {
        padding: 19px 18px;
    }
}
.content-block p + p {
    margin-top: 22px;
}
@media only screen and (max-width: 1022px) {
    .content-block p + p {
        margin-top: 28px;
    }
}
.card-slider {
    text-align: center;
    user-select: none;
    color: var(--color-sky-blue-2);
    overflow: hidden;
    width: auto;
}
@media only screen and (max-width: 1022px) {
    .card-slider {
        flex: auto;
        min-height: 380px;
    }
}
@media only screen and (min-width: 1023px) {
    .card-slider__inner {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
}
@media only screen and (max-width: 1022px) {
    .card-slider__inner {
        width: 100%;
    }
}
.card-slider .swiper-slide {
    display: flex;
    flex-direction: column;
    height: auto;
}
.card-slider__dots {
    position: absolute;
    z-index: 4;
    height: 22px;
    width: 22px;
    border-radius: 100%;
    background-color: var(--color-green);
    bottom: 0;
    left: 0;
    display: block;
    opacity: 0;
    cursor: default;
    transition: opacity 0.3s ease;
    transform: translate(-50%, -50%);
}
.card-slider__dots--1 {
    top: 73%;
    left: 14%;
}
.card-slider__dots--2 {
    bottom: 16%;
    left: 52%;
}
.card-slider__dots--3 {
    bottom: 8%;
    left: 30%;
}
.card-slider__dots--4 {
    left: 75%;
    top: 90%;
}
.card-slider__dots--5 {
    left: 52%;
    top: 94%;
}
.card-slider__dots--6 {
    top: 13%;
    left: 74%;
}
.card-slider__dots--7 {
    left: 74%;
    top: 32%;
}
.card-slider__dots--red {
    border-color: var(--color-red);
}
.card-slider__nav {
    opacity: 0;
    pointer-events: none;
}
@media only screen and (max-width: 1022px) {
    .card-slider__nav {
        opacity: 1;
        pointer-events: all;
    }
}
.card-slider__nav-button {
    position: absolute;
    top: 50%;
    z-index: 9;
    transform: translate(0, -50%);
    transition: opacity 0.3s ease;
}
.card-slider__nav-button-prev {
    left: 16px;
}
.card-slider__nav-button-next {
    right: 16px;
}
.card-slider__nav-button[aria-disabled=true] {
    opacity: 0.5;
}
.card-slider__nav-button i::before {
    background-color: var(--color-sky-blue);
}
.card-slider__slide {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
}
.card-slider__slide-inner {
    position: relative;
}
.card-slider__slide img {
    height: auto;
    object-fit: contain;
    max-height: 50vh;
    max-width: 400px;
}
@media only screen and (max-width: 1022px) {
    .card-slider__slide img {
        max-height: 50vh;
        min-height: 510px;
    }
}

@keyframes animate-swipe-hand {
    0% {
        transform: translate(20px);
    }
    100% {
        transform: translate(-20px);
    }
}
.cookie-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 20px 0;
    z-index: 998;
    color: var(--color-black);
    background-color: var(--color-white);
    font-size: 14px;
    line-height: 1.5;
    transition: opacity 0.5s ease, visibility 0s linear 0.5s;
}
@media only screen and (max-width: 767px) {
    .cookie-banner {
        padding: 30px 0;
    }
}
.cookie-banner.cookie-set {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0s linear;
}
.cookie-banner .cookie-width {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    max-width: 1440px;
}
@media only screen and (max-width: 767px) {
    .cookie-banner .cookie-width {
        flex-direction: column;
    }
}
.cookie-banner__button {
    margin-left: 50px;
}
@media only screen and (max-width: 767px) {
    .cookie-banner__button {
        margin-left: 0;
        margin-top: 20px;
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .cookie-banner .btn--cookie {
        width: 100%;
    }
}
.product-images {
    max-width: 566px;
    width: 100%;
    height: 600px;
    margin: 0 auto;
    position: relative;
}
.product-images__item {
    max-width: 234px;
    width: 100%;
    box-shadow: 0 10px 33px rgba(0, 0, 0, 0.45);
    position: absolute;
    left: 0;
    top: 0;
}
.product-images__item--1 {
    left: inherit;
    right: 0;
    transform: rotate(15deg);
}
.product-images img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.difference-result {
    position: relative;
    max-width: 332px;
    width: 100%;
}
.difference-result img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.difference-result__numbers {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    color: var(--color-white);
    background-color: var(--color-green);
    font-size: 19px;
    bottom: 25%;
    left: 37px;
}
.difference-result__numbers--2 {
    bottom: 17.2%;
    left: 47%;
}
.difference-result__numbers--3 {
    bottom: 9.2%;
    left: 22.8%;
}
.difference-result__numbers--4 {
    bottom: 40px;
    left: 73.7%;
}
.difference-result__numbers--5 {
    bottom: 13px;
    left: 49.3%;
}
.difference-result__numbers--6 {
    bottom: 85%;
    left: 69.2%;
}
.difference-result__numbers--7 {
    bottom: 64%;
    left: 69.2%;
}
.base-timer {
    position: relative;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Camel", sans-serif;
    color: var(--color-sky-blue);
    margin-bottom: 110px;
}
@media only screen and (max-width: 1439px) {
    .base-timer {
        margin-bottom: 5vh;
    }
}
@media only screen and (max-width: 1022px) {
    .base-timer {
        margin-bottom: 0;
    }
}
.base-timer__label {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    font-size: 42px;
    font-weight: 700;
}
@media only screen and (max-width: 1022px) {
    .base-timer__label {
        font-size: 25px;
    }
}
.base-timer__svg {
    transform: scaleX(-1);
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
}
.base-timer__circle {
    fill: none;
    stroke: none;
}
.base-timer__path-elapsed {
    stroke-width: 8px;
    stroke: transparent;
}
@media (max-height: 800px) {
    .base-timer__path-elapsed {
        stroke-width: 6px;
    }
}
@media only screen and (max-width: 1022px) {
    .base-timer__path-elapsed {
        stroke-width: 6px;
    }
}
.base-timer__path-remaining {
    stroke-width: 8px;
    stroke-linecap: round;
    transform: rotate(90deg);
    transform-origin: center;
    transition: 1s linear all;
    fill-rule: nonzero;
    stroke: currentColor;
}
@media (max-height: 800px) {
    .base-timer__path-remaining {
        stroke-width: 6px;
    }
}
@media only screen and (max-width: 1022px) {
    .base-timer__path-remaining {
        stroke-width: 6px;
    }
}
.base-timer__path-remaining.green {
    color: var(--color-sky-blue);
}
.base-timer__path-remaining.orange {
    color: orange;
}
.base-timer__path-remaining.red {
    color: red;
}
.video-block__video, .video-block__button {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
}

.video-block {
    position: relative;
    width: 100%;
    max-width: 402px;
    height: 256px;
    color: var(--color-sky-blue);
    border: 10px solid currentColor;
    border-radius: 6px;
    font-weight: 700;
    cursor: pointer;
    background-color: var(--color-white);
    font-family: "Camel", sans-serif;
}
@media only screen and (max-width: 1199px) {
    .video-block {
        height: 168px;
        max-width: 300px;
    }
}
.video-block__button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    z-index: 3;
    background-color: var(--color-white);
    transition: opacity 0.3s ease;
    font-family: inherit;
}
.is-playing .video-block__button {
    opacity: 0;
    pointer-events: none;
}
.video-block__button span,
.video-block__button .icon {
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.video-block__button .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    opacity: 0;
    transform: translate(-50%, -50%);
}
.video-block__button .icon::before {
    background-color: var(--color-sky-blue);
}
.video-block__button:hover span {
    opacity: 0;
}
.video-block__button:hover .icon {
    opacity: 1;
}
.video-block__video {
    background-color: var(--color-black);
    object-fit: cover;
}
@media (max-height: 800px) {
    .answers-screen {
        font-size: 16px;
    }
}
.answers-screen__col {
    padding: 0;
}
.answers-screen__col-left {
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media only screen and (max-width: 767px) {
    .answers-screen__col-left {
        display: none;
    }
}
.answers-screen .container {
    position: relative;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: auto;
}
.answers-screen__row {
    display: grid;
    grid-template-columns: 44% 1fr;
    grid-gap: 16px;
}
@media only screen and (max-width: 767px) {
    .answers-screen__row {
        grid-template-columns: 1fr;
        grid-gap: 0;
        text-align: center;
    }
}
.answers-screen__content .title {
    margin-bottom: 30px;
    line-height: 1.5;
}
.answers-screen .content-block {
    max-width: 612px;
    padding: 24px 20px;
    line-height: 1.7;
}
@media only screen and (max-width: 767px) {
    .answers-screen .content-block {
        max-width: calc(100% - 76px);
        padding: 28px 30px;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 767px) {
    .answers-screen .editor-text ol {
        grid-gap: 8px;
    }
    .answers-screen .editor-text ol li {
        padding-left: 0;
        display: grid;
        grid-gap: 0;
    }
    .answers-screen .editor-text ol li:before {
        position: relative;
        display: inline-block;
        left: 0;
    }
}
.answers-screen__button {
    margin-top: 30px;
}
.site-footer {
    width: 100%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 84px;
    color: var(--color-black);
}
.game-module {
    position: relative;
}
.game-module__item {
    display: none;
}
.game-module__item.is-active {
    display: block;
}
.editor-text ul li:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.editor-text h6, .editor-text h5, .editor-text h4, .editor-text h3, .editor-text h2, .editor-text h1 {
    font-weight: 700;
    line-height: 1.2;
    color: var(--color-white);
    font-family: "Camel", sans-serif;
}

.editor-text h1 {
    font-size: 64px;
    line-height: 1.05;
    text-shadow: 0 5px 6px rgba(0, 0, 0, 0.68);
}
@media only screen and (max-width: 1439px) {
    .editor-text h1 {
        font-size: 52px;
    }
}
@media only screen and (max-width: 1022px) {
    .editor-text h1 {
        font-size: 35px;
    }
}

.editor-text h2 {
    font-size: 30px;
    color: var(--color-blue);
}
@media only screen and (max-width: 1439px) {
    .editor-text h2 {
        font-size: 26px;
    }
}
@media only screen and (max-width: 1022px) {
    .editor-text h2 {
        font-size: 18px;
    }
}

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

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

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

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

.editor-text ol li:before {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-transform: inherit;
    text-align: inherit;
    font-style: inherit;
    font-family: inherit;
}

.container .editor-text .container {
    max-width: 100%;
    padding: 0;
}
.editor-text h1,
.editor-text h2,
.editor-text h3,
.editor-text h4,
.editor-text h5,
.editor-text h6 {
    font-weight: 700;
    margin-bottom: 30px;
}
* + .editor-text h1,
* + .editor-text h2,
* + .editor-text h3,
* + .editor-text h4,
* + .editor-text h5,
* + .editor-text h6 {
    margin-top: 40px;
}
.editor-text h1:first-child,
.editor-text h2:first-child,
.editor-text h3:first-child,
.editor-text h4:first-child,
.editor-text h5:first-child,
.editor-text h6:first-child {
    margin-top: 0;
}
.editor-text p,
.editor-text ul,
.editor-text ol,
.editor-text img,
.editor-text figure,
.editor-text table {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}
.editor-text p:first-child,
.editor-text ul:first-child,
.editor-text ol:first-child,
.editor-text img:first-child,
.editor-text figure:first-child,
.editor-text table:first-child {
    margin-top: 0;
}
.editor-text p:last-child,
.editor-text ul:last-child,
.editor-text ol:last-child,
.editor-text img:last-child,
.editor-text figure:last-child,
.editor-text table:last-child {
    margin-bottom: 0;
}
.editor-text p a,
.editor-text ul a,
.editor-text ol a,
.editor-text img a,
.editor-text figure a,
.editor-text table a {
    text-decoration: underline;
}
.editor-text ul,
.editor-text ol {
    list-style: none;
    display: grid;
    grid-gap: 2px;
}
.editor-text ul li,
.editor-text ol li {
    position: relative;
    padding-left: 40px;
}
.editor-text ul li:before {
    border-radius: 100%;
    width: 6px;
    height: 6px;
    background-color: currentColor;
    color: inherit;
    top: 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-weight: 700;
    font-size: inherit;
    position: absolute;
    left: 8px;
    top: 0;
}
.editor-text table {
    border: 1px solid;
    width: 100%;
}
.editor-text table tr {
    border-bottom: 1px solid;
}
.editor-text table th,
.editor-text table td {
    padding: 0.5em;
}
.editor-text table th:not(:first-child),
.editor-text table td:not(:first-child) {
    border-left: 1px solid;
}
.editor-text blockquote p {
    margin: 0 !important;
}
.intro-screen {
    position: relative;
    height: calc(100vh - 84px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #2da1e2;
    background: linear-gradient(145deg, #2da1e2 0%, #3aa6e4 18%, #7fc1ec 27%, #9dcdf0 33%, #b7d7f3 39%, #b7d7f3 50%, #94c9ef 60%, #46abe5 89%, #2da1e2 100%);
}
@media only screen and (max-width: 1022px) {
    .intro-screen {
        text-align: center;
        padding: 14vh 0 60px;
        height: auto;
        min-height: calc(100vh - 84px);
    }
}
.intro-screen .container {
    position: relative;
    z-index: 3;
}
.intro-screen__row {
    height: 100%;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 52% 1fr;
}
@media only screen and (max-width: 1439px) {
    .intro-screen__row {
        grid-template-columns: 40% 1fr;
    }
}
@media only screen and (max-width: 1022px) {
    .intro-screen__row {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
}
.intro-screen__col {
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 1022px) {
    .intro-screen__col {
        justify-content: center;
        flex-direction: column;
    }
}
.intro-screen .title--h2 {
    margin-top: 14px;
}
@media only screen and (max-width: 1022px) {
    .intro-screen .title--h2 {
        left: 50%;
        min-width: 250px;
        position: relative;
        transform: translate(-50%, 0);
    }
}
.intro-screen__content {
    padding-left: 54px;
    margin: 20px 0;
}
@media only screen and (max-width: 1022px) {
    .intro-screen__content {
        padding-left: 0;
        width: 100%;
        max-width: 285px;
    }
}
.intro-screen__input {
    max-width: 323px;
    margin: 44px 0 21px;
}
@media only screen and (max-width: 1022px) {
    .intro-screen__input {
        margin: 24px 0 14px;
    }
}
.intro-screen__input-field {
    border-radius: 18px;
    min-height: 70px;
    padding: 0 32px;
    background-color: var(--color-white);
    border: 0;
    font-size: 24px;
    width: 100%;
}
@media only screen and (max-width: 1439px) {
    .intro-screen__input-field {
        font-size: 16px;
        min-height: 50px;
        border-radius: 8px;
        padding: 0 22px;
    }
}
.intro-screen__button {
    margin-top: 45px;
}
@media only screen and (max-width: 1022px) {
    .intro-screen__button {
        margin-top: 22px;
    }
}
.intro-screen__images {
    position: relative;
    height: 630px;
    margin-top: 8vh;
    padding-left: 18px;
}
@media only screen and (max-width: 1022px) {
    .intro-screen__images {
        height: 235px;
        padding-left: 0;
        display: block;
        margin: 0 auto;
        max-width: 170px;
    }
}
.intro-screen__images-camel {
    position: absolute;
    z-index: 3;
    left: 26%;
    top: 26%;
    animation: camel 3s cubic-bezier(0.63, 0.11, 0.22, 1) forwards;
}
@media only screen and (max-width: 1022px) {
    .intro-screen__images-camel {
        max-width: 86px;
        animation: camel-mobile 3s cubic-bezier(0.63, 0.11, 0.22, 1) forwards;
    }
}
@media only screen and (max-width: 1439px) {
    .intro-screen__images-grid {
        max-width: 480px;
    }
}
@media only screen and (max-width: 1022px) {
    .intro-screen__images-grid {
        max-width: 170px;
    }
}
.page-loaded .intro-screen__images-grid {
    animation: animate-grid 3s cubic-bezier(0.63, 0.11, 0.22, 1) forwards;
}
.intro-screen__images-product {
    max-width: 182px;
    position: absolute;
    z-index: 4;
    box-shadow: 0 10px 33px rgba(0, 0, 0, 0.45);
    transition: all 0.3s cubic-bezier(0.61, -0.02, 0.53, 1.11);
}
@media only screen and (max-width: 1022px) {
    .intro-screen__images-product {
        max-width: 80px;
    }
}
.intro-screen__images-product img {
    width: 100%;
    object-fit: contain;
}
.intro-screen__images-product-1 {
    transform: rotate(-12deg);
    top: 55%;
    right: -17%;
}
@media only screen and (max-width: 1022px) {
    .intro-screen__images-product-1 {
        transform: rotate(24deg);
        top: 27%;
        right: -34%;
    }
}
.page-loaded .intro-screen__images-product-1 {
    animation: animate-product-1 3s cubic-bezier(0.63, 0.11, 0.22, 1) forwards;
}
@media only screen and (max-width: 1022px) {
    .page-loaded .intro-screen__images-product-1 {
        animation: animate-product-1-mobile 3s cubic-bezier(0.63, 0.11, 0.22, 1) forwards;
    }
}
.intro-screen__images-product-2 {
    top: 2%;
    right: -18%;
    opacity: 1;
    transform: translate(-40vw, 100vh) rotate(-20deg);
}
@media only screen and (max-width: 1022px) {
    .intro-screen__images-product-2 {
        top: 8%;
        right: initial;
        left: -30%;
        transform: translate(18vh, 40vh) rotate(27deg);
    }
}
.page-loaded .intro-screen__images-product-2 {
    animation: animate-product-2 3s cubic-bezier(0.63, 0.11, 0.22, 1) forwards;
}
@media only screen and (max-width: 1022px) {
    .page-loaded .intro-screen__images-product-2 {
        animation: animate-product-2-mobile 3s cubic-bezier(0.63, 0.11, 0.22, 1) forwards;
    }
}
.intro-screen__lets {
    position: absolute;
    right: 80px;
    bottom: 70px;
    padding-right: 94px;
    font-size: 41px;
    text-transform: uppercase;
    font-family: "Camel", sans-serif;
    animation: animate-lets 3s cubic-bezier(0.63, 0.11, 0.22, 1) forwards;
}
@media only screen and (max-width: 1022px) {
    .intro-screen__lets {
        font-size: 28px;
        bottom: initial;
        right: initial;
        top: 6vh;
        left: 50%;
        transform: translate(-50%, 0);
        padding-right: 70px;
    }
}
.intro-screen__lets::after {
    content: "";
    width: 78px;
    height: 112px;
    position: absolute;
    top: 50%;
    right: 0;
    background-color: var(--color-yellow);
    transform: rotate(10deg) translate(0, -50%);
}
@media only screen and (max-width: 1022px) {
    .intro-screen__lets::after {
        width: 55px;
        height: 80px;
    }
}
.intro-screen__lets .icon {
    position: absolute;
    right: -10px;
    z-index: 3;
    top: 0;
    transform: rotate(8deg);
}
@media only screen and (min-width: 1023px) {
    .intro-screen__lets .icon {
        opacity: 0;
        animation: animate-camel-icon 3s cubic-bezier(0.63, 0.11, 0.22, 1) forwards;
    }
}
.intro-screen__lets .icon::before {
    background-color: var(--color-sky-blue);
}

@keyframes animate-product-2 {
    0% {
        opacity: 0;
        transform: translate(-40vw, 100vh) rotate(-20deg);
    }
    40% {
        opacity: 1;
        transform: translate(0, 0) rotate(-10deg);
    }
    70% {
        opacity: 1;
        transform: translate(0, 0) rotate(-10deg);
        max-width: 182px;
    }
    100% {
        transform: translate(-59px, 0%) rotate(15deg);
        max-width: 230px;
    }
}
@keyframes animate-product-2-mobile {
    0% {
        opacity: 0;
        transform: translate(18vh, 40vh) rotate(27deg);
    }
    40% {
        opacity: 1;
        transform: translate(0, 0) rotate(-15deg);
    }
    70% {
        opacity: 1;
        transform: translate(0, 0) rotate(-15deg);
        max-width: 80px;
    }
    100% {
        transform: translate(160%, -14%) rotate(15deg);
        max-width: 86px;
    }
}
@keyframes animate-product-1 {
    0% {
        transform: translate(0, 0) rotate(-12deg);
    }
    70% {
        transform: translate(0, 0) rotate(-12deg);
        max-width: 182px;
    }
    100% {
        transform: translate(-130%, -40%) rotate(-11deg);
        max-width: 236px;
    }
}
@keyframes animate-product-1-mobile {
    0% {
        transform: translate(0, 0) rotate(24deg);
    }
    70% {
        transform: translate(0, 0) rotate(24deg);
        max-width: 80px;
    }
    100% {
        transform: translate(-160%, 0) rotate(-12deg);
        max-width: 86px;
    }
}
@keyframes animate-grid {
    0% {
        opacity: 1;
    }
    70% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes camel {
    0% {
        transform: translate(0, 0);
        transform: scale(1);
        opacity: 1;
    }
    75% {
        transform: translate(0, 0);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate(25vw, 30vh) scale(0.2);
    }
}
@keyframes camel-mobile {
    0% {
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes animate-camel-icon {
    0% {
        opacity: 0;
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes animate-lets {
    0% {
        opacity: 0;
    }
    70% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@media only screen and (min-width: 1023px) {
    .product-slider {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
}
@media only screen and (min-width: 1023px) {
    .product-slider__inner {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: relative;
        flex: auto;
    }
}
.product-slider__header {
    display: flex;
    align-items: center;
    text-align: center;
    opacity: 0;
    justify-content: center;
    visibility: hidden;
    z-index: 3;
    font-family: "Camel", sans-serif;
    transition: visibility 0.3s ease, opacity 0.3s ease;
}
@media only screen and (min-width: 1023px) {
    .product-slider__header {
        flex-direction: column;
        position: absolute;
        top: 50%;
        left: 0;
        padding-right: 6vw;
        transform: translate(-100%, -60%);
    }
}
@media only screen and (max-width: 1022px) {
    .product-slider__header {
        padding: 15px 0;
        position: relative;
    }
}
.product-slider__header-text {
    font-size: 35px;
    font-weight: 700;
}
@media only screen and (max-width: 1022px) {
    .product-slider__header-text {
        font-size: 21px;
        margin-left: 42px;
    }
}
.product-slider__footer {
    position: relative;
    z-index: 3;
    padding: 1vh 0 4vh;
}
@media only screen and (max-width: 767px) {
    .product-slider__footer {
        padding: 0 0 2vh;
    }
}
.product-slider__footer .title {
    font-family: "Camel Sans", sans-serif;
    font-weight: 400;
}
@media only screen and (max-width: 767px) {
    .product-slider__footer .title {
        font-size: 22px;
    }
}
.product-slider .container {
    position: relative;
    z-index: 3;
}
@media only screen and (min-width: 1023px) {
    .product-slider .swiper-wrapper {
        display: grid;
        grid-gap: 50px;
        max-width: 750px;
        margin: 0 auto;
        grid-template-columns: 1fr 1fr;
        transform: translate3d(0px, 0px, 0px) !important;
    }
}
@media only screen and (max-width: 1439px) {
    .product-slider .swiper-wrapper {
        grid-gap: 20px;
        max-width: 500px;
    }
}
@media only screen and (min-width: 1023px) {
    .product-slider .swiper-slide {
        width: 100% !important;
    }
}
@media only screen and (min-width: 1023px) {
    .product-slider .card-slider__slide img {
        max-width: 100%;
        max-height: 70vh;
    }
}
.product-slider.start-timer .product-slider__header {
    opacity: 1;
    visibility: visible;
}
.product-slider.start-timer .card-slider__swipe-label {
    opacity: 0;
    pointer-events: none;
}
@media (max-height: 800px) {
    .results-screen {
        font-size: 16px;
    }
}
.results-screen .container {
    position: relative;
    z-index: 3;
}
.results-screen__header {
    margin-bottom: 46px;
}
@media (max-height: 800px) {
    .results-screen__header {
        padding-left: 0;
        margin-bottom: 24px;
    }
}
@media only screen and (max-width: 1022px) {
    .results-screen__header {
        padding-left: 0;
    }
}
.results-screen__row {
    height: 100%;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 1439px) {
    .results-screen__row {
        grid-template-columns: 40% 1fr;
    }
}
@media only screen and (max-width: 1022px) {
    .results-screen__row {
        grid-template-columns: 1fr;
        grid-gap: 0;
        position: relative;
    }
}
.results-screen__col {
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 1022px) {
    .results-screen__col {
        justify-content: center;
        flex-direction: column;
    }
}
@media only screen and (max-width: 1022px) {
    .results-screen__col-right {
        position: absolute;
        top: 0;
        height: 100%;
        z-index: 3;
        pointer-events: none;
        overflow: hidden;
        left: -15px;
        width: calc(100% + 30px);
    }
}
@media only screen and (max-width: 1022px) {
    .results-screen__body {
        opacity: 0;
        visibility: hidden;
        transition: visibility 0.3s ease, opacity 0.3s ease;
    }
    .is-animated .results-screen__body {
        opacity: 1;
        visibility: visible;
    }
}
.results-screen__title {
    font-size: 100px;
    line-height: 1;
    text-shadow: 0 5px 6px rgba(0, 0, 0, 0.68);
    color: var(--color-white);
    font-family: "Camel", sans-serif;
}
@media (max-height: 800px) {
    .results-screen__title {
        font-size: 70px;
    }
}
@media only screen and (max-width: 1439px) {
    .results-screen__title {
        font-size: 116px;
    }
}
@media only screen and (max-width: 1199px) {
    .results-screen__title {
        font-size: 70px;
    }
}
@media only screen and (max-width: 1022px) {
    .results-screen__title {
        font-size: 58px;
    }
}
.results-screen__content {
    width: 100%;
    padding-left: 54px;
    margin: 40px 0 20px;
}
@media only screen and (max-width: 1199px) {
    .results-screen__content {
        margin: 20px 0;
    }
}
@media only screen and (max-width: 1022px) {
    .results-screen__content {
        padding-left: 0;
        width: 100%;
        max-width: 270px;
    }
}
.results-screen__button {
    margin-top: 4px;
}
.results-screen__button .btn {
    min-width: 270px;
}
@media (max-height: 800px) {
    .results-screen__button .btn {
        min-width: 230px;
        min-height: 60px;
    }
}
@media only screen and (max-width: 1022px) {
    .results-screen__button .btn {
        min-width: 220px;
    }
}
.results-screen__table {
    border: 2px solid var(--color-blue);
    text-align: center;
    border-radius: 6px;
    max-width: 270px;
    margin-bottom: 30px;
    padding-bottom: 8px;
}
@media (max-height: 800px) {
    .results-screen__table {
        margin-bottom: 16px;
    }
}
@media only screen and (max-width: 1022px) {
    .results-screen__table {
        border-radius: 18px;
    }
}
.results-screen__table-row {
    display: grid;
    grid-gap: 8px;
    grid-template-columns: repeat(3, 1fr);
}
.results-screen__table-col {
    padding: 3px 0;
}
.results-screen__table-head {
    padding: 12px 4px;
    font-family: "Camel", sans-serif;
}
.results-screen__lets-text {
    font-size: 40px;
    font-family: "Camel", sans-serif;
}
.results-screen__product {
    max-width: 220px;
    box-shadow: 0 10px 33px rgba(0, 0, 0, 0.45);
    position: absolute;
    left: 0;
    top: 0;
}
@media only screen and (max-width: 1199px) {
    .results-screen__product {
        max-width: 190px;
    }
}
@media only screen and (max-width: 1199px) {
    .results-screen__product {
        max-width: 140px;
    }
}
@media only screen and (max-width: 1022px) {
    .results-screen__product {
        max-width: 128px;
        transition: all 0.3s ease;
    }
    .is-animated .results-screen__product {
        max-width: 106px;
    }
}
.results-screen__product-1 {
    left: -13%;
    top: 18%;
    transform: rotate(-13deg);
}
@media only screen and (max-width: 1199px) {
    .results-screen__product-1 {
        left: 12%;
        top: 40%;
    }
}
@media only screen and (max-width: 1022px) {
    .results-screen__product-1 {
        left: 14%;
        top: 43%;
    }
    .is-animated .results-screen__product-1 {
        left: -6%;
        top: 56%;
        transform: rotate(-23deg);
    }
}
.results-screen__product-2 {
    left: inherit;
    right: 30%;
    transform: rotate(5deg);
    top: -24%;
}
@media only screen and (max-width: 1199px) {
    .results-screen__product-2 {
        right: 30%;
        top: -34%;
    }
}
@media only screen and (max-width: 1022px) {
    .results-screen__product-2 {
        right: 10%;
        top: 27%;
        transform: rotate(5deg);
    }
    .is-animated .results-screen__product-2 {
        opacity: 0;
    }
}
.results-screen__product-3 {
    left: initial;
    right: 16%;
    transform: rotate(16deg);
    z-index: -1;
    top: 40%;
}
@media only screen and (max-width: 1022px) {
    .results-screen__product-3 {
        right: 10%;
        top: initial;
        bottom: 40px;
        z-index: 3;
    }
    .is-animated .results-screen__product-3 {
        right: -70px;
        top: 63%;
        transform: rotate(29deg);
    }
}
@media only screen and (min-width: 1023px) {
    .results-screen__product-list {
        max-width: 566px;
        width: 100%;
        height: 400px;
        margin: 0 auto;
        position: relative;
    }
}
@media (max-height: 800px) {
    .results-screen__product-list {
        max-width: 396px;
    }
}
@media only screen and (min-width: 1023px) and (max-width: 1199px) {
    .results-screen__product-list {
        max-width: 500px;
        height: 230px;
        margin-bottom: 60px;
    }
}
.results-screen__product-list img {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-height: 40vh;
}
@media (max-height: 800px) {
    .results-screen__product-list img {
        max-height: 32vh;
    }
}
.spot-differences {
    text-transform: uppercase;
}
.spot-differences .container {
    position: relative;
    z-index: 3;
}
.spot-differences__header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
    font-family: "Camel", sans-serif;
}
@media (max-height: 800px) {
    .spot-differences__header {
        padding: 30px 0;
    }
}
@media only screen and (max-width: 1022px) {
    .spot-differences__header {
        padding: 30px 0;
    }
}
.spot-differences__header-text {
    font-size: 35px;
    font-weight: 700;
    margin-left: 115px;
}
@media (max-height: 800px) {
    .spot-differences__header-text {
        margin-left: 60px;
    }
}
@media only screen and (max-width: 1022px) {
    .spot-differences__header-text {
        margin-left: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .spot-differences__header-text {
        font-size: 21px;
        margin-left: 42px;
    }
}
.spot-differences__body {
    flex: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.spot-differences__product {
    flex: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.spot-differences__product-inner {
    position: relative;
}
.spot-differences__product img {
    width: auto;
    max-height: 40vh;
}
@media only screen and (max-width: 767px) {
    .spot-differences__product img {
        max-height: 34vh;
    }
}
.spot-differences__message {
    font-size: 32px;
    padding: 10px 0;
    min-height: 12vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-height: 800px) {
    .spot-differences__message {
        font-size: 26px;
    }
}
@media only screen and (max-width: 1022px) {
    .spot-differences__message {
        font-size: 26px;
        min-height: 1px;
    }
}
@media only screen and (max-width: 767px) {
    .spot-differences__message {
        font-size: 23px;
    }
}
.start-screen .container {
    position: relative;
    z-index: 3;
    align-items: center;
    justify-content: center;
}
.start-screen__header {
    margin-bottom: 54px;
}
@media only screen and (max-width: 1439px) {
    .start-screen__header {
        margin-bottom: 30px;
    }
}
.start-screen__row {
    height: auto;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 1439px) {
    .start-screen__row {
        grid-template-columns: 40% 1fr;
    }
}
@media only screen and (max-width: 1022px) {
    .start-screen__row {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
}
.start-screen__col {
    display: flex;
    align-items: center;
    position: relative;
}
@media only screen and (max-width: 1022px) {
    .start-screen__col {
        justify-content: center;
        flex-direction: column;
    }
}
.start-screen__title {
    font-size: 127px;
    line-height: 1;
    font-family: "Camel", sans-serif;
    text-shadow: 0 5px 6px rgba(0, 0, 0, 0.68);
    color: var(--color-white);
}
@media only screen and (max-width: 1439px) {
    .start-screen__title {
        font-size: 100px;
    }
}
@media only screen and (max-width: 767px) {
    .start-screen__title {
        font-size: 81px;
    }
}
.start-screen__sub-title {
    margin-top: 18px;
}
.start-screen__content {
    width: 100%;
    padding-left: 54px;
    margin: 40px 0 20px;
}
@media only screen and (max-width: 1199px) {
    .start-screen__content {
        margin: 20px 0;
    }
}
@media only screen and (max-width: 1022px) {
    .start-screen__content {
        padding-left: 0;
        width: 100%;
        max-width: 270px;
        margin: 20px 0 12px;
    }
}
.start-screen__button {
    margin-top: 30px;
}
.start-screen .content-block {
    margin: auto 0 120px;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease 0.1s;
}
@media only screen and (max-width: 1439px) {
    .start-screen .content-block {
        margin: auto 0 98px;
    }
}
@media only screen and (max-width: 1199px) {
    .start-screen .content-block {
        margin: auto;
    }
}
@media only screen and (max-width: 1022px) {
    .start-screen .content-block {
        max-width: calc(100% - 40px);
    }
}
.is-active .start-screen .content-block {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.start-screen__product {
    max-width: 234px;
    width: 100%;
    box-shadow: 0 10px 33px rgba(0, 0, 0, 0.45);
    position: absolute;
    left: 0;
    top: 0;
    transition: transform 0.4s ease, opacity 0.4s ease;
}
@media only screen and (max-width: 1439px) {
    .start-screen__product {
        max-width: 190px;
    }
}
@media only screen and (max-width: 1199px) {
    .start-screen__product {
        max-width: 140px;
    }
}
@media only screen and (max-width: 1022px) {
    .start-screen__product {
        max-width: 86px;
    }
}
.start-screen__product-1 {
    left: 50px;
    top: 166px;
    transform: rotate(-11deg);
}
@media only screen and (max-width: 1199px) {
    .start-screen__product-1 {
        left: 12%;
        top: 40%;
    }
}
.is-active .start-screen__product-1 {
    opacity: 0;
    pointer-events: none;
    transform: translate(50vw, 0) rotate(15deg);
}
.start-screen__product-2 {
    left: inherit;
    right: 30px;
    transform: rotate(15deg);
    top: -20px;
}
@media only screen and (max-width: 1199px) {
    .start-screen__product-2 {
        right: 10%;
        top: 0;
    }
}
.is-active .start-screen__product-2 {
    opacity: 0;
    pointer-events: none;
    transform: translate(0, -50vw) rotate(15deg);
}
@media only screen and (max-width: 1022px) {
    .is-active .start-screen__product-2 {
        transform: translate(-50vw, 0) rotate(15deg);
    }
}
.start-screen__product-list {
    max-width: 566px;
    width: 100%;
    height: 500px;
    margin: 0 auto;
    position: absolute;
}
@media only screen and (max-width: 1439px) {
    .start-screen__product-list {
        max-width: 466px;
        height: 360px;
    }
}
@media only screen and (max-width: 1199px) {
    .start-screen__product-list {
        max-width: 366px;
        height: 230px;
        margin-bottom: 60px;
    }
}
@media only screen and (max-width: 1022px) {
    .start-screen__product-list {
        max-width: 216px;
        height: 170px;
        margin-bottom: 40px;
    }
}
.start-screen__product-list img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
/*# sourceMappingURL=bundle.css.map */