/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@-webkit-keyframes fadeDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes cursorAnim {

    0%,
    to {
        opacity: 0
    }

    50% {
        opacity: 1
    }
}

@keyframes cursorAnim {

    0%,
    to {
        opacity: 0
    }

    50% {
        opacity: 1
    }
}

@-webkit-keyframes bg {
    0% {
        background-size: 0 3px, 3px 0, 0 3px, 3px 0
    }

    25% {
        background-size: 100% 3px, 3px 0, 0 3px, 3px 0
    }

    50% {
        background-size: 100% 3px, 3px 100%, 0 3px, 3px 0
    }

    75% {
        background-size: 100% 3px, 3px 100%, 100% 3px, 3px 0
    }

    to {
        background-size: 100% 3px, 3px 100%, 100% 3px, 3px 100%
    }
}

@keyframes bg {
    0% {
        background-size: 0 3px, 3px 0, 0 3px, 3px 0
    }

    25% {
        background-size: 100% 3px, 3px 0, 0 3px, 3px 0
    }

    50% {
        background-size: 100% 3px, 3px 100%, 0 3px, 3px 0
    }

    75% {
        background-size: 100% 3px, 3px 100%, 100% 3px, 3px 0
    }

    to {
        background-size: 100% 3px, 3px 100%, 100% 3px, 3px 100%
    }
}

@-webkit-keyframes bgDisable {
    to {
        background-size: 100% 3px, 3px 100%, 100% 3px, 3px 100%
    }

    75% {
        background-size: 100% 3px, 3px 100%, 100% 3px, 3px 0
    }

    50% {
        background-size: 100% 3px, 3px 100%, 0 3px, 3px 0
    }

    25% {
        background-size: 100% 3px, 3px 0, 0 3px, 3px 0
    }

    0% {
        background-size: 0 3px, 3px 0, 0 3px, 3px 0
    }
}

@keyframes bgDisable {
    to {
        background-size: 100% 3px, 3px 100%, 100% 3px, 3px 100%
    }

    75% {
        background-size: 100% 3px, 3px 100%, 100% 3px, 3px 0
    }

    50% {
        background-size: 100% 3px, 3px 100%, 0 3px, 3px 0
    }

    25% {
        background-size: 100% 3px, 3px 0, 0 3px, 3px 0
    }

    0% {
        background-size: 0 3px, 3px 0, 0 3px, 3px 0
    }
}

@-webkit-keyframes rotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes rotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

html {
    -webkit-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    font-family: var(--ff);
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    min-height: 100vh;
    min-height: -webkit-fill-available
}

body,
sub,
sup {
    position: relative
}

a,
body {
    font-weight: inherit;
    font-family: inherit;
    margin: 0
}

body {
    padding: 0;
    color: var(--clr-black);
    background-color: var(--body-bg);
    scroll-behavior: smooth;
    width: 100%;
    font-size: inherit;
    line-height: inherit;
    min-height: -webkit-fill-available;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-x: hidden
}

details,
label,
main {
    display: block
}

h1 {
    font-size: 2em
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

code,
kbd,
pre,
samp {
    font-size: 1em;
    font-family: monospace, monospace
}

a {
    background-color: transparent;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: inherit;
    font-style: inherit;
    text-decoration: none;
    cursor: pointer
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    border-bottom: none
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none;
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

button,
input,
optgroup,
select,
textarea {
    font-size: 100%;
    font-family: inherit
}

input,
optgroup,
select,
textarea {
    margin: 0;
    line-height: 1.15
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    display: table;
    max-width: 100%;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio],
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

@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") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

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

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-slide,
.swiper-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-wrapper {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

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

.swiper-container-multirow>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

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

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

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

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

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

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

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

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

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), transparent)
}

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

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

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

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

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

:root {
    --ff: "Jura", sans-serif;
    --body-bg: hsla(0, 0%, 100%, 1);
    --g-light: linear-gradient(180deg, rgba(110, 80, 164, 0.64) 0%, rgba(79, 109, 185, 0.64) 100%);
    --g-bold: linear-gradient(180deg, rgba(0, 55, 195, 0.64) 0%, rgba(79, 109, 185, 0.64) 100%);
    --btn-hover: linear-gradient(180deg, rgba(109, 41, 233, 0.64) 0%, rgba(30, 86, 230, 0.64) 100%);
    --btn-shadow: 0px 4px 4px 0px hsla(0, 0%, 0%, 0.25);
    --g-lighter: linear-gradient(180deg, #E3E3E3 0%, #B8B8B8 100%);
    --clr-black: hsla(0, 0%, 0%, 1);
    --clr-white: hsla(0, 0%, 100%, 1);
    --clr-light: hsla(0, 0%, 96%, 1);
    --12-spc: 0.75rem;
    --16-spc: 1rem;
    --18-spc: 1.125rem;
    --20-spc: 1.25rem;
    --24-size: 1.5rem;
    --30-spc: 1.875rem;
    --50-spc: 3.125rem;
    --70-spc: 4.375rem;
    --large-spc: 5.5rem
}

._container {
    max-width: 80.375em;
    padding: 0 var(--20-spc);
    margin-inline: auto
}

._light-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: var(--16-spc) var(--30-spc);
    -webkit-box-shadow: var(--btn-shadow);
    box-shadow: var(--btn-shadow);
    background: var(--g-light);
    font-size: clamp(var(--18-spc), 1.5vw, 24px);
    font-weight: 400;
    color: var(--clr-white);
    position: relative;
    -webkit-transition: background 500ms ease;
    transition: background 500ms ease
}

._light-btn:active {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(126, 126, 126, .64)), to(rgba(60, 67, 85, .64)));
    background: linear-gradient(180deg, rgba(126, 126, 126, .64) 0, rgba(60, 67, 85, .64) 100%)
}

._light-btn::before {
    position: absolute;
    content: "";
    background: var(--btn-hover);
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    height: 100%;
    z-index: -1;
    -webkit-transition: opacity .1s cubic-bezier(.445, .05, .55, .95);
    transition: opacity .1s cubic-bezier(.445, .05, .55, .95)
}

._light-btn:hover::before {
    opacity: 1
}

._spacing-section {
    margin-top: 5rem
}

:root {
    --transparent-btn: url("data:image/svg+xml,%3Csvg width='222' height='58' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.5' d='M22 50.2 9.2 28.5 21.9 7h178.2l12.6 21.6-12.6 21.7H21.9Z' stroke='url(%23a)'/%3E%3Cpath d='m17.7 56-16-27.5L17.7 1h186.6l16 27.5-16 27.5H17.7Z' stroke='url(%23b)' stroke-width='2'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='56.6' y1='7.2' x2='160.9' y2='59' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBCD8C'/%3E%3Cstop offset='.6' stop-color='%23D9A259'/%3E%3Cstop offset='1' stop-color='%23D8B762'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='62.2' y1='1' x2='196.7' y2='67.8' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBCD8C'/%3E%3Cstop offset='.6' stop-color='%23D9A259'/%3E%3Cstop offset='1' stop-color='%23D8B762'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    --gradient-btn: url("data:image/svg+xml,%3Csvg width='188' height='58' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.1 3 3.4 29 17 54.7h153.2L184 29 170.3 3H17Z' fill='url(%23a)'/%3E%3Cpath d='M23.3 47.8 12.3 29l11-19h142l11 19-11 19h-142Z' stroke='url(%23b)' stroke-width='2'/%3E%3Cmask id='d' fill='%23fff'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.4.7.9 28.9l16.5 28.2H171L187.6 29 171.1.7H17.4Z'/%3E%3C/mask%3E%3Cpath d='m.9 28.9-3.5-2-1.1 2 1.1 2L1 29ZM17.4.7v-4H15l-1.2 2 3.5 2Zm0 56.4-3.5 2 1.2 2h2.3v-4Zm74.3 0v4-4Zm13.7 0v-4 4Zm65.7 0v4h2.3l1.2-2-3.5-2ZM187.6 29l3.5 2 1.1-2-1.1-2-3.5 2ZM171.1.7l3.5-2-1.2-2h-2.3v4Zm-65.7 0L102 2.9l1.2 1.8h2.2v-4Zm0 0 3.3-2.2-1.1-1.8h-2.2v4ZM4.4 30.9 20.8 2.7l-6.9-4-16.5 28.2 7 4Zm16.4 24.2L4.4 27l-7 4L14 59.1l7-4Zm71-2H17.3v8h74.3v-8Zm13.6 0H91.7v8h13.7v-8Zm65.7 0h-65.7v8H171v-8Zm13-26.2L167.8 55l6.9 4L191 31l-7-4ZM167.8 2.7l16.5 28.2 6.9-4-16.5-28.2-7 4Zm-62.3 2H171v-8h-65.7v8ZM102 2.9l6.7-4.4-6.7 4.4ZM17.4 4.7h88v-8h-88v8Z' fill='url(%23c)' mask='url(%23d)'/%3E%3Cpath opacity='.2' d='M50.4 10.8h94.9l-25.8 36h-95l25.9-36Z' fill='url(%23e)'/%3E%3Cpath opacity='.2' d='M62.4 10.8h95l-25.9 36H36.6l25.8-36Z' fill='url(%23f)'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='84.6' y1='3' x2='84.6' y2='54.7' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233D2927'/%3E%3Cstop offset='.6' stop-color='%2328282F'/%3E%3Cstop offset='1' stop-color='%235A523B'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='54.2' y1='9.6' x2='148.2' y2='56.3' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBCD8C'/%3E%3Cstop offset='.6' stop-color='%23D9A259'/%3E%3Cstop offset='1' stop-color='%23D8B762'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' x1='75.8' y1='-3.1' x2='100' y2='67.8' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F1E8C1'/%3E%3Cstop offset='.8' stop-color='%23BB8032'/%3E%3Cstop offset='1' stop-color='%23D1AD50'/%3E%3C/linearGradient%3E%3ClinearGradient id='e' x1='19.9' y1='15.1' x2='51' y2='49' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F1E8C1'/%3E%3Cstop offset='1' stop-color='%23F1E8C1' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='f' x1='31.9' y1='15.1' x2='63' y2='49' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F1E8C1'/%3E%3Cstop offset='1' stop-color='%23F1E8C1' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    --image-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1150' height='558' fill='none' viewBox='0 0 1150 558'%3E%3Cpath fill='%23C4C4C4' fill-rule='evenodd' d='M1083.33.752h10.42v10.803h11.08v10.803h11.08V33.16h11.08v10.803h11.08v10.803h11.08v448.79h-11.08v10.803h-11.08v10.803h-11.08v10.802h-11.08v10.803h-11.08v10.803H56.231v-10.803H45.15v-10.803H34.073v-10.802H22.994v-10.803H11.917v-10.803H.837v-14.354l.001-33.559V54.765h11.079V43.964h11.077V33.161h11.08V22.358H45.15V11.555h11.08V.753h1027.1ZM23 546.768v-10.801H11.924v-10.801H.84v10.801h11.084v10.801H.945v10.802h10.978v-10.802h11.078Zm0 0v10.695h11.078v-10.695H23.001Zm0-524.413V11.554h11.078V.859H23.001v10.695H11.923V.752H.945v10.802h10.978v10.801H.84v10.801h11.084v-10.8h11.078Zm1103.99-10.8v10.8h11.07v10.802h11.09V22.355h-11.09v-10.8h10.98V.752h-10.98v10.801h-11.07Zm0 0V.858h-11.08v10.695h11.08Zm0 524.412v10.801h-11.08v10.695h11.08v-10.695h11.07v10.802h10.98v-10.802h-10.98v-10.801h11.09v-10.801h-11.09v10.801h-11.07Z' clip-rule='evenodd'/%3E%3C/svg%3E%0A");
    --border-1: url("data:image/svg+xml,%3Csvg width='1150' height='334' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.8 1.6h1146.4V332H1.8V1.6Z' stroke='url(%23a)' stroke-width='2'/%3E%3Cpath d='M1129.2.6V43h11V32.2h-33V43h11V10.6H1107v10.8h42.2' stroke='url(%23b)' stroke-width='2'/%3E%3Cpath d='M1129.2 333v-42.3h11v10.7h-33v-10.8h11V323H1107v-10.8h42.2' stroke='url(%23c)' stroke-width='2'/%3E%3Cpath d='M20.8.6V43h-11V32.2h33V43h-11V10.6H43v10.8H1' stroke='url(%23d)' stroke-width='2'/%3E%3Cpath d='M20.8 333v-42.3h-11v10.7h33v-10.8h-11V323H43v-10.8H1' stroke='url(%23e)' stroke-width='2'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='20.9' y1='16.1' x2='960.1' y2='701' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23DACC9B'/%3E%3Cstop offset='1' stop-color='%23C1A567'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='1102.6' y1='45.9' x2='1144.7' y2='9.3' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23DDD1A1'/%3E%3Cstop offset='1' stop-color='%23C1A567'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' x1='1102.6' y1='287.8' x2='1144.7' y2='324.3' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23DDD1A1'/%3E%3Cstop offset='1' stop-color='%23C1A567'/%3E%3C/linearGradient%3E%3ClinearGradient id='d' x1='47.4' y1='45.9' x2='5.3' y2='9.3' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23DDD1A1'/%3E%3Cstop offset='1' stop-color='%23C1A567'/%3E%3C/linearGradient%3E%3ClinearGradient id='e' x1='47.4' y1='287.8' x2='5.3' y2='324.3' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23DDD1A1'/%3E%3Cstop offset='1' stop-color='%23C1A567'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    --border-2: url("data:image/svg+xml,%3Csvg width='1152' height='1381' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1094.8 2h1V1h-1v1Zm0 10.8h-1v1h1v-1Zm11 0h1v-1h-1v1Zm0 10.8h-1v1h1v-1Zm11.1 0h1v-1h-1v1Zm0 10.8h-1v1h1v-1Zm11.1 0h1v-1h-1v1Zm0 10.8h-1v1h1v-1Zm11 0h1v-1h-1v1Zm0 10.8h-1v1h1v-1Zm11.2 0h1v-1h-1v1Zm0 11h1-1Zm0 3.4h-1 1Zm0 1049h-1 1Zm0 39.3h-1 1Zm0 152.1h1-1Zm0 14.4v1h1v-1h-1Zm-11.1 0v-1h-1v1h1Zm0 10.8v1h1v-1h-1Zm-11.1 0v-1h-1v1h1Zm0 10.8v1h1v-1h-1Zm-11 0v-1h-1v1h1Zm0 10.8v1h1v-1h-1Zm-11.2 0v-1h-1v1h1Zm0 10.8v1h1v-1h-1Zm-11 0v-1h-1v1h1Zm0 10.8v1h1v-1h-1Zm-10.5 0v1-1Zm-3.9 0v-1 1Zm-879 0v1-1Zm-133.7 0v1-1Zm-10.5 0h-1v1h1v-1Zm0-10.8h1v-1h-1v1Zm-11 0h-1v1h1v-1Zm0-10.8h1v-1h-1v1Zm-11.1 0h-1v1h1v-1Zm0-10.8h1v-1h-1v1Zm-11.1 0h-1v1h1v-1Zm0-10.8h1v-1h-1v1Zm-11 0h-1v1h1v-1Zm0-10.8h1v-1h-1v1Zm-11.2 0h-1v1h1v-1Zm0-14.4h-1 1Zm0-122.2h1-1Zm0-69.3h1-1Zm0-1049h-1 1Zm0-14.3v-1h-1v1h1ZM13 56v1h1v-1h-1Zm0-10.8v-1h-1v1h1Zm11.1 0v1h1v-1h-1Zm0-10.8v-1h-1v1h1Zm11 0v1h1v-1h-1Zm0-10.8v-1h-1v1h1Zm11.2 0v1h1v-1h-1Zm0-10.8v-1h-1v1h1Zm11 0v1h1v-1h-1Zm0-10.8V1h-1v1h1Zm14.4 0v1-1Zm106.3 0V1v1Zm916.9-1h-10.5v2h10.5V1Zm1 11.8V2h-2v10.8h2Zm10-1h-11v2h11v-2Zm1 11.8V12.8h-2v10.8h2Zm10.1-1h-11v2h11v-2Zm1 11.8V23.6h-2v10.8h2Zm10.1-1h-11v2h11v-2Zm1 11.8V34.4h-2v10.8h2Zm10-1h-11v2h11v-2Zm1 11.8V45.2h-2V56h2Zm10.2-1H1139v2h11v-2Zm1 12V56h-2v11h2Zm0 3.4v-3.5h-2v3.5h2Zm0 1049V70.3h-2v1049h2Zm0 39.3v-39.4h-2v39.4h2Zm0 152.1v-152.1h-2v152.1h2Zm0 3.4v-3.4h-2v3.4h2Zm0 11v-11h-2v11h2Zm-12.1 1h11v-2h-11v2Zm1 9.8v-10.8h-2v10.8h2Zm-12.1 1h11v-2h-11v2Zm1 9.8V1336h-2v10.8h2Zm-12 1h11v-2h-11v2Zm1 9.8v-10.8h-2v10.8h2Zm-12.2 1h11.1v-2h-11v2Zm1 9.8v-10.8h-2v10.8h2Zm-12 1h11v-2h-11v2Zm1 9.8v-10.8h-2v10.8h2Zm-11.5 1h10.5v-2h-10.5v2Zm-3.9 0h4v-2h-4v2Zm-879 0h879v-2h-879v2Zm0-2H67.6v2h133.6v-2Zm-133.7 0H57.2v2h10.5v-2Zm-9.5 1v-10.8h-2v10.8h2Zm-1-11.8h-11v2h11v-2Zm-10 1v-10.8h-2v10.8h2Zm-1-11.8H35v2h11v-2Zm-10.1 1v-10.8h-2v10.8h2Zm-1-11.8H24v2h11v-2Zm-10.1 1V1336h-2v10.8h2Zm-1-11.8H13v2h11v-2Zm-10 1v-10.8h-2v10.8h2Zm-1-11.8H1.7v2H13v-2Zm-10.2 1v-11h-2v11h2Zm0-11v-3.4h-2v3.4h2Zm0-3.4v-122.2h-2v122.2h2Zm-2-191.5v69.3h2v-69.3h-2Zm0-1049v1049h2V70.3h-2Zm0-3.4v3.5h2v-3.5h-2ZM.8 56v11h2V56h-2ZM13 55H2v2h11v-2Zm-1-9.8V56h2V45.2h-2Zm12.1-1H13v2h11v-2Zm-1-9.8v10.8h2V34.4h-2Zm12-1H24v2h11v-2Zm-1-9.8v10.8h2V23.6h-2Zm12.2-1H35v2h11v-2Zm-1-9.8v10.8h2V12.8h-2Zm12-1h-11v2h11v-2Zm-1-9.8v10.8h2V2h-2Zm11.5-1H57.2v2h10.5V1Zm3.9 0h-4v2h4V1Zm106.3 0H71.6v2h106.3V1Zm902.5 0H178v2h902.5V1Zm4 0h-4v2h4V1Z' fill='url(%23a)'/%3E%3Cpath d='M24 1336.8v42.3h11v-10.7H2v10.8h11v-32.4H1.7v10.8H44' stroke='url(%23b)' stroke-width='2'/%3E%3Cpath d='M24 44.4V2.1h11v10.7H2V2h11v32.4H1.7V23.6H44' stroke='url(%23c)' stroke-width='2'/%3E%3Cpath d='M1128 44.4V2.1h-11v10.7h33V2h-11v32.4h11.2V23.6H1108' stroke='url(%23d)' stroke-width='2'/%3E%3Cpath d='M1128 1336.8v42.3h-11v-10.7h33v10.8h-11v-32.4h11.2v10.8H1108' stroke='url(%23e)' stroke-width='2'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='73.4' y1='.4' x2='888.9' y2='715' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23DDD1A2'/%3E%3Cstop offset='1' stop-color='%23C1A567'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='-2.6' y1='1382' x2='39.5' y2='1345.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23DDD1A1'/%3E%3Cstop offset='1' stop-color='%23C1A567'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' x1='-2.6' y1='-.9' x2='39.5' y2='35.7' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23DDD1A2'/%3E%3Cstop offset='1' stop-color='%23C1A568'/%3E%3C/linearGradient%3E%3ClinearGradient id='d' x1='1154.6' y1='-.9' x2='1112.5' y2='35.7' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23DDD1A2'/%3E%3Cstop offset='1' stop-color='%23C1A568'/%3E%3C/linearGradient%3E%3ClinearGradient id='e' x1='1154.6' y1='1382' x2='1112.5' y2='1345.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23DDD1A1'/%3E%3Cstop offset='1' stop-color='%23C1A567'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    --border-3: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 1161 374'%3E%3Cg opacity='.5'%3E%3Cmask id='b' fill='%23fff'%3E%3Cpath fill-rule='evenodd' d='m580 11.3 23.3 23.3h485V62h28.9v101.8l23.2 23.2-23.2 23.2V312h-28.9v27.3h-485L580 362.6l-23.3-23.3h-485V312H42.8V210.2L19.6 187l23.2-23.2V62h28.9V34.6h485L580 11.3Z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cpath fill='url(%23a)' d='m603.3 34.6-.7.7.3.3h.4v-1ZM580 11.3l.7-.7-.7-.7-.7.7.7.7Zm508.3 23.3h1v-1h-1v1Zm0 27.4h-1v1h1v-1Zm28.9 0h1v-1h-1v1Zm0 101.8h-1v.4l.3.3.7-.7Zm23.2 23.2.7.7.7-.7-.7-.7-.7.7Zm-23.2 23.2-.7-.7-.3.3v.4h1Zm0 101.8v1h1v-1h-1Zm-28.9 0v-1h-1v1h1Zm0 27.3v1h1v-1h-1Zm-485 0v-1h-.4l-.3.3.7.7ZM580 362.6l-.7.7.7.7.7-.7-.7-.7Zm-23.3-23.3.8-.7-.3-.3h-.5v1Zm-485 0h-1v1h1v-1Zm0-27.3h1v-1h-1v1Zm-28.9 0h-1v1h1v-1Zm0-101.8h1v-.4l-.3-.3-.7.7ZM19.6 187l-.7-.7-.7.7.7.7.7-.7Zm23.2-23.2.7.7.3-.3v-.4h-1Zm0-101.8v-1h-1v1h1Zm28.9 0v1h1v-1h-1Zm0-27.4v-1h-1v1h1Zm485 0v1h.5l.3-.3-.8-.7Zm47.3-.7-23.3-23.3-1.4 1.5 23.3 23.2L604 34Zm484.3-.3h-485v2h485v-2Zm1 28.4V34.6h-2V62h2Zm27.9-1h-28.9v2h28.9v-2Zm1 102.8V62h-2v101.8h2Zm-1.7.7 23.2 23.2 1.4-1.4L1118 163l-1.4 1.4Zm23.2 21.8-23.2 23.2 1.4 1.4 23.2-23.2-1.4-1.4ZM1118.2 312V210.2h-2V312h2Zm-29.9 1h28.9v-2h-28.9v2Zm1 26.3V312h-2v27.3h2Zm-486 1h485v-2h-485v2Zm-22.6 23 23.3-23.2-1.4-1.5-23.3 23.3 1.4 1.4ZM556 340.1l23.3 23.2 1.4-1.4-23.2-23.3-1.5 1.5Zm-484.3.2h485v-2h-485v2Zm-1-28.3v27.3h2V312h-2Zm-27.9 1h28.9v-2H42.8v2Zm-1-102.8V312h2V210.2h-2ZM19 187.7l23.2 23.2 1.4-1.4-23.2-23.2-1.4 1.4ZM42.1 163 19 186.3l1.4 1.4 23.2-23.2-1.4-1.4Zm-.3-101v101.8h2V62h-2Zm29.9-1H42.8v2h28.9v-2Zm-1-26.4V62h2V34.6h-2Zm486-1h-485v2h485v-2Zm22.6-23L556 34l1.5 1.4 23.2-23.2-1.4-1.5Z' mask='url(%23b)'/%3E%3C/g%3E%3Cpath stroke='%23786F66' d='M.5 12.2h1159v349.5H.5z' opacity='.5'/%3E%3Cmask id='d' fill='%23fff'%3E%3Cpath fill-rule='evenodd' d='m580 .9 24.7 24.6h491v29h30.7v106.3l26.2 26.2-26.2 26.2v106.2h-30.7v29h-491L580 373.1l-24.6-24.7H64.3v-29H33.6V213.2L7.4 187l26.2-26.2V54.5h30.7v-29h491L580 1Z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cpath fill='url(%23c)' d='m604.7 25.5-1.5 1.4.6.6h.9v-2ZM580 1l1.4-1.4L580-2l-1.4 1.4L580 .9Zm515.7 24.6h2v-2h-2v2Zm0 29h-2v2h2v-2Zm30.7 0h2v-2h-2v2Zm0 106.3h-2v.8l.6.6 1.4-1.4Zm26.2 26.2 1.4 1.4 1.4-1.4-1.4-1.4-1.4 1.4Zm-26.2 26.2-1.4-1.5-.6.6v.9h2Zm0 106.2v2h2v-2h-2Zm-30.7 0v-2h-2v2h2Zm0 29v2h2v-2h-2Zm-491 0v-2h-.9l-.6.6 1.4 1.4ZM580 373.1l-1.4 1.4 1.4 1.4 1.4-1.4-1.4-1.4Zm-24.6-24.7 1.4-1.4-.6-.6h-.8v2Zm-491.1 0h-2v2h2v-2Zm0-29h2v-2h-2v2Zm-30.7 0h-2v2h2v-2Zm0-106.2h2v-.9l-.6-.6-1.4 1.5ZM7.4 187 6 185.6 4.6 187l1.4 1.4 1.4-1.4Zm26.2-26.2 1.4 1.4.6-.6v-.8h-2Zm0-106.3v-2h-2v2h2Zm30.7 0v2h2v-2h-2Zm0-29v-2h-2v2h2Zm491 0v2h.9l.6-.6-1.4-1.4Zm50.8-1.4L581.4-.5l-2.8 2.8 24.6 24.6 2.9-2.8Zm489.6-.6h-491v4h491v-4Zm2 31v-29h-4v29h4Zm28.7-2h-30.7v4h30.7v-4Zm2 108.3V54.5h-4v106.3h4Zm-3.4 1.4 26.2 26.2 2.8-2.8-26.2-26.2-2.8 2.8Zm26.2 23.4-26.2 26.1 2.8 2.9 26.2-26.2-2.8-2.8Zm-22.8 133.8V213.2h-4v106.2h4Zm-32.7 2h30.7v-4h-30.7v4Zm2 27v-29h-4v29h4Zm-493 2h491v-4h-491v4Zm-23.3 24 24.7-24.6-2.9-2.8-24.6 24.7 2.8 2.8ZM554 349.9l24.6 24.7 2.8-2.8-24.6-24.7-2.8 2.8Zm-489.7.6h491v-4h-491v4Zm-2-31v29h4v-29h-4Zm-28.7 2h30.7v-4H33.6v4Zm-2-108.2v106.2h4V213.2h-4ZM6 188.4l26.2 26.2 2.8-2.9-26.2-26.1-2.8 2.8Zm26.2-29L6 185.6l2.8 2.8L35 162.2l-2.8-2.8Zm-.6-104.9v106.3h4V54.5h-4Zm32.7-2H33.6v4h30.7v-4Zm-2-27v29h4v-29h-4Zm493-2h-491v4h491v-4Zm23.3-24L554 24l2.8 2.8 24.6-24.6-2.8-2.8Z' mask='url(%23d)'/%3E%3Cpath stroke='url(%23e)' stroke-width='2' d='M43.5 55.7V35.3H65'/%3E%3Cpath stroke='url(%23f)' stroke-width='2' d='M64.5 339.3H44v-21.5'/%3E%3Cpath stroke='url(%23g)' stroke-width='2' d='M1095.4 34.7h20.8v21.5'/%3E%3Cpath stroke='url(%23h)' stroke-width='2' d='M1116.6 318.6v20.7H1095'/%3E%3Cpath stroke='%23C9B177' stroke-width='2' d='M23.9 54.7v101.6L1.8 178.4M1136.1 54.7v101.6l22.1 22.1M23.9 319.4V217.8L1.8 195.7m1134.3 123.7V217.8l22.1-22.1' opacity='.5'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='234.9' x2='1063.4' y1='38.6' y2='341.1' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23DACD9C'/%3E%3Cstop offset='1' stop-color='%23C6AD73'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' x1='214.3' x2='1092.2' y1='29.8' y2='350.3' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23DACD9C'/%3E%3Cstop offset='1' stop-color='%23C6AD73'/%3E%3C/linearGradient%3E%3ClinearGradient id='e' x1='38.1' x2='66' y1='29.2' y2='57.3' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23DACC9B'/%3E%3Cstop offset='1' stop-color='%23C7AF74'/%3E%3C/linearGradient%3E%3ClinearGradient id='f' x1='38' x2='66.1' y1='344.8' y2='316.8' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23DACC9B'/%3E%3Cstop offset='1' stop-color='%23C7AF74'/%3E%3C/linearGradient%3E%3ClinearGradient id='g' x1='1122.4' x2='1094.3' y1='29.3' y2='57.7' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23DACC9B'/%3E%3Cstop offset='1' stop-color='%23C7AF74'/%3E%3C/linearGradient%3E%3ClinearGradient id='h' x1='1122' x2='1093.5' y1='345.5' y2='317.4' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23DACC9B'/%3E%3Cstop offset='1' stop-color='%23C7AF74'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    --subtitle-line: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 586 15'%3E%3Cpath stroke='url(%23a)' d='M585.7.5H306.4L293 14 279.6.5H.3' opacity='.5'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='585.6' x2='1.3' y1='13.9' y2='13.9' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F5D78F' stop-opacity='0'/%3E%3Cstop offset='.5' stop-color='%23F5D78F'/%3E%3Cstop offset='1' stop-color='%23F5D78F' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    --team-item-bg: url("data:image/svg+xml,%3Csvg width='161' height='179' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M158.8 46 80 2.3 1.5 46v87l78.6 43.5 78.7-43.5v-87Z' stroke='url(%23a)' stroke-width='3'/%3E%3Cmask id='b' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='11' y='12' width='139' height='154'%3E%3Cpath d='M149.2 51.2 80.2 13 11 51.2v76.4L80.1 166l69.1-38.3V51.2Z' fill='%23C4C4C4'/%3E%3C/mask%3E%3Cdefs%3E%3ClinearGradient id='a' x1='35.2' y1='18' x2='141.6' y2='151.4' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23DDD1A2'/%3E%3Cstop offset='1' stop-color='%23C1A568'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    --social-border: url("data:image/svg+xml,%3Csvg width='38' height='44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.2' d='m19 1.4 17.7 10.3V32L19 42.4 1.3 32V11.7L19 1.4Z' stroke='%23CFBB85' stroke-width='2'/%3E%3C/svg%3E")
}

body::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../img/body-image.png);
    background-repeat: no-repeat;
    background-position: right;
    top: -14%;
    left: 0;
    z-index: -1
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

* {
    -webkit-tap-highlight-color: transparent
}

button,
input {
    outline: 0;
    border: 0
}

button {
    background-color: transparent;
    cursor: pointer;
    line-height: initial
}

li,
ul {
    list-style: none
}

button,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
    margin: 0;
    padding: 0
}

button,
picture {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

input {
    width: 100%
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
    appearance: none
}

input[type=number] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%)
}

.container {
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    position: relative;
    padding: 0 10px
}

@media (min-width:1440px) and (max-width:1920px) {
    .container {
        max-width: 1440px
    }
}

.container--header {
    max-width: 1620px
}

@media (min-width:1440px) and (max-width:1920px) {
    .container--header {
        max-width: 1440px
    }
}

@media (prefers-color-scheme:dark) {
    body {
        background-color: #fff !important;
        background: #fff !important
    }
}

._general-title {
    text-transform: uppercase;
    font-size: clamp(1.875rem, 2.375vw, 38px);
    font-weight: 700;
    line-height: 118%;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin-inline: auto
}

._general-title::before {
    position: absolute;
    content: "";
    left: 0;
    top: -8.24px;
    height: 2px;
    background-color: var(--clr-black);
    width: 9.25rem
}

.header {
    position: absolute;
    background-color: var(--clr-white);
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2000;
    padding: var(--20-spc) 0
}

.header__logo-icon {
    width: 46px;
    height: 49px;
    background-image: url(../img/header/logo-icon.png);
    background-size: cover;
    background-position: center
}

.header__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__body>* {
    font-size: 1.5rem
}

.header__lang-hidden {
    position: absolute;
    top: 3.5rem
}

.header__navigation {
    margin-left: clamp(30px, 16.625vw, 266px)
}

.header__call {
    display: none
}

.header .header__lang-block,
.header__options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__lang-block:hover img {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.header__lang-block:hover .header__lang-hidden {
    opacity: 1;
    max-height: 100%;
    pointer-events: all
}

.header__options {
    grid-gap: clamp(30px, 3.75vw, 60px);
    margin-left: auto
}

.header__burger {
    margin-left: 38px
}

.header__lang-item {
    cursor: pointer
}

.header .mob-menu {
    display: grid;
    grid-gap: 9.5px
}

.header .mob-menu span {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background-color: var(--clr-black);
    width: 36px;
    height: 1px;
    display: block
}

.header__lang-hidden {
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 300ms ease, max-height 300ms ease;
    transition: opacity 300ms ease, max-height 300ms ease
}

.header__lang-chosen {
    cursor: pointer
}

.header__lang-chosen img {
    -webkit-transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease
}

.nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: clamp(2rem, 3.75vw, 60px)
}

.nav__link {
    position: relative
}

.nav .--is-active {
    color: var(--clr-white);
    position: relative
}

.nav .--is-active::before {
    position: absolute;
    content: "";
    width: 191px;
    height: 60px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: var(--g-light);
    -webkit-box-shadow: var(--btn-shadow);
    box-shadow: var(--btn-shadow);
    z-index: -1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media only screen and (max-width:56.25em) {
    .nav {
        display: none
    }
}

._change-header {
    -webkit-box-shadow: 0 4px 4px 0 hsla(0deg, 0%, 0%, .25) !important;
    box-shadow: 0 4px 4px 0 hsla(0deg, 0%, 0%, .25) !important;
    background: hsl(0deg, 0%, 89%) !important;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-animation: fadeDown .4s ease-in-out;
    animation: fadeDown .4s ease-in-out
}

._change-header .nav__item:nth-child(4) {
    display: none
}

._change-header .header__options {
    max-width: 100%;
    grid-gap: 9px 27px
}

._change-header .header__lang-block {
    display: none
}

._change-header .header__call {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    display: block
}

._change-header .header__burger {
    margin-left: 25px
}

@media only screen and (max-width:69.6875em) {
    .header__options {
        grid-gap: 9px 40px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .header__navigation {
        display: none
    }
}

@media only screen and (min-width:69.6875em) {
    .header__burger {
        display: none
    }
}

._burger-active .mob-menu span:first-child {
    -webkit-transform: rotate(45deg) translateY(11px);
    transform: rotate(45deg) translateY(11px)
}

._burger-active .mob-menu span:nth-child(2) {
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: rotate(0deg) scale(0);
    transform: rotate(0deg) scale(0)
}

._burger-active .mob-menu span:last-child {
    -webkit-transform: rotate(-45deg) translate(4px, -15px);
    transform: rotate(-45deg) translate(4px, -15px)
}

@media only screen and (max-width:34.375em) {
    .header {
        padding: 17px 0 9px
    }

    .header__body>* {
        font-size: 1.125rem
    }

    .header__options {
        grid-gap: 9px 1.9375rem;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        max-width: 145px
    }

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

._icon-block {
    padding: clamp(1.25rem, 1.875vw, 30px);
    background: var(--g-light);
    position: absolute;
    width: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    right: 0;
    bottom: 0;
    aspect-ratio: 1/1;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    z-index: 10
}

@media only screen and (max-width:34.375em) {
    ._icon-block {
        padding: .8rem
    }
}

.coop__title {
    margin-inline: auto;
    text-align: center
}

.coop__inner {
    margin-top: clamp(2.5rem, 3.125vw, var(--50-spc));
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: clamp(30px, 4.375vw, var(--70-spc))
}

.coop__descr {
    display: grid;
    grid-gap: var(--16-spc)
}

.coop__descr p {
    font-size: var(--20-spc);
    line-height: 115%
}

.coop__btn {
    margin-top: var(--24-size)
}

.coop__image {
    min-width: 41.25rem;
    max-width: 41.25rem;
    position: relative;
    max-height: 27.5rem;
    
}

.coop__image img,
.coop__image picture,
.coop__image source {}

@media only screen and (max-width:70.625em) {
    .coop__body {
        max-width: 45.875rem;
        margin-inline: auto
    }

    .coop__inner {
        grid-template-columns: 100%
    }

    .coop__image {
        width: 100%;
        max-width: 100%;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        overflow: hidden;
        min-width: auto
    }

    .coop__image,
    .coop__image picture,
    .coop__image source {
        width: inherit;
        height: 100%
    }
}

.contact {
    background-image: url(../img/contact/contact-image-new.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 7.3125rem 0 9.4375rem
}

@media only screen and (max-width:48em) {
    .contact {
        padding: 4.375rem 0 5.3125rem
    }
}

.contact__body {
    max-width: 71.75rem;
    margin-inline: auto
}

@media only screen and (max-width:71.875em) {
    .contact__body {
        max-width: 26rem
    }
}

.contact__inner {
    margin-top: clamp(1rem, 3vw, 3rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: var(--20-spc)
}

@media only screen and (max-width:71.875em) {
    .contact__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.contact__title {
    text-shadow: 2px 4px 2px #000;
    color: var(--clr-white)
}

.contact__title::before {
    background-color: var(--clr-white)
}

.contact__inputs {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: var(--20-spc)
}

@media only screen and (max-width:71.875em) {
    .contact__inputs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.contact__title {
    display: block;
    margin-inline: auto
}

.contact__input {
    -webkit-box-shadow: var(--btn-shadow);
    box-shadow: var(--btn-shadow);
    max-width: 25.125rem;
    border: 2px solid hsl(261deg, 34%, 48%);
    border-image-source: linear-gradient(268.72deg, #6e50a4 0, #4f6db9 100%);
    border-image-slice: 1;
    padding: max(1vw, 15px) max(2vw, 23px);
    font-size: clamp(1.125rem, 1.5vw, var(--24-size));
    background-color: hsl(48deg, 11%, 91%);
    color: var(--clr-black)
}

.contact__input::-webkit-input-placeholder {
    color: var(--clr-black);
    font-size: clamp(1.125rem, 1.5vw, var(--24-size))
}

.contact__input::-moz-placeholder {
    color: var(--clr-black);
    font-size: clamp(1.125rem, 1.5vw, var(--24-size))
}

.contact__input:-ms-input-placeholder {
    color: var(--clr-black);
    font-size: clamp(1.125rem, 1.5vw, var(--24-size))
}

.contact__input::-ms-input-placeholder {
    color: var(--clr-black);
    font-size: clamp(1.125rem, 1.5vw, var(--24-size))
}

.contact__input::placeholder {
    color: var(--clr-black);
    font-size: clamp(1.125rem, 1.5vw, var(--24-size))
}

.contact__links-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: var(--20-spc)
}

._light-link,
.contact__link {
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px)
}

.contact__link {
    line-height: 146%;
    font-size: clamp(1.125rem, 1.5vw, 24px);
    padding: 17px 30px;
    color: var(--clr-white);
    -webkit-box-shadow: var(--btn-shadow);
    box-shadow: var(--btn-shadow);
    position: relative;
    z-index: 50
}

.contact__link::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: -1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 55, 195, .64)), to(rgba(79, 109, 185, .64)));
    background: linear-gradient(180deg, rgba(0, 55, 195, .64) 0, rgba(79, 109, 185, .64) 100%)
}

._light-link {
    background-image: var(--g-light)
}

._bold-link {
    background-image: var(--g-bold)
}

.addiction__inner {
    margin-top: clamp(2.5rem, 3.125vw, var(--50-spc));
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: clamp(30px, 4.375vw, var(--70-spc))
}

.addiction__image {
    position: relative;
    height: 100%;
    max-width: 32rem;
}

.addiction__image img,
.addiction__image picture {
    height: inherit;
   
    width: inherit
}

.addiction__text-wrapper {
    display: grid;
    grid-gap: var(--20-spc)
}

.addiction__text-wrapper p {
    font-size: var(--20-spc);
    line-height: 118%
}

.addiction__btn {
    margin-top: var(--20-spc)
}

@media only screen and (max-width:70.625em) {

    .addiction__body,
    .addiction__image {
        max-width: 45.875rem;
        margin-inline: auto
    }

    .addiction__image {
        width: 100%;
        max-height: 21.375rem;
        max-width: 40rem
    }

    .addiction__image picture,
    .addiction__image source,
    .addiction__picture {
        max-height: inherit
    }




    .addiction__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media only screen and (max-width:34.5em) {
    .addiction__picture {
        height: 100% !important
    }

    .addiction__picture source {
        height: 100%
    }
}

.lightning__container {
    padding-top: 8px;
    overflow-x: hidden
}

.lightning__title {
    margin-bottom: var(--50-spc);
    text-align: center
}

.lightning__title::before {
    width: 13.75rem
}

.lightning__text-wrapper {
    max-width: 62.875rem;
    display: grid;
    grid-gap: var(--20-spc);
    text-align: center;
    margin-inline: auto;
    font-size: var(--20-spc)
}

.lightning__row {
    margin-top: 2.5rem
}

.lightning-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    --hovered-item: linear-gradient(180deg, rgba(110, 80, 164, 0.64) 0%, rgba(79, 109, 185, 0.64) 100%)
}

.lightning-list__image {
    min-height: 31.25rem;
    max-height: 31.25rem
}

.lightning-list__image img,
.lightning-list__image picture {
    width: 100%;
    height: 100%;
    min-height: 31.25rem
}

.lightning-list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 25.0625rem;
    min-height: 31.25rem;
    height: 100%;
    position: relative;
    overflow: hidden
}

.lightning-list__item:hover::before {
    opacity: 1
}

.lightning-list__item:hover .lightning-list__info {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.lightning-list__item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--hovered-item);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    -webkit-transition: opacity 500ms ease;
    transition: opacity 500ms ease
}

.lightning-list__item::after {
    position: absolute;
    content: "";
    background-image: url(../img/cursor-icon.png);
    background-size: 88px 88px;
    width: 88px;
    height: 88px;
    right: 15px;
    bottom: 15px;
    -webkit-animation: cursorAnim 2s infinite ease;
    animation: cursorAnim 2s infinite ease;
    z-index: 1
}

.lightning-list__info {
    -webkit-transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
    will-change: transform;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-200%, -50%);
    transform: translate(-200%, -50%);
    width: 80%;
    color: var(--clr-white)
}

.lightning-list__info-heading {
    font-size: 2rem;
    margin-bottom: 1rem
}

.lightning-list__text {
    font-size: clamp(1.125rem, 1.25vw, 20px);
    line-height: 115%
}

@media only screen and (max-width:77.8125em) {
    .lightning__container {
        max-width: 45.5rem
    }

    .lightning-list__item {
        max-width: 100%;
        width: 100%
    }
}

@media only screen and (max-width:42.9375em) {
    .lightning__row {
        max-width: 25.9375rem;
        margin-inline: auto;
        overflow: hidden
    }

    .lightning__title {
        margin-bottom: 30px
    }
}

._disable-anim::after {
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    -webkit-transform: translateX(1000%);
    transform: translateX(1000%)
}

._active-anim::after {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.advantages .advantages-list,
.advantages .advantages-list__icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.advantages .advantages-list {
    margin-top: var(--50-spc);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-gap: 50px 62px
}

.advantages .advantages-list__icon {
    background: var(--g-light);
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 18.5rem;
    max-height: 5.1875rem;
    min-height: 5.1875rem;
    height: 100%
}

.advantages .advantages-list .advantages-list__descr,
.advantages .advantages-list__heading {
    max-width: 19.875rem
}

.advantages .advantages-list__heading {
    font-size: 1.5rem;
    line-height: 116%;
    font-weight: 700;
    text-transform: uppercase
}

.advantages .advantages-list__descr {
    font-size: var(--20-spc);
    line-height: 115%
}

.advantages .advantages-list__item {
    text-align: center;
    display: grid;
    grid-gap: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 25.333%;
    flex: 1 1 25.333%
}

.advantages .advantages-list__item:hover::before {
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.advantages .advantages-list__item:nth-child(1),
.advantages .advantages-list__item:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32.5%;
    flex: 0 0 32.5%
}

._animOn {
    position: relative
}

._animOff::before,
._animOn::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: -11px;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #6e50a4), to(#4f6db9)), -webkit-gradient(linear, left top, left bottom, color-stop(100%, #6e50a4), to(#4f6db9)), -webkit-gradient(linear, left top, right top, color-stop(100%, #6e50a4), to(#4f6db9)), -webkit-gradient(linear, left top, left bottom, color-stop(100%, #6e50a4), to(#4f6db9));
    background-image: linear-gradient(to right, #6e50a4 100%, #4f6db9 100%), linear-gradient(to bottom, #6e50a4 100%, #4f6db9 100%), linear-gradient(to right, #6e50a4 100%, #4f6db9 100%), linear-gradient(to bottom, #6e50a4 100%, #4f6db9 100%);
    background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%;
    background-position: 0 0, 100% 0, 100% 100%, 0 100%
}

._animOn::before {
    -webkit-animation: bg 1s ease;
    animation: bg 1s ease;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

._animOff::before {
    animation: bgDisable 1s ease reverse;
    opacity: 0;
    -webkit-transition-delay: 1s;
    transition-delay: 1s
}

@media only screen and (max-width:65.625em) {
    .advantages__container {
        max-width: 45.5rem
    }

    .advantages .advantages-list__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 45%;
        flex: 1 1 45%
    }

    .advantages .advantages-list__item:nth-child(1),
    .advantages .advantages-list__item:nth-child(2) {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 45%;
        flex: 1 1 45%
    }
}

@media only screen and (max-width:43em) {
    .advantages-list {
        grid-gap: 40px 52px !important
    }
}

._mobAnimOn::before,
.mobAnimOff {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #6e50a4), to(#4f6db9)), -webkit-gradient(linear, left top, left bottom, color-stop(100%, #6e50a4), to(#4f6db9)), -webkit-gradient(linear, left top, right top, color-stop(100%, #6e50a4), to(#4f6db9)), -webkit-gradient(linear, left top, left bottom, color-stop(100%, #6e50a4), to(#4f6db9));
    background-image: linear-gradient(to right, #6e50a4 100%, #4f6db9 100%), linear-gradient(to bottom, #6e50a4 100%, #4f6db9 100%), linear-gradient(to right, #6e50a4 100%, #4f6db9 100%), linear-gradient(to bottom, #6e50a4 100%, #4f6db9 100%);
    background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%;
    background-position: 0 0, 100% 0, 100% 100%, 0 100%
}

._mobAnimOn::before {
    left: 0;
    -webkit-animation: bg 1s ease;
    animation: bg 1s ease
}

.mobAnimOff {
    left: -11px;
    animation: bgDisable 1s ease reverse;
    opacity: 0;
    -webkit-transition-delay: 1s;
    transition-delay: 1s
}

@media only screen and (max-width:71.875em) {

    ._animOff::before,
    ._animOn::before {
        left: 0
    }

    .advantages-list__icon {
        max-width: 100% !important
    }
}

.modal {
    background-color: hsla(0deg, 0%, 0%, .5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3000;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 400ms ease-in-out;
    transition: opacity 400ms ease-in-out
}

.modal__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.modal__wrapper {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, transform .5s ease;
    transition: opacity .5s ease, transform .5s ease, -webkit-transform .5s ease;
    -webkit-transition-delay: .35s;
    transition-delay: .35s;
    max-height: calc(100% - 1rem);
    width: calc(100% - 1rem);
    max-width: 32.9rem;
    background: var(--g-light);
    display: grid;
    grid-gap: 30px;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    padding: clamp(2.7rem, 5.3125vw, 85px) clamp(2.5rem, 3.4375vw, 55px) clamp(2.1875rem, 4.0625vw, 65px);
    position: relative
}

.modal__close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    cursor: pointer
}

.modal__heading {
    color: var(--clr-white)
}

.modal__heading::before {
    background-color: var(--clr-white)
}

.modal__inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-gap: 30px
}

.modal__input {
    max-width: 100%
}

.modal__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-gap: var(--20-spc)
}

.--show-modal {
    opacity: 1;
    pointer-events: all
}

.--show-modal .modal__wrapper {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.footer {
    --footer-bg: linear-gradient(180deg, #E3E3E3 0%, #B8B8B8 100%);
    background: var(--footer-bg);
    padding: clamp(1.875rem, 3.75vw, 60px) 0
}

.footer>* {
    font-size: 24px
}

.footer__body {
    max-width: 1246px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(24, 1fr)
}

.footer__logo {
    width: 46px;
    height: 51px
}

.footer__links {
    grid-column: 6/9;
    grid-row: span 2
}

.footer__articles,
.footer__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer__contact {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-column: 12/24;
    grid-gap: 15px 2.625rem
}

.footer__articles {
    grid-column: 12/-1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: self-end;
    -ms-flex-align: self-end;
    align-items: self-end
}

.footer__social {
    grid-column: 24;
    grid-row: 1;
    height: 37px
}

.footer .footer-list {
    display: grid;
    grid-gap: 24px
}

@media only screen and (max-width:77.875em) {
    .footer__body {
        max-width: 42.8rem
    }

    .footer__social {
        grid-column: 1;
        grid-row: 2;
        margin-top: initial;
        width: 37px;
        aspect-ratio: 1/1;
        margin-top: 1.4rem
    }

    .footer__links {
        grid-column: 5/11;
        grid-row: span 2
    }

    .footer__contact {
        grid-column: 14/-1;
        grid-gap: 24px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer__articles {
        grid-column: 1/-1;
        margin-top: 3.375rem;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        grid-gap: 1rem 10px
    }

    .footer__article-link {
        position: relative
    }

    .footer__article-link::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 1px;
        bottom: 2px;
        background-color: var(--clr-black)
    }
}

@media only screen and (max-width:34.375em) {
    .footer>* {
        font-size: 20px
    }

    .footer__body {
        grid-template-columns: repeat(12, 1fr)
    }

    .footer__links {
        grid-column: 3/10;
        grid-row: initial;
        grid-gap: 1.875rem
    }

    .footer__social {
        margin-top: 0;
        grid-row: 1;
        grid-column: 12/14
    }

    .footer__articles,
    .footer__contact {
        grid-column: 3/-1;
        grid-row: 3;
        margin-top: 56px;
        grid-gap: 1.875rem
    }

    .footer__articles {
        grid-row: 4;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: left
    }
}

.works__container {
    overflow: hidden;
    position: relative
}

.works__body {
    max-width: 65rem;
    overflow: hidden;
    margin-inline: auto
}

.works__inner {
    margin-top: clamp(2rem, 3.125vw, 50px)
}

.works__title::before {
    top: -5px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.works__pagination .swiper-button-disabled {
    cursor: default
}

.works__pagination .swiper-button-disabled:hover img {
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important
}

.works__pagination .swiper-button-disabled img {
    opacity: .5
}

.works ._btn-prev {
    left: 15px
}

.works ._btn-next img,
.works ._btn-prev img {
    -webkit-transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease
}

.works ._btn-prev:hover img {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px)
}

.works ._btn-next {
    right: 15px
}

.works ._btn-next:hover img {
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
}

.works__btn {
    position: absolute;
    top: 55%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 4.6875rem;
    aspect-ratio: 1/1;
    background-image: var(--g-light)
}

.works .works-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-gap: 20px;
    overflow: hidden
}

.works .works-row__wrapper {
    overflow: hidden;
    position: relative
}

.works .works-row__wrapper:hover::before {
    opacity: 1
}

.works .works-row__wrapper img,
.works .works-row__wrapper picture {
    max-height: 332px;
    width: 100%;
    height: 100%
}

.works .works-row__wrapper:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 38.375rem;
    flex: 0 1 38.375rem
}

.works .works-row__wrapper:nth-child(2),
.works .works-row__wrapper:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25.375rem;
    flex: 0 1 25.375rem
}

.works .works-row__wrapper:nth-child(4) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 38.375rem;
    flex: 0 1 38.375rem
}

.works .works-row__button {
    margin-left: auto;
    z-index: 100;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    margin-top: 1rem
}

.works .works-row__wrapper {
    max-height: 332px;
    display: grid;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.works .works-row__wrapper:hover .works-row__descr {
    max-height: 100%
}

.works .works-row__image {
    height: 100%;
    max-height: 332px
}

.works .works-row__descr {
    -webkit-transition-delay: .5s !important;
    transition-delay: .5s !important;
    position: absolute;
    bottom: 15px;
    left: 15px;
    padding: 20px 15px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(110, 80, 164, .3)), to(rgba(79, 109, 185, .3)));
    background: linear-gradient(180deg, rgba(110, 80, 164, .3) 0, rgba(79, 109, 185, .3) 100%);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    max-width: 18.0625rem;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.works .hidden-descr {
    display: grid;
    grid-gap: 5px;
    -webkit-transition-delay: 1s !important;
    transition-delay: 1s !important
}

.works .hidden-descr__info {
    color: var(--clr-white);
    font-size: 1rem;
    font-weight: 700
}

.works .hidden-descr__button {
    margin-left: auto;
    -webkit-transform: translateY(2rem);
    transform: translateY(2rem)
}

@media only screen and (max-width:67.5em) {
    .works-row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .works-row__wrapper img,
    .works-row__wrapper picture {
        max-height: 14rem !important;
        min-height: 14rem
    }

    .works-row__wrapper:nth-child(1) {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 48.9% !important;
        flex: 0 1 48.9% !important
    }

    .works-row__wrapper:nth-child(2),
    .works-row__wrapper:nth-child(3),
    .works-row__wrapper:nth-child(4) {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 48.5% !important;
        flex: 0 1 48.5% !important
    }
}

@media only screen and (max-width:77.8125em) {
    .works__pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        grid-gap: 5.6875rem;
        margin-top: 23px
    }

    .works ._btn-next,
    .works ._btn-prev {
        width: 51px;
        height: 51px;
        position: relative
    }

    .works ._btn-next,
    .works ._btn-next:hover img,
    .works ._btn-prev,
    .works ._btn-prev:hover img {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    .works ._btn-next img,
    .works ._btn-prev img {
        width: 19px
    }
}

._visible-image {
    display: block !important
}

@media only screen and (max-width:77.5625em) {
    .works-row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .works-row__descr {
        left: 5px !important;
        bottom: 15px !important
    }

    .works-row__image {
        min-height: inherit;
        max-width: inherit
    }

    .works-row__wrapper {
        max-width: 21.5rem;
        min-height: 31.25rem
    }

    .works-row__wrapper img,
    .works-row__wrapper picture,
    .works-row__wrapper source {
        min-height: 31.25rem;
        max-width: inherit
    }

    .works-row__wrapper:nth-child(3),
    .works-row__wrapper:nth-child(4) {
        display: none
    }
}

@media only screen and (min-width:1242px) {
    ._visible-image {
        display: none
    }

    ._hidden-photos {
        display: none !important
    }
}

@media only screen and (max-width:38.125em) {
    .works-row {
        display: inline-block !important
    }

    .works-row__button {
        font-size: .9375rem;
        opacity: 1 !important
    }

    .works-row__descr {
        padding: 13px 6px !important;
        max-width: 14.0625rem !important;
        max-height: 100% !important;
        bottom: 15px !important;
        left: 15px !important
    }

    .works-row__image,
    .works-row__image img,
    .works-row__image picture {
        min-height: 31.25rem
    }

    .works-row__wrapper {
        min-height: 31.25rem;
        max-width: 100%;
        margin-inline: auto
    }

    .works-row__wrapper:nth-child(1) {
        -webkit-box-flex: unset !important;
        -ms-flex: unset !important;
        flex: unset !important
    }

    .works-row__wrapper:nth-child(2) {
        display: none
    }

    .works-row ._visible-image {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 auto !important;
        flex: 0 0 auto !important
    }

    .works-row ._visible-image .works-row__image,
    .works-row ._visible-image .works-row__image img,
    .works-row ._visible-image .works-row__image picture {
        width: 100%
    }

    .works-row ._visible-image:nth-child(2) {
        display: none !important
    }

    .hidden-descr__info {
        font-size: .9375rem !important
    }
}

@media only screen and (min-width:38.125em) {
    ._mob-image {
        display: none !important
    }
}

.mob-image {
    display: none
}

@media only screen and (max-width:38.125em) {
    .mob-image {
        display: block
    }

    .desktop-image {
        display: none
    }
}

.swiper-slide-visible .hidden-descr,
.swiper-slide-visible .works-row__button,
.swiper-slide-visible .works-row__descr {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    opacity: 1 !important
}

.swiper-container {
    overflow: hidden
}

.swiper .works-row__descr {
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
    opacity: 0
}

.swiper .hidden-descr {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.swiper .works-row__button {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    -webkit-transition-delay: 1100ms !important;
    transition-delay: 1100ms !important;
    opacity: 0;
    -webkit-transition: all 800ms ease;
    transition: all 800ms ease
}

.dots,
.dots__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.dots {
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 34px;
    padding-bottom: 5px
}

.dots__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 1.0625rem
}

.dots .swiper-pagination-bullet {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    border: 1px solid hsl(261deg, 34%, 48%);
    display: block;
    overflow: visible;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    cursor: pointer
}

.dots .swiper-pagination-bullet-active {
    background-color: hsl(261deg, 34%, 48%);
    -webkit-box-shadow: 0 4px 4px 0 hsla(0deg, 0%, 0%, .25);
    box-shadow: 0 4px 4px 0 hsla(0deg, 0%, 0%, .25)
}

.home__container {
    max-width: 81.625rem;
    margin-inline: auto
}

.home__container,
.home__image {
    position: relative
}

.home__image img,
.home__image picture,
.home__image source {
    width: 100%
}

.home__icon {
    overflow: hidden
}

.home__slider {
    margin-left: 18.125rem;
    max-width: 58.125rem;
    position: relative
}

.home__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.home__picture {
    height: 42.375rem
}

.home__picture img,
.home__picture picture {
    height: 100%;
    border-bottom-left-radius: 9.375rem;
    border-top-right-radius: 9.375rem;
    pointer-events: none
}

.home__icon {
    width: 6.5625rem;
    height: 6.5625rem;
    padding: 0;
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.descr-block {
    padding: clamp(55px, 5.9375vw, 95px) 3.75rem;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(110, 80, 164, .64)), to(rgba(79, 109, 185, .64)));
    background: linear-gradient(180deg, rgba(110, 80, 164, .64) 0, rgba(79, 109, 185, .64) 100%);
    max-width: 32.8125rem;
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    position: absolute;
    left: 0;
    z-index: 800;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.descr-block>* {
    color: var(--clr-white)
}

.descr-block__title::before {
    background-color: var(--clr-white);
    width: clamp(125px, 12.7vw, 203px)
}

.descr-block__info {
    margin-top: .9375rem
}

.descr-block__info p {
    font-size: 1.5rem
}

.descr-block__info p span {
    font-weight: 700
}

.descr-block__btn {
    margin-top: 1.6875rem
}

.home-slider {
    overflow: hidden;
    max-height: 42.375rem
}

.home-slider__item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0 100px
}

.home-slider__item:nth-child(2) img,
.home-slider__item:nth-child(2) picture,
.home-slider__item:nth-child(2) source,
.home-slider__item:nth-child(4) img,
.home-slider__item:nth-child(4) picture,
.home-slider__item:nth-child(4) source {
    display: none
}

.home-slider__item:nth-child(4) {
    background-position: left !important
}

@media only screen and (max-width:62.5em) {
    .home__slider {
        margin-left: 0;
        max-width: 100%
    }

    .home__image img,
    .home__image picture {
        width: 100%
    }

    .home-dots {
        display: none
    }
}

@media only screen and (max-width:48em) {

    .home__picture img,
    .home__picture picture {
        border-bottom-left-radius: 0;
        border-top-right-radius: 0
    }

    .descr-block {
        max-width: 18.25rem;
        padding: 2.25rem 9px 2.25rem 1.25rem;
        bottom: 45px
    }

    .descr-block__title {
        font-size: 1.5rem
    }

    .descr-block__info p {
        font-size: 1.125rem
    }
}

.home-dots {
    margin-left: 38px;
    margin-right: 15px
}

.home-dots__inner {
    display: grid;
    grid-gap: 13px
}

.home-dots .swiper-pagination-bullet {
    width: .9375rem;
    height: .9375rem
}

.--fade-left {
    -webkit-transform: translateX(-50px) !important;
    transform: translateX(-50px) !important;
    opacity: 0 !important;
    pointer-events: none
}

@media only screen and (max-width:34.375em) {
    .home__icon {
        display: none
    }

    .home__body {
        background-image: url(../img/home/home-image-mob.png);
        background-size: cover;
        background-position: 95%;
        background-repeat: no-repeat
    }

    .home__slider {
        display: none
    }
}

.menu {
    position: fixed;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    opacity: 0;
    z-index: 10000;
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out
}

.menu__container {
    min-width: 19.875rem
}

.menu__inner {
    padding: 4.5rem 1.25rem;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(110, 80, 164, .64)), to(rgba(79, 109, 185, .64)));
    background-image: linear-gradient(180deg, rgba(110, 80, 164, .64) 0, rgba(79, 109, 185, .64) 100%)
}

.menu .menu-nav {
    opacity: 0 !important;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    display: grid;
    grid-gap: 1.5rem;
    -webkit-transition-delay: 1s;
    transition-delay: 1s
}

.menu .menu-nav__link {
    color: var(--clr-white);
    font-size: 2rem;
    line-height: 117%
}

.--menu-active {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: 1
}

.--menu-active .menu-nav {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1 !important
}

.--wanish {
    opacity: 0;
    pointer-events: none
}

/*# sourceMappingURL=style.min.css.map */


.addiction__image {
    position: relative;
    width: 100%; /* Ensure the container does not exceed its max-width */
    max-width: 32rem;
    height: auto; /* Maintain aspect ratio */
    overflow: hidden; /* Prevent overflow */
  }
  
  .addiction__picture img {
    display: block; /* Remove any inline spacing */
    max-width: 100%; /* Make sure image fits within its container */
    height: auto; /* Maintain aspect ratio */
    object-fit: cover; /* Cover the container without stretching */
  }
  