/* Reset / Reboot de base */
*, *::before, *::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}

html, body {
    height: 100%;
    background-color: #000;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    scroll-behavior: smooth;
}

body {
    min-height: 100svh;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd {
    margin: 0;
}

input, button, textarea, select {
    font: inherit;
    color: inherit;
}

a {
    color: inherit;
    text-decoration: none;
}

ul, ol {
list-style: none;
}

#root, #__next {
isolation: isolate;
}

.container{
    max-width: 1400px;
    padding: 0 10px;
    margin: auto;
}

/* HAMBURGER */
.hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible; }
    .hamburger:hover {
        opacity: 0.7; }
    .hamburger.is-active:hover {
        opacity: 0.7; }
    .hamburger.is-active .hamburger-inner,
    .hamburger.is-active .hamburger-inner::before,
    .hamburger.is-active .hamburger-inner::after {
        background-color: black; }

    .hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative; }

    .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px; }
    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
        width: 32px;
        height: 3px;
        background-color: black;
        border-radius: 0;
        position: absolute;
        transition-property: transform;
        transition-duration: 0.15s;
        transition-timing-function: ease; }
    .hamburger-inner::before, .hamburger-inner::after {
        content: "";
        display: block; }
    .hamburger-inner::before {
        top: -10px; }
    .hamburger-inner::after {
        bottom: -10px; }

    /*
        * 3DX
        */
    .hamburger--3dx .hamburger-box {
    perspective: 80px; }

    .hamburger--3dx .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
        transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

    .hamburger--3dx.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateY(180deg); }
    .hamburger--3dx.is-active .hamburger-inner::before {
        transform: translate3d(0, 10px, 0) rotate(45deg); }
    .hamburger--3dx.is-active .hamburger-inner::after {
        transform: translate3d(0, -10px, 0) rotate(-45deg); }

    /*
        * 3DX Reverse
        */
    .hamburger--3dx-r .hamburger-box {
    perspective: 80px; }

    .hamburger--3dx-r .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
        transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

    .hamburger--3dx-r.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateY(-180deg); }
    .hamburger--3dx-r.is-active .hamburger-inner::before {
        transform: translate3d(0, 10px, 0) rotate(45deg); }
    .hamburger--3dx-r.is-active .hamburger-inner::after {
        transform: translate3d(0, -10px, 0) rotate(-45deg); }

    /*
        * 3DY
        */
    .hamburger--3dy .hamburger-box {
    perspective: 80px; }

    .hamburger--3dy .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
        transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

    .hamburger--3dy.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateX(-180deg); }
    .hamburger--3dy.is-active .hamburger-inner::before {
        transform: translate3d(0, 10px, 0) rotate(45deg); }
    .hamburger--3dy.is-active .hamburger-inner::after {
        transform: translate3d(0, -10px, 0) rotate(-45deg); }

    /*
        * 3DY Reverse
        */
    .hamburger--3dy-r .hamburger-box {
    perspective: 80px; }

    .hamburger--3dy-r .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
        transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

    .hamburger--3dy-r.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateX(180deg); }
    .hamburger--3dy-r.is-active .hamburger-inner::before {
        transform: translate3d(0, 10px, 0) rotate(45deg); }
    .hamburger--3dy-r.is-active .hamburger-inner::after {
        transform: translate3d(0, -10px, 0) rotate(-45deg); }

    /*
        * 3DXY
        */
    .hamburger--3dxy .hamburger-box {
    perspective: 80px; }

    .hamburger--3dxy .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
        transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

    .hamburger--3dxy.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateX(180deg) rotateY(180deg); }
    .hamburger--3dxy.is-active .hamburger-inner::before {
        transform: translate3d(0, 10px, 0) rotate(45deg); }
    .hamburger--3dxy.is-active .hamburger-inner::after {
        transform: translate3d(0, -10px, 0) rotate(-45deg); }

    /*
        * 3DXY Reverse
        */
    .hamburger--3dxy-r .hamburger-box {
    perspective: 80px; }

    .hamburger--3dxy-r .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
        transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

    .hamburger--3dxy-r.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }
    .hamburger--3dxy-r.is-active .hamburger-inner::before {
        transform: translate3d(0, 10px, 0) rotate(45deg); }
    .hamburger--3dxy-r.is-active .hamburger-inner::after {
        transform: translate3d(0, -10px, 0) rotate(-45deg); }

    /*
        * Arrow
        */
    .hamburger--arrow.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

    .hamburger--arrow.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

    /*
        * Arrow Right
        */
    .hamburger--arrow-r.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

    .hamburger--arrow-r.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

    /*
        * Arrow Alt
        */
    .hamburger--arrowalt .hamburger-inner::before {
    transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

    .hamburger--arrowalt .hamburger-inner::after {
    transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

    .hamburger--arrowalt.is-active .hamburger-inner::before {
    top: 0;
    transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
    transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

    .hamburger--arrowalt.is-active .hamburger-inner::after {
    bottom: 0;
    transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

    /*
        * Arrow Alt Right
        */
    .hamburger--arrowalt-r .hamburger-inner::before {
    transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

    .hamburger--arrowalt-r .hamburger-inner::after {
    transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

    .hamburger--arrowalt-r.is-active .hamburger-inner::before {
    top: 0;
    transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
    transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

    .hamburger--arrowalt-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

    /*
        * Arrow Turn
        */
    .hamburger--arrowturn.is-active .hamburger-inner {
    transform: rotate(-180deg); }
    .hamburger--arrowturn.is-active .hamburger-inner::before {
        transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
    .hamburger--arrowturn.is-active .hamburger-inner::after {
        transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

    /*
        * Arrow Turn Right
        */
    .hamburger--arrowturn-r.is-active .hamburger-inner {
    transform: rotate(-180deg); }
    .hamburger--arrowturn-r.is-active .hamburger-inner::before {
        transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
    .hamburger--arrowturn-r.is-active .hamburger-inner::after {
        transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

    /*
        * Boring
        */
    .hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
    transition-property: none; }

    .hamburger--boring.is-active .hamburger-inner {
    transform: rotate(45deg); }
    .hamburger--boring.is-active .hamburger-inner::before {
        top: 0;
        opacity: 0; }
    .hamburger--boring.is-active .hamburger-inner::after {
        bottom: 0;
        transform: rotate(-90deg); }

    /*
        * Collapse
        */
    .hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    .hamburger--collapse .hamburger-inner::after {
        top: -20px;
        transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
    .hamburger--collapse .hamburger-inner::before {
        transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

    .hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    .hamburger--collapse.is-active .hamburger-inner::after {
        top: 0;
        opacity: 0;
        transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
    .hamburger--collapse.is-active .hamburger-inner::before {
        top: 0;
        transform: rotate(-90deg);
        transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

    /*
        * Collapse Reverse
        */
    .hamburger--collapse-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    .hamburger--collapse-r .hamburger-inner::after {
        top: -20px;
        transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
    .hamburger--collapse-r .hamburger-inner::before {
        transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

    .hamburger--collapse-r.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    .hamburger--collapse-r.is-active .hamburger-inner::after {
        top: 0;
        opacity: 0;
        transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
    .hamburger--collapse-r.is-active .hamburger-inner::before {
        top: 0;
        transform: rotate(90deg);
        transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

    /*
        * Elastic
        */
    .hamburger--elastic .hamburger-inner {
    top: 2px;
    transition-duration: 0.275s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
    .hamburger--elastic .hamburger-inner::before {
        top: 10px;
        transition: opacity 0.125s 0.275s ease; }
    .hamburger--elastic .hamburger-inner::after {
        top: 20px;
        transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

    .hamburger--elastic.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(135deg);
    transition-delay: 0.075s; }
    .hamburger--elastic.is-active .hamburger-inner::before {
        transition-delay: 0s;
        opacity: 0; }
    .hamburger--elastic.is-active .hamburger-inner::after {
        transform: translate3d(0, -20px, 0) rotate(-270deg);
        transition-delay: 0.075s; }

    /*
        * Elastic Reverse
        */
    .hamburger--elastic-r .hamburger-inner {
    top: 2px;
    transition-duration: 0.275s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
    .hamburger--elastic-r .hamburger-inner::before {
        top: 10px;
        transition: opacity 0.125s 0.275s ease; }
    .hamburger--elastic-r .hamburger-inner::after {
        top: 20px;
        transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

    .hamburger--elastic-r.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(-135deg);
    transition-delay: 0.075s; }
    .hamburger--elastic-r.is-active .hamburger-inner::before {
        transition-delay: 0s;
        opacity: 0; }
    .hamburger--elastic-r.is-active .hamburger-inner::after {
        transform: translate3d(0, -20px, 0) rotate(270deg);
        transition-delay: 0.075s; }

    /*
        * Emphatic
        */
    .hamburger--emphatic {
    overflow: hidden; }
    .hamburger--emphatic .hamburger-inner {
        transition: background-color 0.125s 0.175s ease-in; }
        .hamburger--emphatic .hamburger-inner::before {
        left: 0;
        transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
        .hamburger--emphatic .hamburger-inner::after {
        top: 10px;
        right: 0;
        transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
    .hamburger--emphatic.is-active .hamburger-inner {
        transition-delay: 0s;
        transition-timing-function: ease-out;
        background-color: transparent !important; }
        .hamburger--emphatic.is-active .hamburger-inner::before {
        left: -80px;
        top: -80px;
        transform: translate3d(80px, 80px, 0) rotate(45deg);
        transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
        .hamburger--emphatic.is-active .hamburger-inner::after {
        right: -80px;
        top: -80px;
        transform: translate3d(-80px, 80px, 0) rotate(-45deg);
        transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

    /*
        * Emphatic Reverse
        */
    .hamburger--emphatic-r {
    overflow: hidden; }
    .hamburger--emphatic-r .hamburger-inner {
        transition: background-color 0.125s 0.175s ease-in; }
        .hamburger--emphatic-r .hamburger-inner::before {
        left: 0;
        transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
        .hamburger--emphatic-r .hamburger-inner::after {
        top: 10px;
        right: 0;
        transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r.is-active .hamburger-inner {
        transition-delay: 0s;
        transition-timing-function: ease-out;
        background-color: transparent !important; }
        .hamburger--emphatic-r.is-active .hamburger-inner::before {
        left: -80px;
        top: 80px;
        transform: translate3d(80px, -80px, 0) rotate(-45deg);
        transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
        .hamburger--emphatic-r.is-active .hamburger-inner::after {
        right: -80px;
        top: 80px;
        transform: translate3d(-80px, -80px, 0) rotate(45deg);
        transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

    /*
        * Minus
        */
    .hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
    transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }

    .hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
    opacity: 0;
    transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }

    .hamburger--minus.is-active .hamburger-inner::before {
    top: 0; }

    .hamburger--minus.is-active .hamburger-inner::after {
    bottom: 0; }

    /*
        * Slider
        */
    .hamburger--slider .hamburger-inner {
    top: 2px; }
    .hamburger--slider .hamburger-inner::before {
        top: 10px;
        transition-property: transform, opacity;
        transition-timing-function: ease;
        transition-duration: 0.15s; }
    .hamburger--slider .hamburger-inner::after {
        top: 20px; }

    .hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
    .hamburger--slider.is-active .hamburger-inner::before {
        transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
        opacity: 0; }
    .hamburger--slider.is-active .hamburger-inner::after {
        transform: translate3d(0, -20px, 0) rotate(-90deg); }

    /*
        * Slider Reverse
        */
    .hamburger--slider-r .hamburger-inner {
    top: 2px; }
    .hamburger--slider-r .hamburger-inner::before {
        top: 10px;
        transition-property: transform, opacity;
        transition-timing-function: ease;
        transition-duration: 0.15s; }
    .hamburger--slider-r .hamburger-inner::after {
        top: 20px; }

    .hamburger--slider-r.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(-45deg); }
    .hamburger--slider-r.is-active .hamburger-inner::before {
        transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
        opacity: 0; }
    .hamburger--slider-r.is-active .hamburger-inner::after {
        transform: translate3d(0, -20px, 0) rotate(90deg); }

    /*
        * Spin
        */
    .hamburger--spin .hamburger-inner {
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    .hamburger--spin .hamburger-inner::before {
        transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
    .hamburger--spin .hamburger-inner::after {
        transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

    .hamburger--spin.is-active .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    .hamburger--spin.is-active .hamburger-inner::before {
        top: 0;
        opacity: 0;
        transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
    .hamburger--spin.is-active .hamburger-inner::after {
        bottom: 0;
        transform: rotate(-90deg);
        transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

    /*
        * Spin Reverse
        */
    .hamburger--spin-r .hamburger-inner {
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    .hamburger--spin-r .hamburger-inner::before {
        transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
    .hamburger--spin-r .hamburger-inner::after {
        transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

    .hamburger--spin-r.is-active .hamburger-inner {
    transform: rotate(-225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    .hamburger--spin-r.is-active .hamburger-inner::before {
        top: 0;
        opacity: 0;
        transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
    .hamburger--spin-r.is-active .hamburger-inner::after {
        bottom: 0;
        transform: rotate(90deg);
        transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

    /*
        * Spring
        */
    .hamburger--spring .hamburger-inner {
    top: 2px;
    transition: background-color 0s 0.13s linear; }
    .hamburger--spring .hamburger-inner::before {
        top: 10px;
        transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    .hamburger--spring .hamburger-inner::after {
        top: 20px;
        transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

    .hamburger--spring.is-active .hamburger-inner {
    transition-delay: 0.22s;
    background-color: transparent !important; }
    .hamburger--spring.is-active .hamburger-inner::before {
        top: 0;
        transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 10px, 0) rotate(45deg); }
    .hamburger--spring.is-active .hamburger-inner::after {
        top: 0;
        transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 10px, 0) rotate(-45deg); }

    /*
        * Spring Reverse
        */
    .hamburger--spring-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    .hamburger--spring-r .hamburger-inner::after {
        top: -20px;
        transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
    .hamburger--spring-r .hamburger-inner::before {
        transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

    .hamburger--spring-r.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    .hamburger--spring-r.is-active .hamburger-inner::after {
        top: 0;
        opacity: 0;
        transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }
    .hamburger--spring-r.is-active .hamburger-inner::before {
        top: 0;
        transform: rotate(90deg);
        transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

    /*
        * Stand
        */
    .hamburger--stand .hamburger-inner {
    transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
    .hamburger--stand .hamburger-inner::before {
        transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    .hamburger--stand .hamburger-inner::after {
        transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

    .hamburger--stand.is-active .hamburger-inner {
    transform: rotate(90deg);
    background-color: transparent !important;
    transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
    .hamburger--stand.is-active .hamburger-inner::before {
        top: 0;
        transform: rotate(-45deg);
        transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .hamburger--stand.is-active .hamburger-inner::after {
        bottom: 0;
        transform: rotate(45deg);
        transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

    /*
        * Stand Reverse
        */
    .hamburger--stand-r .hamburger-inner {
    transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
    .hamburger--stand-r .hamburger-inner::before {
        transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    .hamburger--stand-r .hamburger-inner::after {
        transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

    .hamburger--stand-r.is-active .hamburger-inner {
    transform: rotate(-90deg);
    background-color: transparent !important;
    transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
    .hamburger--stand-r.is-active .hamburger-inner::before {
        top: 0;
        transform: rotate(-45deg);
        transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .hamburger--stand-r.is-active .hamburger-inner::after {
        bottom: 0;
        transform: rotate(45deg);
        transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

    /*
        * Squeeze
        */
    .hamburger--squeeze .hamburger-inner {
    transition-duration: 0.075s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    .hamburger--squeeze .hamburger-inner::before {
        transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
    .hamburger--squeeze .hamburger-inner::after {
        transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

    .hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    .hamburger--squeeze.is-active .hamburger-inner::before {
        top: 0;
        opacity: 0;
        transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
    .hamburger--squeeze.is-active .hamburger-inner::after {
        bottom: 0;
        transform: rotate(-90deg);
        transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

    /*
        * Vortex
        */
    .hamburger--vortex .hamburger-inner {
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
    .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
        transition-duration: 0s;
        transition-delay: 0.1s;
        transition-timing-function: linear; }
    .hamburger--vortex .hamburger-inner::before {
        transition-property: top, opacity; }
    .hamburger--vortex .hamburger-inner::after {
        transition-property: bottom, transform; }

    .hamburger--vortex.is-active .hamburger-inner {
    transform: rotate(765deg);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
    .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
        transition-delay: 0s; }
    .hamburger--vortex.is-active .hamburger-inner::before {
        top: 0;
        opacity: 0; }
    .hamburger--vortex.is-active .hamburger-inner::after {
        bottom: 0;
        transform: rotate(90deg); }

    /*
        * Vortex Reverse
        */
    .hamburger--vortex-r .hamburger-inner {
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
    .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
        transition-duration: 0s;
        transition-delay: 0.1s;
        transition-timing-function: linear; }
    .hamburger--vortex-r .hamburger-inner::before {
        transition-property: top, opacity; }
    .hamburger--vortex-r .hamburger-inner::after {
        transition-property: bottom, transform; }

    .hamburger--vortex-r.is-active .hamburger-inner {
    transform: rotate(-765deg);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
    .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
        transition-delay: 0s; }
    .hamburger--vortex-r.is-active .hamburger-inner::before {
        top: 0;
        opacity: 0; }
    .hamburger--vortex-r.is-active .hamburger-inner::after {
        bottom: 0;
        transform: rotate(-90deg); }



    @media screen and (max-width:520px) {
    .hamburger{
        padding: 15px 0;
    } 
    }
.wrap-burger {
    display: none;
}
@media screen and (max-width: 900px) {
    .wrap-burger {
        display: block;
    }
}
.hamburger {
    padding: 0;
    position: relative;
    background: none;
    border: none;
}
.hamburger::before {
    content: "MENU";
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
    top: -5px;
    right: 0;
    position: relative;
    color: white;
}
.hamburger-box {
    top: 3px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    background-color: white;
    height: 2px;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: white;
}
.hamburger.hamburger.is-active::before {
    color: white;
}

/* HEADER */
.fixed-header{
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
}
.fixed-header .surheader {
    padding: 10px 0;
    height: auto;
    transition: all ease 0.3s;
    background-color: #ffffff50;
    backdrop-filter: blur(15px);
}
@media screen and (max-width: 900px) {
    .fixed-header .surheader {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.fixed-header .surheader .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fixed-header .surheader .inner span,
.fixed-header .surheader .inner span a {
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
}
.fixed-header .surheader .inner span a:hover {
    color: #fff 70;
    text-decoration: underline;
}
.fixed-header.active .surheader {
    height: 0;
    padding: 0;
    overflow: hidden;
    transition: all ease 0.3s;
    background-color: black;
    border: none;
}
header#Header {
    transition: all ease 0.3s;
    padding: 20px 0;
}
@media screen and (max-width: 900px) {
    header#Header {
        padding: 20px;
    }
}
@media screen and (max-width: 600px) {
    header#Header {
        padding: 20px 10px;
    }
}
header#Header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header#Header .wrap-logo img {
    vertical-align: middle;
    transition: all ease 0.3s;
    width: 80px;
    height: auto;
}
@media screen and (max-width: 600px) {
    header#Header .wrap-logo img {
        width: 60px;
   }
}
header#Header .wrap-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
header#Header .wrap-menu ul li {
    display: flex;
}
header#Header .wrap-menu ul li a {
    margin: auto;
    padding: 0 10px;
    color: white;
    text-align: center;
    font-size: 14px;
    display: block;
    text-transform: uppercase;
}
header#Header .wrap-menu ul li a svg {
    width: 24px;
    height: 24px;
    position: relative;
    top: 2px;
}
header#Header .wrap-menu ul li a svg path {
    fill: white;
}
header#Header .wrap-menu ul li a.current {
    opacity: 0.7;
}
header#Header .wrap-menu ul li a:hover {
    opacity: 0.7;
}
header#Header .wrap-menu ul li.has-children {
    position: relative;
}
header#Header .wrap-menu ul li.has-children > a::after {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    transform: rotate(45deg);
    border: solid 1px white;
    border-top-color: transparent;
    border-left-color: transparent;
    position: relative;
    top: -4px;
    margin-left: 8px;
}
@media screen and (max-width: 900px) {
    header#Header .wrap-menu ul li.has-children > a::after {
        width: 8px;
        height: 8px;
        border-width: 2px;
        top: -8px;
    }
}
header#Header .wrap-menu ul li.has-children:hover ul {
    display: block;
}
header#Header .wrap-menu ul li.has-children.active > ul {
    display: block;
}
header#Header .wrap-menu ul li.has-children ul {
    position: absolute;
    top: 100%;
    right: 0;
    width: auto;
    min-width: 150px;
    white-space: nowrap;
    display: none;
    padding: 10px;
    background-color: #000;
}
@media screen and (max-width: 900px) {
    header#Header .wrap-menu ul li.has-children ul {
        position: unset;
        display: none;
        width: 100%;
        padding: 10px 0;
    }
}
header#Header .wrap-menu ul li.has-children ul li {
    width: 100%;
    display: block;
}
@media screen and (max-width: 900px) {
    header#Header .wrap-menu ul li.has-children ul li {
        margin: 0;
    }
}
header#Header .wrap-menu ul li.has-children ul li a {
    margin: 0;
    text-align: right;
    padding: 5px 10px;
    color: white;
}
@media screen and (max-width: 900px) {
    header#Header .wrap-menu ul li.has-children ul li a {
        font-size: 15px;
        text-align: center;
    }
}
@media screen and (max-width: 900px) {
    header#Header {
        background-color: black;
   }
    header#Header .wrap-logo img {
        filter: brightness(100);
   }
    header#Header .wrap-menu {
        z-index: 1;
        position: fixed;
        top: -24px;
        right: -200%;
        width: calc(100% + 48px);
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: black;
        transition: all ease 0.3s;
        padding: 140px 0 40px 0;
   }
    header#Header .wrap-menu ul{
        flex-direction: row;
    }
    header#Header .wrap-menu ul li{
        width: 100%;
        margin-bottom: 12px;
    }
    header#Header .wrap-menu ul li.inline{
        width: auto;
    }
    header#Header .wrap-menu ul li a {
        font-size: 20px;
        color: white;
   }
    header#Header .wrap-menu ul li a svg {
        width: 32px;
        height: 32px;
        top: 0;
   }
    header#Header .wrap-menu ul li a svg path {
        fill: white;
   }
    header#Header .wrap-menu.active {
        right: -24px;
        transition: all ease 0.3s;
   }
}
header#Header.burger-active .wrap-logo {
    position: relative;
    z-index: 100;
}
header#Header.burger-active .wrap-burger {
    position: relative;
    z-index: 100;
}
header#Header.active {
    transition: all ease 0.3s;
    background-color: black;
}
header#Header.active .wrap-logo img {
    transition: all ease 0.3s;
}

/* HERO */
.hero {
    position: relative;
    overflow: hidden;
    position: relative;
}
.hero::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: transparent;
    background: -webkit-linear-gradient(to top, black, transparent);
    background: linear-gradient(to top, black, transparent);
    z-index: 4;
}
.hero:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.hero .flex.links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.hero .flex.links a {
    margin: 0;
}
.hero img:not(.logo-hero) {
    width: 100%;
    height: 90vh;
    object-fit: cover;
    aspect-ratio: 1.7777777778;
    vertical-align: middle;
    transform: scale(1);
    animation: scaled 60s infinite;
}
.hero .content {
    width: calc(100% - 48px);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    transform: translate(-50%, -50%);
    z-index: 5;
}
.hero .content h1 {
    font-size: 8vw;
    font-weight: 800;
    line-height: 1;
    color: white;
    text-align: center;
}
.hero .content h1 span {
    display: block;
    font-weight: 400;
    font-size: 0.25em;
    opacity: 1;
}
.hero.mini img:not(.logo-hero) {
    height: 100vh;
}
@keyframes scaled {
    0% {
        transform: scale(1);
   }
    50% {
        transform: scale(1.05);
   }
    100% {
        transform: scale(1);
   }
}

@media screen and (max-width: 900px) {
    .hero.mini img:not(.logo-hero) {
        max-height: 800px;
        height: 70vh;
        min-height: 500px;
    }
    .hero .content h1 {
        font-size: 10vw;
        line-height: 1.2;
    }
    .hero .content h1 span {
        font-size: 0.45em;
    }
}



/* LOGO-SMEK */
/* .logo-smek{
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    max-width: 500px;
    pointer-events: none;
    z-index: 0;
}
.logo-smek svg{
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
} */
.logo-smek span{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 11vw;
    font-weight: 700;
    line-height: 1;
    margin-bottom: -0.3em;
}

@media screen and (max-width:600px) {
    .logo-smek span{
        margin-bottom: 20px;
    }
}



/* PRICES */
.prices{
    position: relative;
    padding: 80px 0;
    z-index: 2;
}
.prices .container{
    width: 100%;
    padding: 0 10px;
}
.prices .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.prices .inner div {
    display: flex;
    flex-direction: column;
    max-width: 300px;
    width: 100%;
    border: solid 1px #ffffff20;
    padding: 60px 30px;
    background-color: rgba(255, 255, 255, 0.06);
    box-shadow: 0 0 40px rgba(29, 29, 29, 0);
    position: relative;
    backdrop-filter: blur(15px);
    border-radius: 40px;

    top: 0;
    transition: all ease .3s;
    transition-delay: 0;
}
@media screen and (max-width: 1024px) {
    .prices .inner div {
        width: calc(33.3333333333% - 10px);
        max-width: unset;
    }
}
@media screen and (max-width: 900px) {
    .prices .inner div {
        width: calc(50% - 10px);
    }
    .prices {
        position: relative;
        padding: 20px 0 50px 0;
        z-index: 2;
    }
}
@media screen and (max-width: 600px) {
    .prices .inner div {
        width: 100%;
    }
}
.prices .inner div a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.prices .inner div:hover {
    background-color: rgba(255, 255, 255, 0.08);
}
.prices .inner div:hover .btn {
    background-color: white;
    color: black;
}
.prices .inner div p {
    color: white;
}
.prices .inner div p strong {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}
.prices .inner div ul{
    margin-bottom: 30px;
}
.prices .inner div ul li{
    margin: 10px 0;
    display: block;
    font-size: 15px;
    gap: 10px;
    width: 100%;
}
.prices .inner div ul li::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 8px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><circle cx='12' cy='12' r='11.75' fill='%23ffffff20' stroke='%23ffffff10' stroke-width='0.5'/><path d='M7.5 12.5 L10.5 15.5 L16.5 8.5' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center center;
    background-size: contain;
}
.btn,
.prices .inner div .btn {
    align-self: flex-end;
    display: block;
    text-align: center;
    width: 100%;
    margin: auto 0 0 0;
    background-color: #FFFFFF10;
    border: solid 1px #FFFFFF20;
    color: white;
    border-radius: 20px;
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 600;
}
.prices .inner div .price {
    font-size: 50px;
    font-weight: 700;
    color: white;
}
@media screen and (max-width: 600px) {
    .prices .inner div .price {
        font-size: 50px;
    }
}
.prices .inner div .price small:first-child {
    display: block;
    width: 100%;
    margin: 0;
    line-height: 0;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
}
.prices .inner div .price small {
    font-size: 20px;
}
@media screen and (max-width: 900px) {
    .prices .inner div:nth-child(2) {
        margin: auto;
        width: calc(100% - 10px);
        order: 3;
        border-color: rgba(255, 255, 255, 0.1254901961);
    }
}
@media screen and (max-width: 600px) {
    .prices .inner div:nth-child(2) {
        width: 100%;
    }
}
.btn:hover,
.prices .inner div .btn:hover,
.prices .inner div:hover .btn{
    background-color: #FFFFFF;
    border: solid 1px #FFFFFF;
    color: #000 !important;
    cursor: pointer;
    transition: all ease .3s;
}
@media screen and (min-width: 900px) {
    .prices .inner div:hover{
        cursor: pointer;
        top: -20px;
        transition: all ease .3s;
    }
}

/* COLUMNS */
/* columns */
.smek_columns{
    background-color: #000;
    margin: 40px auto;
    padding: 0 20px;
}
.smek_columns .title{
    padding: 0;
}
.smek_columns .flex {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
}
.smek_columns p{
    margin-bottom: 12px;
}
@media screen and (max-width: 900px){
    .smek_columns .flex{
        flex-direction: column;
        text-align: center;
    }
    .smek_columns {
        margin: -40px auto 40px auto;
    }
}
.smek_columns .flex > div{
    max-width: 600px;
}
.smek_columns .flex img{
    width: 100%;
    max-width: 600px;
    height: 600px;
    object-fit: cover;
    vertical-align: middle;
}
.smek_columns .flex .content{
    padding: 20px;
    width: 100%;
}
.smek_columns .flex .content p,
.smek_columns .flex .content a,
.smek_columns .flex .content span,
.smek_columns .flex .content li{
    color: white;
}
.smek_columns .title h2 {
	font-size: 40px;
	font-weight: 700;
	margin: 12px 0;
	line-height: 1em;
}
.liens {
	margin-top: 30px;
    display: flex;
    flex-direction: row;
    gap: 10px;
}
@media screen and (max-width: 900px){
    .smek_columns .flex{
        padding: 0;
    }
    .smek_columns .flex img{
        height: 450px;
    }
    .smek_columns .flex .content p{
        text-wrap: balance;
    }
}
@media screen and (max-width: 900px){
    .liens{
        margin: 30px auto;
        justify-content: center;
    }
}
.liens .btn {
	display: flex;
	text-align: center;
	max-width: 240px;
	text-align: center;
	justify-content: center;
}
.btn-icone svg {
	width: 24px;
	height: 24px;
	margin: 0;
}
.btn-icone:hover svg path{
	fill: black;
}

/* marquee */
@keyframes marqueeOne {
0% {
transform: translate3d(var(--move-initial), 0, 0);
}
100% {
transform: translate3d(var(--move-final), 0, 0);
}
}
@keyframes marqueeTwo {
0% {
transform: translate3d(var(--move-final), 0, 0);
}
100% {
transform: translate3d(var(--move-initial), 0, 0);
}
}
body .marquee {
background-color: #000;
position: relative;
overflow: hidden;
--offset: 20vw;
--move-initial: calc(-25% + var(--offset));
--move-final: calc(-50% + var(--offset));
}
body .marquee__inner {
width: fit-content;
display: flex;
position: relative;
white-space: nowrap;
}
body .marquee__inner span {
font-size: 10vw;
padding: 0 2vw;
text-transform: uppercase;
color: #f7f7fa;
font-weight: 800;
}
body .marquee .first {
transform: translate3d(var(--move-initial), 0, 0);
animation: marqueeOne 10s linear infinite;
}
@media (min-width: 1024px) {
}
body .marquee .second {
transform: translate3d(var(--final-initial), 0, 0);
animation: marqueeTwo 10s linear infinite;
}

/* FOOTER */
footer {
    background-color: black;
    padding: 60px 0;
    position: relative;
    z-index: 1;
    width: 100%;
}
footer .flex {
    display: flex;
    justify-content: space-between;
    filter: brightness(100);
}
@media screen and (max-width: 600px) {
    footer .flex {
        flex-direction: column;
   }
}
footer .col {
    margin: auto 0;
	width: 100%;
	max-width: 200px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
footer .col img {
    width: 60px;
}
@media screen and (max-width: 600px) {
    footer .col {
        max-width: unset;
        width: 100%;
        text-align: center;
   }
    footer .col img {
        width: 60px;
        margin: auto;
    }
}
footer .col p, footer .col li {
    color: #fff;
    font-size: 12px;
    margin-bottom: 0;
    line-height: 1.7em;
    font-weight: 400;
}
footer .col a {
    font-size: inherit;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 12px;
}
footer .col ul {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}
footer .col ul li a svg {
    width: 32px;
    height: 32px;
}
footer .col a:hover {
    opacity: 0.7;
    cursor: pointer;
}
footer .col ul li span {
    color: #ffffff;
    font-weight: 400;
}
.sousfoot {
    padding: 0 0 20px 0;
    background-color: black;
}
.sousfoot .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
@media screen and (max-width: 600px) {
    .sousfoot .inner {
        justify-content: center;
        flex-direction: column;
   }
}
.sousfoot .inner a {
    font-size: 8px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    text-align: center;
}
