.overview.no-web-gl .landscape {
    display: none;
}

.overview.no-web-gl .no-animation-landscape {
    display: block;
    width: 100%;
    height: 100%;
}

.overview.no-web-gl .no-animation-landscape img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Regular rules turn off */
body.no-animations {
    overflow-y: overlay !important;
}

body.no-animations .overview .landscape,
body.no-animations .overview .logos-section {
    display: none;
}

body.no-animations .swiper-wrapper {
    display: contents;
}

body.no-animations .overview .logos-section .floating-content {
    height: 100vh;
}

body.no-animations .overview .logos-section .floating-content.float {
    position: fixed;
}

body.no-animations .logos-section.swiper-slide {
    height: fit-content;
}

body.no-animations .overview .logos-section .floating-content {
    pointer-events: auto;
}

.reduced-animation-logos-section {
    display: block;
}

/* No animation rules */

body.no-animations .overview .no-animation-landscape {
    display: block;
    width: 100%;
    height: 100%;
}

body.no-animations .overview .no-animation-landscape img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.reduced-animation-logos-section .screen {
    width: 100vw;
    height: 100vh;
    color: var(--color-white);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.reduced-animation-logos-section .red-screen {
    background-color: var(--color-red);
}

.reduced-animation-logos-section .red-screen .text-container :nth-child(2),
.reduced-animation-logos-section .red-screen .text-container :nth-child(3) {
    display: none;
}

.reduced-animation-logos-section .white-screen {
    background-color: var(--color-white);
}

.reduced-animation-logos-section .white-screen .text-container p {
    color: var(--color-black);
}

.reduced-animation-logos-section .black-screen {
    background-color: var(--color-black);
}

.reduced-animation-logos-section .white-screen .text-container :nth-child(3) {
    display: none;
}

.reduced-animation-logos-section .text-container {
    width: 100%;
    padding: 75px 24px 0;
    font-family: Obviously Medium;
    font-size: 16px;
    line-height: 26px;
    color: var(--color-white);
    transition: color 100ms;
}

.reduced-animation-logos-section .logo-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    place-items: center;
    justify-content: space-between;
    row-gap: 20px;
    margin-bottom: 5px;
}

.reduced-animation-logos-section .logo-list li {
    scale: 0.6;
}

.reduced-animation-logos-section .logo-list li img {
    width: 100%;
}

@media (min-width: 1500px) {
    .reduced-animation-logos-section .screen {
        flex-direction: row;
        padding: 118px 72px 98px 121px;
    }

    .reduced-animation-logos-section .screen .text-container {
        width: 817px;
        align-self: start;
        padding: unset;
        font-family: Obviously Wide Medium;
        font-size: 38px;
        line-height: 46px;
    }

    .reduced-animation-logos-section .logo-list {
        width: unset;
        align-self: end;
        grid-template-columns: repeat(4, 165px);
        gap: 70px;
    }

    .reduced-animation-logos-section .logo-list li {
        scale: unset;
    }
}
