/* LAYOUT */
.gutter { padding-left: 1rem; padding-right: 1rem;
}
@media (min-width: 1024px) {
 .gutter { padding-left: 2.5rem; padding-right: 2.5rem;
 }
}

.wrapper { padding-left: 1rem; padding-right: 1rem;
}

@media (min-width: 1024px) {
 .wrapper { padding-left: 2.5rem; padding-right: 2.5rem;
 }
}

.wrapper { /* gutter */
    /* @apply max-w-screen-2xl mx-auto;*/ /* container */ padding-top: 4rem;
}

.wrapper:last-child { padding-bottom: 4rem;
}

@media (min-width: 1024px) {
 .wrapper { padding-top: 9rem;
 }
 .wrapper:last-child { padding-bottom: 9rem;
 }
}

.wrapper { /* spacing */
}

.wrapper-lg { padding-top: 4rem;
}

.wrapper-lg:last-child { padding-bottom: 4rem;
}

@media (min-width: 1024px) {
 .wrapper-lg { padding-top: 9rem;
 }
 .wrapper-lg:last-child { padding-bottom: 9rem;
 }
}

.wrapper-lg { /* spacing */
}

.wrapper-nav { padding-left: 1rem; padding-right: 1rem;
}

@media (min-width: 1024px) {
 .wrapper-nav { padding-left: 2.5rem; padding-right: 2.5rem;
 }
}

.wrapper-nav { /* gutter */
    /* @apply max-w-screen-2xl mx-auto;*/ /* container */
}

/* block */
.content-block {
    padding-top: 200px;
}

html {
    scroll-behavior: smooth;
}
/* IMAGE */
.image {
    width: 100%;
    height: auto;
}

.image-borders {
    pointer-events: none;
    --border-width: 2.375rem;
    --border-height: 0.78125rem;
    --border-line-thickness: 2px;
    --border-line-color: #f8f8f8;
    --border-line-opacity: 0.2;
}
.image-borders-top::before,
.image-borders-top::after,
.image-borders-bottom::before,
.image-borders-bottom::after {
    content: "";
    position: absolute;
    opacity: var(--border-line-opacity);
    border-color: var(--border-line-color);
}

.image-borders-top::before {
    top: 0;
    left: 0;
    width: var(--border-width);
    height: var(--border-height);
    border-left-width: var(--border-line-thickness);
    border-top-width: var(--border-line-thickness);
}

.image-borders-top::after {
    top: 0;
    right: 0;
    width: var(--border-height);
    height: var(--border-width);
    border-right-width: var(--border-line-thickness);
    border-top-width: var(--border-line-thickness);
}

.image-borders-bottom::before {
    bottom: 0;
    left: 0;
    width: var(--border-height);
    height: var(--border-width);
    border-left-width: var(--border-line-thickness);
    border-bottom-width: var(--border-line-thickness);
}

.image-borders-bottom::after {
    bottom: 0;
    right: 0;
    width: var(--border-width);
    height: var(--border-height);
    border-right-width: var(--border-line-thickness);
    border-bottom-width: var(--border-line-thickness);
}

/* 16/10 */
.image-landscape-tall {
    padding-top: 60%;
    position: relative;
}

/* 16/9 */
.image-landscape {
    padding-top: 56.25%;
    position: relative;
}

/* 5/6 */
.image-portrait {
    padding-top: 120%;
    position: relative;
}

/* 1/1 */
.image-square {
    padding-top: 100%;
    position: relative;
}

.dynamic-image {
    position: relative;
}

@media (min-width: 1024px) {
    .dynamic-image.dynamic-image--center {
        top: 50%;
    }
    .dynamic-image.dynamic-image--center {
        --tw-translate-y: -50%;
        transform: var(--tw-transform);
    }
    .dynamic-image.dynamic-image--center {
        transform: var(--tw-transform);
    }
}

.dynamic-image > picture img {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.image-portrait > picture, .image-landscape > picture, .image-landscape-tall > picture, .image-square > picture {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.image-portrait > picture img, .image-landscape > picture img, .image-landscape-tall > picture img, .image-square > picture img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

video {
    width: 100%;
}

.video-poster {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: all ease 0.3s;
}

.video-poster .video-format {
    padding-bottom: 56.25%; /* 16:9 */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    opacity: 0;
    transition: all ease 0.3s;
}

.video-poster .square {
    padding-bottom: 56.25%; /* 16:9 */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    opacity: 0;
    transition: all ease 0.3s;
}

.video-poster.show {
    opacity: 1;
}

.video-buttons {
    transition: all ease 0.3s;
    display: flex;
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    --tw-bg-opacity: 0.2;
    opacity: 0;
}

.video-buttons.show {
    opacity: 1;
}

/* Accordion */
details {
    position: relative;
}

details::before {
    content: "";
    top: 0;
    left: 0;
    width: 2px;
    height: 12px;
    border-left: 2px solid #e3e3e3;
    position: absolute;
    opacity: 0.2;
}

details::after {
    content: "";
    top: 0;
    right: 0;
    width: 2px;
    height: 12px;
    border-left: 2px solid #e3e3e3;
    position: absolute;
    opacity: 0.2;
}

details .indicator {
    display: flex;
    align-items: center;
    height: 100%;
    top: 0;
}

details[open] {
    /* @apply mb-24; */
}

details[open] .indicator {
    transform: rotate(-180deg);
}

details > summary {
    list-style: none;
}
details > summary::-webkit-details-marker {
    display: none;
}

.tab-labels-wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 0;
    right: 0;
    border-bottom-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgba(227, 227, 227, var(--tw-border-opacity));
    --tw-border-opacity: 0.2;
}

.tab-input {
    display: none;
}

.tab-label {
    opacity: 0.2;
}

.tab-label.product-tab-label {
    opacity: 1;
    transition: opacity .3s;
}

.tab-label.product-tab-label.inactive {
    opacity: 0.2;
    pointer-events: none;
}

.tab-input:nth-of-type(1):checked
    ~ .tab-labels-wrapper
    .tab-label-container:nth-of-type(1)
    .tab-label,
.tab-input:nth-of-type(2):checked
    ~ .tab-labels-wrapper
    .tab-label-container:nth-of-type(2)
    .tab-label,
.tab-input:nth-of-type(3):checked
    ~ .tab-labels-wrapper
    .tab-label-container:nth-of-type(3)
    .tab-label,
.tab-input:nth-of-type(4):checked
    ~ .tab-labels-wrapper
    .tab-label-container:nth-of-type(4)
    .tab-label,
.tab-input:nth-of-type(5):checked
    ~ .tab-labels-wrapper
    .tab-label-container:nth-of-type(5)
    .tab-label,
.tab-input:nth-of-type(6):checked
    ~ .tab-labels-wrapper
    .tab-label-container:nth-of-type(6)
    .tab-label,
.tab-input:nth-of-type(7):checked
    ~ .tab-labels-wrapper
    .tab-label-container:nth-of-type(7)
    .tab-label,
.tab-input:nth-of-type(8):checked
    ~ .tab-labels-wrapper
    .tab-label-container:nth-of-type(8)
    .tab-label,
.tab-input:nth-of-type(9):checked
    ~ .tab-labels-wrapper
    .tab-label-container:nth-of-type(9)
    .tab-label {
    opacity: 1;
}

.tab-labels {
    position: relative;
}

.tab {
    display: none;
}

.tab-input:nth-of-type(1):checked ~ .tabs .tab:nth-of-type(1),
.tab-input:nth-of-type(2):checked ~ .tabs .tab:nth-of-type(2),
.tab-input:nth-of-type(3):checked ~ .tabs .tab:nth-of-type(3),
.tab-input:nth-of-type(4):checked ~ .tabs .tab:nth-of-type(4),
.tab-input:nth-of-type(5):checked ~ .tabs .tab:nth-of-type(5),
.tab-input:nth-of-type(6):checked ~ .tabs .tab:nth-of-type(6),
.tab-input:nth-of-type(7):checked ~ .tabs .tab:nth-of-type(7),
.tab-input:nth-of-type(8):checked ~ .tabs .tab:nth-of-type(8),
.tab-input:nth-of-type(9):checked ~ .tabs .tab:nth-of-type(9) {
    display: block;
}

.tab-border::before {
    content: "";
    bottom: 0;
    left: 0;
    width: 2px;
    height: 12px;
    border-left: 2px solid #e3e3e3;
    position: absolute;
    opacity: 0.2;
}

.tab-label-container {
    position: relative;
    border-bottom-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgba(227, 227, 227, var(--tw-border-opacity));
    --tw-border-opacity: 0;
}

.active-tab-indicator {
    height: 2px;
    width: 100%;
    background-color: #e3e3e3;
    position: absolute;
    bottom: -6px;
    left: 0;
    opacity: 0;
}

.tab-input:nth-of-type(1):checked
    ~ .tab-labels-wrapper
    .tab-label-container:nth-of-type(1)
    .active-tab-indicator,
.tab-input:nth-of-type(2):checked
    ~ .tab-labels-wrapper
    .tab-label-container:nth-of-type(2)
    .active-tab-indicator,
.tab-input:nth-of-type(3):checked
    ~ .tab-labels-wrapper
    .tab-label-container:nth-of-type(3)
    .active-tab-indicator,
.tab-input:nth-of-type(4):checked
    ~ .tab-labels-wrapper
    .tab-label-container:nth-of-type(4)
    .active-tab-indicator,
.tab-input:nth-of-type(5):checked
    ~ .tab-labels-wrapper
    .tab-label-container:nth-of-type(5)
    .active-tab-indicator,
.tab-input:nth-of-type(6):checked
    ~ .tab-labels-wrapper
    .tab-label-container:nth-of-type(6)
    .active-tab-indicator,
.tab-input:nth-of-type(7):checked
    ~ .tab-labels-wrapper
    .tab-label-container:nth-of-type(7)
    .active-tab-indicator,
.tab-input:nth-of-type(8):checked
    ~ .tab-labels-wrapper
    .tab-label-container:nth-of-type(8)
    .active-tab-indicator,
.tab-input:nth-of-type(9):checked
    ~ .tab-labels-wrapper
    .tab-label-container:nth-of-type(9)
    .active-tab-indicator {
    opacity: 1;
}

.tab-labels-styling {
    margin-bottom: 1.25rem;
    display: flex;
}

.tab-labels-wrapper::after {
    content: "";
    background-image: linear-gradient(
        270deg,
        var(--color-primary) 0%,
        rgba(var(--color-primary-rgb), 0) 100%
    );
    position: absolute;
    right: 0px;
    margin-top: -5rem;
    height: 3.5rem;
    width: 3rem;
}


.tab-labels-wrapper--product-page::after {
    content: "";
    background-image: linear-gradient(
        270deg,
        var(--color-primary) 0%,
        rgba(var(--color-primary-rgb), 0) 100%
    );
    position: absolute;
    right: 0px;
    margin-top: -5rem;
    height: 3.5rem;
    width: 3rem;
}


@media (min-width: 1280px) {
    .tab-labels-wrapper--product-page::after {
        background-image: none;
    }
}


.nav {
    pointer-events: none;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 50;
    height: 100%;
    width: 100%;
}
.nav * {
    pointer-events: auto;
}
.nav-item {
    position: relative;
    z-index: 50;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    margin-bottom: 0.625rem;
    display: flex;
    align-items: center;
    font-size: 2.25rem;
    line-height: 2.5rem;
}
@media (min-width: 1024px) {
    .nav-item {
        margin: auto;
    }
    .nav-item {
        margin-left: 0.375rem;
        margin-right: 0.375rem;
    }
    .nav-item {
        cursor: pointer;
    }
    .nav-item {
        font-size: 1rem;
        line-height: 120%;
        letter-spacing: 0.02em;
    }
}

.nav-has-subnav .nav-item::after {
    content: "";
    border-bottom: 2px solid #c4c4c4;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

@media (min-width: 1024px) {
    .nav-has-subnav.open .nav-item::after {
        opacity: 0.2;
    }
}

.nav-subnav-background {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 10;
    display: none;
    background-color: var(--color-primary);
    --tw-bg-opacity: 0.75;
    opacity: 0;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 500ms;
}

@media (min-width: 1024px) {
    .nav-subnav-background {
        pointer-events: none;
    }
    .nav-subnav-background {
        display: block;
    }
}
.nav-has-subnav.open .nav-subnav-background {
    opacity: 0.7;
}
@media (min-width: 1024px) {
    .nav-has-subnav.open .nav-subnav-background {
        pointer-events: auto;
    }
}

.nav-has-subnav {
    display: inline-block;
}

.nav-has-subnav.open .nav-item-subnav {
    display: flex;
}

.nav-has-subnav .nav-item svg {
    transform: rotate(0deg);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

@media (min-width: 1024px) {
    .nav-has-subnav .nav-item svg {
        opacity: 0.2;
    }
}

.nav-has-subnav.open .nav-item svg {
    opacity: 1;
    transform: rotate(45deg);
}

.nav-item-subnav-item {
    margin-right: auto;
    margin-bottom: 1rem;
        display: inline-block;
        position: relative;
}

.nav-item-subnav-item::after {
            content: "";
            border-bottom: 2px solid #c4c4c4;
            opacity: 0.23;
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 100%;
        }

@media (min-width: 1024px) {
    .nav-item-subnav-item {
        margin-left: 1.75rem;
        margin-right: 1.75rem;
    }
    .nav-item-subnav-item {
        margin-bottom: 0.5rem;
    }
    .nav-item-subnav-item {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}

.navigation-items {
    margin-right: auto;
    display: flex;
}

@media (min-width: 1024px) {
    .navigation-items {
        margin-left: 1.75rem;
        margin-right: 1.75rem;
    }
    .navigation-items {
        align-items: center;
    }
    .navigation-items {
        border-width: 0px;
    }
    .navigation-items {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}

.navigation-items.open::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-left: solid var(--color-primary-light) 18px;
    opacity: 0.5;
}

.navigation-items.open {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    background-color: var(--color-primary);
    padding-top: 6rem;
    padding-left: 1rem;
}

@media (min-width: 1024px) {
    .navigation-items.open {
        position: static;
    }
    .navigation-items.open {
        flex-direction: row;
    }
    .navigation-items.open {
        padding-top: 0px;
    }
    .navigation-items.open {
        padding-left: 0px;
    }
}

.nav-item-subnav {
    pointer-events: none;
    z-index: 50;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    display: none;
    flex-direction: column;
    background-color: var(--color-primary);
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 500ms;
}

@media (min-width: 1024px) {
    .nav-item-subnav {
        position: absolute;
    }
    .nav-item-subnav {
        top: calc(var(--global-nav) + var(--global-lang-nav));
    }
    .nav-item-subnav {
        left: 0px;
    }
    .nav-item-subnav {
        right: 0px;
    }
    .nav-item-subnav {
        margin: auto;
    }
    .nav-item-subnav {
        height: 16rem;
    }
    .nav-item-subnav {
        flex-direction: row;
    }
    .nav-item-subnav {
        align-items: center;
    }
    .nav-item-subnav {
        justify-content: center;
    }
}

.top-menu-bar {
    position: absolute;
    top: 0px;
    right: 0px;
    margin-left: auto;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.top-menu-bar__close {
        display: inline-block;
        position: relative;
    }

.top-menu-bar__close::after {
            content: "";
            border-bottom: 2px solid #c4c4c4;
            opacity: 0.23;
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 100%;
        }

.navigation-select {
    position: relative;
    display: inline-block;
    width: 100%;
    align-items: center;
}

.navigation-select select {
    position: relative;
    border: none;
    background-color: transparent;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    cursor: pointer;
    z-index: 10;
    padding-left: 1rem;
    padding-right: 1.5rem;
}

.navigation-select .icon {
    transform: translateY(-50%);
    position: absolute;
    right: 0.5rem;
    top: 50%;
}

.search-input {
    background-color: transparent;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
}

.search-input::-moz-placeholder {
    color: var(--color-secondary);
}

.search-input:-ms-input-placeholder {
    color: var(--color-secondary);
}

.search-input::placeholder {
    color: var(--color-secondary);
}

/* footer */
.footer-bottom {
    position: relative;
}

.footer-bottom::before {
    content: "";
    top: 0;
    left: 0;
    width: 2px;
    height: 12px;
    border-left: 2px solid #e3e3e3;
    position: absolute;
    opacity: 0.2;
    border-left-width: 0px;
}

@media (min-width: 768px) {
    .footer-bottom::before {
        border-left-width: 2px;
    }
}

.footer-bottom::after {
    content: "";
    top: 0;
    right: 0;
    width: 2px;
    height: 12px;
    border-left: 2px solid #e3e3e3;
    position: absolute;
    opacity: 0.2;
    border-left-width: 0px;
}

@media (min-width: 768px) {
    .footer-bottom::after {
        border-left-width: 2px;
    }
}

.some-link {
    position: relative;
}

.some-link::after {
    content: "";
    top: 0;
    right: 0;
    width: 2px;
    height: 12px;
    border-left: 2px solid #e3e3e3;
    position: absolute;
    opacity: 0.2;
    border-left-width: 0px;
}

@media (min-width: 768px) {
    .some-link::after {
        border-left-width: 2px;
    }
}

.scroll-snap {
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    scroll-padding: 1rem;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */ display: flex; overflow-x: scroll; padding-left: 1rem; padding-right: 1rem;
}
.scroll-snap::-webkit-scrollbar {
    display: none;
}
.scroll-snap-item {
    scroll-snap-align: start;
    flex: 0 0 calc(100%);
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}
.scroll-snap-item:last-child {
    flex: 0 0 calc(100% + 1rem);
    padding-right: 1rem;
}

@media (min-width: 640px) {
    .scroll-snap-item {
        flex: 0 0 calc(45%);
    }
    .scroll-snap-item:last-child {
        flex: 0 0 calc(45% + 1rem);
    }
}

@media (min-width: 1024px) {
    .scroll-snap {
        display: grid;
    }
    .scroll-snap {
        grid-template-rows: repeat(1, minmax(0, 1fr));
    }
    .scroll-snap {
        gap: 0.5rem;
    }
    .scroll-snap {
        overflow-x: auto;
    }
    .scroll-snap {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .scroll-snap-2 {
        display: grid;
    }

    .scroll-snap-2 {
        grid-template-rows: repeat(1, minmax(0, 1fr));
    }

    .scroll-snap-2 {
        gap: 0.5rem;
    }

    .scroll-snap-2 {
        overflow-x: auto;
    }

    .scroll-snap-2 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .scroll-snap-2 {
        grid-template-columns: calc(25% - (1rem / 3)) calc(25% - (1rem / 3));
        justify-content: end;
    }

    .scroll-snap-3 {
        grid-template-columns: calc(25% - (1rem / 3)) calc(25% - (1rem / 3)) calc(
                25% - (1rem / 3)
            );
        justify-content: end;
    }

    .scroll-snap-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .scroll-snap .scroll-snap-item {
        margin-left: 0px;
        margin-right: 0px;
    }

    .scroll-snap .scroll-snap-item {
        display: block;
    }

    .scroll-snap .scroll-snap-item {
        padding-left: 0px;
        padding-right: 0px;
    }
}

/* Card item */
.card-item-link::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* .outer-image-collage-landscape-tall {
    position: relative;
}

.outer-image-collage-landscape-tall::before {
    content: "";
    display: block;
    padding-top: calc(60% + 5rem + 10%);
}

.outer-image-collage-square {
    position: relative;
}

.outer-image-collage-square::before {
    content: "";
    display: block;
    padding-top: calc(100% + 5rem + 20%);
}

@media (max-width: 768px) {
    .outer-image-collage::before {
        padding-top: calc(60% + 5rem + 25%);
    }
} */

/* .image-collage {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
} */

.story {
    scroll-behavior: smooth;
}

.story-wrapper {
    background: var(--color-primary);
    position: relative;
}

.story-wrapper::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: -100%;
    left: 0;
    right: 0;
    background: var(--color-primary);
    background: linear-gradient(
        0deg,
        var(--color-primary) 0%,
        rgba(var(--color-primary-rgb), 0) 100%
    );
}

.story-item::before {
    content: "";
    bottom: -3px;
    left: -2px;
    width: 2px;
    border-left: 2px solid #e3e3e3;
    position: absolute;
    opacity: 0.3;
    height: 0px;
}

@media (min-width: 1024px) {

    .story-item::before {
        height: 1rem;
    }
}

.story-nav .borders:first-child .story-item::before {
    left: 0;
}

.story-nav .borders:first-child .story-item {
    right: 0;
}

.tab-border-story {
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

@media (min-width: 1024px) {

    .tab-border-story {
        opacity: 1;
    }
}

.tab-border-story::before {
    content: "";
    bottom: 0;
    left: 0;
    width: 2px;
    height: 12px;
    border-left: 2px solid #e3e3e3;
    position: absolute;
    opacity: 0.2;
    opacity: 0;
}

@media (min-width: 1024px) {

    .tab-border-story::before {
        opacity: 0.2;
    }
}

.tab-border-story .borders-bottom {
    width: calc(100% - 2px);
    top: -6px;
    left: 2px;
    opacity: 0;
}

.js-tab-border-active .borders-bottom {
    opacity: 0;
}

@media (min-width: 1024px) {

    .js-tab-border-active .borders-bottom {
        opacity: 1;
    }
}

.js-tab-border-active {
    opacity: 1;
}

@media (min-width: 1024px) {

    .js-tab-border-active {
        opacity: 0;
    }
}

.select-dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    margin-top: auto;
    border-bottom-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgba(227, 227, 227, var(--tw-border-opacity));
    --tw-border-opacity: 0.2;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 18px;
    padding-right: 18px;
}@media (min-width: 1024px) {.select-dropdown {
        border-bottom-width: 0px;
    }.select-dropdown {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.select-dropdown-inner {
    position: relative;
}

.select-dropdown .icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.select-dropdown select {
    position: relative;
    border: none;
    background-color: transparent;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    cursor: pointer;
    width: 100%;
    padding-right: 0.625rem;
}

@media (min-width: 1024px) {.select-dropdown select {
        width: auto;
    }
}

.select-dropdown::before {
    content: "";
    border-bottom: 2px solid #ffffff;
    width: 100%;
    position: absolute;
    bottom: -6px;
    left: 0;
    opacity: 0;
}

@media (min-width: 1024px) {.select-dropdown::before {
        opacity: 0.7;
    }
}

.radio-wrapper {
    cursor: pointer;
}

.radio-wrapper .name {
    position: relative;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.radio-wrapper .name::before {
    content: "";
    border-bottom: 2px solid transparent;
    width: 100%;
    position: absolute;
    bottom: -6px;
    left: 0;
    opacity: 0.7;
}

.radio-wrapper input:checked ~ .name::before {
    border-bottom: 2px solid #ffffff;
}

.radio-wrapper input {
    display: none;
}

.product-page .content {
    position: relative;
}

/* .product-page .content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
    background: var(--color-primary);
    background: linear-gradient(
        0deg,
        var(--color-primary) 0%,
        rgba(var(--color-primary-rgb), 0) 100%
    );
} */

.product-scroll-snap {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */ overflow-x: scroll;
            -ms-scroll-snap-type: x mandatory;
                scroll-snap-type: x mandatory;
            scroll-snap-align: center;
}

@media (min-width: 768px) {

    .product-scroll-snap {
        overflow-y: scroll;
    }

        .product-scroll-snap {
            -ms-scroll-snap-type: y mandatory;
                scroll-snap-type: y mandatory;
        }

        .product-scroll-snap {
            scroll-snap-align: start;
        }
}
.product-scroll-snap::-webkit-scrollbar {
    display: none;
}
.product-scroll-snap-item {
    scroll-snap-align: start;
    flex: 0 0 calc(100%);
}
.product-scroll-snap-item:last-child {
    flex: 0 0 calc(100%);
}

.scroll-indicator {
    opacity: 0.2;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.scroll-indicator.active {
    opacity: 1;
}

.css-placeholder-ellipsis[placeholder] {
    text-overflow: ellipsis;
}
.pseudo-checkbox svg {
    display: none;
}

.checkbox-wrapper input:checked ~ .pseudo-checkbox svg {
    display: block;
}

.error-icon-wrapper {
    display: none;
}

.field-validation-valid {
    display: none;
}

.error-icon-wrapper {
    order: 1;
    margin-bottom: 0.375rem;
}

.field-validation-error {
    order: 2;
    margin-bottom: 0.375rem;
}

[dir="ltr"] .field-validation-error {
    padding-left: 0.5rem;
}

[dir="rtl"] .field-validation-error {
    padding-right: 0.5rem;
}

.field-validation-error ~ .error-icon-wrapper {
    display: block;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

:root {
    --color-primary: rgb(44, 43, 39);
    --color-primary-light: rgb(56, 55, 50);
    --color-primary-rgb: 44, 43, 39;
    /* --color-primary: #2c2b27; */
    --color-secondary: rgb(255, 255, 255);
    --color-gray-dark: rgb(44, 43, 39);
    --color-gray-base: rgb(149, 149, 149);
    --color-gray-light: rgb(196, 196, 196);
    --color-gray-lightest: rgb(227, 227, 227);
    --global-lang-nav: 70px;
    --global-lang-nav-mobile: 130px;
    --global-nav: 56px;
    --border-color: rgba(255, 255, 255, 0.3);
}

.lang-nav-closed {
    --global-lang-nav: 0px;
    --global-lang-nav-mobile: 0px;
}

.theme-light {
    --color-primary: rgb(149, 149, 149);
    --color-primary-light: rgb(169, 169, 168);
    --color-primary-rgb: 149, 149, 149;
}

*:focus {
    outline: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* ! tailwindcss v2.2.9 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

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

/**
Use a more readable tab size (opinionated).
*/

html {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	   tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
	margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

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

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
	font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
	text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

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

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
	box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
	padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
	vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

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

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
	display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

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

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: HelveticaNowDisplay-Regular, Helvetica; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

:-moz-focusring {
	outline: auto;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    --tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

body {
    height: 100%;
    background-color: var(--color-primary);
    font-family: HelveticaNowDisplay-Regular, Helvetica;
    font-size: 0.9375rem;
    line-height: 120%;
    letter-spacing: 0.02em;
    color: var(--color-secondary);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 1024px) {

    body {
        font-size: 1rem;
        line-height: 120%;
        letter-spacing: 0.02em;
    }
}

.text-small {
    font-size: 0.875rem;
    line-height: 117%;
    letter-spacing: 0.02em;
}

@media (min-width: 1024px) {

    .text-small {
        font-size: 0.875rem;
        line-height: 117%;
        letter-spacing: 0.02em;
    }
}

.text-big {
    font-size: 0.9375rem;
    line-height: 117%;
    letter-spacing: 0.02em;
    --tw-text-opacity: 0.7;
}

@media (min-width: 1024px) {

    .text-big {
        font-size: 1.1875rem;
        line-height: 120%;
        letter-spacing: 0.02em;
    }
}

/* TYPO */

.heading-1 {
    font-size: 3.125rem;
    line-height: 90%;
    letter-spacing: -0.04em;
}

@media (min-width: 768px) {

    .heading-1 {
        font-size: 4.375rem;
        line-height: 90%;
        letter-spacing: -0.04em;
    }
}

@media (min-width: 1024px) {

    .heading-1 {
        font-size: 8.75rem;
        line-height: 90%;
        letter-spacing: -0.04em;
    }
}

.heading-2 {
    font-size: 2.25rem;
    line-height: 90%;
    letter-spacing: -0.04em;
}

@media (min-width: 1024px) {

    .heading-2 {
        font-size: 4rem;
        line-height: 90%;
        letter-spacing: -0.04em;
    }
}

.heading-3 {
    font-size: 2rem;
    line-height: 100%;
    letter-spacing: -0.04em;
}

@media (min-width: 1024px) {

    .heading-3 {
        font-size: 2.25rem;
        line-height: 100%;
        letter-spacing: -0.04em;
    }
}

.heading-4 {
    font-size: 1rem;
    line-height: 100%;
    letter-spacing: -0.04em;
}

@media (min-width: 1024px) {

    .heading-4 {
        font-size: 1.5rem;
        line-height: 100%;
        letter-spacing: -0.04em;
    }
}

.heading-5 {
    font-family: HelveticaNowDisplay-Md, Helvetica;
    font-size: 1rem;
    line-height: 100%;
    letter-spacing: -0.04em;
}

@media (min-width: 1024px) {

    .heading-5 {
        font-size: 1.25rem;
        line-height: 100%;
        letter-spacing: -0.04em;
    }
}

.heading-6 {
    font-family: HelveticaNowDisplay-Md, Helvetica;
    font-size: 1rem;
    line-height: 100%;
    letter-spacing: -0.04em;
}

@media (min-width: 1024px) {

    .heading-6 {
        font-size: 1.125rem;
        line-height: 100%;
        letter-spacing: -0.04em;
    }
}

/* wysiwyg */

.wysiwyg p {
        color: rgba(255, 255, 255, 0.7);
        font-size: 0.9375rem;
        line-height: 120%;
        letter-spacing: 0.02em;
    }

@media (min-width: 1024px) {

    .wysiwyg p {
        font-size: 1.1875rem;
        line-height: 120%;
        letter-spacing: 0.02em;
    }
}

.wysiwyg p {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.wysiwyg span.title {
        color: #ffffff;
        font-size: 1rem;
        line-height: 120%;
        letter-spacing: -0.04em;
    }

@media (min-width: 1024px) {

    .wysiwyg span.title {
        font-size: 1.25rem;
        line-height: 100%;
        letter-spacing: -0.04em;
    }
}

.wysiwyg ul {
    margin-top: 2rem;
    margin-bottom: 2rem;
    list-style-type: disc;
}

.wysiwyg li {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
}

[dir="ltr"] .wysiwyg li {
    margin-left: 1.2rem;
}

[dir="rtl"] .wysiwyg li {
    margin-right: 1.2rem;
}

.wysiwyg ol {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.wysiwyg ol li {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
    list-style-type: decimal;
}

[dir="ltr"] .wysiwyg ol li {
    margin-left: 1.4rem;
}

[dir="rtl"] .wysiwyg ol li {
    margin-right: 1.4rem;
}

.wysiwyg a {
    text-decoration: underline;
    opacity: 0.7;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.wysiwyg a:hover {
    opacity: 1;
}
.container {
    width: 100%;
}
@media (min-width: 640px) {

    .container {
        max-width: 640px;
    }
}
@media (min-width: 768px) {

    .container {
        max-width: 768px;
    }
}
@media (min-width: 1024px) {

    .container {
        max-width: 1024px;
    }
}
@media (min-width: 1280px) {

    .container {
        max-width: 1280px;
    }
}
@media (min-width: 1536px) {

    .container {
        max-width: 1536px;
    }
}
/* BUTTON */
.button {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    --tw-bg-opacity: 1;
    background-color: rgba(227, 227, 227, var(--tw-bg-opacity));
    --tw-bg-opacity: 0.2;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.button-outline {
    display: inline-flex;
    white-space: nowrap;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgba(227, 227, 227, var(--tw-border-opacity));
    --tw-border-opacity: 0.2;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.button-filled {
    position: relative;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.button-filled::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background: linear-gradient( 108deg, rgba(44, 43, 39, 0.3) -2.38%, rgba(255, 255, 255, 0.148438) 48.98%, rgba(44, 43, 39, 0.3) 99.29% ), #ffffff;
            opacity: 0.13;
        }
/* SELECT */
select option {
        color: #000000;
    }
select {
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 1px;
        text-overflow: "";
    }
/* RADIO */
[type="radio"]:checked,
    [type="radio"]:not(:checked) {
        position: absolute;
        left: -9999px;
    }
[type="radio"]:checked + label,
        [type="radio"]:not(:checked) + label {
            position: relative;
            height: 20px;
            cursor: pointer;
            display: inline-block}
[dir="ltr"] [type="radio"]:checked + label, [dir="ltr"] [type="radio"]:not(:checked) + label {
    padding-left: 35px;
}
[dir="rtl"] [type="radio"]:checked + label, [dir="rtl"] [type="radio"]:not(:checked) + label {
    padding-right: 35px;
}
[type="radio"]:checked + label:before,
            [type="radio"]:not(:checked) + label:before {
                content: "";
                position: absolute;
                top: 0;
                width: 20px;
                height: 20px;
                border-radius: 100%;
                --tw-bg-opacity: 1;
                background-color: rgba(227, 227, 227, var(--tw-bg-opacity));
                --tw-bg-opacity: 0.2;
            }
[dir="ltr"] [type="radio"]:checked + label:before, [dir="ltr"] [type="radio"]:not(:checked) + label:before {
    left: 0px;
}
[dir="rtl"] [type="radio"]:checked + label:before, [dir="rtl"] [type="radio"]:not(:checked) + label:before {
    right: 0px;
}
[type="radio"]:checked + label:after,
            [type="radio"]:not(:checked) + label:after {
                content: "";
                width: 8px;
                height: 8px;
                background: #c4c4c4;
                position: absolute;
                top: 6px;
                border-radius: 100%;
                transition: all 0.2s ease}
[dir="ltr"] [type="radio"]:checked + label:after, [dir="ltr"] [type="radio"]:not(:checked) + label:after {
    left: 6px;
}
[dir="rtl"] [type="radio"]:checked + label:after, [dir="rtl"] [type="radio"]:not(:checked) + label:after {
    right: 6px;
}
[type="radio"]:not(:checked) + label:after {
                opacity: 0;
                transform: scale(0);
            }
[type="radio"]:checked + label:after {
                opacity: 1;
                transform: scale(1);
            }
/* Theme gradients */
.gradient-center-black {
        background: linear-gradient( 90.04deg, rgba(44, 43, 39, 0.045) 0.02%, rgba(255, 255, 255, 0.06) 50.77%, rgba(44, 43, 39, 0.084) 97.46% ), var(--color-primary);
    }
.gradient-grey {
        background: linear-gradient( 108deg, rgba(44, 43, 39, 0.13) -2.38%, rgba(255, 255, 255, 0.06) 48.98%, rgba(44, 43, 39, 0.13) 99.29% ), #ffffff;
        opacity: 0.13;
    }
.gradient-skew-grey {
        background: linear-gradient( 108deg, rgba(44, 43, 39, 0.3) -2.38%, rgba(255, 255, 255, 0.148438) 48.98%, rgba(44, 43, 39, 0.3) 99.29% ), #ffffff;
        opacity: 0.13;
    }
.gradient-center-light {
        background: linear-gradient( 90.14deg, rgba(149, 149, 149, 0.2) 0.08%, rgba(255, 255, 255, 0.113542) 52.86%, rgba(149, 149, 149, 0.2) 99.84% ), #959595;
    }
/* z-index */
.z-navbar {
        z-index: 20;
    }
.z-search {
        z-index: 30;
    }
.z-player-overlay {
        z-index: 1;
    }
.z-product-buy-nav {
        z-index: 10;
    }
.z-product-item {
        z-index: 9;
    }
/* LINK */
.link {
        display: inline-block;
        position: relative;
    }
.link::after {
            content: "";
            border-bottom: 2px solid #c4c4c4;
            opacity: 0.23;
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 100%;
        }
/* VISUELS */
.gradient-text {
        background: linear-gradient( -45deg, var(--color-primary) 0%, #ffffffcc 50%, var(--color-primary) 107% );
        -webkit-background-clip: text;
        color: transparent;
        display: table;
        /* Text cutting fix */
        padding-bottom: 0.2em;
        position: relative;
    }
.gradient-text-safari-hack::before {
        content: "";
    }
.title-count {
        position: relative;
        z-index: 0;
        margin-left: 4px;
        font-size: 28px;
    }
@media (min-width: 1024px) {

    .title-count {
        margin-left: auto;
    }

    .title-count {
        font-size: 42px;
    }
}
.title-count::before {
            content: "";
            display: inline-block;
            position: absolute;
            border-radius: 50%;
            border: 3px solid #ffffff;
            left: 1px;
            transform: translate(-0%, -50%);
            z-index: -1;
            opacity: 0.2;
            -webkit-clip-path: inset(0px 15% 0px 15%);
                    clip-path: inset(0px 15% 0px 15%);
            top: 49%;
            height: 35px;
            width: 47px;
            border-width: 2px;
        }
@media (min-width: 1024px) {

    .title-count::before {
        top: 48%;
    }

    .title-count::before {
        height: 66px;
    }

    .title-count::before {
        width: 87px;
    }

    .title-count::before {
        border-width: 3px;
    }
}
.title-count.title-count--desktop::before {
            content: "";
            display: inline-block;
            position: absolute;
            border-radius: 50%;
            border: 2px solid #ffffff;
            top: 49%;
            left: 1px;
            transform: translate(-0%, -50%);
            z-index: -1;
            opacity: 0.2;
            -webkit-clip-path: inset(0px 7px 0px 7px);
                    clip-path: inset(0px 7px 0px 7px);
            height: 35px;
            width: 47px;
        }
@media (min-width: 1024px) {

    .title-count.title-count--desktop::before {
        height: 66px;
    }

    .title-count.title-count--desktop::before {
        width: 87px;
    }
}
.title-count::after {
            content: var(--cases-number);
            display: inline-block;
            transform: translate(-0%, -2%);
            z-index: -1;
            text-align: center;
            width: 47px;
        }
@media (min-width: 1024px) {

    .title-count::after {
        width: 87px;
    }
}
.nav-contact-link {
        position: relative;
        z-index: 0;
        margin-left: 4px;
        font-size: 28px;
    }
@media (min-width: 1024px) {

    .nav-contact-link {
        margin-left: auto;
    }

    .nav-contact-link {
        font-size: 42px;
    }
}
.nav-contact-link::before {
            content: "";
            display: inline-block;
            position: absolute;
            border-radius: 50%;
            border: 3px solid #ffffff;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: -1;
            opacity: 0.2;
            -webkit-clip-path: inset(0px 15% 0px 15%);
                    clip-path: inset(0px 15% 0px 15%);
            top: 50%;
            height: 105px;
            width: 139px;
            border-width: 3px;
        }
[dir="ltr"] .quote-wrap {
    padding-left: 1.25rem;
    padding-right: 0.2em;
}
[dir="rtl"] .quote-wrap {
    padding-right: 1.25rem;
    padding-left: 0.2em;
}
@media (min-width: 1024px) {

    .quote-wrap {
        padding-left: 0px;
    }
}
.quote-author {
    padding-left: 1.25rem;
}
@media (min-width: 1024px) {

    .quote-author {
        padding-left: 0px;
    }
}
.quote-wrap::before {
        content: "";
        display: inline-block;
        background-image: var(--quote-svg);
        background-repeat: no-repeat;
        position: absolute;
        background-size: contain;
        background-position: top;
        height: 0.875rem;
        width: 0.875rem;
        transform: var(--tw-transform);
    }
[dir="ltr"] .quote-wrap::before {
    --tw-translate-x: -18px;
    transform: var(--tw-transform);
}
[dir="rtl"] .quote-wrap::before {
    --tw-translate-x: 18px;
    transform: var(--tw-transform);
}
@media (min-width: 1024px) {

    .quote-wrap::before {
        height: 2rem;
    }

    .quote-wrap::before {
        width: 2rem;
    }

    .quote-wrap::before {
        --tw-translate-y: -2px;
        transform: var(--tw-transform);
    }

    .quote-wrap::before {
        transform: var(--tw-transform);
    }

    [dir="ltr"] .quote-wrap::before {
        --tw-translate-x: -44px;
        transform: var(--tw-transform);
    }

    [dir="rtl"] .quote-wrap::before {
        --tw-translate-x: 44px;
        transform: var(--tw-transform);
    }
}
.quote-wrap::after {
        content: "";
        display: inline-block;
        background-image: var(--quote-svg);
        background-repeat: no-repeat;
        position: absolute;
        background-size: contain;
        background-position: bottom;
        height: 0.875rem;
        width: 0.875rem;
        --tw-translate-y: 1rem;
        transform: var(--tw-transform);
        transform: var(--tw-transform);
    }
[dir="ltr"] .quote-wrap::after {
    --tw-translate-x: 0.5rem;
    transform: var(--tw-transform);
}
[dir="rtl"] .quote-wrap::after {
    --tw-translate-x: -0.25rem;
    transform: var(--tw-transform);
}
@media (min-width: 1024px) {

    .quote-wrap::after {
        height: 2rem;
    }

    .quote-wrap::after {
        width: 2rem;
    }

    .quote-wrap::after {
        --tw-translate-y: 1.75rem;
        transform: var(--tw-transform);
    }

    .quote-wrap::after {
        transform: var(--tw-transform);
    }

    [dir="ltr"] .quote-wrap::after {
        --tw-translate-x: 0.875rem;
        transform: var(--tw-transform);
    }

    [dir="rtl"] .quote-wrap::after {
        --tw-translate-x: -0.75rem;
        transform: var(--tw-transform);
    }
}
.before-block {
        position: relative;
    }
.before-block::before {
            content: "";
            display: inline-block;
            height: 11px;
            width: 11px;
            background: #c4c4c4;
            opacity: 0.5;
        }
[dir="ltr"] .before-block::before {
    margin-right: 9px;
}
[dir="rtl"] .before-block::before {
    margin-left: 9px;
}
@media (min-width: 1024px) {

    [dir="ltr"] .before-block::before {
        margin-right: 15px;
    }

    [dir="rtl"] .before-block::before {
        margin-left: 15px;
    }
}
/* Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
        display: none;
    }
.no-scrollbar {
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }
/* dimension */
.dimension-portrait {
        padding-top: 120%;
        position: relative;
    }
.dimension-square {
        padding-top: 100%;
        position: relative;
    }
.object-contain-usp picture {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
}
.object-contain-usp img {
    min-height: 0px;
    min-width: 0px;
    -o-object-fit: contain;
       object-fit: contain;
}
.object-contain-product-overview picture {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
}
.object-contain-product-overview img {
    -o-object-fit: contain;
       object-fit: contain;
}
@media (min-width: 1024px) {

    .story .gallery-sticky {
        position: sticky;
    }

    .story .gallery-sticky {
        top: 130px;
    }
}
.big-image-block img {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
.pointer-events-none {
    pointer-events: none;
}
.invisible {
    visibility: hidden;
}
.static {
    position: static;
}
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.sticky {
    position: sticky;
}
.inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}
.top-14 {
    top: 3.5rem;
}
.left-0 {
    left: 0px;
}
.right-0 {
    right: 0px;
}
.bottom-0 {
    bottom: 0px;
}
.top-2\/4 {
    top: 50%;
}
.left-2\/4 {
    left: 50%;
}
.left-4 {
    left: 1rem;
}
.right-4 {
    right: 1rem;
}
.top-\[50\%\] {
    top: 50%;
}
.left-\[50\%\] {
    left: 50%;
}
.top-6 {
    top: 1.5rem;
}
.right-5 {
    right: 1.25rem;
}
.right-10 {
    right: 2.5rem;
}
.bottom-20 {
    bottom: 5rem;
}
.top-0 {
    top: 0px;
}
.top-3\/4 {
    top: 75%;
}
.top-\[3\.4rem\] {
    top: 3.4rem;
}
.z-10 {
    z-index: 10;
}
.z-20 {
    z-index: 20;
}
.z-\[-1\] {
    z-index: -1;
}
.order-2 {
    order: 2;
}
.order-1 {
    order: 1;
}
.col-span-2 {
    grid-column: span 2 / span 2;
}
.row-span-2 {
    grid-row: span 2 / span 2;
}
.row-start-1 {
    grid-row-start: 1;
}
.m-auto {
    margin: auto;
}
.my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}
.mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}
.my-auto {
    margin-top: auto;
    margin-bottom: auto;
}
.mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}
.mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
}
.my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
}
.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.mt-5 {
    margin-top: 1.25rem;
}
.mb-1 {
    margin-bottom: 0.25rem;
}
.mb-5 {
    margin-bottom: 1.25rem;
}
.ml-\[4px\] {
    margin-left: 4px;
}
.mr-2\.5 {
    margin-right: 0.625rem;
}
.mr-2 {
    margin-right: 0.5rem;
}
.mt-2 {
    margin-top: 0.5rem;
}
.ml-1 {
    margin-left: 0.25rem;
}
.ml-2\.5 {
    margin-left: 0.625rem;
}
.ml-2 {
    margin-left: 0.5rem;
}
.mt-\[30px\] {
    margin-top: 30px;
}
.mt-7 {
    margin-top: 1.75rem;
}
.mt-3 {
    margin-top: 0.75rem;
}
.mb-6 {
    margin-bottom: 1.5rem;
}
.mt-4 {
    margin-top: 1rem;
}
.mb-8 {
    margin-bottom: 2rem;
}
.mb-11 {
    margin-bottom: 2.75rem;
}
.mb-auto {
    margin-bottom: auto;
}
.ml-auto {
    margin-left: auto;
}
.mt-10 {
    margin-top: 2.5rem;
}
.mb-3\.5 {
    margin-bottom: 0.875rem;
}
.mb-3 {
    margin-bottom: 0.75rem;
}
.mb-2 {
    margin-bottom: 0.5rem;
}
.mr-5 {
    margin-right: 1.25rem;
}
.ml-5 {
    margin-left: 1.25rem;
}
.mb-10 {
    margin-bottom: 2.5rem;
}
.mt-collective-nav-mobile {
    margin-top: calc(var(--global-nav) + var(--global-lang-nav-mobile));
}
.mt-2\.5 {
    margin-top: 0.625rem;
}
.mb-9 {
    margin-bottom: 2.25rem;
}
.mt-14 {
    margin-top: 3.5rem;
}
.mt-auto {
    margin-top: auto;
}
.mt-8 {
    margin-top: 2rem;
}
.mt-6 {
    margin-top: 1.5rem;
}
.\!mt-0 {
    margin-top: 0px !important;
}
.\!mb-0 {
    margin-bottom: 0px !important;
}
.mb-20 {
    margin-bottom: 5rem;
}
.mt-12 {
    margin-top: 3rem;
}
.mb-\[55\%\] {
    margin-bottom: 55%;
}
.mb-4 {
    margin-bottom: 1rem;
}
.-mt-28 {
    margin-top: -7rem;
}
.mt-1 {
    margin-top: 0.25rem;
}
.mb-1\.5 {
    margin-bottom: 0.375rem;
}
.mt-1\.5 {
    margin-top: 0.375rem;
}
.mb-\[-28px\] {
    margin-bottom: -28px;
}
.block {
    display: block;
}
.inline-block {
    display: inline-block;
}
.flex {
    display: flex;
}
.table {
    display: table;
}
.grid {
    display: grid;
}
.hidden {
    display: none;
}
.h-auto {
    height: auto;
}
.h-10 {
    height: 2.5rem;
}
.h-full {
    height: 100%;
}
.h-\[70\%\] {
    height: 70%;
}
.h-\[6px\] {
    height: 6px;
}
.h-6 {
    height: 1.5rem;
}
.h-\[10px\] {
    height: 10px;
}
.h-2\.5 {
    height: 0.625rem;
}
.h-2 {
    height: 0.5rem;
}
.h-14 {
    height: 3.5rem;
}
.h-\[32px\] {
    height: 32px;
}
.h-4 {
    height: 1rem;
}
.h-screen {
    height: 100vh;
}
.h-0 {
    height: 0px;
}
.h-12 {
    height: 3rem;
}
.h-40 {
    height: 10rem;
}
.\!h-1\/4 {
    height: 25% !important;
}
.h-\[25px\] {
    height: 25px;
}
.h-\[60px\] {
    height: 60px;
}
.h-\[48px\] {
    height: 48px;
}
.h-\[54px\] {
    height: 54px;
}
.min-h-\[400px\] {
    min-height: 400px;
}
.min-h-\[130px\] {
    min-height: 130px;
}
.min-h-screen-nav {
    min-height: calc(100vh - (var(--global-nav) + var(--global-lang-nav)));
}
.min-h-\[25px\] {
    min-height: 25px;
}
.w-full {
    width: 100%;
}
.w-\[11px\] {
    width: 11px;
}
.\!w-full {
    width: 100% !important;
}
.w-\[6px\] {
    width: 6px;
}
.w-3\/4 {
    width: 75%;
}
.w-6 {
    width: 1.5rem;
}
.w-\[130px\] {
    width: 130px;
}
.w-\[10px\] {
    width: 10px;
}
.w-\[70\%\] {
    width: 70%;
}
.w-2\.5 {
    width: 0.625rem;
}
.w-2 {
    width: 0.5rem;
}
.w-\[17px\] {
    width: 17px;
}
.w-\[32px\] {
    width: 32px;
}
.w-4 {
    width: 1rem;
}
.w-14 {
    width: 3.5rem;
}
.w-10 {
    width: 2.5rem;
}
.w-1\/2 {
    width: 50%;
}
.w-1\/3 {
    width: 33.333333%;
}
.w-5\/6 {
    width: 83.333333%;
}
.w-1\/6 {
    width: 16.666667%;
}
.w-\[25px\] {
    width: 25px;
}
.min-w-\[1\.5rem\] {
    min-width: 1.5rem;
}
.min-w-\[25px\] {
    min-width: 25px;
}
.max-w-md {
    max-width: 28rem;
}
.max-w-\[70\%\] {
    max-width: 70%;
}
.max-w-\[50\%\] {
    max-width: 50%;
}
.max-w-lg {
    max-width: 32rem;
}
.max-w-prose {
    max-width: 65ch;
}
.max-w-\[80\%\] {
    max-width: 80%;
}
.max-w-xs {
    max-width: 20rem;
}
.max-w-sm {
    max-width: 24rem;
}
.flex-1 {
    flex: 1 1 0%;
}
.flex-shrink-0 {
    flex-shrink: 0;
}
.flex-grow {
    flex-grow: 1;
}
.border-collapse {
    border-collapse: collapse;
}
.-translate-y-2\/4 {
    --tw-translate-y: -50%;
    transform: var(--tw-transform);
}
.-translate-x-2\/4 {
    --tw-translate-x: -50%;
    transform: var(--tw-transform);
}
.translate-x-\[3px\] {
    --tw-translate-x: 3px;
    transform: var(--tw-transform);
}
.transform {
    transform: var(--tw-transform);
}
.cursor-pointer {
    cursor: pointer;
}
.list-inside {
    list-style-position: inside;
}
.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
    flex-direction: column;
}
.flex-wrap {
    flex-wrap: wrap;
}
.content-center {
    align-content: center;
}
.items-end {
    align-items: flex-end;
}
.items-center {
    align-items: center;
}
.items-baseline {
    align-items: baseline;
}
.items-stretch {
    align-items: stretch;
}
.justify-end {
    justify-content: flex-end;
}
.justify-center {
    justify-content: center;
}
.justify-between {
    justify-content: space-between;
}
.gap-2 {
    gap: 0.5rem;
}
.gap-1 {
    gap: 0.25rem;
}
.gap-4 {
    gap: 1rem;
}
.gap-0\.5 {
    gap: 0.125rem;
}
.gap-0 {
    gap: 0px;
}
.gap-5 {
    gap: 1.25rem;
}
.gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
}
.gap-y-7 {
    row-gap: 1.75rem;
}
.gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
}
.gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
    overflow: hidden;
}
.overflow-y-auto {
    overflow-y: auto;
}
.overflow-x-hidden {
    overflow-x: hidden;
}
.overflow-y-visible {
    overflow-y: visible;
}
.overflow-x-scroll {
    overflow-x: scroll;
}
.whitespace-nowrap {
    white-space: nowrap;
}
.rounded-full {
    border-radius: 9999px;
}
.border-0 {
    border-width: 0px;
}
.border-2 {
    border-width: 2px;
}
.border {
    border-width: 1px;
}
.border-b-2 {
    border-bottom-width: 2px;
}
.\!border-l-0 {
    border-left-width: 0px !important;
}
.\!border-r-0 {
    border-right-width: 0px !important;
}
.border-t-2 {
    border-top-width: 2px;
}
.border-r-2 {
    border-right-width: 2px;
}
.border-l-2 {
    border-left-width: 2px;
}
.border-b-0 {
    border-bottom-width: 0px;
}
.border-gray-lightest {
    --tw-border-opacity: 1;
    border-color: rgba(227, 227, 227, var(--tw-border-opacity));
}
.border-opacity-20 {
    --tw-border-opacity: 0.2;
}
.border-opacity-10 {
    --tw-border-opacity: 0.1;
}
.bg-primary {
    background-color: var(--color-primary);
}
.bg-secondary {
    background-color: var(--color-secondary);
}
.bg-transparent {
    background-color: transparent;
}
.bg-gray-bar {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 78, 75, var(--tw-bg-opacity));
}
.bg-gray-lightest {
    --tw-bg-opacity: 1;
    background-color: rgba(227, 227, 227, var(--tw-bg-opacity));
}
.bg-gray {
    --tw-bg-opacity: 1;
    background-color: rgba(149, 149, 149, var(--tw-bg-opacity));
}
.bg-opacity-0 {
    --tw-bg-opacity: 0;
}
.bg-opacity-20 {
    --tw-bg-opacity: 0.2;
}
.object-cover {
    -o-object-fit: cover;
       object-fit: cover;
}
.p-4 {
    padding: 1rem;
}
.p-1 {
    padding: 0.25rem;
}
.p-5 {
    padding: 1.25rem;
}
.p-2 {
    padding: 0.5rem;
}
.px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
}
.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.px-0 {
    padding-left: 0px;
    padding-right: 0px;
}
.px-\[12px\] {
    padding-left: 12px;
    padding-right: 12px;
}
.py-\[7px\] {
    padding-top: 7px;
    padding-bottom: 7px;
}
.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}
.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}
.py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
}
.py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}
.px-\[10\%\] {
    padding-left: 10%;
    padding-right: 10%;
}
.py-\[10\%\] {
    padding-top: 10%;
    padding-bottom: 10%;
}
.pb-4 {
    padding-bottom: 1rem;
}
.pt-2 {
    padding-top: 0.5rem;
}
.pb-7 {
    padding-bottom: 1.75rem;
}
.pt-3\.5 {
    padding-top: 0.875rem;
}
.pt-3 {
    padding-top: 0.75rem;
}
.pt-\[100\%\] {
    padding-top: 100%;
}
.pt-8 {
    padding-top: 2rem;
}
.pr-2\.5 {
    padding-right: 0.625rem;
}
.pr-2 {
    padding-right: 0.5rem;
}
.pl-\[49px\] {
    padding-left: 49px;
}
.pr-7 {
    padding-right: 1.75rem;
}
.pb-3 {
    padding-bottom: 0.75rem;
}
.pl-2 {
    padding-left: 0.5rem;
}
.pr-10 {
    padding-right: 2.5rem;
}
.pb-\[calc\(100\%\*\(9\/16\)\)\] {
    padding-bottom: calc(100% * (9 / 16));
}
.pb-16 {
    padding-bottom: 4rem;
}
.pt-4 {
    padding-top: 1rem;
}
.pb-\[20\%\] {
    padding-bottom: 20%;
}
.pb-0\.5 {
    padding-bottom: 0.125rem;
}
.pb-0 {
    padding-bottom: 0px;
}
.pl-3\.5 {
    padding-left: 0.875rem;
}
.pl-3 {
    padding-left: 0.75rem;
}
.pb-8 {
    padding-bottom: 2rem;
}
.pt-6 {
    padding-top: 1.5rem;
}
.pb-10 {
    padding-bottom: 2.5rem;
}
.pt-20 {
    padding-top: 5rem;
}
.pt-1 {
    padding-top: 0.25rem;
}
.pb-2 {
    padding-bottom: 0.5rem;
}
.pb-5 {
    padding-bottom: 1.25rem;
}
.pt-16 {
    padding-top: 4rem;
}
.pt-2\.5 {
    padding-top: 0.625rem;
}
.pb-2\.5 {
    padding-bottom: 0.625rem;
}
.pb-\[50\%\] {
    padding-bottom: 50%;
}
.pb-\[calc\(\(6\/5\)\*100\%\)\] {
    padding-bottom: calc((6 / 5) * 100%);
}
.pb-12 {
    padding-bottom: 3rem;
}
.pt-\[120\%\] {
    padding-top: 120%;
}
.pr-\[0\.05em\] {
    padding-right: 0.05em;
}
.pl-\[0\.05em\] {
    padding-left: 0.05em;
}
.pr-4 {
    padding-right: 1rem;
}
.pb-6 {
    padding-bottom: 1.5rem;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.font-serif {
    font-family: HelveticaNowDisplay-Md, Helvetica;
}
.text-\[30vw\] {
    font-size: 30vw;
}
.text-base-lg {
    font-size: 1.1875rem;
    line-height: 120%;
    letter-spacing: 0.02em;
}
.text-sm {
    font-size: 0.875rem;
    line-height: 117%;
    letter-spacing: 0.02em;
}
.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}
.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}
.text-gray-lightest {
    --tw-text-opacity: 1;
    color: rgba(227, 227, 227, var(--tw-text-opacity));
}
.text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-opacity-60 {
    --tw-text-opacity: 0.6;
}
.text-opacity-100 {
    --tw-text-opacity: 1;
}
.text-opacity-70 {
    --tw-text-opacity: 0.7;
}
.placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}
.placeholder-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}
.placeholder-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}
.placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
}
.placeholder-opacity-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
}
.placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5;
}
.opacity-70 {
    opacity: 0.7;
}
.opacity-30 {
    opacity: 0.3;
}
.opacity-80 {
    opacity: 0.8;
}
.opacity-100 {
    opacity: 1;
}
.opacity-0 {
    opacity: 0;
}
.opacity-50 {
    opacity: 0.5;
}
.opacity-75 {
    opacity: 0.75;
}
.opacity-90 {
    opacity: 0.9;
}
.opacity-40 {
    opacity: 0.4;
}
.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.filter {
    filter: var(--tw-filter);
}
.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.duration-300 {
    transition-duration: 300ms;
}
/* BORDERS */
.borders {
            --border-width: 0.78125rem;
            --border-height: 2.375rem;
            --border-line-thickness: 2px;
            --border-line-color: #f8f8f8;
            --border-line-opacity: 0.2;
            position: relative;
        }
.borders-opacity-20 {
            --border-line-opacity: 0.2;
        }
/* Borders */
.borders-top-left,
        .borders-top-right,
        .borders-bottom-left,
        .borders-bottom-right,
        .borders-bottom,
        .borders-left,
        .borders-top,
        .borders-right {
            pointer-events: none;
            position: absolute;
            width: var(--border-width);
            height: var(--border-height);
            opacity: var(--border-line-opacity);
            border-color: var(--border-line-color);
        }
.borders-cta-full {
            border: 2px solid var(--border-color);
        }
.borders-top-left {
            top: 0;
            left: 0;
            border-left-width: var(--border-line-thickness);
            border-top-width: var(--border-line-thickness);
        }
.borders-top-right {
            top: 0;
            right: 0;
            border-right-width: var(--border-line-thickness);
            border-top-width: var(--border-line-thickness);
        }
.borders-bottom-left {
            bottom: 0;
            left: 0;
            border-left-width: var(--border-line-thickness);
            border-bottom-width: var(--border-line-thickness);
        }
.borders-bottom-right {
            bottom: 0;
            right: 0;
            border-right-width: var(--border-line-thickness);
            border-bottom-width: var(--border-line-thickness);
        }
/* Layout */
.borders-layout-horizontal {
            width: var(--border-height);
            height: var(--border-width);
        }
.borders-left {
            border-left-width: var(--border-line-thickness);
            height: 100%;
        }
.borders-right {
            border-right-width: var(--border-line-thickness);
            height: 100%;
        }
.borders-top {
            border-top-width: var(--border-line-thickness);
            width: 100%;
        }
.borders-bottom {
            border-bottom-width: var(--border-line-thickness);
            width: 100%;
        }
.borders-height-full {
            height: 100%;
        }
.border-half {
            position: relative;
            width: 2px;
            min-width: 2px;
        }
.border-half::after {
                content: "";
                position: absolute;
                bottom: 0;
                height: 33%;
                opacity: 0.2;
                border-left: 2px solid #e3e3e3;
            }


.after\:content-\[none\]::after {
    content: none;
}


.first\:mt-0:first-child {
    margin-top: 0px;
}


.first\:border-t-2:first-child {
    border-top-width: 2px;
}


.last\:mb-0:last-child {
    margin-bottom: 0px;
}


.last\:border-b-0:last-child {
    border-bottom-width: 0px;
}


.hover\:bg-gray-lightest:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(227, 227, 227, var(--tw-bg-opacity));
}


.hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2;
}


.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}


[dir="ltr"] .ltr\:right-4 {
    right: 1rem;
}


[dir="ltr"] .ltr\:mr-3\.5 {
    margin-right: 0.875rem;
}


[dir="ltr"] .ltr\:mr-3 {
    margin-right: 0.75rem;
}


[dir="ltr"] .ltr\:ml-3 {
    margin-left: 0.75rem;
}


[dir="ltr"] .ltr\:ml-1\.5 {
    margin-left: 0.375rem;
}


[dir="ltr"] .ltr\:ml-1 {
    margin-left: 0.25rem;
}


[dir="ltr"] .ltr\:-ml-4 {
    margin-left: -1rem;
}


[dir="ltr"] .ltr\:ml-auto {
    margin-left: auto;
}


[dir="ltr"] .ltr\:mr-auto {
    margin-right: auto;
}


[dir="ltr"] .ltr\:border-l-2 {
    border-left-width: 2px;
}


[dir="ltr"] .ltr\:pr-3\.5 {
    padding-right: 0.875rem;
}


[dir="ltr"] .ltr\:pr-3 {
    padding-right: 0.75rem;
}


[dir="ltr"] .ltr\:pl-5 {
    padding-left: 1.25rem;
}


[dir="ltr"] .ltr\:pl-2\.5 {
    padding-left: 0.625rem;
}


[dir="ltr"] .ltr\:pl-2 {
    padding-left: 0.5rem;
}


[dir="ltr"] .ltr\:pl-3 {
    padding-left: 0.75rem;
}


[dir="ltr"] .ltr\:pl-4 {
    padding-left: 1rem;
}


[dir="ltr"] .ltr\:borders-top-left,[dir="ltr"] 
        .ltr\:borders-top-right,[dir="ltr"] 
        .ltr\:borders-bottom-left,[dir="ltr"] 
        .ltr\:borders-bottom-right,[dir="ltr"] 
        .ltr\:borders-bottom,[dir="ltr"] 
        .ltr\:borders-left,[dir="ltr"] 
        .ltr\:borders-top,[dir="ltr"] 
        .ltr\:borders-right {
            pointer-events: none;
            position: absolute;
            width: var(--border-width);
            height: var(--border-height);
            opacity: var(--border-line-opacity);
            border-color: var(--border-line-color);
            pointer-events: none;
            position: absolute;
            width: var(--border-width);
            height: var(--border-height);
            opacity: var(--border-line-opacity);
            border-color: var(--border-line-color);
            pointer-events: none;
            position: absolute;
            width: var(--border-width);
            height: var(--border-height);
            opacity: var(--border-line-opacity);
            border-color: var(--border-line-color);
            pointer-events: none;
            position: absolute;
            width: var(--border-width);
            height: var(--border-height);
            opacity: var(--border-line-opacity);
            border-color: var(--border-line-color);
        }


[dir="ltr"] .ltr\:borders-top-left {
            top: 0;
            left: 0;
            border-left-width: var(--border-line-thickness);
            border-top-width: var(--border-line-thickness);
        }


[dir="ltr"] .ltr\:borders-bottom-left {
            bottom: 0;
            left: 0;
            border-left-width: var(--border-line-thickness);
            border-bottom-width: var(--border-line-thickness);
        }


[dir="ltr"] .ltr\:borders-bottom-right {
            bottom: 0;
            right: 0;
            border-right-width: var(--border-line-thickness);
            border-bottom-width: var(--border-line-thickness);
        }


[dir="ltr"] .ltr\:borders-layout-horizontal {
            width: var(--border-height);
            height: var(--border-width);
        }


[dir="ltr"] .ltr\:borders-left {
            border-left-width: var(--border-line-thickness);
            height: 100%;
        }


[dir="rtl"] .rtl\:left-4 {
    left: 1rem;
}


[dir="rtl"] .rtl\:ml-3\.5 {
    margin-left: 0.875rem;
}


[dir="rtl"] .rtl\:ml-3 {
    margin-left: 0.75rem;
}


[dir="rtl"] .rtl\:mr-3 {
    margin-right: 0.75rem;
}


[dir="rtl"] .rtl\:mr-1\.5 {
    margin-right: 0.375rem;
}


[dir="rtl"] .rtl\:mr-1 {
    margin-right: 0.25rem;
}


[dir="rtl"] .rtl\:-mr-4 {
    margin-right: -1rem;
}


[dir="rtl"] .rtl\:mr-auto {
    margin-right: auto;
}


[dir="rtl"] .rtl\:border-r-2 {
    border-right-width: 2px;
}


[dir="rtl"] .rtl\:pl-3\.5 {
    padding-left: 0.875rem;
}


[dir="rtl"] .rtl\:pl-3 {
    padding-left: 0.75rem;
}


[dir="rtl"] .rtl\:pr-5 {
    padding-right: 1.25rem;
}


[dir="rtl"] .rtl\:pr-2\.5 {
    padding-right: 0.625rem;
}


[dir="rtl"] .rtl\:pr-2 {
    padding-right: 0.5rem;
}


[dir="rtl"] .rtl\:pr-3 {
    padding-right: 0.75rem;
}


[dir="rtl"] .rtl\:pr-4 {
    padding-right: 1rem;
}


[dir="rtl"] .rtl\:borders-top-left,[dir="rtl"] 
        .rtl\:borders-top-right,[dir="rtl"] 
        .rtl\:borders-bottom-left,[dir="rtl"] 
        .rtl\:borders-bottom-right,[dir="rtl"] 
        .rtl\:borders-bottom,[dir="rtl"] 
        .rtl\:borders-left,[dir="rtl"] 
        .rtl\:borders-top,[dir="rtl"] 
        .rtl\:borders-right {
            pointer-events: none;
            position: absolute;
            width: var(--border-width);
            height: var(--border-height);
            opacity: var(--border-line-opacity);
            border-color: var(--border-line-color);
            pointer-events: none;
            position: absolute;
            width: var(--border-width);
            height: var(--border-height);
            opacity: var(--border-line-opacity);
            border-color: var(--border-line-color);
            pointer-events: none;
            position: absolute;
            width: var(--border-width);
            height: var(--border-height);
            opacity: var(--border-line-opacity);
            border-color: var(--border-line-color);
            pointer-events: none;
            position: absolute;
            width: var(--border-width);
            height: var(--border-height);
            opacity: var(--border-line-opacity);
            border-color: var(--border-line-color);
        }


[dir="rtl"] .rtl\:borders-top-right {
            top: 0;
            right: 0;
            border-right-width: var(--border-line-thickness);
            border-top-width: var(--border-line-thickness);
        }


[dir="rtl"] .rtl\:borders-bottom-left {
            bottom: 0;
            left: 0;
            border-left-width: var(--border-line-thickness);
            border-bottom-width: var(--border-line-thickness);
        }


[dir="rtl"] .rtl\:borders-bottom-right {
            bottom: 0;
            right: 0;
            border-right-width: var(--border-line-thickness);
            border-bottom-width: var(--border-line-thickness);
        }


[dir="rtl"] .rtl\:borders-layout-horizontal {
            width: var(--border-height);
            height: var(--border-width);
        }


[dir="rtl"] .rtl\:borders-right {
            border-right-width: var(--border-line-thickness);
            height: 100%;
        }


@media (min-width: 640px) {

    .sm\:relative {
        position: relative;
    }

    .sm\:top-0 {
        top: 0px;
    }

    .sm\:right-0 {
        right: 0px;
    }

    .sm\:mb-0 {
        margin-bottom: 0px;
    }

    .sm\:mt-collective-nav {
        margin-top: calc(var(--global-nav) + var(--global-lang-nav));
    }

    .sm\:min-h-\[70px\] {
        min-height: 70px;
    }

    .sm\:max-w-none {
        max-width: none;
    }

    .sm\:flex-row {
        flex-direction: row;
    }

    .sm\:items-center {
        align-items: center;
    }

    .sm\:justify-center {
        justify-content: center;
    }
}


@media (min-width: 768px) {

    .md\:bottom-auto {
        bottom: auto;
    }

    .md\:left-0 {
        left: 0px;
    }

    .md\:top-1\/2 {
        top: 50%;
    }

    .md\:mb-\[4px\] {
        margin-bottom: 4px;
    }

    .md\:mt-24 {
        margin-top: 6rem;
    }

    .md\:mb-9 {
        margin-bottom: 2.25rem;
    }

    .md\:mb-16 {
        margin-bottom: 4rem;
    }

    .md\:mr-14 {
        margin-right: 3.5rem;
    }

    .md\:mb-10 {
        margin-bottom: 2.5rem;
    }

    .md\:block {
        display: block;
    }

    .md\:hidden {
        display: none;
    }

    .md\:h-screen-nav {
        height: calc(100vh - (var(--global-nav) + var(--global-lang-nav)));
    }

    .md\:h-screen-nav-sub-nav {
        height: calc(100% - 2.5rem);
    }

    .md\:h-full {
        height: 100%;
    }

    .md\:h-4\/6 {
        height: 66.666667%;
    }

    .md\:h-\[48px\] {
        height: 48px;
    }

    .md\:w-3\/5 {
        width: 60%;
    }

    .md\:w-4\/6 {
        width: 66.666667%;
    }

    .md\:w-2\/5 {
        width: 40%;
    }

    .md\:w-auto {
        width: auto;
    }

    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .md\:flex-row {
        flex-direction: row;
    }

    .md\:flex-col {
        flex-direction: column;
    }

    .md\:flex-nowrap {
        flex-wrap: nowrap;
    }

    .md\:gap-5 {
        gap: 1.25rem;
    }

    .md\:border-l-2 {
        border-left-width: 2px;
    }

    .md\:border-t-0 {
        border-top-width: 0px;
    }

    .md\:py-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .md\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .md\:py-2 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .md\:py-2\.5 {
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
    }

    .md\:pt-24 {
        padding-top: 6rem;
    }

    .md\:pb-9 {
        padding-bottom: 2.25rem;
    }

    .md\:pt-0 {
        padding-top: 0px;
    }

    .md\:pb-0 {
        padding-bottom: 0px;
    }

    .md\:pb-\[min\(calc\(100vh-\(var\(--global-nav\)\+var\(--global-lang-nav\)\+50px\)\)\2c calc\(\(9\/16\)\*100\%\)\)\] {
        padding-bottom: min(calc(100vh - (var(--global-nav) + var(--global-lang-nav) + 50px)),calc((9 / 16) * 100%));
    }

    .md\:pt-\[56\.25\%\] {
        padding-top: 56.25%;
    }

    .md\:text-\[14vw\] {
        font-size: 14vw;
    }

    .md\:first\:border-t-0:first-child {
        border-top-width: 0px;
    }
}


@media (min-width: 1024px) {

    .lg\:pointer-events-auto {
        pointer-events: auto;
    }

    .lg\:relative {
        position: relative;
    }

    .lg\:sticky {
        position: sticky;
    }

    .lg\:top-20 {
        top: 5rem;
    }

    .lg\:top-1\/2 {
        top: 50%;
    }

    .lg\:order-1 {
        order: 1;
    }

    .lg\:order-2 {
        order: 2;
    }

    .lg\:col-start-2 {
        grid-column-start: 2;
    }

    .lg\:m-1 {
        margin: 0.25rem;
    }

    .lg\:mx-4 {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .lg\:mx-10 {
        margin-left: 2.5rem;
        margin-right: 2.5rem;
    }

    .lg\:my-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .lg\:my-8 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .lg\:my-10 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }

    .lg\:mb-12 {
        margin-bottom: 3rem;
    }

    .lg\:mt-8 {
        margin-top: 2rem;
    }

    .lg\:mb-24 {
        margin-bottom: 6rem;
    }

    .lg\:mt-0 {
        margin-top: 0px;
    }

    .lg\:mt-16 {
        margin-top: 4rem;
    }

    .lg\:mr-3\.5 {
        margin-right: 0.875rem;
    }

    .lg\:mr-3 {
        margin-right: 0.75rem;
    }

    .lg\:ml-3\.5 {
        margin-left: 0.875rem;
    }

    .lg\:ml-3 {
        margin-left: 0.75rem;
    }

    .lg\:ml-1 {
        margin-left: 0.25rem;
    }

    .lg\:mt-auto {
        margin-top: auto;
    }

    .lg\:mt-20 {
        margin-top: 5rem;
    }

    .lg\:mb-\[35\%\] {
        margin-bottom: 35%;
    }

    .lg\:mb-6 {
        margin-bottom: 1.5rem;
    }

    .lg\:mt-6 {
        margin-top: 1.5rem;
    }

    .lg\:mb-\[15\%\] {
        margin-bottom: 15%;
    }

    .lg\:mb-0 {
        margin-bottom: 0px;
    }

    .lg\:ml-20 {
        margin-left: 5rem;
    }

    .lg\:block {
        display: block;
    }

    .lg\:flex {
        display: flex;
    }

    .lg\:hidden {
        display: none;
    }

    .lg\:h-full {
        height: 100%;
    }

    .lg\:h-2\.5 {
        height: 0.625rem;
    }

    .lg\:h-2 {
        height: 0.5rem;
    }

    .lg\:h-\[74px\] {
        height: 74px;
    }

    .lg\:h-6 {
        height: 1.5rem;
    }

    .lg\:h-8 {
        height: 2rem;
    }

    .lg\:h-\[48px\] {
        height: 48px;
    }

    .lg\:w-2\/3 {
        width: 66.666667%;
    }

    .lg\:w-1\/3 {
        width: 33.333333%;
    }

    .lg\:w-1\/2 {
        width: 50%;
    }

    .lg\:w-2\.5 {
        width: 0.625rem;
    }

    .lg\:w-2 {
        width: 0.5rem;
    }

    .lg\:w-auto {
        width: auto;
    }

    .lg\:w-3\/4 {
        width: 75%;
    }

    .lg\:w-\[74px\] {
        width: 74px;
    }

    .lg\:w-6 {
        width: 1.5rem;
    }

    .lg\:w-6\/12 {
        width: 50%;
    }

    .lg\:w-4\/6 {
        width: 66.666667%;
    }

    .lg\:w-2\/6 {
        width: 33.333333%;
    }

    .lg\:max-w-md {
        max-width: 28rem;
    }

    .lg\:flex-grow {
        flex-grow: 1;
    }

    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lg\:flex-row {
        flex-direction: row;
    }

    .lg\:flex-nowrap {
        flex-wrap: nowrap;
    }

    .lg\:justify-between {
        justify-content: space-between;
    }

    .lg\:gap-y-20 {
        row-gap: 5rem;
    }

    .lg\:border-b-2 {
        border-bottom-width: 2px;
    }

    .lg\:border-b-0 {
        border-bottom-width: 0px;
    }

    .lg\:border-r-0 {
        border-right-width: 0px;
    }

    .lg\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .lg\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .lg\:py-5 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .lg\:px-1\.5 {
        padding-left: 0.375rem;
        padding-right: 0.375rem;
    }

    .lg\:px-1 {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }

    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .lg\:px-2 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .lg\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .lg\:pb-6 {
        padding-bottom: 1.5rem;
    }

    .lg\:pb-36 {
        padding-bottom: 9rem;
    }

    .lg\:pt-5 {
        padding-top: 1.25rem;
    }

    .lg\:pt-8 {
        padding-top: 2rem;
    }

    .lg\:pb-\[15\%\] {
        padding-bottom: 15%;
    }

    .lg\:pb-\[2px\] {
        padding-bottom: 2px;
    }

    .lg\:pl-2 {
        padding-left: 0.5rem;
    }

    .lg\:opacity-100 {
        opacity: 1;
    }

    .lg\:opacity-70 {
        opacity: 0.7;
    }

    .first\:lg\:mt-4:first-child {
        margin-top: 1rem;
    }

    .lg\:hover\:opacity-100:hover {
        opacity: 1;
    }

    [dir="ltr"] .lg\:ltr\:-ml-10 {
        margin-left: -2.5rem;
    }

    [dir="ltr"] .lg\:ltr\:mr-0 {
        margin-right: 0px;
    }

    [dir="ltr"] .lg\:ltr\:ml-auto {
        margin-left: auto;
    }

    [dir="rtl"] .lg\:rtl\:-mr-10 {
        margin-right: -2.5rem;
    }

    [dir="rtl"] .lg\:rtl\:ml-0 {
        margin-left: 0px;
    }

    [dir="rtl"] .lg\:rtl\:mr-auto {
        margin-right: auto;
    }
}

