/*! ------------------------------------------------
 * Project Name: Telivus Media
 * Project Description: Telivus Media Project By Govind N
 * Version: 1.0.0
 * Build Date: July 2026
 * Last Update: August 2026
 * Author: Govind X TMPL
/*! File name: main.css
 * ------------------------------------------------


/* Default Option */
 @import url(https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&amp;display=swap);
@import url(https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap);

/* 2nd option */
/* @import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap'); */

/* 3rd Option */
@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap'); 

/* 4th Option */
/* @import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap'); */

:root {
    --_size: 1.6rem;
    /* Default Option */
    --_font-default: "Manrope", sans-serif;
     --_font-accent: "JetBrains Mono", sans-serif;


/* 3rd Option */
    --_font-default: "Cabin", sans-serif;
    --_font-accent: "Cabin", sans-serif;


    --_animspeed-fast: 0.1s;
    --_animspeed-medium: 0.3s;
    --_animspeed-slow: 0.6s;
    --_animbezier: cubic-bezier(0.23, 0.65, 0.74, 1.09);
    --base--dark: #000000;
    --base-rgb--dark: 15, 15, 15;
    --base-tint--dark: #171719;
    --base-tint-rgb--dark: 23, 23, 25;
    --base-bright--dark: #000000;
    --base-bright-rgb--dark: 0, 0, 0;
    --accent--dark: #d7680d;
    --highlight--dark: #e79048;
    --base-opp--dark: #eeeae8;
    --base-opp-rgb--dark: 238, 234, 232;
    --t-bright--dark: #ffffff;
    --t-medium--dark: #8e93a1;
    --t-muted--dark: #36363c;
    --t-muted-extra--dark: #191a1d;
    --t-opp-bright--dark: #161616;
    --t-opp-medium--dark: #666870;
    --t-opp-muted--dark: #7d7f89;
    --t-opp-muted-extra--dark: #dbd8d8;
    --st-muted--dark: #1f2124;
    --st-medium--dark: #949494;
    --st-bright--dark: #ffffff;
    --bg-demo-screen-01--dark: url(assets/img/logo/tm-logo-with-white-bg.png);
    --pt-base: #ffffff;
    --pt-base-dark: #000000;
    --pt-t-accent-bright: #ffffff;
    --pt-t-accent-medium: #ee8f42e8;
    --pt-t-accent-muted: #eba267e8;
    --nl-white: #ffffff;
    --nl-white-06: rgba(255, 255, 255, 0.6);
    --nl-white-rgb: 255, 255, 255;
    --nl-black: #000000;
    --nl-black-rgb: 0, 0, 0;
    --nl-black-06: rgba(0, 0, 0, 0.6);
    --nl-black-04: rgba(0, 0, 0, 0.4);
}

    :root {
        --base: var(--base--dark);
        --base-rgb: var(--base-rgb--dark);
        --base-tint: var(--base-tint--dark);
        --base-tint-rgb: var(--base-tint-rgb--dark);
        --base-bright: var(--base-bright--dark);
        --base-bright-rgb: var(--base-bright-rgb--dark);
        --accent: var(--accent--dark);
        --highlight: var(--highlight--dark);
        --base-opp: var(--base-opp--dark);
        --base-opp-rgb: var(--base-opp-rgb--dark);
        --t-bright: var(--t-bright--dark);
        --t-medium: var(--t-medium--dark);
        --t-muted: var(--t-muted--dark);
        --t-muted-extra: var(--t-muted-extra--dark);
        --t-opp-bright: var(--t-opp-bright--dark);
        --t-opp-medium: var(--t-opp-medium--dark);
        --t-opp-muted: var(--t-opp-muted--dark);
        --t-opp-muted-extra: var(--t-opp-muted-extra--dark);
        --st-muted: var(--st-muted--dark);
        --st-medium: var(--st-medium--dark);
        --st-bright: var(--st-bright--dark);
        --bg-demo-screen-01: var(--bg-demo-screen-01--dark);
        --bg-demo-screen-02: var(--bg-demo-screen-02--dark);
        --bg-demo-screen-03: var(--bg-demo-screen-03--dark);
        --bg-demo-screen-04: var(--bg-demo-screen-04--dark);
        --bg-demo-screen-05: var(--bg-demo-screen-05--dark);
        --bg-demo-screen-06: var(--bg-demo-screen-06--dark);
        --bg-demo-screen-07: var(--bg-demo-screen-07--dark);
        --bg-demo-screen-08: var(--bg-demo-screen-08--dark);
        --bg-demo-screen-09: var(--bg-demo-screen-09--dark);
        --bg-demo-screen-10: var(--bg-demo-screen-10--dark);
    }


[color-scheme="dark"] {
    --base: var(--base--dark);
    --base-rgb: var(--base-rgb--dark);
    --base-tint: var(--base-tint--dark);
    --base-tint-rgb: var(--base-tint-rgb--dark);
    --base-bright: var(--base-bright--dark);
    --base-bright-rgb: var(--base-bright-rgb--dark);
    --accent: var(--accent--dark);
    --highlight: var(--highlight--dark);
    --base-opp: var(--base-opp--dark);
    --base-opp-rgb: var(--base-opp-rgb--dark);
    --t-bright: var(--t-bright--dark);
    --t-medium: var(--t-medium--dark);
    --t-muted: var(--t-muted--dark);
    --t-muted-extra: var(--t-muted-extra--dark);
    --t-opp-bright: var(--t-opp-bright--dark);
    --t-opp-medium: var(--t-opp-medium--dark);
    --t-opp-muted: var(--t-opp-muted--dark);
    --t-opp-muted-extra: var(--t-opp-muted-extra--dark);
    --st-muted: var(--st-muted--dark);
    --st-medium: var(--st-medium--dark);
    --st-bright: var(--st-bright--dark);
    --bg-demo-screen-01: var(--bg-demo-screen-01--dark);
    --bg-demo-screen-02: var(--bg-demo-screen-02--dark);
    --bg-demo-screen-03: var(--bg-demo-screen-03--dark);
    --bg-demo-screen-04: var(--bg-demo-screen-04--dark);
    --bg-demo-screen-05: var(--bg-demo-screen-05--dark);
    --bg-demo-screen-06: var(--bg-demo-screen-06--dark);
    --bg-demo-screen-07: var(--bg-demo-screen-07--dark);
    --bg-demo-screen-08: var(--bg-demo-screen-08--dark);
    --bg-demo-screen-09: var(--bg-demo-screen-09--dark);
    --bg-demo-screen-10: var(--bg-demo-screen-10--dark);
}

.gnxtm-hero-01 {
    background-image: url(../img/hero/1920x1200_h01.webp);
}

.gnxtm-hero-09 {
    background-image: url(../img/hero/1920x1200_h02.webp);
}

.divider-image-1 {
    background-image: url(../img/about/about-banner.webp);
}

.divider-image-2 {
    background-image: url(../img/mains/TM-banner.webp);
}

.divider-image-3 {
    background-image: url(../img/mains/TM-banner-mobile.webp);
}

.divider-image-4 {
    background-image: url(../img/mains/career-desk.webp);
}

.divider-image-5 {
    background-image: url(../img/mains/career-mobile.webp);
}

.divider-image-6 {
    background-image: url(../img/mains/client-desk.webp);
}

.divider-image-7 {
    background-image: url(../img/mains/client-mobile.webp);
}

.divider-image-8 {
    background-image: url(../img/mains/cookwell-desk.webp);
}

.divider-image-9 {
    background-image: url(../img/mains/cookwell-desk.webp);
}

.divider-image-12 {
    background-image: url(../img/about/about-banner-mobile.webp);
}


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

button:active,
button:focus {
    outline: 0 !important;
}

button::-moz-focus-inner {
    border: 0 !important;
}

input::-moz-focus-inner {
    border: 0 !important;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
    -webkit-tap-highlight-color: transparent;
}

a,
button,
input,
select,
textarea {
    -webkit-tap-highlight-color: transparent;
}

button {
    font: inherit;
    border: none;
    cursor: pointer;
}

input,
label {
    font: inherit;
}

::-moz-selection {
    background-color: var(--base-opp);
    color: var(--t-opp-bright);
    text-shadow: none;
}

::selection {
    background-color: var(--base-opp);
    color: var(--t-opp-bright);
    text-shadow: none;
}

::-webkit-scrollbar {
    display: none;
    -webkit-appearance: none !important;
    width: 0 !important;
    height: 0;
}

@media only screen and (min-width: 768px) {
    ::-webkit-scrollbar {
        display: none;
        width: 0 !important;
    }
}

html {
    width: 100%;
    height: 100%;
    font-family: sans-serif;
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    position: relative;
    width: 100%;
    min-width: 360px;
    overflow-x: unset !important;
    font: normal 400 var(--_size) / 1.6 var(--_font-default);
    text-rendering: optimizeLegibility;
    background-color: var(--base);
    color: var(--t-medium);
    scrollbar-width: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
}

.gnxtm-spacer {
    position: relative;
    width: 100%;
    min-height: 200px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2rem;
}

.gnxtm-spacer img {
    display: block;
    max-width: 50%;
    height: auto;
}

.gnxtm-cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gnxtm-cover-03 {
    background-color: rgba(0, 0, 0, 0.3);
}

.gnxtm-cover-06 {
    background-color: rgba(0, 0, 0, 0.5);
}

.fullheight {
    height: 100%;
}

.fullheight-desktop {
    height: auto;
}

@media only screen and (min-width: 1200px) {
    .fullheight-desktop {
        height: 100%;
    }
}

.loading-split .line,
.gnxtm-split-lines-reverse .line {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    will-change: transform;
}

.loading-chars .char {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-scrolling iframe {
    pointer-events: none;
}

.bg-color-base {
    background-color: var(--base);
}

.bg-color-opposite {
    background-color: var(--base-opp);
}

.bg-color-accent {
    background-color: var(--accent);
}

.gnxtm-app {
    position: relative;
    width: 100%;
}

.gnxtm-page-content {
    position: relative;
    width: 100%;
}

.gnxtm-page-content.inner-page-content {
    padding-top: 6.3rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-page-content.inner-page-content {
        padding-top: 7rem;
    }
}

.gnxtm-section {
    position: relative;
    width: 100%;
}

.gnxtm-section.padding-top-default {
    padding-top: 14rem;
}

.gnxtm-section.padding-top-title {
    padding-top: 12.3rem;
}

.gnxtm-section.padding-top-title-mobile {
    padding-top: 12.3rem;
}

.gnxtm-section.padding-top-number {
    padding-top: 10rem;
}

.gnxtm-section.padding-top-number-mobile {
    padding-top: 10rem;
}

.gnxtm-section.padding-top-manifest-m {
    padding-top: 12rem;
}

.gnxtm-section.padding-top-subtitle {
    padding-top: 12em;
}

.gnxtm-section.padding-top-subtitle-mobile {
    padding-top: 12rem;
}

.gnxtm-section.padding-bottom-default {
    padding-bottom: 12rem;
}

.gnxtm-section.padding-bottom-t-medium {
    padding-bottom: 13.4rem;
}

.gnxtm-section.padding-bottom-preview {
    padding-bottom: 13.1rem;
}

.gnxtm-section.padding-bottom-projects {
    padding-bottom: 6rem;
}

.gnxtm-section.padding-bottom-tag-m {
    padding-bottom: 10rem;
}

.gnxtm-section.padding-bottom-tag-m-title {
    padding-bottom: 12.8rem;
}

.gnxtm-section.padding-bottom-tag-m-subtitle {
    padding-bottom: 12.7rem;
}

.gnxtm-section.padding-bottom-tags-mobile {
    padding-bottom: 13.4rem;
}

.gnxtm-section.padding-bottom-grid-l-to-title {
    padding-bottom: 10.7rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-section.padding-top-default {
        padding-top: 12rem;
    }

    .gnxtm-section.padding-top-title {
        padding-top: 12rem;
    }

    .gnxtm-section.padding-top-title-mobile {
        padding-top: 12rem;
    }

    .gnxtm-section.padding-top-number {
        padding-top: 12rem;
    }

    .gnxtm-section.padding-top-number-mobile {
        padding-top: 12rem;
    }

    .gnxtm-section.padding-top-manifest-m {
        padding-top: 12rem;
    }

    .gnxtm-section.padding-top-subtitle {
        padding-top: 12rem;
    }

    .gnxtm-section.padding-top-subtitle-mobile {
        padding-top: 12rem;
    }

    .gnxtm-section.padding-bottom-default {
        padding-bottom: 17rem;
    }

    .gnxtm-section.padding-bottom-t-medium {
        padding-bottom: 16.4rem;
    }

    .gnxtm-section.padding-bottom-preview {
        padding-bottom: 16.3rem;
    }

    .gnxtm-section.padding-bottom-projects {
        padding-bottom: 8.9rem;
    }

    .gnxtm-section.padding-bottom-tag-m {
        padding-bottom: 16.2rem;
    }

    .gnxtm-section.padding-bottom-tag-m-title {
        padding-bottom: 18.6rem;
    }

    .gnxtm-section.padding-bottom-tag-m-subtitle {
        padding-bottom: 15.6rem;
    }

    .gnxtm-section.padding-bottom-tags-mobile {
        padding-bottom: 17rem;
    }

    .gnxtm-section.padding-bottom-grid-l-to-title {
        padding-bottom: 10.5rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-section.padding-top-default {
        padding-top: 18rem;
    }

    .gnxtm-section.padding-top-title {
        padding-top: 16.5rem;
    }

    .gnxtm-section.padding-top-title-mobile {
        padding-top: 18rem;
    }

    .gnxtm-section.padding-top-number {
        padding-top: 10rem;
    }

    .gnxtm-section.padding-top-number-mobile {
        padding-top: 10rem;
    }

    .gnxtm-section.padding-top-subtitle {
        padding-top: 12rem;
    }

    .gnxtm-section.padding-top-subtitle-mobile {
        padding-top: 12rem;
    }

    .gnxtm-section.padding-top-manifest-m {
        padding-top: 12rem;
    }

    .gnxtm-section.padding-bottom-default {
        padding-bottom: 18rem;
    }

    .gnxtm-section.padding-bottom-t-medium {
        padding-bottom: 17.4rem;
    }

    .gnxtm-section.padding-bottom-preview {
        padding-bottom: 17.1rem;
    }

    .gnxtm-section.padding-bottom-projects {
        padding-bottom: 8rem;
    }

    .gnxtm-section.padding-bottom-tag-m {
        padding-bottom: 12rem;
    }

    .gnxtm-section.padding-bottom-tag-m-desktop {
        padding-bottom: 12rem;
    }

    .gnxtm-section.padding-bottom-tag-m-title {
        padding-bottom: 12rem;
    }

    .gnxtm-section.padding-bottom-tag-m-subtitle {
        padding-bottom: 12rem;
    }

    .gnxtm-section.padding-bottom-tags-mobile {
        padding-bottom: 12rem;
    }

    .gnxtm-section.padding-bottom-grid-l-to-title {
        padding-bottom: 10.5rem;
    }

    .gnxtm-section.padding-marquee-tags {
        padding-bottom: 16.9rem;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-section.padding-top-default {
        padding-top: 12rem;
    }

    .gnxtm-section.padding-top-title {
        padding-top: 10rem;
    }

    .gnxtm-section.padding-top-title-mobile {
        padding-top: 12rem;
    }

    .gnxtm-section.padding-top-number {
        padding-top: 12rem;
    }

    .gnxtm-section.padding-top-number-mobile {
        padding-top: 12rem;
    }

    .gnxtm-section.padding-top-subtitle {
        padding-top: 12rem;
    }

    .gnxtm-section.padding-top-subtitle-mobile {
        padding-top: 12rem;
    }

    .gnxtm-section.padding-top-manifest-m {
        padding-top: 12rem;
    }

    .gnxtm-section.padding-bottom-default {
        padding-bottom: 12rem;
    }

    .gnxtm-section.padding-bottom-t-medium {
        padding-bottom: 12rem;
    }

    .gnxtm-section.padding-bottom-preview {
        padding-bottom: 12rem;
    }

    .gnxtm-section.padding-bottom-projects {
        padding-bottom: 10rem;
    }

    .gnxtm-section.padding-bottom-tag-m {
        padding-bottom: 12rem;
    }

    .gnxtm-section.padding-bottom-tag-m-desktop {
        padding-bottom: 12rem;
    }

    .gnxtm-section.padding-bottom-tag-m-subtitle {
        padding-bottom: 12rem;
    }

    .gnxtm-section.padding-bottom-tags-mobile {
        padding-bottom: 12rem;
    }

    .gnxtm-section.padding-bottom-grid-l-to-title {
        padding-bottom: 12rem;
    }
}

.gnxtm-section-fullscreen {
    width: 100%;
    height: 100vh;
    padding-top: 6.3rem;
    overflow: hidden;
}

@media only screen and (min-width: 768px) {
    .gnxtm-section-fullscreen {
        padding-top: 7rem;
    }
}

.gnxtm-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100vh;
}

.gnxtm-background__video {
    position: relative;
    width: 100%;
    height: 100%;
}

.gnxtm-background__video video {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-position: center center;
    -moz-background-size: contain;
    background-size: contain;
    -o-object-fit: cover;
    object-fit: cover;
}

.gnxtm-background__cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gnxtm-background__cover.opposite {
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            from(rgba(var(--base-opp-rgb), 0.6)),
            to(rgba(var(--base-opp-rgb), 1)));
    background: -moz-linear-gradient(top, rgba(var(--base-opp-rgb), 0.6) 0, rgba(var(--base-opp-rgb), 1) 100%);
    background: linear-gradient(to bottom, rgba(var(--base-opp-rgb), 0.6) 0, rgba(var(--base-opp-rgb), 1) 100%);
}

.gnxtm-background__cover.accent {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 43, 186, 0.6)), to(#002bba));
    background: -moz-linear-gradient(top, rgba(0, 43, 186, 0.6) 0, #002bba 100%);
    background: linear-gradient(to bottom, rgba(0, 43, 186, 0.6) 0, #002bba 100%);
}

.gnxtm-container {
    position: relative;
    width: 100%;
    max-width: 1920px;
    padding: 0 3rem;
    margin: 0 auto;
}

.gnxtm-container.fullwidth-container {
    max-width: none;
    padding: 0;
}

.gnxtm-container.fullscreen-container {
    height: 100%;
}

.gnxtm-container.no-padding-container {
    padding: 0;
    overflow: hidden;
}

.gnxtm-container.grid-s-container {
    padding: 0 1.5rem;
}

.gnxtm-container.grid-l-container {
    padding: 0;
}

.gnxtm-container.no-padding-right-container {
    padding: 0;
}

@media only screen and (min-width: 768px) {
    .gnxtm-container {
        padding: 0 6rem;
    }

    .gnxtm-container.grid-s-container {
        padding: 0 4.5rem;
    }

    .gnxtm-container.grid-l-container {
        padding: 0 3rem;
    }

    .gnxtm-container.no-padding-right-container {
        padding: 0 3rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-container.no-padding-right-container {
        padding: 0 0 0 3rem;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-container {
        padding: 0 10rem;
    }

    .gnxtm-container.grid-s-container {
        padding: 0 8.5rem;
    }

    .gnxtm-container.grid-l-container {
        padding: 0 7rem;
    }

    .gnxtm-container.no-padding-right-container {
        padding: 0 0 0 7rem;
    }
}

.gnxtm-grid-item {
    padding: 0 3rem;
}

.gnxtm-grid-item.padding-left-desktop {
    padding: 0;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-grid-item.padding-left-desktop {
        padding: 0 0 0 4rem;
    }
}

.gnxtm-grid-item-s {
    padding: 0 1.5rem;
}

.gnxtm-grid-padding {
    padding: 0 3rem;
}

.gnxtm-section-title {
    position: relative;
}

.gnxtm-section-title.pre-grid {
    margin-bottom: 7.3rem;
}

.gnxtm-section-title.pre-grid-desktop {
    margin-bottom: 0;
}

.gnxtm-section-title.pre-grid-xl-mobile {
    margin-bottom: 7.2rem;
}

.gnxtm-section-title.pre-subtitle-s {
    margin-bottom: 5rem;
}

.gnxtm-section-title.pre-subtitle-s.controls-bottom-mobile {
    margin-bottom: 6.6rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-section-title.pre-grid {
        margin-bottom: 9rem;
    }

    .gnxtm-section-title.pre-grid-xl-mobile {
        margin-bottom: 9rem;
    }

    .gnxtm-section-title.pre-subtitle-s {
        margin-bottom: 5rem;
    }

    .gnxtm-section-title.pre-subtitle-s.controls-bottom-mobile {
        margin-bottom: 8.6rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-section-title.pre-grid {
        margin-bottom: 8.6rem;
    }

    .gnxtm-section-title.pre-grid-desktop {
        margin-bottom: 8.6rem;
    }

    .gnxtm-section-title.pre-grid-xl-mobile {
        margin-bottom: 0;
    }

    .gnxtm-section-title.pre-subtitle-s {
        margin-bottom: 5rem;
    }

    .gnxtm-section-title.pre-subtitle-s.controls-bottom-mobile {
        margin-bottom: 8rem;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-section-title.pre-grid {
        margin-bottom: 5rem;
    }

    .gnxtm-section-title.pre-subtitle-s {
        margin-bottom: 5rem;
    }

    .gnxtm-section-title.pre-subtitle-s.controls-bottom-mobile {
        margin-bottom: 8rem;
    }
}

.gnxtm-section-title__title.centered {
    text-align: center;
}

.gnxtm-section-title__title.reverse-desktop {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.gnxtm-section-title__title.pre-caption {
    margin-bottom: 2.8rem;
}

.gnxtm-section-title__title.pre-caption-extra {
    margin-bottom: 2.8rem;
}

.gnxtm-section-title__title.pre-controls-mobile {
    margin-bottom: 3.2rem;
}

.gnxtm-section-title__title.pre-grid-split-xl {
    margin-bottom: 7.2rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-section-title__title.pre-caption {
        margin-bottom: 3.1rem;
    }

    .gnxtm-section-title__title.pre-caption-extra {
        margin-bottom: 2.7rem;
    }

    .gnxtm-section-title__title.pre-grid-split-xl {
        margin-bottom: 9.1rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-section-title__title.justify-between-desktop {
        height: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .gnxtm-section-title__title.reverse-desktop {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .gnxtm-section-title__title.pre-caption,
    .gnxtm-section-title__title.pre-caption-extra,
    .gnxtm-section-title__title.pre-controls-mobile,
    .gnxtm-section-title__title.pre-grid-split-xl {
        margin-bottom: 0;
    }
}

.gnxtm-section-title__subtitle {
    margin-bottom: 1.6rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-section-title__subtitle {
        margin-bottom: 1.9rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-section-title__subtitle {
        margin-bottom: 2.9rem;
    }
}

.gnxtm-section-title__manifest.title-manifest-s {
    padding-top: 2.2rem;
}

.gnxtm-section-title__manifest.no-padding-mobile {
    padding-top: 0;
}

@media only screen and (min-width: 768px) {
    .gnxtm-section-title__manifest.title-manifest-s {
        padding-top: 3.2rem;
    }

    .gnxtm-section-title__manifest.no-padding-mobile {
        padding-top: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-section-title__manifest.title-manifest-s {
        padding-top: 0.4rem;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-section-title__manifest.title-manifest-s {
        padding-top: 0.8rem;
    }
}

.gnxtm-section-title__data {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.gnxtm-section-title__data.top-controls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-section-title__data {
        height: auto;
        min-height: 100%;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 0.6rem;
    }

    .gnxtm-section-title__data.top-controls {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 1rem;
    }

    .gnxtm-section-title__data.top-caption {
        padding-top: 1rem;
    }

    .gnxtm-section-title__data.top-number {
        padding-top: 0.8rem;
    }

    .gnxtm-section-title__data.no-padding-bottom {
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-section-title__data {
        padding-bottom: 0.9rem;
    }

    .gnxtm-section-title__data.top-controls {
        padding-top: 1.5rem;
    }

    .gnxtm-section-title__data.top-number {
        padding-top: 1rem;
    }

    .gnxtm-section-title__data.no-padding-bottom {
        padding-bottom: 0;
    }
}

.gnxtm-section-title__controls {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.gnxtm-section-title__controls.justify-start {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.gnxtm-section-title__controls.justify-end {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.gnxtm-section-title__controls.pre-title {
    margin-bottom: 2rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-section-title__controls.pre-title {
        margin-bottom: 2rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-section-title__controls.justify-start {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .gnxtm-section-title__controls.justify-end {
        -webkit-box-pack: end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .gnxtm-section-title__controls.pre-title {
        margin-bottom: 0;
    }
}

.gnxtm-section-title__caption {
    max-width: 530px;
}

.gnxtm-section-title__caption.fullwidth {
    max-width: none;
}

.gnxtm-section-title__caption.pre-controls {
    margin-bottom: 3.2rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-section-title__caption.pre-controls {
        margin-bottom: 3.6rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-section-title__caption {
        max-width: 300px;
    }

    .gnxtm-section-title__caption.no-max-width {
        max-width: none;
    }

    .gnxtm-section-title__caption.pre-controls {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1400px) {
    .gnxtm-section-title__caption {
        max-width: 460px;
    }

    .gnxtm-section-title__caption.no-max-width {
        max-width: none;
    }
}

.gnxtm-section-title__number {
    margin-bottom: 2.1rem;
}

.gnxtm-section-title__number.pre-manifest {
    margin-bottom: 2.5rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-section-title__number {
        margin-bottom: 2.1rem;
    }

    .gnxtm-section-title__number.pre-manifest {
        margin-bottom: 3rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-section-title__number {
        margin-bottom: 0;
    }
}

.gnxtm-section-title__image {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.gnxtm-section-title__image.centered {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.gnxtm-section-title__image-link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2.4rem;
}

.gnxtm-section-title__image-link img,
.gnxtm-section-title__image-link svg {
    width: 120px;
    height: auto;
}

@media only screen and (min-width: 768px) {
    .gnxtm-section-title__image-link {
        margin-top: 1.9rem;
    }

    .gnxtm-section-title__image-link img,
    .gnxtm-section-title__image-link svg {
        width: 144px;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-section-title__image-link {
        margin-top: 2.9rem;
    }
}

.gnxtm-section-title__paragraph {
    margin-bottom: 5rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-section-title__paragraph {
        margin-bottom: 5rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-section-title__paragraph {
        padding-top: 1.8rem;
    }

    .gnxtm-section-title__paragraph p {
        max-width: 900px;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-section-title__paragraph {
        margin-bottom: 5rem;
    }
}

.gnxtm-aside-descr {
    padding-top: 2.7rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-aside-descr {
        padding-top: 3rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-aside-descr {
        padding-top: 0;
    }
}

.gnxtm-section-subtitle {
    position: relative;
}

.gnxtm-section-subtitle.padding-default {
    padding: 4.5rem 0 4.1rem 0;
}

.gnxtm-section-subtitle.padding-default.pre-grid-mobile {
    padding-bottom: 5.3rem;
}

.gnxtm-section-subtitle.padding-info-top {
    padding: 2.4rem 0 4.1rem 0;
}

@media only screen and (min-width: 768px) {
    .gnxtm-section-subtitle.padding-default {
        padding: 8.7rem 0 8.3rem 0;
    }

    .gnxtm-section-subtitle.padding-default.pre-grid-mobile {
        padding: 8.8rem 0 9.5rem 0;
    }

    .gnxtm-section-subtitle.padding-info-top {
        padding: 5.1rem 0 8.2rem 0;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-section-subtitle.padding-default {
        padding: 9.4rem 0;
    }

    .gnxtm-section-subtitle.padding-default.pre-grid-mobile {
        padding: 9.4rem 0;
    }

    .gnxtm-section-subtitle.padding-info-top {
        padding: 8.4rem 0 9.4rem 0;
    }
}

.gnxtm-section-info {
    position: relative;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-section-info {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-section-info {
        padding-top: 2rem;
    }
}

.gnxtm-section-info__tags {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 1.1rem;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-section-info__tags {
        padding-top: 0.8rem;
    }
}

.gnxtm-section-info__descr {
    margin-bottom: 2.1rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-section-info__descr {
        margin-bottom: 3.4rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-section-info__descr {
        margin-bottom: 0;
    }
}

.gnxtm-section-manifest {
    position: relative;
}

.gnxtm-section-manifest.pre-list {
    padding-bottom: 7.4rem;
    margin-bottom: 0;
}

.gnxtm-section-manifest.pre-points {
    margin-bottom: 7.3rem;
}

.gnxtm-section-manifest.pre-grid-xl {
    margin-bottom: 12rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-section-manifest.pre-list {
        padding-bottom: 16rem;
        margin-bottom: 0;
    }

    .gnxtm-section-manifest.pre-points {
        margin-bottom: 9rem;
    }

    .gnxtm-section-manifest.pre-grid-xl {
        margin-bottom: 12rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-section-manifest.pre-list {
        padding-bottom: 17rem;
        margin-bottom: 0;
    }

    .gnxtm-section-manifest.pre-points {
        margin-bottom: 5rem;
    }

    .gnxtm-section-manifest.pre-grid-xl {
        margin-bottom: 12rem;
    }
}

@media only screen and (min-width: 1400px) {
    .gnxtm-section-manifest.pre-points {
        margin-bottom: 8.9rem;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-section-manifest.pre-list {
        padding-bottom: 18.4rem;
    }

    .gnxtm-section-manifest.pre-points {
        margin-bottom: 8.5rem;
    }

    .gnxtm-section-manifest.pre-grid-xl {
        margin-bottom: 12rem;
    }
}

.gnxtm-section-manifest__wrap {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.gnxtm-section-manifest__wrap.wrap-text-s {
    gap: 2.6rem;
}

.gnxtm-section-manifest__wrap.wrap-text-m {
    gap: 2.6rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-section-manifest__wrap.wrap-text-s {
        gap: 2.2rem;
    }

    .gnxtm-section-manifest__wrap.wrap-text-m {
        gap: 2.4rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-section-manifest__wrap.wrap-text-s {
        gap: 3rem;
    }

    .gnxtm-section-manifest__wrap.wrap-text-m {
        gap: 2.7rem;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-section-manifest__wrap.wrap-text-s {
        gap: 3.3rem;
    }

    .gnxtm-section-manifest__wrap.wrap-text-m {
        gap: 2.9rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-section-manifest__text.manifest-text-s {
        max-width: 1100px;
    }

    .gnxtm-section-manifest__text.manifest-text-m {
        max-width: 1400px;
    }
}

.gnxtm-socials-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.gnxtm-socials-list li {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.gnxtm-socials-list li a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.2rem;
    font: normal 700 2.4rem/1.2 var(--_font-default);
    letter-spacing: -0.05rem;
    color: var(--t-bright);
    -webkit-transition: color var(--_animspeed-fast) ease-in-out;
    -moz-transition: color var(--_animspeed-fast) ease-in-out;
    transition: color var(--_animspeed-fast) ease-in-out;
}

.gnxtm-socials-list li a i,
.gnxtm-socials-list li a span,
.gnxtm-socials-list li a svg {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
}

.gnxtm-socials-list li a i {
    font-size: 1.8rem;
    overflow: hidden;
}

.gnxtm-socials-list li a svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: var(--t-bright);
}

@media only screen and (min-width: 1200px) {
    .gnxtm-socials-list {
        padding-top: 1.5rem;
    }

    .no-touch .gnxtm-socials-list ul li a:hover {
        color: var(--t-medium);
    }
}

@media only screen and (min-width: 1200px) and (hover) and (prefers-reduced-motion: no-preference) {
    .gnxtm-socials-list>.socials-list__item {
        -webkit-transition: opacity var(--_animspeed-medium) var(--_animbezier);
        -moz-transition: opacity var(--_animspeed-medium) var(--_animbezier);
        transition: opacity var(--_animspeed-medium) var(--_animbezier);
    }

    .gnxtm-socials-list:hover>.socials-list__item:not(:hover) {
        opacity: 0.3;
    }

    .gnxtm-socials-list:hover>.socials-list__item:not(:hover) .socials-list__arrow,
    .gnxtm-socials-list:hover>.socials-list__item:not(:hover) .socials-list__info {
        scale: 0.964;
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transition:
            opacity var(--_animspeed-medium),
            scale var(--_animspeed-medium) var(--_animbezier);
        -moz-transition:
            opacity var(--_animspeed-medium),
            scale var(--_animspeed-medium) var(--_animbezier);
        transition:
            opacity var(--_animspeed-medium),
            scale var(--_animspeed-medium) var(--_animbezier);
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-socials-list {
        padding-top: 1.9rem;
    }
}

.datalist__item {
    margin-bottom: 2.9rem;
}

.datalist__item:last-of-type {
    margin-bottom: 0;
}

.datalist__item ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1.6rem;
}

.datalist__item ul:last-of-type {
    margin-bottom: 0;
}

.datalist__item ul li a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: var(--t-medium);
}

.no-touch .datalist__item ul li a:hover {
    color: var(--t-bright);
}

@media only screen and (min-width: 768px) {
    .datalist__item {
        margin-bottom: 0;
    }

    .datalist__item ul {
        margin-bottom: 2.1rem;
    }

    .datalist__item ul:last-of-type {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1600px) {
    .datalist__item ul {
        margin-bottom: 2.2rem;
    }

    .datalist__item ul:last-of-type {
        margin-bottom: 0;
    }
}

.datalist__title {
    margin-bottom: 1.5rem;
}

@media only screen and (min-width: 768px) {
    .datalist__title {
        margin-bottom: 2rem;
    }
}

@media only screen and (min-width: 1600px) {
    .datalist__title {
        margin-bottom: 2.1rem;
    }
}

.anim-uni-slide-down,
.anim-uni-slide-up {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
}

.anim-uni-slide-down span,
.anim-uni-slide-up span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.blur-container {
    position: fixed;
    bottom: 0;
    left: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    height: 240px;
    pointer-events: none;
    z-index: 10;
    display: none;
}

@media only screen and (min-width: 1200px) {
    .blur-container {
        height: 300px;
    }
}

.blur-layer {
    position: absolute;
    inset: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    pointer-events: none;
}

.blur-1 {
    z-index: 1;
    -webkit-backdrop-filter: blur(0.078125px);
    backdrop-filter: blur(0.078125px);
    -webkit-mask-image: -webkit-gradient(linear,
            left top,
            left bottom,
            from(rgba(0, 0, 0, 0)),
            color-stop(12.5%, #000),
            color-stop(25%, #000),
            color-stop(37.5%, rgba(0, 0, 0, 0)));
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 12.5%, #000 25%, rgba(0, 0, 0, 0) 37.5%);
    mask-image: -webkit-gradient(linear,
            left top,
            left bottom,
            from(rgba(0, 0, 0, 0)),
            color-stop(12.5%, #000),
            color-stop(25%, #000),
            color-stop(37.5%, rgba(0, 0, 0, 0)));
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 12.5%, #000 25%, rgba(0, 0, 0, 0) 37.5%);
}

.blur-2 {
    z-index: 2;
    -webkit-backdrop-filter: blur(0.15625px);
    backdrop-filter: blur(0.15625px);
    -webkit-mask-image: -webkit-gradient(linear,
            left top,
            left bottom,
            color-stop(12.5%, rgba(0, 0, 0, 0)),
            color-stop(25%, #000),
            color-stop(37.5%, #000),
            color-stop(50%, rgba(0, 0, 0, 0)));
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 12.5%, #000 25%, #000 37.5%, rgba(0, 0, 0, 0) 50%);
    mask-image: -webkit-gradient(linear,
            left top,
            left bottom,
            color-stop(12.5%, rgba(0, 0, 0, 0)),
            color-stop(25%, #000),
            color-stop(37.5%, #000),
            color-stop(50%, rgba(0, 0, 0, 0)));
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 12.5%, #000 25%, #000 37.5%, rgba(0, 0, 0, 0) 50%);
}

.blur-3 {
    z-index: 3;
    -webkit-backdrop-filter: blur(0.3125px);
    backdrop-filter: blur(0.3125px);
    -webkit-mask-image: -webkit-gradient(linear,
            left top,
            left bottom,
            color-stop(25%, rgba(0, 0, 0, 0)),
            color-stop(37.5%, #000),
            color-stop(50%, #000),
            color-stop(62.5%, rgba(0, 0, 0, 0)));
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 25%, #000 37.5%, #000 50%, rgba(0, 0, 0, 0) 62.5%);
    mask-image: -webkit-gradient(linear,
            left top,
            left bottom,
            color-stop(25%, rgba(0, 0, 0, 0)),
            color-stop(37.5%, #000),
            color-stop(50%, #000),
            color-stop(62.5%, rgba(0, 0, 0, 0)));
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 25%, #000 37.5%, #000 50%, rgba(0, 0, 0, 0) 62.5%);
}

.blur-4 {
    z-index: 4;
    -webkit-backdrop-filter: blur(0.625px);
    backdrop-filter: blur(0.625px);
    -webkit-mask-image: -webkit-gradient(linear,
            left top,
            left bottom,
            color-stop(37.5%, rgba(0, 0, 0, 0)),
            color-stop(50%, #000),
            color-stop(62.5%, #000),
            color-stop(75%, rgba(0, 0, 0, 0)));
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 37.5%, #000 50%, #000 62.5%, rgba(0, 0, 0, 0) 75%);
    mask-image: -webkit-gradient(linear,
            left top,
            left bottom,
            color-stop(37.5%, rgba(0, 0, 0, 0)),
            color-stop(50%, #000),
            color-stop(62.5%, #000),
            color-stop(75%, rgba(0, 0, 0, 0)));
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 37.5%, #000 50%, #000 62.5%, rgba(0, 0, 0, 0) 75%);
}

.blur-5 {
    z-index: 5;
    -webkit-backdrop-filter: blur(1.25px);
    backdrop-filter: blur(1.25px);
    -webkit-mask-image: -webkit-gradient(linear,
            left top,
            left bottom,
            color-stop(50%, rgba(0, 0, 0, 0)),
            color-stop(62.5%, #000),
            color-stop(75%, #000),
            color-stop(87.5%, rgba(0, 0, 0, 0)));
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #000 62.5%, #000 75%, rgba(0, 0, 0, 0) 87.5%);
    mask-image: -webkit-gradient(linear,
            left top,
            left bottom,
            color-stop(50%, rgba(0, 0, 0, 0)),
            color-stop(62.5%, #000),
            color-stop(75%, #000),
            color-stop(87.5%, rgba(0, 0, 0, 0)));
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #000 62.5%, #000 75%, rgba(0, 0, 0, 0) 87.5%);
}

.blur-6 {
    z-index: 6;
    -webkit-backdrop-filter: blur(2.5px);
    backdrop-filter: blur(2.5px);
    -webkit-mask-image: -webkit-gradient(linear,
            left top,
            left bottom,
            color-stop(62.5%, rgba(0, 0, 0, 0)),
            color-stop(75%, #000),
            color-stop(87.5%, #000),
            to(rgba(0, 0, 0, 0)));
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 62.5%, #000 75%, #000 87.5%, rgba(0, 0, 0, 0) 100%);
    mask-image: -webkit-gradient(linear,
            left top,
            left bottom,
            color-stop(62.5%, rgba(0, 0, 0, 0)),
            color-stop(75%, #000),
            color-stop(87.5%, #000),
            to(rgba(0, 0, 0, 0)));
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 62.5%, #000 75%, #000 87.5%, rgba(0, 0, 0, 0) 100%);
}

.blur-7 {
    z-index: 7;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    -webkit-mask-image: -webkit-gradient(linear,
            left top,
            left bottom,
            color-stop(75%, rgba(0, 0, 0, 0)),
            color-stop(87.5%, #000),
            to(#000));
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 75%, #000 87.5%, #000 100%);
    mask-image: -webkit-gradient(linear,
            left top,
            left bottom,
            color-stop(75%, rgba(0, 0, 0, 0)),
            color-stop(87.5%, #000),
            to(#000));
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 75%, #000 87.5%, #000 100%);
}

.blur-8 {
    z-index: 8;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(87.5%, rgba(0, 0, 0, 0)), to(#000));
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 87.5%, #000 100%);
    mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(87.5%, rgba(0, 0, 0, 0)), to(#000));
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 87.5%, #000 100%);
}

.gnxtm-block {
    position: relative;
    width: 100%;
}

.gnxtm-block-fullscreen {
    width: 100%;
    height: 100%;
}

.gnxtm-block-fullscreen.centered-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pinned-section {
    display: block;
    position: relative;
}

.pinned-section__inner {
    position: relative;
    opacity: 1;
}

.pinned-section__trigger {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: transparent;
}

.gnxtm-img-anim {
    position: relative;
    overflow: hidden;
}

.gnxtm-img-anim img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.gnxtm-img-anim .gnxtm-img-anim__absolute {
    height: 100%;
}

.gnxtm-img-anim__main {
    position: relative;
    opacity: 1;
}

.gnxtm-img-anim__absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gnxtm-img-anim__absolute.centered-y {
    left: auto;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.gnxtm-object-link {
    position: relative;
}

.gnxtm-object-link__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.gnxtm-object-link__item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 3rem;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.gnxtm-object-link__item.justify-start {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.gnxtm-object-link__item.justify-end {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.gnxtm-object-link__object {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2.1rem;
}

.gnxtm-object-link__object img,
.gnxtm-object-link__object svg {
    width: 16rem;
    height: 16rem;
}

.gnxtm-object-link__object svg {
    fill: var(--t-muted-extra);
}

.gnxtm-object-link__object img {
    -o-object-fit: contain;
    object-fit: contain;
}

@media only screen and (min-width: 768px) {
    .gnxtm-object-link__object {
        margin-bottom: 0;
    }

    .gnxtm-object-link__object img,
    .gnxtm-object-link__object svg {
        width: 26rem;
        height: 26rem;
    }
}

@media only screen and (min-width: 1600px) {

    .gnxtm-object-link__object img,
    .gnxtm-object-link__object svg {
        width: 32rem;
        height: 32rem;
    }
}

.gnxtm-object-link__content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .gnxtm-object-link__content {
        width: 100%;
        gap: 1.4rem;
    }
}

.gnxtm-object-link__btnholder {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .gnxtm-object-link__btnholder {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: center;
    }
}

.gnxtm-object-link__media {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 26rem;
}

.gnxtm-object-link__media img {
    width: 100%;
}

@media only screen and (min-width: 1600px) {
    .gnxtm-object-link__media {
        height: 32rem;
    }
}

.fullwidth-text {
    position: relative;
    width: 100%;
}

.fullwidth-text.bottom-text {
    bottom: -0.4rem;
}

.fullwidth-text.bottom-text-small {
    bottom: -0.2rem;
}

@media only screen and (min-width: 768px) {
    .fullwidth-text.bottom-text {
        bottom: -0.8rem;
    }

    .fullwidth-text.bottom-text-small {
        bottom: -0.3rem;
    }
}

@media only screen and (min-width: 1200px) {
    .fullwidth-text.bottom-text {
        bottom: -1rem;
    }

    .fullwidth-text.bottom-text-small {
        bottom: -0.4rem;
    }
}

.headline-email-text {
    margin-top: 13.2rem;
}

@media only screen and (min-width: 768px) {
    .headline-email-text {
        margin-top: 16rem;
    }
}

@media only screen and (min-width: 768px) {
    .headline-email-text {
        margin-top: 17rem;
    }
}

@media only screen and (min-width: 1600px) {
    .headline-email-text {
        margin-top: 19rem;
    }
}

.fullwidth-text__wrap {
    container-type: inline-size;
    padding-top: 0.7rem;
}

.fullwidth-text__content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 28cqw;
    line-height: 0.746;
}

.fullwidth-text__content span {
    font-style: normal;
    font-weight: 500;
    line-height: 0.746;
    font-family: var(--_font-accent);
    text-transform: uppercase;
    letter-spacing: normal;
    color: var(--t-bright);
    white-space: nowrap;
}

.fullwidth-text__content .char {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.fullwidth-text__content.small {
    font-size: 10.46cqw;
}

.fullwidth-text__content.base span {
    color: var(--base);
}

.fullwidth-text__content.accent span {
    color: var(--accent);
}

.fullwidth-text__content.opposite span {
    color: var(--base-opp);
}

.fullwidth-text__content.permanent span {
    color: var(--nl-white);
}

@media only screen and (min-width: 992px) {
    .fullwidth-text__content {
        font-size: 28cqw;
    }

    .fullwidth-text__content.small {
        font-size: 10.46cqw;
    }
}

.gnxtm-divider {
    position: relative;
    overflow: hidden;
    height: auto;
}

@media only screen and (min-width: 768px) {
    .gnxtm-divider {
        height: auto;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-divider {
        height: auto;
    }

    .gnxtm-divider.divider-hero-01 {
        padding-top: 14rem;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-divider {
        height: auto;
    }
}

.gnxtm-divider__content {
    position: absolute;
    left: 0;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.1rem;
    text-align: center;
    overflow: hidden;
    padding: 0 3rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-divider__content {
        gap: 2.2rem;
        padding: 0 6rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-divider__content {
        gap: 2.3rem;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-divider__content {
        gap: 2.5rem;
        padding: 0 10rem;
    }
}

.gnxtm-divider__btngroup {
    overflow: hidden;
}

@media only screen and (min-width: 768px) {
    .gnxtm-divider__caption {
        max-width: 560px;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-divider__caption {
        max-width: 640px;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-divider__caption {
        max-width: 800px;
    }
}

.gnxtm-divider__cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gnxtm-divider__cover.cover-04 {
    background-color: var(--nl-black-04);
}

.gnxtm-divider__cover.cover-06 {
    background-color: var(--nl-black-06);
}

.gnxtm-divider__image {
    position: relative;
    width: 100%;
    height: 797px;
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    background-size: cover;
    overflow: hidden;
}

.gnxtm-divider__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (min-width: 768px) {
    .gnxtm-divider__image {
        height: 70vh;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-divider__image {
        height: 797px;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-divider__image {
        height: 797px;
    }
}

.gnxtm-divider__video {
    position: relative;
    width: 100%;
    height: 300px;
    /* background-repeat: no-repeat; */
    background-position: center;
    /* -moz-background-size: cover;
    background-size: cover; */
    overflow: hidden;
}

.gnxtm-divider__video video {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-position: center center;
    -moz-background-size: contain;
    background-size: contain;
    /* -o-object-fit: cover;
    object-fit: cover; */
}

.gnxtm-divider__video img {
    width: 100%;
    height: 100%;
    /* -o-object-fit: cover;
    object-fit: cover; */
}

@media only screen and (min-width: 768px) {
    .gnxtm-divider__video {
        height: 797px;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-divider__video {
        height: 797px;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-divider__video {
        height: 797px;
    }
}

.gnxtm-divider__trigger {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.gnxtm-perspective-list {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.gnxtm-perspective-list__item {
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    will-change: transform;
}

.gnxtm-perspective-list__inner {
    -webkit-transform-origin: bottom center;
    -moz-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform, opacity, filter;
}

.gnxtm-pulse {
    -webkit-animation: gnxtm-pulse 1.2s infinite ease-in-out alternate;
    -moz-animation: gnxtm-pulse 1.2s infinite ease-in-out alternate;
    animation: gnxtm-pulse 1.2s infinite ease-in-out alternate;
}

@-webkit-keyframes gnxtm-pulse {
    from {
        -webkit-transform: scale(0.94);
        transform: scale(0.94);
    }

    to {
        -webkit-transform: scale(1.06);
        transform: scale(1.06);
    }
}

@-moz-keyframes gnxtm-pulse {
    from {
        -moz-transform: scale(0.94);
        transform: scale(0.94);
    }

    to {
        -moz-transform: scale(1.06);
        transform: scale(1.06);
    }
}

@keyframes gnxtm-pulse {
    from {
        -webkit-transform: scale(0.94);
        -moz-transform: scale(0.94);
        transform: scale(0.94);
    }

    to {
        -webkit-transform: scale(1.06);
        -moz-transform: scale(1.06);
        transform: scale(1.06);
    }
}

.gnxtm-pulse-small {
    -webkit-animation: gnxtm-pulse 1.2s infinite ease-in-out alternate;
    -moz-animation: gnxtm-pulse 1.2s infinite ease-in-out alternate;
    animation: gnxtm-pulse 1.2s infinite ease-in-out alternate;
}

@keyframes gnxtm-pulse {
    from {
        -webkit-transform: scale(0.94);
        -moz-transform: scale(0.94);
        transform: scale(0.94);
    }

    to {
        -webkit-transform: scale(1.02);
        -moz-transform: scale(1.02);
        transform: scale(1.02);
    }
}

.gnxtm-move {
    -webkit-animation: gnxtm-move 1.2s infinite ease-in-out alternate;
    -moz-animation: gnxtm-move 1.2s infinite ease-in-out alternate;
    animation: gnxtm-move 1.2s infinite ease-in-out alternate;
}

.gnxtm-move-slow {
    -webkit-animation: gnxtm-move 2s infinite ease-in-out alternate;
    -moz-animation: gnxtm-move 2s infinite ease-in-out alternate;
    animation: gnxtm-move 2s infinite ease-in-out alternate;
}

@-webkit-keyframes gnxtm-move {
    from {
        -webkit-transform: translateY(-1rem);
        transform: translateY(-1rem);
    }

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

@-moz-keyframes gnxtm-move {
    from {
        -moz-transform: translateY(-1rem);
        transform: translateY(-1rem);
    }

    to {
        -moz-transform: translateY(1rem);
        transform: translateY(1rem);
    }
}

@keyframes gnxtm-move {
    from {
        -webkit-transform: translateY(-1rem);
        -moz-transform: translateY(-1rem);
        transform: translateY(-1rem);
    }

    to {
        -webkit-transform: translateY(1rem);
        -moz-transform: translateY(1rem);
        transform: translateY(1rem);
    }
}

.gnxtm-rotate {
    -webkit-animation: spin 5s linear infinite;
    -moz-animation: spin 5s linear infinite;
    animation: spin 5s linear infinite;
}

.gnxtm-rotate-slow {
    -webkit-animation: spin 16s linear infinite;
    -moz-animation: spin 16s linear infinite;
    animation: spin 16s linear infinite;
}

.gnxtm-split-lines .line {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

h1 {
    font: normal 600 6rem/1.1 var(--_font-default);
    letter-spacing: -0.24rem;
    color: var(--t-bright);
}

h1 sup {
    vertical-align: super;
    font-size: 74%;
    color: var(--t-muted);
}

h1 span {
    color: var(--t-medium);
}

h1 span#typed,
h1 span.typed-strings {
    color: var(--t-bright);
    white-space: nowrap;
}

h1 span#typed b,
h1 span.typed-strings b {
    white-space: nowrap;
}

h1.small {
    font-size: 5rem;
}

h1.permanent {
    color: var(--nl-white);
}

h1.permanent span {
    color: var(--nl-white-06);
}

h1.large {
    line-height: 1.1;
}

@media only screen and (min-width: 768px) {
    h1 {
        letter-spacing: -0.3rem;
    }

    h1.small {
        font-size: 7.5rem;
    }

    h1.medium {
        font-size: 8rem;
    }

    h1.large {
        font-size: 9rem;
        line-height: 1.2;
        white-space: nowrap;
    }
}

@media only screen and (min-width: 1200px) {
    h1.small {
        font-size: 7.5rem;
    }

    h1.medium {
        font-size: 8rem;
    }

    h1.large {
        font-size: 9rem;
    }
}

@media only screen and (min-width: 1400px) {
    h1.large {
        font-size: 10rem;
        letter-spacing: -0.5rem;
    }
}

@media only screen and (min-width: 1600px) {
    h1.large {
        font-size: 10rem;
    }
}

h2 {
    font: normal 600 4.4rem/1.1 var(--_font-default);
    letter-spacing: -0.18rem;
    color: var(--t-bright);
}

h2.permanent {
    color: var(--nl-white);
}

h2.opposite {
    color: var(--t-opp-bright);
}

h2.accent {
    color: var(--pt-t-accent-bright);
}

h2 .char {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

@media only screen and (min-width: 768px) {
    h2 {
        font-size: 5rem;
        letter-spacing: -0.18rem;
    }
}

@media only screen and (min-width: 1200px) {
    h2 {
        font-size: 6.5rem;
        letter-spacing: -0.3rem;
    }
}

@media only screen and (min-width: 1600px) {
    h2 {
        font-size: 6.5rem;
    }
}

.title-number {
    font: normal 500 4.2rem/1 var(--_font-accent);
    letter-spacing: -0.24rem;
    color: var(--t-muted);
}

.title-number.permanent {
    color: var(--nl-white-06);
}

@media only screen and (min-width: 768px) {
    .title-number {
        font-size: 5.2rem;
        letter-spacing: -0.3rem;
    }
}

@media only screen and (min-width: 1200px) {
    .title-number {
        font-size: 6rem;
    }
}

@media only screen and (min-width: 1600px) {
    .title-number {
        font-size: 6.5rem;
    }
}

h3 {
    font: normal 700 4rem/1.2 var(--_font-default);
    letter-spacing: -0.1rem;
    color: var(--t-bright);
}

h3 span {
    color: var(--t-medium);
}

h3.small {
    font-size: 3.4rem;
}

h3.permanent {
    color: var(--nl-white);
}

@media only screen and (min-width: 768px) {
    h3 {
        font-size: 5rem;
    }

    h3.small {
        font-size: 4.4rem;
    }
}

h4 {
    font: normal 700 3rem/1.2 var(--_font-default);
    letter-spacing: -0.1rem;
    color: var(--t-bright);
}

h4 span {
    color: var(--t-medium);
}

h4.permanent {
    color: var(--nl-white);
}

h4.accent {
    color: var(--pt-t-accent-bright);
}

h4.opposite {
    color: var(--t-opp-bright);
}

h4 .char {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

@media only screen and (min-width: 768px) {
    h4 {
        font-size: 3.6rem;
    }
}

@media only screen and (min-width: 1200px) {
    h4 {
        font-size: 4rem;
    }
}

h5 {
    font: normal 700 2.6rem/1.2 var(--_font-default);
    letter-spacing: -0.1rem;
    color: var(--t-bright);
}

h5 span {
    color: var(--t-medium);
}

@media only screen and (min-width: 768px) {
    h5 {
        font-size: 3rem;
    }
}

@media only screen and (min-width: 1200px) {
    h5 {
        font-size: 3.4rem;
    }
}

h6 {
    font: normal 700 2rem/1.2 var(--_font-default);
    letter-spacing: -0.04rem;
    color: var(--t-bright);
}

h6 a {
    color: var(--t-bright);
}

h6.opposite {
    color: var(--t-opp-bright);
}

h6.opposite a {
    color: var(--t-opp-bright);
}

@media only screen and (min-width: 768px) {
    h6 {
        font-size: 2.4rem;
    }
}

p {
    font: normal 500 var(--_size) / 1.4 var(--_font-default);
    color: var(--t-medium);
}

p.t-160 {
    line-height: 1.6;
}

p.t-120 {
    line-height: 1.2;
}

p.t-accent {
    color: var(--pt-t-accent-medium);
}

p.t-bright {
    color: var(--t-bright);
}

p.t-medium {
    font-size: 1.6rem;
}

p.t-large {
    font-size: 2rem;
}

p.t-extra {
    font-size: 2rem;
}

p.t-bold {
    font-weight: 700;
    color: var(--t-bright);
}

p.t-bold a {
    color: var(--t-bright);
}

p.t-bold span {
    color: var(--t-medium);
}

p.t-opposite {
    color: var(--t-opp-bright);
}

p.t-opposite span {
    color: var(--t-opp-medium);
}

p.t-permanent {
    color: var(--nl-white);
}

p.t-permanent span {
    color: var(--nl-white-06);
}

p.t-accent-bright {
    color: var(--pt-t-accent-bright);
}

p.t-accent-bright span {
    color: var(--pt-t-accent-medium);
}

@media only screen and (min-width: 768px) {
    p.t-medium {
        font-size: 1.8rem;
    }

    p.t-extra {
        font-size: 2.8rem;
        letter-spacing: -0.06rem;
    }
}

@media only screen and (min-width: 1200px) {
    p.t-aside {
        max-width: 360px;
    }
}

@media only screen and (min-width: 1600px) {
    p.t-large {
        font-size: 2.4rem;
    }

    p.t-extra {
        font-size: 3.4rem;
        letter-spacing: -0.08rem;
    }
}

.manifest {
    font: normal 700 2.8rem/1.2 var(--_font-default);
    letter-spacing: -0.1rem;
    color: var(--t-bright);
}

.manifest span {
    color: var(--t-medium);
}

.manifest.manifest-accent {
    color: var(--pt-t-accent-bright);
}

.manifest.manifest-accent span {
    color: var(--pt-t-accent-muted);
}

@media only screen and (min-width: 768px) {
    .manifest.manifest-m {
        font-size: 4.4rem;
    }

    .manifest.manifest-l {
        font-size: 4rem;
    }
}

@media only screen and (min-width: 1200px) {
    .manifest.manifest-s {
        font-size: 4.4rem;
    }

    .manifest.manifest-m {
        font-size: 4.8rem;
    }

    .manifest.manifest-l {
        font-size: 5.4rem;
    }
}

@media only screen and (min-width: 1600px) {
    .manifest.manifest-s {
        font-size: 4.4rem;
    }

    .manifest.manifest-m {
        font-size: 6.6rem;
    }

    .manifest.manifest-l {
        font-size: 7.5rem;
    }
}

.breadcrumbs__nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 0.5rem;
}

.breadcrumbs__nav span {
    font: normal 600 1.4rem/1.6 var(--_font-accent);
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    color: var(--t-medium);
}

.breadcrumbs__nav span::after {
    content: "/";
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.breadcrumbs__nav span:last-of-type::after {
    display: none;
}

.breadcrumbs__nav span a {
    display: inline;
    color: var(--t-medium);
    letter-spacing: 0.05rem;
}

.breadcrumbs__nav span.current-item {
    text-decoration: underline;
}

.breadcrumbs__nav.permanent span {
    color: var(--nl-white);
}

.tag {
    display: inline-block;
    font: normal 600 var(--_size) / 1.6 var(--_font-accent);
    text-transform: uppercase;
    letter-spacing: 0.05rem;
}

.tag-s {
    font-size: 1.2rem;
}

.tag-s-mobile {
    font-size: 1.2rem;
}

@media only screen and (min-width: 1600px) {
    .tag-s-mobile {
        font-size: 1.4rem;
    }
}

.tag-m {
    font-size: 1.4rem;
}

.tag-bg {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 1.2rem;
    padding: 0.8rem 1.2rem;
    -moz-border-radius: 0.4rem;
    border-radius: 0.4rem;
    line-height: 1.2;
}

.tag-bg.default {
    background-color: var(--base-opp);
    color: var(--t-opp-bright);
}

.tag-bg.accent {
    background-color: var(--accent);
    color: var(--pt-t-accent-bright);
}

.tag-bg.muted {
    background-color: var(--st-muted);
    color: var(--t-bright);
}

.tag-bg.permanent {
    background-color: var(--nl-white);
    color: var(--nl-black);
}

.tag-permanent {
    font-weight: 400;
    color: var(--nl-white);
}

.tag-opposite {
    color: var(--t-opp-medium);
}

.tag-medium {
    color: var(--t-medium);
}

.tag-medium-opposite {
    color: var(--t-opp-medium);
}

.meta-author,
.meta-date,
.meta-niche,
.meta-tag,
.meta-time {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    font: normal 600 1.4rem/1.6 var(--_font-accent);
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    color: var(--t-medium);
}

.meta-author.comma-tag::after,
.meta-date.comma-tag::after,
.meta-niche.comma-tag::after,
.meta-tag.comma-tag::after,
.meta-time.comma-tag::after {
    content: ",";
}

.meta-author.slash-tag::after,
.meta-date.slash-tag::after,
.meta-niche.slash-tag::after,
.meta-tag.slash-tag::after,
.meta-time.slash-tag::after {
    content: "/";
    margin: 0 1rem;
}

.meta-author a,
.meta-date a,
.meta-niche a,
.meta-tag a,
.meta-time a {
    color: var(--t-medium);
}

@media only screen and (min-width: 768px) {

    .meta-author,
    .meta-date,
    .meta-niche,
    .meta-tag,
    .meta-time {
        font-size: 1.4rem;
    }
}

.meta-author,
.meta-time {
    color: var(--t-bright);
}

.meta-author a,
.meta-time a {
    color: var(--t-bright);
}

.gnxtm-socials-line {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 2.4rem;
    -moz-column-gap: 2.4rem;
    column-gap: 2.4rem;
    row-gap: 0.4rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.gnxtm-socials-line.column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.gnxtm-socials-line.centered-mobile {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.gnxtm-socials-line li {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-socials-line {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-column-gap: 3.4rem;
        -moz-column-gap: 3.4rem;
        column-gap: 3.4rem;
        row-gap: 0;
    }

    .gnxtm-socials-line.column {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .gnxtm-socials-line.centered-mobile {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.gnxtm-socials-line__link {
    display: block;
    font: normal 600 1.4rem/1.6 var(--_font-accent);
    color: var(--t-medium);
    overflow: hidden;
}

.gnxtm-socials-line__link span {
    display: inline-block;
    font: normal 600 1.4rem/1.6 var(--_font-accent);
    text-transform: uppercase;
    letter-spacing: 0.05rem;
}

.gnxtm-socials-line__link.opposite {
    color: var(--t-opp-medium);
}

.gnxtm-socials-line__link.permanent {
    color: rgba(var(--nl-white-rgb), 0.7);
}

.no-touch .gnxtm-socials-line__link:hover {
    color: var(--t-bright);
}

.no-touch .gnxtm-socials-line__link:hover.opposite {
    color: var(--t-opp-bright);
}

.no-touch .gnxtm-socials-line__link:hover.permanent {
    color: rgba(var(--nl-white-rgb), 1);
}

.footer-data {
    display: block;
    overflow: hidden;
    color: var(--t-medium);
    font: normal 600 1.4rem/1.6 var(--_font-accent);
    text-transform: uppercase;
    letter-spacing: -0.05rem;
}

.footer-data a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font: normal 600 1.4rem/1.6 var(--_font-accent);
    text-transform: uppercase;
    letter-spacing: -0.05rem;
    color: var(--t-medium);
}

.no-touch .footer-data a:hover {
    color: var(--t-bright);
}

.footer-data span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.footer-data.opposite {
    color: var(--t-opp-medium);
}

.footer-data.opposite a {
    color: var(--t-opp-medium);
}

.no-touch .footer-data.opposite a:hover {
    color: var(--t-opp-bright);
}

.footer-data.bright {
    color: var(--t-bright);
    letter-spacing: normal;
}

.footer-data.bright a {
    color: var(--t-bright);
    letter-spacing: normal;
}

.no-touch .footer-data.bright a:hover {
    color: var(--t-medium);
}

.project-name-s {
    font: normal 700 2.4rem/1.2 var(--_font-default);
    letter-spacing: -0.04rem;
    color: var(--t-bright);
    -webkit-transition: color var(--_animspeed-medium) ease;
    -moz-transition: color var(--_animspeed-medium) ease;
    transition: color var(--_animspeed-medium) ease;
}

.project-name-s.permanent {
    color: var(--nl-white);
}

.project-name-m {
    font: normal 700 3.2rem/1.2 var(--_font-default);
    letter-spacing: -0.04rem;
    color: var(--t-bright);
    -webkit-transition: color var(--_animspeed-medium) ease;
    -moz-transition: color var(--_animspeed-medium) ease;
    transition: color var(--_animspeed-medium) ease;
}

.project-name-m.permanent {
    color: var(--nl-white);
}

.blog-name-s {
    font: normal 700 1.8rem/1.2 var(--_font-default);
    letter-spacing: -0.04rem;
    color: var(--t-bright);
    -webkit-transition: color var(--_animspeed-medium) ease;
    -moz-transition: color var(--_animspeed-medium) ease;
    transition: color var(--_animspeed-medium) ease;
}

.blog-name-s.permanent {
    color: var(--nl-white);
}

.blog-name-m {
    font: normal 700 2.2rem/1.2 var(--_font-default);
    letter-spacing: -0.04rem;
    color: var(--t-bright);
    -webkit-transition: color var(--_animspeed-medium) ease;
    -moz-transition: color var(--_animspeed-medium) ease;
    transition: color var(--_animspeed-medium) ease;
}

.blog-name-m.permanent {
    color: var(--nl-white);
}

.gnxtm-hero__mark {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    font: normal 600 1.4rem var(--_font-accent);
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    color: var(--t-medium);
}

.gnxtm-hero__mark.permanent {
    font-weight: 500;
    color: var(--nl-white);
}

.gnxtm-hero__mark .mark-icon {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-preferred-size: 1rem;
    flex-basis: 1rem;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #98f160;
    -webkit-animation: green-glow 1s infinite;
    -moz-animation: green-glow 1s infinite;
    animation: green-glow 1s infinite;
}

.gnxtm-hero__mark .mark-text {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

@-webkit-keyframes green-glow {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(152, 241, 96, 0.6);
        box-shadow: 0 0 0 0 rgba(152, 241, 96, 0.6);
        -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
        transition: -webkit-box-shadow 0.3s ease-in-out;
        -moz-transition:
            box-shadow 0.3s ease-in-out,
            -moz-box-shadow 0.3s ease-in-out;
        transition: box-shadow 0.3s ease-in-out;
        transition:
            box-shadow 0.3s ease-in-out,
            -webkit-box-shadow 0.3s ease-in-out,
            -moz-box-shadow 0.3s ease-in-out;
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px transparent;
        box-shadow: 0 0 0 10px transparent;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: -webkit-box-shadow 0.4s ease-in-out;
        transition: -webkit-box-shadow 0.4s ease-in-out;
        -moz-transition:
            box-shadow 0.4s ease-in-out,
            -moz-box-shadow 0.4s ease-in-out;
        transition: box-shadow 0.4s ease-in-out;
        transition:
            box-shadow 0.4s ease-in-out,
            -webkit-box-shadow 0.4s ease-in-out,
            -moz-box-shadow 0.4s ease-in-out;
    }
}

@-moz-keyframes green-glow {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(152, 241, 96, 0.6);
        box-shadow: 0 0 0 0 rgba(152, 241, 96, 0.6);
        -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
        transition: -webkit-box-shadow 0.3s ease-in-out;
        -moz-transition:
            box-shadow 0.3s ease-in-out,
            -moz-box-shadow 0.3s ease-in-out;
        transition: box-shadow 0.3s ease-in-out;
        transition:
            box-shadow 0.3s ease-in-out,
            -webkit-box-shadow 0.3s ease-in-out,
            -moz-box-shadow 0.3s ease-in-out;
    }

    100% {
        -moz-box-shadow: 0 0 0 10px transparent;
        box-shadow: 0 0 0 10px transparent;
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: -webkit-box-shadow 0.4s ease-in-out;
        transition: -webkit-box-shadow 0.4s ease-in-out;
        -moz-transition:
            box-shadow 0.4s ease-in-out,
            -moz-box-shadow 0.4s ease-in-out;
        transition: box-shadow 0.4s ease-in-out;
        transition:
            box-shadow 0.4s ease-in-out,
            -webkit-box-shadow 0.4s ease-in-out,
            -moz-box-shadow 0.4s ease-in-out;
    }
}

@keyframes green-glow {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(152, 241, 96, 0.6);
        -moz-box-shadow: 0 0 0 0 rgba(152, 241, 96, 0.6);
        box-shadow: 0 0 0 0 rgba(152, 241, 96, 0.6);
        -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
        transition: -webkit-box-shadow 0.3s ease-in-out;
        -moz-transition:
            box-shadow 0.3s ease-in-out,
            -moz-box-shadow 0.3s ease-in-out;
        transition: box-shadow 0.3s ease-in-out;
        transition:
            box-shadow 0.3s ease-in-out,
            -webkit-box-shadow 0.3s ease-in-out,
            -moz-box-shadow 0.3s ease-in-out;
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px transparent;
        -moz-box-shadow: 0 0 0 10px transparent;
        box-shadow: 0 0 0 10px transparent;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: -webkit-box-shadow 0.4s ease-in-out;
        transition: -webkit-box-shadow 0.4s ease-in-out;
        -moz-transition:
            box-shadow 0.4s ease-in-out,
            -moz-box-shadow 0.4s ease-in-out;
        transition: box-shadow 0.4s ease-in-out;
        transition:
            box-shadow 0.4s ease-in-out,
            -webkit-box-shadow 0.4s ease-in-out,
            -moz-box-shadow 0.4s ease-in-out;
    }
}

.gnxtm-cursor {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 0;
    height: 0;
    z-index: 10000;
}

.gnxtm-cursor.difference {
    mix-blend-mode: difference;
}

.gnxtm-cursor__dot {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: var(--base-opp);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition-property: background-color, width, height;
    -moz-transition-property: background-color, width, height;
    transition-property: background-color, width, height;
    -webkit-transition-duration: var(--_animspeed-medium);
    -moz-transition-duration: var(--_animspeed-medium);
    transition-duration: var(--_animspeed-medium);
    -webkit-transition-timing-function: var(--_animbezier);
    -moz-transition-timing-function: var(--_animbezier);
    transition-timing-function: var(--_animbezier);
    z-index: 3;
}

.gnxtm-cursor__dot.expand {
    width: 8rem;
    height: 8rem;
}

.gnxtm-cursor__dot.active {
    background-color: var(--base-opp);
}

.gnxtm-cursor__dot.active-opposite {
    background-color: var(--base);
}

.gnxtm-cursor__dot.active-accent {
    background-color: var(--accent);
}

.gnxtm-cursor__dot.active-permanent {
    background-color: var(--pt-base);
}

.gnxtm-cursor__dot.cursor-btn-link {
    width: 2rem;
    height: 2rem;
    background-color: var(--nl-white);
}

.gnxtm-cursor__text {
    position: absolute;
    margin: 0;
    text-align: center;
    color: var(--t-opp-bright);
    font: normal 500 1.2rem/1.2  var(--_font-accent);
    text-transform: uppercase;
    letter-spacing: 0.04rem;
    padding-top: 0.4rem;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: -webkit-transform 0.2s var(--_animbezier);
    transition: -webkit-transform 0.2s var(--_animbezier);
    -moz-transition:
        transform 0.2s var(--_animbezier),
        -moz-transform 0.2s var(--_animbezier);
    transition: transform 0.2s var(--_animbezier);
    transition:
        transform 0.2s var(--_animbezier),
        -webkit-transform 0.2s var(--_animbezier),
        -moz-transform 0.2s var(--_animbezier);
    z-index: 4;
}

.gnxtm-cursor__text.permanent {
    color: var(--nl-black);
}

.gnxtm-cursor__text.accent {
    color: var(--nl-white);
}

.gnxtm-cursor__text.show {
    display: block;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.gnxtm-cursor__image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20rem;
    height: 20rem;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    visibility: hidden;
    clip-path: inset(50% 50% 50% 50% round 50%);
    -webkit-clip-path: inset(50% 50% 50% 50% round 50%);
    -webkit-transition:
        clip-path var(--_animspeed-medium) var(--_animbezier),
        visibility 0s linear var(--_animspeed-medium);
    -moz-transition:
        clip-path var(--_animspeed-medium) var(--_animbezier),
        visibility 0s linear var(--_animspeed-medium);
    transition:
        clip-path var(--_animspeed-medium) var(--_animbezier),
        visibility 0s linear var(--_animspeed-medium);
    will-change: clip-path;
    z-index: 1;
}

.gnxtm-cursor__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.gnxtm-cursor__image.show {
    visibility: visible;
    clip-path: inset(0 0 0 0 round 0);
    -webkit-clip-path: inset(0 0 0 0 round 0);
    -webkit-transition:
        clip-path var(--_animspeed-slow) var(--_animbezier),
        visibility 0s;
    -moz-transition:
        clip-path var(--_animspeed-slow) var(--_animbezier),
        visibility 0s;
    transition:
        clip-path var(--_animspeed-slow) var(--_animbezier),
        visibility 0s;
}

.gnxtm-trail-transparent-wrapper,
.gnxtm-trail-wrapper {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

.gnxtm-trail-content,
.gnxtm-trail-transparent-content {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.gnxtm-trail-image {
    display: inline-block;
    position: absolute;
    inset: 0 auto auto 0;
    width: 22rem;
    height: 22rem;
    -o-object-fit: cover;
    object-fit: cover;
    will-change: transform;
    opacity: 0;
    pointer-events: none;
}

.gnxtm-trail-transparent-image {
    display: inline-block;
    position: absolute;
    -o-object-fit: contain;
    object-fit: contain;
    will-change: transform, opacity, clip-path, z-index;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
    pointer-events: none;
}

.btn {
    position: relative;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.4rem;
    border: none;
    outline: 0;
    padding: 0;
    font: inherit;
    background-color: transparent;
    cursor: pointer;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-form {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    width: 5.8rem;
    height: 5.8rem;
    border-width: 2px;
    font: normal 400 2.2rem/1.5 var(--_font-accent);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition:
        color var(--_animspeed-medium) var(--_animbezier),
        -webkit-transform var(--_animspeed-medium);
    transition:
        color var(--_animspeed-medium) var(--_animbezier),
        -webkit-transform var(--_animspeed-medium);
    -moz-transition:
        transform var(--_animspeed-medium),
        color var(--_animspeed-medium) var(--_animbezier),
        -moz-transform var(--_animspeed-medium);
    transition:
        transform var(--_animspeed-medium),
        color var(--_animspeed-medium) var(--_animbezier);
    transition:
        transform var(--_animspeed-medium),
        color var(--_animspeed-medium) var(--_animbezier),
        -webkit-transform var(--_animspeed-medium),
        -moz-transform var(--_animspeed-medium);
}

.btn-form i {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    font-size: 2.2rem;
    overflow: hidden;
}

.no-touch .btn-form:hover {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}

.no-touch .btn-form:hover.no-scale {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.btn-absolute-right {
    position: absolute;
    top: 0;
    right: 0;
}

.btn-round {
    width: 5rem;
    height: 5rem;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font: normal 500 2rem var(--_font-accent);
    text-transform: uppercase;
    overflow: hidden;
}

.btn-round i {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

.btn-round i svg {
    display: block;
    width: 1.7rem;
    height: 1.7rem;
}

.btn-round-permanent {
    background-color: var(--nl-white);
    color: var(--nl-black);
}

.btn-round-permanent svg {
    fill: var(--nl-black);
}

.btn-default-icon {
    gap: 2rem;
    font: normal 500 2rem var(--_font-accent);
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    padding: 0.4rem 0.4rem 0.4rem 2rem;
    -moz-border-radius: 0.4rem;
    border-radius: 0.4rem;
}

.btn-default-icon i {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    -moz-border-radius: 0.2rem;
    border-radius: 0.2rem;
    background-color: rgba(var(--nl-white-rgb), 0.16);
    overflow: hidden;
}

.btn-default-icon i svg {
    display: block;
    width: 1.8rem;
    height: auto;
}

.btn-default-icon .btn-caption {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.btn-default-icon-left {
    padding: 0.4rem 2rem 0.4rem 0.4rem;
}

.btn-default-icon-large {
    font-size: 2.2rem;
}

.btn-default-icon-large i {
    width: 5rem;
    height: 5rem;
}

.btn-default-icon-large i svg {
    width: 2.2rem;
}

.btn-default-icon-small {
    gap: 1.4rem;
    font: normal 500 1.5rem var(--_font-accent);
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    padding: 0.4rem 0.4rem 0.4rem 1.4rem;
    -moz-border-radius: 0.4rem;
    border-radius: 0.4rem;
}

.btn-default-icon-small i {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 3.4rem;
    height: 3.4rem;
    -moz-border-radius: 0.2rem;
    border-radius: 0.2rem;
    background-color: rgba(var(--nl-white-rgb), 0.16);
    overflow: hidden;
}

.btn-default-icon-small i svg {
    display: block;
    width: 1.5rem;
    height: auto;
}

.btn-default-icon-small .btn-caption {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.btn-default-fullwidth {
    width: 100%;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.btn-default-fullwidth-mobile {
    width: 100%;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (min-width: 768px) {
    .btn-default-fullwidth-mobile {
        width: auto;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.btn-default-accent {
    background-color: var(--accent);
    border: 1px solid var(--accent);
    color: var(--pt-t-accent-bright);
}

.btn-default-accent i svg {
    fill: var(--pt-t-accent-bright);
}

.btn-default-permanent {
    background-color: var(--nl-white);
    color: var(--nl-black);
}

.btn-default-permanent i {
    background-color: rgba(var(--nl-black-rgb), 0.2);
}

.btn-default-permanent i svg {
    fill: var(--nl-black);
}

.btn-default-outline {
    background-color: transparent;
    border: 1px solid var(--t-bright);
    color: var(--t-bright);
}

.btn-default-outline i {
    background-color: var(--st-muted);
}

.btn-default-outline i svg {
    fill: var(--t-bright);
}

.btn-line {
    gap: 1rem;
    font: normal 500 1.6rem/1.6 var(--_font-accent);
    text-transform: uppercase;
    letter-spacing: 0.05rem;
}

.btn-line span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    white-space: nowrap;
}

.btn-line::before {
    content: "[";
}

.btn-line::after {
    content: "]";
}

.btn-line::after,
.btn-line::before {
    -webkit-transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
    transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
    -moz-transition:
        transform var(--_animspeed-medium) var(--_animbezier),
        -moz-transform var(--_animspeed-medium) var(--_animbezier);
    transition: transform var(--_animspeed-medium) var(--_animbezier);
    transition:
        transform var(--_animspeed-medium) var(--_animbezier),
        -webkit-transform var(--_animspeed-medium) var(--_animbezier),
        -moz-transform var(--_animspeed-medium) var(--_animbezier);
}

.no-touch .btn-line:hover::before {
    -webkit-transform: translateX(-0.2rem);
    -moz-transform: translateX(-0.2rem);
    -ms-transform: translateX(-0.2rem);
    transform: translateX(-0.2rem);
}

.no-touch .btn-line:hover::after {
    -webkit-transform: translateX(0.2rem);
    -moz-transform: translateX(0.2rem);
    -ms-transform: translateX(0.2rem);
    transform: translateX(0.2rem);
}

@media only screen and (min-width: 768px) {
    .btn-line {
        font-size: 1.8rem;
    }
}

.btn-line-small {
    font-size: 1.4rem;
}

@media only screen and (min-width: 768px) {
    .btn-line-small {
        font-size: 1.4rem;
    }
}

.btn-line-icon {
    gap: 1.2rem;
    font: normal 700 1.8rem/1.6 var(--_font-accent);
    text-transform: uppercase;
    letter-spacing: -0.05rem;
    white-space: nowrap;
}

.btn-line-icon i,
.btn-line-icon span,
.btn-line-icon svg {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
}

.btn-line-icon i {
    font-size: 1.8rem;
    overflow: hidden;
}

.btn-line-icon svg {
    width: 1.6rem;
    height: 1.6rem;
    margin-bottom: 0.3rem;
}

.btn-line-icon-small {
    font-size: 1.4rem;
    font-weight: 600;
}

.btn-line-icon-small i {
    font-size: 1.4rem;
}

.btn-line-icon-small svg {
    width: 1.4rem;
    height: 1.4rem;
    margin-bottom: 0.1rem;
}

.btn-line-default {
    color: var(--t-bright);
}

.btn-line-default svg {
    fill: var(--t-bright);
}

.btn-line-medium {
    color: var(--t-medium);
}

.btn-line-medium svg {
    fill: var(--t-medium);
}

.no-touch .btn-line-medium:hover {
    color: var(--t-bright);
}

.no-touch .btn-line-medium:hover svg {
    fill: var(--t-bright);
}

.btn-line-permanent {
    color: var(--nl-white);
}

.btn-line-permanent svg {
    fill: var(--nl-white);
}

.btn-line-opposite {
    color: var(--t-opp-bright);
}

.slide-right:hover i svg,
.slide-right:hover i::before {
    -webkit-animation: 0.6s var(--_animbezier) 1 both slideRight;
    -moz-animation: 0.6s var(--_animbezier) 1 both slideRight;
    animation: 0.6s var(--_animbezier) 1 both slideRight;
}

.slide-right-up:hover i svg,
.slide-right-up:hover i::before {
    -webkit-animation: 0.6s var(--_animbezier) 0s 1 both slideRightUp;
    -moz-animation: 0.6s var(--_animbezier) 0s 1 both slideRightUp;
    animation: 0.6s var(--_animbezier) 0s 1 both slideRightUp;
}

.slide-right-down:hover i::before {
    -webkit-animation: 0.6s var(--_animbezier) 0.3s 1 both slideRightDown;
    -moz-animation: 0.6s var(--_animbezier) 0.3s 1 both slideRightDown;
    animation: 0.6s var(--_animbezier) 0.3s 1 both slideRightDown;
}

.slide-left:hover i svg,
.slide-left:hover i::before {
    -webkit-animation: 0.6s var(--_animbezier) 0s 1 both slideLeft;
    -moz-animation: 0.6s var(--_animbezier) 0s 1 both slideLeft;
    animation: 0.6s var(--_animbezier) 0s 1 both slideLeft;
}

.slide-left-up:hover i::before {
    -webkit-animation: 0.6s var(--_animbezier) 0s 1 both slideLeftUp;
    -moz-animation: 0.6s var(--_animbezier) 0s 1 both slideLeftUp;
    animation: 0.6s var(--_animbezier) 0s 1 both slideLeftUp;
}

.slide-left-down:hover i::before {
    -webkit-animation: 0.6s var(--_animbezier) 0s 1 both slideLeftDown;
    -moz-animation: 0.6s var(--_animbezier) 0s 1 both slideLeftDown;
    animation: 0.6s var(--_animbezier) 0s 1 both slideLeftDown;
}

.slide-down:hover i svg,
.slide-down:hover i::before {
    -webkit-animation: 0.6s var(--_animbezier) 1 both slideDown;
    -moz-animation: 0.6s var(--_animbezier) 1 both slideDown;
    animation: 0.6s var(--_animbezier) 1 both slideDown;
}

.slide-up:hover i svg,
.slide-up:hover i::before {
    -webkit-animation: 0.6s var(--_animbezier) 0s 1 both slideUp;
    -moz-animation: 0.6s var(--_animbezier) 0s 1 both slideUp;
    animation: 0.6s var(--_animbezier) 0s 1 both slideUp;
}

.anim-no-delay:hover i::before {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s;
}

@-webkit-keyframes slideRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    51% {
        opacity: 0;
    }

    52% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }

    53% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-moz-keyframes slideRight {
    0% {
        -moz-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -moz-transform: translateX(100%);
        transform: translateX(100%);
    }

    51% {
        opacity: 0;
    }

    52% {
        -moz-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }

    53% {
        opacity: 1;
    }

    100% {
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideRight {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        transform: translateX(100%);
    }

    51% {
        opacity: 0;
    }

    52% {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }

    53% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes slideRightUp {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    50% {
        -webkit-transform: translateX(100%) translateY(-100%);
        transform: translateX(100%) translateY(-100%);
    }

    51% {
        opacity: 0;
    }

    52% {
        -webkit-transform: translateX(-100%) translateY(100%);
        transform: translateX(-100%) translateY(100%);
        opacity: 0;
    }

    53% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }
}

@-moz-keyframes slideRightUp {
    0% {
        -moz-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    50% {
        -moz-transform: translateX(100%) translateY(-100%);
        transform: translateX(100%) translateY(-100%);
    }

    51% {
        opacity: 0;
    }

    52% {
        -moz-transform: translateX(-100%) translateY(100%);
        transform: translateX(-100%) translateY(100%);
        opacity: 0;
    }

    53% {
        opacity: 1;
    }

    100% {
        -moz-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }
}

@keyframes slideRightUp {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        -moz-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    50% {
        -webkit-transform: translateX(100%) translateY(-100%);
        -moz-transform: translateX(100%) translateY(-100%);
        transform: translateX(100%) translateY(-100%);
    }

    51% {
        opacity: 0;
    }

    52% {
        -webkit-transform: translateX(-100%) translateY(100%);
        -moz-transform: translateX(-100%) translateY(100%);
        transform: translateX(-100%) translateY(100%);
        opacity: 0;
    }

    53% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(0) translateY(0);
        -moz-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }
}

@-webkit-keyframes slideRightDown {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    50% {
        -webkit-transform: translateX(100%) translateY(100%);
        transform: translateX(100%) translateY(100%);
    }

    51% {
        opacity: 0;
    }

    52% {
        -webkit-transform: translateX(-100%) translateY(-100%);
        transform: translateX(-100%) translateY(-100%);
        opacity: 0;
    }

    53% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }
}

@-moz-keyframes slideRightDown {
    0% {
        -moz-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    50% {
        -moz-transform: translateX(100%) translateY(100%);
        transform: translateX(100%) translateY(100%);
    }

    51% {
        opacity: 0;
    }

    52% {
        -moz-transform: translateX(-100%) translateY(-100%);
        transform: translateX(-100%) translateY(-100%);
        opacity: 0;
    }

    53% {
        opacity: 1;
    }

    100% {
        -moz-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }
}

@keyframes slideRightDown {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        -moz-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    50% {
        -webkit-transform: translateX(100%) translateY(100%);
        -moz-transform: translateX(100%) translateY(100%);
        transform: translateX(100%) translateY(100%);
    }

    51% {
        opacity: 0;
    }

    52% {
        -webkit-transform: translateX(-100%) translateY(-100%);
        -moz-transform: translateX(-100%) translateY(-100%);
        transform: translateX(-100%) translateY(-100%);
        opacity: 0;
    }

    53% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(0) translateY(0);
        -moz-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }
}

@-webkit-keyframes slideLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    51% {
        opacity: 0;
    }

    52% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
    }

    53% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-moz-keyframes slideLeft {
    0% {
        -moz-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -moz-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    51% {
        opacity: 0;
    }

    52% {
        -moz-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
    }

    53% {
        opacity: 1;
    }

    100% {
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideLeft {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    51% {
        opacity: 0;
    }

    52% {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
    }

    53% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes slideLeftUp {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    50% {
        -webkit-transform: translateX(-100%) translateY(-100%);
        transform: translateX(-100%) translateY(-100%);
    }

    51% {
        opacity: 0;
    }

    52% {
        -webkit-transform: translateX(100%) translateY(100%);
        transform: translateX(100%) translateY(100%);
        opacity: 0;
    }

    53% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }
}

@-moz-keyframes slideLeftUp {
    0% {
        -moz-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    50% {
        -moz-transform: translateX(-100%) translateY(-100%);
        transform: translateX(-100%) translateY(-100%);
    }

    51% {
        opacity: 0;
    }

    52% {
        -moz-transform: translateX(100%) translateY(100%);
        transform: translateX(100%) translateY(100%);
        opacity: 0;
    }

    53% {
        opacity: 1;
    }

    100% {
        -moz-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }
}

@keyframes slideLeftUp {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        -moz-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    50% {
        -webkit-transform: translateX(-100%) translateY(-100%);
        -moz-transform: translateX(-100%) translateY(-100%);
        transform: translateX(-100%) translateY(-100%);
    }

    51% {
        opacity: 0;
    }

    52% {
        -webkit-transform: translateX(100%) translateY(100%);
        -moz-transform: translateX(100%) translateY(100%);
        transform: translateX(100%) translateY(100%);
        opacity: 0;
    }

    53% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(0) translateY(0);
        -moz-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }
}

@-webkit-keyframes slideLeftDown {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    50% {
        -webkit-transform: translateX(-100%) translateY(100%);
        transform: translateX(-100%) translateY(100%);
    }

    51% {
        opacity: 0;
    }

    52% {
        -webkit-transform: translateX(100%) translateY(-100%);
        transform: translateX(100%) translateY(-100%);
        opacity: 0;
    }

    53% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }
}

@-moz-keyframes slideLeftDown {
    0% {
        -moz-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    50% {
        -moz-transform: translateX(-100%) translateY(100%);
        transform: translateX(-100%) translateY(100%);
    }

    51% {
        opacity: 0;
    }

    52% {
        -moz-transform: translateX(100%) translateY(-100%);
        transform: translateX(100%) translateY(-100%);
        opacity: 0;
    }

    53% {
        opacity: 1;
    }

    100% {
        -moz-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }
}

@keyframes slideLeftDown {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        -moz-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    50% {
        -webkit-transform: translateX(-100%) translateY(100%);
        -moz-transform: translateX(-100%) translateY(100%);
        transform: translateX(-100%) translateY(100%);
    }

    51% {
        opacity: 0;
    }

    52% {
        -webkit-transform: translateX(100%) translateY(-100%);
        -moz-transform: translateX(100%) translateY(-100%);
        transform: translateX(100%) translateY(-100%);
        opacity: 0;
    }

    53% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(0) translateY(0);
        -moz-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    51% {
        opacity: 0;
    }

    52% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0;
    }

    53% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes slideDown {
    0% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }

    51% {
        opacity: 0;
    }

    52% {
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0;
    }

    53% {
        opacity: 1;
    }

    100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideDown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }

    51% {
        opacity: 0;
    }

    52% {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0;
    }

    53% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    51% {
        opacity: 0;
    }

    52% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
    }

    53% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes slideUp {
    0% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    51% {
        opacity: 0;
    }

    52% {
        -moz-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
    }

    53% {
        opacity: 1;
    }

    100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideUp {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    51% {
        opacity: 0;
    }

    52% {
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
    }

    53% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

.gnxtm-form-container {
    position: relative;
}

.form {
    opacity: 1;
    -webkit-transition: opacity var(--_animspeed-slow) ease-in-out;
    -moz-transition: opacity var(--_animspeed-slow) ease-in-out;
    transition: opacity var(--_animspeed-slow) ease-in-out;
}

.form.is-hidden {
    opacity: 0;
}

form {
    position: relative;
    width: 100%;
}

form .gnxtm-grid-item {
    margin-bottom: 2rem;
}

form .gnxtm-grid-item:last-of-type {
    margin-bottom: 0;
}

form input, form select, 
form textarea {
    position: relative;
    display: block;
    width: 100%;
    border: none;
    outline: 0;
    margin: 0;
    padding: 1.2rem 0.2rem;
    background-color: transparent;
    border-bottom: 1px solid var(--st-medium);
    font: normal 400 2rem var(--_font-accent);
    height: 5.8rem;
    line-height: 5.8rem;
    color: #8e93a1;
    /* color: var(--t-bright); */
}

form input:focus, form select,
form textarea:focus {
    border-bottom: 1px solid var(--st-bright);
}

form textarea {
    height: 15rem;
    line-height: 1.6;
    resize: none;
}

form ::-webkit-input-placeholder {
    color: var(--t-medium);
}

form :-moz-placeholder {
    color: var(--t-medium);
}

form ::-moz-placeholder {
    color: var(--t-medium);
}

form :-ms-input-placeholder {
    color: var(--t-medium);
}

form input:focus:required:invalid, form select:focus:required:invalid,
form textarea:focus:required:invalid {
    /* color: var(--t-bright); */
    color: #8e93a1!important;
}

form input:required:valid, form select:required:valid,
form textarea:required:valid {
    color: #8e93a1;
}

@media only screen and (min-width: 768px) {
    form textarea {
        height: 15rem;
    }
}

@media only screen and (min-width: 1600px) {

    form input, form select,
    form textarea {
        font-size: 2rem;
    }
}

.form__reply {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity var(--_animspeed-slow) ease-in-out;
    -moz-transition: opacity var(--_animspeed-slow) ease-in-out;
    transition: opacity var(--_animspeed-slow) ease-in-out;
}

.form__reply.centered {
    position: absolute;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    max-width: 400px;
}

.form__reply.is-visible {
    opacity: 1;
}

.reply__icon {
    display: block;
    font-size: 6rem;
    color: var(--accent);
    margin-bottom: 1.2rem;
}

.reply__title {
    font: normal 700 3.4rem/1.2 var(--_font-default);
    letter-spacing: -0.06rem;
    color: var(--t-bright);
    margin-bottom: 1.4rem;
}

.reply__text {
    display: block;
    font: normal 500 1.8rem/1.6 var(--_font-default);
    color: var(--t-medium);
}

.gnxtm-header {
    position: fixed;
    /* position: absolute; */
    top: 0;
    left: 3rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    width: -moz-calc(100% - 11.5rem);
    width: calc(100% - 11.5rem);
    padding-top: 3rem;
    z-index: 999;
    /* z-index: 1; */
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    -webkit-transition: all var(--_animspeed-medium) var(--_animbezier);
    -moz-transition: all var(--_animspeed-medium) var(--_animbezier);
    transition: all var(--_animspeed-medium) var(--_animbezier);
}

.gnxtm-header.is-hidden {
    -webkit-transform: scaleY(1.3);
    -moz-transform: scaleY(1.3);
    -ms-transform: scaleY(1.3);
    transform: scaleY(1.3);
    opacity: 0;
}

@media only screen and (min-width: 768px) {
    .gnxtm-header {
        left: 6rem;
        width: -moz-calc(100% - 17.5rem);
        width: calc(100% - 17.5rem);
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-header {
        left: 10rem;
        width: -moz-calc(100% - 25.5rem);
        width: calc(100% - 25.5rem);
    }
}

.gnxtm-header-permanent .gnxtm-color-switcher,
.gnxtm-header-permanent .gnxtm-header__link,
.gnxtm-header-permanent .gnxtm-logo,
.gnxtm-header-permanent .gnxtm-logo__text {
    color: var(--nl-white);
}

.gnxtm-header__logo {
    position: relative;
}

.gnxtm-logo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.2rem;
    color: var(--t-bright);
}

.gnxtm-logo__image {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    height: 3.6rem;
    fill: currentColor;
}

@media only screen and (min-width: 768px) {
    .gnxtm-logo__image {
        height: 6rem;
    }
}

.gnxtm-logo__text {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.4rem;
    padding-top: 0.3rem;
    font: normal 700 1.8rem/0.8 var(--_font-accent);
    text-transform: uppercase;
    color: var(--t-bright);
}

.gnxtm-logo__text span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

@media only screen and (min-width: 768px) {
    .gnxtm-logo__text {
        gap: 0.5rem;
        padding-top: 0.3rem;
        font-size: 2rem;
        font-weight: 600;
    }
}

.gnxtm-header__controls {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0.5rem;
    padding-right: 1.4rem;
    color: var(--t-bright);
}

@media only screen and (min-width: 768px) {
    .gnxtm-header__controls {
        padding-right: 3.5rem;
        gap: 3.5rem;
    }
}

.gnxtm-header__link {
    width: 3.6rem;
    height: 3.6rem;
    color: var(--t-bright);
}

.gnxtm-header__link i,
.gnxtm-header__link span,
.gnxtm-header__link svg {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
}

.gnxtm-header__link i {
    font-size: 2rem;
    overflow: hidden;
}

.gnxtm-header__link svg {
    width: 1.9rem;
    height: 1.9rem;
    fill: currentColor;
}

.gnxtm-header__link .btn-caption {
    display: none;
}

@media only screen and (min-width: 768px) {
    .gnxtm-header__link {
        width: auto;
        height: 4rem;
        line-height: 4rem;
    }

    .gnxtm-header__link svg {
        width: 1.6rem;
        height: 1.6rem;
    }

    .gnxtm-header__link .btn-caption {
        display: -webkit-inline-box;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font: normal 700 1.8rem var(--_font-accent);
        text-transform: uppercase;
        letter-spacing: -0.05rem;
        white-space: nowrap;
    }
}

.gnxtm-color-switcher {
    gap: 0;
    width: 3.6rem;
    height: 3.6rem;
    color: var(--t-bright);
}

.gnxtm-color-switcher.permanent {
    color: var(--nl-white);
}

.gnxtm-color-switcher i,
.gnxtm-color-switcher span,
.gnxtm-color-switcher svg {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
}

.gnxtm-color-switcher i {
    font-size: 2rem;
    overflow: hidden;
}

.gnxtm-color-switcher svg {
    width: 2.1rem;
    height: 2.1rem;
    fill: currentColor;
}

.gnxtm-color-switcher .switcher-text {
    display: none;
}

@media only screen and (min-width: 768px) {
    .gnxtm-color-switcher {
        width: auto;
        height: 4rem;
        line-height: 4rem;
    }

    .gnxtm-color-switcher svg {
        width: 1.9rem;
        height: 1.9rem;
    }

    .gnxtm-color-switcher .switcher-icon {
        -webkit-transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
        transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
        -moz-transition:
            transform var(--_animspeed-medium) var(--_animbezier),
            -moz-transform var(--_animspeed-medium) var(--_animbezier);
        transition: transform var(--_animspeed-medium) var(--_animbezier);
        transition:
            transform var(--_animspeed-medium) var(--_animbezier),
            -webkit-transform var(--_animspeed-medium) var(--_animbezier),
            -moz-transform var(--_animspeed-medium) var(--_animbezier);
    }

    .gnxtm-color-switcher .switcher-icon.night svg {
        width: 1.7rem;
        height: 1.7rem;
    }

    .gnxtm-color-switcher .switcher-text {
        display: -webkit-inline-box;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font: normal 700 1.8rem var(--_font-accent);
        text-transform: uppercase;
        letter-spacing: -0.05rem;
        white-space: nowrap;
        -webkit-transition: color var(--_animspeed-medium);
        -moz-transition: color var(--_animspeed-medium);
        transition: color var(--_animspeed-medium);
    }

    .gnxtm-color-switcher .switcher-text::after {
        content: "/";
        margin: 0 1rem;
    }

    .no-touch .gnxtm-color-switcher:hover {
        color: var(--t-medium);
    }

    .no-touch .gnxtm-color-switcher:hover.permanent {
        color: rgba(var(--nl-white-rgb), 0.7);
    }
}

.gnxtm-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100svh;
    pointer-events: none;
    overflow: hidden;
    z-index: 11;
}

.gnxtm-menu__backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100svh;
    background: rgba(var(--base-rgb), 0);
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
    pointer-events: none;
    z-index: 0;
    will-change: backdrop-filter, background;
}

.gnxtm-menu__contain {
    position: fixed;
    top: 3rem;
    right: 3rem;
    pointer-events: all;
    z-index: 12;
    mix-blend-mode: difference;
}

@media only screen and (min-width: 768px) {
    .gnxtm-menu__contain {
        right: 6rem;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-menu__contain {
        right: 10rem;
    }
}

.gnxtm-menu__toggle {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.gnxtm-menu__hamburger {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.8rem;
    width: 5.5rem;
    height: 3.6rem;
    overflow: hidden;
}

.gnxtm-menu__hamburger.active .hamburger__line {
    width: 5rem;
}

.gnxtm-menu__hamburger.active .hamburger__line:nth-child(1) {
    -webkit-transform: translateY(0.5rem) rotate(45deg);
    -moz-transform: translateY(0.5rem) rotate(45deg);
    -ms-transform: translateY(0.5rem) rotate(45deg);
    transform: translateY(0.5rem) rotate(45deg);
}

.gnxtm-menu__hamburger.active .hamburger__line:nth-child(2) {
    -webkit-transform: translateY(-0.5rem) rotate(-45deg);
    -moz-transform: translateY(-0.5rem) rotate(-45deg);
    -ms-transform: translateY(-0.5rem) rotate(-45deg);
    transform: translateY(-0.5rem) rotate(-45deg);
}

@media only screen and (min-width: 768px) {
    .gnxtm-menu__hamburger {
        height: 4rem;
    }
}

.hamburger__line {
    position: relative;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    height: 0.2rem;
    background-color: var(--nl-white);
    z-index: 2;
    -webkit-transition: all var(--_animspeed-medium) var(--_animbezier);
    -moz-transition: all var(--_animspeed-medium) var(--_animbezier);
    transition: all var(--_animspeed-medium) var(--_animbezier);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    will-change: transform;
}

.gnxtm-menu__content,
.gnxtm-menu__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100svh;
    overflow: hidden;
    z-index: 1;
}

.gnxtm-menu__overlay {
    background-color: var(--base-opp);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    will-change: clip-path;
}

.gnxtm-menu__content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    will-change: transform;
    pointer-events: all;
}

.gnxtm-menu__media {
    display: none;
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    will-change: transform;
    overflow: hidden;
}

.gnxtm-menu__media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.gnxtm-menu__media video {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    will-change: transform;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-menu__media {
        display: block;
        z-index: 1;
    }
}

.menu-media__wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    will-change: transform;
}

.menu-media__wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.menu-media__wrapper video {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    will-change: transform;
}

.gnxtm-menu__logo {
    position: absolute;
    top: 3rem;
    left: 3rem;
    z-index: 9;
}

@media only screen and (min-width: 768px) {
    .gnxtm-menu__logo {
        left: 6rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-menu__logo {
        z-index: 2;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-menu__logo {
        left: 10rem;
    }
}

.menu-logo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.2rem;
    color: var(--t-bright);
}

@media only screen and (min-width: 1200px) {
    .menu-logo {
        color: var(--nl-white);
    }
}

.menu-logo__image {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    height: 3.6rem;
    fill: currentColor;
}

@media only screen and (min-width: 768px) {
    .menu-logo__image {
        height: 4rem;
    }
}

.menu-logo__text {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.4rem;
    padding-top: 0.3rem;
    font: normal 700 1.8rem/0.8 var(--_font-accent);
    text-transform: uppercase;
    color: var(--t-bright);
}

.menu-logo__text span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

@media only screen and (min-width: 768px) {
    .menu-logo__text {
        gap: 0.5rem;
        padding-top: 0.3rem;
        font-size: 2rem;
        font-weight: 600;
    }
}

.gnxtm-menu__logo .menu-logo {
    mix-blend-mode: difference;
    color: var(--t-opp-bright);
}

.gnxtm-menu__logo .menu-logo svg {
    fill: var(--t-opp-bright);
}

.gnxtm-menu__logo .menu-logo__text {
    color: var(--t-opp-bright);
}

@media only screen and (min-width: 1200px) {
    .gnxtm-menu__logo .menu-logo {
        color: var(--nl-white);
    }

    .gnxtm-menu__logo .menu-logo svg {
        fill: var(--nl-white);
    }

    .gnxtm-menu__logo .menu-logo__text {
        color: var(--nl-white);
    }
}

.gnxtm-menu__navigation {
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.gnxtm-menu__inner {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 10rem 3rem 0 3rem;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
    justify-content: center;
}

.gnxtm-menu__inner::-webkit-scrollbar {
    display: none;
    -webkit-appearance: none !important;
    width: 0 !important;
    height: 0;
}

@media only screen and (min-width: 768px) {
    .gnxtm-menu__inner::-webkit-scrollbar {
        display: none;
        width: 0 !important;
    }
}

@media only screen and (min-width: 768px) {
    .gnxtm-menu__inner {
        padding: 10rem 6rem 0 6rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-menu__inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 0 6rem;
        overflow: hidden;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-menu__inner {
        padding: 0 10rem;
    }
}

@media only screen and (min-width: 1200px) {

    .menu-data__left,
    .gnxtm-menu__left {
        width: 66.67%;
        padding-right: 3rem;
    }
}

@media only screen and (min-width: 1600px) {

    .menu-data__left,
    .gnxtm-menu__left {
        padding-right: 5rem;
    }
}

@media only screen and (min-width: 1200px) {

    .menu-data__right,
    .gnxtm-menu__right {
        width: 33.33%;
        padding-left: 3rem;
    }
}

@media only screen and (min-width: 1600px) {

    .menu-data__right,
    .gnxtm-menu__right {
        padding-left: 5rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-menu__left {
        height: 100%;
        max-height: 100%;
        overflow-y: scroll;
        overscroll-behavior-y: contain;
        scrollbar-width: none;
    }

    .gnxtm-menu__left::-webkit-scrollbar {
        display: none;
        -webkit-appearance: none !important;
        width: 0 !important;
        height: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-menu__right {
        padding-top: 10rem;
    }
}

.gnxtm-menu__caption {
    margin-bottom: 7.5rem;
    z-index: 3;
}

.gnxtm-menu__caption p {
    font: normal 500 1.4rem/1.4 var(--_font-accent);
    text-transform: uppercase;
    letter-spacing: -0.05rem;
    color: var(--t-opp-medium);
}

@media only screen and (min-width: 1200px) {
    .gnxtm-menu__caption {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 10rem;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
        padding: 0 6rem;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-menu__caption {
        padding: 0 10rem;
    }
}

.main-menu {
    position: relative;
}

@media only screen and (min-width: 1200px) {
    .main-menu {
        padding-top: 14.5rem;
        padding-bottom: 14.7rem;
    }
}

@media only screen and (min-width: 1600px) {
    .main-menu {
        padding-top: 16.5rem;
    }
}

.main-menu__accordion {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.main-menu__item {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    color: var(--t-opp-bright);
    padding: 2.2rem 0 2.9rem 0;
}

.main-menu__item.open .main-menu__toggle svg {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.no-touch .main-menu__item.open .main-menu__toggle:hover .main-menu__caption {
    color: var(--t-opp-bright);
}

.main-menu__item.open .main-menu__caption {
    color: var(--t-opp-medium);
}

@media only screen and (min-width: 768px) {
.main-menu__item {
    padding: 1.6rem 0 2rem 0;
}
}

@media only screen and (min-width: 1600px) {
   .main-menu__item {
    padding: 1.6rem 0 2rem 0;
}
}

.main-menu__divider {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--t-opp-muted);
}

.main-menu__divider.divider-top {
    top: 0;
}

.main-menu__divider.divider-bottom {
    bottom: 0;
}

.main-menu__toggle {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.main-menu__toggle img,
.main-menu__toggle svg {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 1.7rem;
    height: 1.7rem;
    -webkit-transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
    transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
    -moz-transition:
        transform var(--_animspeed-medium) var(--_animbezier),
        -moz-transform var(--_animspeed-medium) var(--_animbezier);
    transition: transform var(--_animspeed-medium) var(--_animbezier);
    transition:
        transform var(--_animspeed-medium) var(--_animbezier),
        -webkit-transform var(--_animspeed-medium) var(--_animbezier),
        -moz-transform var(--_animspeed-medium) var(--_animbezier);
}

.main-menu__toggle svg {
    fill: currentColor;
}

.no-touch .main-menu__toggle:hover .main-menu__caption {
    color: var(--t-opp-medium);
}

.no-touch .main-menu__toggle:hover svg {
    fill: var(--t-opp-bright);
}

.main-menu__link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.6rem;
}

@media only screen and (min-width: 768px) {
    .main-menu__link {
        gap: 2.2rem;
    }
}

@media only screen and (min-width: 1200px) {
    .main-menu__link .line-mask {
        padding-bottom: 5px;
        margin-bottom: -5px;
    }
}

@media only screen and (min-width: 1600px) {
    .main-menu__link .line-mask {
        padding-bottom: 7px;
        margin-bottom: -7px;
    }
}

.main-menu__number {
    font: normal 500 1.4rem/1.2 var(--_font-accent);
    text-transform: uppercase;
    letter-spacing: -0.05rem;
    color: var(--t-opp-medium);
}

.main-menu__caption {
    font: normal 700 3.2rem/1 var(--_font-default);
    letter-spacing: -0.1rem;
    color: var(--t-opp-bright);
}

@media only screen and (min-width: 768px) {
    .main-menu__caption {
        font-size: 3.2rem;
    }
}

@media only screen and (min-width: 1200px) {
    .main-menu__caption {
        -webkit-transition: color var(--_animspeed-medium);
        -moz-transition: color var(--_animspeed-medium);
        transition: color var(--_animspeed-medium);
    }
}

@media only screen and (min-width: 1600px) {
    .main-menu__caption {
        font-size: 3.2rem;
    }
}

.main-menu__arrow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0.8rem;
    overflow: hidden;
}

.submenu {
    position: relative;
    padding-top: 2.1rem;
    padding-left: 4.6rem;
    display: none;
}

@media only screen and (min-width: 768px) {
    .submenu {
        padding-left: 5.2rem;
        padding-bottom: 0.2rem;
    }
}

@media only screen and (min-width: 1600px) {
    .submenu {
        padding-top: 2.7rem;
        padding-left: 5.3rem;
    }
}

.submenu__item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-bottom: 1.4rem;
}

.submenu__item:last-of-type {
    margin-bottom: 0;
}

.submenu__item a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: auto;
    font: normal 500 1.8rem/1.2 var(--_font-default);
    color: var(--t-opp-bright);
    padding-left: 0;
}

.no-touch .submenu__item a:hover {
    color: var(--t-opp-medium);
}

.submenu__item.active a {
    text-decoration: underline;
}

@media only screen and (min-width: 1600px) {
    .submenu__item {
        margin-bottom: 1.6rem;
    }

    .submenu__item a {
        font-size: 2rem;
    }
}

.menu-contact {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.8rem;
    margin-top: 7.4rem;
}

@media only screen and (min-width: 1200px) {
    .menu-contact {
        margin-top: 0;
        padding-top: 4rem;
    }
}

@media only screen and (min-width: 1600px) {
    .menu-contact {
        padding-top: 5.8rem;
    }
}

.menu-contact__item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.menu-contact__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.2rem;
}

.menu-contact__list li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.menu-contact__list li a {
    color: var(--t-opp-medium);
}

.no-touch .menu-contact__list li a:hover {
    color: var(--t-opp-bright) !important;
}

.gnxtm-menu__shadow {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10rem;
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            from(rgba(var(--base-opp-rgb), 0)),
            color-stop(80%, rgba(var(--base-opp-rgb), 1)),
            to(rgba(var(--base-opp-rgb), 1)));
    background: -moz-linear-gradient(top,
            rgba(var(--base-opp-rgb), 0) 0,
            rgba(var(--base-opp-rgb), 1) 80%,
            rgba(var(--base-opp-rgb), 1) 100%);
    background: linear-gradient(to bottom,
            rgba(var(--base-opp-rgb), 0) 0,
            rgba(var(--base-opp-rgb), 1) 80%,
            rgba(var(--base-opp-rgb), 1) 100%);
    z-index: 2;
}

.gnxtm-menu__shadow.shadow-top {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 14rem;
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            from(rgba(var(--base-opp-rgb), 1)),
            color-stop(20%, rgba(var(--base-opp-rgb), 1)),
            to(rgba(var(--base-opp-rgb), 0)));
    background: -moz-linear-gradient(top,
            rgba(var(--base-opp-rgb), 1) 0,
            rgba(var(--base-opp-rgb), 1) 20%,
            rgba(var(--base-opp-rgb), 0) 100%);
    background: linear-gradient(to bottom,
            rgba(var(--base-opp-rgb), 1) 0,
            rgba(var(--base-opp-rgb), 1) 20%,
            rgba(var(--base-opp-rgb), 0) 100%);
}

@media only screen and (min-width: 1200px) {
    .gnxtm-menu__shadow {
        display: block;
    }

    .gnxtm-menu__shadow.shadow-top {
        position: absolute;
        top: 0;
        left: 0;
    }
}

.gnxtm-menu__data {
    padding: 2.8rem 0 3rem 0;
}

@media only screen and (min-width: 768px) {
    .gnxtm-menu__data {
        padding: 2.8rem 0 6rem 0;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-menu__data {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 3rem 6rem;
        overflow: hidden;
        z-index: 3;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-menu__data {
        padding: 3rem 10rem;
    }
}

@media only screen and (min-width: 1200px) {
    .menu-data__right {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.menu-data__text {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    font: normal 500 1.4rem/1.6 var(--_font-accent);
    text-transform: uppercase;
    letter-spacing: -0.05rem;
    color: var(--t-opp-medium);
    overflow: hidden;
}

.menu-data__text a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font: normal 500 1.4rem/1.2 var(--_font-accent);
    text-transform: uppercase;
    letter-spacing: -0.05rem;
    color: var(--t-opp-bright);
}

.no-touch .menu-data__text a:hover {
    color: var(--t-medium);
}

.menu-data__text span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.menu-data__text svg {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 1.5rem;
    height: 1.5rem;
    fill: var(--t-opp-medium);
}

.gnxtm-footer {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    background-color: var(--base);
    overflow: hidden;
}

.gnxtm-footer.opposite {
    background-color: var(--base-opp);
}

.gnxtm-footer__controls-middle {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 3rem;
}

.gnxtm-footer__controls-middle.caption-small {
    margin-bottom: 2.6rem;
}

.gnxtm-footer__controls-middle.controls-landing {
    margin-top: 8.8rem;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media only screen and (min-width: 768px) {
    .gnxtm-footer__controls-middle {
        margin-bottom: 3rem;
    }

    .gnxtm-footer__controls-middle.controls-landing {
        margin-top: 16.4rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-footer__controls-middle {
        margin-top: 5rem;
    }

    .gnxtm-footer__controls-middle.controls-landing {
        margin-top: 17.3rem;
    }
}

@media only screen and (min-width: 1400px) {
    .gnxtm-footer__controls-middle.controls-landing {
        -webkit-box-pack: end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-top: 16.8rem;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-footer__controls-middle {
        margin-top: 5rem;
    }

    .gnxtm-footer__controls-middle.caption-small {
        margin-bottom: 2.1rem;
    }

    .gnxtm-footer__controls-middle.controls-landing {
        margin-top: 18.8rem;
    }
}

.gnxtm-footer__data {
    position: relative;
    padding: 3.8rem 0 3.8rem 0;
}

.gnxtm-footer__data.caption-small {
    padding: 3.6rem 0 3.8rem 0;
}

@media only screen and (min-width: 768px) {
    .gnxtm-footer__data {
        padding: 3.7rem 0 3.7rem 0;
    }

    .gnxtm-footer__data.caption-small {
        padding: 3.4rem 0 3.8rem 0;
    }
}

@media only screen and (min-width: 992px) {
    .gnxtm-footer__data.caption-small {
        padding: 3.2rem 0 3.8rem 0;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-footer__data {
        padding: 3.3rem 0 3.4rem 0;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-footer__data {
        padding: 3.3rem 0 3.4rem 0;
    }

    .gnxtm-footer__data.caption-small {
        padding: 2.7rem 0 3.8rem 0;
    }
}

.gnxtm-footer__data-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-footer__data-item.justify-end {
        -webkit-box-pack: end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.gnxtm-footer__footer-blocks {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.gnxtm-footer__footer-blocks.bottom-blocks {
    padding: 0 0 3.6rem 0;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-footer__footer-blocks {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 6rem;
    }

    .gnxtm-footer__footer-blocks.bottom-blocks {
        padding: 3.3rem 0 3.6rem 0;
    }
}

.footer-blocks__column {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.footer-blocks__column.justify-start {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.footer-blocks__column.justify-end {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
}

@media only screen and (min-width: 1200px) {
    .footer-blocks__column {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .footer-blocks__column.justify-start {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .footer-blocks__column.justify-end {
        -webkit-box-pack: end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: right;
    }
}

.footer-blocks__controls {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3.1rem;
}

@media only screen and (min-width: 1200px) {
    .footer-blocks__controls {
        margin-top: 0;
    }
}

.footer-blocks__data {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.2rem;
    margin-bottom: 3.2rem;
}

@media only screen and (min-width: 768px) {
    .footer-blocks__data {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 3.2rem;
    }
}

.gnxtm-footer__fw-mark {
    position: relative;
}

.fw-mark__wrap {
    container-type: inline-size;
    padding-top: 0.7rem;
}

.fw-mark__content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 28cqw;
    line-height: 0.746;
    justify-content: center;
}

.fw-mark__content span {
    font-style: normal;
    font-weight: 500;
    line-height: 0.79;
    font-family: var(--_font-accent);
    text-transform: uppercase;
    letter-spacing: normal;
    color: var(--t-bright);
    white-space: nowrap;
}

.fw-mark__content .char {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.fw-mark__content.opposite span {
    color: var(--t-opp-bright);
}

.fw-mark__content.small {
    font-size: 19.3cqw;
}

.fw-mark__content.small span {
    letter-spacing: -0.2cqw;
    line-height: 0.8;
    margin-left: -1.2cqw;
}
@media only screen and (min-width: 332px) {
    .fw-mark__content {
        font-size: 10cqw;
    }
}

@media only screen and (min-width: 992px) {
    .fw-mark__content {
        font-size: 10cqw;
    }
}

.footer-blocks__nav-v01 {
    position: relative;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .footer-blocks__nav-v01 {
        margin-bottom: 15.4rem;
    }
}

@media only screen and (min-width: 1200px) {
    .footer-blocks__nav-v01 {
        margin-bottom: 16.4rem;
    }
}

@media only screen and (min-width: 1600px) {
    .footer-blocks__nav-v01 {
        margin-bottom: 18.4rem;
    }
}

.footer-nav-v01 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 3.6rem 0 2.9rem 0;
}

@media only screen and (min-width: 768px) {
    .footer-nav-v01 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 3.6rem 0 0 0;
    }
}

.footer-nav-v01__item {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    overflow: hidden;
}

.footer-nav-v01__item a {
    display: block;
    color: var(--t-bright);
}

.footer-nav-v01__item a.opposite {
    color: var(--t-opp-bright);
}

.footer-nav-v01__item a span {
    display: inline-block;
    font: normal 600 2.2rem/1.6 var(--_font-accent);
    text-transform: uppercase;
    letter-spacing: -0.05rem;
}

.gnxtm-footer__nav02 {
    position: relative;
    width: 100%;
    padding-top: 10rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-footer__nav02 {
        padding-top: 10rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-footer__nav02 {
        padding-top: 10rem;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-footer__nav02 {
        padding-top: 10rem;
    }
}

.gnxtm-footer__socials-list {
    position: relative;
    width: 100%;
    padding-bottom: 8.7rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-footer__socials-list {
        padding-top: 4.6rem;
        padding-bottom: 16.3rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-footer__socials-list {
        padding-top: 10rem;
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-footer__socials-list {
        padding-top: 10rem;
        padding-bottom: 0;
    }
}

.gnxtm-footer-nav02__block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.6rem;
    margin-bottom: 4.6rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-footer-nav02__block:last-of-type {
        margin-bottom: 0;
    }
}

.gnxtm-footer-nav02__list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
}

.gnxtm-footer-nav02__list ul li {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.gnxtm-footer-nav02__list ul li a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.2rem;
    font: normal 700 2.4rem/1.2 var(--_font-default);
    letter-spacing: -0.05rem;
    color: var(--t-bright);
    -webkit-transition: color var(--_animspeed-fast) ease-in-out;
    -moz-transition: color var(--_animspeed-fast) ease-in-out;
    transition: color var(--_animspeed-fast) ease-in-out;
}

.gnxtm-footer-nav02__list ul li a i,
.gnxtm-footer-nav02__list ul li a span,
.gnxtm-footer-nav02__list ul li a svg {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
}

.gnxtm-footer-nav02__list ul li a i {
    font-size: 1.8rem;
    overflow: hidden;
}

.gnxtm-footer-nav02__list ul li a svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: var(--t-bright);
}

.gnxtm-footer-nav02__list.small ul li a {
    font-size: 1.8rem;
}

@media only screen and (min-width: 1200px) {
    .no-touch .gnxtm-footer-nav02__list ul li a:hover {
        color: var(--t-medium);
    }
}

@media only screen and (min-width: 1200px) and (hover) and (prefers-reduced-motion: no-preference) {
    .gnxtm-footer-nav02__list>.socials-list__item {
        -webkit-transition: opacity var(--_animspeed-medium) var(--_animbezier);
        -moz-transition: opacity var(--_animspeed-medium) var(--_animbezier);
        transition: opacity var(--_animspeed-medium) var(--_animbezier);
    }

    .gnxtm-footer-nav02__list:hover>.socials-list__item:not(:hover) {
        opacity: 0.3;
    }

    .gnxtm-footer-nav02__list:hover>.socials-list__item:not(:hover) .socials-list__arrow,
    .gnxtm-footer-nav02__list:hover>.socials-list__item:not(:hover) .socials-list__info {
        scale: 0.964;
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transition:
            opacity var(--_animspeed-medium),
            scale var(--_animspeed-medium) var(--_animbezier);
        -moz-transition:
            opacity var(--_animspeed-medium),
            scale var(--_animspeed-medium) var(--_animbezier);
        transition:
            opacity var(--_animspeed-medium),
            scale var(--_animspeed-medium) var(--_animbezier);
    }
}

.socials-list__item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    width: 100%;
    padding: 2.5rem 0.2rem 2.7rem 0.2rem;
    margin-top: -0.1rem;
    -webkit-transition: opacity var(--_animspeed-medium) var(--_animbezier);
    -moz-transition: opacity var(--_animspeed-medium) var(--_animbezier);
    transition: opacity var(--_animspeed-medium) var(--_animbezier);
}

.socials-list__item:first-of-type {
    margin-top: 0.5rem;
}

.socials-list__item.no-margin:first-of-type {
    margin-top: 0;
}

.socials-list__divider {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--t-medium);
}

.socials-list__divider.accent {
    background-color: var(--pt-t-accent-medium);
}

.socials-list__divider.divider-top {
    top: 0;
}

.socials-list__divider.divider-bottom {
    bottom: 0;
}

.socials-list__arrow {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.socials-list__arrow i,
.socials-list__arrow span,
.socials-list__arrow svg {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
}

.socials-list__arrow i {
    font-size: 1.8rem;
    overflow: hidden;
}

.socials-list__arrow svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: var(--t-bright);
}

.socials-list__arrow.accent svg {
    fill: var(--pt-t-accent-bright);
}

.socials-list__info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.2rem;
}

.socials-list__number {
    font: normal 600 1.4rem/1.6 var(--_font-accent);
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    color: var(--t-medium);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition:
        opacity var(--_animspeed-medium),
        scale var(--_animspeed-medium) var(--_animbezier);
    -moz-transition:
        opacity var(--_animspeed-medium),
        scale var(--_animspeed-medium) var(--_animbezier);
    transition:
        opacity var(--_animspeed-medium),
        scale var(--_animspeed-medium) var(--_animbezier);
}

.socials-list__number.accent {
    color: var(--pt-t-accent-medium);
}

.socials-list__name {
    font: normal 700 2rem/1.2 var(--_font-default);
    letter-spacing: -0.03rem;
    color: var(--t-bright);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition:
        opacity var(--_animspeed-medium),
        scale var(--_animspeed-medium) var(--_animbezier);
    -moz-transition:
        opacity var(--_animspeed-medium),
        scale var(--_animspeed-medium) var(--_animbezier);
    transition:
        opacity var(--_animspeed-medium),
        scale var(--_animspeed-medium) var(--_animbezier);
}

.socials-list__name.accent {
    color: var(--pt-t-accent-bright);
}

.footer-blocks__socials {
    position: relative;
    margin-top: 3.5rem;
}

@media only screen and (min-width: 1200px) {
    .footer-blocks__socials {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 0;
    }
}

.inner-headline {
    position: relative;
    width: 100%;
    padding-top: 10rem;
}

.inner-headline.fullheight {
    height: 100svh;
    padding-top: 9.3rem;
}

.inner-headline.margin-bottom-subtitle,
.inner-headline.margin-bottom-tags-m,
.inner-headline.margin-bottom-title-medium {
    margin-bottom: 7.4rem;
}

.inner-headline.margin-bottom-details {
    margin-bottom: 3.8rem;
}

@media only screen and (min-width: 768px) {
    .inner-headline.fullheight {
        padding-top: 10rem;
    }

    .inner-headline.margin-bottom-subtitle,
    .inner-headline.margin-bottom-title-medium {
        margin-bottom: 13.4rem;
    }

    .inner-headline.margin-bottom-tags-m {
        margin-bottom: 13.4rem;
    }

    .inner-headline.margin-bottom-details {
        margin-bottom: 5.4rem;
    }
}

@media only screen and (min-width: 1200px) {
    .inner-headline.margin-bottom-title-medium {
        margin-bottom: 12rem;
    }

    .inner-headline.margin-bottom-subtitle,
    .inner-headline.margin-bottom-tags-m {
        margin-bottom: 13rem;
    }

    .inner-headline.margin-bottom-details {
        margin-bottom: 4.9rem;
    }
}

.inner-headline__absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}

.inner-headline__centered {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    padding: 0 3rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (min-width: 768px) {
    .inner-headline__centered {
        padding: 0 6rem;
    }
}

@media only screen and (min-width: 1600px) {
    .inner-headline__centered {
        width: 1400px;
    }
}

.inner-headline__dataline {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 3rem;
}

.headline-dataline {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.2rem;
}

@media only screen and (min-width: 1200px) {
    .headline-dataline {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 6rem;
    }
}

.inner-headline__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.inner-headline__bg img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.inner-headline__bg video {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-position: center center;
    -moz-background-size: contain;
    background-size: contain;
    -o-object-fit: cover;
    object-fit: cover;
}

.inner-headline__cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--nl-black-04);
}

.inner-headline__bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 4rem;
}

@media only screen and (min-width: 768px) {
    .inner-headline__bottom {
        padding-bottom: 5.5rem;
    }
}

@media only screen and (min-width: 1200px) {
    .inner-headline__bottom {
        padding-bottom: 4rem;
    }
}

@media only screen and (min-width: 1600px) {
    .inner-headline__bottom {
        padding-bottom: 8rem;
    }
}

.inner-headline__content.has-medium-title {
    padding-top: 12rem;
}

.inner-headline__content.has-large-title {
    padding-top: 11.7rem;
}

@media only screen and (min-width: 768px) {
    .inner-headline__content.has-medium-title {
        padding-top: 12rem;
    }

    .inner-headline__content.has-large-title {
        padding-top: 12rem;
    }
}

@media only screen and (min-width: 1200px) {
    .inner-headline__content.has-medium-title {
        padding-top: 12rem;
    }

    .inner-headline__content.has-large-title {
        padding-top: 12rem;
    }
}

@media only screen and (min-width: 1400px) {
    .inner-headline__content.has-large-title {
        padding-top: 12rem;
    }
}

@media only screen and (min-width: 1600px) {
    .inner-headline__content.has-large-title {
        padding-top: 12rem;
    }
}

.inner-headline__link {
    position: relative;
    margin-bottom: 1.5rem;
}

@media only screen and (min-width: 768px) {
    .inner-headline__link {
        margin-bottom: 1.9rem;
    }
}

@media only screen and (min-width: 1200px) {
    .inner-headline__link {
        margin-bottom: 2.5rem;
    }
}

.inner-headline__title.centered {
    text-align: center;
}

.inner-headline__title.no-sup {
    padding-top: 0.6rem;
}

.inner-headline__title.pre-subtitle-medium {
    margin-bottom: 2.3rem;
}

.inner-headline__title.pre-subtitle-large {
    margin-bottom: 2.3rem;
}

.inner-headline__title.banners-hover a {
    color: var(--t-medium);
}

@media only screen and (min-width: 768px) {
    .inner-headline__title.no-sup {
        padding-top: 0.8rem;
    }

    .inner-headline__title.pre-subtitle-medium {
        margin-bottom: 3.1rem;
    }

    .inner-headline__title.pre-subtitle-large {
        margin-bottom: 2.4rem;
    }
}

@media only screen and (min-width: 1200px) {
    .inner-headline__title.pre-subtitle-medium {
        margin-bottom: 2.1rem;
    }

    .inner-headline__title.pre-subtitle-large {
        margin-bottom: 1.5rem;
    }
}

@media only screen and (min-width: 1400px) {
    .inner-headline__title.pre-subtitle-large {
        margin-bottom: 1rem;
    }
}

@media only screen and (min-width: 1600px) {
    .inner-headline__title.no-sup {
        padding-top: 1.3rem;
    }

    .inner-headline__title.centered {
        max-width: 1400px;
    }

    .inner-headline__title.pre-subtitle-large {
        margin-bottom: 0.8rem;
    }
}

@media only screen and (min-width: 1200px) {
    .inner-headline__trigger {
        text-decoration: none;
        background:
            -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))),
            -webkit-gradient(linear, left top, right top, from(var(--t-medium)), to(var(--t-medium)));
        background:
            -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
            -moz-linear-gradient(left, var(--t-medium), var(--t-medium));
        background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
            linear-gradient(to right, var(--t-medium), var(--t-medium));
        -moz-background-size:
            100% 3px,
            0 3px;
        background-size:
            100% 3px,
            0 3px;
        background-position:
            100% 100%,
            0 90%;
        background-repeat: no-repeat;
        -webkit-transition:
            background-size var(--_animspeed-slow),
            color var(--_animspeed-slow);
        -moz-transition:
            background-size var(--_animspeed-slow),
            color var(--_animspeed-slow),
            -moz-background-size var(--_animspeed-slow);
        transition:
            background-size var(--_animspeed-slow),
            color var(--_animspeed-slow);
        transition:
            background-size var(--_animspeed-slow),
            color var(--_animspeed-slow),
            -moz-background-size var(--_animspeed-slow);
    }

    .no-touch .inner-headline__trigger:hover {
        -moz-background-size:
            0 3px,
            100% 3px;
        background-size:
            0 3px,
            100% 3px;
    }
}

.inner-headline__subtitle a,
.inner-headline__subtitle p {
    font: normal 700 2.8rem/1.2 var(--_font-default);
    letter-spacing: -0.1rem;
    color: var(--t-bright);
}

.inner-headline__subtitle a span,
.inner-headline__subtitle p span {
    color: var(--t-medium);
}

@media only screen and (min-width: 768px) {

    .inner-headline__subtitle a,
    .inner-headline__subtitle p {
        font-size: 3.4rem;
    }
}

@media only screen and (min-width: 1200px) {

    .inner-headline__subtitle a,
    .inner-headline__subtitle p {
        font-size: 4.4rem;
    }
}

.inner-headline__columns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3rem;
    width: 100%;
    max-width: 385px;
    padding-top: 3.3rem;
}

.inner-headline__columns .tags-column {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (min-width: 768px) {
    .inner-headline__columns {
        gap: 6rem;
        padding-top: 4.4rem;
    }
}

@media only screen and (min-width: 1200px) {
    .inner-headline__columns {
        padding-bottom: 0.4rem;
    }
}

.inner-headline__btngroup,
.inner-headline__tags {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.inner-headline__btngroup.tags-medium-title,
.inner-headline__tags.tags-medium-title {
    padding-top: 3rem;
}

.inner-headline__btngroup.tags-large-subtitle,
.inner-headline__tags.tags-large-subtitle {
    padding-top: 3.3rem;
}

.inner-headline__btngroup.align-end-desktop,
.inner-headline__tags.align-end-desktop {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media only screen and (min-width: 768px) {

    .inner-headline__btngroup.tags-medium-title,
    .inner-headline__tags.tags-medium-title {
        padding-top: 4rem;
    }

    .inner-headline__btngroup.tags-large-subtitle,
    .inner-headline__tags.tags-large-subtitle {
        padding-top: 4.5rem;
    }
}

@media only screen and (min-width: 1200px) {

    .inner-headline__btngroup,
    .inner-headline__tags {
        height: 100%;
        -webkit-box-pack: end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .inner-headline__btngroup.tags-medium-title,
    .inner-headline__tags.tags-medium-title {
        padding-top: 0;
        padding-bottom: 1.4rem;
    }

    .inner-headline__btngroup.tags-large-subtitle,
    .inner-headline__tags.tags-large-subtitle {
        padding-bottom: 0.4rem;
    }

    .inner-headline__btngroup.align-end-desktop,
    .inner-headline__tags.align-end-desktop {
        -webkit-box-align: end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

.inner-headline__tags {
    gap: 0.2rem;
}

.inner-headline__caption {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.inner-headline__caption.split-caption {
    padding-top: 2.8rem;
}

.inner-headline__caption.split-caption-title {
    padding-top: 2.5rem;
}

.inner-headline__caption.pre-grid {
    margin-bottom: 5rem;
}

.inner-headline__caption.pre-form {
    margin-bottom: 4.8rem;
}

@media only screen and (min-width: 768px) {
    .inner-headline__caption.split-caption {
        padding-top: 4.2rem;
    }

    .inner-headline__caption.split-caption-title {
        padding-top: 3.5rem;
    }

    .inner-headline__caption.pre-grid {
        margin-bottom: 5rem;
    }

    .inner-headline__caption.pre-form {
        margin-bottom: 0rem;
    }
}

@media only screen and (min-width: 1200px) {
    .inner-headline__caption.split-caption {
        padding-top: 2rem;
    }

    .inner-headline__caption.split-caption-title {
        padding-top: 2rem;
    }
}

@media only screen and (min-width: 1600px) {
    .inner-headline__caption.split-caption {
        padding-top: 1.8rem;
    }

    .inner-headline__caption.split-caption-title {
        padding-top: 1.8rem;
    }
}

.headline-banner-01,
.headline-banner-02 {
    position: absolute;
    overflow: hidden;
    pointer-events: none;
    display: none;
}

.headline-banner-01 img,
.headline-banner-02 img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (min-width: 1200px) {

    .headline-banner-01,
    .headline-banner-02 {
        display: block;
    }

    .headline-banner-01.landscape,
    .headline-banner-02.landscape {
        width: 28rem;
        height: 21rem;
    }

    .headline-banner-01.portrait,
    .headline-banner-02.portrait {
        width: 24.8rem;
        height: 31rem;
    }

    .headline-banner-01.image-01,
    .headline-banner-02.image-01 {
        top: -6rem;
        left: -8rem;
    }

    .headline-banner-01.image-02,
    .headline-banner-02.image-02 {
        bottom: -8rem;
        left: 29rem;
    }

    .headline-banner-01.image-03,
    .headline-banner-02.image-03 {
        top: -6rem;
        right: 29rem;
    }

    .headline-banner-01.image-04,
    .headline-banner-02.image-04 {
        bottom: -4rem;
        right: -7rem;
    }

    .headline-banner-01.image-05,
    .headline-banner-02.image-05 {
        top: -8rem;
        left: -8rem;
    }

    .headline-banner-01.image-06,
    .headline-banner-02.image-06 {
        bottom: -7rem;
        left: 35rem;
    }

    .headline-banner-01.image-07,
    .headline-banner-02.image-07 {
        top: -7rem;
        right: 30rem;
    }

    .headline-banner-01.image-08,
    .headline-banner-02.image-08 {
        bottom: -5rem;
        right: -7rem;
    }
}

@media only screen and (min-width: 1600px) {

    .headline-banner-01.landscape,
    .headline-banner-02.landscape {
        width: 32rem;
        height: 24rem;
    }

    .headline-banner-01.portrait,
    .headline-banner-02.portrait {
        width: 28rem;
        height: 35rem;
    }

    .headline-banner-01.image-01,
    .headline-banner-02.image-01 {
        top: -10rem;
        left: -14rem;
    }

    .headline-banner-01.image-02,
    .headline-banner-02.image-02 {
        bottom: -10rem;
        left: 27rem;
    }

    .headline-banner-01.image-03,
    .headline-banner-02.image-03 {
        top: -7rem;
        right: 27rem;
    }

    .headline-banner-01.image-04,
    .headline-banner-02.image-04 {
        bottom: -8rem;
        right: -14rem;
    }

    .headline-banner-01.image-05,
    .headline-banner-02.image-05 {
        top: -10rem;
        left: -12rem;
    }

    .headline-banner-01.image-06,
    .headline-banner-02.image-06 {
        bottom: -10rem;
        left: 30rem;
    }

    .headline-banner-01.image-07,
    .headline-banner-02.image-07 {
        top: -7rem;
        right: 30rem;
    }

    .headline-banner-01.image-08,
    .headline-banner-02.image-08 {
        bottom: -8rem;
        right: -14rem;
    }
}

.gnxtm-error {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.gnxtm-error__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gnxtm-error__dataline {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3rem 0;
    text-align: center;
}

@media only screen and (min-width: 992px) {
    .gnxtm-error__dataline {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: left;
    }
}

.gnxtm-error__dataitem span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
}

.gnxtm-error__dataitem i {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 1.8rem;
    height: 1.8rem;
    margin: 0 0.7rem;
}

.gnxtm-error__dataitem i svg {
    display: block;
    width: 100%;
    fill: var(--t-bright);
}

.gnxtm-error__dataitem a {
    font-size: 1.4rem;
    margin-left: 0.7rem;
    color: var(--t-bright);
    -webkit-transition: color var(--_animspeed-medium);
    -moz-transition: color var(--_animspeed-medium);
    transition: color var(--_animspeed-medium);
}

.no-touch .gnxtm-error__dataitem a:hover {
    color: var(--t-medium);
}

.gnxtm-error__content {
    position: relative;
}

.gnxtm-error__caption,
.gnxtm-error__content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

.gnxtm-error__caption p {
    font: normal 700 2.8rem/1.2 var(--_font-default);
    letter-spacing: -0.1rem;
    color: var(--t-bright);
    margin-bottom: 2.9rem;
}

.gnxtm-error__caption p span {
    color: var(--t-medium);
}

@media only screen and (min-width: 768px) {
    .gnxtm-error__caption p {
        font-size: 3.4rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-error__caption p {
        margin-bottom: 2.7rem;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-error__caption p {
        font-size: 4.4rem;
        margin-bottom: 2.6rem;
    }
}

.gnxtm-error__number {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    margin-bottom: 0.9rem;
}

.gnxtm-error__number span {
    position: relative;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font: normal 600 16rem/0.9 var(--_font-accent);
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    color: var(--t-bright);
}

.gnxtm-error__number span:nth-of-type(1),
.gnxtm-error__number span:nth-of-type(3) {
    z-index: 2;
}

.gnxtm-error__number span:nth-of-type(2) {
    z-index: 4;
}

@media only screen and (min-width: 768px) {
    .gnxtm-error__number {
        margin-bottom: 4.2rem;
    }

    .gnxtm-error__number span {
        font-size: 28rem;
    }
}

@media only screen and (min-width: 992px) {
    .gnxtm-error__number {
        margin-bottom: 3.7rem;
    }

    .gnxtm-error__number span {
        font-size: 36rem;
    }
}

@media only screen and (min-width: 1400px) {
    .gnxtm-error__number {
        margin-bottom: 3.4rem;
    }

    .gnxtm-error__number span {
        font-size: 36rem;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-error__number {
        margin-bottom: 2rem;
    }

    .gnxtm-error__number span {
        font-size: 46rem;
    }
}

.gnxtm-error__image {
    position: absolute;
}

.gnxtm-error__image.image-1 {
    width: 180px;
    height: 75px;
    top: 0;
    left: -13rem;
    z-index: 5;
}

.gnxtm-error__image.image-2 {
    width: 116px;
    height: 140px;
    bottom: 1rem;
    left: 5.6rem;
    z-index: 3;
}

.gnxtm-error__image.image-3 {
    width: 100px;
    height: 82px;
    top: 1rem;
    right: 5rem;
    z-index: 3;
}

.gnxtm-error__image.image-4 {
    width: 100px;
    height: 58px;
    bottom: 0;
    right: -7.5rem;
    z-index: 5;
}

.gnxtm-error__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

@media only screen and (min-width: 768px) {
    .gnxtm-error__image.image-1 {
        width: 240px;
        height: 100px;
        top: 2rem;
        left: -15rem;
    }

    .gnxtm-error__image.image-2 {
        width: 167px;
        height: 200px;
        bottom: 1.5rem;
        left: 10.8rem;
    }

    .gnxtm-error__image.image-3 {
        width: 160px;
        height: 132px;
        top: 1rem;
        right: 8.5rem;
    }

    .gnxtm-error__image.image-4 {
        width: 140px;
        height: 58px;
        bottom: 1rem;
        right: -9rem;
    }
}

@media only screen and (min-width: 992px) {
    .gnxtm-error__image.image-1 {
        width: 300px;
        height: 125px;
        top: 3rem;
        left: -20rem;
    }

    .gnxtm-error__image.image-2 {
        width: 209px;
        height: 250px;
        bottom: 2rem;
        left: 13.6rem;
    }

    .gnxtm-error__image.image-3 {
        width: 200px;
        height: 165px;
        top: 1rem;
        right: 10.5rem;
    }

    .gnxtm-error__image.image-4 {
        width: 200px;
        height: 84px;
        bottom: 1rem;
        right: -14rem;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-error__image.image-1 {
        width: 378px;
        height: 158px;
        top: 5rem;
        left: -24rem;
    }

    .gnxtm-error__image.image-2 {
        width: 281px;
        height: 336px;
        bottom: 2.5rem;
        left: 17.2rem;
    }

    .gnxtm-error__image.image-3 {
        width: 245px;
        height: 202px;
        top: 1rem;
        right: 14rem;
    }

    .gnxtm-error__image.image-4 {
        width: 240px;
        height: 100px;
        bottom: 1rem;
        right: -16rem;
    }
}

.gnxtm-hero-section {
    padding-top: 6.3rem;
}

.gnxtm-hero-section.no-padding {
    padding-top: 0;
}

.gnxtm-hero-section.no-padding-desktop {
    padding-top: 6.6rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-hero-section {
        padding-top: 7rem;
    }

    .gnxtm-hero-section.no-padding-desktop {
        padding-top: 7rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-hero-section.no-padding-desktop {
        padding-top: 0;
    }
}

.gnxtm-hero-fullheight {
    height: 100vh;
    height: -moz-calc(var(--vh) * 100);
    height: calc(var(--vh) * 100);
}

@media only screen and (min-width: 1200px) {
    .gnxtm-hero-fullheight {
        height: 100vh;
    }
}

.gnxtm-hero-fullheight-desktop {
    height: auto;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-hero-fullheight-desktop {
        height: 100vh;
    }
}

.gnxtm-hero-special {
    height: auto;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-hero-special {
        height: -moz-calc(100vh - 6rem);
        height: calc(100vh - 6rem);
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-hero-special {
        height: -moz-calc(100vh - 10rem);
        height: calc(100vh - 10rem);
    }
}

.gnxtm-hero-01 {
    position: relative;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 6.6rem;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: cover;
    background-size: cover;
}

@media only screen and (min-width: 768px) {
    .gnxtm-hero-01 {
        height: 100vh;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-top: 7rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-hero-01 {
        height: 100vh;
        min-height: 667px;
        padding-top: 0;
    }
}

.gnxtm-hero-01__cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--nl-black-04);
}

.gnxtm-hero-01__wrap {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 3rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-hero-01__wrap {
        padding: 0 6rem;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-hero-01__wrap {
        padding: 0 10rem;
    }
}

.gnxtm-hero-01__top {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 13.6rem;
    margin-bottom: 5.3rem;
    z-index: 2;
}

@media only screen and (min-width: 768px) {
    .gnxtm-hero-01__top {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 6rem;
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 768px) {
    .gnxtm-hero-01__top {
        padding-bottom: 5.3rem;
    }
}

.gnxtm-hero-01__data-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 5.3rem;
}

.gnxtm-hero-01__data-wrap ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.4rem;
}

.gnxtm-hero-01__data-wrap ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.gnxtm-hero-01__data-wrap ul li a {
    color: var(--nl-white);
}

.no-touch .gnxtm-hero-01__data-wrap ul li a:hover {
    color: var(--nl-white-06) !important;
}

@media only screen and (min-width: 768px) {
    .gnxtm-hero-01__data-wrap {
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 0;
    }
}

.gnxtm-hero-01__data-tags {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3rem;
    width: 100%;
    max-width: 385px;
    margin-bottom: 2.5rem;
}

.gnxtm-hero-01__data-tags .tags-column {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.4rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-hero-01__data-tags {
        gap: 6rem;
        margin-bottom: 0;
    }
}

.gnxtm-hero-01__data-contact ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.4rem;
}

.gnxtm-hero-01__data-contact ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.gnxtm-hero-01__data-contact ul li a {
    color: var(--nl-white);
}

.no-touch .gnxtm-hero-01__data-contact ul li a:hover {
    color: var(--nl-white-06) !important;
}

.gnxtm-hero-01__video-wrap {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    max-width: 38.5rem;
}

.gnxtm-hero-01__video-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.gnxtm-hero-01__video-wrap video {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    will-change: transform;
}

@media only screen and (min-width: 768px) {
    .gnxtm-hero-01__video-wrap {
        -ms-flex-preferred-size: 34.5rem;
        flex-basis: 34.5rem;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        height: 24.6rem;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-hero-01__video-wrap {
        -ms-flex-preferred-size: 38.5rem;
        flex-basis: 38.5rem;
        height: 27.5rem;
    }
}

.gnxtm-hero-01__video {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.gnxtm-hero-01__video-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 1rem;
}

.gnxtm-hero-01__bottom {
    position: relative;
    z-index: 1;
    mix-blend-mode: difference;
    padding-bottom: 6.2rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-hero-01__bottom {
        padding-bottom: 0;
    }
}

.gnxtm-hero-01__caption {
    margin-bottom: -0.3rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-hero-01__caption {
        margin-bottom: -0.5rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-hero-01__caption {
        margin-bottom: -0.6rem;
    }
}

@media only screen and (min-width: 1400px) {
    .gnxtm-hero-01__caption {
        margin-bottom: -0.8rem;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-hero-01__caption {
        margin-bottom: -1rem;
    }
}

.gnxtm-hero-02 {
    background-color: var(--dark);
    color: var(--light);
    position: relative;
    width: 100%;
    height: 100svh;
    height: -moz-calc(var(--vh) * 100);
    height: calc(var(--vh) * 100);
    padding: 2rem;
    overflow: hidden;
}

.gnxtm-hero-02__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gnxtm-hero-02__background video {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    padding-bottom: 0;
    padding-right: 0;
}

.gnxtm-hero-02__cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--nl-black-rgb), 0.4);
    mix-blend-mode: multiply;
}

.gnxtm-hero-02__cover-img,
.gnxtm-hero-02__images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 2000px;
    -moz-perspective: 2000px;
    perspective: 2000px;
}

.hero-02__img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 500px;
    height: 400px;
    will-change: transform;
}

.hero-02__img:nth-of-type(odd) {
    width: 400px;
    height: 500px;
}

.hero-02__img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.gnxtm-hero-02__cover-img {
    will-change: transform;
}

.gnxtm-hero-02__cover-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.gnxtm-hero-02__intro,
.gnxtm-hero-02__outro {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    padding: 2rem;
    mix-blend-mode: difference;
}

@media only screen and (min-width: 992px) {

    .gnxtm-hero-02__intro,
    .gnxtm-hero-02__outro {
        width: 60%;
    }
}

@media only screen and (min-width: 1200px) {

    .gnxtm-hero-02__intro,
    .gnxtm-hero-02__outro {
        width: 50%;
        padding: 0;
    }
}

.gnxtm-hero-02__intro {
    z-index: 1;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-hero-02__intro h1 {
        font-size: 9.5rem;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-hero-02__intro h1 {
        font-size: 12rem;
    }
}

.gnxtm-hero-02__outro {
    z-index: 10;
}

.gnxtm-hero-02__outro p {
    font: normal 600 6rem/1.1 var(--_font-default);
    letter-spacing: -0.24rem;
    color: var(--nl-white);
}

@media only screen and (min-width: 768px) {
    .gnxtm-hero-02__outro p {
        font-size: 8.5rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-hero-02__outro p {
        font-size: 9.5rem;
    }
}

.gnxtm-hero-02__bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 5.1rem;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-hero-02__bottom {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding-bottom: 3.5rem;
    }
}

.gnxtm-hero-02__dataline {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.2rem;
    padding: 0;
    text-align: center;
    mix-blend-mode: difference;
}

@media only screen and (min-width: 768px) {
    .gnxtm-hero-02__dataline {
        padding: 0 3rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-hero-02__dataline {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-align: left;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-hero-02__dataline {
        padding: 0 7rem;
    }
}

.gnxtm-hero-02__socials {
    position: relative;
}

.gnxtm-hero-02__socials .gnxtm-socials-line {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-hero-02__socials .gnxtm-socials-line {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.gnxtm-hero-03 {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100vh;
}

.gnxtm-hero-03__headline {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 0 3rem;
}

.gnxtm-hero-03__headline h1 {
    font-size: 5rem;
}

.gnxtm-hero-03__headline a {
    mix-blend-mode: hard-light;
    z-index: 2;
}

@media only screen and (min-width: 768px) {
    .gnxtm-hero-03__headline h1 {
        font-size: 7.5rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-hero-03__headline {
        max-width: 880px;
        padding: 0;
    }

    .gnxtm-hero-03__headline h1 {
        font-size: 9.5rem;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-hero-03__headline h1 {
        font-size: 12rem;
    }
}

.gnxtm-hero-media__small {
    position: relative;
    position: absolute;
    inset: 50% 0 0 50%;
    width: 60%;
    aspect-ratio: 3/4;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

@media only screen and (min-width: 768px) {
    .gnxtm-hero-media__small {
        width: 50%;
        aspect-ratio: 16/9;
    }
}

.gnxtm-hero-media__wrapper {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.gnxtm-hero-media__scaling-media {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    isolation: isolate;
    overflow: hidden;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    will-change: transform;
}

.scaling-media__video {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    padding-bottom: 0;
    padding-right: 0;
}

.gnxtm-hero-media {
    position: relative;
}

.gnxtm-hero-media__contain {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    container: threshold-large/inline-size;
}

.gnxtm-hero-media__large {
    position: relative;
    width: 100%;
    aspect-ratio: 3/4;
}

@media only screen and (min-width: 992px) {
    .gnxtm-hero-media__large {
        aspect-ratio: 16/9;
    }
}

.gnxtm-hero-media__placeholder {
    background-color: #afafaf;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.gnxtm-hero-03__control-left {
    position: absolute;
    top: 9.6rem;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0 3rem;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-hero-03__control-left {
        position: absolute;
        top: auto;
        left: 6rem;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: auto;
        padding: 0;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-hero-03__control-left {
        left: 10rem;
    }
}

.gnxtm-hero-03__control-right {
    position: absolute;
    top: 12.6rem;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0 3rem;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-hero-03__control-right {
        position: absolute;
        top: auto;
        left: auto;
        right: 6rem;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: auto;
        padding: 0;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-hero-03__control-right {
        right: 10rem;
    }
}

.gnxtm-hero-03__bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 5.1rem;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-hero-03__bottom {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding-bottom: 3.5rem;
    }
}

.gnxtm-hero-03__dataline {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.2rem;
    padding: 0;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .gnxtm-hero-03__dataline {
        padding: 0 3rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-hero-03__dataline {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-align: left;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-hero-03__dataline {
        padding: 0 7rem;
    }
}

.gnxtm-hero-03__socials {
    position: relative;
}

.gnxtm-hero-03__socials .gnxtm-socials-line {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-hero-03__socials .gnxtm-socials-line {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.gnxtm-hero-04 {
    position: relative;
    width: 100%;
}

.gnxtm-hero-04__wrap {
    position: relative;
    width: 100%;
    height: 100vh;
    height: -moz-calc(var(--vh) * 100);
    height: calc(var(--vh) * 100);
    overflow: hidden;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-hero-04__wrap {
        height: 100vh;
    }
}

.gnxtm-hero-04__controls {
    position: absolute;
    left: 0;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.4rem;
    padding: 0;
    z-index: 3;
}

@media only screen and (min-width: 768px) {
    .gnxtm-hero-04__controls {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 6rem;
        padding: 0 3rem;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-hero-04__controls {
        padding: 0 7rem;
    }
}

.gnxtm-hero-04__arrow {
    display: none;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-hero-04__arrow {
        display: block;
        position: absolute;
        right: 6rem;
        bottom: 6rem;
        width: 172px;
        height: 172px;
        z-index: 3;
        overflow: hidden;
        mix-blend-mode: difference;
    }

    .gnxtm-hero-04__arrow svg {
        display: inline-block;
        fill: var(--nl-white);
    }
}

@media only screen and (min-width: 1400px) {
    .gnxtm-hero-04__arrow {
        width: 188px;
        height: 188px;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-hero-04__arrow {
        right: 10rem;
        bottom: 10rem;
        width: 214px;
        height: 214px;
    }
}

.gnxtm-hero-04__slider {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.gnxtm-hero-04__slides {
    position: relative;
    width: 300%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    will-change: transform;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.gnxtm-hero-04__slide {
    position: relative;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
}

.gnxtm-hero-04__media {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.gnxtm-hero-04__media img {
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    will-change: transform;
    -webkit-transform: translateX(0) scale(1.25);
    -moz-transform: translateX(0) scale(1.25);
    -ms-transform: translateX(0) scale(1.25);
    transform: translateX(0) scale(1.25);
}

.gnxtm-hero-04__cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--nl-black-rgb), 0.4);
    mix-blend-mode: soft-light;
}

.gnxtm-hero-04__title {
    display: block;
    position: absolute;
    left: 0;
    bottom: 5.3rem;
    padding: 0;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    z-index: 2;
    text-decoration: none;
}

@media only screen and (min-width: 768px) {
    .gnxtm-hero-04__title {
        bottom: 5.3rem;
        padding: 0 3rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-hero-04__title {
        bottom: 5rem;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }
}

@media only screen and (min-width: 1400px) {
    .gnxtm-hero-04__title {
        bottom: 5rem;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-hero-04__title {
        bottom: 9rem;
        padding: 0 7rem;
    }
}

.gnxtm-hero-04__name {
    margin-bottom: 2.3rem;
}

.gnxtm-hero-04__name p {
    font: normal 600 6rem/1.1 var(--_font-default);
    letter-spacing: -0.24rem;
    color: var(--nl-white);
}

.gnxtm-hero-04__name p span {
    color: rgba(var(--nl-white-rgb), 0.8);
}

@media only screen and (min-width: 768px) {
    .gnxtm-hero-04__name {
        margin-bottom: 2.4rem;
    }

    .gnxtm-hero-04__name p {
        font-size: 9rem;
        line-height: 1.2;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-hero-04__name {
        margin-bottom: 1.5rem;
    }

    .gnxtm-hero-04__name p {
        font-size: 12rem;
    }
}

@media only screen and (min-width: 1400px) {
    .gnxtm-hero-04__name {
        margin-bottom: 1rem;
    }

    .gnxtm-hero-04__name p {
        font-size: 14rem;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-hero-04__name {
        margin-bottom: 0.8rem;
    }

    .gnxtm-hero-04__name p {
        font-size: 15rem;
    }
}

.gnxtm-hero-04__descr a,
.gnxtm-hero-04__descr p {
    font: normal 700 2.8rem/1.2 var(--_font-default);
    letter-spacing: -0.1rem;
    color: var(--nl-white);
}

.gnxtm-hero-04__descr a span,
.gnxtm-hero-04__descr p span {
    color: var(--nl-white-06);
}

@media only screen and (min-width: 768px) {

    .gnxtm-hero-04__descr a,
    .gnxtm-hero-04__descr p {
        font-size: 3.4rem;
    }
}

@media only screen and (min-width: 1200px) {

    .gnxtm-hero-04__descr a,
    .gnxtm-hero-04__descr p {
        font-size: 4.4rem;
    }
}

.gnxtm-hero-05 {
    position: relative;
    width: 100%;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-hero-05 {
        height: 100%;
    }
}

.gnxtm-hero-05__wrap {
    position: relative;
    width: 100%;
    padding: 0 3rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-hero-05__wrap {
        padding: 0 6rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-hero-05__wrap {
        height: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-hero-05__wrap {
        padding: 0 10rem;
    }
}

.gnxtm-hero-05__top {
    position: relative;
    padding-top: 11.4rem;
    padding-bottom: 12.8rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-hero-05__top {
        padding-top: 18.6rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-hero-05__top {
        padding: 0;
    }
}

.gnxtm-hero-05__headline {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.gnxtm-hero-05__headline h1 {
    font-size: 8rem;
    line-height: 1;
    letter-spacing: -0.3rem;
}

.gnxtm-hero-05__headline h1 small {
    font-size: 4.4rem;
    display: block;
    color: var(--t-medium);
}

@media only screen and (min-width: 1200px) {
    .gnxtm-hero-05__headline h1 {
        color: var(--nl-white);
        mix-blend-mode: difference;
        font-size: 16rem;
    }

    .gnxtm-hero-05__headline h1 small {
        font-size: 9.5rem;
    }
}

@media only screen and (min-width: 1400px) {
    .gnxtm-hero-05__headline h1 {
        font-size: 16rem;
    }

    .gnxtm-hero-05__headline h1 small {
        font-size: 9.5rem;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-hero-05__headline h1 {
        font-size: 20rem;
        letter-spacing: -0.5rem;
    }

    .gnxtm-hero-05__headline h1 small {
        font-size: 12rem;
        letter-spacing: -0.3rem;
    }
}

.gnxtm-hero-05__bottom {
    padding-bottom: 5.2rem;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-hero-05__bottom {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 3rem;
        padding: 0 6rem;
        margin-bottom: 3.7rem;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-hero-05__bottom {
        padding: 0 10rem;
    }
}

.gnxtm-hero-05__dataline {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-hero-05__dataline {
        height: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.hero-05-dataline__socials {
    margin-bottom: 1.8rem;
}

.hero-05-dataline__socials .gnxtm-socials-line__link {
    color: var(--t-bright);
}

.no-touch .hero-05-dataline__socials .gnxtm-socials-line__link:hover {
    color: var(--t-medium);
}

@media only screen and (min-width: 1200px) {
    .hero-05-dataline__socials {
        margin-bottom: 0;
    }
}

.hero-05-dataline__caption {
    margin-bottom: 2.1rem;
    font: normal 700 2.4rem/1.2 var(--_font-default);
    letter-spacing: -0.06rem;
    color: var(--t-bright);
}

@media only screen and (min-width: 1200px) {
    .hero-05-dataline__caption {
        position: absolute;
        top: 0;
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 3rem;
        margin-bottom: 0;
    }
}

.gnxtm-hero-06 {
    position: relative;
    width: 100%;
    height: 100svh;
    min-height: 667px;
}

.gnxtm-hero-06__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gnxtm-hero-06__media video[poster] {
    -o-object-fit: cover;
    object-fit: cover;
}

.gnxtm-hero-06__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    z-index: -1;
    background-color: #000;
}

.gnxtm-hero-06__wrap {
    position: relative;
    width: 100%;
    max-width: 1920px;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 auto;
    padding: 6.3rem 3rem 0 3rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-hero-06__wrap {
        padding: 7rem 6rem 0 6rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-hero-06__wrap {
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-hero-06__wrap {
        padding: 0 10rem;
        padding: 7rem 10rem 0 10rem;
    }
}

.gnxtm-hero-06__top {
    position: absolute;
    left: 0;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    mix-blend-mode: difference;
    padding: 0 3rem;
    margin-top: -6rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-hero-06__top {
        padding: 0 6rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-hero-06__top {
        position: static;
        left: auto;
        top: 0;
        bottom: auto;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0;
        margin-top: 0;
        padding-top: 8.1rem;
    }
}

.gnxtm-hero-06__tags {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6rem;
    font-weight: 400;
    color: var(--nl-white-06);
    margin-bottom: 0.5rem;
}

.gnxtm-hero-06__tags span {
    font-weight: 400;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-hero-06__tags {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 2.3rem;
        padding-top: 3.9rem;
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-hero-06__tags {
        padding-top: 3.9rem;
    }
}

.gnxtm-hero-06__headline {
    position: relative;
    text-align: left;
}

.gnxtm-hero-06__headline h1 {
    font-size: 5rem;
    color: var(--nl-white);
}

@media only screen and (min-width: 768px) {
    .gnxtm-hero-06__headline h1 {
        font-size: 8.5rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-hero-06__headline {
        text-align: right;
    }

    .gnxtm-hero-06__headline h1 {
        font-size: 12rem;
    }
}

.gnxtm-hero-06__bottom {
    padding-bottom: 5rem;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-hero-06__bottom {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding-bottom: 3.5rem;
    }
}

.gnxtm-hero-06__caption {
    max-width: 340px;
    margin-bottom: 2.3rem;
}

.gnxtm-hero-06__caption p {
    line-height: 1.2;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-hero-06__caption {
        max-width: 560px;
        margin-bottom: 0;
    }

    .gnxtm-hero-06__caption p {
        font-size: 3rem;
    }
}

.gnxtm-hero-07 {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 6.6rem;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-hero-07 {
        height: 100vh;
        padding-top: 0;
        padding-bottom: 0;
    }
}

.gnxtm-hero-07__wrap {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-hero-07__wrap {
        height: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.gnxtm-hero-07__top {
    position: relative;
    text-align: center;
    padding: 0;
}

@media only screen and (min-width: 768px) {
    .gnxtm-hero-07__top {
        padding: 0 3rem;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-hero-07__top {
        padding: 0 7rem;
    }
}

.gnxtm-hero-07__bottom {
    padding: 0;
}

@media only screen and (min-width: 768px) {
    .gnxtm-hero-07__bottom {
        padding: 0 3rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-hero-07__bottom {
        position: absolute;
        bottom: 4.3rem;
        left: 0;
        width: 100%;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-hero-07__bottom {
        padding: 0 7rem;
    }
}

.gnxtm-hero-07__headline {
    padding-top: 13.4rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-hero-07__headline {
        padding-top: 19.8rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-hero-07__headline {
        padding-top: 0;
    }
}

/* .gnxtm-hero-07__objects {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    margin-bottom: 6rem;
} */

.gnxtm-hero-07__objects {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    margin-bottom: 6rem;
}

.gnxtm-hero-07__objects img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
    pointer-events: none;
    will-change: transform;
}

@media only screen and (min-width: 768px) {
    .gnxtm-hero-07__objects {
        margin-bottom: 10rem;
    }
}

@media only screen and (min-width: 1200px) {
    /* .gnxtm-hero-07__objects {
        -ms-grid-columns: (1fr) [5];
        grid-template-columns: repeat(5, 1fr);
        margin-bottom: 0;
    } */
        .gnxtm-hero-07__objects {
        grid-template-columns: repeat(5, 1fr);
        margin-bottom: 0;
    }

    .gnxtm-hero-07__objects img {
        width: 15vw;
        height: 15vw;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-hero-07__objects {
        padding-bottom: 2rem;
        gap: 3rem;
    }
}

.gnxtm-hero-07__subtitle {
    margin-bottom: 1.8rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-hero-07__subtitle {
        margin-bottom: 2.3rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-hero-07__subtitle {
        margin-bottom: 3.5rem;
    }
}

.gnxtm-hero-07__title {
    margin-bottom: 5.1rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-hero-07__title {
        margin-bottom: 8.7rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-hero-07__title {
        margin-bottom: 3.7rem;
    }
}

.gnxtm-hero-08 {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 6.6rem;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-hero-08 {
        height: 100vh;
        padding-top: 0;
    }
}

.gnxtm-hero-08__wrap {
    position: relative;
    padding-bottom: 5.2rem;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-hero-08__wrap {
        height: 100%;
        padding-bottom: 0;
    }
}

.gnxtm-hero-08__top {
    padding-top: 14rem;
    padding-bottom: 13.6rem;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-hero-08__top {
        position: absolute;
        left: 0;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;
    }
}

.gnxtm-hero-08__bottom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-hero-08__bottom {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 3rem 3.5rem 3rem;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-hero-08__bottom {
        padding: 0 7rem 3.5rem 7rem;
    }
}

.gnxtm-hero-08__data {
    max-width: 480px;
}

@media only screen and (min-width: 1600px) {
    .gnxtm-hero-08__data {
        max-width: 540px;
    }
}

.gnxtm-hero-08__descr {
    margin-top: 2.2rem;
    margin-bottom: 2.3rem;
}

.gnxtm-hero-08__descr p {
    font-size: 2.4rem;
    line-height: 1.2;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-hero-08__descr {
        margin-bottom: 3rem;
    }
}

.gnxtm-hero-08__socials {
    margin-bottom: 2.1rem;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-hero-08__socials {
        margin-bottom: 0;
    }
}

.gnxtm-hero-09 {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 667px;
    padding-top: 6.6rem;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: cover;
    background-size: cover;
}

@media only screen and (min-width: 768px) {
    .gnxtm-hero-09 {
        padding-top: 7rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-hero-09 {
        padding-top: 0;
        height: 100vh;
    }
}

.gnxtm-hero-09__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gnxtm-hero-09__background video {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.gnxtm-hero-09__cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--nl-black-rgb), 0.4);
}

@media only screen and (min-width: 1200px) {
    .gnxtm-hero-09__cover {
        background-color: rgba(var(--nl-black-rgb), 0.2);
    }
}

.gnxtm-hero-09__wrap {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0;
}

@media only screen and (min-width: 768px) {
    .gnxtm-hero-09__wrap {
        padding: 0 3rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-hero-09__wrap {
        -webkit-box-pack: end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-hero-09__wrap {
        padding: 0 7rem;
    }
}

.gnxtm-hero-09__top {
    position: relative;
    padding-bottom: 6rem;
    mix-blend-mode: difference;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-hero-09__top {
        position: absolute;
        left: 0;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;
        padding: 0 3rem;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-hero-09__top {
        padding: 0 7rem;
    }
}

.gnxtm-hero-09__headline {
    padding-top: 14rem;
    text-align: center;
}

.gnxtm-hero-09__headline h1 {
    font-size: 14cqw;
    font-size: clamp(1.6rem, 13cqw, 27rem);
    line-height: 0.746;
    font-style: normal;
    font-weight: 500;
    font-family: var(--_font-accent);
    text-transform: uppercase;
    letter-spacing: -0.2cqw;
    color: var(--nl-white);
    white-space: nowrap;
}

.gnxtm-hero-09__headline .char {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

@media only screen and (min-width: 768px) {
    .gnxtm-hero-09__headline {
        padding-top: 12rem;
    }

    .gnxtm-hero-09__headline h1 {
        font-size: clamp(1.6rem, 13cqw, 27rem);
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-hero-09__headline {
        margin-top: -2rem;
        padding-top: 0;
    }

    .gnxtm-hero-09__headline h1 {
        font-size: clamp(1.6rem, 14cqw, 27rem);
    }
}

.gnxtm-hero-09__divider {
    position: absolute;
    bottom: 0;
    left: 3rem;
    width: -moz-calc(100% - 6rem);
    width: calc(100% - 6rem);
    height: 1px;
    background-color: var(--nl-white);
}

@media only screen and (min-width: 1200px) {
    .gnxtm-hero-09__divider {
        display: none;
    }
}

.gnxtm-hero-09__center {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 5.7rem;
    padding-bottom: 2.8rem;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-hero-09__center {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 0;
        margin-bottom: 3.6rem;
    }
}

.gnxtm-hero-09__data {
    max-width: 480px;
    margin-bottom: 3rem;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-hero-09__data {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-hero-09__data {
        max-width: 540px;
    }
}

.gnxtm-hero-09__descr {
    margin-top: 2.1rem;
}

.gnxtm-hero-09__descr p {
    font-size: 2.4rem;
    line-height: 1.2;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-hero-09__descr {
        margin-bottom: -0.6rem;
    }
}

.gnxtm-hero-09__media {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.4rem;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-hero-09__media {
        max-width: 280px;
    }
}

@media only screen and (min-width: 1400px) {
    .gnxtm-hero-09__media {
        max-width: 320px;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-hero-09__media {
        max-width: 380px;
    }
}

.gnxtm-hero-09__image,
.gnxtm-hero-09__video {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.gnxtm-hero-09__media-btn {
    position: absolute;
    top: 1rem;
    right: 4rem;
}

.gnxtm-hero-09__bottom {
    padding-bottom: 5.2rem;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-hero-09__bottom {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding-bottom: 3.5rem;
    }
}

.gnxtm-hero-10 {
    position: relative;
    width: 100%;
    height: auto;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-hero-10 {
        height: -moz-calc(100vh - 6.3rem);
        height: calc(100vh - 6.3rem);
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-hero-10 {
        height: -moz-calc(100vh - 7rem);
        height: calc(100vh - 7rem);
    }
}

.gnxtm-hero-10__wrap {
    position: relative;
    padding-bottom: 5.2rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-hero-10__wrap {
        padding-bottom: 5.2rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-hero-10__wrap {
        height: 100%;
        padding-bottom: 0;
    }
}

.gnxtm-hero-10__top {
    padding: 0;
}

@media only screen and (min-width: 768px) {
    .gnxtm-hero-10__top {
        padding: 0 3rem;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-hero-10__top {
        padding: 0 7rem;
    }
}

.gnxtm-hero-10__center {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    padding: 5.7rem 0 5.5rem 0;
}

@media only screen and (min-width: 768px) {
    .gnxtm-hero-10__center {
        padding: 5.7rem 3rem 5.5rem 3rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-hero-10__center {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 4.5rem 3rem 0 3rem;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-hero-10__center {
        padding: 6rem 7rem 0 7rem;
    }
}

.gnxtm-hero-10__divider {
    position: absolute;
    top: 0;
    left: 3rem;
    width: -moz-calc(100% - 6rem);
    width: calc(100% - 6rem);
    height: 1px;
    background-color: var(--st-medium);
}

.gnxtm-hero-10__divider.divider-bottom {
    top: auto;
    bottom: 0;
}

@media only screen and (min-width: 768px) {
    .gnxtm-hero-10__divider {
        left: 6rem;
        width: -moz-calc(100% - 12rem);
        width: calc(100% - 12rem);
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-hero-10__divider.divider-bottom {
        display: none;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-hero-10__divider {
        left: 10rem;
        width: -moz-calc(100% - 20rem);
        width: calc(100% - 20rem);
    }
}

.gnxtm-hero-10__bottom {
    padding-top: 5.2rem;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-hero-10__bottom {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding-top: 0;
        padding-bottom: 3.5rem;
    }
}

.gnxtm-hero-10__headline {
    container-type: inline-size;
    padding-top: 13rem;
    padding-bottom: 6rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-hero-10__headline {
        padding-top: 15.8rem;
        padding-bottom: 6rem;
    }
}

@media only screen and (min-width: 992px) {
    .gnxtm-hero-10__headline {
        padding-top: 14.8rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-hero-10__headline {
        padding-top: 2rem;
        padding-bottom: 4.5rem;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-hero-10__headline {
        padding-top: 4rem;
        padding-bottom: 6rem;
    }
}

.hero-10-headline__wrap {
    container-type: inline-size;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
}

.hero-10-headline__wrap h1 {
    text-transform: lowercase;
    font-size: 20.2cqw;
    line-height: 0.76;
    letter-spacing: -0.5cqw;
}

.hero-10-headline__wrap h1 a span {
    white-space: nowrap;
    color: var(--t-bright);
}

@media only screen and (min-width: 1600px) {
    .hero-10-headline__wrap h1 {
        letter-spacing: -0.5cqw;
    }
}

.gnxtm-hero-10__data-wrap {
    margin-bottom: 3rem;
}

.gnxtm-hero-10__descr {
    margin-top: 2.1rem;
}

.gnxtm-hero-10__descr p {
    font: normal 700 2.4rem/1.2 var(--_font-default);
    letter-spacing: -0.1rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-hero-10__descr {
        max-width: 520px;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-hero-10__descr {
        max-width: 640px;
        margin-top: 2.7rem;
    }

    .gnxtm-hero-10__descr p {
        font-size: 3.4rem;
    }
}

.gnxtm-hero-10__media {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.4rem;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-hero-10__media {
        max-width: 420px;
    }

    .no-touch .gnxtm-hero-10__media:hover .hero-10-video__tags .tag {
        -webkit-transform: translateY(0.4rem);
        -moz-transform: translateY(0.4rem);
        -ms-transform: translateY(0.4rem);
        transform: translateY(0.4rem);
    }

    .no-touch .gnxtm-hero-10__media:hover .hero-10-video__tags .tag:nth-of-type(2) {
        -webkit-transform: translateY(0.8rem);
        -moz-transform: translateY(0.8rem);
        -ms-transform: translateY(0.8rem);
        transform: translateY(0.8rem);
    }

    .no-touch .gnxtm-hero-10__media:hover .hero-10-video__tags .tag:nth-of-type(3) {
        -webkit-transform: translateY(1.2rem);
        -moz-transform: translateY(1.2rem);
        -ms-transform: translateY(1.2rem);
        transform: translateY(1.2rem);
    }

    .no-touch .gnxtm-hero-10__media:hover .hero-10-video__tags .tag:nth-of-type(4) {
        -webkit-transform: translateY(1.6rem);
        -moz-transform: translateY(1.6rem);
        -ms-transform: translateY(1.6rem);
        transform: translateY(1.6rem);
    }

    .no-touch .gnxtm-hero-10__media:hover .hero-10-video__tags .tag:nth-of-type(5) {
        -webkit-transform: translateY(1rem);
        -moz-transform: translateY(1rem);
        -ms-transform: translateY(1rem);
        transform: translateY(1rem);
    }

    .no-touch .gnxtm-hero-10__media:hover .hero-10-video__tags .tag:nth-of-type(6) {
        -webkit-transform: translateY(1.2rem);
        -moz-transform: translateY(1.2rem);
        -ms-transform: translateY(1.2rem);
        transform: translateY(1.2rem);
    }

    .no-touch .gnxtm-hero-10__media:hover .hero-10-video__tags .tag:nth-of-type(7) {
        -webkit-transform: translateY(1.4rem);
        -moz-transform: translateY(1.4rem);
        -ms-transform: translateY(1.4rem);
        transform: translateY(1.4rem);
    }

    .no-touch .gnxtm-hero-10__media:hover .hero-10-video__tags .tag:nth-of-type(8) {
        -webkit-transform: translateY(1.6rem);
        -moz-transform: translateY(1.6rem);
        -ms-transform: translateY(1.6rem);
        transform: translateY(1.6rem);
    }

    .no-touch .gnxtm-hero-10__media:hover .hero-10-video__name {
        -webkit-transform: translateY(0.4rem);
        -moz-transform: translateY(0.4rem);
        -ms-transform: translateY(0.4rem);
        transform: translateY(0.4rem);
    }
}

.gnxtm-hero-10__image,
.gnxtm-hero-10__video {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.gnxtm-hero-10__video-btn {
    position: absolute;
    top: 1rem;
    right: 4rem;
}

.gnxtm-hero-10__video-info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 6rem;
}

.hero-10-video__name a {
    font: normal 700 2.2rem/1.2 var(--_font-default);
    letter-spacing: -0.04rem;
    color: var(--t-bright);
}

@media only screen and (min-width: 1200px) {
    .hero-10-video__name {
        -webkit-transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
        transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
        -moz-transition:
            transform var(--_animspeed-medium) var(--_animbezier),
            -moz-transform var(--_animspeed-medium) var(--_animbezier);
        transition: transform var(--_animspeed-medium) var(--_animbezier);
        transition:
            transform var(--_animspeed-medium) var(--_animbezier),
            -webkit-transform var(--_animspeed-medium) var(--_animbezier),
            -moz-transform var(--_animspeed-medium) var(--_animbezier);
    }
}

.hero-10-video__tags {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-top: 0.4rem;
}

@media only screen and (min-width: 1200px) {
    .hero-10-video__tags .tag {
        -webkit-transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
        transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
        -moz-transition:
            transform var(--_animspeed-medium) var(--_animbezier),
            -moz-transform var(--_animspeed-medium) var(--_animbezier);
        transition: transform var(--_animspeed-medium) var(--_animbezier);
        transition:
            transform var(--_animspeed-medium) var(--_animbezier),
            -webkit-transform var(--_animspeed-medium) var(--_animbezier),
            -moz-transform var(--_animspeed-medium) var(--_animbezier);
    }
}

.gnxtm-hero-10__dataline {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
}

@media only screen and (min-width: 768px) {
    .gnxtm-hero-10__dataline {
        padding: 0 3rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-hero-10__dataline {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-hero-10__dataline {
        padding: 0 7rem;
    }
}

.gnxtm-hero-10__socials {
    position: relative;
    margin-bottom: 2.1rem;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-hero-10__socials {
        margin-bottom: 0;
    }
}

.gnxtm-hero-landing {
    position: relative;
    width: 100%;
}

.gnxtm-hero-landing__wrap {
    position: relative;
    padding-top: 13.6rem;
    padding-bottom: 13rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-hero-landing__wrap {
        padding-top: 16.3rem;
        padding-bottom: 15.5rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-hero-landing__wrap {
        padding-top: 10.3rem;
        padding-bottom: 16rem;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-hero-landing__wrap {
        padding-top: 12.4rem;
        padding-bottom: 18rem;
    }
}

.gnxtm-hero-landing__headline {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.gnxtm-hero-landing__subtitle {
    mix-blend-mode: difference;
}

@media only screen and (min-width: 1600px) {
    .gnxtm-hero-landing__subtitle {
        margin-bottom: 2.4rem;
    }
}

.gnxtm-hero-landing__title {
    mix-blend-mode: difference;
    max-width: 460px;
}

@media only screen and (min-width: 768px) {
    .gnxtm-hero-landing__title {
        max-width: 640px;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-hero-landing__title {
        max-width: 1000px;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-hero-landing__title {
        max-width: 1000px;
    }
}

.gnxtm-demo-grid {
    position: relative;
}

.gnxtm-demo-grid__gallery {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.gnxtm-demo-grid__item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.2rem;
    margin-bottom: 7.4rem;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-demo-grid__item {
        margin-bottom: 9.4rem;
    }

    .no-touch .gnxtm-demo-grid__item:hover .gnxtm-demo-grid__image {
        border: 1px solid var(--st-bright);
    }

    .no-touch .gnxtm-demo-grid__item:hover .gnxtm-demo-grid__screen {
        -webkit-transform: scale(1.01);
        -moz-transform: scale(1.01);
        -ms-transform: scale(1.01);
        transform: scale(1.01);
    }

    .no-touch .gnxtm-demo-grid__item:hover .gnxtm-demo-grid__tags .tag {
        -webkit-transform: translateY(0.4rem);
        -moz-transform: translateY(0.4rem);
        -ms-transform: translateY(0.4rem);
        transform: translateY(0.4rem);
    }

    .no-touch .gnxtm-demo-grid__item:hover .gnxtm-demo-grid__tags .tag:nth-of-type(2) {
        -webkit-transform: translateY(0.8rem);
        -moz-transform: translateY(0.8rem);
        -ms-transform: translateY(0.8rem);
        transform: translateY(0.8rem);
    }

    .no-touch .gnxtm-demo-grid__item:hover .gnxtm-demo-grid__tags .tag:nth-of-type(3) {
        -webkit-transform: translateY(1.2rem);
        -moz-transform: translateY(1.2rem);
        -ms-transform: translateY(1.2rem);
        transform: translateY(1.2rem);
    }

    .no-touch .gnxtm-demo-grid__item:hover .gnxtm-demo-grid__tags .tag:nth-of-type(4) {
        -webkit-transform: translateY(1.6rem);
        -moz-transform: translateY(1.6rem);
        -ms-transform: translateY(1.6rem);
        transform: translateY(1.6rem);
    }

    .no-touch .gnxtm-demo-grid__item:hover .gnxtm-demo-grid__tags .tag:nth-of-type(5) {
        -webkit-transform: translateY(1rem);
        -moz-transform: translateY(1rem);
        -ms-transform: translateY(1rem);
        transform: translateY(1rem);
    }

    .no-touch .gnxtm-demo-grid__item:hover .gnxtm-demo-grid__tags .tag:nth-of-type(6) {
        -webkit-transform: translateY(1.2rem);
        -moz-transform: translateY(1.2rem);
        -ms-transform: translateY(1.2rem);
        transform: translateY(1.2rem);
    }

    .no-touch .gnxtm-demo-grid__item:hover .gnxtm-demo-grid__tags .tag:nth-of-type(7) {
        -webkit-transform: translateY(1.4rem);
        -moz-transform: translateY(1.4rem);
        -ms-transform: translateY(1.4rem);
        transform: translateY(1.4rem);
    }

    .no-touch .gnxtm-demo-grid__item:hover .gnxtm-demo-grid__tags .tag:nth-of-type(8) {
        -webkit-transform: translateY(1.6rem);
        -moz-transform: translateY(1.6rem);
        -ms-transform: translateY(1.6rem);
        transform: translateY(1.6rem);
    }

    .no-touch .gnxtm-demo-grid__item:hover .gnxtm-demo-grid__name {
        -webkit-transform: translateY(0.4rem);
        -moz-transform: translateY(0.4rem);
        -ms-transform: translateY(0.4rem);
        transform: translateY(0.4rem);
    }
}

.gnxtm-demo-grid__image {
    position: relative;
    border: 1px solid var(--st-medium);
    overflow: hidden;
    -webkit-transition: border var(--_animspeed-medium) var(--_animbezier);
    -moz-transition: border var(--_animspeed-medium) var(--_animbezier);
    transition: border var(--_animspeed-medium) var(--_animbezier);
}

.gnxtm-demo-grid__image img {
    display: block;
    width: 100%;
    height: auto;
    opacity: 0;
}

.gnxtm-demo-grid__screen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    background-size: cover;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
    transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
    -moz-transition:
        transform var(--_animspeed-medium) var(--_animbezier),
        -moz-transform var(--_animspeed-medium) var(--_animbezier);
    transition: transform var(--_animspeed-medium) var(--_animbezier);
    transition:
        transform var(--_animspeed-medium) var(--_animbezier),
        -webkit-transform var(--_animspeed-medium) var(--_animbezier),
        -moz-transform var(--_animspeed-medium) var(--_animbezier);
}

.gnxtm-demo-grid__screen.screen-01 {
    background-image: var(--bg-demo-screen-01);
}

.gnxtm-demo-grid__screen.screen-02 {
    background-image: var(--bg-demo-screen-02);
}

.gnxtm-demo-grid__screen.screen-03 {
    background-image: var(--bg-demo-screen-03);
}

.gnxtm-demo-grid__screen.screen-04 {
    background-image: var(--bg-demo-screen-04);
}

.gnxtm-demo-grid__screen.screen-05 {
    background-image: var(--bg-demo-screen-05);
}

.gnxtm-demo-grid__screen.screen-06 {
    background-image: var(--bg-demo-screen-06);
}

.gnxtm-demo-grid__screen.screen-07 {
    background-image: var(--bg-demo-screen-07);
}

.gnxtm-demo-grid__screen.screen-08 {
    background-image: var(--bg-demo-screen-08);
}

.gnxtm-demo-grid__screen.screen-09 {
    background-image: var(--bg-demo-screen-09);
}

.gnxtm-demo-grid__screen.screen-10 {
    background-image: var(--bg-demo-screen-10);
}

.gnxtm-demo-grid__caption {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 6rem;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.gnxtm-demo-grid__name {
    -webkit-transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
    transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
    -moz-transition:
        transform var(--_animspeed-medium) var(--_animbezier),
        -moz-transform var(--_animspeed-medium) var(--_animbezier);
    transition: transform var(--_animspeed-medium) var(--_animbezier);
    transition:
        transform var(--_animspeed-medium) var(--_animbezier),
        -webkit-transform var(--_animspeed-medium) var(--_animbezier),
        -moz-transform var(--_animspeed-medium) var(--_animbezier);
}

.gnxtm-demo-grid__tags {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-top: 0.4rem;
}

.gnxtm-demo-grid__tags .tag {
    white-space: nowrap;
    -webkit-transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
    transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
    -moz-transition:
        transform var(--_animspeed-medium) var(--_animbezier),
        -moz-transform var(--_animspeed-medium) var(--_animbezier);
    transition: transform var(--_animspeed-medium) var(--_animbezier);
    transition:
        transform var(--_animspeed-medium) var(--_animbezier),
        -webkit-transform var(--_animspeed-medium) var(--_animbezier),
        -moz-transform var(--_animspeed-medium) var(--_animbezier);
}

.gnxtm-demo-stack {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25svh;
    width: 100%;
    overflow: hidden;
    background-color: var(--base);
}

.gnxtm-demo-stack.opposite {
    background-color: var(--base-opp);
}

.gnxtm-demo-stack__card {
    position: relative;
    display: block;
    width: 100%;
    height: 100svh;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: var(--base);
    border-top: 1px solid var(--st-medium);
}

.gnxtm-demo-stack__card:last-of-type {
    border-bottom: 1px solid var(--st-medium);
}

.demo-card__wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    will-change: transform;
    overflow: hidden;
    padding-top: 9.6rem;
}

@media only screen and (min-width: 1200px) {
    .demo-card__wrapper {
        padding-top: 0;
    }
}

.demo-card__image {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.demo-card__image img,
.demo-card__image video {
    position: relative;
    width: 100%;
    height: auto;
    will-change: transform;
}

.demo-card__image .img-01 {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 610px;
}

.demo-card__image .img-02 {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 610px;
}

@media only screen and (min-width: 1200px) {
    .demo-card__image .img-01 {
        position: absolute;
        bottom: 0;
        right: 0;
        max-width: 1050px;
    }

    .demo-card__image .img-02 {
        position: absolute;
        left: 0;
        bottom: 3rem;
        max-width: 800px;
    }
}

@media only screen and (min-width: 1600px) {
    .demo-card__image .img-02 {
        max-width: 960px;
    }
}

.demo-card__content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
}

@media only screen and (min-width: 1200px) {
    .demo-card__content {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
}

@media only screen and (min-width: 1600px) {
    .demo-card__content {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }
}

.demo-card__subtitle {
    margin-bottom: 1rem;
}

.demo-card__subtitle span {
    display: inline-block;
    font: normal 600 1.6rem/1.6 var(--_font-accent);
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    color: var(--t-bright);
    white-space: nowrap;
}

@media only screen and (min-width: 768px) {
    .demo-card__subtitle {
        margin-bottom: 1.6rem;
    }

    .demo-card__subtitle span {
        font-size: 1.8rem;
    }
}

@media only screen and (min-width: 1200px) {
    .demo-card__subtitle {
        margin-bottom: 2.4rem;
    }
}

@media only screen and (min-width: 1600px) {
    .demo-card__subtitle {
        margin-bottom: 1.4rem;
    }
}

.demo-card__title {
    margin-bottom: 2.4rem;
}

.demo-card__title p {
    font: normal 600 4.4rem/1.1 var(--_font-default);
    letter-spacing: -0.1rem;
    color: var(--t-bright);
}

.demo-card__title .line-mask {
    padding-bottom: 9px;
    margin-bottom: -9px;
}

@media only screen and (min-width: 768px) {
    .demo-card__title {
        margin-bottom: 3.2rem;
    }

    .demo-card__title p {
        font-size: 5.4rem;
    }
}

@media only screen and (min-width: 1200px) {
    .demo-card__title {
        margin-bottom: 4.2rem;
    }

    .demo-card__title p {
        font-size: 7.5rem;
        letter-spacing: -0.3rem;
    }
}

@media only screen and (min-width: 1600px) {
    .demo-card__title {
        margin-bottom: 3.7rem;
    }

    .demo-card__title p {
        font-size: 9.5rem;
    }
}

.demo-card__tags {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3rem;
    width: 100%;
    max-width: 385px;
    opacity: 0;
    margin-bottom: 2.1rem;
}

.demo-card__tags .tags-column {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.demo-card__tags .tags-column .tag {
    white-space: nowrap;
}

@media only screen and (min-width: 768px) {
    .demo-card__tags {
        gap: 6rem;
        margin-bottom: 2.7rem;
    }
}

@media only screen and (min-width: 1200px) {
    .demo-card__tags {
        margin-bottom: 0;
    }
}

.demo-card__descr {
    margin-bottom: 2.9rem;
}

@media only screen and (min-width: 1200px) {
    .demo-card__descr {
        max-width: 520px;
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1600px) {
    .demo-card__descr {
        max-width: 530px;
    }
}

.gnxtm-demo-marquee-01 {
    padding-top: 3.1rem;
    padding-bottom: 10.7rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-demo-marquee-01 {
        padding-top: 6.1rem;
        padding-bottom: 13.7rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-demo-marquee-01 {
        padding-top: 5.1rem;
        padding-bottom: 14.7rem;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-demo-marquee-01 {
        padding-top: 7.1rem;
        padding-bottom: 16.7rem;
    }
}

.gnxtm-demo-marquee-02 {
    padding-bottom: 10.7rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-demo-marquee-02 {
        padding-bottom: 13.7rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-demo-marquee-02 {
        padding-bottom: 14.7rem;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-demo-marquee-02 {
        padding-bottom: 16.7rem;
    }
}

.gnxtm-resp-promo,
.gnxtm-resp-promo__item {
    position: relative;
}

.gnxtm-resp-promo {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 12.8rem;
    padding-bottom: 10.1rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-resp-promo {
        padding-top: 15.5rem;
        padding-bottom: 12.3rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-resp-promo {
        padding-top: 18rem;
        padding-bottom: 13.6rem;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-resp-promo {
        padding-top: 12rem;
        padding-bottom: 15rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-resp-promo__item {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.gnxtm-resp-promo__content {
    margin-bottom: 4.5rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-resp-promo__content {
        max-width: 800px;
        margin: 0 auto 5rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-resp-promo__content {
        max-width: 700px;
        margin: 0;
        padding-bottom: 1.7rem;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-resp-promo__content {
        padding-bottom: 3rem;
    }
}

.gnxtm-resp-promo__manifest {
    margin-bottom: 4rem;
    text-align: center;
}

.gnxtm-resp-promo__manifest p {
    font: normal 700 2.8rem/1.2 var(--_font-default);
    letter-spacing: -0.1rem;
    color: var(--t-bright);
}

.gnxtm-resp-promo__manifest p span {
    color: var(--t-medium);
}

@media only screen and (min-width: 768px) {
    .gnxtm-resp-promo__manifest {
        margin-bottom: 4.5rem;
    }

    .gnxtm-resp-promo__manifest p {
        font-size: 3.4rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-resp-promo__manifest {
        margin-bottom: 5.2rem;
        text-align: left;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-resp-promo__manifest p {
        font-size: 4.4rem;
    }
}

.gnxtm-resp-promo__image {
    padding-left: 3rem;
}

.gnxtm-resp-promo__image img {
    display: block;
    width: 100%;
    height: auto;
}

@media only screen and (min-width: 768px) {
    .gnxtm-resp-promo__image {
        padding-left: 6rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-resp-promo__image {
        padding-left: 0;
    }
}

.gnxtm-demo-cards__icons {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    row-gap: 3rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-demo-cards__icons {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 0;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.demo-icons__item {
    width: 140px;
    padding: 0 3rem;
    border-right: 1px solid var(--st-medium);
    text-align: center;
}

.demo-icons__item:last-of-type,
.demo-icons__item:nth-of-type(2) {
    border-right: none;
}

@media only screen and (min-width: 768px) {
    .demo-icons__item {
        width: 140px;
    }

    .demo-icons__item:nth-of-type(2) {
        border-right: 1px solid var(--st-medium);
    }

    .demo-icons__item:first-of-type {
        padding: 0 3rem 0 0;
    }
}

@media only screen and (min-width: 1600px) {
    .demo-icons__item {
        width: 140px;
    }
}

.demo-icons__icon {
    font-size: 5rem;
    line-height: 1.2;
    color: var(--t-bright);
}

@media only screen and (min-width: 1600px) {
    .demo-icons__icon {
        font-size: 6rem;
    }
}

.demo-icons__caption {
    font: normal 500 1.4rem/1.6 var(--_font-accent);
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    color: var(--t-bright);
}

@media only screen and (min-width: 768px) {
    .demo-icons__caption {
        font-size: 1.4rem;
    }
}

@media only screen and (min-width: 1600px) {
    .demo-icons__caption {
        font-size: 1.6rem;
    }
}

.gnxtm-demo-swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    overflow: clip;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding: 0;
}

.no-touch .gnxtm-demo-swiper .swiper-slide-active:hover .demo-swiper-slide__image {
    border: 1px solid var(--st-bright);
}

.gnxtm-demo-swiper .swiper-slide-next,
.gnxtm-demo-swiper .swiper-slide-prev {
    -webkit-transform: scale(0.96);
    -moz-transform: scale(0.96);
    -ms-transform: scale(0.96);
    transform: scale(0.96);
    -webkit-transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
    transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
    -moz-transition:
        transform var(--_animspeed-medium) var(--_animbezier),
        -moz-transform var(--_animspeed-medium) var(--_animbezier);
    transition: transform var(--_animspeed-medium) var(--_animbezier);
    transition:
        transform var(--_animspeed-medium) var(--_animbezier),
        -webkit-transform var(--_animspeed-medium) var(--_animbezier),
        -moz-transform var(--_animspeed-medium) var(--_animbezier);
}

.gnxtm-demo-swiper__slide {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.demo-swiper-slide__image {
    border: 1px solid var(--st-medium);
    -webkit-transition: border var(--_animspeed-medium) var(--_animbezier);
    -moz-transition: border var(--_animspeed-medium) var(--_animbezier);
    transition: border var(--_animspeed-medium) var(--_animbezier);
}

.demo-swiper-slide__image img {
    display: block;
    width: 100%;
    height: auto;
}

.demo-swiper-slide__descr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    overflow: hidden;
    margin-top: 3rem;
}

.demo-swiper-slide__descr a {
    font: normal 500 1.6rem/1.6 var(--_font-accent);
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    color: var(--t-bright);
}

@media only screen and (min-width: 768px) {
    .demo-swiper-slide__descr a {
        font-size: 1.8rem;
    }
}

.swiper-horizontal .gnxtm-slider-btn-next.gnxtm-slider-btn-next-fullwidth {
    right: 0;
}

@media only screen and (min-width: 768px) {
    .swiper-horizontal .gnxtm-slider-btn-next.gnxtm-slider-btn-next-fullwidth {
        right: 0;
        left: auto;
    }
}

@media only screen and (min-width: 1400px) {
    .swiper-horizontal .gnxtm-slider-btn-next.gnxtm-slider-btn-next-fullwidth {
        right: 0;
        left: auto;
    }
}

@media only screen and (min-width: 1600px) {
    .swiper-horizontal .gnxtm-slider-btn-next.gnxtm-slider-btn-next-fullwidth {
        right: 0;
        left: auto;
    }
}

.gnxtm-demo-components {
    position: relative;
    padding: 0 3rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-demo-components {
        padding: 0 6rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-demo-components {
        height: 165px;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-demo-components {
        height: 209px;
        padding: 0 10rem;
    }
}

.gnxtm-demo-components__wrap {
    position: relative;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-demo-components__wrap {
        position: absolute;
        top: 0;
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.gnxtm-demo-components__objects {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: red;
}

.gnxtm-demo-components__object {
    position: absolute;
    height: auto;
    display: none;
}

.gnxtm-demo-components__object img {
    display: block;
    width: 100%;
    height: auto;
}

.gnxtm-demo-components__object.obj-01 {
    z-index: 1;
}

.gnxtm-demo-components__object.obj-02 {
    z-index: 3;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-demo-components__object {
        display: block;
    }

    .gnxtm-demo-components__object.obj-01 {
        width: 23.2rem;
        bottom: -3.8rem;
        left: -15rem;
    }

    .gnxtm-demo-components__object.obj-02 {
        width: 16rem;
        top: 3.4rem;
        right: -9.4rem;
    }
}

.gnxtm-demo-components__title {
    margin-bottom: 2.9rem;
    z-index: 2;
}

@media only screen and (min-width: 768px) {
    .gnxtm-demo-components__title {
        margin-bottom: 3.2rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-demo-components__title {
        text-align: center;
        margin-bottom: 0;
    }
}

.gnxtm-demo-components__tags {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3rem;
}

.gnxtm-demo-components__tags .tag {
    white-space: nowrap;
}

.gnxtm-demo-components__tags .tags-column {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 0.4rem;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-demo-components__tags {
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 100%;
    }

    .gnxtm-demo-components__tags .tags-column:nth-of-type(2) {
        -webkit-box-align: end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

.marquee-components-top {
    padding-bottom: 7rem;
}

@media only screen and (min-width: 768px) {
    .marquee-components-top {
        padding-bottom: 12.8rem;
    }
}

@media only screen and (min-width: 1200px) {
    .marquee-components-top {
        padding-bottom: 12.4rem;
    }
}

@media only screen and (min-width: 1600px) {
    .marquee-components-top {
        padding-bottom: 12rem;
    }
}

.marquee-components-bottom {
    padding-top: 7.3rem;
}

@media only screen and (min-width: 768px) {
    .marquee-components-bottom {
        padding-top: 13.3rem;
    }
}

@media only screen and (min-width: 1200px) {
    .marquee-components-bottom {
        padding-top: 12.6rem;
    }
}

@media only screen and (min-width: 1600px) {
    .marquee-components-bottom {
        padding-top: 12.3rem;
    }
}

@media only screen and (min-width: 1200px) {
    .landing-features-title .gnxtm-section-title__title {
        max-width: 730px;
    }

    .landing-features-title .gnxtm-section-title__caption {
        max-width: none;
    }
}

@media only screen and (min-width: 1600px) {
    .landing-features-title .gnxtm-section-title__title {
        max-width: 870px;
    }
}

.landing-features-cards .gnxtm-niche-cards__inner {
    background-color: var(--base-bright);
}

.landing-features-cards .gnxtm-niche-cards__gradient.gradient-linear {
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            color-stop(10%, rgba(var(--base-bright-rgb), 1)),
            color-stop(50%, rgba(var(--base-bright-rgb), 0.6)),
            to(rgba(var(--base-bright-rgb), 0)));
    background: -moz-linear-gradient(top,
            rgba(var(--base-bright-rgb), 1) 10%,
            rgba(var(--base-bright-rgb), 0.6) 50%,
            rgba(var(--base-bright-rgb), 0) 100%);
    background: linear-gradient(180deg,
            rgba(var(--base-bright-rgb), 1) 10%,
            rgba(var(--base-bright-rgb), 0.6) 50%,
            rgba(var(--base-bright-rgb), 0) 100%);
}

@media only screen and (min-width: 768px) {
    .landing-features-cards .gnxtm-niche-cards__item {
        padding-bottom: 3rem;
    }
}

@media only screen and (min-width: 1200px) {
    .landing-features-cards .gnxtm-niche-cards__gradient.gradient-linear {
        background: var(--base-bright-rgb);
        background: -webkit-gradient(linear,
                left top,
                right top,
                from(rgba(var(--base-bright-rgb), 1)),
                color-stop(80%, rgba(var(--base-bright-rgb), 0.2)),
                to(rgba(var(--base-bright-rgb), 0)));
        background: -moz-linear-gradient(left,
                rgba(var(--base-bright-rgb), 1) 0,
                rgba(var(--base-bright-rgb), 0.2) 80%,
                rgba(var(--base-bright-rgb), 0) 100%);
        background: linear-gradient(90deg,
                rgba(var(--base-bright-rgb), 1) 0,
                rgba(var(--base-bright-rgb), 0.2) 80%,
                rgba(var(--base-bright-rgb), 0) 100%);
    }

    .landing-features-cards .gnxtm-niche-cards__image.absolute-desktop-aside {
        width: 180px;
        padding: 0;
        right: 2rem;
        bottom: 2rem;
    }
}

@media only screen and (min-width: 1400px) {
    .landing-features-cards .gnxtm-niche-cards__image.absolute-desktop-aside {
        width: 200px;
        right: 3rem;
    }
}

@media only screen and (min-width: 1600px) {
    .landing-features-cards .gnxtm-niche-cards__image.absolute-desktop-aside {
        width: 256px;
        right: 3rem;
        bottom: 3rem;
    }
}

.gnxtm-demo-cta {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 14rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-demo-cta {
        padding-bottom: 17rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-demo-cta {
        padding-bottom: 18rem;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-demo-cta {
        padding-bottom: 12rem;
    }
}

.gnxtm-demo-cta__caption {
    position: relative;
    text-align: center;
}

.gnxtm-demo-cta__caption h2 {
    margin: 0 auto;
}

@media only screen and (min-width: 768px) {
    .gnxtm-demo-cta__caption h2 {
        max-width: 1000px;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-demo-cta__caption h2 {
        max-width: 1240px;
    }
}

.gnxtm-demo-cta__btn {
    margin-top: 3.8rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-demo-cta__btn {
        margin-top: 4rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-demo-cta__btn {
        margin-top: 4.7rem;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-demo-cta__btn {
        margin-top: 5.4rem;
    }
}

.gnxtm-demo-footer {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    background-color: var(--base);
    overflow: hidden;
}

.gnxtm-demo-footer__logo {
    margin-bottom: 2.5rem;
}

@media only screen and (min-width: 1600px) {
    .gnxtm-demo-footer__logo {
        margin-bottom: 2.3rem;
    }
}

.gnxtm-demo-footer__slogan {
    margin-bottom: 2.8rem;
    max-width: 580px;
}

@media only screen and (min-width: 1600px) {
    .gnxtm-demo-footer__slogan {
        margin-bottom: 2.7rem;
    }
}

.gnxtm-demo-footer__btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 5.4rem;
}

@media only screen and (min-width: 576px) {
    .gnxtm-demo-footer__btn {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 1.6rem;
    }
}

.gnxtm-demo-footer__nav {
    position: relative;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .gnxtm-demo-footer__nav {
        margin-bottom: 4.9rem;
    }
}

@media only screen and (min-width: 1400px) {
    .gnxtm-demo-footer__nav {
        margin-bottom: 0;
    }
}

.gnxtm-demo-footer-nav__block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 5rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-demo-footer-nav__block:last-of-type {
        margin-bottom: 0;
    }
}

.gnxtm-footer-promo__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: row;
    gap: 1.6rem;
}

.gnxtm-footer-promo__item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.6rem;
    -webkit-transition: -webkit-transform var(--_animspeed-medium);
    transition: -webkit-transform var(--_animspeed-medium);
    -moz-transition:
        transform var(--_animspeed-medium),
        -moz-transform var(--_animspeed-medium);
    transition: transform var(--_animspeed-medium);
    transition:
        transform var(--_animspeed-medium),
        -webkit-transform var(--_animspeed-medium),
        -moz-transform var(--_animspeed-medium);
}

.no-touch .gnxtm-footer-promo__item:hover {
    -webkit-transform: translateX(0.4rem);
    -moz-transform: translateX(0.4rem);
    -ms-transform: translateX(0.4rem);
    transform: translateX(0.4rem);
}

@media only screen and (min-width: 768px) {
    .gnxtm-footer-promo__item {
        max-width: 360px;
    }
}

.gnxtm-footer-promo__icon {
    width: 4rem;
    height: 4rem;
}

.gnxtm-footer-promo__icon img {
    width: 4.6rem;
    height: 4.6rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-footer-promo__icon {
        width: 4rem;
        height: 4rem;
    }

    .gnxtm-footer-promo__icon img {
        width: 5.6rem;
        height: 5.6rem;
    }
}

.gnxtm-demo-footer__background,
.gnxtm-demo-footer__foreground {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.gnxtm-demo-footer__background img,
.gnxtm-demo-footer__foreground img {
    display: block;
    width: 100%;
    height: auto;
}

.footer-foreground__img1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 48.125%;
}

.footer-background__img1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
}

@media only screen and (min-width: 1200px) {
    .footer-background__img1 {
        width: 65.1%;
    }
}

.footer-background__img2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 31.25%;
}

.gnxtm-footer__planet01,
.gnxtm-footer__planet02 {
    position: absolute;
}

.gnxtm-footer__planet01 img,
.gnxtm-footer__planet02 img {
    display: block;
    width: 100%;
    height: auto;
}

.gnxtm-footer__planet01 {
    top: -30%;
    right: 18cqw;
    width: 11.2cqw;
    max-width: 214px;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-footer__planet01 {
        top: -33%;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-footer__planet01 {
        right: 246px;
        right: clamp(10px, 14.2cqw, 280px);
    }
}

.gnxtm-footer__planet02 {
    top: 22%;
    right: 40cqw;
    width: 4.85cqw;
    max-width: 93px;
}

@media only screen and (min-width: 768px) {
    .gnxtm-footer__planet02 {
        right: 38cqw;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-footer__planet02 {
        right: clamp(10px, 38cqw, 700px);
    }
}

.gnxtm-stats-lines {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3rem;
}

.gnxtm-stats-lines.manifest-title {
    padding-top: 5rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-stats-lines {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 3rem;
        -webkit-column-gap: 3rem;
        -moz-column-gap: 3rem;
        column-gap: 3rem;
    }

    .gnxtm-stats-lines.manifest-title {
        padding-top: 5rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-stats-lines {
        row-gap: 3rem;
    }

    .gnxtm-stats-lines.manifest-title {
        padding-top: 5rem;
    }
}

.gnxtm-stats-lines__item {
    position: relative;
    overflow: hidden;
}

@media only screen and (min-width: 768px) {
    .gnxtm-stats-lines__item {
        -ms-flex-preferred-size: calc(50% - 3rem);
        flex-basis: -moz-calc(50% - 3rem);
        flex-basis: calc(50% - 3rem);
    }
}

.gnxtm-stats-lines__divider {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--t-medium);
    z-index: 1;
}

.gnxtm-stats-lines__divider.divider-top {
    top: 0;
}

.gnxtm-stats-lines__divider.divider-bottom {
    bottom: 0;
}

.gnxtm-stats-lines__inner {
    position: relative;
    width: 100%;
    will-change: transform;
    z-index: 2;
}

.gnxtm-stats-lines__number {
    padding-top: 1rem;
}

.gnxtm-stats-lines__number p {
    display: inline-block;
    font: normal 600 5rem/1 var(--_font-accent);
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    color: var(--t-bright);
}

@media only screen and (min-width: 1200px) {
    .gnxtm-stats-lines__number {
        padding-top: 2.5rem;
    }
}

.gnxtm-stats-lines__caption {
    padding-left: 0.4rem;
    padding-top: 0.5rem;
}

.gnxtm-stats-lines__caption p {
    display: inline-block;
    font: normal 500 1.4rem/1.4 var(--_font-accent);
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    color: var(--t-medium);
    max-width: 200px;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-stats-lines__caption {
        padding-top: 2rem;
    }
}

.marquee {
    position: relative;
    max-width: 100%;
    overflow: hidden;
}

.marquee.marquee-stack {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

.marquee.muted .marquee__image,
.marquee.muted .marquee__text {
    color: var(--t-medium);
}

.marquee.muted-extra .marquee__image,
.marquee.muted-extra .marquee__text {
    color: var(--t-muted-extra);
}

.marquee.muted-extra-opposite .marquee__image,
.marquee.muted-extra-opposite .marquee__text {
    color: var(--t-opp-muted-extra);
}

.marquee--gsap .marquee__bottom,
.marquee--gsap .marquee__top {
    translate: -moz-calc(-100% + 100vw) !important;
    translate: calc(-100% + 100vw) !important;
}

.marquee-left--gsap .marquee__toleft,
.marquee-right--gsap .marquee__toright {
    translate: -moz-calc(-100% + 100vw) !important;
    translate: calc(-100% + 100vw) !important;
}

.marquee__bottom,
.marquee__toleft,
.marquee__top,
.marquee__toright {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    will-change: transform;
}

.marquee__images {
    gap: 3rem;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.marquee__images.align-start {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 3rem;
}

.marquee__images.align-center {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.marquee__logos {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6rem;
}

@media only screen and (min-width: 768px) {
    .marquee__logos {
        gap: 10rem;
    }
}

.marquee__shadow {
    position: absolute;
    top: 0;
    width: 10rem;
    height: 100%;
}

.marquee__shadow.left {
    left: 0;
    background: -webkit-gradient(linear,
            left top,
            right top,
            from(rgba(var(--base-rgb), 1)),
            to(rgba(var(--base-rgb), 0)));
    background: -moz-linear-gradient(left, rgba(var(--base-rgb), 1) 0, rgba(var(--base-rgb), 0) 100%);
    background: linear-gradient(to right, rgba(var(--base-rgb), 1) 0, rgba(var(--base-rgb), 0) 100%);
}

.marquee__shadow.right {
    right: 0;
    background: -webkit-gradient(linear,
            left top,
            right top,
            from(rgba(var(--base-rgb), 0)),
            to(rgba(var(--base-rgb), 1)));
    background: -moz-linear-gradient(left, rgba(var(--base-rgb), 0) 0, rgba(var(--base-rgb), 1) 100%);
    background: linear-gradient(to right, rgba(var(--base-rgb), 0) 0, rgba(var(--base-rgb), 1) 100%);
}

.marquee__item.item-imageblock {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.6rem;
    width: 120px;
}

.marquee__item.item-hero {
    width: 200px;
}

.marquee__item.item-logoblock {
    width: auto;
    height: auto;
    max-height: 3.6rem;
}

.marquee__item.item-logoblock svg {
    fill: var(--t-muted);
}

.marquee__item.item-logoblock img {
    display: block;
    width: auto;
    height: auto;
    max-height: 3.6rem;
}

@media only screen and (min-width: 768px) {
    .marquee__item.item-imageblock {
        width: 130px;
    }

    .marquee__item.item-hero {
        display: block;
        width: 280px;
    }
}

@media only screen and (min-width: 1600px) {
    .marquee__item.item-hero {
        display: block;
        width: 380px;
    }
}

.marquee__text {
    font: normal 400 -moz-calc(25svh - 9rem) var(--_font-accent);
    font: normal 400 calc(25svh - 9rem) var(--_font-accent);
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: normal;
    font-size: 25svh;
}

.marquee__tags {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.marquee__image {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.marquee__image img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition:
        -webkit-filter var(--_animspeed-medium),
        -webkit-transform var(--_animspeed-medium) var(--_animbezier);
    transition:
        -webkit-filter var(--_animspeed-medium),
        -webkit-transform var(--_animspeed-medium) var(--_animbezier);
    -moz-transition:
        filter var(--_animspeed-medium),
        transform var(--_animspeed-medium) var(--_animbezier),
        -moz-transform var(--_animspeed-medium) var(--_animbezier);
    transition:
        filter var(--_animspeed-medium),
        transform var(--_animspeed-medium) var(--_animbezier);
    transition:
        filter var(--_animspeed-medium),
        transform var(--_animspeed-medium) var(--_animbezier),
        -webkit-filter var(--_animspeed-medium),
        -webkit-transform var(--_animspeed-medium) var(--_animbezier),
        -moz-transform var(--_animspeed-medium) var(--_animbezier);
}

.no-touch .marquee__image:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.marquee__component {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 200px;
    overflow: hidden;
    border: 1px solid var(--st-medium);
}

@media only screen and (min-width: 768px) {
    .marquee__component {
        height: 280px;
    }
}

@media only screen and (min-width: 1600px) {
    .marquee__component {
        height: 320px;
    }
}

.gnxtm-gravity-section {
    position: relative;
    width: 100%;
    background-color: var(--base-opp);
    overflow: hidden;
}

.gnxtm-gravity-section.accent {
    background-color: var(--accent);
}

.object-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.object {
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 1.4rem;
    font-family: var(--_font-accent);
    font-weight: 500;
    text-transform: uppercase;
    background-color: var(--base);
    padding: 1.6rem 2rem;
    -moz-border-radius: 0.4rem;
    border-radius: 0.4rem;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: auto;
    z-index: 2;
}

.object p {
    font-family: var(--_font-accent);
    font-weight: 500;
    text-transform: uppercase;
    color: var(--t-bright);
    font-size: 1.3rem;
    line-height: 0.8;
}

.object:active {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}

.object.object-permanent {
    background-color: var(--nl-white);
}

.object.object-permanent p {
    color: var(--nl-black);
}

.object.object-type {
    background-color: transparent;
    padding: 0;
}

.object.object-type p {
    color: var(--nl-white);
    font-family: var(--_font-accent);
    font-weight: 400;
    font-size: 4rem;
}

.object.object-image {
    background-color: transparent;
    padding: 0;
    width: 7rem;
}

.object.object-image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    pointer-events: none;
    user-drag: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media only screen and (min-width: 768px) {
    .object {
        padding: 2rem 2.4rem;
        font-size: 1.8rem;
    }

    .object p {
        font-size: 1.8rem;
    }

    .object.object-image {
        width: 12rem;
    }

    .object.object-type p {
        font-size: 5rem;
    }
}

@media only screen and (min-width: 1600px) {
    .object.object-image {
        width: 14rem;
    }

    .object.object-type p {
        font-size: 7rem;
    }
}

.gnxtm-accordion {
    position: relative;
}

.gnxtm-accordion__item {
    position: relative;
    cursor: pointer;
    margin-top: -1px;
}

.gnxtm-accordion__item:first-of-type {
    margin-top: 0;
}

.gnxtm-accordion__divider {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: var(--st-medium);
}

.gnxtm-accordion__content {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0 2rem 0;
    overflow: hidden;
    display: none;
}

@media only screen and (min-width: 768px) {
    .gnxtm-accordion__content {
        padding: 0 0 2rem 0;
    }
}

.gnxtm-accordion__title {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.5rem 0 1.7rem 0;
    -webkit-transition: padding var(--_animspeed-medium) var(--_animbezier);
    -moz-transition: padding var(--_animspeed-medium) var(--_animbezier);
    transition: padding var(--_animspeed-medium) var(--_animbezier);
}

.gnxtm-accordion__title p {
    font: normal 700 2rem/1.2 var(--_font-default);
    letter-spacing: -0.04rem;
    color: var(--t-bright);
}

.gnxtm-accordion__title p a {
    color: var(--t-bright);
}

.gnxtm-accordion__title p.opposite {
    color: var(--t-opp-bright);
}

.gnxtm-accordion__title p.opposite a {
    color: var(--t-opp-bright);
}

@media only screen and (min-width: 768px) {
    .gnxtm-accordion__title {
        padding: 1.5rem 0 1.7rem 0;
    }

    .gnxtm-accordion__title p {
        font-size: 2.4rem;
    }
}

.accordion-opened {
    padding: 2rem 0 2rem 0;
}

@media only screen and (min-width: 768px) {
    .accordion-opened {
        padding: 2rem 0 2rem 0;
    }
}

.gnxtm-accordion__arrow {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
}

.gnxtm-accordion__arrow svg {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 1.8rem;
    height: 1.8rem;
    fill: var(--t-bright);
}

.gnxtm-accordion__arrow i {
    display: block;
    width: 1.8rem;
    height: 1.8rem;
}

.gnxtm-accordion__close {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
}

.gnxtm-accordion__plus {
    position: relative;
    opacity: 1;
}

.accordion-rotate .gnxtm-accordion__close {
    opacity: 1;
}

.accordion-rotate .gnxtm-accordion__plus {
    opacity: 0;
}

.gnxtm-teaser {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 13.4rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-teaser {
        padding-top: 16.4rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-teaser {
        padding-top: 13rem;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-teaser {
        padding-top: 15rem;
    }
}

.gnxtm-teaser__wrap {
    margin-bottom: 7.3rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-teaser__wrap {
        margin-bottom: 9rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-teaser__wrap {
        padding-bottom: 16.3rem;
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-teaser__wrap {
        padding-bottom: 17.9rem;
        margin-bottom: 0;
    }
}

.gnxtm-teaser__content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.5rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-teaser__content {
        gap: 1.9rem;
    }
}

.gnxtm-teaser__btngroup {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.gnxtm-teaser__captions {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
}

.gnxtm-teaser__textblock {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 0.3em;
    font: normal 600 2.8rem/1.2 var(--_font-default);
    letter-spacing: -0.1rem;
    color: var(--t-bright);
    will-change: transform, opacity;
}

.gnxtm-teaser__textblock i,
.gnxtm-teaser__textblock span {
    position: relative;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.gnxtm-teaser__textblock i {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 2.8rem;
}

.gnxtm-teaser__textblock img {
    display: block;
    width: auto;
    height: 100%;
}

@media only screen and (min-width: 768px) {
    .gnxtm-teaser__textblock {
        font-size: 5rem;
        letter-spacing: -0.14rem;
    }

    .gnxtm-teaser__textblock i {
        height: 5.1rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-teaser__textblock {
        font-size: 7.5rem;
        letter-spacing: -0.3rem;
    }

    .gnxtm-teaser__textblock i {
        height: 7.4rem;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-teaser__textblock {
        font-size: 9.5rem;
    }

    .gnxtm-teaser__textblock i {
        height: 9.4rem;
    }
}

.gnxtm-teaser__icon {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.gnxtm-about-images {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.gnxtm-about-images__wrap {
    position: relative;
    width: 100%;
}

.gnxtm-about-images__item {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.6rem;
}

.gnxtm-about-images__item.margin-bottom-mobile {
    margin-bottom: 7.4rem;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-about-images__item {
        height: 100%;
    }

    .gnxtm-about-images__item.margin-bottom-mobile {
        margin-bottom: 0;
    }

    .gnxtm-about-images__item.justify-start {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-top: 10rem;
    }

    .gnxtm-about-images__item.justify-end {
        -webkit-box-pack: end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-bottom: 10rem;
    }
}

.gnxtm-about-images__inner {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.6rem;
}

.gnxtm-about-images__img img {
    display: block;
    width: 100%;
    height: auto;
}

.gnxtm-about-images__descr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (min-width: 768px) {
    .gnxtm-about-images__descr {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 6rem;
    }
}

.gnxtm-process-points {
    position: relative;
    width: 100%;
}

.gnxtm-process-points__item {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-process-points__item {
        gap: 2rem;
        padding-top: 2.2rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-process-points__item {
        padding-top: 2.2rem;
        padding-bottom: 0;
    }
}

.gnxtm-process-points__divider {
    position: absolute;
    left: 3rem;
    width: -moz-calc(100% - 6rem);
    width: calc(100% - 6rem);
    height: 1px;
    background-color: var(--st-bright);
}

.gnxtm-process-points__divider.opposite {
    background-color: var(--base-opp);
}

.gnxtm-process-points__divider.accent {
    background-color: var(--pt-t-accent-bright);
}

.gnxtm-process-points__divider.top {
    top: 0;
}

.gnxtm-process-points__divider.bottom {
    bottom: 0;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-process-points__divider.bottom {
        display: none;
    }
}

.gnxtm-process-points__title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.4rem;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.gnxtm-process-points__title p {
    font: normal 700 3rem/1.2 var(--_font-default);
    letter-spacing: -0.1rem;
    color: var(--t-bright);
}

.gnxtm-process-points__title p span {
    color: var(--t-medium);
}

.gnxtm-process-points__title p.permanent {
    color: var(--nl-white);
}

.gnxtm-process-points__title p.accent {
    color: var(--pt-t-accent-bright);
}

.gnxtm-process-points__title p.opposite {
    color: var(--t-opp-bright);
}

@media only screen and (min-width: 768px) {
    .gnxtm-process-points__title p {
        font-size: 4rem;
    }
}

.gnxtm-process-points__icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--t-bright);
}

.gnxtm-process-points__icon.accent {
    color: var(--pt-t-accent-bright);
}

.gnxtm-process-points__icon i {
    font-size: 3.4rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-process-points__icon i {
        font-size: 4rem;
    }
}

.gnxtm-process-points__time {
    padding-top: 0.1rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-process-points__time {
        padding-top: 0.4rem;
    }
}

.about-mission {
    overflow: hidden;
}

.about-mission-text {
    margin-top: 12.3rem;
}

@media only screen and (min-width: 768px) {
    .about-mission-text {
        margin-top: 14.6rem;
    }
}

@media only screen and (min-width: 1200px) {
    .about-mission-text {
        margin-top: 15.5rem;
    }
}

@media only screen and (min-width: 1600px) {
    .about-mission-text {
        margin-top: 17.3rem;
    }
}

.gnxtm-about-team {
    position: relative;
}

.gnxtm-about-team__img {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.gnxtm-about-team__img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-about-team__img.fullheight-xl {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

.gnxtm-about-team__data {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-top: 5rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-about-team__data {
        padding-top: 9rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-about-team__data {
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 0;
    }
}

.gnxtm-about-team__info {
    position: relative;
    margin-bottom: 5.3rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-about-team__info {
        margin-bottom: 9.3rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-about-team__info {
        margin-bottom: 0;
        padding-top: 5rem;
    }

    .gnxtm-about-team__info.fullheight-xl {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

.gnxtm-split-descr {
    position: relative;
    width: 100%;
}

.gnxtm-split-descr.pre-manifest-l {
    margin-top: 7.4rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-split-descr.pre-manifest-l {
        margin-top: 9.1rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-split-descr.pre-manifest-l {
        margin-top: 8.8rem;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-split-descr.pre-manifest-l {
        margin-top: 8.3rem;
    }
}

.gnxtm-split-descr__image {
    position: relative;
    width: 100%;
    margin-bottom: 2.6rem;
}

.gnxtm-split-descr__image img {
    display: block;
    width: 100%;
    height: auto;
}

@media only screen and (min-width: 768px) {
    .gnxtm-split-descr__image {
        margin-bottom: 4rem;
    }
}

@media only screen and (min-width: 992px) {
    .gnxtm-split-descr__image {
        margin-bottom: 0;
    }
}

.gnxtm-split-descr__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (min-width: 992px) {
    .gnxtm-split-descr__wrap {
        height: 100%;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.gnxtm-split-descr__content {
    max-width: 600px;
    margin-bottom: 2.2rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-split-descr__content {
        margin-bottom: 3.7rem;
    }
}

@media only screen and (min-width: 992px) {
    .gnxtm-split-descr__content {
        margin-bottom: 0;
    }

    .gnxtm-split-descr__content.margin-bottom-l {
        margin-bottom: 3.2rem;
    }
}

@media only screen and (min-width: 1400px) {
    .gnxtm-split-descr__content {
        max-width: 680px;
    }
}

.gnxtm-showcase-clip {
    position: relative;
    z-index: 10;
}

.gnxtm-showcase-clip__trigger {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.gnxtm-showcase-clip__trigger img {
    width: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: inline-block;
}

.gnxtm-showcase-clip__cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.gnxtm-showcase-clip__cover.cover-blur {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.gnxtm-showcase-clip__track {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gnxtm-showcase-clip__sticky {
    width: 100%;
    height: 100vh;
    position: sticky;
    top: 0;
}

.gnxtm-showcase-clip__item {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2rem;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 0 3rem;
}

@media only screen and (min-width: 992px) {
    .gnxtm-showcase-clip__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-align: left;
        gap: 2em;
        max-width: 1920px;
        padding: 0 6rem;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-showcase-clip__item {
        padding: 0 10rem;
    }
}

.gnxtm-showcase-clip__image {
    width: 100%;
    max-width: 40ch;
    aspect-ratio: 1/1;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    overflow: hidden;
}

@media only screen and (min-width: 992px) {
    .gnxtm-showcase-clip__image {
        position: absolute;
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        width: 40rem;
        max-width: none;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-showcase-clip__image {
        width: 46rem;
    }
}

.gnxtm-showcase-clip__bg {
    height: 100%;
}

.gnxtm-showcase-clip__title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 30ch;
    margin: 0 auto;
    font: normal 700 3rem/1.2 var(--_font-default);
    letter-spacing: -0.1rem;
    color: var(--t-bright);
}

.gnxtm-showcase-clip__title span {
    color: var(--t-medium);
}

.gnxtm-showcase-clip__title.permanent {
    color: var(--nl-white);
}

.gnxtm-showcase-clip__title.accent {
    color: var(--pt-t-accent-bright);
}

.gnxtm-showcase-clip__title.opposite {
    color: var(--t-opp-bright);
}

.gnxtm-showcase-clip__title .char {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

@media only screen and (min-width: 768px) {
    .gnxtm-showcase-clip__title {
        font-size: 3.6rem;
    }
}

@media only screen and (min-width: 992px) {
    .gnxtm-showcase-clip__title {
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0;
        max-width: -moz-calc(50% - 20rem);
        max-width: calc(50% - 20rem);
        padding-right: 6rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-showcase-clip__title {
        font-size: 4rem;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-showcase-clip__title {
        max-width: -moz-calc(50% - 23rem);
        max-width: calc(50% - 23rem);
        padding-right: 10rem;
    }
}

.gnxtm-showcase-clip__tags {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (min-width: 992px) {
    .gnxtm-showcase-clip__tags {
        -webkit-box-align: end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        width: -moz-calc(50% - 20rem);
        width: calc(50% - 20rem);
        padding-left: 6rem;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-showcase-clip__tags {
        width: -moz-calc(50% - 23rem);
        width: calc(50% - 23rem);
        padding-left: 10rem;
    }
}

.gnxtm-projects-grid {
    position: relative;
}

.gnxtm-projects-grid__gallery {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.gnxtm-project-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.2rem;
    padding: 0 3rem;
    margin-bottom: 5rem;
}

.gnxtm-project-item .gnxtm-cover {
    opacity: 0.5;
    -webkit-transition: opacity var(--_animspeed-medium) ease-in-out;
    -moz-transition: opacity var(--_animspeed-medium) ease-in-out;
    transition: opacity var(--_animspeed-medium) ease-in-out;
}

@media only screen and (min-width: 768px) {
    .gnxtm-project-item {
        margin-bottom: 5rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-project-item {
        margin-bottom: 5rem;
    }

    .gnxtm-project-item.gnxtm-project-item-sticky {
        position: sticky;
        top: 0;
    }
}

.no-touch .gnxtm-project-item:hover .gnxtm-cover {
    opacity: 1;
}

.no-touch .gnxtm-project-item:hover.gnxtm-project-item-s .gnxtm-cover {
    opacity: 0;
}

.no-touch .gnxtm-project-item:hover .gnxtm-project-item__logowrap {
    opacity: 0;
}

.no-touch .gnxtm-project-item:hover .gnxtm-project-item__videowrap {
    clip-path: inset(0 0 0 0);
}

.no-touch .gnxtm-project-item:hover .gnxtm-project-item__tags .tag {
    -webkit-transform: translateY(0.4rem);
    -moz-transform: translateY(0.4rem);
    -ms-transform: translateY(0.4rem);
    transform: translateY(0.4rem);
}

.no-touch .gnxtm-project-item:hover .gnxtm-project-item__tags .tag:nth-of-type(2) {
    -webkit-transform: translateY(0.8rem);
    -moz-transform: translateY(0.8rem);
    -ms-transform: translateY(0.8rem);
    transform: translateY(0.8rem);
}

.no-touch .gnxtm-project-item:hover .gnxtm-project-item__tags .tag:nth-of-type(3) {
    -webkit-transform: translateY(1.2rem);
    -moz-transform: translateY(1.2rem);
    -ms-transform: translateY(1.2rem);
    transform: translateY(1.2rem);
}

.no-touch .gnxtm-project-item:hover .gnxtm-project-item__tags .tag:nth-of-type(4) {
    -webkit-transform: translateY(1.6rem);
    -moz-transform: translateY(1.6rem);
    -ms-transform: translateY(1.6rem);
    transform: translateY(1.6rem);
}

.no-touch .gnxtm-project-item:hover .gnxtm-project-item__tags .tag:nth-of-type(5) {
    -webkit-transform: translateY(1rem);
    -moz-transform: translateY(1rem);
    -ms-transform: translateY(1rem);
    transform: translateY(1rem);
}

.no-touch .gnxtm-project-item:hover .gnxtm-project-item__tags .tag:nth-of-type(6) {
    -webkit-transform: translateY(1.2rem);
    -moz-transform: translateY(1.2rem);
    -ms-transform: translateY(1.2rem);
    transform: translateY(1.2rem);
}

.no-touch .gnxtm-project-item:hover .gnxtm-project-item__tags .tag:nth-of-type(7) {
    -webkit-transform: translateY(1.4rem);
    -moz-transform: translateY(1.4rem);
    -ms-transform: translateY(1.4rem);
    transform: translateY(1.4rem);
}

.no-touch .gnxtm-project-item:hover .gnxtm-project-item__tags .tag:nth-of-type(8) {
    -webkit-transform: translateY(1.6rem);
    -moz-transform: translateY(1.6rem);
    -ms-transform: translateY(1.6rem);
    transform: translateY(1.6rem);
}

.no-touch .gnxtm-project-item:hover .gnxtm-project-item__name {
    -webkit-transform: translateY(0.4rem);
    -moz-transform: translateY(0.4rem);
    -ms-transform: translateY(0.4rem);
    transform: translateY(0.4rem);
}

.gnxtm-project-divider {
    display: none;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-project-divider {
        display: block;
    }
}

.gnxtm-project-item__media {
    position: relative;
    overflow: hidden;
}

.gnxtm-project-item__media img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.gnxtm-project-item__logowrap {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 45%;
    max-width: 200px;
    height: auto;
    max-height: 180px;
    opacity: 1;
    -webkit-transition: opacity var(--_animspeed-medium) ease-in-out;
    -moz-transition: opacity var(--_animspeed-medium) ease-in-out;
    transition: opacity var(--_animspeed-medium) ease-in-out;
}

.gnxtm-project-item__logowrap img {
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 110px;
}

.gnxtm-project-item__videowrap {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    margin: 0 auto;
    width: 70%;
    aspect-ratio: 1/0.59;
    z-index: 2;
    clip-path: inset(50% 50% 50% 50%);
    -webkit-transition: clip-path var(--_animspeed-slow) var(--_animbezier);
    -moz-transition: clip-path var(--_animspeed-slow) var(--_animbezier);
    transition: clip-path var(--_animspeed-slow) var(--_animbezier);
    will-change: clip-path;
}

.gnxtm-project-item__videowrap video {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-position: center center;
    -moz-background-size: contain;
    background-size: contain;
    -o-object-fit: cover;
    object-fit: cover;
}

.gnxtm-project-item__caption {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 6rem;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.gnxtm-project-item__name {
    -webkit-transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
    transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
    -moz-transition:
        transform var(--_animspeed-medium) var(--_animbezier),
        -moz-transform var(--_animspeed-medium) var(--_animbezier);
    transition: transform var(--_animspeed-medium) var(--_animbezier);
    transition:
        transform var(--_animspeed-medium) var(--_animbezier),
        -webkit-transform var(--_animspeed-medium) var(--_animbezier),
        -moz-transform var(--_animspeed-medium) var(--_animbezier);
}

.gnxtm-project-item__tags {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-top: 0.4rem;
}

.gnxtm-project-item__tags .tag {
    -webkit-transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
    transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
    -moz-transition:
        transform var(--_animspeed-medium) var(--_animbezier),
        -moz-transform var(--_animspeed-medium) var(--_animbezier);
    transition: transform var(--_animspeed-medium) var(--_animbezier);
    transition:
        transform var(--_animspeed-medium) var(--_animbezier),
        -webkit-transform var(--_animspeed-medium) var(--_animbezier),
        -moz-transform var(--_animspeed-medium) var(--_animbezier);
}

.gnxtm-stack-cards {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25svh;
    width: 100%;
    overflow: hidden;
    background-color: var(--base);
}

.gnxtm-stack-cards.opposite {
    background-color: var(--base-opp);
}

.gnxtm-stack-cards__card {
    position: relative;
    display: block;
    width: 100%;
    height: 100svh;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.gnxtm-stack-cards__card:nth-child(2) {
    margin-top: 50vh;
}

.card__marquees {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.card__wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    will-change: transform;
}

.card__image {
    position: absolute;
    width: 100%;
    height: 100%;
    -moz-border-radius: 0;
    border-radius: 0;
    overflow: hidden;
    will-change: clip-path;
}

.card__image img,
.card__image video {
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    will-change: transform;
}

.card__cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.card__cover.cover-darken {
    background-color: rgba(0, 0, 0, 0.6);
}

.card__content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
}

.card__content .card-description {
    position: relative;
    width: 80%;
    margin-bottom: 2em;
    text-align: center;
    -webkit-transform: translateX(4rem);
    -moz-transform: translateX(4rem);
    -ms-transform: translateX(4rem);
    transform: translateX(4rem);
    opacity: 0;
}

.card__content .card-description p {
    font-size: 1.6rem;
    color: #fff;
}

@media only screen and (min-width: 1200px) {
    .card__content .card-description {
        width: 40%;
    }

    .card__content .card-description p {
        font-size: 1.8rem;
    }
}

.card__title {
    display: block;
    width: 70%;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
}

.card__title p {
    font: normal 700 3.6rem/1.2 var(--_font-default);
    letter-spacing: -0.1rem;
    color: var(--t-bright);
}

.card__title p span {
    color: var(--t-medium);
}

.card__title p.small {
    font-size: 3.4rem;
}

.card__title p.permanent {
    color: var(--nl-white);
}

@media only screen and (min-width: 768px) {
    .card__title {
        width: 50%;
        max-width: 320px;
    }
}

@media only screen and (min-width: 1200px) {
    .card__title {
        max-width: 400px;
    }

    .card__title p {
        font-size: 5rem;
    }

    .card__title p.small {
        font-size: 4.4rem;
    }
}

.card__descr {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3rem;
    opacity: 0;
}

@media only screen and (min-width: 992px) {
    .card__descr {
        height: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 6rem;
    }
}

@media only screen and (min-width: 1600px) {
    .card__descr {
        padding: 0 10rem;
    }
}

.card__tags {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (min-width: 992px) {
    .card__tags {
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .card__tags.desktop-right {
        -webkit-box-align: end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

.char {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    display: inline-block;
    will-change: transform;
}

.line {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    display: inline-block;
    will-change: transform;
}

.gnxtm-projects-list {
    position: relative;
    width: 100%;
    margin-bottom: 10rem;
}

.gnxtm-projects-list.no-margin-bottom {
    margin-bottom: 0;
}

.gnxtm-projects-list>.gnxtm-projects-list__item:nth-child(n + 2) {
    margin-top: -1px;
}

@media only screen and (min-width: 768px) {
    .gnxtm-projects-list {
        margin-bottom: 9.3rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-projects-list {
        margin-bottom: 17.3rem;
    }

    .gnxtm-projects-list.no-margin-bottom {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1200px) and (hover) and (prefers-reduced-motion: no-preference) {
    .gnxtm-projects-list>.gnxtm-projects-list__item .gnxtm-projects-list__inner {
        -webkit-transition:
            opacity var(--_animspeed-medium),
            scale var(--_animspeed-medium) var(--_animbezier);
        -moz-transition:
            opacity var(--_animspeed-medium),
            scale var(--_animspeed-medium) var(--_animbezier);
        transition:
            opacity var(--_animspeed-medium),
            scale var(--_animspeed-medium) var(--_animbezier);
    }

    .gnxtm-projects-list:hover>.gnxtm-projects-list__item:not(:hover) .gnxtm-projects-list__inner {
        opacity: 0.3;
        scale: 0.984;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-projects-list {
        margin-bottom: 19.3rem;
    }
}

.gnxtm-projects-list__item {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5.4rem 0 5.2rem 0;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-projects-list__item {
        padding: 5.4rem 0;
    }
}

.gnxtm-projects-list__divider {
    position: absolute;
    left: 3rem;
    width: -moz-calc(100% - 6rem);
    width: calc(100% - 6rem);
    height: 1px;
    background-color: var(--st-muted);
}

.gnxtm-projects-list__divider.top {
    top: 0;
}

.gnxtm-projects-list__divider.bottom {
    bottom: 0;
}

.gnxtm-projects-list__inner {
    position: relative;
}

@media only screen and (min-width: 1200px) {

    .gnxtm-projects-list__date,
    .gnxtm-projects-list__meta,
    .gnxtm-projects-list__niche {
        padding-top: 0.5rem;
    }
}

.gnxtm-projects-list__niche {
    margin-bottom: 1.7rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-projects-list__niche {
        margin-bottom: 2.2rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-projects-list__niche {
        margin-bottom: 0;
    }
}

.gnxtm-projects-list__title h3,
.gnxtm-projects-list__title p {
    font: normal 700 3rem/1.2 var(--_font-default);
    letter-spacing: -0.1rem;
    color: var(--t-bright);
}

.gnxtm-projects-list__title h3 span,
.gnxtm-projects-list__title p span {
    color: var(--t-medium);
}

.gnxtm-projects-list__title h3.permanent,
.gnxtm-projects-list__title p.permanent {
    color: var(--nl-white);
}

.gnxtm-projects-list__title h3.accent,
.gnxtm-projects-list__title p.accent {
    color: var(--pt-t-accent-bright);
}

.gnxtm-projects-list__title h3.opposite,
.gnxtm-projects-list__title p.opposite {
    color: var(--t-opp-bright);
}

@media only screen and (min-width: 768px) {

    .gnxtm-projects-list__title h3,
    .gnxtm-projects-list__title p {
        font-size: 4rem;
    }
}

.gnxtm-projects-list__meta {
    margin-top: 2.2rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-projects-list__meta {
        margin-top: 3rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-projects-list__meta {
        margin-top: 0;
    }
}

.gnxtm-projects-list__date {
    margin-top: 2.2rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-projects-list__date {
        margin-top: 3rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-projects-list__date {
        margin-top: 0;
    }
}

.gnxtm-services-list {
    position: relative;
    width: 100%;
    margin-top: -100vh;
}

.gnxtm-services-list.no-marquee {
    margin-top: 0;
}

.gnxtm-services-list>.gnxtm-services-list__item:nth-child(n + 2) {
    margin-top: -1px;
}

@media only screen and (min-width: 1200px) and (hover) and (prefers-reduced-motion: no-preference) {
    .gnxtm-services-list>.gnxtm-services-list__item .gnxtm-services-list__inner {
        -webkit-transition:
            opacity var(--_animspeed-medium),
            scale var(--_animspeed-medium) var(--_animbezier);
        -moz-transition:
            opacity var(--_animspeed-medium),
            scale var(--_animspeed-medium) var(--_animbezier);
        transition:
            opacity var(--_animspeed-medium),
            scale var(--_animspeed-medium) var(--_animbezier);
    }

    .gnxtm-services-list:hover>.gnxtm-services-list__item:not(:hover) .gnxtm-services-list__inner {
        opacity: 0.3;
        scale: 0.984;
    }
}

.gnxtm-section__marquee-bg {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
}

.marquee-bg__content {
    -webkit-transition: opacity var(--_animspeed-medium) ease-in-out;
    -moz-transition: opacity var(--_animspeed-medium) ease-in-out;
    transition: opacity var(--_animspeed-medium) ease-in-out;
}

.marquee-bg__top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    min-height: 6px;
}

.marquee-bg__center {
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 6px;
    width: 100%;
}

.marquee-bg__bottom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    min-height: 6px;
}

.marquee-bg__sticky {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
}

.gnxtm-services-list__item {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5.4rem 0 5.2rem 0;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-services-list__item {
        padding: 5.4rem 0;
    }
}

.gnxtm-services-list__divider {
    position: absolute;
    left: 3rem;
    width: -moz-calc(100% - 6rem);
    width: calc(100% - 6rem);
    height: 1px;
    background-color: var(--st-medium);
}

.gnxtm-services-list__divider.top {
    top: 0;
}

.gnxtm-services-list__divider.bottom {
    bottom: 0;
}

.gnxtm-services-list__inner {
    position: relative;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-services-list__number {
        padding-top: 0.5rem;
    }
}

.gnxtm-services-list__descr {
    max-width: 400px;
    margin-top: 2rem;
}

.gnxtm-services-list__descr p {
    line-height: 1.4;
}

@media only screen and (min-width: 768px) {
    .gnxtm-services-list__descr {
        max-width: 560px;
        margin-top: 2.7rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-services-list__descr {
        margin-top: 0;
        padding-top: 0.3rem;
    }
}

.gnxtm-services-list__number {
    margin-bottom: 1.7rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-services-list__number {
        margin-bottom: 2.2rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-services-list__number {
        margin-bottom: 0;
    }
}

.gnxtm-services-list__title h3 {
    font: normal 700 3rem/1.2 var(--_font-default);
    letter-spacing: -0.1rem;
    color: var(--t-bright);
}

.gnxtm-services-list__title h3 span {
    color: var(--t-medium);
}

.gnxtm-services-list__title h3.permanent {
    color: var(--nl-white);
}

.gnxtm-services-list__title h3.accent {
    color: var(--pt-t-accent-bright);
}

.gnxtm-services-list__title h3.opposite {
    color: var(--t-opp-bright);
}

@media only screen and (min-width: 768px) {
    .gnxtm-services-list__title h3 {
        font-size: 4rem;
    }
}

.gnxtm-cpb-list {
    position: relative;
    width: 100%;
}

.gnxtm-cpb-list>.gnxtm-cpb-list__item:nth-child(n + 2) {
    margin-top: -1px;
}

.gnxtm-cpb-list__item {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5.5rem 0 5.5rem 0;
}

@media only screen and (min-width: 768px) {
    .gnxtm-cpb-list__item {
        padding: 5.4rem 0 6rem 0;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-cpb-list__item {
        padding: 6rem 0;
    }
}

.gnxtm-cpb-list__divider {
    position: absolute;
    left: 3rem;
    width: -moz-calc(100% - 6rem);
    width: calc(100% - 6rem);
    height: 1px;
    background-color: var(--st-medium);
}

.gnxtm-cpb-list__divider.top {
    top: 0;
}

.gnxtm-cpb-list__divider.bottom {
    bottom: 0;
}

.gnxtm-cpb-list__title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-cpb-list__title {
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.gnxtm-cpb-list__number {
    margin-bottom: 1.7rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-cpb-list__number {
        margin-bottom: 2.2rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-cpb-list__number {
        margin-bottom: 0;
    }
}

.gnxtm-cpb-list__name {
    font: normal 700 3rem/1.2 var(--_font-default);
    letter-spacing: -0.1rem;
    color: var(--t-bright);
    margin-bottom: 2.8rem;
}

.gnxtm-cpb-list__name span {
    color: var(--t-medium);
}

@media only screen and (min-width: 768px) {
    .gnxtm-cpb-list__name {
        font-size: 4rem;
        margin-bottom: 3.6rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-cpb-list__name {
        max-width: 300px;
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-cpb-list__name {
        font-size: 5rem;
        max-width: 370px;
    }
}

.gnxtm-cpb-list__image {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2.5rem;
}

.gnxtm-cpb-list__image img {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (min-width: 768px) {
    .gnxtm-cpb-list__image {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-cpb-list__image {
        margin-bottom: 0;
    }
}

.gnxtm-cpb-list__data {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (min-width: 768px) {
    .gnxtm-cpb-list__data {
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.gnxtm-cpb-list__descr {
    margin-bottom: 2.2rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-cpb-list__descr {
        max-width: 460px;
        margin-bottom: 0;
    }
}

.gnxtm-stack-services {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25svh;
    width: 100%;
    overflow: hidden;
    background-color: var(--base);
}

.gnxtm-stack-services.opposite {
    background-color: var(--base-opp);
}

.gnxtm-stack-services__card {
    position: relative;
    display: block;
    width: 100%;
    height: 100svh;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: var(--base);
    border-top: 1px solid var(--st-medium);
}

.services-card__wrapper {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    will-change: transform;
    padding: 3.7rem 3rem 3rem 3rem;
}

@media only screen and (min-width: 768px) {
    .services-card__wrapper {
        padding: 6rem;
    }
}

@media only screen and (min-width: 1200px) {
    .services-card__wrapper {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 6rem;
        padding: 6rem;
    }
}

@media only screen and (min-width: 1600px) {
    .services-card__wrapper {
        gap: 10rem;
        padding: 10rem;
    }
}

.services-card__image {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
}

.services-card__image img,
.services-card__image video {
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    will-change: transform;
}

@media only screen and (min-width: 768px) {
    .services-card__image {
        display: block;
    }
}

@media only screen and (min-width: 1200px) {
    .services-card__image {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
    }
}

.services-card__content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (min-width: 1200px) {
    .services-card__content {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: auto;
    }
}

.services-card__subtitle {
    margin-bottom: 0.8rem;
}

.services-card__subtitle .tag {
    color: var(--t-medium);
}

@media only screen and (min-width: 1200px) {
    .services-card__subtitle {
        margin-bottom: 2.4rem;
    }
}

@media only screen and (min-width: 1600px) {
    .services-card__subtitle {
        margin-bottom: 1.5rem;
    }
}

.services-card__title {
    margin-bottom: 2.4rem;
}

.services-card__title p {
    font: normal 700 5rem/1.1 var(--_font-default);
    letter-spacing: -0.1rem;
    color: var(--t-bright);
}

.services-card__title .line-mask {
    padding-bottom: 9px;
    margin-bottom: -9px;
}

@media only screen and (min-width: 1200px) {
    .services-card__title {
        margin-bottom: 4.2rem;
    }

    .services-card__title p {
        font-size: 7.5rem;
        letter-spacing: -0.3rem;
    }
}

@media only screen and (min-width: 1600px) {
    .services-card__title {
        margin-bottom: 3.9rem;
    }

    .services-card__title p {
        font-size: 9.5rem;
    }
}

.services-card__tags {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3rem;
    width: 100%;
    max-width: 385px;
    opacity: 0;
    margin-bottom: 2rem;
}

.services-card__tags .tags-column {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (min-width: 768px) {
    .services-card__tags {
        gap: 6rem;
    }
}

@media only screen and (min-width: 1200px) {
    .services-card__tags {
        margin-bottom: 0;
    }
}

.services-card__descr {
    margin-bottom: 2.9rem;
}

@media only screen and (min-width: 1200px) {
    .services-card__descr {
        max-width: 520px;
    }
}

@media only screen and (min-width: 1600px) {
    .services-card__descr {
        max-width: 680px;
    }
}

@media only screen and (min-width: 1200px) and (hover) and (prefers-reduced-motion: no-preference) {

    .gnxtm-resume>.gnxtm-resume__item .gnxtm-resume__date,
    .gnxtm-resume>.gnxtm-resume__item .gnxtm-resume__link,
    .gnxtm-resume>.gnxtm-resume__item .gnxtm-resume__title {
        -webkit-transition:
            opacity var(--_animspeed-medium),
            scale var(--_animspeed-medium) var(--_animbezier);
        -moz-transition:
            opacity var(--_animspeed-medium),
            scale var(--_animspeed-medium) var(--_animbezier);
        transition:
            opacity var(--_animspeed-medium),
            scale var(--_animspeed-medium) var(--_animbezier);
    }

    .gnxtm-resume:hover>.gnxtm-resume__item:not(:hover) .gnxtm-resume__date,
    .gnxtm-resume:hover>.gnxtm-resume__item:not(:hover) .gnxtm-resume__link,
    .gnxtm-resume:hover>.gnxtm-resume__item:not(:hover) .gnxtm-resume__title {
        opacity: 0.3;
    }
}

.gnxtm-resume__item {
    margin-bottom: 4.3rem;
}

.gnxtm-resume__item:last-of-type {
    margin-bottom: 0;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-resume__item {
        margin-bottom: 0;
    }

    .no-touch .gnxtm-resume__item:hover .gnxtm-resume__image img {
        clip-path: inset(0 0 0 0);
        -webkit-transition: clip-path 0s;
        -moz-transition: clip-path 0s;
        transition: clip-path 0s;
    }
}

.gnxtm-resume__date,
.gnxtm-resume__link,
.gnxtm-resume__title {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (min-width: 1200px) {

    .gnxtm-resume__date,
    .gnxtm-resume__link,
    .gnxtm-resume__title {
        height: 100%;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.gnxtm-resume__title {
    margin-bottom: 2.4rem;
}

.gnxtm-resume__title p {
    font: normal 700 2.6rem/1.2 var(--_font-default);
    letter-spacing: -0.04rem;
    color: var(--t-bright);
}

@media only screen and (min-width: 1200px) {
    .gnxtm-resume__title {
        margin-bottom: 0;
    }

    .gnxtm-resume__title p {
        font-size: 3.4rem;
        letter-spacing: -0.1rem;
    }
}

.gnxtm-resume__image {
    position: relative;
    width: 100%;
    height: auto;
    height: 160px;
    margin-bottom: 2.4rem;
}

.gnxtm-resume__image img {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-resume__image {
        max-height: 100px;
        margin-bottom: 0;
    }

    .gnxtm-resume__image img {
        max-height: 100px;
        clip-path: inset(0 100% 0 0);
        will-change: clip-path;
        -webkit-transition: clip-path 0.6s;
        -moz-transition: clip-path 0.6s;
        transition: clip-path 0.6s;
    }
}

.gnxtm-resume__link p {
    font: normal 600 1.4rem/1.6 var(--_font-accent);
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    color: var(--t-medium);
}

.gnxtm-resume__link p a {
    color: var(--t-bright);
}

.gnxtm-resume__date p {
    font: normal 600 1.4rem/1.6 var(--_font-accent);
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    color: var(--t-medium);
}

@media only screen and (min-width: 1200px) {
    .gnxtm-resume__date {
        -webkit-box-align: end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

@media only screen and (min-width: 1200px) and (hover) and (prefers-reduced-motion: no-preference) {

    .gnxtm-process>.gnxtm-process__item .gnxtm-process__date,
    .gnxtm-process>.gnxtm-process__item .gnxtm-process__tags,
    .gnxtm-process>.gnxtm-process__item .gnxtm-process__title {
        -webkit-transition:
            opacity var(--_animspeed-medium),
            scale var(--_animspeed-medium) var(--_animbezier);
        -moz-transition:
            opacity var(--_animspeed-medium),
            scale var(--_animspeed-medium) var(--_animbezier);
        transition:
            opacity var(--_animspeed-medium),
            scale var(--_animspeed-medium) var(--_animbezier);
    }

    .gnxtm-process:hover>.gnxtm-process__item:not(:hover) .gnxtm-process__date,
    .gnxtm-process:hover>.gnxtm-process__item:not(:hover) .gnxtm-process__tags,
    .gnxtm-process:hover>.gnxtm-process__item:not(:hover) .gnxtm-process__title {
        opacity: 0.3;
    }
}

.gnxtm-process__item {
    display: block;
    margin-bottom: 7.3rem;
}

.gnxtm-process__item:last-of-type {
    margin-bottom: 0;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-process__item {
        margin-bottom: 0;
    }

    .no-touch .gnxtm-process__item:hover .gnxtm-process__image img {
        clip-path: inset(0 0 0 0);
        -webkit-transition: clip-path 0s;
        -moz-transition: clip-path 0s;
        transition: clip-path 0s;
    }
}

.gnxtm-process__date,
.gnxtm-process__tags,
.gnxtm-process__title {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.gnxtm-process__date p,
.gnxtm-process__tags p,
.gnxtm-process__title p {
    font: normal 700 2.6rem/1.2 var(--_font-default);
    letter-spacing: -0.04rem;
    color: var(--t-bright);
}

@media only screen and (min-width: 1200px) {

    .gnxtm-process__date,
    .gnxtm-process__tags,
    .gnxtm-process__title {
        height: 100%;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .gnxtm-process__date p,
    .gnxtm-process__tags p,
    .gnxtm-process__title p {
        font-size: 3.4rem;
        letter-spacing: -0.1rem;
    }
}

.gnxtm-process__title {
    margin-bottom: 0.1rem;
}

.gnxtm-process__image {
    position: relative;
    width: 100%;
    height: 160px;
    margin-bottom: 1.9rem;
}

.gnxtm-process__image img {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-process__image {
        max-height: 100px;
        margin-bottom: 0;
    }

    .gnxtm-process__image img {
        max-height: 100px;
        clip-path: inset(0 100% 0 0);
        will-change: clip-path;
        -webkit-transition: clip-path 0.6s;
        -moz-transition: clip-path 0.6s;
        transition: clip-path 0.6s;
    }
}

.gnxtm-process__tags {
    color: var(--t-medium);
}

.gnxtm-process__tags a {
    color: var(--t-medium);
}

.gnxtm-process__date p {
    font: normal 600 1.4rem/1.6 var(--_font-accent);
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    color: var(--t-medium);
}

@media only screen and (min-width: 1200px) {
    .gnxtm-process__date {
        -webkit-box-align: end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

@media only screen and (min-width: 1200px) and (hover) and (prefers-reduced-motion: no-preference) {
    .gnxtm-team-list>.gnxtm-team-list__item .gnxtm-team-list__inner {
        -webkit-transition:
            opacity var(--_animspeed-medium),
            scale var(--_animspeed-medium) var(--_animbezier);
        -moz-transition:
            opacity var(--_animspeed-medium),
            scale var(--_animspeed-medium) var(--_animbezier);
        transition:
            opacity var(--_animspeed-medium),
            scale var(--_animspeed-medium) var(--_animbezier);
    }

    .gnxtm-team-list:hover>.gnxtm-team-list__item:not(:hover) .gnxtm-team-list__inner {
        opacity: 0.3;
        scale: 0.984;
    }
}

.gnxtm-team-list__item {
    position: relative;
    margin-bottom: 5.5rem;
}

.gnxtm-team-list__item:last-of-type {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
    .gnxtm-team-list__item {
        height: 10rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-team-list__item {
        height: 14rem;
        margin-bottom: 0;
    }

    .no-touch .gnxtm-team-list__item:hover .gnxtm-team-list__name {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .no-touch .gnxtm-team-list__item:hover .gnxtm-team-list__photo {
        display: block;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.gnxtm-team-list__position {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.gnxtm-team-list__position p {
    font: normal 600 1.2rem/1.6 var(--_font-accent);
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    color: var(--t-medium);
}

.gnxtm-team-list__position p a {
    color: var(--t-bright);
}

@media only screen and (min-width: 768px) {
    .gnxtm-team-list__position {
        height: 10rem;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (min-width: 992px) {
    .gnxtm-team-list__position p {
        font-size: 1.4rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-team-list__position {
        height: 100%;
        height: 14rem;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.gnxtm-team-list__data {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (min-width: 768px) {
    .gnxtm-team-list__data {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -moz-box-orient: horizontal;
        -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 2.2rem;
        height: 10rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-team-list__data {
        height: 14rem;
    }
}

.gnxtm-team-list__photo {
    width: 14rem;
    height: 14rem;
    -moz-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.gnxtm-team-list__photo img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (min-width: 768px) {
    .gnxtm-team-list__photo {
        width: 10rem;
        height: 10rem;
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-team-list__photo {
        width: 14rem;
        height: 14rem;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition:
            opacity var(--_animspeed-medium),
            -webkit-transform var(--_animspeed-medium) var(--_animbezier);
        transition:
            opacity var(--_animspeed-medium),
            -webkit-transform var(--_animspeed-medium) var(--_animbezier);
        -moz-transition:
            opacity var(--_animspeed-medium),
            transform var(--_animspeed-medium) var(--_animbezier),
            -moz-transform var(--_animspeed-medium) var(--_animbezier);
        transition:
            opacity var(--_animspeed-medium),
            transform var(--_animspeed-medium) var(--_animbezier);
        transition:
            opacity var(--_animspeed-medium),
            transform var(--_animspeed-medium) var(--_animbezier),
            -webkit-transform var(--_animspeed-medium) var(--_animbezier),
            -moz-transform var(--_animspeed-medium) var(--_animbezier);
    }
}

.gnxtm-team-list__name {
    margin-bottom: 1.5rem;
}

.gnxtm-team-list__name p {
    font: normal 700 2.6rem/1.2 var(--_font-default);
    letter-spacing: -0.04rem;
    color: var(--t-bright);
}

@media only screen and (min-width: 768px) {
    .gnxtm-team-list__name {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 992px) {
    .gnxtm-team-list__name p {
        font-size: 3.4rem;
        letter-spacing: -0.1rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-team-list__name {
        -webkit-transform: translateX(8.1rem);
        -moz-transform: translateX(8.1rem);
        -ms-transform: translateX(8.1rem);
        transform: translateX(8.1rem);
        -webkit-transition:
            opacity var(--_animspeed-medium),
            -webkit-transform var(--_animspeed-medium) var(--_animbezier);
        transition:
            opacity var(--_animspeed-medium),
            -webkit-transform var(--_animspeed-medium) var(--_animbezier);
        -moz-transition:
            opacity var(--_animspeed-medium),
            transform var(--_animspeed-medium) var(--_animbezier),
            -moz-transform var(--_animspeed-medium) var(--_animbezier);
        transition:
            opacity var(--_animspeed-medium),
            transform var(--_animspeed-medium) var(--_animbezier);
        transition:
            opacity var(--_animspeed-medium),
            transform var(--_animspeed-medium) var(--_animbezier),
            -webkit-transform var(--_animspeed-medium) var(--_animbezier),
            -moz-transform var(--_animspeed-medium) var(--_animbezier);
    }

    .gnxtm-team-list__name p {
        font-size: 5.4rem;
    }
}

.gnxtm-team-list__socials {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.gnxtm-team-list__socials ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.gnxtm-team-list__socials ul li {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.gnxtm-team-list__socials ul li a {
    font: normal 600 1.2rem/1.6 var(--_font-accent);
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    color: var(--t-bright);
}

@media only screen and (min-width: 768px) {
    .gnxtm-team-list__socials {
        height: 100%;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .gnxtm-team-list__socials ul {
        -webkit-box-align: end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

@media only screen and (min-width: 992px) {
    .gnxtm-team-list__socials ul li a {
        font-size: 1.4rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-team-list__socials ul li a {
        color: var(--t-medium);
    }

    .no-touch .gnxtm-team-list__socials ul li a:hover {
        color: var(--t-bright);
    }
}

.gnxtm-team-grid {
    position: relative;
}

.gnxtm-team-grid__item {
    margin-bottom: 7.4rem;
}

.gnxtm-team-grid__item:last-of-type {
    margin-bottom: 0;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-team-grid__item {
        margin-bottom: 0;
    }
}

.gnxtm-team-grid__inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.2rem;
}

.gnxtm-team-grid__media {
    position: relative;
}

@media only screen and (min-width: 1200px) {
    .no-touch .gnxtm-team-grid__media:hover .gnxtm-team-grid__photo img {
        -webkit-filter: blur(6px);
        filter: blur(6px);
        -webkit-transform: scale(1.04);
        -moz-transform: scale(1.04);
        -ms-transform: scale(1.04);
        transform: scale(1.04);
    }

    .no-touch .gnxtm-team-grid__media:hover .gnxtm-team-grid__socials {
        opacity: 1;
    }
}

.gnxtm-team-grid__photo {
    position: relative;
    overflow: hidden;
}

.gnxtm-team-grid__photo img {
    display: block;
    width: 100%;
    height: auto;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-team-grid__photo img {
        -webkit-filter: blur(0);
        filter: blur(0);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition:
            -webkit-filter var(--_animspeed-medium),
            -webkit-transform var(--_animspeed-medium) var(--_animbezier);
        transition:
            -webkit-filter var(--_animspeed-medium),
            -webkit-transform var(--_animspeed-medium) var(--_animbezier);
        -moz-transition:
            filter var(--_animspeed-medium),
            transform var(--_animspeed-medium) var(--_animbezier),
            -moz-transform var(--_animspeed-medium) var(--_animbezier);
        transition:
            filter var(--_animspeed-medium),
            transform var(--_animspeed-medium) var(--_animbezier);
        transition:
            filter var(--_animspeed-medium),
            transform var(--_animspeed-medium) var(--_animbezier),
            -webkit-filter var(--_animspeed-medium),
            -webkit-transform var(--_animspeed-medium) var(--_animbezier),
            -moz-transform var(--_animspeed-medium) var(--_animbezier);
    }
}

.gnxtm-team-grid__socials {
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    padding: 1rem;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-team-grid__socials {
        opacity: 0;
        -webkit-transition: opacity var(--_animspeed-medium) var(--_animbezier);
        -moz-transition: opacity var(--_animspeed-medium) var(--_animbezier);
        transition: opacity var(--_animspeed-medium) var(--_animbezier);
    }
}

.gnxtm-team-grid__caption {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.4rem;
}

.gnxtm-team-grid__name,
.gnxtm-team-grid__position {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.gnxtm-toolbox__item {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.2rem;
    margin-top: -0.1rem;
    padding: 3rem 0.2rem 3rem 0.2rem;
}

.gnxtm-toolbox__divider {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--t-medium);
}

.gnxtm-toolbox__divider.divider-top {
    top: 0;
}

.gnxtm-toolbox__divider.divider-bottom {
    bottom: 0;
}

.gnxtm-toolbox__icon {
    position: relative;
    width: 5rem;
    height: 4rem;
}

.gnxtm-toolbox__icon img {
    display: block;
    width: auto;
    height: 100%;
}

.gnxtm-toolbox__name p {
    font: normal 700 2rem/1.2 var(--_font-default);
    letter-spacing: -0.03rem;
    color: var(--t-bright);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition:
        opacity var(--_animspeed-medium),
        scale var(--_animspeed-medium) var(--_animbezier);
    -moz-transition:
        opacity var(--_animspeed-medium),
        scale var(--_animspeed-medium) var(--_animbezier);
    transition:
        opacity var(--_animspeed-medium),
        scale var(--_animspeed-medium) var(--_animbezier);
}

.gnxtm-tech-stack {
    position: relative;
    margin-top: 7.5rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-tech-stack {
        margin-top: 9.5rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-tech-stack {
        margin-top: 0;
    }
}

.gnxtm-tech-stack__column {
    position: relative;
}

.gnxtm-tech-stack__item {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.2rem;
    margin-top: -0.1rem;
    padding: 3rem 0.2rem 3rem 0.2rem;
}

.gnxtm-tech-stack__divider {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--t-medium);
}

.gnxtm-tech-stack__divider.divider-top {
    top: 0;
}

.gnxtm-tech-stack__divider.divider-bottom {
    bottom: 0;
}

.gnxtm-tech-stack__logo {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    color: var(--t-bright);
    background-color: var(--t-muted-extra);
    -moz-border-radius: 0.3rem;
    border-radius: 0.3rem;
    padding: 1rem;
}

.gnxtm-tech-stack__logo img,
.gnxtm-tech-stack__logo svg {
    display: block;
    width: auto;
    height: 100%;
}

.gnxtm-tech-stack__logo svg {
    fill: currentColor;
}

.gnxtm-tech-stack__name p {
    font: normal 700 2rem/1.2 var(--_font-default);
    letter-spacing: -0.03rem;
    color: var(--t-bright);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition:
        opacity var(--_animspeed-medium),
        scale var(--_animspeed-medium) var(--_animbezier);
    -moz-transition:
        opacity var(--_animspeed-medium),
        scale var(--_animspeed-medium) var(--_animbezier);
    transition:
        opacity var(--_animspeed-medium),
        scale var(--_animspeed-medium) var(--_animbezier);
}

.gnxtm-niche-cards {
    position: relative;
}

.gnxtm-niche-cards__column {
    position: relative;
}

.gnxtm-niche-cards__item {
    position: relative;
    height: 100%;
    padding-bottom: 3rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-niche-cards__item {
        padding-bottom: 6rem;
    }
}

.gnxtm-niche-cards__inner {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: var(--base-tint);
    overflow: hidden;
}

.gnxtm-niche-cards__inner.opposite {
    background-color: var(--base-opp);
}

.gnxtm-niche-cards__inner.permanent {
    background-color: var(--nl-black);
}

.gnxtm-niche-cards__inner.fixed-height-desktop {
    height: auto;
    min-height: 420px;
}

.gnxtm-niche-cards__inner.space-between-desktop {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-niche-cards__inner.fixed-height-desktop {
        height: 420px;
    }

    .gnxtm-niche-cards__inner.space-between-desktop {
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-niche-cards__inner.fixed-height-desktop {
        height: 500px;
    }
}

.gnxtm-niche-cards__title {
    width: 100%;
    padding: 2.8rem 3rem 0 3rem;
    z-index: 2;
}

@media only screen and (min-width: 768px) {
    .gnxtm-niche-cards__title {
        padding: 3.6rem 4rem 0 4rem;
    }
}

.gnxtm-niche-cards__name {
    margin-bottom: 1.9rem;
}

.gnxtm-niche-cards__name p {
    font: normal 700 3rem/1.2 var(--_font-default);
    letter-spacing: -0.1rem;
    color: var(--t-bright);
}

.gnxtm-niche-cards__name p span {
    color: var(--t-medium);
}

.gnxtm-niche-cards__name p.permanent {
    color: var(--nl-white);
}

.gnxtm-niche-cards__name p.accent {
    color: var(--pt-t-accent-bright);
}

.gnxtm-niche-cards__name p.opposite {
    color: var(--t-opp-bright);
}

.gnxtm-niche-cards__name p .char {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

@media only screen and (min-width: 768px) {
    .gnxtm-niche-cards__name p {
        font-size: 3.6rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-niche-cards__name p {
        font-size: 4rem;
    }
}

.gnxtm-niche-cards__tags {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 0.4rem;
    margin-bottom: 2.2rem;
}

.gnxtm-niche-cards__descr {
    width: 100%;
    padding: 0 3rem 3rem 3rem;
    z-index: 2;
}

@media only screen and (min-width: 768px) {
    .gnxtm-niche-cards__descr {
        padding: 0 4rem 4rem 4rem;
    }

    .gnxtm-niche-cards__descr.wide {
        max-width: 360px;
    }

    .gnxtm-niche-cards__descr.short {
        max-width: 300px;
    }
}

.gnxtm-niche-cards__image {
    position: relative;
    width: 100%;
    z-index: 1;
}

.gnxtm-niche-cards__image.absolute-desktop-bottom,
.gnxtm-niche-cards__image.absolute-desktop-full {
    position: relative;
}

.gnxtm-niche-cards__image.absolute-desktop-aside {
    padding: 0.5rem 3rem 0 3rem;
}

.gnxtm-niche-cards__image img {
    display: block;
    width: 100%;
    height: auto;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-niche-cards__image.absolute-desktop-bottom {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
    }

    .gnxtm-niche-cards__image.absolute-desktop-full {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

    .gnxtm-niche-cards__image.absolute-desktop-full img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .gnxtm-niche-cards__image.absolute-desktop-aside {
        position: absolute;
        right: -8rem;
        bottom: -3rem;
        width: 200px;
    }
}

@media only screen and (min-width: 1400px) {
    .gnxtm-niche-cards__image.absolute-desktop-aside {
        width: 240px;
        bottom: -2rem;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-niche-cards__image.absolute-desktop-aside {
        right: -8rem;
        bottom: -3rem;
        width: 320px;
    }
}

.gnxtm-niche-cards__gradient {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.gnxtm-niche-cards__gradient.gradient-linear {
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            color-stop(10%, rgba(var(--base-tint-rgb), 1)),
            color-stop(50%, rgba(var(--base-tint-rgb), 0.6)),
            to(rgba(var(--base-tint-rgb), 0)));
    background: -moz-linear-gradient(top,
            rgba(var(--base-tint-rgb), 1) 10%,
            rgba(var(--base-tint-rgb), 0.6) 50%,
            rgba(var(--base-tint-rgb), 0) 100%);
    background: linear-gradient(180deg,
            rgba(var(--base-tint-rgb), 1) 10%,
            rgba(var(--base-tint-rgb), 0.6) 50%,
            rgba(var(--base-tint-rgb), 0) 100%);
}

.gnxtm-niche-cards__gradient.gradient-radial {
    background: -moz-radial-gradient(circle closest-side,
            rgba(var(--nl-black-rgb), 0.2),
            rgba(var(--nl-black-rgb), 0.9));
    background: radial-gradient(circle closest-side, rgba(var(--nl-black-rgb), 0.2), rgba(var(--nl-black-rgb), 0.9));
}

@media only screen and (min-width: 1200px) {
    .gnxtm-niche-cards__gradient.gradient-linear {
        background: #fff;
        background: -webkit-gradient(linear,
                left top,
                right top,
                from(rgba(var(--base-tint-rgb), 1)),
                color-stop(80%, rgba(var(--base-tint-rgb), 0.2)),
                to(rgba(var(--base-tint-rgb), 0)));
        background: -moz-linear-gradient(left,
                rgba(var(--base-tint-rgb), 1) 0,
                rgba(var(--base-tint-rgb), 0.2) 80%,
                rgba(var(--base-tint-rgb), 0) 100%);
        background: linear-gradient(90deg,
                rgba(var(--base-tint-rgb), 1) 0,
                rgba(var(--base-tint-rgb), 0.2) 80%,
                rgba(var(--base-tint-rgb), 0) 100%);
    }
}

.gnxtm-clients {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5em;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-clients {
    gap: 5rem;
    padding-top: 2rem;
}
}

.gnxtm-clients__item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.2rem;
    margin-bottom: 5.4rem;
}

.gnxtm-clients__item:last-of-type {
    margin-bottom: 0;
}

@media only screen and (min-width: 992px) {
    .gnxtm-clients__item {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-clients__item {
        gap: 2.2rem;
        margin-bottom: 0;
    }
}

.gnxtm-clients__logo {
    width: 100%;
    height: 12rem;
}

.gnxtm-clients__logo img,
.gnxtm-clients__logo svg {
    display: block;
    width: auto;
    height: 100%;
}

.gnxtm-clients__logo svg {
    fill: var(--t-bright);
}

@media only screen and (min-width: 768px) {
    .gnxtm-clients__logo {
        height: 12rem;
    }
}

.gnxtm-testimonials-sticky {
    position: relative;
    width: 100%;
}

.gnxtm-testimonials-sticky__static {
    position: sticky;
    top: 12.7rem;
    padding-bottom: 10.3rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-testimonials-sticky__static {
        top: 18.1rem;
        padding-bottom: 17rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-testimonials-sticky__static {
        top: 17.6rem;
        padding-bottom: 18rem;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-testimonials-sticky__static {
        padding-bottom: 12rem;
    }
}

.gnxtm-testimonials-sticky__scroll {
    position: relative;
    width: 100%;
}

.gnxtm-testimonials-sticky__cards {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-testimonials-sticky__cards {
        gap: 18rem;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-testimonials-sticky__cards {
        gap: 20rem;
    }
}

.gnxtm-testimonials-sticky__row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 1340px;
}

.gnxtm-testimonials-sticky__column {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.gnxtm-testimonials-sticky__column.margin-bottom-mobile {
    margin-bottom: 3rem;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-testimonials-sticky__column.margin-bottom-mobile {
        margin-bottom: 0;
    }

    .gnxtm-testimonials-sticky__column.has-padding-top {
        padding-top: 6rem;
    }

    .gnxtm-testimonials-sticky__column.has-padding-bottom {
        padding-bottom: 6rem;
    }
}

.gnxtm-testimonials-card {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 3rem;
    margin-top: 3rem;
    background-color: var(--base-tint);
}

.gnxtm-testimonials-card.fullheight {
    height: 100%;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (min-width: 768px) {
    .gnxtm-testimonials-card {
        padding: 4rem;
        margin-top: 6rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-testimonials-card {
        margin-top: 0;
    }
}

.gnxtm-testimonials-card__controls {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2.3rem;
}

.gnxtm-testimonials-card__quote {
    position: relative;
    width: 10rem;
}

.gnxtm-testimonials-card__quote svg {
    width: 100%;
    height: auto;
    fill: var(--t-muted);
}

@media only screen and (min-width: 768px) {
    .gnxtm-testimonials-card__quote {
        width: 16rem;
    }
}

.gnxtm-testimonials-card__content {
    margin-bottom: 3.7rem;
}

.gnxtm-testimonials-card__descr {
    font: normal 700 2.4rem/1.2 var(--_font-default);
    letter-spacing: -0.1rem;
    color: var(--t-bright);
}

.gnxtm-testimonials-card__descr span {
    color: var(--t-medium);
}

@media only screen and (min-width: 768px) {
    .gnxtm-testimonials-card__descr {
        font-size: 3.4rem;
    }
}

.gnxtm-testimonials-card__author {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.2rem;
}

.gnxtm-testimonials-card__photo {
    width: 5rem;
    height: 5rem;
}

.gnxtm-testimonials-card__photo.round {
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.gnxtm-testimonials-card__photo img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (min-width: 768px) {
    .gnxtm-testimonials-card__photo {
        width: 6rem;
        height: 6rem;
    }
}

.gnxtm-testimonials-card__data {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.2rem;
}

.gnxtm-testimonials-card__name {
    font: normal 700 2rem/1.2 var(--_font-default);
    color: var(--t-bright);
}

@media only screen and (min-width: 768px) {
    .gnxtm-testimonials-card__name {
        font-size: 2.4rem;
    }
}

.gnxtm-testimonials-card__position {
    display: inline-block;
    font: normal 600 1.2rem/1.6 var(--_font-accent);
    text-transform: uppercase;
    letter-spacing: 0.05rem;
}

.gnxtm-testimonials-card__position a {
    color: var(--t-bright);
}

@media only screen and (min-width: 768px) {
    .gnxtm-testimonials-card__position {
        font-size: 1.4rem;
    }
}

.gnxtm-testimonials-image {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3rem;
}

.gnxtm-testimonials-image.justify-start {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.gnxtm-testimonials-image.justify-end {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media only screen and (min-width: 768px) {
    .gnxtm-testimonials-image {
        margin-top: 3rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-testimonials-image {
        margin-top: 0;
    }

    .gnxtm-testimonials-image.has-padding-top {
        padding-top: 6rem;
    }
}

.gnxtm-testimonials-image__wrap {
    position: relative;
    width: 20rem;
    height: 20rem;
}

.gnxtm-testimonials-image__wrap img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (min-width: 768px) {
    .gnxtm-testimonials-image__wrap {
        width: 24rem;
        height: 24rem;
    }
}

.testimonials-slider {
    position: relative;
    position: relative;
    height: auto;
    padding: 0 3rem;
}

.testimonials-slider.no-padding {
    padding: 0;
}

@media only screen and (min-width: 768px) {
    .testimonials-slider {
        padding: 0 6rem;
    }
}

@media only screen and (min-width: 1200px) {
    .testimonials-slider {
        padding: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .testimonials-slider__shadow {
        position: absolute;
        top: 0;
        right: 0;
        width: 10rem;
        height: 100%;
        background: -webkit-gradient(linear,
                left top,
                right top,
                from(rgba(var(--base-rgb), 0)),
                to(rgba(var(--base-rgb), 1)));
        background: -moz-linear-gradient(left, rgba(var(--base-rgb), 0) 0, rgba(var(--base-rgb), 1) 100%);
        background: linear-gradient(to right, rgba(var(--base-rgb), 0) 0, rgba(var(--base-rgb), 1) 100%);
        z-index: 1;
    }
}

.swiper-testimonials {
    position: relative;
    height: 100%;
    padding-bottom: 6rem;
}

@media only screen and (min-width: 992px) {
    .swiper-testimonials.no-padding {
        padding-bottom: 0;
    }
}

.swiper-slide {
    width: 100%;
    -webkit-filter: blur(8px);
    filter: blur(8px);
    opacity: 0.5;
    -webkit-transition:
        opacity var(--_animspeed-slow) var(--_animbezier),
        -webkit-filter var(--_animspeed-slow);
    transition:
        opacity var(--_animspeed-slow) var(--_animbezier),
        -webkit-filter var(--_animspeed-slow);
    -moz-transition:
        filter var(--_animspeed-slow),
        opacity var(--_animspeed-slow) var(--_animbezier);
    transition:
        filter var(--_animspeed-slow),
        opacity var(--_animspeed-slow) var(--_animbezier);
    transition:
        filter var(--_animspeed-slow),
        opacity var(--_animspeed-slow) var(--_animbezier),
        -webkit-filter var(--_animspeed-slow);
}

.swiper-slide.gnxtm-fullwidth-slide {
    width: 100%;
}

.swiper-slide.swiper-slide-active {
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .swiper-slide {
        width: auto;
    }

    .swiper-slide.gnxtm-fullwidth-slide {
        width: 100%;
    }
}

.gnxtm-testimonials-card {
    margin: 0;
}

.gnxtm-testimonials-card.slider-card {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: auto;
}

@media only screen and (min-width: 768px) {
    .gnxtm-testimonials-card.slider-card {
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 640px;
        height: auto;
        max-width: 460px;
    }
}

@media only screen and (min-width: 1400px) {
    .gnxtm-testimonials-card.slider-card {
        max-width: 500px;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-testimonials-card.slider-card {
        height: auto;
        max-width: 630px;
    }
}

.swiper-horizontal .gnxtm-slider-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 3rem;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: auto;
    width: auto;
    margin: 0;
}

.swiper-horizontal .gnxtm-slider-btn::after {
    display: none;
}

.swiper-horizontal .gnxtm-slider-btn-prev {
    left: 0;
}

.swiper-horizontal .gnxtm-slider-btn-next {
    right: 0;
}

@media only screen and (min-width: 768px) {
    .swiper-horizontal .gnxtm-slider-btn-next {
        right: auto;
        left: 390px;
    }
}

@media only screen and (min-width: 1400px) {
    .swiper-horizontal .gnxtm-slider-btn-next {
        left: 430px;
    }
}

@media only screen and (min-width: 1600px) {
    .swiper-horizontal .gnxtm-slider-btn-next {
        left: 560px;
    }
}

.gnxtm-testimonials-project {
    position: relative;
}

.gnxtm-testimonials-project__item {
    margin-bottom: 7.4rem;
}

.gnxtm-testimonials-project__item:last-of-type {
    margin-bottom: 0;
}

.gnxtm-testimonials-project__item.manifest-item {
    margin-bottom: 6.8rem;
}

.gnxtm-testimonials-project__item.manifest-item:last-of-type {
    margin-bottom: 0;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-testimonials-project__item {
        margin-bottom: 0;
    }

    .gnxtm-testimonials-project__item.manifest-item {
        margin-bottom: 0;
    }
}

.gnxtm-testimonials-project__subtitle.pre-manifest {
    margin-bottom: 1.8rem;
}

.gnxtm-testimonials-project__subtitle.pre-grid {
    margin-bottom: 3rem;
}

.gnxtm-testimonials-project__subtitle p {
    display: block;
    overflow: hidden;
    color: var(--t-medium);
    font: normal 600 1.4rem/1.6 var(--_font-accent);
    text-transform: uppercase;
    letter-spacing: -0.05rem;
}

.gnxtm-testimonials-project__subtitle p span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-testimonials-project__subtitle.pre-manifest {
        margin-bottom: 3.6rem;
    }

    .gnxtm-testimonials-project__subtitle.pre-grid {
        margin-bottom: 5.5rem;
    }
}

.gnxtm-testimonials-project__manifest {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 2.8rem;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-testimonials-project__manifest {
        gap: 3.8rem;
        max-width: 760px;
    }

    .gnxtm-testimonials-project__manifest.fullwidth {
        max-width: none;
    }
}

.gnxtm-testimonials-project__author {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.2rem;
}

.gnxtm-testimonials-project__photo {
    width: 5rem;
    height: 5rem;
}

.gnxtm-testimonials-project__photo.round {
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.gnxtm-testimonials-project__photo img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (min-width: 768px) {
    .gnxtm-testimonials-project__photo {
        width: 6rem;
        height: 6rem;
    }
}

.gnxtm-testimonials-project__data {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.2rem;
}

.gnxtm-testimonials-project__name {
    font: normal 700 2rem/1.2 var(--_font-default);
    color: var(--t-bright);
}

@media only screen and (min-width: 768px) {
    .gnxtm-testimonials-project__name {
        font-size: 2.4rem;
    }
}

.gnxtm-testimonials-project__position {
    display: inline-block;
    font: normal 600 1.2rem/1.6 var(--_font-accent);
    text-transform: uppercase;
    letter-spacing: 0.05rem;
}

.gnxtm-testimonials-project__position a {
    color: var(--t-bright);
}

@media only screen and (min-width: 768px) {
    .gnxtm-testimonials-project__position {
        font-size: 1.4rem;
    }
}

.gnxtm-next-prj {
    position: relative;
}

.gnxtm-next-prj__data {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 3rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-next-prj__data {
        padding: 0 6rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-next-prj__data {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 5rem;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-next-prj__data {
        padding: 0 10rem;
    }
}

.gnxtm-next-prj__info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-next-prj__info {
        width: 70%;
    }
}

.gnxtm-next-prj__caption {
    margin-bottom: 2.2rem;
}

.gnxtm-next-prj__caption p {
    font: normal 600 5rem/1.2 var(--_font-default);
    letter-spacing: -0.18rem;
    color: var(--t-bright);
}

@media only screen and (min-width: 768px) {
    .gnxtm-next-prj__caption {
        margin-bottom: 2.3rem;
    }

    .gnxtm-next-prj__caption p {
        font-size: 5.4rem;
        letter-spacing: -0.18rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-next-prj__caption {
        margin-bottom: 2rem;
    }

    .gnxtm-next-prj__caption p {
        font-size: 7.5rem;
        letter-spacing: -0.3rem;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-next-prj__caption p {
        font-size: 9.5rem;
    }
}

.gnxtm-next-prj__name {
    margin-bottom: 4rem;
}

.gnxtm-next-prj__name a,
.gnxtm-next-prj__name p {
    font: normal 700 2.8rem/1.2 var(--_font-default);
    letter-spacing: -0.1rem;
    color: var(--t-bright);
}

.gnxtm-next-prj__name a span,
.gnxtm-next-prj__name p span {
    color: var(--t-medium);
}

@media only screen and (min-width: 768px) {
    .gnxtm-next-prj__name {
        margin-bottom: 4.2rem;
    }

    .gnxtm-next-prj__name a,
    .gnxtm-next-prj__name p {
        font-size: 3.4rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-next-prj__name {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1600px) {

    .gnxtm-next-prj__name a,
    .gnxtm-next-prj__name p {
        font-size: 4.4rem;
    }
}

.gnxtm-next-prj__arrow {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 15rem;
    margin-bottom: 4.5rem;
}

.gnxtm-next-prj__arrow svg {
    display: block;
    width: 15rem;
    height: 15rem;
    fill: var(--t-muted-extra);
}

.gnxtm-next-prj__arrow .arrow-container-1,
.gnxtm-next-prj__arrow .arrow-container-2 {
    width: 15rem;
    height: 15rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-next-prj__arrow {
        margin-bottom: 5rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-next-prj__arrow {
        width: 30%;
        margin-bottom: 0;
    }
}

.gnxtm-next-prj__media {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 600px;
}

@media only screen and (min-width: 768px) {
    .gnxtm-next-prj__media {
        height: 760px;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-next-prj__media {
        height: 100vh;
    }
}

.gnxtm-next-prj__image {
    position: relative;
    width: 100%;
    height: 100%;
}

.gnxtm-next-prj__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.gnxtm-blog-grid {
    position: relative;
}

.gnxtm-blog-grid__gallery {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media only screen and (min-width: 992px) {
    .gnxtm-blog-grid__gallery.pre-object-link-desktop {
        margin-bottom: 7.6rem;
    }
}

@media only screen and (min-width: 1200px) and (hover) and (prefers-reduced-motion: no-preference) {
    .gnxtm-blog-grid__gallery>.gnxtm-blog-item {
        -webkit-transition:
            opacity var(--_animspeed-medium),
            scale var(--_animspeed-medium),
            -webkit-transform var(--_animspeed-medium) var(--_animbezier);
        transition:
            opacity var(--_animspeed-medium),
            scale var(--_animspeed-medium),
            -webkit-transform var(--_animspeed-medium) var(--_animbezier);
        -moz-transition:
            opacity var(--_animspeed-medium),
            scale var(--_animspeed-medium),
            transform var(--_animspeed-medium) var(--_animbezier),
            -moz-transform var(--_animspeed-medium) var(--_animbezier);
        transition:
            opacity var(--_animspeed-medium),
            scale var(--_animspeed-medium),
            transform var(--_animspeed-medium) var(--_animbezier);
        transition:
            opacity var(--_animspeed-medium),
            scale var(--_animspeed-medium),
            transform var(--_animspeed-medium) var(--_animbezier),
            -webkit-transform var(--_animspeed-medium) var(--_animbezier),
            -moz-transform var(--_animspeed-medium) var(--_animbezier);
    }

    .gnxtm-blog-grid__gallery:hover>.gnxtm-blog-item:not(:hover) .gnxtm-blog-item__media {
        clip-path: inset(0.4rem 0 0.4rem 0);
        -webkit-transform: translateY(-0.4rem);
        -moz-transform: translateY(-0.4rem);
        -ms-transform: translateY(-0.4rem);
        transform: translateY(-0.4rem);
    }

    .gnxtm-blog-grid__gallery:hover>.gnxtm-blog-item:not(:hover) .gnxtm-blog-item__caption {
        -webkit-transform: translateY(-0.8rem);
        -moz-transform: translateY(-0.8rem);
        -ms-transform: translateY(-0.8rem);
        transform: translateY(-0.8rem);
    }
}

.gnxtm-blog-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 3rem;
    margin-bottom: 6.6rem;
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition:
        opacity var(--_animspeed-medium),
        -webkit-transform var(--_animspeed-medium) var(--_animbezier);
    transition:
        opacity var(--_animspeed-medium),
        -webkit-transform var(--_animspeed-medium) var(--_animbezier);
    -moz-transition:
        opacity var(--_animspeed-medium),
        transform var(--_animspeed-medium) var(--_animbezier),
        -moz-transform var(--_animspeed-medium) var(--_animbezier);
    transition:
        opacity var(--_animspeed-medium),
        transform var(--_animspeed-medium) var(--_animbezier);
    transition:
        opacity var(--_animspeed-medium),
        transform var(--_animspeed-medium) var(--_animbezier),
        -webkit-transform var(--_animspeed-medium) var(--_animbezier),
        -moz-transform var(--_animspeed-medium) var(--_animbezier);
}

.gnxtm-blog-item:last-of-type {
    margin-bottom: 0;
}

.gnxtm-blog-item.has-margin-bottom {
    margin-bottom: 6.6rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-blog-item {
        margin-bottom: 6.8rem;
    }
}

@media only screen and (min-width: 992px) {
    .gnxtm-blog-item {
        margin-bottom: 0;
    }
}

.no-touch .gnxtm-blog-item:hover .gnxtm-blog-item__tags .tag {
    -webkit-transform: translateY(0.8rem);
    -moz-transform: translateY(0.8rem);
    -ms-transform: translateY(0.8rem);
    transform: translateY(0.8rem);
}

.no-touch .gnxtm-blog-item:hover .gnxtm-blog-item__tags .tag:nth-of-type(2) {
    -webkit-transform: translateY(1.2rem);
    -moz-transform: translateY(1.2rem);
    -ms-transform: translateY(1.2rem);
    transform: translateY(1.2rem);
}

.no-touch .gnxtm-blog-item:hover .gnxtm-blog-item__tags .tag:nth-of-type(3) {
    -webkit-transform: translateY(1.6rem);
    -moz-transform: translateY(1.6rem);
    -ms-transform: translateY(1.6rem);
    transform: translateY(1.6rem);
}

.no-touch .gnxtm-blog-item:hover .gnxtm-blog-item__tags .tag:nth-of-type(4) {
    -webkit-transform: translateY(2rem);
    -moz-transform: translateY(2rem);
    -ms-transform: translateY(2rem);
    transform: translateY(2rem);
}

.no-touch .gnxtm-blog-item:hover .gnxtm-blog-item__tags .tag:nth-of-type(5) {
    -webkit-transform: translateY(2.4rem);
    -moz-transform: translateY(2.4rem);
    -ms-transform: translateY(2.4rem);
    transform: translateY(2.4rem);
}

.no-touch .gnxtm-blog-item:hover .gnxtm-blog-item__tags .tag:nth-of-type(6) {
    -webkit-transform: translateY(2.8rem);
    -moz-transform: translateY(2.8rem);
    -ms-transform: translateY(2.8rem);
    transform: translateY(2.8rem);
}

.no-touch .gnxtm-blog-item:hover .gnxtm-blog-item__tags .tag:nth-of-type(7) {
    -webkit-transform: translateY(3.2rem);
    -moz-transform: translateY(3.2rem);
    -ms-transform: translateY(3.2rem);
    transform: translateY(3.2rem);
}

.no-touch .gnxtm-blog-item:hover .gnxtm-blog-item__tags .tag:nth-of-type(8) {
    -webkit-transform: translateY(3.6rem);
    -moz-transform: translateY(3.6rem);
    -ms-transform: translateY(3.6rem);
    transform: translateY(3.6rem);
}

.no-touch .gnxtm-blog-item:hover .gnxtm-blog-item__title {
    -webkit-transform: translateY(0.8rem);
    -moz-transform: translateY(0.8rem);
    -ms-transform: translateY(0.8rem);
    transform: translateY(0.8rem);
}

.no-touch .gnxtm-blog-item:hover .gnxtm-blog-item__title .blog-item-s,
.no-touch .gnxtm-blog-item:hover .gnxtm-blog-item__title .blog-name-m {
    line-height: 1.4;
}

.no-touch .gnxtm-blog-item:hover .gnxtm-blog-item__media {
    -webkit-transform: translateY(0.6rem);
    -moz-transform: translateY(0.6rem);
    -ms-transform: translateY(0.6rem);
    transform: translateY(0.6rem);
}

.no-touch .gnxtm-blog-item:hover .gnxtm-blog-item__media img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.gnxtm-blog-item-s {
    padding: 0 1.5rem;
}

.gnxtm-blog-item__date {
    margin-bottom: 0.6rem;
}

.gnxtm-blog-item__media {
    display: inline-block;
    clip-path: inset(0 0 0 0);
    overflow: hidden;
    -webkit-transition:
        clip-path var(--_animspeed-medium) var(--_animbezier),
        -webkit-transform var(--_animspeed-medium);
    transition:
        clip-path var(--_animspeed-medium) var(--_animbezier),
        -webkit-transform var(--_animspeed-medium);
    -moz-transition:
        transform var(--_animspeed-medium),
        clip-path var(--_animspeed-medium) var(--_animbezier),
        -moz-transform var(--_animspeed-medium);
    transition:
        transform var(--_animspeed-medium),
        clip-path var(--_animspeed-medium) var(--_animbezier);
    transition:
        transform var(--_animspeed-medium),
        clip-path var(--_animspeed-medium) var(--_animbezier),
        -webkit-transform var(--_animspeed-medium),
        -moz-transform var(--_animspeed-medium);
}

.gnxtm-blog-item__media img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    will-change: transform;
    -webkit-transition: -webkit-transform var(--_animspeed-medium);
    transition: -webkit-transform var(--_animspeed-medium);
    -moz-transition:
        transform var(--_animspeed-medium),
        -moz-transform var(--_animspeed-medium);
    transition: transform var(--_animspeed-medium);
    transition:
        transform var(--_animspeed-medium),
        -webkit-transform var(--_animspeed-medium),
        -moz-transform var(--_animspeed-medium);
}

.gnxtm-blog-item__caption {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 6rem;
    margin-top: 1.8rem;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.gnxtm-blog-item__title {
    -webkit-transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
    transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
    -moz-transition:
        transform var(--_animspeed-medium) var(--_animbezier),
        -moz-transform var(--_animspeed-medium) var(--_animbezier);
    transition: transform var(--_animspeed-medium) var(--_animbezier);
    transition:
        transform var(--_animspeed-medium) var(--_animbezier),
        -webkit-transform var(--_animspeed-medium) var(--_animbezier),
        -moz-transform var(--_animspeed-medium) var(--_animbezier);
    max-width: 80%;
}

.gnxtm-blog-item__title .blog-name-m,
.gnxtm-blog-item__title .blog-name-s {
    -webkit-transition: all var(--_animspeed-medium) var(--_animbezier);
    -moz-transition: all var(--_animspeed-medium) var(--_animbezier);
    transition: all var(--_animspeed-medium) var(--_animbezier);
}

.gnxtm-blog-item__tags {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-top: 0.4rem;
}

.gnxtm-blog-item__tags .tag {
    -webkit-transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
    transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
    -moz-transition:
        transform var(--_animspeed-medium) var(--_animbezier),
        -moz-transform var(--_animspeed-medium) var(--_animbezier);
    transition: transform var(--_animspeed-medium) var(--_animbezier);
    transition:
        transform var(--_animspeed-medium) var(--_animbezier),
        -webkit-transform var(--_animspeed-medium) var(--_animbezier),
        -moz-transform var(--_animspeed-medium) var(--_animbezier);
}

.gnxtm-blog-list {
    position: relative;
    width: 100%;
}

.gnxtm-blog-list>.gnxtm-blog-list__item:nth-child(n + 2) {
    margin-top: -1px;
}

@media only screen and (min-width: 1200px) and (hover) and (prefers-reduced-motion: no-preference) {

    .gnxtm-blog-list>.gnxtm-blog-list__item .gnxtm-blog-list__data,
    .gnxtm-blog-list>.gnxtm-blog-list__item .gnxtm-blog-list__inner,
    .gnxtm-blog-list>.gnxtm-blog-list__item .gnxtm-blog-list__meta {
        -webkit-transition:
            opacity var(--_animspeed-medium),
            scale var(--_animspeed-medium),
            -webkit-transform var(--_animspeed-medium) var(--_animbezier);
        transition:
            opacity var(--_animspeed-medium),
            scale var(--_animspeed-medium),
            -webkit-transform var(--_animspeed-medium) var(--_animbezier);
        -moz-transition:
            opacity var(--_animspeed-medium),
            scale var(--_animspeed-medium),
            transform var(--_animspeed-medium) var(--_animbezier),
            -moz-transform var(--_animspeed-medium) var(--_animbezier);
        transition:
            opacity var(--_animspeed-medium),
            scale var(--_animspeed-medium),
            transform var(--_animspeed-medium) var(--_animbezier);
        transition:
            opacity var(--_animspeed-medium),
            scale var(--_animspeed-medium),
            transform var(--_animspeed-medium) var(--_animbezier),
            -webkit-transform var(--_animspeed-medium) var(--_animbezier),
            -moz-transform var(--_animspeed-medium) var(--_animbezier);
    }

    .gnxtm-blog-list:hover>.gnxtm-blog-list__item:not(:hover) .gnxtm-blog-list__inner {
        opacity: 0.3;
        scale: 0.984;
    }

    .gnxtm-blog-list:hover>.gnxtm-blog-list__item:not(:hover) .gnxtm-blog-list__meta {
        -webkit-transform: translateY(0.6rem);
        -moz-transform: translateY(0.6rem);
        -ms-transform: translateY(0.6rem);
        transform: translateY(0.6rem);
    }

    .gnxtm-blog-list:hover>.gnxtm-blog-list__item:not(:hover) .gnxtm-blog-list__data {
        -webkit-transform: translateY(-0.5rem);
        -moz-transform: translateY(-0.5rem);
        -ms-transform: translateY(-0.5rem);
        transform: translateY(-0.5rem);
    }
}

.gnxtm-blog-list__item {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 4rem 0 3.8rem 0;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-blog-list__item {
        padding: 2rem 0;
    }
}

.gnxtm-blog-list__divider {
    position: absolute;
    left: 3rem;
    width: -moz-calc(100% - 6rem);
    width: calc(100% - 6rem);
    height: 1px;
    background-color: var(--st-muted);
}

.gnxtm-blog-list__divider.top {
    top: 0;
}

.gnxtm-blog-list__divider.bottom {
    bottom: 0;
}

.gnxtm-blog-list__meta {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.2rem;
    margin-bottom: 1.7rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-blog-list__meta {
        margin-bottom: 2.2rem;
    }
}

.gnxtm-blog-list__content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 3rem;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-blog-list__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 6rem;
    }
}

.gnxtm-blog-list__title {
    max-width: 710px;
}

.gnxtm-blog-list__title p {
    font: normal 700 3rem/1.2 var(--_font-default);
    letter-spacing: -0.1rem;
    color: var(--t-bright);
}

.gnxtm-blog-list__title p span {
    color: var(--t-medium);
}

.gnxtm-blog-list__title.permanent p {
    color: var(--nl-white);
}

.gnxtm-blog-list__title.accent p {
    color: var(--pt-t-accent-bright);
}

.gnxtm-blog-list__title.opposite p {
    color: var(--t-opp-bright);
}

@media only screen and (min-width: 768px) {
    .gnxtm-blog-list__title p {
        font-size: 4rem;
    }
}

.gnxtm-blog-list__excerpt {
    margin-top: 1.9rem;
}

.gnxtm-blog-list__excerpt p {
    max-width: 510px;
}

@media only screen and (min-width: 768px) {
    .gnxtm-blog-list__excerpt {
        margin-top: 2.7rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-blog-list__excerpt {
        margin-top: 0;
        padding-top: 0.5rem;
    }
}

.gnxtm-blog-list__data {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.2rem;
    margin-top: 2rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-blog-list__data {
        margin-top: 2rem;
    }
}

.gnxtm-posts-area {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-posts-area {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.gnxtm-posts-container {
    position: relative;
    width: 100%;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-posts-container {
        width: -moz-calc(100% - 460px);
        width: calc(100% - 460px);
    }

    .gnxtm-posts-container.fullwidth-posts-container {
        width: 100%;
    }
}

.gnxtm-sidebar {
    position: relative;
    width: 100%;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-sidebar {
        width: 460px;
    }
}

.gnxtm-post {
    position: relative;
}

.post-featured {
    position: relative;
    margin-bottom: 6rem;
}

@media only screen and (min-width: 1600px) {
    .post-featured {
        padding-right: 2rem;
    }
}

.post-featured__container {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    padding: 3rem;
}

@media only screen and (min-width: 768px) {
    .post-featured__container {
        padding: 6rem 6rem 5.4rem 6rem;
    }
}

@media only screen and (min-width: 1400px) {
    .post-featured__container {
        height: 600px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media only screen and (min-width: 1600px) {
    .post-featured__container {
        height: 760px;
    }
}

.post-featured__thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.post-featured__thumb img {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.post-featured__cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--nl-black-rgb), 0.3);
}

.post-featured__content {
    position: relative;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 11.7rem;
}

@media only screen and (min-width: 768px) {
    .post-featured__content {
        gap: 11.2rem;
    }
}

@media only screen and (min-width: 1200px) {
    .post-featured__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -moz-box-orient: horizontal;
        -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        gap: 6rem;
    }
}

.post-featured__meta {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    max-width: 400px;
    gap: 3rem;
}

@media only screen and (min-width: 1200px) {
    .post-featured__meta {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        max-width: none;
    }
}

.post-featured__categories,
.post-featured__data {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.post-featured__categories span,
.post-featured__data span {
    white-space: nowrap;
}

@media only screen and (min-width: 1200px) {

    .post-featured__categories,
    .post-featured__data {
        -webkit-box-align: end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

@media only screen and (min-width: 1200px) {
    .post-featured__info {
        max-width: 500px;
    }
}

.post-featured__title {
    font: normal 700 4rem/1.2 var(--_font-default);
    letter-spacing: -0.1rem;
    color: var(--t-bright);
}

.post-featured__title span {
    color: var(--t-medium);
}

.post-featured__title.permanent {
    color: var(--nl-white);
}

@media only screen and (min-width: 768px) {
    .post-featured__title {
        font-size: 5rem;
    }
}

.post-featured__excerpt {
    margin-top: 2.8rem;
}

.post-featured-fullscreen {
    position: relative;
    width: 100%;
    height: 100vh;
    padding-top: 9.3rem;
}

@media only screen and (min-width: 768px) {
    .post-featured-fullscreen {
        padding-top: 10rem;
    }
}

.post-featured-fullscreen__thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.post-featured-fullscreen__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.post-featured-fullscreen__thumb video {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-position: center center;
    -moz-background-size: contain;
    background-size: contain;
    -o-object-fit: cover;
    object-fit: cover;
}

.post-featured-fullscreen__cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            from(rgba(var(--nl-black-rgb), 0)),
            color-stop(40%, rgba(var(--nl-black-rgb), 0)),
            to(rgba(var(--nl-black-rgb), 0.7)));
    background: -moz-linear-gradient(top,
            rgba(var(--nl-black-rgb), 0) 0,
            rgba(var(--nl-black-rgb), 0) 40%,
            rgba(var(--nl-black-rgb), 0.7) 100%);
    background: linear-gradient(180deg,
            rgba(var(--nl-black-rgb), 0) 0,
            rgba(var(--nl-black-rgb), 0) 40%,
            rgba(var(--nl-black-rgb), 0.7) 100%);
}

.post-featured-fullscreen__container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 3.8rem;
}

@media only screen and (min-width: 768px) {
    .post-featured-fullscreen__container {
        padding-bottom: 5.3rem;
    }
}

@media only screen and (min-width: 1200px) {
    .post-featured-fullscreen__container {
        padding-bottom: 5.2rem;
    }
}

@media only screen and (min-width: 1600px) {
    .post-featured-fullscreen__container {
        padding-bottom: 9.2rem;
    }
}

.post-featured-fullscreen__link {
    margin-bottom: 1.5rem;
}

@media only screen and (min-width: 768px) {
    .post-featured-fullscreen__link {
        margin-bottom: 1.9rem;
    }
}

@media only screen and (min-width: 1200px) {
    .post-featured-fullscreen__link {
        margin-bottom: 1rem;
    }
}

.post-featured-fullscreen__info {
    display: block;
    position: relative;
}

@media only screen and (min-width: 1200px) {
    .post-featured-fullscreen__info {
        max-width: 830px;
    }
}

.post-featured-fullscreen__title {
    font: normal 600 5rem/1.2 var(--_font-default);
    letter-spacing: -0.24rem;
    color: var(--t-bright);
    margin-bottom: 2.5rem;
}

.post-featured-fullscreen__title span {
    color: var(--t-medium);
}

.post-featured-fullscreen__title.permanent {
    color: var(--nl-white);
}

@media only screen and (min-width: 768px) {
    .post-featured-fullscreen__title {
        font-size: 7.5rem;
        letter-spacing: -0.3rem;
        margin-bottom: 3.3rem;
    }
}

@media only screen and (min-width: 1200px) {
    .post-featured-fullscreen__title {
        font-size: 9.5rem;
        margin-bottom: 2.6rem;
    }
}

.post-featured-fullscreen__excerpt {
    max-width: 660px;
    margin-bottom: 3.4rem;
}

@media only screen and (min-width: 768px) {
    .post-featured-fullscreen__excerpt {
        margin-bottom: 4.9rem;
    }
}

@media only screen and (min-width: 1200px) {
    .post-featured-fullscreen__excerpt {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .post-featured-fullscreen__aside {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        height: 100%;
        padding-top: 3.6rem;
    }
}

.post-featured-fullscreen__meta {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    max-width: 400px;
    gap: 3rem;
}

@media only screen and (min-width: 1200px) {
    .post-featured-fullscreen__meta {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        max-width: none;
    }
}

.post-featured-fullscreen__categories,
.post-featured-fullscreen__data {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.4rem;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.post-featured-fullscreen__categories span,
.post-featured-fullscreen__data span {
    white-space: nowrap;
}

@media only screen and (min-width: 1200px) {

    .post-featured-fullscreen__categories,
    .post-featured-fullscreen__data {
        -webkit-box-align: end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

.post-featured-fullscreen__categories a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.post-featured-fullscreen__btngroup {
    margin-top: 3.2rem;
}

@media only screen and (min-width: 768px) {
    .post-featured-fullscreen__btngroup {
        margin-top: 4.6rem;
    }
}

@media only screen and (min-width: 1200px) {
    .post-featured-fullscreen__btngroup {
        margin-top: 0;
    }
}

.gnxtm-posts-list {
    position: relative;
    width: 100%;
}

.gnxtm-posts-list>.post-simple:nth-child(n + 2) {
    margin-top: -1px;
}

@media only screen and (min-width: 1200px) and (hover) and (prefers-reduced-motion: no-preference) {

    .gnxtm-posts-list>.post-simple .post-simple__data,
    .gnxtm-posts-list>.post-simple .post-simple__inner,
    .gnxtm-posts-list>.post-simple .post-simple__meta {
        -webkit-transition:
            opacity var(--_animspeed-medium),
            scale var(--_animspeed-medium),
            -webkit-transform var(--_animspeed-medium) var(--_animbezier);
        transition:
            opacity var(--_animspeed-medium),
            scale var(--_animspeed-medium),
            -webkit-transform var(--_animspeed-medium) var(--_animbezier);
        -moz-transition:
            opacity var(--_animspeed-medium),
            scale var(--_animspeed-medium),
            transform var(--_animspeed-medium) var(--_animbezier),
            -moz-transform var(--_animspeed-medium) var(--_animbezier);
        transition:
            opacity var(--_animspeed-medium),
            scale var(--_animspeed-medium),
            transform var(--_animspeed-medium) var(--_animbezier);
        transition:
            opacity var(--_animspeed-medium),
            scale var(--_animspeed-medium),
            transform var(--_animspeed-medium) var(--_animbezier),
            -webkit-transform var(--_animspeed-medium) var(--_animbezier),
            -moz-transform var(--_animspeed-medium) var(--_animbezier);
    }

    .gnxtm-posts-list:hover>.post-simple:not(:hover) .post-simple__inner {
        opacity: 0.3;
        scale: 0.984;
    }

    .gnxtm-posts-list:hover>.post-simple:not(:hover) .post-simple__meta {
        -webkit-transform: translateY(0.6rem);
        -moz-transform: translateY(0.6rem);
        -ms-transform: translateY(0.6rem);
        transform: translateY(0.6rem);
    }

    .gnxtm-posts-list:hover>.post-simple:not(:hover) .post-simple__data {
        -webkit-transform: translateY(-0.5rem);
        -moz-transform: translateY(-0.5rem);
        -ms-transform: translateY(-0.5rem);
        transform: translateY(-0.5rem);
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-posts-list {
        padding-right: 2rem;
    }
}

.post-simple {
    position: relative;
    width: 100%;
}

.post-simple__container {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5.4rem 0 5.6rem 0;
}

@media only screen and (min-width: 1400px) {
    .post-simple__container {
        padding: 5.4rem 0;
    }
}

.post-simple__divider {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--st-muted);
}

.post-simple__divider.top {
    top: 0;
}

.post-simple__divider.bottom {
    bottom: 0;
}

.post-simple__meta {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 0.4rem;
    -webkit-column-gap: 1.2rem;
    -moz-column-gap: 1.2rem;
    column-gap: 1.2rem;
    margin-bottom: 1.7rem;
}

@media only screen and (min-width: 768px) {
    .post-simple__meta {
        margin-bottom: 2.2rem;
    }
}

.post-simple__title h3 {
    font: normal 700 3rem/1.2 var(--_font-default);
    letter-spacing: -0.1rem;
    color: var(--t-bright);
    max-width: 710px;
}

.post-simple__title h3 span {
    color: var(--t-medium);
}

.post-simple__title h3.permanent {
    color: var(--nl-white);
}

.post-simple__title h3.accent {
    color: var(--pt-t-accent-bright);
}

.post-simple__title h3.opposite {
    color: var(--t-opp-bright);
}

@media only screen and (min-width: 768px) {
    .post-simple__title h3 {
        font-size: 4rem;
    }
}

.post-simple__data {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.2rem;
    margin-top: 2.2rem;
}

@media only screen and (min-width: 768px) {
    .post-simple__data {
        margin-top: 3.1rem;
    }
}

.post-simple__excerpt {
    margin-top: 1.9rem;
}

.post-simple__excerpt p {
    max-width: 510px;
}

@media only screen and (min-width: 768px) {
    .post-simple__excerpt {
        margin-top: 2.7rem;
    }
}

@media only screen and (min-width: 1400px) {
    .post-simple__excerpt {
        margin-top: 0;
        padding-top: 0.5rem;
        padding-left: 6rem;
    }
}

.gnxtm-posts-grid {
    position: relative;
    padding-top: 7.4rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-posts-grid {
        padding-top: 5.4rem;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-posts-grid {
        padding-top: 9.4rem;
    }
}

.gnxtm-posts-grid__item {
    margin-bottom: 6.9rem;
}

.gnxtm-posts-grid__item:last-of-type {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
    .gnxtm-posts-grid__item {
        margin-bottom: 8.8rem;
    }

    .gnxtm-posts-grid__item:last-of-type {
        margin-bottom: 8.8rem;
    }
}

.post-simple-alt {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.no-touch .post-simple-alt:hover .post-simple-alt__tags .tag {
    -webkit-transform: translateY(0.8rem);
    -moz-transform: translateY(0.8rem);
    -ms-transform: translateY(0.8rem);
    transform: translateY(0.8rem);
}

.no-touch .post-simple-alt:hover .post-simple-alt__tags .tag:nth-of-type(2) {
    -webkit-transform: translateY(1.2rem);
    -moz-transform: translateY(1.2rem);
    -ms-transform: translateY(1.2rem);
    transform: translateY(1.2rem);
}

.no-touch .post-simple-alt:hover .post-simple-alt__tags .tag:nth-of-type(3) {
    -webkit-transform: translateY(1.6rem);
    -moz-transform: translateY(1.6rem);
    -ms-transform: translateY(1.6rem);
    transform: translateY(1.6rem);
}

.no-touch .post-simple-alt:hover .post-simple-alt__tags .tag:nth-of-type(4) {
    -webkit-transform: translateY(2rem);
    -moz-transform: translateY(2rem);
    -ms-transform: translateY(2rem);
    transform: translateY(2rem);
}

.no-touch .post-simple-alt:hover .post-simple-alt__tags .tag:nth-of-type(5) {
    -webkit-transform: translateY(2.4rem);
    -moz-transform: translateY(2.4rem);
    -ms-transform: translateY(2.4rem);
    transform: translateY(2.4rem);
}

.no-touch .post-simple-alt:hover .post-simple-alt__tags .tag:nth-of-type(6) {
    -webkit-transform: translateY(2.8rem);
    -moz-transform: translateY(2.8rem);
    -ms-transform: translateY(2.8rem);
    transform: translateY(2.8rem);
}

.no-touch .post-simple-alt:hover .post-simple-alt__tags .tag:nth-of-type(7) {
    -webkit-transform: translateY(3.2rem);
    -moz-transform: translateY(3.2rem);
    -ms-transform: translateY(3.2rem);
    transform: translateY(3.2rem);
}

.no-touch .post-simple-alt:hover .post-simple-alt__tags .tag:nth-of-type(8) {
    -webkit-transform: translateY(3.6rem);
    -moz-transform: translateY(3.6rem);
    -ms-transform: translateY(3.6rem);
    transform: translateY(3.6rem);
}

.no-touch .post-simple-alt:hover .post-simple-alt__title {
    -webkit-transform: translateY(0.8rem);
    -moz-transform: translateY(0.8rem);
    -ms-transform: translateY(0.8rem);
    transform: translateY(0.8rem);
}

.no-touch .post-simple-alt:hover .post-simple-alt__media {
    -webkit-transform: translateY(0.6rem);
    -moz-transform: translateY(0.6rem);
    -ms-transform: translateY(0.6rem);
    transform: translateY(0.6rem);
}

.no-touch .post-simple-alt:hover .post-simple-alt__media img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.post-simple-alt__date {
    margin-bottom: 0.6rem;
}

.post-simple-alt__caption {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 6rem;
    margin-top: 1.8rem;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.post-simple-alt__title {
    -webkit-transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
    transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
    -moz-transition:
        transform var(--_animspeed-medium) var(--_animbezier),
        -moz-transform var(--_animspeed-medium) var(--_animbezier);
    transition: transform var(--_animspeed-medium) var(--_animbezier);
    transition:
        transform var(--_animspeed-medium) var(--_animbezier),
        -webkit-transform var(--_animspeed-medium) var(--_animbezier),
        -moz-transform var(--_animspeed-medium) var(--_animbezier);
    max-width: 80%;
}

.post-simple-alt__title h3 {
    font: normal 700 2rem/1.2 var(--_font-default);
    letter-spacing: -0.04rem;
    color: var(--t-bright);
    -webkit-transition: color var(--_animspeed-medium) ease;
    -moz-transition: color var(--_animspeed-medium) ease;
    transition: color var(--_animspeed-medium) ease;
}

.post-simple-alt__title h3 a {
    color: var(--t-bright);
}

.post-simple-alt__title h3.permanent {
    color: var(--nl-white);
}

.post-simple-alt__title h3.permanent a {
    color: var(--nl-white);
}

@media only screen and (min-width: 768px) {
    .post-simple-alt__title h3 {
        font-size: 2.2rem;
    }
}

.post-simple-alt__tags {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-top: 0.4rem;
}

.post-simple-alt__tags a {
    color: var(--t-medium);
}

.post-simple-alt__tags .tag {
    -webkit-transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
    transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
    -moz-transition:
        transform var(--_animspeed-medium) var(--_animbezier),
        -moz-transform var(--_animspeed-medium) var(--_animbezier);
    transition: transform var(--_animspeed-medium) var(--_animbezier);
    transition:
        transform var(--_animspeed-medium) var(--_animbezier),
        -webkit-transform var(--_animspeed-medium) var(--_animbezier),
        -moz-transform var(--_animspeed-medium) var(--_animbezier);
}

.post-simple-alt__media {
    display: inline-block;
    overflow: hidden;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
    transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
    -moz-transition:
        transform var(--_animspeed-medium) var(--_animbezier),
        -moz-transform var(--_animspeed-medium) var(--_animbezier);
    transition: transform var(--_animspeed-medium) var(--_animbezier);
    transition:
        transform var(--_animspeed-medium) var(--_animbezier),
        -webkit-transform var(--_animspeed-medium) var(--_animbezier),
        -moz-transform var(--_animspeed-medium) var(--_animbezier);
}

.post-simple-alt__media img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    will-change: transform;
    -webkit-transition: -webkit-transform var(--_animspeed-medium);
    transition: -webkit-transform var(--_animspeed-medium);
    -moz-transition:
        transform var(--_animspeed-medium),
        -moz-transform var(--_animspeed-medium);
    transition: transform var(--_animspeed-medium);
    transition:
        transform var(--_animspeed-medium),
        -webkit-transform var(--_animspeed-medium),
        -moz-transform var(--_animspeed-medium);
}

.gnxtm-blog-pagination {
    position: relative;
    margin-top: 5.4rem;
    margin-bottom: 2.7rem;
}

.gnxtm-blog-pagination.pagination-fullwidth {
    margin-top: 6.9rem;
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
    .gnxtm-blog-pagination.pagination-fullwidth {
        margin-top: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-blog-pagination {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-blog-pagination {
        padding-right: 2rem;
    }
}

.gnxtm-blog-pagination__inner {
    position: relative;
}

.gnxtm-blog-pagination__items {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1rem;
    font: normal 600 1.8rem/1.6 var(--_font-accent);
}

.blog-pagination-control {
    position: absolute;
    top: 0;
    padding-top: 0.6rem;
}

.blog-pagination-control .btn-caption {
    display: none !important;
}

.blog-pagination-control.prev {
    left: 0;
}

.blog-pagination-control.next {
    right: 0;
}

@media only screen and (min-width: 768px) {
    .blog-pagination-control {
        padding-top: 0;
    }

    .blog-pagination-control .btn-caption {
        display: block !important;
    }
}

.blog-pagination-number {
    font: normal 600 1.8rem/1.6 var(--_font-accent);
    color: var(--t-medium);
}

.blog-pagination-number.active {
    color: var(--t-bright);
}

.gnxtm-sidebar {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5.3rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-sidebar {
        gap: 7.3rem;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-sidebar {
        gap: 7.3rem;
    }
}

.gnxtm-sidebar__widget {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.2rem;
}

.widget__title p {
    font: normal 600 1.4rem/1.2 var(--_font-accent);
    text-transform: uppercase;
    letter-spacing: -0.05rem;
    color: var(--t-medium);
}

.widget__descr p {
    font: normal 700 2rem/1.2 var(--_font-default);
    letter-spacing: -0.05rem;
    color: var(--t-bright);
}

.widget__descr p span {
    color: var(--t-medium);
}

.widget__categories {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
}

.categories__item {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.categories__link {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    font: normal 700 2.4rem/1.2 var(--_font-default);
    letter-spacing: -0.05rem;
    color: var(--t-bright);
    -webkit-transition: color var(--_animspeed-fast) ease-in-out;
    -moz-transition: color var(--_animspeed-fast) ease-in-out;
    transition: color var(--_animspeed-fast) ease-in-out;
}

.categories__link span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-top: 0.2rem;
    font: normal 600 1.8rem/1.2 var(--_font-accent);
    text-transform: uppercase;
    color: var(--t-medium);
    -webkit-transition: color var(--_animspeed-fast) ease-in-out;
    -moz-transition: color var(--_animspeed-fast) ease-in-out;
    transition: color var(--_animspeed-fast) ease-in-out;
}

.categories__link span::before {
    content: "[";
}

.categories__link span::after {
    content: "]";
}

@media only screen and (min-width: 1200px) {
    .no-touch .categories__link:hover {
        color: var(--t-medium);
    }

    .no-touch .categories__link:hover span {
        color: var(--t-bright);
    }
}

.widget__recent-posts {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3rem;
    margin-top: 1rem;
}

@media only screen and (min-width: 768px) {
    .widget__recent-posts {
        margin-bottom: 0.7rem;
    }
}

.recent-post__item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
}

.recent-post__thumb {
    -ms-flex-preferred-size: 120px;
    flex-basis: 120px;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 120px;
    -moz-border-radius: var(--_radius-s);
    border-radius: var(--_radius-s);
    overflow: hidden;
    background-color: #ff0;
}

.recent-post__thumb a {
    display: block;
}

.recent-post__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition:
        -webkit-filter var(--_animspeed-medium),
        -webkit-transform var(--_animspeed-medium) var(--_animbezier);
    transition:
        -webkit-filter var(--_animspeed-medium),
        -webkit-transform var(--_animspeed-medium) var(--_animbezier);
    -moz-transition:
        filter var(--_animspeed-medium),
        transform var(--_animspeed-medium) var(--_animbezier),
        -moz-transform var(--_animspeed-medium) var(--_animbezier);
    transition:
        filter var(--_animspeed-medium),
        transform var(--_animspeed-medium) var(--_animbezier);
    transition:
        filter var(--_animspeed-medium),
        transform var(--_animspeed-medium) var(--_animbezier),
        -webkit-filter var(--_animspeed-medium),
        -webkit-transform var(--_animspeed-medium) var(--_animbezier),
        -moz-transform var(--_animspeed-medium) var(--_animbezier);
}

.no-touch .recent-post__thumb:hover img {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}

.recent-post__content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.2rem;
}

.recent-post__title {
    font: normal 700 2rem/1.2 var(--_font-default);
    letter-spacing: -0.05rem;
    color: var(--t-bright);
}

.recent-post__title a {
    display: inline;
    color: var(--t-bright);
    -webkit-transition: color var(--_animspeed-medium) ease-in-out;
    -moz-transition: color var(--_animspeed-medium) ease-in-out;
    transition: color var(--_animspeed-medium) ease-in-out;
}

.recent-post__title a span {
    color: var(--t-medium);
}

.recent-post__meta {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
}

.widget-ad {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
    overflow: hidden;
}

@media only screen and (min-width: 768px) {
    .widget-ad {
        margin-bottom: 0.4rem;
    }
}

@media only screen and (min-width: 1200px) {
    .widget-ad {
        height: 460px;
    }
}

.widget__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (min-width: 1200px) {
    .widget__image {
        height: 100%;
    }
}

.widget__tags {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1rem;
}

.widget__social-links-small {
    position: relative;
    margin-top: 1rem;
}

@media (hover) and (prefers-reduced-motion: no-preference) {
    .widget__social-links-small>.social-links-small__item {
        -webkit-transition: opacity var(--_animspeed-medium) var(--_animbezier);
        -moz-transition: opacity var(--_animspeed-medium) var(--_animbezier);
        transition: opacity var(--_animspeed-medium) var(--_animbezier);
    }

    .widget__social-links-small:hover>.social-links-small__item:not(:hover) {
        opacity: 0.3;
    }

    .widget__social-links-small:hover>.social-links-small__item:not(:hover) .social-links-small__icon,
    .widget__social-links-small:hover>.social-links-small__item:not(:hover) .social-links-small__title {
        scale: 0.964;
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transition:
            opacity var(--_animspeed-medium),
            scale var(--_animspeed-medium) var(--_animbezier);
        -moz-transition:
            opacity var(--_animspeed-medium),
            scale var(--_animspeed-medium) var(--_animbezier);
        transition:
            opacity var(--_animspeed-medium),
            scale var(--_animspeed-medium) var(--_animbezier);
    }
}

.social-links-small__item {
    position: relative;
    display: block;
    margin-top: -1px;
}

.social-links-small__item:first-of-type {
    margin-top: 0;
}

.social-links-small__divider {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: var(--st-medium);
}

.social-links-small__link {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2.3rem 0 2.5rem 0;
    overflow: hidden;
}

.no-touch .social-links-small__link:hover .social-links-small__icon i svg,
.no-touch .social-links-small__link:hover .social-links-small__icon i::before {
    -webkit-animation: 0.6s var(--_animbezier) 0s 1 both slideRightUp;
    -moz-animation: 0.6s var(--_animbezier) 0s 1 both slideRightUp;
    animation: 0.6s var(--_animbezier) 0s 1 both slideRightUp;
}

.social-links-small__title {
    position: relative;
    font: normal 700 2rem/1.2 var(--_font-default);
    color: var(--t-bright);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition:
        opacity var(--_animspeed-medium),
        scale var(--_animspeed-medium) var(--_animbezier);
    -moz-transition:
        opacity var(--_animspeed-medium),
        scale var(--_animspeed-medium) var(--_animbezier);
    transition:
        opacity var(--_animspeed-medium),
        scale var(--_animspeed-medium) var(--_animbezier);
}

.social-links-small__icon {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1.8rem;
    -webkit-transition:
        opacity var(--_animspeed-medium),
        scale var(--_animspeed-medium) var(--_animbezier);
    -moz-transition:
        opacity var(--_animspeed-medium),
        scale var(--_animspeed-medium) var(--_animbezier);
    transition:
        opacity var(--_animspeed-medium),
        scale var(--_animspeed-medium) var(--_animbezier);
}

.social-links-small__icon i,
.social-links-small__icon span,
.social-links-small__icon svg {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
}

.social-links-small__icon i {
    font-size: 1.8rem;
    color: var(--t-bright);
    overflow: hidden;
}

.social-links-small__icon svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: var(--t-bright);
}

.social-links-small__icon.accent svg {
    fill: var(--pt-t-accent-bright);
}

.gnxtm-article-area {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 12rem;
}

.gnxtm-article,
.gnxtm-article-container {
    position: relative;
    width: 100%;
}

.gnxtm-article__headline {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 5rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-article__headline {
        max-width: 870px;
        margin: 0 auto 5rem;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-article__headline {
        max-width: 900px;
    }
}

.gnxtm-article__tags {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.2rem;
    row-gap: 0.5rem;
    -webkit-column-gap: 1.2rem;
    -moz-column-gap: 1.2rem;
    column-gap: 1.2rem;
    margin-bottom: 2rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-article__tags {
        margin-bottom: 2.2rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-article__tags {
        margin-bottom: 1.6rem;
    }
}

.gnxtm-article__title {
    margin-bottom: 3rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-article__title {
        margin-bottom: 3rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-article__title {
        margin-bottom: 3rem;
    }
}

.gnxtm-article__meta {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1.6rem;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-article__meta {
        margin-bottom: 1.8rem;
    }
}

.gnxtm-article__data {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    row-gap: 0.4rem;
}

.gnxtm-article__thumb {
    position: relative;
    height: 360px;
    -moz-border-radius: var(--_radius-l);
    border-radius: var(--_radius-l);
    overflow: hidden;
    margin-bottom: 5rem;
}

.gnxtm-article__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (min-width: 768px) {
    .gnxtm-article__thumb {
        height: 600px;
        margin-bottom: 5rem;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-article__thumb {
        height: 760px;
    }
}

.gnxtm-article__content {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5rem;
    width: 100%;
    text-align: left;
}

@media only screen and (min-width: 768px) {
    .gnxtm-article__content {
        gap: 5rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-article__content {
        max-width: 870px;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-article__content {
        max-width: 900px;
    }
}

.gnxtm-article__block {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3rem;
    width: 100%;
}

.gnxtm-article__block.block-table-of-contents {
    background-color: var(--base-tint);
    padding: 3rem;
}

.gnxtm-article__block.block-quote {
    padding: 4.2rem 0 5.3rem 0;
    border-top: 1px solid var(--st-medium);
    border-bottom: 1px solid var(--st-medium);
}

.gnxtm-article__block.block-image {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-article__block.block-table-of-contents {
        padding: 4rem;
    }

    .gnxtm-article__block.block-image {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .gnxtm-article__block h4 {
        font-size: 3.4rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-article__block.block-image {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.gnxtm-article__excerpt {
    font: normal 700 2.4rem/1.2 var(--_font-default);
    color: var(--t-bright);
    letter-spacing: -0.04rem;
}

.gnxtm-article__excerpt span {
    color: var(--t-medium);
}

@media only screen and (min-width: 768px) {
    .gnxtm-article__excerpt {
        font-size: 3.4rem;
        letter-spacing: -0.1rem;
    }
}

.gnxtm-article__normal {
    font: normal 500 1.8rem/1.6 var(--_font-default);
    color: var(--t-medium);
}

.gnxtm-article__normal a,
.gnxtm-article__normal span {
    font-weight: 700;
    color: var(--t-bright);
}

.gnxtm-article__normal a {
    text-decoration: underline;
}

@media only screen and (min-width: 768px) {
    .gnxtm-article__normal {
        font-size: 2rem;
    }
}

.table-of-contents__title {
    display: block;
    overflow: hidden;
    color: var(--t-medium);
    font: normal 600 1.4rem/1.6 var(--_font-accent);
    text-transform: uppercase;
    letter-spacing: -0.05rem;
}

.table-of-contents__nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem !important;
}

.table-of-contents__nav li {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.table-of-contents__nav li a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.2rem;
    font: normal 700 2.2rem/1.2 var(--_font-default);
    letter-spacing: -0.05rem;
    color: var(--t-bright);
    -webkit-transition: color var(--_animspeed-fast) ease-in-out;
    -moz-transition: color var(--_animspeed-fast) ease-in-out;
    transition: color var(--_animspeed-fast) ease-in-out;
}

.table-of-contents__nav li a i,
.table-of-contents__nav li a span,
.table-of-contents__nav li a svg {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
}

.table-of-contents__nav li a i {
    font-size: 1.8rem;
    overflow: hidden;
}

.table-of-contents__nav li a svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: var(--t-bright);
}

@media only screen and (min-width: 1200px) {
    .no-touch .table-of-contents__nav li a:hover {
        color: var(--t-medium);
    }
}

.quote__text {
    font: normal 700 3.4rem/1.4 var(--_font-default);
    letter-spacing: -0.1rem;
    color: var(--t-bright);
    margin-bottom: 1.2rem;
}

.quote__text span {
    color: var(--t-medium);
}

@media only screen and (min-width: 768px) {
    .quote__text {
        font-size: 3.6rem;
    }
}

.quote__cite {
    color: var(--t-medium);
    font: normal 600 1.4rem/1.6 var(--_font-accent);
    text-transform: uppercase;
    letter-spacing: -0.05rem;
}

.gnxtm-article__content ol {
    list-style: decimal inside;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1rem;
}

.gnxtm-article__content ol:not(:has(ol, ul)) {
    gap: 0;
}

.gnxtm-article__content ol li {
    font: normal 500 1.8rem/1.6 var(--_font-default);
    color: var(--t-medium);
}

.gnxtm-article__content ol li span {
    font-weight: 700;
    color: var(--t-bright);
}

.gnxtm-article__content ol ul {
    gap: 0;
    -webkit-padding-start: 2.4rem;
    -moz-padding-start: 2.4rem;
    padding-inline-start: 2.4rem;
    margin-top: 1rem;
}

.gnxtm-article__content ul {
    list-style: disc inside;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1rem;
}

.gnxtm-article__content ul:not(:has(ol, ul)) {
    gap: 0;
}

.gnxtm-article__content ul li {
    font: normal 500 1.8rem/1.6 var(--_font-default);
    color: var(--t-medium);
}

.gnxtm-article__content ul li span {
    font-weight: 700;
    color: var(--t-bright);
}

.gnxtm-article__content ul ol,
.gnxtm-article__content ul ul {
    gap: 0;
    -webkit-padding-start: 2.4rem;
    -moz-padding-start: 2.4rem;
    padding-inline-start: 2.4rem;
    margin-top: 1rem;
}

@media only screen and (min-width: 1600px) {
    .gnxtm-article__content ol li {
        font-size: 2rem;
    }

    .gnxtm-article__content ol ul {
        -webkit-padding-start: 2.8rem;
        -moz-padding-start: 2.8rem;
        padding-inline-start: 2.8rem;
    }

    .gnxtm-article__content ul li {
        font-size: 2rem;
    }

    .gnxtm-article__content ul ol,
    .gnxtm-article__content ul ul {
        -webkit-padding-start: 2.8rem;
        -moz-padding-start: 2.8rem;
        padding-inline-start: 2.8rem;
    }
}

.block-image__container {
    position: relative;
    overflow: hidden;
}

.block-image__container img {
    display: block;
    width: 100%;
    height: auto;
}

.block-image__tags {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1rem;
}

.gnxtm-article-author {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3rem;
    width: 100%;
    background-color: var(--base-tint);
    padding: 3rem;
    margin-top: 6rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-article-author {
        padding: 4rem;
        margin-top: 8rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-article-author {
        max-width: 870px;
        margin: 8rem auto 0;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-article-author {
        max-width: 900px;
    }
}

.gnxtm-article-author__data {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1.8rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-article-author__data {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 3rem;
    }
}

.gnxtm-article-author__avatar {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 10rem;
    height: 10rem;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.gnxtm-article-author__avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (min-width: 768px) {
    .gnxtm-article-author__avatar {
        -ms-flex-preferred-size: 130px;
        flex-basis: 130px;
        height: 13rem;
    }
}

.gnxtm-article-author__info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.gnxtm-article-author__name {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.6rem;
    line-height: 1;
}

.gnxtm-article-author__name a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: var(--t-bright);
}

.gnxtm-article-author__name small {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font: normal 600 1.4rem/1.2 var(--_font-accent);
    text-transform: uppercase;
    letter-spacing: -0.05rem;
    color: var(--t-medium);
}

.gnxtm-article-author__socials {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 0.4rem;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    margin-top: 2.2rem;
}

.gnxtm-article-navigation {
    position: relative;
    margin-top: 7rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid var(--st-medium);
}

@media only screen and (min-width: 768px) {
    .gnxtm-article-navigation {
        margin-top: 8rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-article-navigation {
        max-width: 870px;
        margin: 8rem auto 0;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-article-navigation {
        max-width: 900px;
    }
}

.gnxtm-article-navigation__navitem {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem;
}

.gnxtm-article-navigation__navitem.left {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-right: 1.5rem;
}

.gnxtm-article-navigation__navitem.right {
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-left: 1.5rem;
    text-align: right;
}

@media only screen and (min-width: 768px) {
    .gnxtm-article-navigation__navitem.left {
        padding-right: 3rem;
    }

    .gnxtm-article-navigation__navitem.right {
        padding-left: 3rem;
    }
}

.gnxtm-article-navigation__link {
    font: normal 700 2rem/1.2 var(--_font-default);
    letter-spacing: -0.06rem;
    color: var(--t-bright);
}

@media only screen and (min-width: 1600px) {
    .gnxtm-article-navigation__link {
        font-size: 2.2rem;
    }
}

.gnxtm-article-comments {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 7rem;
    width: 100%;
    margin-top: 7rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-article-comments {
        gap: 8rem;
        margin-top: 8rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-article-comments {
        max-width: 870px;
        margin: 8rem auto 0;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-article-comments {
        max-width: 900px;
    }
}

.gnxtm-article-comments__container,
.gnxtm-article-comments__respond {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3rem;
}

.gnxtm-article-comments__list {
    position: relative;
    width: 100%;
}

.gnxtm-article-comments__list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.gnxtm-comment {
    margin-top: -1px;
    border-top: 1px solid var(--st-medium);
}

.gnxtm-comment:last-of-type {
    border-bottom: 1px solid var(--st-medium);
}

.gnxtm-comment__children {
    padding-left: 3rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-comment__children {
        padding-left: 13rem;
    }
}

.gnxtm-comment__container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem;
    padding: 3rem 0;
}

@media only screen and (min-width: 768px) {
    .gnxtm-comment__container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 3rem;
        padding: 4rem 0;
    }
}

.gnxtm-comment__avatar {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 10rem;
    height: 10rem;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 0.6rem;
}

.gnxtm-comment__avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (min-width: 768px) {
    .gnxtm-comment__avatar {
        margin-bottom: 0;
    }
}

.gnxtm-comment__content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.4rem;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-comment__content {
        gap: 1.6rem;
    }
}

.gnxtm-comment__info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.4rem;
}

.gnxtm-comment__date {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font: normal 600 1.4rem/1.2 var(--_font-accent);
    text-transform: uppercase;
    letter-spacing: -0.05rem;
    color: var(--t-medium);
}

.gnxtm-comment__name {
    font: normal 700 3rem/1.2 var(--_font-default);
    letter-spacing: -0.1rem;
    color: var(--t-bright);
}

.gnxtm-comment__name a {
    color: var(--t-bright);
}

.gnxtm-comment__reply {
    margin-top: 0.9rem;
}

.comments-respond__row {
    margin-right: -3rem;
    margin-left: -3rem;
}

.gnxtm-promo {
    position: relative;
    width: 100%;
    background-color: var(--base-opp);
}

.gnxtm-promo.transparent {
    background-color: transparent;
}

.gnxtm-promo__wrap {
    position: relative;
    padding: 10rem 0 30rem 0;
}

.gnxtm-promo__wrap.auto-height {
    max-height: none;
    padding-bottom: 0;
}

@media only screen and (min-width: 768px) {
    .gnxtm-promo__wrap {
        height: auto;
        max-height: 100vh;
        padding: 10rem 0 30rem 0;
    }

    .gnxtm-promo__wrap.auto-height {
        max-height: none;
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-promo__wrap {
        padding: 10rem 0 30rem 0;
    }

    .gnxtm-promo__wrap.auto-height {
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-promo__wrap {
        padding: 10rem 0 30rem 0;
    }

    .gnxtm-promo__wrap.auto-height {
        padding-bottom: 0;
    }
}

.gnxtm-promo__content {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 2.1rem;
    padding: 0 3rem;
    pointer-events: none;
}

.gnxtm-promo__content * {
    pointer-events: auto;
}

@media only screen and (min-width: 768px) {
    .gnxtm-promo__content {
        gap: 2rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-promo__content {
        gap: 2.3rem;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-promo__content {
        gap: 2.5rem;
    }
}

.gnxtm-promo__btngroup,
.gnxtm-promo__caption {
    max-width: 640px;
}

@media only screen and (min-width: 1200px) {

    .gnxtm-promo__btngroup,
    .gnxtm-promo__caption {
        max-width: 800px;
    }
}

.gnxtm-promo__caption h2 {
    text-align: center;
}

.gnxtm-promo__marquee {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 11.1rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-promo__marquee {
        margin-top: 15.7rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-promo__marquee {
        margin-top: 16.2rem;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-promo__marquee {
        margin-top: 18rem;
    }
}

.gnxtm-divider-l,
.gnxtm-divider-xl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (min-width: 768px) {

    .gnxtm-divider-l,
    .gnxtm-divider-xl {
        padding: 20rem 0;
    }
}

@media only screen and (min-width: 1200px) {

    .gnxtm-divider-l.gnxtm-divider-fullheight,
    .gnxtm-divider-xl.gnxtm-divider-fullheight {
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100vh;
        padding: 0;
    }
}

.gnxtm-divider-xl.padding-top-default {
    padding-top: 12rem;
}

.gnxtm-divider-xl.padding-top-subtitle {
    padding-top: 12rem;
}

.gnxtm-divider-xl.padding-bottom-default {
    padding-bottom: 12rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-divider-xl.padding-top-subtitle {
        padding-top: 16.3rem;
    }

    .gnxtm-divider-xl.padding-bottom-default {
        padding-bottom: 17rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-divider-xl.padding-top-subtitle {
        padding-top: 17.3rem;
    }

    .gnxtm-divider-xl.padding-bottom-default {
        padding-bottom: 18rem;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-divider-xl.padding-top-subtitle {
        padding-top: 19.3rem;
    }

    .gnxtm-divider-xl.padding-bottom-default {
        padding-bottom: 12rem;
    }
}

.gnxtm-divider-l__content,
.gnxtm-divider-xl__content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.5rem;
    overflow: hidden;
}

.gnxtm-divider-l__content.difference,
.gnxtm-divider-xl__content.difference {
    mix-blend-mode: difference;
}

@media only screen and (min-width: 768px) {

    .gnxtm-divider-l__content,
    .gnxtm-divider-xl__content {
        max-width: 800px;
        gap: 2rem;
    }
}

@media only screen and (min-width: 1200px) {

    .gnxtm-divider-l__content,
    .gnxtm-divider-xl__content {
        gap: 2.3rem;
    }
}

@media only screen and (min-width: 1600px) {

    .gnxtm-divider-l__content,
    .gnxtm-divider-xl__content {
        gap: 2.4rem;
    }
}

@media only screen and (min-width: 768px) {
    .gnxtm-divider-l__content {
        max-width: 1140px;
    }
}

.gnxtm-divider-xl__btngroup.difference {
    mix-blend-mode: difference;
}

.gnxtm-divider-xl__caption {
    text-align: center;
    margin-bottom: 2rem;
}

.gnxtm-divider-xl__caption.difference {
    mix-blend-mode: difference;
}

.gnxtm-divider-xl__caption h2 {
    position: relative;
    display: block;
}

@media only screen and (min-width: 768px) {
    .gnxtm-divider-xl__caption {
        margin-bottom: 2.4rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-divider-xl__caption {
        margin-bottom: 3rem;
    }
}

.gnxtm-divider-l__caption {
    text-align: center;
}

.gnxtm-divider-l__text {
    font: normal 700 3rem/1.3 var(--_font-default);
    letter-spacing: -0.1rem;
    color: var(--t-bright);
}

.gnxtm-divider-l__text span {
    color: var(--t-medium);
}

.gnxtm-divider-l__text.permanent {
    color: var(--nl-white);
}

.gnxtm-divider-l__text.opposite {
    color: var(--t-opp-bright);
}

@media only screen and (min-width: 768px) {
    .gnxtm-divider-l__text {
        font-size: 7.6rem;
        letter-spacing: -0.3rem;
    }
}

.gnxtm-divider-gif {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.gnxtm-divider-gif img {
    display: block;
    width: 100%;
    height: auto;
}

.gnxtm-divider-gif__front {
    position: relative;
    width: 18rem;
    height: auto;
    overflow: hidden;
    z-index: 2;
}

@media only screen and (min-width: 768px) {
    .gnxtm-divider-gif__front {
        width: 26rem;
    }
}

.gnxtm-divider-gif__back {
    position: relative;
    width: 10rem;
    height: auto;
    overflow: hidden;
    z-index: 1;
}

.gnxtm-divider-gif__back.left {
    margin-right: -1rem;
}

.gnxtm-divider-gif__back.right {
    margin-left: -1rem;
}

.gnxtm-divider-gif__back img {
    opacity: 0.3;
}

@media only screen and (min-width: 768px) {
    .gnxtm-divider-gif__back {
        width: 15rem;
    }
}

.gnxtm-dv-sticky-img {
    position: relative;
    text-align: center;
}

.gnxtm-dv-sticky-img__sticky {
    position: sticky;
    top: 0;
    height: 100svh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    z-index: 2;
}

.gnxtm-dv-sticky-img__progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: var(--accent);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    will-change: transform;
    z-index: 10;
}

.gnxtm-dv-sticky-img__images {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.images__list {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.images__listitem {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.images__overflow {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    will-change: transform, clippath;
}

.images__img {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.images__video {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-position: center center;
    -moz-background-size: contain;
    background-size: contain;
    -o-object-fit: cover;
    object-fit: cover;
}

.gnxtm-dv-sticky-img__content {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
}

.gnxtm-dv-sticky-img__titlelist,
.gnxtm-dv-sticky-img__titlewrap {
    position: relative;
    width: 100%;
}

.gnxtm-dv-sticky-img__titlelist {
    height: 68px;
}

@media only screen and (min-width: 768px) {
    .gnxtm-dv-sticky-img__titlelist {
        height: 71px;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-dv-sticky-img__titlelist {
        height: 124px;
    }
}

.gnxtm-dv-sticky-img__titleitem {
    position: absolute;
    top: 0;
    width: 100%;
    overflow: hidden;
}

.gnxtm-dv-sticky-img__titleitem h2 {
    line-height: 1.3;
}

.gnxtm-dv-sticky-img__number {
    margin-bottom: 1.9rem;
    color: var(--nl-white);
}

@media only screen and (min-width: 768px) {
    .gnxtm-dv-sticky-img__number {
        margin-bottom: 1.8rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-dv-sticky-img__number {
        margin-bottom: 1.8rem;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-dv-sticky-img__number {
        margin-bottom: 2rem;
    }
}

.gnxtm-dv-sticky-img__btnholder {
    margin-top: 1.6rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-dv-sticky-img__btnholder {
        margin-top: 2.8rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-dv-sticky-img__btnholder {
        margin-top: 0.6rem;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-dv-sticky-img__btnholder {
        margin-top: 3.6rem;
    }
}

.gnxtm-dv-sticky-cap {
    position: relative;
    width: 100%;
}

.gnxtm-dv-sticky-cap__static {
    position: sticky;
    top: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100vh;
    overflow: hidden;
    z-index: 2;
    padding: 13rem 0;
    mix-blend-mode: difference;
}

@media only screen and (min-width: 768px) {
    .gnxtm-dv-sticky-cap__static {
        padding: 16.4rem 0 16rem 0;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-dv-sticky-cap__static {
        padding: 17.4rem 0 16.5rem 0;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-dv-sticky-cap__static {
        padding: 19.4rem 0 17.9rem 0;
    }
}

.gnxtm-dv-sticky-cap__scroll {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
    overflow: hidden;
    padding-bottom: 100vh;
}

@media only screen and (min-width: 768px) {
    .gnxtm-dv-sticky-cap__scroll {
        gap: 19.5rem;
        padding-bottom: 100vh;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-dv-sticky-cap__scroll {
        gap: 19.5rem;
    }
}

.gnxtm-dv-sticky-cap__content {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.4rem;
    padding: 0 3rem;
}

@media only screen and (min-width: 768px) {
    .gnxtm-dv-sticky-cap__content {
        max-width: 740px;
        gap: 2rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-dv-sticky-cap__content {
        max-width: 1140px;
        gap: 2rem;
    }
}

.gnxtm-dv-sticky-cap__center {
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.gnxtm-dv-sticky-cap__bottom,
.gnxtm-dv-sticky-cap__top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.gnxtm-dv-sticky-cap__caption {
    text-align: center;
}

.gnxtm-dv-sticky-cap__caption h2 {
    line-height: 1.3;
}

.gnxtm-dv-sticky-cap__text {
    font: normal 700 3.6rem/1.2 var(--_font-default);
    letter-spacing: -0.1rem;
    color: var(--t-bright);
}

.gnxtm-dv-sticky-cap__text span {
    color: var(--t-medium);
}

.gnxtm-dv-sticky-cap__text.permanent {
    color: var(--nl-white);
}

.gnxtm-dv-sticky-cap__text.permanent span {
    color: var(--nl-white-06);
}

.gnxtm-dv-sticky-cap__text.opposite {
    color: var(--t-opp-bright);
}

@media only screen and (min-width: 768px) {
    .gnxtm-dv-sticky-cap__text {
        font-size: 5rem;
        letter-spacing: -0.24rem;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-dv-sticky-cap__text {
        font-size: 7rem;
        letter-spacing: -0.3rem;
    }
}

.scroll-images-row__item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 3rem;
    margin-bottom: 10rem;
}

@media only screen and (min-width: 768px) {
    .scroll-images-row__item {
        margin-bottom: 0;
    }
}

.scroll-images-row__obj {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.6rem;
}

.scroll-images-row__obj img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.scroll-images-row__tags {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.gnxtm-pricing-table {
    position: relative;
}

.gnxtm-pricing-table__item {
    position: relative;
    margin-bottom: 3rem;
}

.gnxtm-pricing-table__item:last-of-type {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
    .gnxtm-pricing-table__item {
        margin-bottom: 6rem;
    }

    .gnxtm-pricing-table__item:last-of-type {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-pricing-table__item {
        margin-bottom: 2rem;
    }
}

.gnxtm-pricing-table__inner {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    background-color: var(--base-tint);
    padding: 3rem;
    -webkit-transition: all var(--_animspeed-medium);
    -moz-transition: all var(--_animspeed-medium);
    transition: all var(--_animspeed-medium);
}

.no-touch .gnxtm-pricing-table__inner:hover {
    background-color: var(--base);
}

.no-touch .gnxtm-pricing-table__inner:hover .gnxtm-pricing-table__bg {
    opacity: 1;
}

.no-touch .gnxtm-pricing-table__inner:hover .gnxtm-pricing-table__bg svg {
    -webkit-transform: scale(1.2) translateX(-50%);
    -moz-transform: scale(1.2) translateX(-50%);
    -ms-transform: scale(1.2) translateX(-50%);
    transform: scale(1.2) translateX(-50%);
}

@media only screen and (min-width: 1200px) {
    .gnxtm-pricing-table__inner {
        /* height: 100%; */
        padding: 3rem;
    }
}

.gnxtm-pricing-table__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity var(--_animspeed-medium) var(--_animbezier);
    -moz-transition: opacity var(--_animspeed-medium) var(--_animbezier);
    transition: opacity var(--_animspeed-medium) var(--_animbezier);
}

.gnxtm-pricing-table__bg svg {
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1) translateX(-50%);
    -moz-transform: scale(1) translateX(-50%);
    -ms-transform: scale(1) translateX(-50%);
    transform: scale(1) translateX(-50%);
    -webkit-transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
    transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
    -moz-transition:
        transform var(--_animspeed-medium) var(--_animbezier),
        -moz-transform var(--_animspeed-medium) var(--_animbezier);
    transition: transform var(--_animspeed-medium) var(--_animbezier);
    transition:
        transform var(--_animspeed-medium) var(--_animbezier),
        -webkit-transform var(--_animspeed-medium) var(--_animbezier),
        -moz-transform var(--_animspeed-medium) var(--_animbezier);
}

.gnxtm-pricing-table__tag {
    position: absolute;
    top: -1.6rem;
    left: 3rem;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-pricing-table__tag {
        left: 4rem;
    }
}

.gnxtm-pricing-table__data {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-pricing-table__data {
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.pricing-data__header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.pricing-header__title {
    margin-bottom: 1.7rem;
    font: normal 700 4rem/1.2 var(--_font-default);
    letter-spacing: -0.1rem;
    color: var(--t-bright);
}

.pricing-header__title span {
    color: var(--t-medium);
}

.pricing-header__title.small {
    font-size: 3rem;
}

.pricing-header__title.permanent {
    color: var(--nl-white);
}

.pricing-header__title.no-margin {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
    .pricing-header__title {
        margin-bottom: 1.5rem;
        font-size: 3.5rem;
    }

    .pricing-header__title.small {
        font-size: 3rem;
    }
}

.pricing-header__descr {
    font-size: 2rem;
}

.pricing-data__info {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5.5rem;
}

.pricing-data__price {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.4rem;
}

.pricing-data__num {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 0;
}

.pricing-data__currency,
.pricing-data__period {
    display: inline-block;
    font: normal 500 1.8rem/1.6 var(--_font-accent);
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    color: var(--t-medium);
}

.pricing-data__amount {
    font: normal 700 7.4rem/0.9 var(--_font-default);
    letter-spacing: -0.5rem;
    color: var(--t-bright);
}

.pricing-data__caption {
    display: inline-block;
    font: normal 400 1.4rem/1.6 var(--_font-accent);
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    color: var(--t-medium);
}

.gnxtm-pricing-table__plan {
    margin-top: 2.6rem;
}

.pricing-plan__caption {
    font-size: 2rem;
    margin-bottom: 0.4rem;
}

.gnxtm-check-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.4rem;
}

.gnxtm-check-list li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.2rem;
}

.gnxtm-check-list li span {
    display: inline-block;
    font: normal 400 1.4rem/1.6 var(--_font-accent);
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    color: var(--t-medium);
}

.gnxtm-check-list li i {
    font-size: 1.4rem;
    line-height: 1.6;
}

.gnxtm-check-list li svg {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 1.4rem;
    height: auto;
    fill: var(--t-medium);
}

.gnxtm-pricing-table__link {
    margin-top: 2rem;
}

.gnxtm-pricing-table__link a {
    font: normal 700 2rem/1.4 var(--_font-default);
    color: var(--t-bright);
    text-decoration: underline;
}

.gnxtm-block-split__item {
    margin-bottom: 4rem;
}

.gnxtm-block-split__item:last-of-type {
    margin-bottom: 0;
}

.gnxtm-block-split__item.manifest-item {
    margin-bottom: 6.8rem;
}

.gnxtm-block-split__item.manifest-item:last-of-type {
    margin-bottom: 0;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-block-split__item {
        margin-bottom: 0;
    }

    .gnxtm-block-split__item.manifest-item {
        margin-bottom: 0;
    }
}

.gnxtm-block-split__subtitle.pre-manifest {
    margin-bottom: 1.8rem;
}

.gnxtm-block-split__subtitle.pre-grid {
    margin-bottom: 2rem;
}

.gnxtm-block-split__subtitle p {
    display: block;
    overflow: hidden;
    color: var(--t-medium);
    font: normal 600 1.4rem/1.6 var(--_font-accent);
    text-transform: uppercase;
    letter-spacing: -0.05rem;
}

.gnxtm-block-split__subtitle p span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-block-split__subtitle.pre-manifest {
        margin-bottom: 2rem;
    }

    .gnxtm-block-split__subtitle.pre-grid {
        margin-bottom: 5.5rem;
    }
}

.gnxtm-block-split__manifest {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 2rem;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-block-split__manifest {
        gap: 2rem;
        max-width: 760px;
    }

    .gnxtm-block-split__manifest.fullwidth {
        max-width: none;
    }
}

.split-info__item {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.2rem;
    margin-top: -0.1rem;
    padding: 2rem 0.2rem 2rem 0.2rem;
}

@media only screen and (min-width: 1200px) {
    .split-info__item {
        padding: 2rem 0.2rem 2rem 0.2rem;
    }
}

.split-data__divider,
.split-info__divider {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--t-medium);
}

.split-data__divider.divider-top,
.split-info__divider.divider-top {
    top: 0;
}

.split-data__divider.divider-bottom,
.split-info__divider.divider-bottom {
    bottom: 0;
}

.split-info__details p {
    font: normal 700 2rem/1.2 var(--_font-default);
    letter-spacing: -0.04rem;
    color: var(--t-bright);
}

.split-info__details p a,
.split-info__details p span {
    font-weight: 500;
    color: var(--t-medium);
}

.split-info__details p a {
    -webkit-transition: color var(--_animspeed-medium);
    -moz-transition: color var(--_animspeed-medium);
    transition: color var(--_animspeed-medium);
}

.no-touch .split-info__details p a:hover {
    color: var(--t-bright);
}

@media only screen and (min-width: 1200px) {
    .split-info__details p {
        font-size: 2.4rem;
    }
}

.split-data__item {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1.1rem;
    margin-top: -0.1rem;
    padding: 2.5rem 0.2rem 3.2rem 0.2rem;
}

@media only screen and (min-width: 1200px) {
    .split-data__item {
        gap: 1.9rem;
        padding: 4.7rem 0.2rem 5.5rem 0.2rem;
    }
}

.split-data__name p {
    font: normal 700 2.8rem/1.2 var(--_font-default);
    letter-spacing: -0.1rem;
    color: var(--t-bright);
}

@media only screen and (min-width: 1200px) {
    .split-data__name p {
        font-size: 3.4rem;
    }
}

.gnxtm-images-grid {
    position: relative;
}

.gnxtm-images-grid__gallery {
    margin-bottom: 3rem;
}

.gnxtm-images-grid__gallery:last-of-type {
    margin-bottom: 0;
}

@media only screen and (min-width: 1200px) {
    .gnxtm-images-grid__gallery {
        margin-bottom: 6rem;
    }

    .gnxtm-images-grid__gallery:last-of-type {
        margin-bottom: 0;
    }
}

.gnxtm-images-grid__item {
    position: relative;
    height: 360px;
    margin-bottom: 3rem;
}

.gnxtm-images-grid__item:last-of-type {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
    .gnxtm-images-grid__item {
        height: 420px;
    }
}

@media only screen and (min-width: 1200px) {
    .gnxtm-images-grid__item {
        height: 460px;
        margin-bottom: 0;
    }

    .gnxtm-images-grid__item.wide {
        height: 600px;
    }
}

@media only screen and (min-width: 1600px) {
    .gnxtm-images-grid__item {
        height: 600px;
    }

    .gnxtm-images-grid__item.wide {
        height: 760px;
    }
}

.gnxtm-images-grid__inner {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.gnxtm-images-grid__inner img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.gnxtm-images-grid__inner img.transparent {
    -o-object-fit: contain;
    object-fit: contain;
}