﻿/*!
 * arkelab.com.br
 * A arkeLAB e uma empresa de tecnologia e inteligencia artificial aplicada a negocios.
 * Ajudamos empresas a organizar sua base, fortalecer sua presenca digital,
 * automatizar processos e transformar conhecimento em sistemas que realmente funcionam.
 * https://arkelab.com.br - Carlos Eduardo Tobias - eduardo@arkelab.com.br
 */
/* ! File name: main.css
 * ------------------------------------------------
 *
 * ------------------------------------------------
 * Table of Contents
 * ------------------------------------------------
 *  01. Fonts
 *  02. Variables
 *  03. Template Backgrounds
 *  04. Basic Styles
 *  05. Elements - Page Structure
 *  06. Elements - Typography
 *  07. Elements - Cursor
 *  08. Elements - Controls
 *  09. Elements - Forms
 *  09. Core - Header
 *  10. Core - Menu
 *  11. Core - Footer
 *  12. Core - Inner Headline
 *  13. Core - 404
 *  14. Hero - Hero #01
 *  15. Hero - Hero #02
 *  16. Hero - Hero #03
 *  17. Hero - Hero #04
 *  18. Hero - Hero #05
 *  19. Hero - Hero #06
 *  20. Hero - Hero #07
 *  21. Hero - Hero #08
 *  22. Hero - Hero #09
 *  22. Hero - Hero #10
 *  23. Landing - Hero
 *  24. Landing - Demo Grid
 *  25. Landing - Stack
 *  26. Landing - Marquee
 *  27. Landing - Responsive Promo
 *  28. Landing - Slider
 *  29. Landing - Components
 *  30. Landing - Features
 *  31. Landing - CTA
 *  32. Landing - Footer
 *  33. Features - Statistics Lines
 *  34. Features - Marquee
 *  35. Features - Matter.js Blocks
 *  36. Features - Accordion
 *  37. Block - About Teaser
 *  38. Block - About Images
 *  39. Block - About Process
 *  40. Block - About Mission
 *  41. Block - About Team
 *  42. Block - Description Split
 *  43. Block - Projects ClipPath
 *  44. Block - Projects Grid
 *  45. Block - Projects Stack Cards
 *  46. Block - Projects List
 *  47. Block - Services List
 *  48. Block - Services Capabilities List
 *  49. Block - Services Stack
 *  50. Block - Resume List
 *  51. Block - Awards List
 *  52. Block - Team List
 *  53. Block - Team Grid
 *  54. Block - Toolbox List
 *  55. Block - Tech Stack List
 *  56. Block - Niche Cards
 *  57. Block - Partners/Clients
 *  58. Block - Testimonials Sticky
 *  59. Block - Testimonials Slider
 *  60. Block - Testimonials Project
 *  61. Block - Next Project
 *  62. Block - Blog Preview Grid
 *  63. Block - Blog Preview List
 *  64. Block - Blog Page
 *  65. Block - Blog Article Page
 *  66. Block - CTA
 *  67. Divider - Dividers Simple
 *  68. Divider - Sticky Images
 *  69. Divider - Sticky Caption
 *  70. Block - Pricing Cards
 *  71. Block - Split Blocks
 *  72. Block - Images Grid
 * ------------------------------------------------
 * Table of Contents End
 * ------------------------------------------------ */
/* ------------------------------------------------ */
/* Fonts Start */
/* ------------------------------------------------ */
/* Manrope Font */
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");

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

/* ------------------------------------------------ */
/* Fonts End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Variables Start */
/* ------------------------------------------------ */
:root {
    --_size: 1.6rem;
    --_font-default: "Manrope", sans-serif;
    --_font-accent: "JetBrains Mono", 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);

    /* light color scheme */
    --base--light: #EEEAE8;
    --base-rgb--light: 238, 234, 232;
    --base-tint--light: #F9F7F7;
    --base-tint-rgb--light: 249, 247, 247;
    --base-bright--light: #ffffff;
    --base-bright-rgb--light: 255, 255, 255;
    --accent--light: #002bba;
    --highlight--light: #819ffe;
    --base-opp--light: #0f0f0f;
    --base-opp-rgb--light: 15, 15, 15;
    --t-bright--light: #121212;
    --t-medium--light: #575960;
    --t-muted--light: #7d7f89;
    --t-muted-extra--light: #dbd8d8;
    --t-opp-bright--light: #FFFFFF;
    --t-opp-medium--light: #8e93a1;
    --t-opp-muted--light: #36363c;
    --t-opp-muted-extra--light: #191a1d;
    --st-muted--light: #b7b2b1;
    --st-medium--light: #949291;
    --st-bright--light: #0f0f0f;
    --bg-demo-screen-01--light: url(../img/demo/screens/01.webp);
    --bg-demo-screen-02--light: url(../img/demo/screens/02.webp);
    --bg-demo-screen-03--light: url(../img/demo/screens/03.webp);
    --bg-demo-screen-04--light: url(../img/demo/screens/04.webp);
    --bg-demo-screen-05--light: url(../img/demo/screens/05.webp);
    --bg-demo-screen-06--light: url(../img/demo/screens/06.webp);
    --bg-demo-screen-07--light: url(../img/demo/screens/07.webp);
    --bg-demo-screen-08--light: url(../img/demo/screens/08.webp);
    --bg-demo-screen-09--light: url(../img/demo/screens/09.webp);
    --bg-demo-screen-10--light: url(../img/demo/screens/10.webp);

    /* dark color scheme */
    --base--dark: #0f0f0f;
    --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: #002bba;
    --highlight--dark: #002bba;
    --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: #313336;
    --st-bright--dark: #ffffff;
    --bg-demo-screen-01--dark: url(../img/demo/screens/01-d.webp);
    --bg-demo-screen-02--dark: url(../img/demo/screens/02-d.webp);
    --bg-demo-screen-03--dark: url(../img/demo/screens/03-d.webp);
    --bg-demo-screen-04--dark: url(../img/demo/screens/04-d.webp);
    --bg-demo-screen-05--dark: url(../img/demo/screens/05-d.webp);
    --bg-demo-screen-06--dark: url(../img/demo/screens/06-d.webp);
    --bg-demo-screen-07--dark: url(../img/demo/screens/07-d.webp);
    --bg-demo-screen-08--dark: url(../img/demo/screens/08-d.webp);
    --bg-demo-screen-09--dark: url(../img/demo/screens/09-d.webp);
    --bg-demo-screen-10--dark: url(../img/demo/screens/10-d.webp);

    /* permanent colors */
    --pt-base: #FFFFFF;
    --pt-base-dark: #0f0f0f;
    --pt-t-accent-bright: #FFFFFF;
    --pt-t-accent-medium: #A7B2E3;
    --pt-t-accent-muted: #8E9EE4;

    /* neutral colors */
    --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);
}

/* defaults */
@media (prefers-color-scheme: light) {
    :root {
        --base: var(--base--light);
        --base-rgb: var(--base-rgb--light);
        --base-tint: var(--base-tint--light);
        --base-tint-rgb: var(--base-tint-rgb--light);
        --base-bright: var(--base-bright--light);
        --base-bright-rgb: var(--base-bright-rgb--light);
        --accent: var(--accent--light);
        --highlight: var(--highlight--light);
        --base-opp: var(--base-opp--light);
        --base-opp-rgb: var(--base-opp-rgb--light);
        --t-bright: var(--t-bright--light);
        --t-medium: var(--t-medium--light);
        --t-muted: var(--t-muted--light);
        --t-muted-extra: var(--t-muted-extra--light);
        --t-opp-bright: var(--t-opp-bright--light);
        --t-opp-medium: var(--t-opp-medium--light);
        --t-opp-muted: var(--t-opp-muted--light);
        --t-opp-muted-extra: var(--t-opp-muted-extra--light);
        --st-muted: var(--st-muted--light);
        --st-medium: var(--st-medium--light);
        --st-bright: var(--st-bright--light);
        --bg-demo-screen-01: var(--bg-demo-screen-01--light);
        --bg-demo-screen-02: var(--bg-demo-screen-02--light);
        --bg-demo-screen-03: var(--bg-demo-screen-03--light);
        --bg-demo-screen-04: var(--bg-demo-screen-04--light);
        --bg-demo-screen-05: var(--bg-demo-screen-05--light);
        --bg-demo-screen-06: var(--bg-demo-screen-06--light);
        --bg-demo-screen-07: var(--bg-demo-screen-07--light);
        --bg-demo-screen-08: var(--bg-demo-screen-08--light);
        --bg-demo-screen-09: var(--bg-demo-screen-09--light);
        --bg-demo-screen-10: var(--bg-demo-screen-10--light);
    }
}

@media (prefers-color-scheme: dark) {
    :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=light] {
    --base: var(--base--light);
    --base-rgb: var(--base-rgb--light);
    --base-tint: var(--base-tint--light);
    --base-tint-rgb: var(--base-tint-rgb--light);
    --base-bright: var(--base-bright--light);
    --base-bright-rgb: var(--base-bright-rgb--light);
    --accent: var(--accent--light);
    --highlight: var(--highlight--light);
    --base-opp: var(--base-opp--light);
    --base-opp-rgb: var(--base-opp-rgb--light);
    --t-bright: var(--t-bright--light);
    --t-medium: var(--t-medium--light);
    --t-muted: var(--t-muted--light);
    --t-muted-extra: var(--t-muted-extra--light);
    --t-opp-bright: var(--t-opp-bright--light);
    --t-opp-medium: var(--t-opp-medium--light);
    --t-opp-muted: var(--t-opp-muted--light);
    --t-opp-muted-extra: var(--t-opp-muted-extra--light);
    --st-muted: var(--st-muted--light);
    --st-medium: var(--st-medium--light);
    --st-bright: var(--st-bright--light);
    --bg-demo-screen-01: var(--bg-demo-screen-01--light);
    --bg-demo-screen-02: var(--bg-demo-screen-02--light);
    --bg-demo-screen-03: var(--bg-demo-screen-03--light);
    --bg-demo-screen-04: var(--bg-demo-screen-04--light);
    --bg-demo-screen-05: var(--bg-demo-screen-05--light);
    --bg-demo-screen-06: var(--bg-demo-screen-06--light);
    --bg-demo-screen-07: var(--bg-demo-screen-07--light);
    --bg-demo-screen-08: var(--bg-demo-screen-08--light);
    --bg-demo-screen-09: var(--bg-demo-screen-09--light);
    --bg-demo-screen-10: var(--bg-demo-screen-10--light);
}

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

/* ------------------------------------------------ */
/* Variables End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Template Backgrounds Start */
/* ------------------------------------------------ */
/*.mxd-hero-01 {
    background-image: url(https://dummyimage.com/1920x1200/5d5d5d/838383);
}*/

.mxd-hero-09 {
    background-image: url(https://dummyimage.com/1920x1200/5d5d5d/838383);
}

.divider-image-1 {
    background-image: url(https://dummyimage.com/1920x1080/5d5d5d/838383);
}

.divider-image-2 {
    background-image: url(https://dummyimage.com/1920x1200/5d5d5d/838383);
}

.divider-image-3 {
    background-image: url(https://dummyimage.com/1920x1200/5d5d5d/838383);
}

.divider-image-4 {
    background-image: url(https://dummyimage.com/1920x1200/5d5d5d/838383);
}

.divider-image-5 {
    background-image: url(https://dummyimage.com/1920x1200/5d5d5d/838383);
}

.divider-image-6 {
    background-image: url(https://dummyimage.com/1920x1200/5d5d5d/838383);
}

.divider-image-7 {
    background-image: url(https://dummyimage.com/1920x1200/5d5d5d/838383);
}

.divider-image-8 {
    background-image: url(https://dummyimage.com/1920x1200/5d5d5d/838383);
}

.divider-image-9 {
    background-image: url(https://dummyimage.com/1920x1200/5d5d5d/838383);
}

.divider-image-10 {
    background-image: url(https://dummyimage.com/1920x1200/5d5d5d/838383);
}

.divider-image-11 {
    background-image: url(https://dummyimage.com/1920x1200/5d5d5d/838383);
}

.divider-image-12 {
    background-image: url(https://dummyimage.com/1920x1200/5d5d5d/838383);
}

.divider-image-13 {
    background-image: url(https://dummyimage.com/1920x1200/5d5d5d/838383);
}

.divider-image-14 {
    background-image: url(https://dummyimage.com/1920x1200/5d5d5d/838383);
}

/* ------------------------------------------------ */
/* Template Backgrounds End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Basic Styles Start */
/* ------------------------------------------------ */
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

button:active,
button:focus {
    outline: none !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;
}

input,
textarea,
button,
select,
a {
    -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 {
    -webkit-appearance: none !important;
    width: 0 !important;
    height: 0;
}

@media only screen and (min-width: 768px) {
    ::-webkit-scrollbar {
        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: rgba(0, 0, 0, 0);
}

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

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

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

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

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

.mxd-split-lines-reverse .line,
.loading-split .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;
}

/* ------------------------------------------------ */
/* Basic Styles End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Elements - Page Structure Start */
/* ------------------------------------------------ */
.bg-color-base {
    background-color: var(--base);
}

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

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

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

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

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

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

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

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

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

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

.mxd-section.padding-top-number {
    padding-top: 13.5rem;
}

.mxd-section.padding-top-number-mobile {
    padding-top: 13.5rem;
}

.mxd-section.padding-top-manifest-m {
    padding-top: 12.9rem;
}

.mxd-section.padding-top-subtitle {
    padding-top: 13.4rem;
}

.mxd-section.padding-top-subtitle-mobile {
    padding-top: 13.4rem;
}

.mxd-section.padding-bottom-default {
    padding-bottom: 14rem;
}

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

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

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

.mxd-section.padding-bottom-tag-m {
    padding-bottom: 13.2rem;
}

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

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

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

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

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

    .mxd-section.padding-top-title {
        padding-top: 14.9rem;
    }

    .mxd-section.padding-top-title-mobile {
        padding-top: 14.9rem;
    }

    .mxd-section.padding-top-number {
        padding-top: 16.4rem;
    }

    .mxd-section.padding-top-number-mobile {
        padding-top: 16.4rem;
    }

    .mxd-section.padding-top-manifest-m {
        padding-top: 15.2rem;
    }

    .mxd-section.padding-top-subtitle {
        padding-top: 16.4rem;
    }

    .mxd-section.padding-top-subtitle-mobile {
        padding-top: 16.4rem;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .mxd-section.padding-top-number {
        padding-top: 16.5rem;
    }

    .mxd-section.padding-top-number-mobile {
        padding-top: 18rem;
    }

    .mxd-section.padding-top-subtitle {
        padding-top: 17.4rem;
    }

    .mxd-section.padding-top-subtitle-mobile {
        padding-top: 16.5rem;
    }

    .mxd-section.padding-top-manifest-m {
        padding-top: 15.9rem;
    }

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

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

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

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

    .mxd-section.padding-bottom-tag-m {
        padding-bottom: 17.3rem;
    }

    .mxd-section.padding-bottom-tag-m-desktop {
        padding-bottom: 17.2rem;
    }

    .mxd-section.padding-bottom-tag-m-title {
        padding-bottom: 16.8rem;
    }

    .mxd-section.padding-bottom-tag-m-subtitle {
        padding-bottom: 15.8rem;
    }

    .mxd-section.padding-bottom-tags-mobile {
        padding-bottom: 18rem;
    }

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

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

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

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

    .mxd-section.padding-top-title-mobile {
        padding-top: 20rem;
    }

    .mxd-section.padding-top-number {
        padding-top: 18.1rem;
    }

    .mxd-section.padding-top-number-mobile {
        padding-top: 20rem;
    }

    .mxd-section.padding-top-subtitle {
        padding-top: 19.4rem;
    }

    .mxd-section.padding-top-subtitle-mobile {
        padding-top: 18rem;
    }

    .mxd-section.padding-top-manifest-m {
        padding-top: 17.2rem;
    }

    .mxd-section.padding-bottom-default {
        padding-bottom: 20rem;
    }

    .mxd-section.padding-bottom-t-medium {
        padding-bottom: 19.4rem;
    }

    .mxd-section.padding-bottom-preview {
        padding-bottom: 19.2rem;
    }

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

    .mxd-section.padding-bottom-tag-m {
        padding-bottom: 19.3rem;
    }

    .mxd-section.padding-bottom-tag-m-desktop {
        padding-bottom: 19.2rem;
    }

    .mxd-section.padding-bottom-tag-m-subtitle {
        padding-bottom: 17.4rem;
    }

    .mxd-section.padding-bottom-tags-mobile {
        padding-bottom: 20rem;
    }

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

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

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

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

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

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

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

.mxd-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%);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mxd-section-title.pre-subtitle-s {
    margin-bottom: 6.6rem;
}

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

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

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

    .mxd-section-title.pre-subtitle-s {
        margin-bottom: 8.4rem;
    }

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

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

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

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

    .mxd-section-title.pre-subtitle-s {
        margin-bottom: 8rem;
    }

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

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

    .mxd-section-title.pre-subtitle-s {
        margin-bottom: 7.7rem;
    }

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 1200px) {
    .mxd-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;
    }

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

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

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

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

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

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

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

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

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

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

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

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

.mxd-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) {
    .mxd-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;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mxd-section-title__paragraph {
    margin-bottom: 6.3rem;
}

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

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

    .mxd-section-title__paragraph p {
        max-width: 580px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mxd-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) {
    .mxd-section-info__tags {
        padding-top: 0.8rem;
    }
}

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

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

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

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

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

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

.mxd-section-manifest.pre-grid-xl {
    margin-bottom: 13.4rem;
}

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

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

    .mxd-section-manifest.pre-grid-xl {
        margin-bottom: 16rem;
    }
}

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

    .mxd-section-manifest.pre-points {
        margin-bottom: 8.4rem;
    }

    .mxd-section-manifest.pre-grid-xl {
        margin-bottom: 16.9rem;
    }
}

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

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

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

    .mxd-section-manifest.pre-grid-xl {
        margin-bottom: 18.5rem;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .no-touch .mxd-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) {
    .mxd-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);
    }

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

    .mxd-socials-list:hover > .socials-list__item:not(:hover) .socials-list__info,
    .mxd-socials-list:hover > .socials-list__item:not(:hover) .socials-list__arrow {
        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) {
    .mxd-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%, rgb(0, 0, 0)), color-stop(25%, rgb(0, 0, 0)), color-stop(37.5%, rgba(0, 0, 0, 0)));
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12.5%, rgb(0, 0, 0) 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%, rgb(0, 0, 0)), color-stop(25%, rgb(0, 0, 0)), color-stop(37.5%, rgba(0, 0, 0, 0)));
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12.5%, rgb(0, 0, 0) 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%, rgb(0, 0, 0)), color-stop(37.5%, rgb(0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)));
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 12.5%, rgb(0, 0, 0) 25%, rgb(0, 0, 0) 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%, rgb(0, 0, 0)), color-stop(37.5%, rgb(0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)));
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 12.5%, rgb(0, 0, 0) 25%, rgb(0, 0, 0) 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%, rgb(0, 0, 0)), color-stop(50%, rgb(0, 0, 0)), color-stop(62.5%, rgba(0, 0, 0, 0)));
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 25%, rgb(0, 0, 0) 37.5%, rgb(0, 0, 0) 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%, rgb(0, 0, 0)), color-stop(50%, rgb(0, 0, 0)), color-stop(62.5%, rgba(0, 0, 0, 0)));
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 25%, rgb(0, 0, 0) 37.5%, rgb(0, 0, 0) 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%, rgb(0, 0, 0)), color-stop(62.5%, rgb(0, 0, 0)), color-stop(75%, rgba(0, 0, 0, 0)));
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 37.5%, rgb(0, 0, 0) 50%, rgb(0, 0, 0) 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%, rgb(0, 0, 0)), color-stop(62.5%, rgb(0, 0, 0)), color-stop(75%, rgba(0, 0, 0, 0)));
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 37.5%, rgb(0, 0, 0) 50%, rgb(0, 0, 0) 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%, rgb(0, 0, 0)), color-stop(75%, rgb(0, 0, 0)), color-stop(87.5%, rgba(0, 0, 0, 0)));
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgb(0, 0, 0) 62.5%, rgb(0, 0, 0) 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%, rgb(0, 0, 0)), color-stop(75%, rgb(0, 0, 0)), color-stop(87.5%, rgba(0, 0, 0, 0)));
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgb(0, 0, 0) 62.5%, rgb(0, 0, 0) 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%, rgb(0, 0, 0)), color-stop(87.5%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 62.5%, rgb(0, 0, 0) 75%, rgb(0, 0, 0) 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%, rgb(0, 0, 0)), color-stop(87.5%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 62.5%, rgb(0, 0, 0) 75%, rgb(0, 0, 0) 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%, rgb(0, 0, 0)), to(rgb(0, 0, 0)));
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 75%, rgb(0, 0, 0) 87.5%, rgb(0, 0, 0) 100%);
    mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, rgba(0, 0, 0, 0)), color-stop(87.5%, rgb(0, 0, 0)), to(rgb(0, 0, 0)));
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 75%, rgb(0, 0, 0) 87.5%, rgb(0, 0, 0) 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(rgb(0, 0, 0)));
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 87.5%, rgb(0, 0, 0) 100%);
    mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(87.5%, rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 87.5%, rgb(0, 0, 0) 100%);
}

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

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

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

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

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

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

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

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

.mxd-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%);
}

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 1600px) {
    .mxd-object-link__object svg,
    .mxd-object-link__object img {
        width: 32rem;
        height: 32rem;
    }
}

.mxd-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) {
    .mxd-object-link__content {
        width: 100%;
        gap: 1.4rem;
    }
}

.mxd-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) {
    .mxd-object-link__btnholder {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

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

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

@media only screen and (min-width: 1600px) {
    .mxd-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: 25cqw;
    line-height: 0.746;
}

.fullwidth-text__content span {
    font-style: normal;
    font-weight: 500;
    line-height: 0.746;
    font-family: Playfair Display;
    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: 25cqw;
    }

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

.mxd-divider {
    position: relative;
    overflow: hidden;
    height: 600px;
}

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

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

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

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

.mxd-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) {
    .mxd-divider__content {
        gap: 2.2rem;
        padding: 0 6rem;
    }
}

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

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

.mxd-divider__btngroup {
    overflow: hidden;
}

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

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

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

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

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

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

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

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

@media only screen and (min-width: 768px) {
    .mxd-divider__image {
        height: 760px;
    }
}

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

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

.mxd-divider__video {
    position: relative;
    width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    background-size: cover;
    overflow: hidden;
}

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

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

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

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

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

.mxd-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%);
}

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

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

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

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

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

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

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

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

@keyframes mxd-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);
    }
}

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

@keyframes mxd-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);
    }
}

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

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

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

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

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

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

@keyframes mxd-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);
    }
}

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

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

/* ------------------------------------------------ */
/* Elements - Page Structure End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Elements - Typography Start */
/* ------------------------------------------------ */
.mxd-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-strings,
h1 span#typed {
    color: var(--t-bright);
    white-space: nowrap;
}

h1 span.typed-strings b,
h1 span#typed 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: 8.5rem;
    }

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

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

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

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

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

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

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: 5.4rem;
        letter-spacing: -0.18rem;
    }
}

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

@media only screen and (min-width: 1600px) {
    h2 {
        font-size: 9.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: 7.4rem;
    }
}

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-tag,
.meta-time,
.meta-date,
.meta-author,
.meta-niche {
    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-tag.comma-tag::after,
.meta-time.comma-tag::after,
.meta-date.comma-tag::after,
.meta-author.comma-tag::after,
.meta-niche.comma-tag::after {
    content: ",";
}

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

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

@media only screen and (min-width: 768px) {
    .meta-tag,
    .meta-time,
    .meta-date,
    .meta-author,
    .meta-niche {
        font-size: 1.4rem;
    }
}

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

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

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

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

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

.mxd-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) {
    .mxd-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;
    }

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

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

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

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

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

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

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

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

.no-touch .mxd-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);
}

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

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

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

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

/* ------------------------------------------------ */
/* Elements - Typography End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Elements - Cursor Start */
/* ------------------------------------------------ */
.mxd-cursor {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 0;
    height: 0;
    z-index: 10000;
}

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

.mxd-cursor__dot {
    position: absolute;
    display: block;
    width: 0rem;
    height: 0rem;
    -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;
}

.mxd-cursor__dot.expand {
    width: 10rem;
    height: 10rem;
}

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

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

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

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

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

.mxd-cursor__text {
    position: absolute;
    margin: 0;
    text-align: center;
    color: var(--t-opp-bright);
    font: normal 600 1.4rem/1.2 var(--_font-accent);
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    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;
}

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

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

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

.mxd-cursor__image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 36rem;
    height: 36rem;
    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;
}

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

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

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

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

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

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

/* ------------------------------------------------ */
/* Elements - Cursor End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Elements - Controls Start */
/* ------------------------------------------------ */
.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::before,
.btn-line::after {
    -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 span,
.btn-line-icon svg,
.btn-line-icon i {
    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::before,
.slide-right-up:hover i svg {
    -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::before,
.slide-left:hover i svg {
    -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::before,
.slide-down:hover i svg {
    -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::before,
.slide-up:hover i svg {
    -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);
    }
}

/* ------------------------------------------------ */
/* Elements - Controls End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Elements - Forms Start */
/* ------------------------------------------------ */
.mxd-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 .mxd-grid-item {
    margin-bottom: 3rem;
}

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

form input,
form textarea {
    position: relative;
    display: block;
    width: 100%;
    border: none;
    outline: none;
    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: var(--t-bright);
}

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

form textarea {
    height: 16rem;
    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 textarea:focus:required:invalid {
    color: var(--t-bright);
}

form input:required:valid,
form textarea:required:valid {
    color: var(--t-bright);
}

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

@media only screen and (min-width: 1600px) {
    form input,
    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);
}

/* ------------------------------------------------ */
/* Elements - Forms End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Core - Header Start */
/* ------------------------------------------------ */
.mxd-header {
    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: 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);
}

.mxd-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) {
    .mxd-header {
        left: 6rem;
        width: -moz-calc(100% - 17.5rem);
        width: calc(100% - 17.5rem);
    }
}

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

.mxd-header-permanent .mxd-logo,
.mxd-header-permanent .mxd-logo__text,
.mxd-header-permanent .mxd-header__link,
.mxd-header-permanent .mxd-color-switcher {
    color: var(--nl-white);
}

.mxd-header__logo {
    position: relative;
}

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

.mxd-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) {
    .mxd-logo__image {
        height: 4rem;
    }
}

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

.mxd-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) {
    .mxd-logo__text {
        gap: 0.5rem;
        padding-top: 0.3rem;
        font-size: 2rem;
        font-weight: 600;
    }
}

.mxd-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) {
    .mxd-header__controls {
        padding-right: 3.5rem;
        gap: 3.5rem;
    }
}

.mxd-header__link {
    width: 3.6rem;
    height: 3.6rem;
    color: var(--t-bright);
}

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

.mxd-header__link i {
    font-size: 2rem;
    overflow: hidden;
}

.mxd-header__link svg {
    width: 1.9rem;
    height: 1.9rem;
    fill: currentColor;
}

.mxd-header__link .btn-caption {
    display: none;
}

@media only screen and (min-width: 768px) {
    .mxd-header__link {
        width: auto;
        height: 4rem;
        line-height: 4rem;
    }

    .mxd-header__link svg {
        width: 1.6rem;
        height: 1.6rem;
    }

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

.mxd-color-switcher {
    gap: 0;
    width: 3.6rem;
    height: 3.6rem;
    color: var(--t-bright);
}

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

.mxd-color-switcher span,
.mxd-color-switcher svg,
.mxd-color-switcher i {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
}

.mxd-color-switcher i {
    font-size: 2rem;
    overflow: hidden;
}

.mxd-color-switcher svg {
    width: 2.1rem;
    height: 2.1rem;
    fill: currentColor;
}

.mxd-color-switcher .switcher-text {
    display: none;
}

@media only screen and (min-width: 768px) {
    .mxd-color-switcher {
        width: auto;
        height: 4rem;
        line-height: 4rem;
    }

    .mxd-color-switcher svg {
        width: 1.9rem;
        height: 1.9rem;
    }

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

    .mxd-color-switcher .switcher-icon.night svg {
        width: 1.7rem;
        height: 1.7rem;
    }

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

    .mxd-color-switcher .switcher-text::after {
        content: "/";
        margin: 0 1rem;
    }

    .no-touch .mxd-color-switcher:hover {
        color: var(--t-medium);
    }

    .no-touch .mxd-color-switcher:hover.permanent {
        color: rgba(var(--nl-white-rgb), 0.7);
    }
}

/* ------------------------------------------------ */
/* Core - Header End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Core - Menu Start */
/* ------------------------------------------------ */
.mxd-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100svh;
    pointer-events: none;
    overflow: hidden;
    z-index: 11;
}

.mxd-menu__backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100svh;
    background: rgba(var(--base-rgb), 0);
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    pointer-events: none;
    z-index: 0;
    will-change: backdrop-filter, background;
}

.mxd-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) {
    .mxd-menu__contain {
        right: 6rem;
    }
}

@media only screen and (min-width: 1600px) {
    .mxd-menu__contain {
        right: 10rem;
    }
}

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

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

.mxd-menu__hamburger.active .hamburger__line {
    width: 5rem;
}

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

.mxd-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) {
    .mxd-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;
}

.mxd-menu__overlay,
.mxd-menu__content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100svh;
    overflow: hidden;
    z-index: 1;
}

.mxd-menu__overlay {
    background-color: var(--base-opp);
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
    will-change: clip-path;
}

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

.mxd-menu__media {
    display: none;
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    will-change: transform;
    overflow: hidden;
}

.mxd-menu__media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.mxd-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) {
    .mxd-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;
}

.mxd-menu__logo {
    position: absolute;
    top: 3rem;
    left: 3rem;
    z-index: 9;
}

@media only screen and (min-width: 768px) {
    .mxd-menu__logo {
        left: 6rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-menu__logo {
        z-index: 2;
    }
}

@media only screen and (min-width: 1600px) {
    .mxd-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;
    }
}

.mxd-menu__logo .menu-logo {
    mix-blend-mode: difference;
    color: var(--t-opp-bright);
}

.mxd-menu__logo .menu-logo svg {
    fill: var(--t-opp-bright);
}

.mxd-menu__logo .menu-logo__text {
    color: var(--t-opp-bright);
}

@media only screen and (min-width: 1200px) {
    .mxd-menu__logo .menu-logo {
        color: var(--nl-white);
    }

    .mxd-menu__logo .menu-logo svg {
        fill: var(--nl-white);
    }

    .mxd-menu__logo .menu-logo__text {
        color: var(--nl-white);
    }
}

.mxd-menu__navigation {
    -webkit-box-flex: 3;
    -moz-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    height: 100%;
}

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

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

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

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

@media only screen and (min-width: 1200px) {
    .mxd-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) {
    .mxd-menu__inner {
        padding: 0 10rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-menu__left,
    .menu-data__left {
        width: 66.67%;
        padding-right: 3rem;
    }
}

@media only screen and (min-width: 1600px) {
    .mxd-menu__left,
    .menu-data__left {
        padding-right: 5rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-menu__right,
    .menu-data__right {
        width: 33.33%;
        padding-left: 3rem;
    }
}

@media only screen and (min-width: 1600px) {
    .mxd-menu__right,
    .menu-data__right {
        padding-left: 5rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-menu__left {
        height: 100%;
        max-height: 100%;
        overflow-y: scroll;
        overscroll-behavior-y: contain;
        scrollbar-width: none;
    }

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

@media only screen and (min-width: 1200px) {
    .mxd-menu__right {
        padding-top: 10rem;
    }
}

.mxd-menu__caption {
    margin-bottom: 7.5rem;
    z-index: 3;
}

.mxd-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) {
    .mxd-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) {
    .mxd-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: 2.2rem 0 2.9rem 0;
    }
}

@media only screen and (min-width: 1600px) {
    .main-menu__item {
        padding: 2.7rem 0 3.4rem 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.4rem/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.4rem;
    }
}

@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: 4.4rem;
    }
}

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

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

.mxd-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) {
    .mxd-menu__shadow {
        display: block;
    }

    .mxd-menu__shadow.shadow-top {
        position: absolute;
        top: 0;
        left: 0;
    }
}

.mxd-menu__data {
    padding: 2.8rem 0 3rem 0;
}

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

@media only screen and (min-width: 1200px) {
    .mxd-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) {
    .mxd-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);
}

/* ------------------------------------------------ */
/* Core - Menu End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Core - Footer Start */
/* ------------------------------------------------ */
.mxd-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;
}

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

.mxd-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: 2.8rem;
}

.mxd-footer__controls-middle.caption-small {
    margin-bottom: 2.6rem;
}

.mxd-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) {
    .mxd-footer__controls-middle {
        margin-bottom: 2.9rem;
    }

    .mxd-footer__controls-middle.controls-landing {
        margin-top: 16.4rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-footer__controls-middle {
        margin-top: 17.3rem;
    }

    .mxd-footer__controls-middle.controls-landing {
        margin-top: 17.3rem;
    }
}

@media only screen and (min-width: 1400px) {
    .mxd-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) {
    .mxd-footer__controls-middle {
        margin-top: 19.2rem;
    }

    .mxd-footer__controls-middle.caption-small {
        margin-bottom: 2.1rem;
    }

    .mxd-footer__controls-middle.controls-landing {
        margin-top: 18.8rem;
    }
}

.mxd-footer__data {
    position: relative;
    padding: 3.8rem 0 3.8rem 0;
}

.mxd-footer__data.caption-small {
    padding: 3.6rem 0 3.8rem 0;
}

@media only screen and (min-width: 768px) {
    .mxd-footer__data {
        padding: 3.7rem 0 3.7rem 0;
    }

    .mxd-footer__data.caption-small {
        padding: 3.4rem 0 3.8rem 0;
    }
}

@media only screen and (min-width: 992px) {
    .mxd-footer__data.caption-small {
        padding: 3.2rem 0 3.8rem 0;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-footer__data {
        padding: 3.3rem 0 3.4rem 0;
    }
}

@media only screen and (min-width: 1600px) {
    .mxd-footer__data {
        padding: 3.3rem 0 3.4rem 0;
    }

    .mxd-footer__data.caption-small {
        padding: 2.7rem 0 3.8rem 0;
    }
}

.mxd-footer__data-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (min-width: 1200px) {
    .mxd-footer__data-item.justify-end {
        -webkit-box-pack: end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

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

.mxd-footer__footer-blocks.bottom-blocks {
    padding: 0 0 3.6rem 0;
}

@media only screen and (min-width: 1200px) {
    .mxd-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;
    }

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

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

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

.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: 992px) {
    .fw-mark__content {
        font-size: 28cqw;
    }
}

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

.mxd-footer__nav02 {
    position: relative;
    width: 100%;
    padding-top: 13.4rem;
}

@media only screen and (min-width: 768px) {
    .mxd-footer__nav02 {
        padding-top: 16.4rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-footer__nav02 {
        padding-top: 17.4rem;
    }
}

@media only screen and (min-width: 1600px) {
    .mxd-footer__nav02 {
        padding-top: 19.4rem;
    }
}

.mxd-footer__socials-list {
    position: relative;
    width: 100%;
    padding-bottom: 8.7rem;
}

@media only screen and (min-width: 768px) {
    .mxd-footer__socials-list {
        padding-top: 4.6rem;
        padding-bottom: 16.3rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-footer__socials-list {
        padding-top: 17.4rem;
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 1600px) {
    .mxd-footer__socials-list {
        padding-top: 19.4rem;
        padding-bottom: 0;
    }
}

.mxd-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) {
    .mxd-footer-nav02__block:last-of-type {
        margin-bottom: 0;
    }
}

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

.mxd-footer-nav02__list ul li {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

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

.mxd-footer-nav02__list ul li a span,
.mxd-footer-nav02__list ul li a svg,
.mxd-footer-nav02__list ul li a i {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
}

.mxd-footer-nav02__list ul li a i {
    font-size: 1.8rem;
    overflow: hidden;
}

.mxd-footer-nav02__list ul li a svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: var(--t-bright);
}

.mxd-footer-nav02__list.small ul li a {
    font-size: 1.8rem;
}

@media only screen and (min-width: 1200px) {
    .no-touch .mxd-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) {
    .mxd-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);
    }

    .mxd-footer-nav02__list:hover > .socials-list__item:not(:hover) {
        opacity: 0.3;
    }

    .mxd-footer-nav02__list:hover > .socials-list__item:not(:hover) .socials-list__info,
    .mxd-footer-nav02__list:hover > .socials-list__item:not(:hover) .socials-list__arrow {
        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 span,
.socials-list__arrow svg,
.socials-list__arrow i {
    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;
    }
}

/* ------------------------------------------------ */
/* Core - Footer End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Core - Inner Headline Start */
/* ------------------------------------------------ */
.inner-headline {
    position: relative;
    width: 100%;
    padding-top: 3rem;
}

.inner-headline.fullheight {
    height: 100svh;
    padding-top: 9.3rem;
}

.inner-headline.margin-bottom-title-medium,
.inner-headline.margin-bottom-subtitle,
.inner-headline.margin-bottom-tags-m {
    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-title-medium,
    .inner-headline.margin-bottom-subtitle {
        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: 12.2rem;
}

.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: 17.7rem;
    }

    .inner-headline__content.has-large-title {
        padding-top: 16.3rem;
    }
}

@media only screen and (min-width: 1200px) {
    .inner-headline__content.has-medium-title {
        padding-top: 16.9rem;
    }

    .inner-headline__content.has-large-title {
        padding-top: 15.3rem;
    }
}

@media only screen and (min-width: 1400px) {
    .inner-headline__content.has-large-title {
        padding-top: 14.7rem;
    }
}

@media only screen and (min-width: 1600px) {
    .inner-headline__content.has-large-title {
        padding-top: 14.3rem;
    }
}

.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 p,
.inner-headline__subtitle a {
    font: normal 700 2.8rem/1.2 var(--_font-default);
    letter-spacing: -0.1rem;
    color: var(--t-bright);
}

.inner-headline__subtitle p span,
.inner-headline__subtitle a span {
    color: var(--t-medium);
}

@media only screen and (min-width: 768px) {
    .inner-headline__subtitle p,
    .inner-headline__subtitle a {
        font-size: 3.4rem;
    }
}

@media only screen and (min-width: 1200px) {
    .inner-headline__subtitle p,
    .inner-headline__subtitle a {
        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__tags,
.inner-headline__btngroup {
    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__tags.tags-medium-title,
.inner-headline__btngroup.tags-medium-title {
    padding-top: 3rem;
}

.inner-headline__tags.tags-large-subtitle,
.inner-headline__btngroup.tags-large-subtitle {
    padding-top: 3.3rem;
}

.inner-headline__tags.align-end-desktop,
.inner-headline__btngroup.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__tags.tags-medium-title,
    .inner-headline__btngroup.tags-medium-title {
        padding-top: 4rem;
    }

    .inner-headline__tags.tags-large-subtitle,
    .inner-headline__btngroup.tags-large-subtitle {
        padding-top: 4.5rem;
    }
}

@media only screen and (min-width: 1200px) {
    .inner-headline__tags,
    .inner-headline__btngroup {
        height: 100%;
        -webkit-box-pack: end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .inner-headline__tags.tags-medium-title,
    .inner-headline__btngroup.tags-medium-title {
        padding-top: 0;
        padding-bottom: 1.4rem;
    }

    .inner-headline__tags.tags-large-subtitle,
    .inner-headline__btngroup.tags-large-subtitle {
        padding-bottom: 0.4rem;
    }

    .inner-headline__tags.align-end-desktop,
    .inner-headline__btngroup.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: 7.3rem;
}

.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: 9.3rem;
    }

    .inner-headline__caption.pre-form {
        margin-bottom: 6.8rem;
    }
}

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

/* ------------------------------------------------ */
/* Core - Inner Headline End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Core - 404 Start */
/* ------------------------------------------------ */
.mxd-error {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.mxd-error__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mxd-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) {
    .mxd-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;
    }
}

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

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

.mxd-error__dataitem i svg {
    display: block;
    width: 100%;
    fill: var(--t-bright);
}

.mxd-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 .mxd-error__dataitem a:hover {
    color: var(--t-medium);
}

.mxd-error__content {
    position: relative;
}

.mxd-error__content,
.mxd-error__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: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

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

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

@media only screen and (min-width: 768px) {
    .mxd-error__caption p {
        font-size: 3.4rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-error__caption p {
        margin-bottom: 2.7rem;
    }
}

@media only screen and (min-width: 1600px) {
    .mxd-error__caption p {
        font-size: 4.4rem;
        margin-bottom: 2.6rem;
    }
}

.mxd-error__number {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    margin-bottom: 0.9rem;
}

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

.mxd-error__number span:nth-of-type(1),
.mxd-error__number span:nth-of-type(3) {
    z-index: 2;
}

.mxd-error__number span:nth-of-type(2) {
    z-index: 4;
}

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

    .mxd-error__number span {
        font-size: 28rem;
    }
}

@media only screen and (min-width: 992px) {
    .mxd-error__number {
        margin-bottom: 3.7rem;
    }

    .mxd-error__number span {
        font-size: 36rem;
    }
}

@media only screen and (min-width: 1400px) {
    .mxd-error__number {
        margin-bottom: 3.4rem;
    }

    .mxd-error__number span {
        font-size: 36rem;
    }
}

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

    .mxd-error__number span {
        font-size: 46rem;
    }
}

.mxd-error__image {
    position: absolute;
}

.mxd-error__image.image-1 {
    width: 180px;
    height: 75px;
    top: 0;
    left: -13rem;
    z-index: 5;
}

.mxd-error__image.image-2 {
    width: 116px;
    height: 140px;
    bottom: 1rem;
    left: 5.6rem;
    z-index: 3;
}

.mxd-error__image.image-3 {
    width: 100px;
    height: 82px;
    top: 1rem;
    right: 5rem;
    z-index: 3;
}

.mxd-error__image.image-4 {
    width: 100px;
    height: 58px;
    bottom: 0;
    right: -7.5rem;
    z-index: 5;
}

.mxd-error__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

@media only screen and (min-width: 768px) {
    .mxd-error__image.image-1 {
        width: 240px;
        height: 100px;
        top: 2rem;
        left: -15rem;
    }

    .mxd-error__image.image-2 {
        width: 167px;
        height: 200px;
        bottom: 1.5rem;
        left: 10.8rem;
    }

    .mxd-error__image.image-3 {
        width: 160px;
        height: 132px;
        top: 1rem;
        right: 8.5rem;
    }

    .mxd-error__image.image-4 {
        width: 140px;
        height: 58px;
        bottom: 1rem;
        right: -9rem;
    }
}

@media only screen and (min-width: 992px) {
    .mxd-error__image.image-1 {
        width: 300px;
        height: 125px;
        top: 3rem;
        left: -20rem;
    }

    .mxd-error__image.image-2 {
        width: 209px;
        height: 250px;
        bottom: 2rem;
        left: 13.6rem;
    }

    .mxd-error__image.image-3 {
        width: 200px;
        height: 165px;
        top: 1rem;
        right: 10.5rem;
    }

    .mxd-error__image.image-4 {
        width: 200px;
        height: 84px;
        bottom: 1rem;
        right: -14rem;
    }
}

@media only screen and (min-width: 1600px) {
    .mxd-error__image.image-1 {
        width: 378px;
        height: 158px;
        top: 5rem;
        left: -24rem;
    }

    .mxd-error__image.image-2 {
        width: 281px;
        height: 336px;
        bottom: 2.5rem;
        left: 17.2rem;
    }

    .mxd-error__image.image-3 {
        width: 245px;
        height: 202px;
        top: 1rem;
        right: 14rem;
    }

    .mxd-error__image.image-4 {
        width: 240px;
        height: 100px;
        bottom: 1rem;
        right: -16rem;
    }
}

/* ------------------------------------------------ */
/* Core - 404 End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Hero - Hero #01 Start */
/* ------------------------------------------------ */
.mxd-hero-section {
    padding-top: 6.3rem;
}

.mxd-hero-section.no-padding {
    padding-top: 0;
}

.mxd-hero-section.no-padding-desktop {
    padding-top: 6.6rem;
}

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

    .mxd-hero-section.no-padding-desktop {
        padding-top: 7rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-hero-section.no-padding-desktop {
        padding-top: 0;
    }
}

.mxd-hero-fullheight {
    height: 100vh;
    height: -moz-calc(var(--vh) * 100);
    height: calc(var(--vh) * 100);
}

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

.mxd-hero-fullheight-desktop {
    height: auto;
}

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

.mxd-hero-special {
    height: auto;
}

@media only screen and (min-width: 1200px) {
    .mxd-hero-special {
        height: -moz-calc(100vh - 6rem);
        height: calc(100vh - 6rem);
    }
}

@media only screen and (min-width: 1600px) {
    .mxd-hero-special {
        height: -moz-calc(100vh - 10rem);
        height: calc(100vh - 10rem);
    }
}

.mxd-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) {
    .mxd-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) {
    .mxd-hero-01 {
        height: 100vh;
        min-height: 667px;
        padding-top: 0;
    }
}

.mxd-hero-01__cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--nl-black-04);
}

.mxd-hero-01__wrap {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 3rem;
}

@media only screen and (min-width: 768px) {
    .mxd-hero-01__wrap {
        padding: 0 6rem;
    }
}

@media only screen and (min-width: 1600px) {
    .mxd-hero-01__wrap {
        padding: 0 10rem;
    }
}

.mxd-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) {
    .mxd-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) {
    .mxd-hero-01__top {
        padding-bottom: 5.3rem;
    }
}

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

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

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

.mxd-hero-01__data-wrap ul li a {
    color: var(--nl-white);
}

.no-touch .mxd-hero-01__data-wrap ul li a:hover {
    color: var(--nl-white-06) !important;
}

@media only screen and (min-width: 768px) {
    .mxd-hero-01__data-wrap {
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 0;
    }
}

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

.mxd-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) {
    .mxd-hero-01__data-tags {
        gap: 6rem;
        margin-bottom: 0;
    }
}

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

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

.mxd-hero-01__data-contact ul li a {
    color: var(--nl-white);
}

.no-touch .mxd-hero-01__data-contact ul li a:hover {
    color: var(--nl-white-06) !important;
}

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

.mxd-hero-01__video-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.mxd-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) {
    .mxd-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) {
    .mxd-hero-01__video-wrap {
        -ms-flex-preferred-size: 38.5rem;
        flex-basis: 38.5rem;
        height: 27.5rem;
    }
}

.mxd-hero-01__video {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.mxd-hero-01__video-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 1rem;
}

.mxd-hero-01__bottom {
    position: relative;
    z-index: 1;
    mix-blend-mode: difference;
    padding-bottom: 6.2rem;
}

@media only screen and (min-width: 768px) {
    .mxd-hero-01__bottom {
        padding-bottom: 0;
    }
}

.mxd-hero-01__caption {
    margin-bottom: -0.3rem;
}

@media only screen and (min-width: 768px) {
    .mxd-hero-01__caption {
        margin-bottom: -0.5rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-hero-01__caption {
        margin-bottom: -0.6rem;
    }
}

@media only screen and (min-width: 1400px) {
    .mxd-hero-01__caption {
        margin-bottom: -0.8rem;
    }
}

@media only screen and (min-width: 1600px) {
    .mxd-hero-01__caption {
        margin-bottom: -1rem;
    }
}

/* ------------------------------------------------ */
/* Hero - Hero #01 End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Hero - Hero #02 Start */
/* ------------------------------------------------ */
.mxd-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;
}

.mxd-hero-02__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mxd-hero-02__background video {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    padding-bottom: 0;
    padding-right: 0;
}

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

.mxd-hero-02__images,
.mxd-hero-02__cover-img {
    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;
}

.mxd-hero-02__cover-img {
    will-change: transform;
}

.mxd-hero-02__cover-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.mxd-hero-02__intro,
.mxd-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) {
    .mxd-hero-02__intro,
    .mxd-hero-02__outro {
        width: 60%;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-hero-02__intro,
    .mxd-hero-02__outro {
        width: 50%;
        padding: 0;
    }
}

.mxd-hero-02__intro {
    z-index: 1;
}

@media only screen and (min-width: 1200px) {
    .mxd-hero-02__intro h1 {
        font-size: 9.5rem;
    }
}

@media only screen and (min-width: 1600px) {
    .mxd-hero-02__intro h1 {
        font-size: 12rem;
    }
}

.mxd-hero-02__outro {
    z-index: 10;
}

.mxd-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) {
    .mxd-hero-02__outro p {
        font-size: 8.5rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-hero-02__outro p {
        font-size: 9.5rem;
    }
}

.mxd-hero-02__bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 5.1rem;
}

@media only screen and (min-width: 1200px) {
    .mxd-hero-02__bottom {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding-bottom: 3.5rem;
    }
}

.mxd-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) {
    .mxd-hero-02__dataline {
        padding: 0 3rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-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) {
    .mxd-hero-02__dataline {
        padding: 0 7rem;
    }
}

.mxd-hero-02__socials {
    position: relative;
}

.mxd-hero-02__socials .mxd-socials-line {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (min-width: 1200px) {
    .mxd-hero-02__socials .mxd-socials-line {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

/* ------------------------------------------------ */
/* Hero - Hero #02 End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Hero - Hero #03 Start */
/* ------------------------------------------------ */
.mxd-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;
}

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

.mxd-hero-03__headline h1 {
    font-size: 5rem;
}

.mxd-hero-03__headline a {
    mix-blend-mode: difference;
    z-index: 2;
}

@media only screen and (min-width: 768px) {
    .mxd-hero-03__headline h1 {
        font-size: 7.5rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-hero-03__headline {
        max-width: 1300px;
        padding: 0;
    }

    .mxd-hero-03__headline h1 {
        font-size: 9.5rem;
    }
}

@media only screen and (min-width: 1600px) {
    .mxd-hero-03__headline h1 {
        font-size: 12rem;
    }
}

.mxd-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) {
    .mxd-hero-media__small {
        width: 50%;
        aspect-ratio: 16/9;
    }
}

.mxd-hero-media__wrapper {
    position: absolute;
    inset: 0%;
    width: 100%;
    height: 100%;
}

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

.mxd-hero-media {
    position: relative;
}

.mxd-hero-media__contain {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    container: threshold-large/inline-size;
}

.mxd-hero-media__large {
    position: relative;
    width: 100%;
    aspect-ratio: 3/4;
}

@media only screen and (min-width: 992px) {
    .mxd-hero-media__large {
        aspect-ratio: 16/9;
    }
}

.mxd-hero-media__placeholder {
    background-color: #afafaf;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.mxd-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) {
    .mxd-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) {
    .mxd-hero-03__control-left {
        left: 10rem;
    }
}

.mxd-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) {
    .mxd-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) {
    .mxd-hero-03__control-right {
        right: 10rem;
    }
}

.mxd-hero-03__bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 5.1rem;
}

@media only screen and (min-width: 1200px) {
    .mxd-hero-03__bottom {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding-bottom: 3.5rem;
    }
}

.mxd-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) {
    .mxd-hero-03__dataline {
        padding: 0 3rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-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) {
    .mxd-hero-03__dataline {
        padding: 0 7rem;
    }
}

.mxd-hero-03__socials {
    position: relative;
}

.mxd-hero-03__socials .mxd-socials-line {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (min-width: 1200px) {
    .mxd-hero-03__socials .mxd-socials-line {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

/* ------------------------------------------------ */
/* Hero - Hero #03 End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Hero - Hero #04 Start */
/* ------------------------------------------------ */
.mxd-hero-04 {
    position: relative;
    width: 100%;
}

.mxd-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) {
    .mxd-hero-04__wrap {
        height: 100vh;
    }
}

.mxd-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) {
    .mxd-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) {
    .mxd-hero-04__controls {
        padding: 0 7rem;
    }
}

.mxd-hero-04__arrow {
    display: none;
}

@media only screen and (min-width: 1200px) {
    .mxd-hero-04__arrow {
        display: block;
        position: absolute;
        right: 6rem;
        bottom: 6rem;
        width: 172px;
        height: 172px;
        z-index: 3;
        overflow: hidden;
        mix-blend-mode: difference;
    }

    .mxd-hero-04__arrow svg {
        display: inline-block;
        fill: var(--nl-white);
    }
}

@media only screen and (min-width: 1400px) {
    .mxd-hero-04__arrow {
        width: 188px;
        height: 188px;
    }
}

@media only screen and (min-width: 1600px) {
    .mxd-hero-04__arrow {
        right: 10rem;
        bottom: 10rem;
        width: 214px;
        height: 214px;
    }
}

.mxd-hero-04__slider {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

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

.mxd-hero-04__slide {
    position: relative;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
}

.mxd-hero-04__media {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

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

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

.mxd-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) {
    .mxd-hero-04__title {
        bottom: 5.3rem;
        padding: 0 3rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-hero-04__title {
        bottom: 5rem;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }
}

@media only screen and (min-width: 1400px) {
    .mxd-hero-04__title {
        bottom: 5rem;
    }
}

@media only screen and (min-width: 1600px) {
    .mxd-hero-04__title {
        bottom: 9rem;
        padding: 0 7rem;
    }
}

.mxd-hero-04__name {
    margin-bottom: 2.3rem;
}

.mxd-hero-04__name p {
    font: normal 600 6rem/1.1 var(--_font-default);
    letter-spacing: -0.24rem;
    color: var(--nl-white);
}

.mxd-hero-04__name p span {
    color: rgba(var(--nl-white-rgb), 0.8);
}

@media only screen and (min-width: 768px) {
    .mxd-hero-04__name {
        margin-bottom: 2.4rem;
    }

    .mxd-hero-04__name p {
        font-size: 9rem;
        line-height: 1.2;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-hero-04__name {
        margin-bottom: 1.5rem;
    }

    .mxd-hero-04__name p {
        font-size: 12rem;
    }
}

@media only screen and (min-width: 1400px) {
    .mxd-hero-04__name {
        margin-bottom: 1rem;
    }

    .mxd-hero-04__name p {
        font-size: 14rem;
    }
}

@media only screen and (min-width: 1600px) {
    .mxd-hero-04__name {
        margin-bottom: 0.8rem;
    }

    .mxd-hero-04__name p {
        font-size: 15rem;
    }
}

.mxd-hero-04__descr p,
.mxd-hero-04__descr a {
    font: normal 700 2.8rem/1.2 var(--_font-default);
    letter-spacing: -0.1rem;
    color: var(--nl-white);
}

.mxd-hero-04__descr p span,
.mxd-hero-04__descr a span {
    color: var(--nl-white-06);
}

@media only screen and (min-width: 768px) {
    .mxd-hero-04__descr p,
    .mxd-hero-04__descr a {
        font-size: 3.4rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-hero-04__descr p,
    .mxd-hero-04__descr a {
        font-size: 4.4rem;
    }
}

/* ------------------------------------------------ */
/* Hero - Hero #04 End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Hero - Hero #05 Start */
/* ------------------------------------------------ */
.mxd-hero-05 {
    position: relative;
    width: 100%;
}

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

.mxd-hero-05__wrap {
    position: relative;
    width: 100%;
    padding: 0 3rem;
}

@media only screen and (min-width: 768px) {
    .mxd-hero-05__wrap {
        padding: 0 6rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-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) {
    .mxd-hero-05__wrap {
        padding: 0 10rem;
    }
}

.mxd-hero-05__top {
    position: relative;
    padding-top: 11.4rem;
    padding-bottom: 12.8rem;
}

@media only screen and (min-width: 768px) {
    .mxd-hero-05__top {
        padding-top: 18.6rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-hero-05__top {
        padding: 0;
    }
}

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

.mxd-hero-05__headline h1 {
    font-size: 8rem;
    line-height: 1;
    letter-spacing: -0.3rem;
}

.mxd-hero-05__headline h1 small {
    font-size: 4.4rem;
    display: block;
    color: var(--t-medium);
}

@media only screen and (min-width: 1200px) {
    .mxd-hero-05__headline h1 {
        color: var(--nl-white);
        mix-blend-mode: difference;
        font-size: 16rem;
    }

    .mxd-hero-05__headline h1 small {
        font-size: 9.5rem;
    }
}

@media only screen and (min-width: 1400px) {
    .mxd-hero-05__headline h1 {
        font-size: 16rem;
    }

    .mxd-hero-05__headline h1 small {
        font-size: 9.5rem;
    }
}

@media only screen and (min-width: 1600px) {
    .mxd-hero-05__headline h1 {
        font-size: 20rem;
        letter-spacing: -0.5rem;
    }

    .mxd-hero-05__headline h1 small {
        font-size: 12rem;
        letter-spacing: -0.3rem;
    }
}

.mxd-hero-05__bottom {
    padding-bottom: 5.2rem;
}

@media only screen and (min-width: 1200px) {
    .mxd-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) {
    .mxd-hero-05__bottom {
        padding: 0 10rem;
    }
}

.mxd-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) {
    .mxd-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 .mxd-socials-line__link {
    color: var(--t-bright);
}

.no-touch .hero-05-dataline__socials .mxd-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;
    }
}

/* ------------------------------------------------ */
/* Hero - Hero #05 End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Hero - Hero #06 Start */
/* ------------------------------------------------ */
.mxd-hero-06 {
    position: relative;
    width: 100%;
    height: 100svh;
    min-height: 667px;
}

.mxd-hero-06__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mxd-hero-06__media video[poster] {
    -o-object-fit: cover;
    object-fit: cover;
}

.mxd-hero-06__cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--nl-black-06);
}

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

.mxd-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) {
    .mxd-hero-06__wrap {
        padding: 7rem 6rem 0 6rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-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) {
    .mxd-hero-06__wrap {
        padding: 0 10rem;
        padding: 7rem 10rem 0 10rem;
    }
}

.mxd-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) {
    .mxd-hero-06__top {
        padding: 0 6rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-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;
    }
}

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

.mxd-hero-06__tags span {
    font-weight: 400;
}

@media only screen and (min-width: 1200px) {
    .mxd-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) {
    .mxd-hero-06__tags {
        padding-top: 3.9rem;
    }
}

.mxd-hero-06__headline {
    position: relative;
    text-align: left;
}

.mxd-hero-06__headline h1 {
    font-size: 5rem;
    color: var(--nl-white);
}

@media only screen and (min-width: 768px) {
    .mxd-hero-06__headline h1 {
        font-size: 8.5rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-hero-06__headline {
        text-align: right;
    }

    .mxd-hero-06__headline h1 {
        font-size: 12rem;
    }
}

.mxd-hero-06__bottom {
    padding-bottom: 5rem;
}

@media only screen and (min-width: 1200px) {
    .mxd-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;
    }
}

.mxd-hero-06__caption {
    max-width: 340px;
    margin-bottom: 2.3rem;
}

.mxd-hero-06__caption p {
    line-height: 1.2;
}

@media only screen and (min-width: 1200px) {
    .mxd-hero-06__caption {
        max-width: 560px;
        margin-bottom: 0;
    }

    .mxd-hero-06__caption p {
        font-size: 3rem;
    }
}

/* ------------------------------------------------ */
/* Hero - Hero #06 End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Hero - Hero #07 Start */
/* ------------------------------------------------ */
.mxd-hero-07 {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 6.6rem;
}

@media only screen and (min-width: 1200px) {
    .mxd-hero-07 {
        height: 100vh;
        padding-top: 0;
        padding-bottom: 0;
    }
}

.mxd-hero-07__wrap {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}

@media only screen and (min-width: 1200px) {
    .mxd-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;
    }
}

.mxd-hero-07__top {
    position: relative;
    text-align: center;
    padding: 0;
}

@media only screen and (min-width: 768px) {
    .mxd-hero-07__top {
        padding: 0 3rem;
    }
}

@media only screen and (min-width: 1600px) {
    .mxd-hero-07__top {
        padding: 0 7rem;
    }
}

.mxd-hero-07__bottom {
    padding: 0;
}

@media only screen and (min-width: 768px) {
    .mxd-hero-07__bottom {
        padding: 0 3rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-hero-07__bottom {
        position: absolute;
        bottom: 4.3rem;
        left: 0;
        width: 100%;
    }
}

@media only screen and (min-width: 1600px) {
    .mxd-hero-07__bottom {
        padding: 0 7rem;
    }
}

.mxd-hero-07__headline {
    padding-top: 13.4rem;
}

@media only screen and (min-width: 768px) {
    .mxd-hero-07__headline {
        padding-top: 19.8rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-hero-07__headline {
        padding-top: 0;
    }
}

.mxd-hero-07__objects {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    margin-bottom: 6rem;
}

.mxd-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) {
    .mxd-hero-07__objects {
        margin-bottom: 10rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-hero-07__objects {
        -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5, 1fr);
        margin-bottom: 0;
    }

    .mxd-hero-07__objects img {
        width: 15vw;
        height: 15vw;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-hero-07__objects {
        padding-bottom: 2rem;
        gap: 3rem;
    }
}

.mxd-hero-07__subtitle {
    margin-bottom: 1.8rem;
}

@media only screen and (min-width: 768px) {
    .mxd-hero-07__subtitle {
        margin-bottom: 2.3rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-hero-07__subtitle {
        margin-bottom: 3.5rem;
    }
}

.mxd-hero-07__title {
    margin-bottom: 5.1rem;
}

@media only screen and (min-width: 768px) {
    .mxd-hero-07__title {
        margin-bottom: 8.7rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-hero-07__title {
        margin-bottom: 3.7rem;
    }
}

/* ------------------------------------------------ */
/* Hero - Hero #07 End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Hero - Hero #08 Start */
/* ------------------------------------------------ */
.mxd-hero-08 {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 6.6rem;
}

@media only screen and (min-width: 1200px) {
    .mxd-hero-08 {
        height: 100vh;
        padding-top: 0;
    }
}

.mxd-hero-08__wrap {
    position: relative;
    padding-bottom: 5.2rem;
}

@media only screen and (min-width: 1200px) {
    .mxd-hero-08__wrap {
        height: 100%;
        padding-bottom: 0;
    }
}

.mxd-hero-08__top {
    padding-top: 14rem;
    padding-bottom: 13.6rem;
}

@media only screen and (min-width: 1200px) {
    .mxd-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%;
    }
}

.mxd-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) {
    .mxd-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) {
    .mxd-hero-08__bottom {
        padding: 0 7rem 3.5rem 7rem;
    }
}

.mxd-hero-08__data {
    max-width: 480px;
}

@media only screen and (min-width: 1600px) {
    .mxd-hero-08__data {
        max-width: 540px;
    }
}

.mxd-hero-08__descr {
    margin-top: 2.2rem;
    margin-bottom: 2.3rem;
}

.mxd-hero-08__descr p {
    font-size: 2.4rem;
    line-height: 1.2;
}

@media only screen and (min-width: 1200px) {
    .mxd-hero-08__descr {
        margin-bottom: 3rem;
    }
}

.mxd-hero-08__socials {
    margin-bottom: 2.1rem;
}

@media only screen and (min-width: 1200px) {
    .mxd-hero-08__socials {
        margin-bottom: 0;
    }
}

/* ------------------------------------------------ */
/* Hero - Hero #08 End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Hero - Hero #09 Start */
/* ------------------------------------------------ */
.mxd-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) {
    .mxd-hero-09 {
        padding-top: 7rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-hero-09 {
        padding-top: 0;
        height: 100vh;
    }
}

.mxd-hero-09__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mxd-hero-09__background video {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.mxd-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) {
    .mxd-hero-09__cover {
        background-color: rgba(var(--nl-black-rgb), 0.2);
    }
}

.mxd-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) {
    .mxd-hero-09__wrap {
        padding: 0 3rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-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) {
    .mxd-hero-09__wrap {
        padding: 0 7rem;
    }
}

.mxd-hero-09__top {
    position: relative;
    padding-bottom: 6rem;
    mix-blend-mode: difference;
}

@media only screen and (min-width: 1200px) {
    .mxd-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) {
    .mxd-hero-09__top {
        padding: 0 7rem;
    }
}

.mxd-hero-09__headline {
    padding-top: 14rem;
    text-align: center;
}

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

.mxd-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) {
    .mxd-hero-09__headline {
        padding-top: 20rem;
    }

    .mxd-hero-09__headline h1 {
        font-size: clamp(1.4rem, 13cqw, 27rem);
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-hero-09__headline {
        margin-top: -2rem;
        padding-top: 0;
    }

    .mxd-hero-09__headline h1 {
        font-size: clamp(1.6rem, 14cqw, 27rem);
    }
}

.mxd-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) {
    .mxd-hero-09__divider {
        display: none;
    }
}

.mxd-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) {
    .mxd-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;
    }
}

.mxd-hero-09__data {
    max-width: 480px;
    margin-bottom: 3rem;
}

@media only screen and (min-width: 1200px) {
    .mxd-hero-09__data {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1600px) {
    .mxd-hero-09__data {
        max-width: 540px;
    }
}

.mxd-hero-09__descr {
    margin-top: 2.1rem;
}

.mxd-hero-09__descr p {
    font-size: 2.4rem;
    line-height: 1.2;
}

@media only screen and (min-width: 1200px) {
    .mxd-hero-09__descr {
        margin-bottom: -0.6rem;
    }
}

.mxd-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) {
    .mxd-hero-09__media {
        max-width: 280px;
    }
}

@media only screen and (min-width: 1400px) {
    .mxd-hero-09__media {
        max-width: 320px;
    }
}

@media only screen and (min-width: 1600px) {
    .mxd-hero-09__media {
        max-width: 380px;
    }
}

.mxd-hero-09__image,
.mxd-hero-09__video {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.mxd-hero-09__media-btn {
    position: absolute;
    top: 1rem;
    right: 4rem;
}

.mxd-hero-09__bottom {
    padding-bottom: 5.2rem;
}

@media only screen and (min-width: 1200px) {
    .mxd-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;
    }
}

/* ------------------------------------------------ */
/* Hero - Hero #09 End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Hero - Hero #10 Start */
/* ------------------------------------------------ */
.mxd-hero-10 {
    position: relative;
    width: 100%;
    height: auto;
}

@media only screen and (min-width: 1200px) {
    .mxd-hero-10 {
        height: -moz-calc(100vh - 6.3rem);
        height: calc(100vh - 6.3rem);
    }
}

@media only screen and (min-width: 1600px) {
    .mxd-hero-10 {
        height: -moz-calc(100vh - 7rem);
        height: calc(100vh - 7rem);
    }
}

.mxd-hero-10__wrap {
    position: relative;
    padding-bottom: 5.2rem;
}

@media only screen and (min-width: 768px) {
    .mxd-hero-10__wrap {
        padding-bottom: 5.2rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-hero-10__wrap {
        height: 100%;
        padding-bottom: 0;
    }
}

.mxd-hero-10__top {
    padding: 0;
}

@media only screen and (min-width: 768px) {
    .mxd-hero-10__top {
        padding: 0 3rem;
    }
}

@media only screen and (min-width: 1600px) {
    .mxd-hero-10__top {
        padding: 0 7rem;
    }
}

.mxd-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) {
    .mxd-hero-10__center {
        padding: 5.7rem 3rem 5.5rem 3rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-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) {
    .mxd-hero-10__center {
        padding: 6rem 7rem 0 7rem;
    }
}

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

.mxd-hero-10__divider.divider-bottom {
    top: auto;
    bottom: 0;
}

@media only screen and (min-width: 768px) {
    .mxd-hero-10__divider {
        left: 6rem;
        width: -moz-calc(100% - 12rem);
        width: calc(100% - 12rem);
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-hero-10__divider.divider-bottom {
        display: none;
    }
}

@media only screen and (min-width: 1600px) {
    .mxd-hero-10__divider {
        left: 10rem;
        width: -moz-calc(100% - 20rem);
        width: calc(100% - 20rem);
    }
}

.mxd-hero-10__bottom {
    padding-top: 5.2rem;
}

@media only screen and (min-width: 1200px) {
    .mxd-hero-10__bottom {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding-top: 0;
        padding-bottom: 3.5rem;
    }
}

.mxd-hero-10__headline {
    container-type: inline-size;
    padding-top: 13rem;
    padding-bottom: 6rem;
}

@media only screen and (min-width: 768px) {
    .mxd-hero-10__headline {
        padding-top: 15.8rem;
        padding-bottom: 6rem;
    }
}

@media only screen and (min-width: 992px) {
    .mxd-hero-10__headline {
        padding-top: 14.8rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-hero-10__headline {
        padding-top: 2rem;
        padding-bottom: 4.5rem;
    }
}

@media only screen and (min-width: 1600px) {
    .mxd-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;
    }
}

.mxd-hero-10__data-wrap {
    margin-bottom: 3rem;
}

.mxd-hero-10__descr {
    margin-top: 2.1rem;
}

.mxd-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) {
    .mxd-hero-10__descr {
        max-width: 520px;
    }
}

@media only screen and (min-width: 1600px) {
    .mxd-hero-10__descr {
        max-width: 640px;
        margin-top: 2.7rem;
    }

    .mxd-hero-10__descr p {
        font-size: 3.4rem;
    }
}

.mxd-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) {
    .mxd-hero-10__media {
        max-width: 420px;
    }

    .no-touch .mxd-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 .mxd-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 .mxd-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 .mxd-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 .mxd-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 .mxd-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 .mxd-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 .mxd-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 .mxd-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);
    }
}

.mxd-hero-10__image,
.mxd-hero-10__video {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.mxd-hero-10__video-btn {
    position: absolute;
    top: 1rem;
    right: 4rem;
}

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

.mxd-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) {
    .mxd-hero-10__dataline {
        padding: 0 3rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-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) {
    .mxd-hero-10__dataline {
        padding: 0 7rem;
    }
}

.mxd-hero-10__socials {
    position: relative;
    margin-bottom: 2.1rem;
}

@media only screen and (min-width: 1200px) {
    .mxd-hero-10__socials {
        margin-bottom: 0;
    }
}

/* ------------------------------------------------ */
/* Hero - Hero #10 End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Landing - Hero Start */
/* ------------------------------------------------ */
.mxd-hero-landing {
    position: relative;
    width: 100%;
}

.mxd-hero-landing__wrap {
    position: relative;
    padding-top: 13.6rem;
    padding-bottom: 13rem;
}

@media only screen and (min-width: 768px) {
    .mxd-hero-landing__wrap {
        padding-top: 16.3rem;
        padding-bottom: 15.5rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-hero-landing__wrap {
        padding-top: 10.3rem;
        padding-bottom: 16rem;
    }
}

@media only screen and (min-width: 1600px) {
    .mxd-hero-landing__wrap {
        padding-top: 12.4rem;
        padding-bottom: 18rem;
    }
}

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

.mxd-hero-landing__subtitle {
    mix-blend-mode: difference;
}

@media only screen and (min-width: 1600px) {
    .mxd-hero-landing__subtitle {
        margin-bottom: 2.4rem;
    }
}

.mxd-hero-landing__title {
    mix-blend-mode: difference;
    max-width: 460px;
}

@media only screen and (min-width: 768px) {
    .mxd-hero-landing__title {
        max-width: 640px;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-hero-landing__title {
        max-width: 1000px;
    }
}

@media only screen and (min-width: 1600px) {
    .mxd-hero-landing__title {
        max-width: 1000px;
    }
}

/* ------------------------------------------------ */
/* Landing - Hero End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Landing - Demo Grid Start */
/* ------------------------------------------------ */
.mxd-demo-grid {
    position: relative;
}

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

.mxd-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) {
    .mxd-demo-grid__item {
        margin-bottom: 9.4rem;
    }

    .no-touch .mxd-demo-grid__item:hover .mxd-demo-grid__image {
        border: 1px solid var(--st-bright);
    }

    .no-touch .mxd-demo-grid__item:hover .mxd-demo-grid__screen {
        -webkit-transform: scale(1.01);
        -moz-transform: scale(1.01);
        -ms-transform: scale(1.01);
        transform: scale(1.01);
    }

    .no-touch .mxd-demo-grid__item:hover .mxd-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 .mxd-demo-grid__item:hover .mxd-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 .mxd-demo-grid__item:hover .mxd-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 .mxd-demo-grid__item:hover .mxd-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 .mxd-demo-grid__item:hover .mxd-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 .mxd-demo-grid__item:hover .mxd-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 .mxd-demo-grid__item:hover .mxd-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 .mxd-demo-grid__item:hover .mxd-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 .mxd-demo-grid__item:hover .mxd-demo-grid__name {
        -webkit-transform: translateY(0.4rem);
        -moz-transform: translateY(0.4rem);
        -ms-transform: translateY(0.4rem);
        transform: translateY(0.4rem);
    }
}

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

.mxd-demo-grid__image img {
    display: block;
    width: 100%;
    height: auto;
    opacity: 0;
}

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

.mxd-demo-grid__screen.screen-01 {
    background-image: var(--bg-demo-screen-01);
}

.mxd-demo-grid__screen.screen-02 {
    background-image: var(--bg-demo-screen-02);
}

.mxd-demo-grid__screen.screen-03 {
    background-image: var(--bg-demo-screen-03);
}

.mxd-demo-grid__screen.screen-04 {
    background-image: var(--bg-demo-screen-04);
}

.mxd-demo-grid__screen.screen-05 {
    background-image: var(--bg-demo-screen-05);
}

.mxd-demo-grid__screen.screen-06 {
    background-image: var(--bg-demo-screen-06);
}

.mxd-demo-grid__screen.screen-07 {
    background-image: var(--bg-demo-screen-07);
}

.mxd-demo-grid__screen.screen-08 {
    background-image: var(--bg-demo-screen-08);
}

.mxd-demo-grid__screen.screen-09 {
    background-image: var(--bg-demo-screen-09);
}

.mxd-demo-grid__screen.screen-10 {
    background-image: var(--bg-demo-screen-10);
}

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

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

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

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

/* ------------------------------------------------ */
/* Landing - Demo Grid End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Landing - Stack Start */
/* ------------------------------------------------ */
.mxd-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);
}

.mxd-demo-stack.opposite {
    background-color: var(--base-opp);
}

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

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

/* ------------------------------------------------ */
/* Landing - Stack End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Landing - Marquee Start */
/* ------------------------------------------------ */
.mxd-demo-marquee-01 {
    padding-top: 3.1rem;
    padding-bottom: 10.7rem;
}

@media only screen and (min-width: 768px) {
    .mxd-demo-marquee-01 {
        padding-top: 6.1rem;
        padding-bottom: 13.7rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-demo-marquee-01 {
        padding-top: 5.1rem;
        padding-bottom: 14.7rem;
    }
}

@media only screen and (min-width: 1600px) {
    .mxd-demo-marquee-01 {
        padding-top: 7.1rem;
        padding-bottom: 16.7rem;
    }
}

.mxd-demo-marquee-02 {
    padding-bottom: 10.7rem;
}

@media only screen and (min-width: 768px) {
    .mxd-demo-marquee-02 {
        padding-bottom: 13.7rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-demo-marquee-02 {
        padding-bottom: 14.7rem;
    }
}

@media only screen and (min-width: 1600px) {
    .mxd-demo-marquee-02 {
        padding-bottom: 16.7rem;
    }
}

/* ------------------------------------------------ */
/* Landing - Marquee End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Landing - Responsive Promo Start */
/* ------------------------------------------------ */
.mxd-resp-promo,
.mxd-resp-promo__item {
    position: relative;
}

.mxd-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) {
    .mxd-resp-promo {
        padding-top: 15.5rem;
        padding-bottom: 12.3rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-resp-promo {
        padding-top: 18rem;
        padding-bottom: 13.6rem;
    }
}

@media only screen and (min-width: 1600px) {
    .mxd-resp-promo {
        padding-top: 20rem;
        padding-bottom: 15rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-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;
    }
}

.mxd-resp-promo__content {
    margin-bottom: 4.5rem;
}

@media only screen and (min-width: 768px) {
    .mxd-resp-promo__content {
        max-width: 800px;
        margin: 0 auto 5rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-resp-promo__content {
        max-width: 700px;
        margin: 0;
        padding-bottom: 1.7rem;
    }
}

@media only screen and (min-width: 1600px) {
    .mxd-resp-promo__content {
        padding-bottom: 3rem;
    }
}

.mxd-resp-promo__manifest {
    margin-bottom: 4rem;
    text-align: center;
}

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

.mxd-resp-promo__manifest p span {
    color: var(--t-medium);
}

@media only screen and (min-width: 768px) {
    .mxd-resp-promo__manifest {
        margin-bottom: 4.5rem;
    }

    .mxd-resp-promo__manifest p {
        font-size: 3.4rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-resp-promo__manifest {
        margin-bottom: 5.2rem;
        text-align: left;
    }
}

@media only screen and (min-width: 1600px) {
    .mxd-resp-promo__manifest p {
        font-size: 4.4rem;
    }
}

.mxd-resp-promo__image {
    padding-left: 3rem;
}

.mxd-resp-promo__image img {
    display: block;
    width: 100%;
    height: auto;
}

@media only screen and (min-width: 768px) {
    .mxd-resp-promo__image {
        padding-left: 6rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-resp-promo__image {
        padding-left: 0;
    }
}

.mxd-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) {
    .mxd-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:nth-of-type(2),
.demo-icons__item:last-of-type {
    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;
    }
}

/* ------------------------------------------------ */
/* Landing - Responsive Promo End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Landing - Slider Start */
/* ------------------------------------------------ */
.mxd-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 .mxd-demo-swiper .swiper-slide-active:hover .demo-swiper-slide__image {
    border: 1px solid var(--st-bright);
}

.mxd-demo-swiper .swiper-slide-next,
.mxd-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);
}

.mxd-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 .mxd-slider-btn-next.mxd-slider-btn-next-fullwidth {
    right: 0;
}

@media only screen and (min-width: 768px) {
    .swiper-horizontal .mxd-slider-btn-next.mxd-slider-btn-next-fullwidth {
        right: 0;
        left: auto;
    }
}

@media only screen and (min-width: 1400px) {
    .swiper-horizontal .mxd-slider-btn-next.mxd-slider-btn-next-fullwidth {
        right: 0;
        left: auto;
    }
}

@media only screen and (min-width: 1600px) {
    .swiper-horizontal .mxd-slider-btn-next.mxd-slider-btn-next-fullwidth {
        right: 0;
        left: auto;
    }
}

/* ------------------------------------------------ */
/* Landing - Slider End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Landing - Components Start */
/* ------------------------------------------------ */
.mxd-demo-components {
    position: relative;
    padding: 0 3rem;
}

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

@media only screen and (min-width: 1200px) {
    .mxd-demo-components {
        height: 165px;
    }
}

@media only screen and (min-width: 1600px) {
    .mxd-demo-components {
        height: 209px;
        padding: 0 10rem;
    }
}

.mxd-demo-components__wrap {
    position: relative;
}

@media only screen and (min-width: 1200px) {
    .mxd-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%);
    }
}

.mxd-demo-components__objects {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: red;
}

.mxd-demo-components__object {
    position: absolute;
    height: auto;
    display: none;
}

.mxd-demo-components__object img {
    display: block;
    width: 100%;
    height: auto;
}

.mxd-demo-components__object.obj-01 {
    z-index: 1;
}

.mxd-demo-components__object.obj-02 {
    z-index: 3;
}

@media only screen and (min-width: 1200px) {
    .mxd-demo-components__object {
        display: block;
    }

    .mxd-demo-components__object.obj-01 {
        width: 23.2rem;
        bottom: -3.8rem;
        left: -15rem;
    }

    .mxd-demo-components__object.obj-02 {
        width: 16rem;
        top: 3.4rem;
        right: -9.4rem;
    }
}

.mxd-demo-components__title {
    margin-bottom: 2.9rem;
    z-index: 2;
}

@media only screen and (min-width: 768px) {
    .mxd-demo-components__title {
        margin-bottom: 3.2rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-demo-components__title {
        text-align: center;
        margin-bottom: 0;
    }
}

.mxd-demo-components__tags {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3rem;
}

.mxd-demo-components__tags .tag {
    white-space: nowrap;
}

.mxd-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) {
    .mxd-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%;
    }

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

/* ------------------------------------------------ */
/* Landing - Components End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Landing - Features Start */
/* ------------------------------------------------ */
@media only screen and (min-width: 1200px) {
    .landing-features-title .mxd-section-title__title {
        max-width: 730px;
    }

    .landing-features-title .mxd-section-title__caption {
        max-width: none;
    }
}

@media only screen and (min-width: 1600px) {
    .landing-features-title .mxd-section-title__title {
        max-width: 870px;
    }
}

.landing-features-cards .mxd-niche-cards__inner {
    background-color: var(--base-bright);
}

.landing-features-cards .mxd-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 .mxd-niche-cards__item {
        padding-bottom: 3rem;
    }
}

@media only screen and (min-width: 1200px) {
    .landing-features-cards .mxd-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 .mxd-niche-cards__image.absolute-desktop-aside {
        width: 180px;
        padding: 0;
        right: 2rem;
        bottom: 2rem;
    }
}

@media only screen and (min-width: 1400px) {
    .landing-features-cards .mxd-niche-cards__image.absolute-desktop-aside {
        width: 200px;
        right: 3rem;
    }
}

@media only screen and (min-width: 1600px) {
    .landing-features-cards .mxd-niche-cards__image.absolute-desktop-aside {
        width: 256px;
        right: 3rem;
        bottom: 3rem;
    }
}

/* ------------------------------------------------ */
/* Landing - Features End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Landing - CTA Start */
/* ------------------------------------------------ */
.mxd-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) {
    .mxd-demo-cta {
        padding-bottom: 17rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-demo-cta {
        padding-bottom: 18rem;
    }
}

@media only screen and (min-width: 1600px) {
    .mxd-demo-cta {
        padding-bottom: 20rem;
    }
}

.mxd-demo-cta__caption {
    position: relative;
    text-align: center;
}

.mxd-demo-cta__caption h2 {
    margin: 0 auto;
}

@media only screen and (min-width: 768px) {
    .mxd-demo-cta__caption h2 {
        max-width: 1000px;
    }
}

@media only screen and (min-width: 1600px) {
    .mxd-demo-cta__caption h2 {
        max-width: 1240px;
    }
}

.mxd-demo-cta__btn {
    margin-top: 3.8rem;
}

@media only screen and (min-width: 768px) {
    .mxd-demo-cta__btn {
        margin-top: 4rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-demo-cta__btn {
        margin-top: 4.7rem;
    }
}

@media only screen and (min-width: 1600px) {
    .mxd-demo-cta__btn {
        margin-top: 5.4rem;
    }
}

/* ------------------------------------------------ */
/* Landing - CTA End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Landing - Footer Start */
/* ------------------------------------------------ */
.mxd-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;
}

.mxd-demo-footer__logo {
    margin-bottom: 2.5rem;
}

@media only screen and (min-width: 1600px) {
    .mxd-demo-footer__logo {
        margin-bottom: 2.3rem;
    }
}

.mxd-demo-footer__slogan {
    margin-bottom: 2.8rem;
    max-width: 580px;
}

@media only screen and (min-width: 1600px) {
    .mxd-demo-footer__slogan {
        margin-bottom: 2.7rem;
    }
}

.mxd-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) {
    .mxd-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;
    }
}

.mxd-demo-footer__nav {
    position: relative;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .mxd-demo-footer__nav {
        margin-bottom: 4.9rem;
    }
}

@media only screen and (min-width: 1400px) {
    .mxd-demo-footer__nav {
        margin-bottom: 0;
    }
}

.mxd-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) {
    .mxd-demo-footer-nav__block:last-of-type {
        margin-bottom: 0;
    }
}

.mxd-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: column;
    gap: 1.6rem;
}

.mxd-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 .mxd-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) {
    .mxd-footer-promo__item {
        max-width: 360px;
    }
}

.mxd-footer-promo__icon {
    width: 4.6rem;
    height: 4.6rem;
}

.mxd-footer-promo__icon img {
    width: 4.6rem;
    height: 4.6rem;
}

@media only screen and (min-width: 768px) {
    .mxd-footer-promo__icon {
        width: 5.6rem;
        height: 5.6rem;
    }

    .mxd-footer-promo__icon img {
        width: 5.6rem;
        height: 5.6rem;
    }
}

.mxd-demo-footer__foreground,
.mxd-demo-footer__background {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.mxd-demo-footer__foreground img,
.mxd-demo-footer__background 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%;
}

.mxd-footer__planet01,
.mxd-footer__planet02 {
    position: absolute;
}

.mxd-footer__planet01 img,
.mxd-footer__planet02 img {
    display: block;
    width: 100%;
    height: auto;
}

.mxd-footer__planet01 {
    top: -30%;
    right: 18cqw;
    width: 11.2cqw;
    max-width: 214px;
}

@media only screen and (min-width: 1200px) {
    .mxd-footer__planet01 {
        top: -33%;
    }
}

@media only screen and (min-width: 1600px) {
    .mxd-footer__planet01 {
        right: 246px;
        right: clamp(10px, 14.2cqw, 280px);
    }
}

.mxd-footer__planet02 {
    top: 22%;
    right: 40cqw;
    width: 4.85cqw;
    max-width: 93px;
}

@media only screen and (min-width: 768px) {
    .mxd-footer__planet02 {
        right: 38cqw;
    }
}

@media only screen and (min-width: 1600px) {
    .mxd-footer__planet02 {
        right: clamp(10px, 38cqw, 700px);
    }
}

/* ------------------------------------------------ */
/* Landing - Footer End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Features - Statistics Lines Start */
/* ------------------------------------------------ */
.mxd-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: 5.3rem;
}

.mxd-stats-lines.manifest-title {
    padding-top: 7.4rem;
}

@media only screen and (min-width: 768px) {
    .mxd-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: 5.2rem;
        -webkit-column-gap: 6rem;
        -moz-column-gap: 6rem;
        column-gap: 6rem;
    }

    .mxd-stats-lines.manifest-title {
        padding-top: 9.3rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-stats-lines {
        row-gap: 9.3rem;
    }

    .mxd-stats-lines.manifest-title {
        padding-top: 9rem;
    }
}

.mxd-stats-lines__item {
    position: relative;
    overflow: hidden;
}

@media only screen and (min-width: 768px) {
    .mxd-stats-lines__item {
        -ms-flex-preferred-size: calc(50% - 3rem);
        flex-basis: -moz-calc(50% - 3rem);
        flex-basis: calc(50% - 3rem);
    }
}

.mxd-stats-lines__divider {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--t-medium);
    z-index: 1;
}

.mxd-stats-lines__divider.divider-top {
    top: 0;
}

.mxd-stats-lines__divider.divider-bottom {
    bottom: 0;
}

.mxd-stats-lines__inner {
    position: relative;
    width: 100%;
    will-change: transform;
    z-index: 2;
}

.mxd-stats-lines__number {
    padding-top: 1rem;
}

.mxd-stats-lines__number p {
    display: inline-block;
    font: normal 600 8rem/1 var(--_font-accent);
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    color: var(--t-bright);
}

@media only screen and (min-width: 1200px) {
    .mxd-stats-lines__number {
        padding-top: 3rem;
    }
}

.mxd-stats-lines__caption {
    padding-left: 0.4rem;
    padding-top: 0.5rem;
}

.mxd-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) {
    .mxd-stats-lines__caption {
        padding-top: 2.5rem;
    }
}

/* ------------------------------------------------ */
/* Features - Statistics Lines End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Features - Marquee Start */
/* ------------------------------------------------ */
.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__text,
.marquee.muted .marquee__image {
    color: #c9a26d;
}

.marquee.muted-extra .marquee__text,
.marquee.muted-extra .marquee__image {
    color: #c9a26d;
}

.marquee.muted-extra-opposite .marquee__text,
.marquee.muted-extra-opposite .marquee__image {
    color: #c9a26d;
}

.marquee--gsap .marquee__top,
.marquee--gsap .marquee__bottom {
    translate: -moz-calc(-100% + 100vw) !important;
    translate: calc(-100% + 100vw) !important;
}

.marquee-right--gsap .marquee__toright,
.marquee-left--gsap .marquee__toleft {
    translate: -moz-calc(-100% + 100vw) !important;
    translate: calc(-100% + 100vw) !important;
}

.marquee__top,
.marquee__bottom,
.marquee__toleft,
.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: 200px;
}

.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: 300px;
    }

    .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 calc(25svh - 9rem);
    font-family:'Playfair Display', 'Georgia', serif;
    letter-spacing: normal;
    font-size: 18svh;
}

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

/* ------------------------------------------------ */
/* Features - Marquee End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Features - Matter.js Blocks Start */
/* ------------------------------------------------ */
.mxd-gravity-section {
    position: relative;
    width: 100%;
    background-color: var(--base-opp);
    overflow: hidden;
}

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

/* ------------------------------------------------ */
/* Features - Matter.js Blocks End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Features - Accordion Start */
/* ------------------------------------------------ */
.mxd-accordion {
    position: relative;
}

.mxd-accordion__item {
    position: relative;
    cursor: pointer;
    margin-top: -1px;
}

.mxd-accordion__item:first-of-type {
    margin-top: 0;
}

.mxd-accordion__divider {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: var(--st-medium);
}

.mxd-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 3rem 0;
    overflow: hidden;
    display: none;
}

@media only screen and (min-width: 768px) {
    .mxd-accordion__content {
        padding: 0 0 5.4rem 0;
    }
}

.mxd-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: 2.8rem 0 3rem 0;
    -webkit-transition: padding var(--_animspeed-medium) var(--_animbezier);
    -moz-transition: padding var(--_animspeed-medium) var(--_animbezier);
    transition: padding var(--_animspeed-medium) var(--_animbezier);
}

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

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

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

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

@media only screen and (min-width: 768px) {
    .mxd-accordion__title {
        padding: 5rem 0 5.4rem 0;
    }

    .mxd-accordion__title p {
        font-size: 2.4rem;
    }
}

.accordion-opened {
    padding: 2.8rem 0 2.2rem 0;
}

@media only screen and (min-width: 768px) {
    .accordion-opened {
        padding: 5rem 0 4.5rem 0;
    }
}

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

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

.mxd-accordion__arrow i {
    display: block;
    width: 1.8rem;
    height: 1.8rem;
}

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

.mxd-accordion__plus {
    position: relative;
    opacity: 1;
}

.accordion-rotate .mxd-accordion__close {
    opacity: 1;
}

.accordion-rotate .mxd-accordion__plus {
    opacity: 0;
}

/* ------------------------------------------------ */
/* Features - Accordion End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Block - About Teaser Start */
/* ------------------------------------------------ */
.mxd-teaser {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 13.4rem;
}

@media only screen and (min-width: 768px) {
    .mxd-teaser {
        padding-top: 16.4rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-teaser {
        padding-top: 13rem;
    }
}

@media only screen and (min-width: 1600px) {
    .mxd-teaser {
        padding-top: 15rem;
    }
}

.mxd-teaser__wrap {
    margin-bottom: 7.3rem;
}

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

@media only screen and (min-width: 1200px) {
    .mxd-teaser__wrap {
        padding-bottom: 16.3rem;
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1600px) {
    .mxd-teaser__wrap {
        padding-bottom: 17.9rem;
        margin-bottom: 0;
    }
}

.mxd-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) {
    .mxd-teaser__content {
        gap: 1.9rem;
    }
}

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

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

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

.mxd-teaser__textblock span,
.mxd-teaser__textblock i {
    position: relative;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.mxd-teaser__textblock i {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 2.8rem;
}

.mxd-teaser__textblock img {
    display: block;
    width: auto;
    height: 100%;
}

@media only screen and (min-width: 768px) {
    .mxd-teaser__textblock {
        font-size: 5rem;
        letter-spacing: -0.14rem;
    }

    .mxd-teaser__textblock i {
        height: 5.1rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-teaser__textblock {
        font-size: 7.5rem;
        letter-spacing: -0.3rem;
    }

    .mxd-teaser__textblock i {
        height: 7.4rem;
    }
}

@media only screen and (min-width: 1600px) {
    .mxd-teaser__textblock {
        font-size: 9.5rem;
    }

    .mxd-teaser__textblock i {
        height: 9.4rem;
    }
}

.mxd-teaser__icon {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* ------------------------------------------------ */
/* Block - About Teaser End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Block - About Images Start */
/* ------------------------------------------------ */
.mxd-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;
}

.mxd-about-images__wrap {
    position: relative;
    width: 100%;
}

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

.mxd-about-images__item.margin-bottom-mobile {
    margin-bottom: 7.4rem;
}

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

    .mxd-about-images__item.margin-bottom-mobile {
        margin-bottom: 0;
    }

    .mxd-about-images__item.justify-start {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-top: 10rem;
    }

    .mxd-about-images__item.justify-end {
        -webkit-box-pack: end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-bottom: 10rem;
    }
}

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

.mxd-about-images__img img {
    display: block;
    width: 100%;
    height: auto;
}

.mxd-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) {
    .mxd-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;
    }
}

/* ------------------------------------------------ */
/* Block - About Images End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Block - About Process Start */
/* ------------------------------------------------ */
.mxd-process-points {
    position: relative;
    width: 100%;
}

.mxd-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: 4.8rem;
    padding-bottom: 5.2rem;
}

@media only screen and (min-width: 768px) {
    .mxd-process-points__item {
        gap: 2.7rem;
        padding-top: 4.4rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-process-points__item {
        padding-top: 3.2rem;
        padding-bottom: 0;
    }
}

.mxd-process-points__divider {
    position: absolute;
    left: 3rem;
    width: -moz-calc(100% - 6rem);
    width: calc(100% - 6rem);
    height: 1px;
    background-color: var(--st-bright);
}

.mxd-process-points__divider.opposite {
    background-color: var(--base-opp);
}

.mxd-process-points__divider.accent {
    background-color: var(--pt-t-accent-bright);
}

.mxd-process-points__divider.top {
    top: 0;
}

.mxd-process-points__divider.bottom {
    bottom: 0;
}

@media only screen and (min-width: 1200px) {
    .mxd-process-points__divider.bottom {
        display: none;
    }
}

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

.mxd-process-points__title p {
    font: normal 700 3rem/1.2 var(--_font-default);
    letter-spacing: -0.1rem;
    color: var(--t-bright);
}

.mxd-process-points__title p span {
    color: var(--t-medium);
}

.mxd-process-points__title p.permanent {
    color: var(--nl-white);
}

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

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

@media only screen and (min-width: 768px) {
    .mxd-process-points__title p {
        font-size: 4rem;
    }
}

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

.mxd-process-points__icon.accent {
    color: var(--pt-t-accent-bright);
}

.mxd-process-points__icon i {
    font-size: 3.4rem;
}

@media only screen and (min-width: 768px) {
    .mxd-process-points__icon i {
        font-size: 4rem;
    }
}

.mxd-process-points__time {
    padding-top: 0.1rem;
}

@media only screen and (min-width: 768px) {
    .mxd-process-points__time {
        padding-top: 0.4rem;
    }
}

/* ------------------------------------------------ */
/* Block - About Process End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Block - About Mission Start */
/* ------------------------------------------------ */
.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;
    }
}

/* ------------------------------------------------ */
/* Block - About Mission End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Block - About Team Start */
/* ------------------------------------------------ */
.mxd-about-team {
    position: relative;
}

.mxd-about-team__img {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.mxd-about-team__img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (min-width: 1200px) {
    .mxd-about-team__img.fullheight-xl {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

.mxd-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) {
    .mxd-about-team__data {
        padding-top: 9rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-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;
    }
}

.mxd-about-team__info {
    position: relative;
    margin-bottom: 5.3rem;
}

@media only screen and (min-width: 768px) {
    .mxd-about-team__info {
        margin-bottom: 9.3rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-about-team__info {
        margin-bottom: 0;
        padding-top: 5rem;
    }

    .mxd-about-team__info.fullheight-xl {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

/* ------------------------------------------------ */
/* Block - About Team End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Block - Description Split Start */
/* ------------------------------------------------ */
.mxd-split-descr {
    position: relative;
    width: 100%;
}

.mxd-split-descr.pre-manifest-l {
    margin-top: 7.4rem;
}

@media only screen and (min-width: 768px) {
    .mxd-split-descr.pre-manifest-l {
        margin-top: 9.1rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-split-descr.pre-manifest-l {
        margin-top: 8.8rem;
    }
}

@media only screen and (min-width: 1600px) {
    .mxd-split-descr.pre-manifest-l {
        margin-top: 8.3rem;
    }
}

.mxd-split-descr__image {
    position: relative;
    width: 100%;
    margin-bottom: 2.6rem;
}

.mxd-split-descr__image img {
    display: block;
    width: 100%;
    height: auto;
}

@media only screen and (min-width: 768px) {
    .mxd-split-descr__image {
        margin-bottom: 4rem;
    }
}

@media only screen and (min-width: 992px) {
    .mxd-split-descr__image {
        margin-bottom: 0;
    }
}

.mxd-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) {
    .mxd-split-descr__wrap {
        height: 100%;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.mxd-split-descr__content {
    max-width: 600px;
    margin-bottom: 2.2rem;
}

@media only screen and (min-width: 768px) {
    .mxd-split-descr__content {
        margin-bottom: 3.7rem;
    }
}

@media only screen and (min-width: 992px) {
    .mxd-split-descr__content {
        margin-bottom: 0;
    }

    .mxd-split-descr__content.margin-bottom-l {
        margin-bottom: 3.2rem;
    }
}

@media only screen and (min-width: 1400px) {
    .mxd-split-descr__content {
        max-width: 680px;
    }
}

/* ------------------------------------------------ */
/* Block - Description Split End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Block - Projects ClipPath Start */
/* ------------------------------------------------ */
.mxd-showcase-clip {
    position: relative;
    z-index: 10;
}

.mxd-showcase-clip__trigger {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.mxd-showcase-clip__trigger img {
    width: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: inline-block;
}

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

.mxd-showcase-clip__cover.cover-blur {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.mxd-showcase-clip__track {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mxd-showcase-clip__sticky {
    width: 100%;
    height: 100vh;
    position: sticky;
    top: 0;
}

.mxd-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) {
    .mxd-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) {
    .mxd-showcase-clip__item {
        padding: 0 10rem;
    }
}

.mxd-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) {
    .mxd-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) {
    .mxd-showcase-clip__image {
        width: 46rem;
    }
}

.mxd-showcase-clip__bg {
    height: 100%;
}

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

.mxd-showcase-clip__title span {
    color: var(--t-medium);
}

.mxd-showcase-clip__title.permanent {
    color: var(--nl-white);
}

.mxd-showcase-clip__title.accent {
    color: var(--pt-t-accent-bright);
}

.mxd-showcase-clip__title.opposite {
    color: var(--t-opp-bright);
}

.mxd-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) {
    .mxd-showcase-clip__title {
        font-size: 3.6rem;
    }
}

@media only screen and (min-width: 992px) {
    .mxd-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) {
    .mxd-showcase-clip__title {
        font-size: 4rem;
    }
}

@media only screen and (min-width: 1600px) {
    .mxd-showcase-clip__title {
        max-width: -moz-calc(50% - 23rem);
        max-width: calc(50% - 23rem);
        padding-right: 10rem;
    }
}

.mxd-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) {
    .mxd-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) {
    .mxd-showcase-clip__tags {
        width: -moz-calc(50% - 23rem);
        width: calc(50% - 23rem);
        padding-left: 10rem;
    }
}

/* ------------------------------------------------ */
/* Block - Projects ClipPath End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Block - Projects Grid Start */
/* ------------------------------------------------ */
.mxd-projects-grid {
    position: relative;
}

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

.mxd-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: 7.4rem;
}

.mxd-project-item .mxd-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) {
    .mxd-project-item {
        margin-bottom: 7.4rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-project-item {
        margin-bottom: 9.4rem;
    }

    .mxd-project-item.mxd-project-item-sticky {
        position: sticky;
        top: 0rem;
    }
}

.no-touch .mxd-project-item:hover .mxd-cover {
    opacity: 1;
}

.no-touch .mxd-project-item:hover.mxd-project-item-s .mxd-cover {
    opacity: 0;
}

.no-touch .mxd-project-item:hover .mxd-project-item__logowrap {
    opacity: 0;
}

.no-touch .mxd-project-item:hover .mxd-project-item__videowrap {
    clip-path: inset(0% 0% 0% 0%);
}

.no-touch .mxd-project-item:hover .mxd-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 .mxd-project-item:hover .mxd-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 .mxd-project-item:hover .mxd-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 .mxd-project-item:hover .mxd-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 .mxd-project-item:hover .mxd-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 .mxd-project-item:hover .mxd-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 .mxd-project-item:hover .mxd-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 .mxd-project-item:hover .mxd-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 .mxd-project-item:hover .mxd-project-item__name {
    -webkit-transform: translateY(0.4rem);
    -moz-transform: translateY(0.4rem);
    -ms-transform: translateY(0.4rem);
    transform: translateY(0.4rem);
}

.mxd-project-divider {
    display: none;
}

@media only screen and (min-width: 1200px) {
    .mxd-project-divider {
        display: block;
    }
}

.mxd-project-item__media {
    position: relative;
    overflow: hidden;
}

.mxd-project-item__media img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

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

.mxd-project-item__logowrap img {
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 110px;
}

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

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

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

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

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

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

/* ------------------------------------------------ */
/* Block - Projects Grid End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Block - Projects Stack Cards Start */
/* ------------------------------------------------ */
.mxd-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);
}

.mxd-stack-cards.opposite {
    background-color: var(--base-opp);
}

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

.mxd-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: 0px;
    border-radius: 0px;
    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;
}

/* ------------------------------------------------ */
/* Block - Projects Stack Cards End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Block - Projects List Start */
/* ------------------------------------------------ */
.mxd-projects-list {
    position: relative;
    width: 100%;
    margin-bottom: 10rem;
}

.mxd-projects-list.no-margin-bottom {
    margin-bottom: 0;
}

.mxd-projects-list > .mxd-projects-list__item:nth-child(n+2) {
    margin-top: -1px;
}

@media only screen and (min-width: 768px) {
    .mxd-projects-list {
        margin-bottom: 9.3rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-projects-list {
        margin-bottom: 17.3rem;
    }

    .mxd-projects-list.no-margin-bottom {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1200px) and (hover) and (prefers-reduced-motion: no-preference) {
    .mxd-projects-list > .mxd-projects-list__item .mxd-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);
    }

    .mxd-projects-list:hover > .mxd-projects-list__item:not(:hover) .mxd-projects-list__inner {
        opacity: 0.3;
        scale: 0.984;
    }
}

@media only screen and (min-width: 1600px) {
    .mxd-projects-list {
        margin-bottom: 19.3rem;
    }
}

.mxd-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) {
    .mxd-projects-list__item {
        padding: 5.4rem 0;
    }
}

.mxd-projects-list__divider {
    position: absolute;
    left: 3rem;
    width: -moz-calc(100% - 6rem);
    width: calc(100% - 6rem);
    height: 1px;
    background-color: var(--st-muted);
}

.mxd-projects-list__divider.top {
    top: 0;
}

.mxd-projects-list__divider.bottom {
    bottom: 0;
}

.mxd-projects-list__inner {
    position: relative;
}

@media only screen and (min-width: 1200px) {
    .mxd-projects-list__niche,
    .mxd-projects-list__meta,
    .mxd-projects-list__date {
        padding-top: 0.5rem;
    }
}

.mxd-projects-list__niche {
    margin-bottom: 1.7rem;
}

@media only screen and (min-width: 768px) {
    .mxd-projects-list__niche {
        margin-bottom: 2.2rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-projects-list__niche {
        margin-bottom: 0;
    }
}

.mxd-projects-list__title h3,
.mxd-projects-list__title p {
    font: normal 700 3rem/1.2 var(--_font-default);
    letter-spacing: -0.1rem;
    color: var(--t-bright);
}

.mxd-projects-list__title h3 span,
.mxd-projects-list__title p span {
    color: var(--t-medium);
}

.mxd-projects-list__title h3.permanent,
.mxd-projects-list__title p.permanent {
    color: var(--nl-white);
}

.mxd-projects-list__title h3.accent,
.mxd-projects-list__title p.accent {
    color: var(--pt-t-accent-bright);
}

.mxd-projects-list__title h3.opposite,
.mxd-projects-list__title p.opposite {
    color: var(--t-opp-bright);
}

@media only screen and (min-width: 768px) {
    .mxd-projects-list__title h3,
    .mxd-projects-list__title p {
        font-size: 4rem;
    }
}

.mxd-projects-list__meta {
    margin-top: 2.2rem;
}

@media only screen and (min-width: 768px) {
    .mxd-projects-list__meta {
        margin-top: 3rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-projects-list__meta {
        margin-top: 0;
    }
}

.mxd-projects-list__date {
    margin-top: 2.2rem;
}

@media only screen and (min-width: 768px) {
    .mxd-projects-list__date {
        margin-top: 3rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-projects-list__date {
        margin-top: 0;
    }
}

/* ------------------------------------------------ */
/* Block - Projects List End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Block - Services List Start */
/* ------------------------------------------------ */
.mxd-services-list {
    position: relative;
    width: 100%;
    margin-top: -100vh;
}

.mxd-services-list.no-marquee {
    margin-top: 0;
}

.mxd-services-list > .mxd-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) {
    .mxd-services-list > .mxd-services-list__item .mxd-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);
    }

    .mxd-services-list:hover > .mxd-services-list__item:not(:hover) .mxd-services-list__inner {
        opacity: 0.3;
        scale: 0.984;
    }
}

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

.mxd-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) {
    .mxd-services-list__item {
        padding: 5.4rem 0;
    }
}

.mxd-services-list__divider {
    position: absolute;
    left: 3rem;
    width: -moz-calc(100% - 6rem);
    width: calc(100% - 6rem);
    height: 1px;
    background-color: var(--st-medium);
}

.mxd-services-list__divider.top {
    top: 0;
}

.mxd-services-list__divider.bottom {
    bottom: 0;
}

.mxd-services-list__inner {
    position: relative;
}

@media only screen and (min-width: 1200px) {
    .mxd-services-list__number {
        padding-top: 0.5rem;
    }
}

.mxd-services-list__descr {
    max-width: 400px;
    margin-top: 2rem;
}

.mxd-services-list__descr p {
    line-height: 1.4;
}

@media only screen and (min-width: 768px) {
    .mxd-services-list__descr {
        max-width: 560px;
        margin-top: 2.7rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-services-list__descr {
        margin-top: 0;
        padding-top: 0.3rem;
    }
}

.mxd-services-list__number {
    margin-bottom: 1.7rem;
}

@media only screen and (min-width: 768px) {
    .mxd-services-list__number {
        margin-bottom: 2.2rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-services-list__number {
        margin-bottom: 0;
    }
}

.mxd-services-list__title h3 {
    font: normal 700 3rem/1.2 var(--_font-default);
    letter-spacing: -0.1rem;
    color: var(--t-bright);
}

.mxd-services-list__title h3 span {
    color: var(--t-medium);
}

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

.mxd-services-list__title h3.accent {
    color: var(--pt-t-accent-bright);
}

.mxd-services-list__title h3.opposite {
    color: var(--t-opp-bright);
}

@media only screen and (min-width: 768px) {
    .mxd-services-list__title h3 {
        font-size: 4rem;
    }
}

/* ------------------------------------------------ */
/* Block - Services List End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Block - Services Capabilities List Start */
/* ------------------------------------------------ */
.mxd-cpb-list {
    position: relative;
    width: 100%;
}

.mxd-cpb-list > .mxd-cpb-list__item:nth-child(n+2) {
    margin-top: -1px;
}

.mxd-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) {
    .mxd-cpb-list__item {
        padding: 5.4rem 0 6rem 0;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-cpb-list__item {
        padding: 6rem 0;
    }
}

.mxd-cpb-list__divider {
    position: absolute;
    left: 3rem;
    width: -moz-calc(100% - 6rem);
    width: calc(100% - 6rem);
    height: 1px;
    background-color: var(--st-medium);
}

.mxd-cpb-list__divider.top {
    top: 0;
}

.mxd-cpb-list__divider.bottom {
    bottom: 0;
}

.mxd-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) {
    .mxd-cpb-list__title {
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.mxd-cpb-list__number {
    margin-bottom: 1.7rem;
}

@media only screen and (min-width: 768px) {
    .mxd-cpb-list__number {
        margin-bottom: 2.2rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-cpb-list__number {
        margin-bottom: 0;
    }
}

.mxd-cpb-list__name {
    font: normal 700 3rem/1.2 var(--_font-default);
    letter-spacing: -0.1rem;
    color: var(--t-bright);
    margin-bottom: 2.8rem;
}

.mxd-cpb-list__name span {
    color: var(--t-medium);
}

@media only screen and (min-width: 768px) {
    .mxd-cpb-list__name {
        font-size: 4rem;
        margin-bottom: 3.6rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-cpb-list__name {
        max-width: 300px;
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1600px) {
    .mxd-cpb-list__name {
        font-size: 5rem;
        max-width: 370px;
    }
}

.mxd-cpb-list__image {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2.5rem;
}

.mxd-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) {
    .mxd-cpb-list__image {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-cpb-list__image {
        margin-bottom: 0;
    }
}

.mxd-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) {
    .mxd-cpb-list__data {
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.mxd-cpb-list__descr {
    margin-bottom: 2.2rem;
}

@media only screen and (min-width: 768px) {
    .mxd-cpb-list__descr {
        max-width: 460px;
        margin-bottom: 0;
    }
}

/* ------------------------------------------------ */
/* Block - Services Capabilities List End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Block - Services Stack Start */
/* ------------------------------------------------ */
.mxd-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);
}

.mxd-stack-services.opposite {
    background-color: var(--base-opp);
}

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

/* ------------------------------------------------ */
/* Block - Services Stack End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Block - Resume List Start */
/* ------------------------------------------------ */
@media only screen and (min-width: 1200px) and (hover) and (prefers-reduced-motion: no-preference) {
    .mxd-resume > .mxd-resume__item .mxd-resume__title,
    .mxd-resume > .mxd-resume__item .mxd-resume__link,
    .mxd-resume > .mxd-resume__item .mxd-resume__date {
        -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);
    }

    .mxd-resume:hover > .mxd-resume__item:not(:hover) .mxd-resume__title,
    .mxd-resume:hover > .mxd-resume__item:not(:hover) .mxd-resume__link,
    .mxd-resume:hover > .mxd-resume__item:not(:hover) .mxd-resume__date {
        opacity: 0.3;
    }
}

.mxd-resume__item {
    margin-bottom: 4.3rem;
}

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

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

    .no-touch .mxd-resume__item:hover .mxd-resume__image img {
        clip-path: inset(0% 0% 0% 0%);
        -webkit-transition: clip-path 0s;
        -moz-transition: clip-path 0s;
        transition: clip-path 0s;
    }
}

.mxd-resume__title,
.mxd-resume__link,
.mxd-resume__date {
    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) {
    .mxd-resume__title,
    .mxd-resume__link,
    .mxd-resume__date {
        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;
    }
}

.mxd-resume__title {
    margin-bottom: 2.4rem;
}

.mxd-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) {
    .mxd-resume__title {
        margin-bottom: 0;
    }

    .mxd-resume__title p {
        font-size: 3.4rem;
        letter-spacing: -0.1rem;
    }
}

.mxd-resume__image {
    position: relative;
    width: 100%;
    height: auto;
    height: 160px;
    margin-bottom: 2.4rem;
}

.mxd-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) {
    .mxd-resume__image {
        max-height: 100px;
        margin-bottom: 0;
    }

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

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

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

.mxd-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) {
    .mxd-resume__date {
        -webkit-box-align: end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

/* ------------------------------------------------ */
/* Block - Resume List End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Block - Awards List Start */
/* ------------------------------------------------ */
@media only screen and (min-width: 1200px) and (hover) and (prefers-reduced-motion: no-preference) {
    .mxd-awards > .mxd-awards__item .mxd-awards__title,
    .mxd-awards > .mxd-awards__item .mxd-awards__tags,
    .mxd-awards > .mxd-awards__item .mxd-awards__date {
        -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);
    }

    .mxd-awards:hover > .mxd-awards__item:not(:hover) .mxd-awards__title,
    .mxd-awards:hover > .mxd-awards__item:not(:hover) .mxd-awards__tags,
    .mxd-awards:hover > .mxd-awards__item:not(:hover) .mxd-awards__date {
        opacity: 0.3;
    }
}

.mxd-awards__item {
    display: block;
    margin-bottom: 7.3rem;
}

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

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

    .no-touch .mxd-awards__item:hover .mxd-awards__image img {
        clip-path: inset(0% 0% 0% 0%);
        -webkit-transition: clip-path 0s;
        -moz-transition: clip-path 0s;
        transition: clip-path 0s;
    }
}

.mxd-awards__title,
.mxd-awards__tags,
.mxd-awards__date {
    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;
}

.mxd-awards__title p,
.mxd-awards__tags p,
.mxd-awards__date 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) {
    .mxd-awards__title,
    .mxd-awards__tags,
    .mxd-awards__date {
        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;
    }

    .mxd-awards__title p,
    .mxd-awards__tags p,
    .mxd-awards__date p {
        font-size: 3.4rem;
        letter-spacing: -0.1rem;
    }
}

.mxd-awards__title {
    margin-bottom: 0.1rem;
}

.mxd-awards__image {
    position: relative;
    width: 100%;
    height: 160px;
    margin-bottom: 1.9rem;
}

.mxd-awards__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) {
    .mxd-awards__image {
        max-height: 100px;
        margin-bottom: 0;
    }

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

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

.mxd-awards__tags a {
    color: var(--t-medium);
}

.mxd-awards__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) {
    .mxd-awards__date {
        -webkit-box-align: end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

/* ------------------------------------------------ */
/* Block - Awards List End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Block - Team List Start */
/* ------------------------------------------------ */
@media only screen and (min-width: 1200px) and (hover) and (prefers-reduced-motion: no-preference) {
    .mxd-team-list > .mxd-team-list__item .mxd-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);
    }

    .mxd-team-list:hover > .mxd-team-list__item:not(:hover) .mxd-team-list__inner {
        opacity: 0.3;
        scale: 0.984;
    }
}

.mxd-team-list__item {
    position: relative;
    margin-bottom: 5.5rem;
}

.mxd-team-list__item:last-of-type {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
    .mxd-team-list__item {
        height: 10rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-team-list__item {
        height: 14rem;
        margin-bottom: 0;
    }

    .no-touch .mxd-team-list__item:hover .mxd-team-list__name {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .no-touch .mxd-team-list__item:hover .mxd-team-list__photo {
        display: block;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

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

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

.mxd-team-list__position p a {
    color: var(--t-bright);
}

@media only screen and (min-width: 768px) {
    .mxd-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) {
    .mxd-team-list__position p {
        font-size: 1.4rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-team-list__position {
        height: 100%;
        height: 14rem;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.mxd-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) {
    .mxd-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) {
    .mxd-team-list__data {
        height: 14rem;
    }
}

.mxd-team-list__photo {
    width: 14rem;
    height: 14rem;
    -moz-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.mxd-team-list__photo img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (min-width: 768px) {
    .mxd-team-list__photo {
        width: 10rem;
        height: 10rem;
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-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);
    }
}

.mxd-team-list__name {
    margin-bottom: 1.5rem;
}

.mxd-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) {
    .mxd-team-list__name {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 992px) {
    .mxd-team-list__name p {
        font-size: 3.4rem;
        letter-spacing: -0.1rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-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);
    }

    .mxd-team-list__name p {
        font-size: 5.4rem;
    }
}

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

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

.mxd-team-list__socials ul li {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.mxd-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) {
    .mxd-team-list__socials {
        height: 100%;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .mxd-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) {
    .mxd-team-list__socials ul li a {
        font-size: 1.4rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-team-list__socials ul li a {
        color: var(--t-medium);
    }

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

/* ------------------------------------------------ */
/* Block - Team List End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Block - Team Grid Start */
/* ------------------------------------------------ */
.mxd-team-grid {
    position: relative;
}

.mxd-team-grid__item {
    margin-bottom: 7.4rem;
}

.mxd-team-grid__item:last-of-type {
    margin-bottom: 0;
}

@media only screen and (min-width: 1200px) {
    .mxd-team-grid__item {
        margin-bottom: 0;
    }
}

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

.mxd-team-grid__media {
    position: relative;
}

@media only screen and (min-width: 1200px) {
    .no-touch .mxd-team-grid__media:hover .mxd-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 .mxd-team-grid__media:hover .mxd-team-grid__socials {
        opacity: 1;
    }
}

.mxd-team-grid__photo {
    position: relative;
    overflow: hidden;
}

.mxd-team-grid__photo img {
    display: block;
    width: 100%;
    height: auto;
}

@media only screen and (min-width: 1200px) {
    .mxd-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);
    }
}

.mxd-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) {
    .mxd-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);
    }
}

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

.mxd-team-grid__name,
.mxd-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;
}

/* ------------------------------------------------ */
/* Block - Team Grid End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Block - Toolbox List Start */
/* ------------------------------------------------ */
.mxd-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;
}

.mxd-toolbox__divider {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--t-medium);
}

.mxd-toolbox__divider.divider-top {
    top: 0;
}

.mxd-toolbox__divider.divider-bottom {
    bottom: 0;
}

.mxd-toolbox__icon {
    position: relative;
    width: 5rem;
    height: 4rem;
}

.mxd-toolbox__icon img {
    display: block;
    width: auto;
    height: 100%;
}

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

/* ------------------------------------------------ */
/* Block - Toolbox List End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Block - Tech Stack List Start */
/* ------------------------------------------------ */
.mxd-tech-stack {
    position: relative;
    margin-top: 7.5rem;
}

@media only screen and (min-width: 768px) {
    .mxd-tech-stack {
        margin-top: 9.5rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-tech-stack {
        margin-top: 0;
    }
}

.mxd-tech-stack__column {
    position: relative;
}

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

.mxd-tech-stack__divider {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--t-medium);
}

.mxd-tech-stack__divider.divider-top {
    top: 0;
}

.mxd-tech-stack__divider.divider-bottom {
    bottom: 0;
}

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

.mxd-tech-stack__logo img,
.mxd-tech-stack__logo svg {
    display: block;
    width: auto;
    height: 100%;
}

.mxd-tech-stack__logo svg {
    fill: currentColor;
}

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

/* ------------------------------------------------ */
/* Block - Tech Stack List End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Block - Niche Cards Start */
/* ------------------------------------------------ */
.mxd-niche-cards {
    position: relative;
}

.mxd-niche-cards__column {
    position: relative;
}

.mxd-niche-cards__item {
    position: relative;
    height: 100%;
    padding-bottom: 3rem;
}

@media only screen and (min-width: 768px) {
    .mxd-niche-cards__item {
        padding-bottom: 6rem;
    }
}

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

.mxd-niche-cards__inner.opposite {
    background-color: var(--base-opp);
}

.mxd-niche-cards__inner.permanent {
    background-color: var(--nl-black);
}

.mxd-niche-cards__inner.fixed-height-desktop {
    height: auto;
    min-height: 420px;
}

.mxd-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) {
    .mxd-niche-cards__inner.fixed-height-desktop {
        height: 420px;
    }

    .mxd-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) {
    .mxd-niche-cards__inner.fixed-height-desktop {
        height: 500px;
    }
}

.mxd-niche-cards__title {
    width: 100%;
    padding: 2.8rem 3rem 0 3rem;
    z-index: 2;
}

@media only screen and (min-width: 768px) {
    .mxd-niche-cards__title {
        padding: 3.6rem 4rem 0 4rem;
    }
}

.mxd-niche-cards__name {
    margin-bottom: 1.9rem;
}

.mxd-niche-cards__name p {
    font: normal 700 3rem/1.2 var(--_font-default);
    letter-spacing: -0.1rem;
    color: var(--t-bright);
}

.mxd-niche-cards__name p span {
    color: var(--t-medium);
}

.mxd-niche-cards__name p.permanent {
    color: var(--nl-white);
}

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

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

.mxd-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) {
    .mxd-niche-cards__name p {
        font-size: 3.6rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-niche-cards__name p {
        font-size: 4rem;
    }
}

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

.mxd-niche-cards__descr {
    width: 100%;
    padding: 0 3rem 3rem 3rem;
    z-index: 2;
}

@media only screen and (min-width: 768px) {
    .mxd-niche-cards__descr {
        padding: 0 4rem 4rem 4rem;
    }

    .mxd-niche-cards__descr.wide {
        max-width: 360px;
    }

    .mxd-niche-cards__descr.short {
        max-width: 300px;
    }
}

.mxd-niche-cards__image {
    position: relative;
    width: 100%;
    z-index: 1;
}

.mxd-niche-cards__image.absolute-desktop-bottom,
.mxd-niche-cards__image.absolute-desktop-full {
    position: relative;
}

.mxd-niche-cards__image.absolute-desktop-aside {
    padding: 0.5rem 3rem 0 3rem;
}

.mxd-niche-cards__image img {
    display: block;
    width: 100%;
    height: auto;
}

@media only screen and (min-width: 1200px) {
    .mxd-niche-cards__image.absolute-desktop-bottom {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
    }

    .mxd-niche-cards__image.absolute-desktop-full {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

    .mxd-niche-cards__image.absolute-desktop-full img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .mxd-niche-cards__image.absolute-desktop-aside {
        position: absolute;
        right: -8rem;
        bottom: -3rem;
        width: 200px;
    }
}

@media only screen and (min-width: 1400px) {
    .mxd-niche-cards__image.absolute-desktop-aside {
        width: 240px;
        bottom: -2rem;
    }
}

@media only screen and (min-width: 1600px) {
    .mxd-niche-cards__image.absolute-desktop-aside {
        right: -8rem;
        bottom: -3rem;
        width: 320px;
    }
}

.mxd-niche-cards__gradient {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.mxd-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%);
}

.mxd-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) {
    .mxd-niche-cards__gradient.gradient-linear {
        background: #FFFFFF;
        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%);
    }
}

/* ------------------------------------------------ */
/* Block - Niche Cards End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Block - Partners/Clients Start */
/* ------------------------------------------------ */
.mxd-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: 5.4rem;
}

@media only screen and (min-width: 1200px) {
    .mxd-clients {
        gap: 9.5rem;
        padding-top: 2.4rem;
    }
}

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

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

@media only screen and (min-width: 992px) {
    .mxd-clients__item {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-clients__item {
        gap: 2.2rem;
        margin-bottom: 0;
    }
}

.mxd-clients__logo {
    width: 100%;
    height: 4.2rem;
}

.mxd-clients__logo img,
.mxd-clients__logo svg {
    display: block;
    width: auto;
    height: 100%;
}

.mxd-clients__logo svg {
    fill: var(--t-bright);
}

@media only screen and (min-width: 768px) {
    .mxd-clients__logo {
        height: 4.8rem;
    }
}

/* ------------------------------------------------ */
/* Block - Partners/Clients End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Block - Testimonials Sticky Start */
/* ------------------------------------------------ */
.mxd-testimonials-sticky {
    position: relative;
    width: 100%;
}

.mxd-testimonials-sticky__static {
    position: sticky;
    top: 12.7rem;
    padding-bottom: 10.3rem;
}

@media only screen and (min-width: 768px) {
    .mxd-testimonials-sticky__static {
        top: 18.1rem;
        padding-bottom: 17rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-testimonials-sticky__static {
        top: 17.6rem;
        padding-bottom: 18rem;
    }
}

@media only screen and (min-width: 1600px) {
    .mxd-testimonials-sticky__static {
        padding-bottom: 20rem;
    }
}

.mxd-testimonials-sticky__scroll {
    position: relative;
    width: 100%;
}

.mxd-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) {
    .mxd-testimonials-sticky__cards {
        gap: 18rem;
    }
}

@media only screen and (min-width: 1600px) {
    .mxd-testimonials-sticky__cards {
        gap: 20rem;
    }
}

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

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

.mxd-testimonials-sticky__column.margin-bottom-mobile {
    margin-bottom: 3rem;
}

@media only screen and (min-width: 1200px) {
    .mxd-testimonials-sticky__column.margin-bottom-mobile {
        margin-bottom: 0;
    }

    .mxd-testimonials-sticky__column.has-padding-top {
        padding-top: 6rem;
    }

    .mxd-testimonials-sticky__column.has-padding-bottom {
        padding-bottom: 6rem;
    }
}

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

.mxd-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) {
    .mxd-testimonials-card {
        padding: 4rem;
        margin-top: 6rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-testimonials-card {
        margin-top: 0;
    }
}

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

.mxd-testimonials-card__quote {
    position: relative;
    width: 10rem;
}

.mxd-testimonials-card__quote svg {
    width: 100%;
    height: auto;
    fill: var(--t-muted);
}

@media only screen and (min-width: 768px) {
    .mxd-testimonials-card__quote {
        width: 16rem;
    }
}

.mxd-testimonials-card__content {
    margin-bottom: 3.7rem;
}

.mxd-testimonials-card__descr {
    font: normal 700 2.4rem/1.2 var(--_font-default);
    letter-spacing: -0.1rem;
    color: var(--t-bright);
}

.mxd-testimonials-card__descr span {
    color: var(--t-medium);
}

@media only screen and (min-width: 768px) {
    .mxd-testimonials-card__descr {
        font-size: 3.4rem;
    }
}

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

.mxd-testimonials-card__photo {
    width: 5rem;
    height: 5rem;
}

.mxd-testimonials-card__photo.round {
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.mxd-testimonials-card__photo img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (min-width: 768px) {
    .mxd-testimonials-card__photo {
        width: 6rem;
        height: 6rem;
    }
}

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

.mxd-testimonials-card__name {
    font: normal 700 2rem/1.2 var(--_font-default);
    color: var(--t-bright);
}

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

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

.mxd-testimonials-card__position a {
    color: var(--t-bright);
}

@media only screen and (min-width: 768px) {
    .mxd-testimonials-card__position {
        font-size: 1.4rem;
    }
}

.mxd-testimonials-image {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3rem;
}

.mxd-testimonials-image.justify-start {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.mxd-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) {
    .mxd-testimonials-image {
        margin-top: 3rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-testimonials-image {
        margin-top: 0;
    }

    .mxd-testimonials-image.has-padding-top {
        padding-top: 6rem;
    }
}

.mxd-testimonials-image__wrap {
    position: relative;
    width: 20rem;
    height: 20rem;
}

.mxd-testimonials-image__wrap img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (min-width: 768px) {
    .mxd-testimonials-image__wrap {
        width: 24rem;
        height: 24rem;
    }
}

/* ------------------------------------------------ */
/* Block - Testimonials Sticky End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Block - Testimonials Slider Start */
/* ------------------------------------------------ */
.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.mxd-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.mxd-fullwidth-slide {
        width: 100%;
    }
}

.mxd-testimonials-card {
    margin: 0;
}

.mxd-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) {
    .mxd-testimonials-card.slider-card {
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 640px;
        max-width: 460px;
    }
}

@media only screen and (min-width: 1400px) {
    .mxd-testimonials-card.slider-card {
        max-width: 500px;
    }
}

@media only screen and (min-width: 1600px) {
    .mxd-testimonials-card.slider-card {
        height: 700px;
        max-width: 630px;
    }
}

.swiper-horizontal .mxd-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 .mxd-slider-btn::after {
    display: none;
}

.swiper-horizontal .mxd-slider-btn-prev {
    left: 0;
}

.swiper-horizontal .mxd-slider-btn-next {
    right: 0;
}

@media only screen and (min-width: 768px) {
    .swiper-horizontal .mxd-slider-btn-next {
        right: auto;
        left: 390px;
    }
}

@media only screen and (min-width: 1400px) {
    .swiper-horizontal .mxd-slider-btn-next {
        left: 430px;
    }
}

@media only screen and (min-width: 1600px) {
    .swiper-horizontal .mxd-slider-btn-next {
        left: 560px;
    }
}

/* ------------------------------------------------ */
/* Block - Testimonials Slider End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Block - Testimonials Project Start */
/* ------------------------------------------------ */
.mxd-testimonials-project {
    position: relative;
}

.mxd-testimonials-project__item {
    margin-bottom: 7.4rem;
}

.mxd-testimonials-project__item:last-of-type {
    margin-bottom: 0;
}

.mxd-testimonials-project__item.manifest-item {
    margin-bottom: 6.8rem;
}

.mxd-testimonials-project__item.manifest-item:last-of-type {
    margin-bottom: 0;
}

@media only screen and (min-width: 1200px) {
    .mxd-testimonials-project__item {
        margin-bottom: 0;
    }

    .mxd-testimonials-project__item.manifest-item {
        margin-bottom: 0;
    }
}

.mxd-testimonials-project__subtitle.pre-manifest {
    margin-bottom: 1.8rem;
}

.mxd-testimonials-project__subtitle.pre-grid {
    margin-bottom: 3rem;
}

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

.mxd-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) {
    .mxd-testimonials-project__subtitle.pre-manifest {
        margin-bottom: 3.6rem;
    }

    .mxd-testimonials-project__subtitle.pre-grid {
        margin-bottom: 5.5rem;
    }
}

.mxd-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) {
    .mxd-testimonials-project__manifest {
        gap: 3.8rem;
        max-width: 760px;
    }

    .mxd-testimonials-project__manifest.fullwidth {
        max-width: none;
    }
}

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

.mxd-testimonials-project__photo {
    width: 5rem;
    height: 5rem;
}

.mxd-testimonials-project__photo.round {
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.mxd-testimonials-project__photo img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (min-width: 768px) {
    .mxd-testimonials-project__photo {
        width: 6rem;
        height: 6rem;
    }
}

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

.mxd-testimonials-project__name {
    font: normal 700 2rem/1.2 var(--_font-default);
    color: var(--t-bright);
}

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

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

.mxd-testimonials-project__position a {
    color: var(--t-bright);
}

@media only screen and (min-width: 768px) {
    .mxd-testimonials-project__position {
        font-size: 1.4rem;
    }
}

/* ------------------------------------------------ */
/* Block - Testimonials Project End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Block - Next Project Start */
/* ------------------------------------------------ */
.mxd-next-prj {
    position: relative;
}

.mxd-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) {
    .mxd-next-prj__data {
        padding: 0 6rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-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) {
    .mxd-next-prj__data {
        padding: 0 10rem;
    }
}

.mxd-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) {
    .mxd-next-prj__info {
        width: 70%;
    }
}

.mxd-next-prj__caption {
    margin-bottom: 2.2rem;
}

.mxd-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) {
    .mxd-next-prj__caption {
        margin-bottom: 2.3rem;
    }

    .mxd-next-prj__caption p {
        font-size: 5.4rem;
        letter-spacing: -0.18rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-next-prj__caption {
        margin-bottom: 2rem;
    }

    .mxd-next-prj__caption p {
        font-size: 7.5rem;
        letter-spacing: -0.3rem;
    }
}

@media only screen and (min-width: 1600px) {
    .mxd-next-prj__caption p {
        font-size: 9.5rem;
    }
}

.mxd-next-prj__name {
    margin-bottom: 4rem;
}

.mxd-next-prj__name p,
.mxd-next-prj__name a {
    font: normal 700 2.8rem/1.2 var(--_font-default);
    letter-spacing: -0.1rem;
    color: var(--t-bright);
}

.mxd-next-prj__name p span,
.mxd-next-prj__name a span {
    color: var(--t-medium);
}

@media only screen and (min-width: 768px) {
    .mxd-next-prj__name {
        margin-bottom: 4.2rem;
    }

    .mxd-next-prj__name p,
    .mxd-next-prj__name a {
        font-size: 3.4rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-next-prj__name {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1600px) {
    .mxd-next-prj__name p,
    .mxd-next-prj__name a {
        font-size: 4.4rem;
    }
}

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

.mxd-next-prj__arrow svg {
    display: block;
    width: 15rem;
    height: 15rem;
    fill: var(--t-muted-extra);
}

.mxd-next-prj__arrow .arrow-container-1,
.mxd-next-prj__arrow .arrow-container-2 {
    width: 15rem;
    height: 15rem;
}

@media only screen and (min-width: 768px) {
    .mxd-next-prj__arrow {
        margin-bottom: 5rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-next-prj__arrow {
        width: 30%;
        margin-bottom: 0;
    }
}

.mxd-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) {
    .mxd-next-prj__media {
        height: 760px;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-next-prj__media {
        height: 100vh;
    }
}

.mxd-next-prj__image {
    position: relative;
    width: 100%;
    height: 100%;
}

.mxd-next-prj__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/* ------------------------------------------------ */
/* Block - Next Project End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Block - Blog Preview Grid Start */
/* ------------------------------------------------ */
.mxd-blog-grid {
    position: relative;
}

.mxd-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) {
    .mxd-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) {
    .mxd-blog-grid__gallery > .mxd-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);
    }

    .mxd-blog-grid__gallery:hover > .mxd-blog-item:not(:hover) .mxd-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);
    }

    .mxd-blog-grid__gallery:hover > .mxd-blog-item:not(:hover) .mxd-blog-item__caption {
        -webkit-transform: translateY(-0.8rem);
        -moz-transform: translateY(-0.8rem);
        -ms-transform: translateY(-0.8rem);
        transform: translateY(-0.8rem);
    }
}

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

.mxd-blog-item:last-of-type {
    margin-bottom: 0;
}

.mxd-blog-item.has-margin-bottom {
    margin-bottom: 6.6rem;
}

@media only screen and (min-width: 768px) {
    .mxd-blog-item {
        margin-bottom: 6.8rem;
    }
}

@media only screen and (min-width: 992px) {
    .mxd-blog-item {
        margin-bottom: 0;
    }
}

.no-touch .mxd-blog-item:hover .mxd-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 .mxd-blog-item:hover .mxd-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 .mxd-blog-item:hover .mxd-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 .mxd-blog-item:hover .mxd-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 .mxd-blog-item:hover .mxd-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 .mxd-blog-item:hover .mxd-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 .mxd-blog-item:hover .mxd-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 .mxd-blog-item:hover .mxd-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 .mxd-blog-item:hover .mxd-blog-item__title {
    -webkit-transform: translateY(0.8rem);
    -moz-transform: translateY(0.8rem);
    -ms-transform: translateY(0.8rem);
    transform: translateY(0.8rem);
}

.no-touch .mxd-blog-item:hover .mxd-blog-item__title .blog-name-m,
.no-touch .mxd-blog-item:hover .mxd-blog-item__title .blog-item-s {
    line-height: 1.4;
}

.no-touch .mxd-blog-item:hover .mxd-blog-item__media {
    -webkit-transform: translateY(0.6rem);
    -moz-transform: translateY(0.6rem);
    -ms-transform: translateY(0.6rem);
    transform: translateY(0.6rem);
}

.no-touch .mxd-blog-item:hover .mxd-blog-item__media img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.mxd-blog-item-s {
    padding: 0 1.5rem;
}

.mxd-blog-item__date {
    margin-bottom: 0.6rem;
}

.mxd-blog-item__media {
    display: inline-block;
    clip-path: inset(0rem 0 0rem 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);
}

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

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

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

.mxd-blog-item__title .blog-name-m,
.mxd-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);
}

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

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

/* ------------------------------------------------ */
/* Block - Blog Preview Grid End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Block - Blog Preview List Start */
/* ------------------------------------------------ */
.mxd-blog-list {
    position: relative;
    width: 100%;
}

.mxd-blog-list > .mxd-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) {
    .mxd-blog-list > .mxd-blog-list__item .mxd-blog-list__meta,
    .mxd-blog-list > .mxd-blog-list__item .mxd-blog-list__data,
    .mxd-blog-list > .mxd-blog-list__item .mxd-blog-list__inner {
        -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);
    }

    .mxd-blog-list:hover > .mxd-blog-list__item:not(:hover) .mxd-blog-list__inner {
        opacity: 0.3;
        scale: 0.984;
    }

    .mxd-blog-list:hover > .mxd-blog-list__item:not(:hover) .mxd-blog-list__meta {
        -webkit-transform: translateY(0.6rem);
        -moz-transform: translateY(0.6rem);
        -ms-transform: translateY(0.6rem);
        transform: translateY(0.6rem);
    }

    .mxd-blog-list:hover > .mxd-blog-list__item:not(:hover) .mxd-blog-list__data {
        -webkit-transform: translateY(-0.5rem);
        -moz-transform: translateY(-0.5rem);
        -ms-transform: translateY(-0.5rem);
        transform: translateY(-0.5rem);
    }
}

.mxd-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: 5.4rem 0 5.2rem 0;
}

@media only screen and (min-width: 1200px) {
    .mxd-blog-list__item {
        padding: 5.4rem 0;
    }
}

.mxd-blog-list__divider {
    position: absolute;
    left: 3rem;
    width: -moz-calc(100% - 6rem);
    width: calc(100% - 6rem);
    height: 1px;
    background-color: var(--st-muted);
}

.mxd-blog-list__divider.top {
    top: 0;
}

.mxd-blog-list__divider.bottom {
    bottom: 0;
}

.mxd-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) {
    .mxd-blog-list__meta {
        margin-bottom: 2.2rem;
    }
}

.mxd-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) {
    .mxd-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;
    }
}

.mxd-blog-list__title {
    max-width: 710px;
}

.mxd-blog-list__title p {
    font: normal 700 3rem/1.2 var(--_font-default);
    letter-spacing: -0.1rem;
    color: var(--t-bright);
}

.mxd-blog-list__title p span {
    color: var(--t-medium);
}

.mxd-blog-list__title.permanent p {
    color: var(--nl-white);
}

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

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

@media only screen and (min-width: 768px) {
    .mxd-blog-list__title p {
        font-size: 4rem;
    }
}

.mxd-blog-list__excerpt {
    margin-top: 1.9rem;
}

.mxd-blog-list__excerpt p {
    max-width: 510px;
}

@media only screen and (min-width: 768px) {
    .mxd-blog-list__excerpt {
        margin-top: 2.7rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-blog-list__excerpt {
        margin-top: 0;
        padding-top: 0.5rem;
    }
}

.mxd-blog-list__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) {
    .mxd-blog-list__data {
        margin-top: 3.1rem;
    }
}

/* ------------------------------------------------ */
/* Block - Blog Preview List End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Block - Blog Page Start */
/* ------------------------------------------------ */
.mxd-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) {
    .mxd-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;
    }
}

.mxd-posts-container {
    position: relative;
    width: 100%;
}

@media only screen and (min-width: 1200px) {
    .mxd-posts-container {
        width: -moz-calc(100% - 460px);
        width: calc(100% - 460px);
    }

    .mxd-posts-container.fullwidth-posts-container {
        width: 100%;
    }
}

.mxd-sidebar {
    position: relative;
    width: 100%;
}

@media only screen and (min-width: 1200px) {
    .mxd-sidebar {
        width: 460px;
    }
}

.mxd-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__data,
.post-featured__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;
    -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__data span,
.post-featured__categories span {
    white-space: nowrap;
}

@media only screen and (min-width: 1200px) {
    .post-featured__data,
    .post-featured__categories {
        -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__data,
.post-featured-fullscreen__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: 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__data span,
.post-featured-fullscreen__categories span {
    white-space: nowrap;
}

@media only screen and (min-width: 1200px) {
    .post-featured-fullscreen__data,
    .post-featured-fullscreen__categories {
        -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;
    }
}

.mxd-posts-list {
    position: relative;
    width: 100%;
}

.mxd-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) {
    .mxd-posts-list > .post-simple .post-simple__meta,
    .mxd-posts-list > .post-simple .post-simple__data,
    .mxd-posts-list > .post-simple .post-simple__inner {
        -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);
    }

    .mxd-posts-list:hover > .post-simple:not(:hover) .post-simple__inner {
        opacity: 0.3;
        scale: 0.984;
    }

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

    .mxd-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) {
    .mxd-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;
    }
}

.mxd-posts-grid {
    position: relative;
    padding-top: 7.4rem;
}

@media only screen and (min-width: 768px) {
    .mxd-posts-grid {
        padding-top: 5.4rem;
    }
}

@media only screen and (min-width: 1600px) {
    .mxd-posts-grid {
        padding-top: 9.4rem;
    }
}

.mxd-posts-grid__item {
    margin-bottom: 6.9rem;
}

.mxd-posts-grid__item:last-of-type {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
    .mxd-posts-grid__item {
        margin-bottom: 8.8rem;
    }

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

.mxd-blog-pagination {
    position: relative;
    margin-top: 5.4rem;
    margin-bottom: 2.7rem;
}

.mxd-blog-pagination.pagination-fullwidth {
    margin-top: 6.9rem;
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
    .mxd-blog-pagination.pagination-fullwidth {
        margin-top: 0rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-blog-pagination {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1600px) {
    .mxd-blog-pagination {
        padding-right: 2rem;
    }
}

.mxd-blog-pagination__inner {
    position: relative;
}

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

.mxd-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) {
    .mxd-sidebar {
        gap: 7.3rem;
    }
}

@media only screen and (min-width: 1600px) {
    .mxd-sidebar {
        gap: 7.3rem;
    }
}

.mxd-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: yellow;
}

.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__title,
    .widget__social-links-small:hover > .social-links-small__item:not(:hover) .social-links-small__icon {
        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::before,
.no-touch .social-links-small__link:hover .social-links-small__icon i svg {
    -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 span,
.social-links-small__icon svg,
.social-links-small__icon i {
    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);
}

/* ------------------------------------------------ */
/* Block - Blog Page End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Block - Blog Article Page Start */
/* ------------------------------------------------ */
.mxd-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: 12.8rem;
}

.mxd-article-container,
.mxd-article {
    position: relative;
    width: 100%;
}

.mxd-article__headline {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 7.4rem;
}

@media only screen and (min-width: 768px) {
    .mxd-article__headline {
        max-width: 870px;
        margin: 0 auto 9.4rem;
    }
}

@media only screen and (min-width: 1600px) {
    .mxd-article__headline {
        max-width: 900px;
    }
}

.mxd-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) {
    .mxd-article__tags {
        margin-bottom: 2.2rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-article__tags {
        margin-bottom: 1.6rem;
    }
}

.mxd-article__title {
    margin-bottom: 3rem;
}

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

@media only screen and (min-width: 1200px) {
    .mxd-article__title {
        margin-bottom: 3.7rem;
    }
}

.mxd-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) {
    .mxd-article__meta {
        margin-bottom: 1.8rem;
    }
}

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

.mxd-article__thumb {
    position: relative;
    height: 360px;
    -moz-border-radius: var(--_radius-l);
    border-radius: var(--_radius-l);
    overflow: hidden;
    margin-bottom: 7rem;
}

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

@media only screen and (min-width: 768px) {
    .mxd-article__thumb {
        height: 600px;
        margin-bottom: 12.6rem;
    }
}

@media only screen and (min-width: 1600px) {
    .mxd-article__thumb {
        height: 760px;
    }
}

.mxd-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: 6rem;
    width: 100%;
    text-align: left;
}

@media only screen and (min-width: 768px) {
    .mxd-article__content {
        gap: 8rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-article__content {
        max-width: 870px;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 1600px) {
    .mxd-article__content {
        max-width: 900px;
    }
}

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

.mxd-article__block.block-table-of-contents {
    background-color: var(--base-tint);
    padding: 3rem;
}

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

.mxd-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) {
    .mxd-article__block.block-table-of-contents {
        padding: 4rem;
    }

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

    .mxd-article__block h4 {
        font-size: 3.4rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-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;
    }
}

.mxd-article__excerpt {
    font: normal 700 2.4rem/1.2 var(--_font-default);
    color: var(--t-bright);
    letter-spacing: -0.04rem;
}

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

@media only screen and (min-width: 768px) {
    .mxd-article__excerpt {
        font-size: 3.4rem;
        letter-spacing: -0.1rem;
    }
}

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

.mxd-article__normal span,
.mxd-article__normal a {
    font-weight: 700;
    color: var(--t-bright);
}

.mxd-article__normal a {
    text-decoration: underline;
}

@media only screen and (min-width: 768px) {
    .mxd-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 span,
.table-of-contents__nav li a svg,
.table-of-contents__nav li a i {
    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;
}

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

.mxd-article__content ol:not(:has(ol, ul)) {
    gap: 0;
}

.mxd-article__content ol li {
    font: normal 500 1.8rem/1.6 var(--_font-default);
    color: var(--t-medium);
}

.mxd-article__content ol li span {
    font-weight: 700;
    color: var(--t-bright);
}

.mxd-article__content ol ul {
    gap: 0;
    -webkit-padding-start: 2.4rem;
    -moz-padding-start: 2.4rem;
    padding-inline-start: 2.4rem;
    margin-top: 1rem;
}

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

.mxd-article__content ul:not(:has(ol, ul)) {
    gap: 0;
}

.mxd-article__content ul li {
    font: normal 500 1.8rem/1.6 var(--_font-default);
    color: var(--t-medium);
}

.mxd-article__content ul li span {
    font-weight: 700;
    color: var(--t-bright);
}

.mxd-article__content ul ol,
.mxd-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) {
    .mxd-article__content ol li {
        font-size: 2rem;
    }

    .mxd-article__content ol ul {
        -webkit-padding-start: 2.8rem;
        -moz-padding-start: 2.8rem;
        padding-inline-start: 2.8rem;
    }

    .mxd-article__content ul li {
        font-size: 2rem;
    }

    .mxd-article__content ul ol,
    .mxd-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;
}

.mxd-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) {
    .mxd-article-author {
        padding: 4rem;
        margin-top: 8rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-article-author {
        max-width: 870px;
        margin: 8rem auto 0;
    }
}

@media only screen and (min-width: 1600px) {
    .mxd-article-author {
        max-width: 900px;
    }
}

.mxd-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) {
    .mxd-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;
    }
}

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

.mxd-article-author__avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (min-width: 768px) {
    .mxd-article-author__avatar {
        -ms-flex-preferred-size: 130px;
        flex-basis: 130px;
        height: 13rem;
    }
}

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

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

.mxd-article-author__name a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: var(--t-bright);
}

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

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

.mxd-article-navigation {
    position: relative;
    margin-top: 7rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid var(--st-medium);
}

@media only screen and (min-width: 768px) {
    .mxd-article-navigation {
        margin-top: 8rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-article-navigation {
        max-width: 870px;
        margin: 8rem auto 0;
    }
}

@media only screen and (min-width: 1600px) {
    .mxd-article-navigation {
        max-width: 900px;
    }
}

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

.mxd-article-navigation__navitem.left {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-right: 1.5rem;
}

.mxd-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) {
    .mxd-article-navigation__navitem.left {
        padding-right: 3rem;
    }

    .mxd-article-navigation__navitem.right {
        padding-left: 3rem;
    }
}

.mxd-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) {
    .mxd-article-navigation__link {
        font-size: 2.2rem;
    }
}

.mxd-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) {
    .mxd-article-comments {
        gap: 8rem;
        margin-top: 8rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-article-comments {
        max-width: 870px;
        margin: 8rem auto 0;
    }
}

@media only screen and (min-width: 1600px) {
    .mxd-article-comments {
        max-width: 900px;
    }
}

.mxd-article-comments__container,
.mxd-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;
}

.mxd-article-comments__list {
    position: relative;
    width: 100%;
}

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

.mxd-comment {
    margin-top: -1px;
    border-top: 1px solid var(--st-medium);
}

.mxd-comment:last-of-type {
    border-bottom: 1px solid var(--st-medium);
}

.mxd-comment__children {
    padding-left: 3rem;
}

@media only screen and (min-width: 768px) {
    .mxd-comment__children {
        padding-left: 13rem;
    }
}

.mxd-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) {
    .mxd-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;
    }
}

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

.mxd-comment__avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

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

.mxd-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) {
    .mxd-comment__content {
        gap: 1.6rem;
    }
}

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

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

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

.mxd-comment__name a {
    color: var(--t-bright);
}

.mxd-comment__reply {
    margin-top: 0.9rem;
}

.comments-respond__row {
    margin-right: -3rem;
    margin-left: -3rem;
}

/* ------------------------------------------------ */
/* Block - Blog Article Page End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Block - CTA Start */
/* ------------------------------------------------ */
.mxd-promo {
    position: relative;
    width: 100%;
    background-color: var(--base-opp);
}

.mxd-promo.transparent {
    background-color: transparent;
}

.mxd-promo__wrap {
    position: relative;
    padding: 13.4rem 0 34rem 0;
}

.mxd-promo__wrap.auto-height {
    max-height: none;
    padding-bottom: 0;
}

@media only screen and (min-width: 768px) {
    .mxd-promo__wrap {
        height: auto;
        max-height: 100vh;
        padding: 16.4rem 0 40rem 0;
    }

    .mxd-promo__wrap.auto-height {
        max-height: none;
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-promo__wrap {
        padding: 17.3rem 0 40rem 0;
    }

    .mxd-promo__wrap.auto-height {
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 1600px) {
    .mxd-promo__wrap {
        padding: 19.3rem 0 40rem 0;
    }

    .mxd-promo__wrap.auto-height {
        padding-bottom: 0;
    }
}

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

.mxd-promo__content * {
    pointer-events: auto;
}

@media only screen and (min-width: 768px) {
    .mxd-promo__content {
        gap: 2rem;
    }
}

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

@media only screen and (min-width: 1600px) {
    .mxd-promo__content {
        gap: 2.5rem;
    }
}

.mxd-promo__btngroup,
.mxd-promo__caption {
    max-width: 640px;
}

@media only screen and (min-width: 1200px) {
    .mxd-promo__btngroup,
    .mxd-promo__caption {
        max-width: 800px;
    }
}

.mxd-promo__caption h2 {
    text-align: center;
}

.mxd-promo__marquee {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 11.1rem;
}

@media only screen and (min-width: 768px) {
    .mxd-promo__marquee {
        margin-top: 15.7rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-promo__marquee {
        margin-top: 16.2rem;
    }
}

@media only screen and (min-width: 1600px) {
    .mxd-promo__marquee {
        margin-top: 18rem;
    }
}

/* ------------------------------------------------ */
/* Block - CTA End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Divider - Dividers Simple Start */
/* ------------------------------------------------ */
.mxd-divider-xl,
.mxd-divider-l {
    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) {
    .mxd-divider-xl,
    .mxd-divider-l {
        padding: 20rem 0;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-divider-xl.mxd-divider-fullheight,
    .mxd-divider-l.mxd-divider-fullheight {
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100vh;
        padding: 0;
    }
}

.mxd-divider-xl.padding-top-default {
    padding-top: 20rem;
}

.mxd-divider-xl.padding-top-subtitle {
    padding-top: 13.4rem;
}

.mxd-divider-xl.padding-bottom-default {
    padding-bottom: 14rem;
}

@media only screen and (min-width: 768px) {
    .mxd-divider-xl.padding-top-subtitle {
        padding-top: 16.3rem;
    }

    .mxd-divider-xl.padding-bottom-default {
        padding-bottom: 17rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-divider-xl.padding-top-subtitle {
        padding-top: 17.3rem;
    }

    .mxd-divider-xl.padding-bottom-default {
        padding-bottom: 18rem;
    }
}

@media only screen and (min-width: 1600px) {
    .mxd-divider-xl.padding-top-subtitle {
        padding-top: 19.3rem;
    }

    .mxd-divider-xl.padding-bottom-default {
        padding-bottom: 20rem;
    }
}

.mxd-divider-xl__content,
.mxd-divider-l__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;
}

.mxd-divider-xl__content.difference,
.mxd-divider-l__content.difference {
    mix-blend-mode: difference;
}

@media only screen and (min-width: 768px) {
    .mxd-divider-xl__content,
    .mxd-divider-l__content {
        max-width: 800px;
        gap: 2rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-divider-xl__content,
    .mxd-divider-l__content {
        gap: 2.3rem;
    }
}

@media only screen and (min-width: 1600px) {
    .mxd-divider-xl__content,
    .mxd-divider-l__content {
        gap: 2.4rem;
    }
}

@media only screen and (min-width: 768px) {
    .mxd-divider-l__content {
        max-width: 1140px;
    }
}

.mxd-divider-xl__btngroup.difference {
    mix-blend-mode: difference;
}

.mxd-divider-xl__caption {
    text-align: center;
    margin-bottom: 2rem;
}

.mxd-divider-xl__caption.difference {
    mix-blend-mode: difference;
}

.mxd-divider-xl__caption h2 {
    position: relative;
    display: block;
}

@media only screen and (min-width: 768px) {
    .mxd-divider-xl__caption {
        margin-bottom: 2.4rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-divider-xl__caption {
        margin-bottom: 3rem;
    }
}

.mxd-divider-l__caption {
    text-align: center;
}

.mxd-divider-l__text {
    font: normal 700 3rem/1.3 var(--_font-default);
    letter-spacing: -0.1rem;
    color: var(--t-bright);
}

.mxd-divider-l__text span {
    color: var(--t-medium);
}

.mxd-divider-l__text.permanent {
    color: var(--nl-white);
}

.mxd-divider-l__text.opposite {
    color: var(--t-opp-bright);
}

@media only screen and (min-width: 768px) {
    .mxd-divider-l__text {
        font-size: 7.6rem;
        letter-spacing: -0.3rem;
    }
}

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

.mxd-divider-gif img {
    display: block;
    width: 100%;
    height: auto;
}

.mxd-divider-gif__front {
    position: relative;
    width: 18rem;
    height: auto;
    overflow: hidden;
    z-index: 2;
}

@media only screen and (min-width: 768px) {
    .mxd-divider-gif__front {
        width: 26rem;
    }
}

.mxd-divider-gif__back {
    position: relative;
    width: 10rem;
    height: auto;
    overflow: hidden;
    z-index: 1;
}

.mxd-divider-gif__back.left {
    margin-right: -1rem;
}

.mxd-divider-gif__back.right {
    margin-left: -1rem;
}

.mxd-divider-gif__back img {
    opacity: 0.3;
}

@media only screen and (min-width: 768px) {
    .mxd-divider-gif__back {
        width: 15rem;
    }
}

/* ------------------------------------------------ */
/* Divider - Dividers Simple End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Divider - Sticky Images Start */
/* ------------------------------------------------ */
.mxd-dv-sticky-img {
    position: relative;
    text-align: center;
}

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

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

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

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

.mxd-dv-sticky-img__titlewrap,
.mxd-dv-sticky-img__titlelist {
    position: relative;
    width: 100%;
}

.mxd-dv-sticky-img__titlelist {
    height: 68px;
}

@media only screen and (min-width: 768px) {
    .mxd-dv-sticky-img__titlelist {
        height: 71px;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-dv-sticky-img__titlelist {
        height: 124px;
    }
}

.mxd-dv-sticky-img__titleitem {
    position: absolute;
    top: 0;
    width: 100%;
    overflow: hidden;
}

.mxd-dv-sticky-img__titleitem h2 {
    line-height: 1.3;
}

.mxd-dv-sticky-img__number {
    margin-bottom: 1.9rem;
    color: var(--nl-white);
}

@media only screen and (min-width: 768px) {
    .mxd-dv-sticky-img__number {
        margin-bottom: 1.8rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-dv-sticky-img__number {
        margin-bottom: 1.8rem;
    }
}

@media only screen and (min-width: 1600px) {
    .mxd-dv-sticky-img__number {
        margin-bottom: 2rem;
    }
}

.mxd-dv-sticky-img__btnholder {
    margin-top: 1.6rem;
}

@media only screen and (min-width: 768px) {
    .mxd-dv-sticky-img__btnholder {
        margin-top: 2.8rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-dv-sticky-img__btnholder {
        margin-top: 0.6rem;
    }
}

@media only screen and (min-width: 1600px) {
    .mxd-dv-sticky-img__btnholder {
        margin-top: 3.6rem;
    }
}

/* ------------------------------------------------ */
/* Divider - Sticky Images End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Divider - Sticky Caption Start */
/* ------------------------------------------------ */
.mxd-dv-sticky-cap {
    position: relative;
    width: 100%;
}

.mxd-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) {
    .mxd-dv-sticky-cap__static {
        padding: 16.4rem 0 16rem 0;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-dv-sticky-cap__static {
        padding: 17.4rem 0 16.5rem 0;
    }
}

@media only screen and (min-width: 1600px) {
    .mxd-dv-sticky-cap__static {
        padding: 19.4rem 0 17.9rem 0;
    }
}

.mxd-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) {
    .mxd-dv-sticky-cap__scroll {
        gap: 19.5rem;
        padding-bottom: 100vh;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-dv-sticky-cap__scroll {
        gap: 19.5rem;
    }
}

.mxd-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) {
    .mxd-dv-sticky-cap__content {
        max-width: 740px;
        gap: 2rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-dv-sticky-cap__content {
        max-width: 1140px;
        gap: 2rem;
    }
}

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

.mxd-dv-sticky-cap__bottom,
.mxd-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%;
}

.mxd-dv-sticky-cap__caption {
    text-align: center;
}

.mxd-dv-sticky-cap__caption h2 {
    line-height: 1.3;
}

.mxd-dv-sticky-cap__text {
    font: normal 700 3.6rem/1.2 var(--_font-default);
    letter-spacing: -0.1rem;
    color: var(--t-bright);
}

.mxd-dv-sticky-cap__text span {
    color: var(--t-medium);
}

.mxd-dv-sticky-cap__text.permanent {
    color: var(--nl-white);
}

.mxd-dv-sticky-cap__text.permanent span {
    color: var(--nl-white-06);
}

.mxd-dv-sticky-cap__text.opposite {
    color: var(--t-opp-bright);
}

@media only screen and (min-width: 768px) {
    .mxd-dv-sticky-cap__text {
        font-size: 5rem;
        letter-spacing: -0.24rem;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-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;
}

/* ------------------------------------------------ */
/* Divider - Sticky Caption End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Block - Pricing Cards Start */
/* ------------------------------------------------ */
.mxd-pricing-table {
    position: relative;
}

.mxd-pricing-table__item {
    position: relative;
    margin-bottom: 3rem;
}

.mxd-pricing-table__item:last-of-type {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
    .mxd-pricing-table__item {
        margin-bottom: 6rem;
    }

    .mxd-pricing-table__item:last-of-type {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-pricing-table__item {
        margin-bottom: 0;
    }
}

.mxd-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 .mxd-pricing-table__inner:hover {
    background-color: var(--base);
}

.no-touch .mxd-pricing-table__inner:hover .mxd-pricing-table__bg {
    opacity: 1;
}

.no-touch .mxd-pricing-table__inner:hover .mxd-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) {
    .mxd-pricing-table__inner {
        height: 100%;
        padding: 4rem;
    }
}

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

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

.mxd-pricing-table__tag {
    position: absolute;
    top: -1.6rem;
    left: 3rem;
}

@media only screen and (min-width: 1200px) {
    .mxd-pricing-table__tag {
        left: 4rem;
    }
}

.mxd-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: 4.6rem;
}

@media only screen and (min-width: 1200px) {
    .mxd-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: 3.4rem;
}

.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: 5rem;
    }

    .pricing-header__title.small {
        font-size: 4.4rem;
    }
}

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

.mxd-pricing-table__plan {
    margin-top: 2.6rem;
}

.pricing-plan__caption {
    font-size: 2rem;
    margin-bottom: 0.4rem;
}

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

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

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

.mxd-check-list li i {
    font-size: 1.4rem;
    line-height: 1.6;
}

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

.mxd-pricing-table__link {
    margin-top: 2rem;
}

.mxd-pricing-table__link a {
    font: normal 700 2rem/1.4 var(--_font-default);
    color: var(--t-bright);
    text-decoration: underline;
}

/* ------------------------------------------------ */
/* Block - Pricing Cards End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Block - Split Blocks Start */
/* ------------------------------------------------ */
.mxd-block-split__item {
    margin-bottom: 7.4rem;
}

.mxd-block-split__item:last-of-type {
    margin-bottom: 0;
}

.mxd-block-split__item.manifest-item {
    margin-bottom: 6.8rem;
}

.mxd-block-split__item.manifest-item:last-of-type {
    margin-bottom: 0;
}

@media only screen and (min-width: 1200px) {
    .mxd-block-split__item {
        margin-bottom: 0;
    }

    .mxd-block-split__item.manifest-item {
        margin-bottom: 0;
    }
}

.mxd-block-split__subtitle.pre-manifest {
    margin-bottom: 1.8rem;
}

.mxd-block-split__subtitle.pre-grid {
    margin-bottom: 3rem;
}

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

.mxd-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) {
    .mxd-block-split__subtitle.pre-manifest {
        margin-bottom: 3.6rem;
    }

    .mxd-block-split__subtitle.pre-grid {
        margin-bottom: 5.5rem;
    }
}

.mxd-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: 2.8rem;
}

@media only screen and (min-width: 1200px) {
    .mxd-block-split__manifest {
        gap: 5rem;
        max-width: 760px;
    }

    .mxd-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: 2.9rem 0.2rem 3.1rem 0.2rem;
}

@media only screen and (min-width: 1200px) {
    .split-info__item {
        padding: 5.2rem 0.2rem 5.5rem 0.2rem;
    }
}

.split-info__divider,
.split-data__divider {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--t-medium);
}

.split-info__divider.divider-top,
.split-data__divider.divider-top {
    top: 0;
}

.split-info__divider.divider-bottom,
.split-data__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 span,
.split-info__details p a {
    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;
    }
}

/* ------------------------------------------------ */
/* Block - Split Blocks End */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* Block - Images Grid Start */
/* ------------------------------------------------ */
.mxd-images-grid {
    position: relative;
}

.mxd-images-grid__gallery {
    margin-bottom: 3rem;
}

.mxd-images-grid__gallery:last-of-type {
    margin-bottom: 0;
}

@media only screen and (min-width: 1200px) {
    .mxd-images-grid__gallery {
        margin-bottom: 6rem;
    }

    .mxd-images-grid__gallery:last-of-type {
        margin-bottom: 0;
    }
}

.mxd-images-grid__item {
    position: relative;
    height: 360px;
    margin-bottom: 3rem;
}

.mxd-images-grid__item:last-of-type {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
    .mxd-images-grid__item {
        height: 420px;
    }
}

@media only screen and (min-width: 1200px) {
    .mxd-images-grid__item {
        height: 460px;
        margin-bottom: 0;
    }

    .mxd-images-grid__item.wide {
        height: 600px;
    }
}

@media only screen and (min-width: 1600px) {
    .mxd-images-grid__item {
        height: 600px;
    }

    .mxd-images-grid__item.wide {
        height: 760px;
    }
}

.mxd-images-grid__inner {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.mxd-images-grid__inner img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.mxd-images-grid__inner img.transparent {
    -o-object-fit: contain;
    object-fit: contain;
}

/* ------------------------------------------------ */
/* Block - Images Grid End */
/* ------------------------------------------------ */
