@font-face {
  font-family: YapariSemBd;
  font-style: normal;
  font-weight: 600;
  src:
    url(../fonts/Yapari-SemiBold.woff2) format("woff2"),
    url(../fonts/Yapari-SemiBold.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: Monorama;
  font-style: normal;
  font-weight: 400;
  src:
    url(../fonts/Monorama-Regular.woff2) format("woff2"),
    url(../fonts/Monorama-Regular.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: Bai Jamjuree;
  font-style: normal;
  font-weight: 400;
  src:
    url(../fonts/BaiJamjuree-Regular.woff2)
      format("woff2"),
    url(../fonts/BaiJamjuree-Regular.woff) format("woff");
}
:root {
    color-scheme: dark;
    --black: #000;
    --white: #fff;
    --red: #e20101;
    --light-grey: #a1a1a1;
    --grey: #646464;
    --dark-grey: #393939;
    --medium-grey: #878787;
    --bg: #170b07;
    --bg-soft: #25120d;
    --panel: rgba(62,28,17,0.78);
    --panel-border: rgba(255,204,173,0.16);
    --text: #f6e8dc;
    --muted: #d0b29e;
    --accent: #f0a16d;
    --accent-deep: #a84f26;
    --line: rgba(255,219,191,0.12);
    --shadow: 0 30px 80px rgba(0,0,0,0.35);
    --max-width: 1200px;
    --gutter: clamp(0.625rem,2.4vw,1.875rem);
    --icon-color: var(--white);
	--font-yapari: "YapariSemBd";
	--font-bai: "Bai Jamjuree";
    --font-monorama: "monorama","monorama Fallback";
}

html {
    box-sizing: border-box;
    line-height: 1.5;
    font-size: 16px;
    scrollbar-width: none!important
}

@media screen and (min-width: 1024px) {
    html {
        font-size:calc(14px + 6.2858 * ((100vw - 1024px) / 2816))
    }
}

@media screen and (min-width: 3840px) {
    html {
        font-size:20.2858px
    }
}

html::-webkit-scrollbar {
    width: 0!important;
    height: 0!important
}

* {
    box-sizing: inherit;
    -webkit-tap-highlight-color: transparent
}

body {
    margin: 0;
    min-height: 100vh;
    background: var(--black);
    color: var(--white);
    font-family: var(--font-bai),sans-serif;
    font-size: .875rem;
    line-height: 1.29
}

@media (min-width: 744px) {
    body {
        font-size:1rem;
        line-height: 1.25
    }
}

@media (min-width: 1024px) {
    body {
        font-size:1.125rem;
        line-height: 1.33
    }
}

a {
    color: inherit
}

a,a:not(.button) {
    text-decoration: none
}

a:not(.button) {
    font-family: var(--font-monorama),sans-serif;
    text-transform: uppercase;
    color: var(--light-grey);
    transition: color .1s
}

@media (min-width: 1024px) {
    a:not(.button) {
        letter-spacing:-.02em
    }
}

a:not(.button):hover {
    color: var(--white)
}

.text-special {
    font-family: var(--font-monorama),sans-serif;
    text-transform: uppercase
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border-width: 0
}

.overflow-x-hidden {
    overflow-x: hidden
}

.pointer-events-none {
    pointer-events: none
}

.pointer-events-auto {
    pointer-events: auto
}

.d-none {
    display: none!important
}

html.lenis,html.lenis body {
    height: auto
}

.lenis.lenis-smooth {
    scroll-behavior: auto!important
}

.lenis.lenis-stopped {
    overflow: hidden
}

.lenis.lenis-scrolling iframe {
    pointer-events: none
}

.h1,h1 {
    font-family: var(--font-yapari),sans-serif;
    display: block;
    letter-spacing: -.02em;
    text-transform: uppercase;
    font-size: 2.5rem;
    line-height: 1;
    margin: 0 0 .9375rem
}

@media (min-width: 744px) {
    .h1,h1 {
        font-size:5rem;
        margin-bottom: .625rem
    }
}

@media (min-width: 1024px) {
    .h1,h1 {
        font-size:calc(5.52vw - .02em);
        line-height: 1.02
    }
}

.h2,h2 {
    font-family: var(--font-yapari),sans-serif;
    display: block;
    letter-spacing: .02em;
    font-size: 1.25rem;
    line-height: 1.3;
    margin: 0
}

@media (min-width: 744px) {
    .h2,h2 {
        font-size:2rem;
        line-height: 1.25
    }
}

@media (min-width: 1024px) {
    .h2,h2 {
        font-size:3.125rem;
        line-height: 1.1
    }
}

.h3,h3 {
    font-family: var(--font-yapari),sans-serif;
    display: block;
    letter-spacing: .02em;
    font-size: 1.25rem;
    line-height: 1.3;
    margin: 0
}

@media (min-width: 744px) {
    .h3,h3 {
        font-size:2rem;
        line-height: 1.25
    }
}

@media (min-width: 1024px) {
    .h3,h3 {
        font-size:2.25rem;
        line-height: 1.1
    }
}

.subtitle {
    font-family: var(--font-monorama),sans-serif;
    text-transform: uppercase;
    font-size: .75rem;
    line-height: 1rem;
    letter-spacing: .05em;
    color: var(--light-grey)
}

@media (min-width: 744px) {
    .subtitle {
        font-size:1rem;
        line-height: 1.25rem
    }
}

@media (min-width: 1024px) {
    .subtitle {
        font-size:1.125rem;
        line-height: 1.5rem
    }
}

.site-chrome {
    position: relative;
    overflow: hidden
}

.header {
    position: fixed !important;
    z-index: 130 !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    pointer-events: none !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: .625rem !important
}

@media (min-width: 744px) {
    .header {
        padding:1.25rem !important
    }
}

@media (min-width: 1124px) {
    .header {
        padding:1.875rem !important
    }
}

.header__logo {
    display: flex !important;
    align-items: center !important;
    pointer-events: auto !important;
    z-index: 999;
}

body.nav2-open .header__logo {
    position: relative !important;
    z-index: 120 !important
}

.header__logo__circle {
    width: 3.875rem !important;
    height: 3.875rem !important;
    flex-shrink: 0 !important
}

@media (min-width: 744px) {
    .header__logo__circle {
        width:3.875rem !important;
        height: 3.875rem !important;
    }
}

.header__logo__mask {
    overflow: hidden !important
}

.header__logo__text {
    display: none !important;
    width: 6.625rem !important;
    height: 1.875rem !important;
    padding-left: .9375rem !important
}

@media (min-width: 744px) {
    .header__logo__text {
        display:block !important
    }
}

.header__right {
    display: flex !important;
    pointer-events: auto !important
}

.header__nav,.header__right {
    align-items: center !important;
    gap: .5rem !important
}

.header__nav {
    display: none !important
}

@media (min-width: 1024px) {
    .header__nav {
        display:flex !important
    }
}

.nav-toggle {
    z-index: 999;
}

.header__link {
    pointer-events: auto !important;
}

.header__link,.header__link:hover {
    --icon-color: var(--white) !important
}

.header__link .button__icon-boxes {
    width: 1rem !important;
    height: 1rem !important;
    margin-left: .5rem !important;
    flex-shrink: 0 !important
}

.header__icon-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important
}

.header__icon-btn .button__icon-twitter {
    width: 1.25rem !important;
    height: 1rem !important
}

.header__icon-btn .button__icon-discord {
    width: 1.1875rem !important;
    height: .875rem !important
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-monorama),sans-serif;
    color: var(--white);
    text-decoration: none;
    letter-spacing: -.02em;
    text-transform: uppercase;
    font-size: .8125rem;
    line-height: 1.29;
    height: 1.8125rem;
    cursor: pointer;
    background: none;
    position: relative;
    white-space: nowrap;
    border-style: solid;
    border-width: 12px;
    border-image-source: url(../borders/border_button.svg);
    border-image-slice: 45% 40%;
    border-image-repeat: stretch;
    border-image-width: 40px 50px;
    padding: 0
}

@media (min-width: 744px) {
    .button {
        font-size:.875rem;
        line-height: 1.25;
        height: 1.875rem;
        padding: 0 .75rem
    }
}

@media (min-width: 1024px) {
    .button {
        font-size:.9375rem;
        line-height: 1.67
    }
}

.button:hover {
    border-image-source: url(../borders/border_ressource_title.svg);
    color: var(--white)
}

.button span {
    display: inline-flex;
    overflow: hidden;
    pointer-events: none
}

.button.oversized {
    font-family: var(--font-yapari),sans-serif;
    padding: 0 1.5625rem;
    height: max-content;
    margin: 0 .625rem;
    border-image-source: url(../borders/button_oversized.png);
    border-image-width: 150px 311px;
    border-image-slice: 50% 40%;
    border-image-repeat: stretch
}

@media (min-width: 1024px) {
    .button.oversized {
        margin:0 1.25rem;
        padding: 0 2.5rem
    }
}

.page-shell {
    width: min(calc(100% - (var(--gutter) * 2)),var(--max-width));
    margin: 0 auto;
    padding: 3rem 0 5rem;
    position: relative;
    z-index: 2
}

@media (max-width: 720px) {
    .page-shell {
        padding-top:2rem
    }
}

.gl-canvas {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none
}

.height-div {
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    height: 100vh
}

.scene-panels {
    inset: 0;
    z-index: 4
}

.scene-labels,.scene-panels {
    position: fixed;
    pointer-events: none
}

.scene-labels {
    opacity: 0
}

.main-sections__label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: 1px solid rgba(255,255,255,.3);
    mix-blend-mode: normal;
    box-shadow: 0 0 6px .6px #ff833d;
    pointer-events: auto
}

.main-sections__label__inner {
    position: relative;
    width: 19.2px;
    height: 19.2px;
    background: rgba(255,255,255,.3);
    box-shadow: 0 0 6px #ff5656;
    transition: all .1s ease
}

.main-sections__label__inner:before {
    content: "";
    position: absolute;
    border: .6px solid rgba(255,255,255,.1);
    width: 100%;
    height: 100%
}

.main-sections__label__inner div {
    position: absolute;
    width: 4px;
    height: 4px
}

.main-sections__label__inner div:first-child {
    top: 1px;
    left: 1px;
    box-shadow: -.5px -.5px 0 #fff
}

.main-sections__label__inner div:nth-child(2) {
    top: 1px;
    right: 1px;
    box-shadow: .5px -.5px 0 #fff
}

.main-sections__label__inner div:nth-child(3) {
    right: 1px;
    bottom: 1px;
    box-shadow: .5px .5px 0 #fff
}

.main-sections__label__inner div:nth-child(4) {
    bottom: 1px;
    left: 1px;
    box-shadow: -.5px .5px 0 #fff
}

.main-sections__label__red-dot {
    position: absolute;
    width: 4.8px;
    height: 4.8px;
    background: var(--red);
    box-shadow: 0 0 1.8px rgba(255,0,0,.3);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .1s ease
}

.main-sections__label:hover .main-sections__label__inner {
    background: var(--red);
    border: .6px solid rgba(255,255,255,.3);
    box-shadow: 0 0 6px #ff5656
}

.main-sections__label:hover .main-sections__label__inner div:first-child {
    box-shadow: -.5px -.5px 0 rgba(255,255,255,.3)
}

.main-sections__label:hover .main-sections__label__inner div:nth-child(2) {
    box-shadow: .5px -.5px 0 rgba(255,255,255,.3)
}

.main-sections__label:hover .main-sections__label__inner div:nth-child(3) {
    box-shadow: .5px .5px 0 rgba(255,255,255,.3)
}

.main-sections__label:hover .main-sections__label__inner div:nth-child(4) {
    box-shadow: -.5px .5px 0 rgba(255,255,255,.3)
}

.main-sections__label:hover .main-sections__label__red-dot {
    background: var(--white);
    box-shadow: 0 0 3px #fff
}

.main-sections__panel {
    display: none;
    width: min(23.625rem,calc(100vw - 2rem));
    padding: 1.875rem;
    position: absolute;
    color: var(--white)
}

.main-sections__panel:before {
    content: "";
    position: absolute;
    inset: 0;
    border-image-source: url(../borders/border_panels.svg);
    border-style: solid!important;
    border-width: 16px!important;
    border-image-slice: 45% 40%!important;
    border-image-repeat: stretch;
    border-image-width: 220px 200px;
    z-index: -1
}

@media (min-width: 1024px) {
    .main-sections__panel:before {
        border-width:14px!important;
        border-image-width: 220px 170px
    }
}

.main-sections__panel__title {
    font-family: var(--font-yapari),sans-serif;
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
    line-height: 1.33;
    letter-spacing: .05em
}

.main-sections__panel__text {
    margin: 0;
    font-size: 1rem;
    line-height: 1.25;
    color: var(--white)
}

.home-loader {
    position: fixed;
    inset: 0;
    z-index: 1000;
    pointer-events: none
}

.js-home .floor-progress,.js-home .hero,.js-home .home,.js-home .resources {
    transition: opacity .24s ease,visibility .24s ease
}

.js-home.home-intro-pending .floor-progress,.js-home.home-intro-pending .hero,.js-home.home-intro-pending .home,.js-home.home-intro-pending .resources {
    opacity: 0;
    visibility: hidden
}

.home-loader__overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center,rgba(226,1,1,.05),transparent 34%),linear-gradient(180deg,rgba(12,6,4,.16),rgba(0,0,0,.36));
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.home-loader__overlay:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,transparent,rgba(255,255,255,.01) 46%,rgba(255,255,255,.03) 50%,rgba(255,255,255,.01) 54%,transparent);
    animation: loader-scan 4.5s linear infinite
}

.home-loader__code {
    position: absolute;
    inset: 0;
    display: none;
    justify-content: space-between;
    padding: 7rem 4rem;
    text-transform: uppercase;
    color: rgba(208,208,208,.16);
    font-family: var(--font-monorama),sans-serif;
    font-size: .75rem;
    line-height: 1.5;
    letter-spacing: .08em
}

@media (min-width: 1024px) {
    .home-loader__code {
        display:flex
    }
}

.home-loader__code-column {
    max-width: 19rem;
    white-space: pre-line;
    filter: blur(.4px);
    animation: loader-code-scroll 16s steps(32) infinite
}

.home-loader__code-column--late {
    animation-delay: -7.5s;
    text-transform: none
}

.home-loader__mark {
    position: relative;
    width: 12.5rem;
    height: 12.5rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.home-loader__ring {
    position: absolute;
    inset: 0;
    border-radius: 999px;
    border: 1px solid rgba(53,53,53,.5)
}

.home-loader__ring--outer {
    animation: loader-ring-breathe 2s ease-in-out infinite
}

.home-loader__ring--inner {
    inset: 19%;
    animation: loader-ring-breathe 2s ease-in-out infinite reverse
}

.home-loader__logo {
    width: 3.75rem;
    height: 3.75rem;
    color: var(--red);
    position: relative;
    z-index: 2;
    animation: loader-logo-flicker 1.8s linear infinite
}

.home-loader__logo svg {
    width: 100%;
    height: 100%;
    display: block
}

.home-loader__brick {
    position: absolute;
    top: 50%;
    left: 50%;
    width: .375rem;
    height: .375rem;
    background: var(--red);
    box-shadow: 0 0 8px rgba(226,1,1,.45)
}

.home-loader__brick--outer-a {
    animation: loader-orbit-outer 3.9s linear infinite
}

.home-loader__brick--outer-b {
    animation: loader-orbit-outer 3.9s linear infinite reverse;
    animation-delay: -1.95s
}

.home-loader__brick--inner-a {
    animation: loader-orbit-inner 3.1s linear infinite
}

.home-loader__brick--inner-b {
    animation: loader-orbit-inner 3.1s linear infinite reverse;
    animation-delay: -1.55s
}

.home-loader__indicator {
    position: absolute;
    right: 1rem;
    bottom: 1.1rem;
    font-family: var(--font-yapari),sans-serif;
    font-size: 1.15rem;
    letter-spacing: -.02em;
    color: var(--white)
}

@media (min-width: 744px) {
    .home-loader__indicator {
        right:1.25rem;
        bottom: 1.25rem;
        font-size: 1.4rem
    }
}

@media (min-width: 1024px) {
    .home-loader__indicator {
        right:1.875rem;
        bottom: 1.875rem;
        font-size: 2rem
    }
}

.home-loader__indicator span {
    color: var(--red)
}

.home-loader__persisting {
    position: fixed;
    left: 1rem;
    bottom: 1rem;
    display: none;
    align-items: center;
    gap: .75rem;
    z-index: 1001
}

@media (min-width: 744px) {
    .home-loader__persisting {
        display:flex;
        left: 1.25rem;
        bottom: 1.25rem
    }
}

@media (min-width: 1024px) {
    .home-loader__persisting {
        left:1.875rem;
        bottom: 1.875rem;
        gap: .9375rem
    }
}

.home-loader__globe {
    width: 3.625rem;
    height: 3.625rem;
    color: var(--red);
    flex: 0 0 auto
}

@media (min-width: 1024px) {
    .home-loader__globe {
        width:4rem;
        height: 4rem
    }
}

.home-loader__globe svg {
    width: 100%;
    height: 100%;
    display: block
}

.home-loader__main-text {
    white-space: nowrap;
    font-family: var(--font-monorama),sans-serif;
    text-transform: uppercase;
    letter-spacing: .02em;
    color: var(--white)
}

.home-loader__main-text p {
    margin: 0;
    font-size: .75rem;
    line-height: 1.33
}

@media (min-width: 1024px) {
    .home-loader__main-text p {
        font-size:.875rem;
        line-height: 1.29
    }
}

.home-loader__main-text p:last-child {
    color: var(--red)
}

.home-loader__skip {
    position: fixed;
    left: 50%;
    bottom: max(1.5rem,env(safe-area-inset-bottom));
    transform: translateX(-50%);
    z-index: 1002;
    pointer-events: auto;
    opacity: 1;
    transition: opacity .4s ease-out
}

.home-loader__skip--hidden {
    opacity: 0;
    pointer-events: none
}

@media (prefers-reduced-motion:reduce) {
    .home-loader__skip {
        transition: opacity .01ms
    }
}

.home-loader__skip-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5rem;
    font-family: var(--font-monorama),sans-serif;
    font-size: .75rem;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--white);
    background: none;
    border: none;
    cursor: pointer;
    padding: .5rem .75rem
}

.home-loader__skip-arrow {
    animation: skip-arrow-bob 1.6s cubic-bezier(.37,0,.63,1) infinite
}

@keyframes skip-arrow-bob {
    0%,to {
        transform: translateY(0)
    }

    50% {
        transform: translateY(4px)
    }
}

.home-loader__skip-button:hover .home-loader__skip-arrow {
    animation-duration: .9s
}

.home-loader__skip-button:focus-visible {
    outline: 1px solid rgba(255,255,255,.3);
    outline-offset: 4px
}

@media (prefers-reduced-motion:reduce) {
    .home-loader__skip-arrow {
        animation: none
    }
}

@keyframes loader-scan {
    0% {
        transform: translateY(-100%)
    }

    to {
        transform: translateY(100%)
    }
}

@keyframes loader-code-scroll {
    0%,to {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-8rem)
    }
}

@keyframes loader-ring-breathe {
    0%,to {
        opacity: .35;
        transform: scale(.98)
    }

    50% {
        opacity: .9;
        transform: scale(1.02)
    }
}

@keyframes loader-logo-flicker {
    0%,18%,22%,54%,to {
        opacity: 1;
        transform: scale(1)
    }

    20%,52% {
        opacity: .18;
        transform: scale(.985)
    }

    60% {
        opacity: .72;
        transform: scale(1.04)
    }
}

@keyframes loader-orbit-outer {
    0% {
        transform: translate(-50%,-50%) rotate(0deg) translateY(-5.95rem) rotate(0deg)
    }

    to {
        transform: translate(-50%,-50%) rotate(1turn) translateY(-5.95rem) rotate(-1turn)
    }
}

@keyframes loader-orbit-inner {
    0% {
        transform: translate(-50%,-50%) rotate(0deg) translateY(-3.7rem) rotate(0deg)
    }

    to {
        transform: translate(-50%,-50%) rotate(1turn) translateY(-3.7rem) rotate(-1turn)
    }
}

@media (prefers-reduced-motion:reduce) {
    .home-loader__brick,.home-loader__code-column,.home-loader__logo,.home-loader__overlay:after,.home-loader__ring {
        animation: none!important
    }
}

.scene-status {
    position: fixed;
    top: 6rem;
    right: var(--gutter);
    z-index: 5;
    padding: .75rem 1rem;
    border-radius: 999px;
    border: 1px solid var(--panel-border);
    background: rgba(31,15,10,.88);
    color: var(--text);
    font-family: var(--font-monorama),sans-serif;
    font-size: .78rem;
    letter-spacing: .08em;
    text-transform: uppercase
}

.scene-status--error {
    color: #ffc4a0
}

.dummy-hero-section {
    height: 100vh;
    margin-bottom: 300vh;
    position: relative;
    z-index: 2
}

.hero {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    pointer-events: none;
    z-index: 3
}

.hero__inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 .625rem 1.25rem
}

@media (min-width: 744px) {
    .hero__inner {
        padding:0 1.25rem 1.25rem
    }
}

@media (min-width: 1024px) {
    .hero__inner {
        padding:0 1.875rem 1.875rem
    }
}

.hero__title {
    margin: 0;
    font-family: var(--font-yapari),sans-serif;
    font-size: 2.5rem;
    line-height: 1;
    letter-spacing: -.02em;
    text-transform: uppercase;
    text-align: center
}

@media (min-width: 744px) {
    .hero__title {
        font-size:5rem;
        text-align: left
    }
}

@media (min-width: 1024px) {
    .hero__title {
        font-size:calc(5.52vw - .02em);
        line-height: 1.02
    }
}

.hero__title-line {
    display: none;
    align-items: center;
    margin-top: .3125rem;
    font-family: var(--font-monorama),sans-serif;
    font-size: .875rem;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: var(--white);
    width: 100%
}

@media (min-width: 744px) {
    .hero__title-line {
        display:flex;
        justify-content: center;
        font-size: 1rem
    }
}

@media (min-width: 1024px) {
    .hero__title-line {
        font-size:1.125rem
    }
}

.hero__title-line__part {
    flex-shrink: 0;
    white-space: nowrap
}

.hero__line {
    height: 1px;
    width: 100%;
    margin: 0 1.875rem;
    overflow: hidden
}

.hero__line>div {
    width: 100%;
    height: 1px;
    background: var(--white)
}

.hero__bottom {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: .9375rem;
    transition: opacity .2s ease
}

@media (min-width: 744px) {
    .hero__bottom {
        margin-top:2.25rem
    }
}

@media (min-width: 1024px) {
    .hero__bottom {
        margin-top:2.625rem
    }
}

.hero__status {
    display: none;
    align-items: center
}

body.home-loader-active .hero__bottom {
    opacity: 0
}

@media (min-width: 744px) {
    .hero__status {
        display:flex
    }
}

.hero__world-icon {
    width: 3.625rem;
    height: 3.625rem;
    margin-right: .75rem;
    color: var(--red);
    flex: 0 0 auto
}

@media (min-width: 1024px) {
    .hero__world-icon {
        width:4rem;
        height: 4rem;
        margin-right: .9375rem
    }
}

.hero__world-icon svg {
    width: 100%;
    height: 100%;
    display: block
}

.hero__logs {
    display: flex;
    flex-direction: column;
    font-family: var(--font-monorama),sans-serif;
    font-size: .75rem;
    line-height: 1.33;
    letter-spacing: .02em;
    color: var(--light-grey)
}

@media (min-width: 1024px) {
    .hero__logs {
        font-size:.875rem;
        line-height: 1.29
    }
}

.hero__text {
    position: relative;
    letter-spacing: .05em;
    max-width: 21.875rem;
    font-family: var(--font-monorama),sans-serif;
    font-size: .875rem;
    line-height: 1.14;
    color: var(--white);
    margin: 0;
    text-transform: uppercase
}

@media (min-width: 744px) {
    .hero__text {
        width:21.875rem;
        max-width: none;
        font-size: 1rem;
        line-height: 1.25;
        margin-left: 0
    }
}

@media (min-width: 1024px) {
    .hero__text {
        width:31.5625rem;
        font-size: 1.125rem;
        line-height: 1.33
    }
}

.hero__text:before {
    content: "";
    position: absolute;
    background: var(--red);
    width: .4375rem;
    height: .4375rem;
    top: 16.67%;
    left: -1.125rem;
    transform: translateY(-50%)
}

@media (min-width: 744px) {
    .hero__text:before {
        width:.5rem;
        height: .5rem;
        top: 18%
    }
}

@media (min-width: 1024px) {
    .hero__text:before {
        width:.625rem;
        height: .625rem;
        left: -1.375rem;
        top: 25%
    }
}

.main-sections {
    height: 100vh;
    margin-bottom: 600vh;
    position: relative;
    z-index: 2;
    color: var(--white);
    font-family: var(--font-monorama),sans-serif;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: .875rem;
    line-height: 1.29;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none
}

.home-touch .main-sections {
    height: auto;
    min-height: calc(var(--vh, 1vh) * 100);
    margin-bottom: 0
}

@media (min-width: 744px) {
    .main-sections {
        font-size:1rem;
        line-height: 1.25
    }
}

@media (min-width: 1024px) {
    .main-sections {
        font-size:1.125rem;
        line-height: 1.33
    }
}

.main-sections__inner {
    width: 100%;
    position: fixed;
    bottom: 0;
    height: calc(var(--vh, 1vh) * 100);
    padding: 5rem .625rem 1.125rem;
    z-index: 3
}

.home-touch .main-sections__inner {
    position: relative;
    bottom: auto;
    height: calc(var(--vh, 1vh) * 100)
}

@media (min-width: 744px) {
    .main-sections__inner {
        padding:9.375rem 1.25rem 1.125rem
    }
}

@media (min-width: 1024px) {
    .main-sections__inner {
        padding:12.5rem 1.875rem 3.75rem;
        width: 50%
    }
}

.main-sections--right {
    display: flex;
    justify-content: flex-end
}

.main-sections__grid {
    display: grid;
    grid-template-areas: "title title" "subtitle subtitle" "description description" "countText count";
    grid-template-columns: minmax(100px,7.625rem) .85fr;
    grid-template-rows: auto auto 1fr auto;
    height: 100%
}

.home-touch .main-sections__grid {
    height: 100%
}

@media (min-width: 744px) {
    .main-sections__grid {
        grid-template-areas:". title" "subtitleText subtitle" ". description" "countText count";
        grid-template-columns: 8.375rem 27.1875rem
    }
}

@media (min-width: 1024px) {
    .main-sections__grid {
        grid-template-columns:10.9375rem minmax(200px,42.1875rem)
    }
}

.main-sections__title {
    grid-area: title;
    margin: 0;
    font-family: var(--font-yapari),sans-serif;
    font-weight: 400;
    font-synthesis: none;
    letter-spacing: .02em;
    font-size: 1.25rem;
    line-height: 1.3;
    text-transform: none
}

@media (min-width: 744px) {
    .main-sections__title {
        font-size:2rem;
        line-height: 1.25
    }
}

@media (min-width: 1024px) {
    .main-sections__title {
        font-size:3.125rem;
        line-height: 1.1
    }
}

.main-sections__subtitle-text {
    grid-area: subtitleText;
    display: none;
    margin-top: 1.75rem
}

@media (min-width: 744px) {
    .main-sections__subtitle-text {
        display:block
    }
}

.main-sections__subtitle {
    grid-area: subtitle;
    margin-top: .3125rem;
    color: var(--white);
    text-transform: none
}

@media (min-width: 744px) {
    .main-sections__subtitle {
        margin-top:1.75rem
    }
}

.main-sections__description {
    position: relative;
    grid-area: description;
    align-self: end;
    text-transform: none;
    letter-spacing: 0;
    font-family: var(--font-bai),sans-serif;
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.29;
    margin: 0;
    color: var(--white)
}

@media (min-width: 744px) {
    .main-sections__description {
        font-size:1rem;
        line-height: 1.25;
        max-width: 30.0625rem
    }
}

@media (min-width: 1024px) {
    .main-sections__description {
        font-size:1.25rem;
        line-height: 1.3;
        max-width: 35.125rem
    }
}

.main-sections__description:before {
    display: none;
    content: "";
    background: var(--red);
    width: .5rem;
    height: .5rem;
    position: absolute;
    top: 7px;
    left: -1.75rem
}

@media (min-width: 744px) {
    .main-sections__description:before {
        display:block
    }
}

@media (min-width: 1024px) {
    .main-sections__description:before {
        width:.625rem;
        height: .625rem;
        top: 8px;
        left: -1.75rem
    }
}

.main-sections__count-text {
    grid-area: countText;
    align-self: center;
    margin-top: 1.875rem
}

@media (min-width: 744px) {
    .main-sections__count-text {
        margin-top:3.75rem
    }
}

.main-sections__count {
    grid-area: count;
    font-family: var(--font-yapari),sans-serif;
    line-height: 1.3;
    letter-spacing: .02em;
    font-size: 1.25rem;
    overflow: hidden;
    margin-top: 1.875rem;
    color: var(--white);
    text-transform: none
}

@media (min-width: 744px) {
    .main-sections__count {
        font-size:2rem;
        line-height: 1.25;
        margin-top: 3.75rem
    }
}

@media (min-width: 1024px) {
    .main-sections__count {
        font-size:3.125rem;
        line-height: 1.3
    }
}

.cta-section {
    height: 200vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    z-index: 2
}

.cta-section__inner {
    position: -webkit-sticky;
    position: sticky;
    top: 50vh;
    transform: translateY(-50%);
    text-align: center
}

.cta-section__title {
    font-family: var(--font-yapari),sans-serif;
    font-size: 1.5rem;
    line-height: 1.25;
    text-transform: uppercase;
    max-width: 86vw;
    text-align: center;
    margin: 0 0 .9375rem
}

@media (min-width: 744px) {
    .cta-section__title {
        font-size:3.125rem;
        line-height: 1.2;
        max-width: 88vw;
        margin-bottom: 1.25rem
    }
}

@media (min-width: 1024px) {
    .cta-section__title {
        max-width:68.75rem;
        margin-bottom: 1.875rem
    }
}

.cta-section__buttons {
    display: flex;
    justify-content: center;
    gap: .75rem
}

.resources {
    min-height: 100vh;
    background: var(--black);
    position: relative;
    border-left: 1px solid var(--dark-grey);
    border-right: 1px solid var(--dark-grey);
    margin-top: 50px;
    z-index: 2
}

@media (min-width: 744px) {
    .resources {
        margin-top:80px
    }
}

.resources__top {
    position: absolute;
    top: 0;
    transform: translateY(-99%);
    left: -1px;
    width: calc(100% + 2px);
    display: flex
}

.resources__top__left,.resources__top__right {
    width: 50px;
    height: 50px;
    flex-shrink: 0
}

@media (min-width: 744px) {
    .resources__top__left,.resources__top__right {
        width:80px;
        height: 80px
    }
}

.resources__top__right {
    transform: scaleX(-1)
}

.resources__top__center {
    flex-grow: 1;
    height: 50px;
    background: var(--black);
    border-top: 1px solid var(--dark-grey)
}

@media (min-width: 744px) {
    .resources__top__center {
        height:80px
    }
}

.resources__content {
    overflow: hidden
}

.resources__title {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3.75rem;
    pointer-events: none;
    text-align: center;
    flex-direction: column;
}

@media (min-width: 744px) {
    .resources__title {
        margin-bottom:5rem
    }
}

@media (min-width: 1024px) {
    .resources__title {
        margin-bottom:6.25rem
    }
}

.resources__title--no-bottom-margin {
    margin-bottom: 0
}

.resources__title--overlap {
    margin-bottom: 0;
    transform: translateY(50%);
    z-index: 3;
    pointer-events: auto
}

.resources__title__text {
    font-family: var(--font-monorama),sans-serif;
    font-size: .875rem;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: var(--light-grey);
    border-radius: 8px;
    padding: .375rem .5rem .3125rem;
    line-height: 0;
    position: relative;
    background: var(--black);
    z-index: 2;
    display: inline-block;
    border-style: solid;
    border-width: 17px;
    border-image-source: url(../borders/border_ressource_title.svg);
    border-image-slice: 45% 40%;
    border-image-repeat: stretch;
    border-image-width: 60px 80px;
    pointer-events: none
}

@media (min-width: 744px) {
    .resources__title__text {
        font-size:1rem
    }
}

@media (min-width: 1024px) {
    .resources__title__text {
        font-size:1.125rem
    }
}

.resources__title__text:after,.resources__title__text:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 100%;
    transform: translate(17px,-50%);
    width: 50vw;
    background-color: var(--dark-grey);
    height: 1px
}

.resources__title__text:after {
    left: auto;
    right: 100%;
    transform: translate(-17px,-50%)
}

.build {
    pointer-events: none;
    padding-bottom: 5rem;
    padding-top: 3.75rem;
    overflow: hidden
}

@media (min-width: 744px) {
    .build {
        padding-bottom:7.5rem
    }
}

@media (min-width: 1024px) {
    .build {
        padding-bottom:12.5rem
    }
}

.build__list {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    width: max-content
}

.build__row-right {
    display: flex;
    justify-content: flex-end
}

.build__item {
    flex-shrink: 0;
    font-family: var(--font-yapari),sans-serif;
    font-size: 1.5rem;
    text-transform: uppercase;
    overflow: hidden;
    padding: 0 1.5625rem;
    margin: .3rem .625rem;
    white-space: nowrap;
    height: max-content;
    border-style: solid;
    border-width: 17px;
    border-image-source: url(../borders/button_oversized.png);
    border-image-width: 150px 311px;
    border-image-slice: 50% 40%;
    border-image-repeat: stretch;
    position: relative;
    will-change: transform
}

@media (min-width: 744px) {
    .build__item {
        font-size:3.125rem;
        margin: .4rem .625rem
    }
}

@media (min-width: 1024px) {
    .build__item {
        font-size:5.3125rem;
        margin: .4rem 1.25rem;
        padding: 0 2.5rem
    }
}

.build__item p,.build__item-text {
    margin: 0;
    white-space: nowrap;
    font-weight: 600
}

.build__item-glitch {
    position: absolute;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    color: var(--red);
    font-family: var(--font-yapari),sans-serif;
    font-weight: 600;
    font-size: inherit;
    text-transform: uppercase;
    white-space: nowrap;
    pointer-events: none;
    padding: 0 1.5625rem
}

@media (min-width: 1024px) {
    .build__item-glitch {
        padding:0 2.5rem
    }
}

.build__item.glitching .build__item-text {
    opacity: 0
}

.build__item.glitching .build__item-glitch {
    display: flex
}

.dev-resources {
    margin-bottom: 5rem;
    padding: 0 var(--gutter)
}

@media (min-width: 744px) {
    .dev-resources {
        margin-bottom:7.5rem
    }
}

@media (min-width: 1024px) {
    .dev-resources {
        margin-bottom:12.5rem
    }
}

.dev-resources__panels {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.875rem
}

@media (min-width: 1024px) {
    .dev-resources__panels {
        flex-direction:row;
        align-items: stretch;
        justify-content: center;
        gap: 2.5rem
    }
}

.panel {
    min-height: 22.1875rem;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 34.6875rem;
    border: none
}

@media (min-width: 744px) {
    .panel {
        max-width:34.6875rem
    }
}

@media (min-width: 1024px) {
    .panel {
        flex:1 1;
        max-width: none
    }
}

.panel:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-image-source: url(../borders/border_resources.svg);
    border-style: solid;
    border-width: 16px;
    border-image-slice: 45% 40% fill;
    border-image-repeat: stretch;
    border-image-width: 220px 200px;
    z-index: -1;
    pointer-events: none
}

@media (min-width: 1024px) {
    .panel:before {
        border-width:14px;
        border-image-width: 220px 170px
    }
}

@media (min-width: 1180px) {
    .panel:before {
        border-image-width:220px 200px
    }
}

.panel:hover:before {
    border-image-source: url(../borders/border_resources_hover.svg)
}

.panel:hover .panel__title {
    border-bottom-color: var(--grey)
}

.panel:hover .panel__description {
    border-left-color: var(--grey)
}

.panel__title {
    margin: 0;
    font-family: var(--font-yapari),sans-serif;
    font-size: 1.25rem;
    line-height: 1.3;
    letter-spacing: .02em;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    padding: 1.25rem 0;
    border-bottom: 1px solid var(--dark-grey);
    transition: border-color .2s
}

@media (min-width: 744px) {
    .panel__title {
        font-size:1.5rem;
        line-height: 1.25;
        padding: 1.875rem 0
    }
}

.panel__body {
    display: flex;
    flex-grow: 1;
    align-items: stretch
}

.video-block {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem
}

@media (min-width: 744px) {
    .video-block {
        padding:1.875rem
    }
}

.panel__video {
    display: block;
    height: auto;
    pointer-events: none;
    transform: translateZ(0)
}

.panel__description {
    padding: 1.25rem 1.25rem 1.875rem;
    border-left: 1px solid var(--dark-grey);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: var(--light-grey);
    font-family: var(--font-bai),sans-serif;
    font-size: .875rem;
    line-height: 1.5;
    transition: border-color .2s;
    width: 50%;
    text-transform: none;
    letter-spacing: 0
}

@media (min-width: 1024px) {
    .panel__description {
        line-height:1.22
    }
}

.panel__description p {
    margin: 0 0 1rem
}

.panel:last-child .panel__description {
    padding: 1.25rem
}

.panel__video--0 {
    width: 57.06%
}

.panel__video--1 {
    width: 68.36%
}

.panel__video--2 {
    width: 56.5%
}

@media (min-width: 744px) {
    .panel__video--0 {
        width:46.04%
    }

    .panel__video--1 {
        width: 64.03%
    }

    .panel__video--2 {
        width: 47.48%
    }
}

.panel__btn {
    font-family: var(--font-monorama),sans-serif;
    font-size: .875rem;
    line-height: 1.29;
    text-transform: uppercase;
    letter-spacing: -.02em;
    color: var(--light-grey);
    text-decoration: none;
    cursor: pointer;
    pointer-events: auto;
    background: none;
    border-style: solid;
    border-width: 17px;
    border-image-source: url(../borders/border_button_resources.svg);
    border-image-slice: 45% 40%;
    border-image-repeat: stretch;
    border-image-width: 60px 80px;
    padding: 0;
    height: 1.8125rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content
}

@media (min-width: 744px) {
    .panel__btn {
        font-size:1rem;
        line-height: 1.25;
        height: 2.0625rem
    }
}

@media (min-width: 1024px) {
    .panel__btn {
        margin-top:3.125rem
    }
}

.panel__btn:hover {
    color: var(--white);
    border-image-source: url(../borders/border_button.svg)
}

.panel__links {
    list-style: none;
    padding: 0;
    margin: 1.875rem 0 0
}

.panel__links li {
    margin-bottom: .3125rem;
    overflow: hidden
}

@media (min-width: 1024px) {
    .panel__links li {
        margin-bottom:.375rem
    }
}

.panel__link {
    font-family: var(--font-monorama),sans-serif;
    text-transform: uppercase;
    font-size: .875rem;
    line-height: 1.29;
    letter-spacing: .05em;
    color: var(--light-grey);
    transition: color .2s
}

@media (min-width: 744px) {
    .panel__link {
        font-size:1rem;
        line-height: 1.25
    }
}

@media (min-width: 1024px) {
    .panel__link {
        font-size:1.125rem;
        line-height: 1.33
    }
}

.panel__link:hover {
    color: var(--white)
}

.home-news {
    margin-bottom: 5rem;
    padding: 0
}

@media (min-width: 744px) {
    .home-news {
        margin-bottom:7.5rem
    }
}

@media (min-width: 1024px) {
    .home-news {
        margin-bottom:12.5rem
    }
}

.home-news__grid {
    display: flex;
    flex-wrap: wrap
}

.post-partial {
    color: var(--white);
    border-bottom: 1px solid var(--dark-grey);
    position: relative;
    width: 100%;
    aspect-ratio: 1/.87;
    cursor: pointer
}

@media (min-width: 744px) {
    .post-partial {
        aspect-ratio:1/.68
    }
}

@media (min-width: 1024px) {
    .post-partial {
        width:calc(100% / 3);
        aspect-ratio: 1/1;
        border-right: 1px solid var(--dark-grey)
    }

    .post-partial:nth-child(3n) {
        border-right: none
    }
}

.post-partial__inner {
    padding: 2.3125rem 1.875rem;
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    pointer-events: none;
    z-index: 3
}

@media (min-width: 744px) {
    .post-partial__inner {
        padding:4.25rem 3.75rem
    }
}

@media (min-width: 1024px) {
    .post-partial__inner {
        padding:2.5rem
    }
}

@media (min-width: 1366px) {
    .post-partial__inner {
        padding:4.25rem 3.75rem
    }
}

.post-partial__date {
    font-family: var(--font-monorama),sans-serif;
    font-size: .75rem;
    line-height: 1rem;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: var(--light-grey);
    margin-bottom: 1.25rem
}

@media (min-width: 744px) {
    .post-partial__date {
        margin-bottom:1.875rem;
        font-size: 1rem;
        line-height: 1.25rem
    }
}

.post-partial__title {
    margin: 0;
    font-family: var(--font-yapari),sans-serif;
    font-size: 1.25rem;
    line-height: 1.3;
    letter-spacing: .02em;
    text-transform: uppercase
}

@media (min-width: 744px) {
    .post-partial__title {
        font-size:2rem
    }
}

@media (min-width: 1024px) {
    .post-partial__title {
        font-size:1.25rem
    }
}

@media (min-width: 1366px) {
    .post-partial__title {
        font-size:2rem
    }
}

.post-partial__link {
    color: var(--white);
    text-decoration: none;
    pointer-events: auto;
    font-family: var(--font-yapari),sans-serif;
    text-transform: uppercase;
    letter-spacing: .02em
}

.post-partial__link:after {
    content: "";
    position: absolute;
    inset: 0
}

.post-partial__read {
    font-family: var(--font-monorama),sans-serif;
    text-transform: uppercase;
    font-size: .875rem;
    letter-spacing: .05em;
    color: var(--white)
}

.post-partial:hover {
    background: rgba(255,255,255,.03)
}

.home-news__cta {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 3.75rem;
    padding: 0 var(--gutter)
}

.home-glance {
    margin-bottom: 5rem;
    padding: 0 var(--gutter)
}

@media (min-width: 1024px) {
    .home-glance {
        margin-bottom:7.5rem;
        padding: 0 clamp(2rem,4vw,4rem)
    }
}

.home-glance__intro {
    max-width: 72rem;
    margin: 0 auto 3.5rem;
    text-align: center;
    font-family: var(--font-bai),sans-serif;
    font-size: clamp(1.25rem,.9rem + 1.6vw,1.75rem);
    line-height: 1.5;
    letter-spacing: 0;
    color: var(--white);
    text-wrap: balance
}

.home-glance__grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 1.25rem;
    gap: 1.25rem
}

.glance-card {
    background: var(--black);
    border: 1px solid var(--dark-grey);
    padding: 2rem 1.75rem 2.25rem;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    transition: border-color .15s
}

.glance-card:hover {
    border-color: var(--grey)
}

.glance-card__icon {
    color: var(--red);
    width: 24px;
    height: 24px;
    margin-bottom: .375rem;
    flex-shrink: 0
}

.glance-card__label {
    font-family: var(--font-monorama),sans-serif;
    text-transform: uppercase;
    font-size: .8125rem;
    letter-spacing: .06em;
    color: var(--red)
}

.glance-card__value {
    font-family: var(--font-yapari),sans-serif;
    font-size: clamp(1.125rem,2vw,1.375rem);
    line-height: 1.25;
    color: var(--white)
}

.glance-card__learn {
    font-family: var(--font-monorama),sans-serif;
    text-transform: uppercase;
    font-size: .75rem;
    letter-spacing: .04em;
    color: var(--red);
    margin-top: .375rem;
    transition: color .15s
}

.glance-card__learn:hover {
    color: var(--white)
}

@media (max-width: 744px) {
    .home-glance__grid {
        grid-template-columns:repeat(2,1fr);
        gap: 1rem
    }
}

@media (max-width: 480px) {
    .home-glance__grid {
        grid-template-columns:1fr
    }
}

.home-features {
    margin-bottom: 5rem;
    padding: 0 var(--gutter)
}

@media (min-width: 1024px) {
    .home-features {
        margin-bottom:7.5rem;
        padding: 0 clamp(2rem,4vw,4rem)
    }
}

.home-features__grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 1.25rem;
    gap: 1.25rem
}

.feature-card {
    background: var(--black);
    border: 1px solid var(--dark-grey);
    padding: 2.25rem 1.75rem 2.5rem;
    display: flex;
    flex-direction: column;
    gap: .625rem;
    transition: border-color .15s
}

.feature-card:hover {
    border-color: var(--grey)
}

.feature-card__icon {
    color: var(--red);
    width: 28px;
    height: 28px;
    margin-bottom: .25rem;
    flex-shrink: 0
}

.feature-card__title {
    font-family: var(--font-yapari),sans-serif;
    font-size: clamp(1.0625rem,1.8vw,1.25rem);
    line-height: 1.2;
    margin: 0;
    color: var(--white)
}

.feature-card__desc {
    font-size: .9375rem;
    line-height: 1.65;
    margin: 0;
    color: var(--white);
    opacity: .7
}

.feature-card__learn {
    font-family: var(--font-monorama),sans-serif;
    text-transform: uppercase;
    font-size: .75rem;
    letter-spacing: .04em;
    color: var(--red);
    margin-top: auto;
    padding-top: .5rem;
    transition: color .15s
}

.feature-card__learn:hover {
    color: var(--white)
}

@media (max-width: 1024px) {
    .home-features__grid {
        grid-template-columns:repeat(2,1fr);
        gap: 1rem
    }
}

@media (max-width: 600px) {
    .home-features__grid {
        grid-template-columns:1fr
    }
}

.home-wallets {
    margin-bottom: 5rem
}

@media (min-width: 1024px) {
    .home-wallets {
        margin-bottom:7.5rem
    }
}

.home-wallets__grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1px;
    gap: 1px;
    background: var(--dark-grey);
    border: 1px solid var(--dark-grey)
}

@media (min-width: 744px) {
    .home-wallets__grid {
        grid-template-columns:repeat(3,1fr)
    }
}

.home-wallet-card {
    background: var(--black);
    padding: 2rem 1.5rem;
    display: flex;
    flex-direction: column;
    transition: background .15s;
    text-decoration: none;
    font-family: var(--font-bai),sans-serif;
    text-transform: none;
    letter-spacing: normal
}

.home-wallet-card:hover {
    background: rgba(226,1,1,.04);
    color: var(--white)
}

.home-wallet-card__top {
    display: flex;
    align-items: center;
    gap: .75rem;
    margin-bottom: 1rem
}

.home-wallet-card__logo {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    object-fit: cover
}

.home-wallet-card__name {
    font-family: var(--font-yapari),sans-serif;
    font-size: 1.125rem;
    margin: 0;
    color: var(--white);
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .02em
}

.home-wallet-card__type {
    font-family: var(--font-monorama),sans-serif;
    text-transform: uppercase;
    font-size: .6875rem;
    letter-spacing: .06em;
    color: var(--red)
}

.home-wallet-card__desc {
    font-size: .8125rem;
    color: var(--light-grey);
    line-height: 1.5;
    margin: 0 0 1.25rem;
    flex: 1 1
}

.home-wallet-card__cta {
    font-family: var(--font-monorama),sans-serif;
    text-transform: uppercase;
    font-size: .75rem;
    letter-spacing: .04em;
    color: var(--red)
}

.home-wallets__cta {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 3.75rem;
    padding: 0 var(--gutter)
}

.home-exchanges {
    margin-bottom: 5rem
}

@media (min-width: 1024px) {
    .home-exchanges {
        margin-bottom:7.5rem
    }
}

.home-exchanges__grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1px;
    gap: 1px;
    background: var(--dark-grey);
    border: 1px solid var(--dark-grey)
}

@media (min-width: 744px) {
    .home-exchanges__grid {
        grid-template-columns:repeat(3,1fr)
    }
}

.home-exchange-card {
    background: var(--black);
    padding: 1.75rem 1.5rem;
    display: flex;
    flex-direction: column;
    transition: background .15s;
    text-decoration: none;
    font-family: var(--font-bai),sans-serif;
    text-transform: none;
    letter-spacing: normal
}

.home-exchange-card:hover {
    background: rgba(226,1,1,.04);
    color: var(--white)
}

.home-exchange-card--disabled {
    pointer-events: none;
    opacity: .5
}

.home-exchange-card__top {
    display: flex;
    align-items: center;
    gap: .75rem;
    margin-bottom: 1rem
}

.home-exchange-card__logo {
    width: 36px;
    height: 36px;
    border-radius: 6px;
    object-fit: contain;
    background: rgba(255,255,255,.06);
    padding: 4px
}

.home-exchange-card__logo--mono {
    filter: grayscale(1) brightness(1.6)
}

.home-exchange-card__name {
    font-family: var(--font-yapari),sans-serif;
    font-size: 1rem;
    margin: 0;
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: .02em
}

.home-exchange-card__type {
    font-size: .6875rem;
    letter-spacing: .06em;
    color: var(--red)
}

.home-exchange-card__badge,.home-exchange-card__type {
    font-family: var(--font-monorama),sans-serif;
    text-transform: uppercase
}

.home-exchange-card__badge {
    font-size: .625rem;
    letter-spacing: .04em;
    color: var(--grey);
    border: 1px solid var(--dark-grey);
    padding: .1875rem .5rem;
    margin-left: auto
}

.home-exchange-card__cta {
    font-family: var(--font-monorama),sans-serif;
    text-transform: uppercase;
    font-size: .75rem;
    letter-spacing: .04em;
    color: var(--red);
    margin-top: auto
}

.home-exchanges__cta {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 3.75rem;
    padding: 0 var(--gutter)
}

.partners {
    padding-bottom: 6.25rem
}

@media (min-width: 744px) {
    .partners {
        padding-bottom:7.5rem
    }
}

@media (min-width: 1024px) {
    .partners {
        padding-bottom:12.5rem
    }
}

.partners__container {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.5rem
}

@media (min-width: 1024px) {
    .partners__container {
        flex-direction:row;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 81.9375rem;
        width: 100%;
        margin: auto
    }
}

.partners__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 95%;
    list-style: none
}

@media (min-width: 1024px) {
    .partners__block {
        max-width:40.3125rem;
        width: 40.3125rem
    }
}

.partners__name {
    margin: 0 0 1.25rem;
    font-family: var(--font-yapari),sans-serif;
    font-size: 1.125rem;
    line-height: 1.22;
    letter-spacing: .02em;
    text-transform: uppercase;
    padding: 0 1.5625rem;
    display: inline-block;
    height: max-content;
    border-style: solid;
    border-width: 17px;
    border-image-source: url(../borders/button_oversized.png);
    border-image-width: 150px 311px;
    border-image-slice: 50% 40%;
    border-image-repeat: stretch
}

@media (min-width: 744px) {
    .partners__name {
        font-size:2.25rem;
        letter-spacing: .05em;
        padding: 0 2.5rem;
        margin-bottom: 1.875rem
    }
}

@media (min-width: 1024px) {
    .partners__name {
        letter-spacing:.02em;
        padding: 0 1.5625rem
    }
}

.partners__name:hover {
    border-image-source: url(../borders/border_ressource_title.svg)
}

.partners__name span {
    white-space: nowrap
}

.partners__description {
    max-width: 18.25rem;
    text-align: center;
    color: var(--light-grey);
    font-family: var(--font-bai),sans-serif;
    font-size: .875rem;
    line-height: 1.29;
    margin: 0;
    text-transform: none;
    letter-spacing: 0
}

@media (min-width: 744px) {
    .partners__description {
        font-size:1.125rem;
        line-height: 1.22;
        max-width: 28.625rem
    }
}

.floor-progress {
    display: none;
    position: fixed;
    right: .9375rem;
    bottom: 50vh;
    transform: translateY(50%);
    z-index: 10;
    width: 2.625rem
}

@media (min-width: 744px) {
    .floor-progress {
        display:block;
        width: 3.625rem;
        right: 1.25rem
    }
}

@media (min-width: 1024px) {
    .floor-progress {
        right:1.875rem
    }
}

.floor-progress__svg {
    width: 100%;
    height: auto
}

.floor-progress__svg path {
    transition: stroke .3s ease
}

.nav2 {
    z-index: 110 !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    display: flex !important;
    align-items: flex-start !important;
    transform: translateZ(0) !important;
    transition: transform .45s cubic-bezier(.16,1,.3,1) !important;
    overflow: hidden !important;
}

.nav2:before {
    content: "" !important;
    position: absolute !important; 
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    border-image-source: url(../borders/nav_border-mobile.svg) !important;
    border-image-slice: 0 0 0 0 fill !important;
    border-image-repeat: stretch !important;
    border-style: solid !important;
    border-width: 0 !important;
    pointer-events: none !important;
}

@media (min-width: 744px) {
    .nav2:before {
        border-image-source:url(../borders/nav_border-tablet.svg) !important;
        border-image-slice: 0 220 0 0 fill !important;
    }
}

@media (min-width: 1024px) {
    .nav2:before {
        border-image-source:url(../borders/nav_border-tablet.svg) !important;
        border-image-slice: 0 0 0 0 fill !important;
    }
}

@media (min-width: 1124px) {
    .nav2:before {
        border-image-source:url(../borders/nav_border_test.svg) !important;
        border-image-slice: 0 0 0 0 fill !important;
    }
}

.nav2.hide {
    transform: translate3d(0,-100%,0) !important;
    pointer-events: none !important;
}

.nav2.hide .nav__container {
    transform: translate3d(0,-15%,0) !important;
    opacity: 0 !important;
}

.nav2 svg {
    --icon-color: var(--grey) !important;
}

.nav2 svg:hover {
    --icon-color: var(--white) !important;
}

.nav__container {
    position: relative !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 0 30px 20px !important;
    transform: translateZ(0) !important;
    opacity: 1 !important;
    transition: transform .45s cubic-bezier(.16,1,.3,1),opacity .3s ease !important;
    z-index: 1 !important;
}

@media (min-width: 1124px) {
    .nav__container {
        padding:0 30px 20px !important;
    }
}

.nav__inner {
    display: flex !important;
    flex-wrap: wrap !important;  
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    width: 100% !important;
    max-height: 420px !important;
    position: relative !important;
    margin-top: 70px !important;
    padding: 20px 16px 30px !important;
}

@media (min-width: 744px) {
    .nav__inner {
        max-height:580px !important;
        margin-top: 120px !important;
        padding-top: 50px !important;
        padding-left: 100px !important;
        padding-right: 100px !important;
        position: relative !important;
    }

    .nav__inner:after {
        width: 100vw !important;
        height: 1px !important;
        left: 50% !important;
        background-color: var(--grey) !important;
    }

    .nav__inner:after,.nav__inner:before {
        content: "" !important;
        position: absolute !important;
        transform: translateX(-50%) !important;
        top: 0 !important;
    }

    .nav__inner:before {
        left: 45% !important;
        background-image: url(../borders/separator.svg) !important;
        display: block !important;
        width: 50px !important;
        z-index: 10 !important;
        background-repeat: no-repeat !important;
        height: 100% !important;
        background-size: 100% !important;
    }
}

@media (min-width: 1024px) {
    .nav__inner {
        padding-left:140px !important;
        padding-right: 140px !important;
    }
}

@media (min-width: 1124px) {
    .nav__inner {
        flex-wrap:nowrap !important;
        flex-direction: row !important;
        align-items: flex-start !important;
        border-top: none !important;
        margin-top: 0 !important;
        width: 88.9% !important;
        max-height: none !important;
        height: auto !important;
        padding: 0 0 60px 100px !important;
    }

    .nav__inner:after,.nav__inner:before {
        display: none !important;
    }
}

@media (min-width: 1366px) {
    .nav__inner {
        width:83.3% !important;
		 padding: 1.875rem!important;
    }
}

.nav__logo-spacer {
    display: none !important;
}

@media (min-width: 1124px) {
    .nav__logo-spacer {
        display:block !important;
        flex: 0 0 263px !important;
        width: 263px !important;
        pointer-events: none !important;
    }
}

.nav__block {
    width: 48% !important;
    flex-shrink: 0 !important;
}

@media (min-width: 1124px) {
    .nav__block {
        width:auto !important;
        flex: 1 1 !important;
        margin-top: 10px !important;
    }
}

.nav__block--3,.nav__block--4 {
    width: 48% !important;
}

@media (min-width: 744px) {
    .nav__block--3,.nav__block--4 {
        padding-left:85px !important;
    }
}

@media (min-width: 1024px) {
    .nav__block--3,.nav__block--4 {
        padding-left:120px !important;
    }
}

@media (min-width: 1124px) {
    .nav__block--3,.nav__block--4 {
        padding-left:0 !important;
    }
}

.nav__block>span {
    font-family: var(--font-monorama),monospace !important;
    font-style: normal !important;
    font-weight: 400 !important;
    color: var(--white) !important;
    margin-bottom: 10px !important;
    display: block !important;
    font-size: 11px !important;
    line-height: 14px !important;
    letter-spacing: .05em !important;
}

@media (min-width: 744px) {
    .nav__block>span {
        font-size:14px !important;
        line-height: 18px !important;
        margin-bottom: 16px !important;
    }
}

@media (min-width: 1124px) {
    .nav__block>span {
        font-size:18px !important;
        line-height: 24px !important;
    }
}

.nav__block ul {
    margin-top: 10px !important;
    margin-bottom: 16px !important;
    list-style: none !important;
    padding: 0
}

@media (min-width: 744px) {
    .nav__block ul {
        margin-bottom:40px !important;
    }
}

@media (min-width: 1124px) {
    .nav__block ul {
        margin-bottom:0 !important;
    }
}

.nav__block ul li {
    color: var(--light-grey) !important;
    font-family: var(--font-monorama),monospace !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 11px !important;
    line-height: 14px !important;
    margin-bottom: 3px !important;
    white-space: nowrap !important;
}

@media (min-width: 744px) {
    .nav__block ul li {
        font-size:16px !important;
        line-height: 20px !important;
        margin-bottom: 10px !important;
    }
}

@media (min-width: 1024px) {
    .nav__block ul li {
        font-size:1.143rem !important;
        line-height: 20px !important;
        margin-bottom: 10px !important;
    }
}

@media (min-width: 1124px) {
    .nav__block ul li {
        font-size:18px !important;
        line-height: 24px !important;
        margin-bottom: 0 !important;
    }
}

.nav__block ul li a {
    color: var(--light-grey) !important;
    text-decoration: none !important;
    transition: color .15s !important;
    display: inline-flex !important;
    align-items: center !important;
    padding: 4px 0 !important;
    min-height: 32px !important;
}

@media (min-width: 744px) {
    .nav__block ul li a {
        min-height:auto !important;
        padding: 0 !important;
    }
}

.nav__block ul li a:hover {
    color: var(--white) !important;
}

.nav__bottom {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    padding: 0 !important;
}

@media (min-width: 1124px) {
    .nav__bottom {
        padding:0 !important;
    }
}

.nav__social {
    display: flex !important;
    align-items: center !important;
    padding-left: 20px !important;
    width: 60% !important;
    justify-content: space-between !important;
    z-index: 2 !important;
}

@media (min-width: 744px) {
    .nav__social {
        justify-content:flex-end !important;
        width: auto !important;
    }
}

@media (min-width: 1124px) {
    .nav__social { 
        bottom:15px !important;
    }
}

.nav__social-label {
    display: none !important;
    font-family: var(--font-monorama),monospace !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    color: var(--grey) !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    margin-right: 10px !important;
    white-space: nowrap !important;
}

@media (min-width: 1124px) {
    .nav__social-label {
        display:block !important;
    }
}

.nav__social ul {
    display: flex !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    justify-content: space-between !important;
    width: 100% !important;
}

@media (min-width: 744px) {
    .nav__social ul {
        width:auto !important;
    }
}

@media (min-width: 1024px) {
    .nav__social ul {
        margin-left:25px !important;
    }
}

.nav__social ul li {
    margin: 0 9px !important;
}

@media (min-width: 744px) {
    .nav__social ul li {
        width:18px !important;
        margin: 0 11px !important;
    }
}

@media (min-width: 1124px) {
    .nav__social ul li {
        width:22px !important;
        margin: 0 12px !important;
    }
}

.nav__social ul li:first-child {
    margin-left: 0 !important;
}

.nav__social ul li:last-child {
    margin-right: 0 !important;
}

.nav__social ul li a {
    color: var(--grey) !important;
    text-decoration: none !important;
    transition: color .2s ease !important;
    display: flex !important;
    align-items: center !important;
}

.nav__social ul li a svg {
    fill: var(--grey) !important;
    transition: fill .2s ease !important;
}

.nav__social ul li a:hover svg {
    fill: var(--white) !important;
}

.nav__social ul li a:hover {
    color: var(--white) !important;
}

.nav__legal {
    position: absolute !important;
    left: 30px !important;
    bottom: 55px !important;
    font-family: var(--font-monorama),monospace !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 16px !important;
    text-transform: uppercase !important;
    z-index: 2 !important;
    display: none !important;
}

@media (min-width: 744px) {
    .nav__legal {
        display:block !important;
    }
}

@media (min-width: 1024px) {
    .nav__legal {
        font-size:14px !important;
        line-height: 18px !important;
    }
}

.nav__legal p {
    margin: 0 !important;
    color: var(--grey) !important;
}

.nav2-toggle {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    background: none !important;
    padding: 0 !important;
    pointer-events: auto !important;
    z-index: 120 !important;
    position: relative !important
}

.button-icon {
    width: 24px !important;
    height: 13px !important;
    position: relative !important
}

.button-icon i {
    position: absolute !important;
    width: 26px !important;
    height: 2px !important;
    display: block !important;
    background-color: var(--white) !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%,-50%) !important;
    transition: transform .3s ease !important
}

.button-icon.closed i:first-child {
    transform: translate(-50%,calc(-50% - 6px)) !important
}

.button-icon.closed i:nth-child(3) {
    transform: translate(-50%,calc(-50% + 6px)) !important
}

.footer {
  background-color: var(--black);
  margin-top: -1px;
  overflow: hidden;
  padding: 10px;
  position: relative;
  transform: translateZ(0);
  transition: transform 0.4s ease;
  width: 100vw;
  display: flex;
  align-items: start;
}
@media (min-width: 744px) {
  .footer {
    padding: 0 65px 40px;
  }
}
@media (min-width: 1124px) {
  .footer {
    padding: 0 20px 40px;
  }
}
@media (min-width: 1366px) {
  .footer {
    padding: 0 88px 40px;
  }
}
.footer {
  border: 1px solid var(--dark-grey);
  border-top: none;
}
.footer svg {
  --icon-color: var(--grey);
}
.footer svg:hover {
  --icon-color: var(--white);
}
.footer__container {
  border-image-slice: 10% 0 fill !important;
  border-image-source: url(../borders/border-footer-medium.svg);
  border-image-width: 40px 0;
  overflow: hidden;
  transform: translateZ(0);
  transition: transform 0.4s ease;
  margin: auto 0;
}
@media (min-width: 744px) {
  .footer__container {
    border-image-slice: 13% 0 fill !important;
    border-image-width: 70px 0;
  }
}
@media (min-width: 1124px) {
  .footer__container {
    border-image-slice: 10% 10% fill !important;
    border-image-width: 50px 70px;
  }
}
.footer__container:after,
.footer__container:before {
  background-color: var(--grey);
  display: block;
  height: 80%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
.footer__container:before {
  height: 30%;
  left: 30px;
}
.footer__container:after {
  height: 40%;
  right: 30px;
}
.footer.hide {
  transform: translate3d(0, -100%, 0);
}
.footer.hide .footer__container {
  transform: translate3d(0, 100%, 0);
}
.footer.hide .close-btn span:first-child {
  transform: translate(-50%, calc(-50% - 6px));
}
.footer.hide .close-btn span:nth-child(3) {
  transform: translate(-50%, calc(-50% + 6px));
}
.footer .close-btn {
  position: absolute;
  right: 0;
  top: 0;
}
.footer .logo {
  flex-shrink: 0;
  top: 1.5rem;
  width: -moz-max-content;
  width: max-content;
}
@media (min-width: 744px) {
  .footer .logo {
    top: 40px;
  }
}
@media (min-width: 1124px) {
  .footer .logo {
    left: 0;
    top: 0;
    transform: none;
    width: auto;
  }
}
.footer .logo .header__logo__circle {
  height: 2.25rem;
  width: 2.25rem;
}
@media (min-width: 744px) {
  .footer .logo .header__logo__circle {
    height: 3.75rem;
    width: 3.75rem;
  }
}
@media (min-width: 1124px) {
  .footer .logo .header__logo__circle {
    height: 2.875rem;
    width: 2.875rem;
  }
}
.footer .logo .header__logo__text {
  padding-left: 0.9375rem !important;
  width: 5.625rem;
}
@media (min-width: 744px) {
  .footer .logo .header__logo__text {
    height: 18px;
    width: 264px;
  }
}
@media (min-width: 1124px) {
  .footer .logo .header__logo__text {
    height: 14px;
    width: 5.625rem;
  }
}
.footer__inner {
  flex-direction: column;
  flex-wrap: wrap;
  height: 100%;
  max-height: 460px;
  padding-bottom: 10px;
  width: 100%;
}
@media (min-width: 744px) {
  .footer__inner {
    border: none;
    max-height: 580px;
    padding: 0 70px 70px;
  }
  .footer__inner:before {
    background-repeat: no-repeat;
    display: block;
    height: calc(100% - 197px) !important;
    left: 45%;
    top: 140px !important;
    width: 50px;
    z-index: 10;
  }
  .footer__inner:after,
  .footer__inner:before {
    content: "";
    position: absolute;
    transform: translateX(-50%);
  }
  .footer__inner:after {
    background-color: var(--dark-grey);
    height: 1px;
    left: 50%;
    margin-top: -1.875rem;
    width: 100vw;
  }
}
@media (min-width: 1024px) {
  .footer__inner {
    padding-left: 120px !important;
  }
  .footer__inner:before {
    height: calc(100% - 179px) !important;
    top: 124px !important;
  }
}
@media (min-width: 1124px) {
  .footer__inner {
    border-top: none;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-bottom: 0;
  }
  .footer__inner:after,
  .footer__inner:before {
    display: none !important;
  }
}
.footer__inner:before {
  background-repeat: no-repeat;
  display: block;
  height: calc(100% - 152px);
  top: 5.3125rem;
  width: 1px;
  z-index: 10;
}
.footer__inner:after,
.footer__inner:before {
  background-color: var(--dark-grey);
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.footer__inner:after {
  height: 1px;
  margin-top: -1.875rem;
  width: calc(100vw - 20px);
}
@media (min-width: 744px) {
  .footer__inner:after {
    width: calc(100vw - 130px);
  }
}
.footer__block {
  flex-shrink: 0;
  width: 50%;
}
@media (min-width: 1124px) {
  .footer__block {
    order: 1 !important;
    width: auto !important;
  }
}
.footer__block:nth-child(2) {
  margin-bottom: 40px;
  width: 50%;
}
@media (min-width: 744px) {
  .footer__block:nth-child(2) {
    margin-bottom: 60px;
  }
}
@media (min-width: 1124px) {
  .footer__block:nth-child(2) {
    margin-bottom: 60px;
  }
}
.footer__block:nth-child(3) {
  margin-bottom: 40px;
  width: 50%;
}
@media (min-width: 744px) {
  .footer__block:nth-child(3) {
    margin-bottom: 60px;
  }
}
@media (min-width: 1124px) {
  .footer__block:nth-child(3) {
    margin-bottom: 60px;
  }
}
.footer__block:nth-child(4) {
  margin-bottom: 40px;
  padding-left: 20px;
  width: 50%;
}
@media (min-width: 744px) {
  .footer__block:nth-child(4) {
    margin-bottom: 60px;
    padding-left: 70px;
  }
}
@media (min-width: 1024px) {
  .footer__block:nth-child(4) {
    padding-left: 130px;
  }
}
@media (min-width: 1124px) {
  .footer__block:nth-child(4) {
    margin-bottom: 60px;
    padding-left: 0;
  }
}
.footer__block:nth-child(5) {
  padding-left: 20px;
  width: 50%;
}
@media (min-width: 744px) {
  .footer__block:nth-child(5) {
    padding-left: 70px;
  }
}
@media (min-width: 1024px) {
  .footer__block:nth-child(5) {
    padding-left: 130px;
  }
}
@media (min-width: 1124px) {
  .footer__block:nth-child(5) {
    padding-left: 0;
  }
}
.footer__block span {
  color: var(--white);
  font-family: Monorama;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 15px;
}
@media (min-width: 744px) {
  .footer__block span {
    font-size: 1rem;
    line-height: 20px;
  }
}
@media (min-width: 1124px) {
  .footer__block span {
    font-size: 1.125rem;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
.footer__block a {
  white-space: wrap;
}
@media (min-width: 1024px) {
  .footer__block a {
    white-space: nowrap;
  }
}
.footer__block ul {
  margin-bottom: 0;
  margin-top: 15px;
}
@media (min-width: 1124px) {
  .footer__block ul {
    margin-top: 20px;
  }
}
.footer__block.social {
  background: var(--black);
  justify-content: space-between;
  width: -moz-max-content;
  width: max-content;
}
@media (min-width: 744px) {
  .footer__block.social {
    justify-content: flex-end;
    padding-left: 20px;
    right: 45px;
  }
}
@media (min-width: 1124px) {
  .footer__block.social:before {
    width: 80vw;
  }
}
.footer__block.social .button__icon-boxes {
  margin-left: 0 !important;
}
.footer__block.social ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  margin-top: 0;
}
.footer__block.social ul li {
  margin: 0 9px;
  width: 14px;
}
@media (min-width: 744px) {
  .footer__block.social ul li {
    margin: 0 11px;
    width: 18px;
  }
}
@media (min-width: 1124px) {
  .footer__block.social ul li {
    margin: 0 12px;
    width: 22px;
  }
}
.footer__block.social ul li:first-child {
  margin-left: 0;
}
.footer__block.social ul li:last-child {
  margin-right: 0;
}
.footer__block.social svg {
  fill: var(--grey);
}
.footer__block.social span {
  color: var(--grey);
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 20px;
  white-space: nowrap;
}
.footer ul li {
  color: var(--light-grey);
  font-family: Monorama;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 5px;
}
@media (min-width: 744px) {
  .footer ul li {
    font-size: 1rem;
    line-height: 20px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .footer ul li {
    font-size: 1.1428571429rem;
    line-height: 20px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1124px) {
  .footer ul li {
    font-size: 1.125rem;
    line-height: 30px;
    margin-bottom: 0;
  }
}
.footer ul li a {
  color: var(--light-grey);
}
.footer .legal,
.footer .year {
  background-color: var(--black);
  font-family: Monorama;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  left: 30px;
  line-height: 16px;
  padding-right: 20px;
  text-transform: uppercase;
}
@media (min-width: 1124px) {
  .footer .legal,
  .footer .year {
    font-size: 0.875rem;
    line-height: 18px;
  }
}
.footer .legal p,
.footer .year p {
  color: var(--grey);
  margin-bottom: 0;
}
.footer .year {
  left: 50% !important;
  padding-left: 20px;
}
.footer__bottom-part {
  bottom: 30px;
  flex-direction: row-reverse;
  left: 0;
  padding: 0;
  width: 100%;
}
@media (min-width: 744px) {
  .footer__bottom-part {
    bottom: 45px;
    padding: 0 45px;
  }
}
@media (min-width: 1124px) {
  .footer__bottom-part {
    bottom: 40px;
    flex-direction: row;
    padding: 0 50px;
  }
}
.footer__bottom-part:before {
  background-color: var(--dark-grey);
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 120px);
  z-index: -1;
}
@media (min-width: 744px) {
  .footer__bottom-part:before {
    content: "";
  }
}