body {
    overscroll-behavior: none;
    --zoom-font-size: 100;
}

    .intro-para {
        font-size: 1rem;
    }

/* DIFFERENT ZOOMS */
/* max width 1600 and min width 1281 */
html.is--zoom-mw-1600-mw-1000,
html.is--zoom-mw-1600-mw-1000 body {
    font-size: calc(0.6rem + 0.003vw) !important;
}

html.is--zoom-mw-1600-mw-1000 .popup-inner {
    width: 50%;
}

/* max width 1300 and min width 800 */
html.is--zoom-mw-1300-mw-800,
html.is--zoom-mw-1300-mw-800 body {
    font-size: calc(0.55rem + 0.003vw) !important;
}

.first-wrapper {
    overflow: visible;
}

.popup-card-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.272);
    border-radius: 10px;
    background-color: transparent;
    opacity: 0.3;
}

.popup-card-content::-webkit-scrollbar {
    width: 6px;
    height: 8px !important;
    background-color: rgba(249.69, 249.69, 249.69, 0.1) !important;
    display: block !important;
    transform: translateY(10px);
    opacity: 0.5;
}

.popup-card-content::-webkit-scrollbar-thumb {
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: rgb(0, 0, 0);
}

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

    html,
    body {
        font-size: 0.85rem !important;
    }

    /* ZOOM CSS */
    /* html.is--zoom125, html.is--zoom125 body {
        font-size: calc(0.6rem + 0.003vw) !important;
    } */

}

@media screen and (max-width: 1470px) and (min-width: 1441px) {
    .intro-para {
        font-size: 1.25rem;
    }

    .text-size-small.story-popup-texts {
        font-size: 1.25rem
    }

}

@media screen and (max-width: 1440px) and (min-width: 1281px) {

    html,
    body {
        font-size: 0.75rem !important;
    }

}

@media screen and (max-width: 1280px) and (min-width: 1033px) {

    html,
    body {
        font-size: 0.7rem !important;
    }

    /* NAV */
    /* .nav-link {
        font-size: 0.6rem;
    } */


    /* CHAIRMAN SECTION */
    .chairman-content-block {
        grid-row-gap: 10vh;
    }

    .chairman-summary-text {
        line-height: 146%;
    }

    .stories-card-wrapper {
        padding-top: 1rem;
        /* padding-bottom: 1rem; */
        height: 100%;
    }

    .stories-card {
        max-height: 100%;
    }

    .chairman-image-wrapper {
        width: 27rem;
    }

    .download-buttons-block {
        grid-row-gap: 1.875rem;
    }

    .popup-wrapper {
        padding-top: 9rem;
    }

    .controls_wrapper {
        top: 8rem;
    }

    /* ZOOM CSS */
    /* html.is--zoom125 {
        font-size: calc(0.55rem + 0.003vw) !important;
    } */
}


/* @media only screen and (min-width: 900px) and (max-width: 1300) and (min-device-pixel-ratio: 1.4) and (hover: hover) and (pointer: fine),
only screen and (min-width: 900px) and (max-width: 1300) and (-webkit-min-device-pixel-ratio: 1.4) and (hover: hover) and (pointer: fine) {

    html,
    body {
        font-size: 0.6rem !important;
    }
}

@media only screen and (min-width: 1950px) and (min-device-pixel-ratio: 1.7) and (hover: hover) and (pointer: fine),
only screen and (min-width: 1950px) and (-webkit-min-device-pixel-ratio: 1.7) and (hover: hover) and (pointer: fine) {

    html,
    body {
        font-size: 0.5rem !important;
    }
} */


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

    html,
    body {
        font-size: 1rem !important;
    }


    .heading-style-h1 {
        font-size: 165px;
    }

    .heading-style-h2.large {
        font-size: 120px;
    }

    .heading-style-h2.is-small {
        font-size: 80px;
    }

    /* INTRO SECTION */
    .introduction-summary-wrap {
        width: 25.5rem;
    }

    /* .intro-para {
        font-size: 1.25rem;
    } */



    /* STORY SECTION */


    .stories-image-wrapper {
        height: 50vh;
    }

    .stories-card .heading-style-h2 {
        font-size: 4rem;
    }

    .stories-heading-wrap {
        margin-bottom: 5vh;
    }


    .ceo-content-block {
        grid-row-gap: 12vh;
    }

    .strategy-block {
        padding-top: 8rem;
    }

    .link-block.chairman-and-ceo-img {
        width: 29rem;
    }

    .strategy-summary-wrap {
        margin-top: 9rem;
        grid-row-gap: 1rem;
    }

    .strategy-summary-wrap .text-size-small {
        font-size: 0.9rem;
    }

    /* CHAIRMAN SECTION */
    /* .chairman-content-block,
    .ceo-content-block {
        width: 50rem;
    } */

    /* .about-ceo-block {
        width: 75rem;
    } */

    .chairman-summary-block {
        max-width: 75rem;
    }

    /* ZOOM CODE */
    html.is--zoom125 .heading-style-h1 {
        font-size: calc((150px * (100 / var(--zoom-font-size))));
    }

    html.is--zoom125 .heading-style-h2.large {
        font-size: calc((100px * (100 / var(--zoom-font-size))));
    }

    html.is--zoom125 .heading-style-h2 {
        font-size: calc((80px * (100 / var(--zoom-font-size))));
    }

    html.is--zoom125 .heading-style-h2.in_vh {
        font-size: calc((80px * (100 / var(--zoom-font-size))));
    }

    html.is--zoom125 .introduction-summary-wrap {
        width: 30rem;
    }

    html.is--zoom125 .chairman-summary-block {
        max-width: 55rem;
        margin-top: -6rem;
    }
}

@media only screen and (min-width: 1919px){
    .chairman-purple-bar.ceo {
        display: none;
    }
}

@media only screen and (min-width: 900px) {
    .popup-middle-block {
        width: 70vh;
    }
}

/* IPAD PRO */
@media only screen and (max-width: 1033px) and (min-width: 900px) {

    html,
    body {
        font-size: 1rem !important;
    }

    .heading-style-h2.large {
        font-size: 4.7rem;
    }

    /* Navbar */
    .nav-menu.dekstop {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
        justify-content: flex-start;
        align-items: flex-start;
        height: 100%;
        display: none;
        overflow: hidden;
    }

    .nav-menu.tablate {
        z-index: 999;
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
        height: 100svh;
        display: flex;
        position: absolute;
        inset: 0% 0% 0% auto;
        overflow: auto;
    }

    .nav-menu-block {
        z-index: 999;
        background-color: var(--white);
        border: .0625rem solid #d8d8d7;
        width: 100%;
        display: flex;
        position: fixed;
        inset: 0% 0% 0% auto;
    }

    .w-nav-button {
        overflow: visible;
    }

    .w-nav-button.w--open {
        background-color: var(--white);
        border: none;
    }

    .nav-link {
        white-space: normal;
        justify-content: flex-start;
        align-items: center;
        padding: .8rem 2rem;
        font-size: clamp(1rem, 4vw, 2rem);
        font-weight: 500;
        display: flex;
    }

    .navbar-logo {
        z-index: 5;
    }

    .w-nav .w-nav-button {
        display: block;
    }

    .menu-button {
        z-index: 99999;
        opacity: 100;
        width: auto;
        height: auto;
        margin-left: 1.25rem;
        padding: 0;
        pointer-events: auto;
        color: #fff;
        background-color: white;

    }

    .header-mobile-button {
        margin-top: auto;
        padding-left: 1.25rem;
        display: flex;
    }

    .margin-left-auto.mobile-hide {
        display: none;
    }



    .first-horizontal-container {
        flex-direction: column;
        width: 100%;
        height: auto;
    }

    /* .page-load-lottie-wrap.dekstop {
        display: none;
    }

    .page-load-lottie-wrap.mobile {
        display: block;
    } */

    /* Introduction section */
    .introduction-section {
        aspect-ratio: auto;
        flex: none;
        width: auto;
        min-width: 100vw;
        height: calc(100vh - 20px);
    }

    .introduction-sec-block {
        width: 100%;
    }

    .button.is--desktop {
        display: none;
    }

    .button.is--mob {
        display: block;
    }

    /* Intro summary wrap */
    .intro-summary-wrap {
        width: 100%;
        padding-left: 3rem;
        padding-right: 3rem;
        overflow: hidden;
    }

    .introduction-sec-content-wrap {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
        justify-content: flex-start;
        height: auto;
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .introduction-summary-wrap {
        width: 100%;
        max-width: 30rem;
    }

    /* Stories section */

    .view-story-button {
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        gap: 1rem;
    }

    .view-story-button {
        margin-top: 0.2rem;
    }

    .stories-section {
        flex: 0 auto;
        width: 100%;
        max-height: none;
        padding-left: 3rem;
        padding-right: 3rem;
        overflow: hidden;
    }

    .stories-block {
        flex-flow: initial;
        width: 100%;
        height: auto;
        padding-top: 10rem;
        padding-bottom: 4rem;
    }

    .stories-card-wrapper {
        grid-column-gap: 5vh;
        grid-row-gap: 5vh;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        width: 100%;
        height: auto;
        display: grid;
    }

    .stories-card {
        flex: none;
        width: 100%;
        max-height: none;
    }

    .stories-card.is_even {
        margin-top: -8rem;
        margin-bottom: 0;
    }

    .stories-card.is_even.is--1 {
        margin-top: 0rem;
        margin-bottom: 0;
    }

    .stories-image-wrapper {
        aspect-ratio: 1 / 1.3;
        max-width: 100%;
        height: auto;
        min-height: auto;
    }

    .storie-info {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
        display: flex;
    }

    /* Chairman Section */
    .chairman-section {
        flex: 0 auto;
        width: 100%;
        min-width: auto;
        max-height: none;
        overflow: hidden;
    }

    .chairman-block {
        grid-column-gap: 10vh;
        grid-row-gap: 10vh;
        flex-flow: column;
        justify-content: flex-start;
        height: auto;
        padding: 4rem 3rem;
    }

    .chairman-content-block {
        flex: 0 auto;
        width: 100%;
    }

    .chairman-heading-block {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
    }

    .about-chairman-block {
        width: 100%;
        height: auto;
    }

    .chairman-image-wrapper,
    .about-chairman-content {
        width: 100%;
    }

    /* CEO Section */
    .ceo-section {
        flex: 0 auto;
        width: 100%;
        min-width: auto;
        max-height: none;
    }

    .ceo-block {
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
        height: auto;
        padding: 4rem 3rem;
        position: relative;
    }

    .ceo-content-block {
        grid-column-gap: 3.5rem;
        grid-row-gap: 3.5rem;
        flex: 0 auto;
        width: 100%;
    }

    .chairman-heading-block {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
    }

    .top-auto {
        margin-top: 0;
    }

    .about-ceo-block {
        flex: 0 auto;
        width: 100%;
        height: auto;
    }

    .chairman-image-wrapper {
        width: 100%;
    }

    /* Strategy Section */
    .strategy-section {
        flex: 0 auto;
        width: 100%;
        min-width: auto;
        max-height: none;
        padding-left: 3rem;
        padding-right: 3rem;
        overflow: hidden;
    }

    .strategy-block {
        grid-column-gap: 4rem;
        grid-row-gap: 4rem;
        flex-flow: column;
        height: auto;
        padding-top: 0;
    }

    .strategy-heading-block {
        width: 100%;
        margin-top: 0;
    }

    .svg-animation-block {
        aspect-ratio: 1;
        width: 100%;
        max-width: 40%;
        height: auto;
        margin-bottom: 1rem;
        position: relative;
        bottom: 0;
    }

    .strategy-summary-wrap {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
        margin-top: 4rem;
        margin-left: 0;
    }

    .strategy-video-block {
        flex: 0 auto;
        width: 100%;
    }

    .link-block.chairman-and-ceo-img {
        width: 100%;
    }

    /* Performance Section */
    .performance-section {
        width: 100%;
        min-width: auto;
        max-width: none;
        max-height: none;
    }

    .performance-block {
        flex-flow: column;
        height: auto;
    }

    .performance-tabs-wrapper {
        max-width: 100%;
        padding: 6rem 3rem 4rem;
    }

    .performance-heading-wrap {
        width: 100%;
    }

    .tab-wrapper {
        flex: 0 auto;
        justify-content: flex-start;
        align-items: flex-start;
        max-width: 100%;
    }

    .performace-popup-wrap {
        width: 100%;
    }

    .tabs-arow-wrapper {
        margin-left: auto;
        position: relative;
    }

    .rive-animation-wrapper {
        aspect-ratio: 3 / 2;
        flex: 0 auto;
        height: auto;
    }

    /* Download Section */
    .download-section {
        flex: 0 auto;
        width: 100%;
        min-width: auto;
        max-height: none;
    }

    .download-block {
        justify-content: flex-start;
        height: auto;
        padding-top: 6rem;
    }

    .download-heading-wrapper {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
    }

    .download-right-colors-block {
        height: 3rem;
    }

    .download-right-colors-block.is--bottom {
        height: 3.3rem;
    }

    .download-buttons-block {
        grid-column-gap: 3rem;
        grid-row-gap: 3rem;
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .download-button-wrap {
        grid-template-columns: 1fr 1fr;
    }

    /* Case study Popup */

    .sec-horizontal-container {
        overflow-y: auto;
    }

    .modal {
        width: 100%;
        min-width: auto;
        height: auto;
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .popup-wrapper {
        grid-column-gap: 6.25rem;
        grid-row-gap: 6.25rem;
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
        height: auto;
        padding-top: 8rem !important;
        padding-bottom: 1rem;
    }

    .popup-head {
        z-index: 1;
        width: 100%;
        padding-left: 0;
        position: relative;
    }

    .popup-head.connectivity,
    .popup-head.meaningfull,
    .popup-head.unique,
    .popup-head.unique-connectivity,
    .popup-head.meaningfull,
    .popup-head.unique,
    .popup-head.unique-connectivity,
    .popup-head.meaningfull,
    .popup-head.unique,
    .popup-head.unique-connectivity,
    .popup-head.text-color-white.unique {
        width: 100%;
    }

    .popup-left-bottom-block {
        grid-column-gap: 6rem;
        grid-row-gap: 6rem;
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
        height: auto;
    }

    .popup-main-image {
        width: 100%;
        position: relative;
        left: -3rem;
    }

    .popup-main-summary {
        width: 100%;
        margin-left: 0;
    }

    .popup-right-block {
        grid-column-gap: 6.25rem;
        grid-row-gap: 6.25rem;
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
    }

    .popup-middle-block {
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
        gap: 2rem;
    }

    .popup-video-wrapper {
        width: 100%;
    }

    .popup-last-block {
        aspect-ratio: auto;
        flex: 0 auto;
        width: 100%;
        height: auto;
    }

    .popup-card-content {
        flex: 0 auto;
        height: auto;
        padding-top: 2rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .popup-left-bottom-block.purple-popup-width {
        width: 100%;
    }

    /* Controls */
    .controls_wrapper {
        flex-flow: row;
        display: none;
        top: 3.4rem !important;
        right: 0;
    }

    .close-btn {
        order: 1;
    }

    .prev-btn {
        order: -1;
    }

}

/* IPAD PRO LANDSCAPE  900px*/
@media only screen and (max-width: 1390px) and (min-width: 700px) and (orientation: landscape) {

    html,
    body {
        font-size: 1rem !important;
    }

    /* Navbar */
    .nav-menu.dekstop {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
        justify-content: flex-start;
        align-items: flex-start;
        height: 100%;
        display: none;
        overflow: hidden;
    }

    .nav-menu.tablate {
        z-index: 999;
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
        height: 100svh;
        display: flex;
        position: absolute;
        inset: 0% 0% 0% auto;
        overflow: auto;
    }

    .nav-menu-block {
        z-index: 999;
        background-color: var(--white);
        border: .0625rem solid #d8d8d7;
        width: 100%;
        display: flex;
        position: fixed;
        inset: 0% 0% 0% auto;
    }

    .w-nav-button {
        overflow: visible;
    }

    .w-nav-button.w--open {
        background-color: var(--white);
        border: none;
    }

    .nav-link {
        white-space: normal;
        justify-content: flex-start;
        align-items: center;
        padding: .8rem 2rem;
        font-size: clamp(1rem, 4vw, 2rem);
        font-weight: 500;
        display: flex;
    }

    .navbar-logo {
        z-index: 5;
    }

    .w-nav .w-nav-button {
        display: block;
    }

    .menu-button {
        z-index: 99999;
        opacity: 100;
        width: auto;
        height: auto;
        margin-left: 1.25rem;
        padding: 0;
        pointer-events: auto;
        color: #fff;
        background-color: white;

    }

    .header-mobile-button {
        margin-top: auto;
        padding-left: 1.25rem;
        display: flex;
    }

    .margin-left-auto.mobile-hide {
        display: none;
    }



    .first-horizontal-container {
        flex-direction: column;
        width: 100%;
        height: auto;
    }

    /* .page-load-lottie-wrap.dekstop {
        display: none;
    }

    .page-load-lottie-wrap.mobile {
        display: block;
    } */

    /* Introduction section */
    .introduction-section {
        aspect-ratio: auto;
        flex: none;
        width: auto;
        min-width: 100vw;
        height: calc(100vh - 20px);
    }

    .introduction-sec-block {
        width: 100%;
    }

    .button.is--desktop {
        display: none;
    }

    .button.is--mob {
        display: block;
    }

    /* Intro summary wrap */
    .intro-summary-wrap {
        width: 100%;
        padding-left: 3rem;
        padding-right: 3rem;
        overflow: hidden;
    }

    .introduction-sec-content-wrap {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
        justify-content: flex-start;
        height: auto;
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .introduction-summary-wrap {
        width: 100%;
        max-width: 30rem;
    }

    /* Stories section */

    .view-story-button {
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        gap: 1rem;
    }

    .view-story-button {
        margin-top: 0.2rem;
    }

    .stories-section {
        flex: 0 auto;
        width: 100%;
        max-height: none;
        padding-left: 3rem;
        padding-right: 3rem;
        overflow: hidden;
    }

    .stories-block {
        flex-flow: initial;
        width: 100%;
        height: auto;
        padding-top: 10rem;
        padding-bottom: 4rem;
    }

    .stories-card-wrapper {
        grid-column-gap: 5vh;
        grid-row-gap: 5vh;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        width: 100%;
        height: auto;
        display: grid;
    }

    .stories-card {
        flex: none;
        width: 100%;
        max-height: none;
    }

    .stories-card.is_even {
        margin-top: -8rem;
        margin-bottom: 0;
    }

    .stories-card.is_even.is--1 {
        margin-top: 0rem;
        margin-bottom: 0;
    }

    .stories-image-wrapper {
        aspect-ratio: 1 / 1.3;
        max-width: 100%;
        height: auto;
        min-height: auto;
    }

    .storie-info {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
        display: flex;
    }

    /* Chairman Section */
    .chairman-section {
        flex: 0 auto;
        width: 100%;
        min-width: auto;
        max-height: none;
        overflow: hidden;
    }

    .chairman-block {
        grid-column-gap: 10vh;
        grid-row-gap: 10vh;
        flex-flow: column;
        justify-content: flex-start;
        height: auto;
        padding: 4rem 3rem;
    }

    .chairman-content-block {
        flex: 0 auto;
        width: 100%;
    }

    .chairman-heading-block {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
    }

    .about-chairman-block {
        width: 100%;
        height: auto;
    }

    .chairman-image-wrapper,
    .about-chairman-content {
        width: 100%;
    }

    /* CEO Section */
    .ceo-section {
        flex: 0 auto;
        width: 100%;
        min-width: auto;
        max-height: none;
    }

    .ceo-block {
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
        height: auto;
        padding: 4rem 3rem;
        position: relative;
    }

    .ceo-content-block {
        grid-column-gap: 3.5rem;
        grid-row-gap: 3.5rem;
        flex: 0 auto;
        width: 100%;
    }

    .chairman-heading-block {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
    }

    .top-auto {
        margin-top: 0;
    }

    .about-ceo-block {
        flex: 0 auto;
        width: 100%;
        height: auto;
    }

    .chairman-image-wrapper {
        width: 100%;
    }

    /* Strategy Section */
    .strategy-section {
        flex: 0 auto;
        width: 100%;
        min-width: auto;
        max-height: none;
        padding-left: 3rem;
        padding-right: 3rem;
        overflow: hidden;
    }

    .strategy-block {
        grid-column-gap: 4rem;
        grid-row-gap: 4rem;
        flex-flow: column;
        height: auto;
        padding-top: 0;
    }

    .strategy-heading-block {
        width: 100%;
        margin-top: 0;
    }

    .svg-animation-block {
        aspect-ratio: 1;
        width: 100%;
        max-width: 40%;
        height: auto;
        margin-bottom: 1rem;
        position: relative;
        bottom: 0;
    }

    .strategy-summary-wrap {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
        margin-top: 4rem;
        margin-left: 0;
    }

    .strategy-video-block {
        flex: 0 auto;
        width: 100%;
    }

    .link-block.chairman-and-ceo-img {
        width: 100%;
    }

    /* Performance Section */
    .performance-section {
        width: 100%;
        min-width: auto;
        max-width: none;
        max-height: none;
    }

    .performance-block {
        flex-flow: column;
        height: auto;
    }

    .performance-tabs-wrapper {
        max-width: 100%;
        padding: 6rem 3rem 4rem;
    }

    .performance-heading-wrap {
        width: 100%;
    }

    .tab-wrapper {
        flex: 0 auto;
        justify-content: flex-start;
        align-items: flex-start;
        max-width: 100%;
    }

    .performace-popup-wrap {
        width: 100%;
    }

    .tabs-arow-wrapper {
        margin-left: auto;
        position: relative;
    }

    .rive-animation-wrapper {
        aspect-ratio: 3 / 2;
        flex: 0 auto;
        height: auto;
    }

    /* Download Section */
    .download-section {
        flex: 0 auto;
        width: 100%;
        min-width: auto;
        max-height: none;
    }

    .download-block {
        justify-content: flex-start;
        height: auto;
        padding-top: 6rem;
    }

    .download-heading-wrapper {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
    }

    .download-right-colors-block {
        height: 3rem;
    }

    .download-right-colors-block.is--bottom {
        height: 3.3rem;
    }

    .download-buttons-block {
        grid-column-gap: 3rem;
        grid-row-gap: 3rem;
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .download-button-wrap {
        grid-template-columns: 1fr 1fr;
    }

    /* Case study Popup */

    .sec-horizontal-container {
        overflow-y: auto;
    }

    .modal {
        width: 100%;
        min-width: auto;
        height: auto;
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .popup-wrapper {
        grid-column-gap: 6.25rem;
        grid-row-gap: 6.25rem;
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
        height: auto;
        padding-top: 8rem !important;
        padding-bottom: 1rem;
    }

    .popup-head {
        z-index: 1;
        width: 100%;
        padding-left: 0;
        position: relative;
    }

    .popup-head.connectivity,
    .popup-head.meaningfull,
    .popup-head.unique,
    .popup-head.unique-connectivity,
    .popup-head.meaningfull,
    .popup-head.unique,
    .popup-head.unique-connectivity,
    .popup-head.meaningfull,
    .popup-head.unique,
    .popup-head.unique-connectivity,
    .popup-head.text-color-white.unique {
        width: 100%;
    }

    .popup-left-bottom-block {
        grid-column-gap: 6rem;
        grid-row-gap: 6rem;
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
        height: auto;
    }

    .popup-main-image {
        width: 100%;
        position: relative;
        left: -3rem;
    }

    .popup-main-summary {
        width: 100%;
        margin-left: 0;
    }

    .popup-right-block {
        grid-column-gap: 6.25rem;
        grid-row-gap: 6.25rem;
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
    }

    .popup-middle-block {
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
        gap: 2rem;
    }

    .popup-video-wrapper {
        width: 100%;
    }

    .popup-last-block {
        aspect-ratio: auto;
        flex: 0 auto;
        width: 100%;
        height: auto;
    }

    .popup-card-content {
        flex: 0 auto;
        height: auto;
        padding-top: 2rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .popup-left-bottom-block.purple-popup-width {
        width: 100%;
    }

    /* Controls */
    .controls_wrapper {
        flex-flow: row;
        display: none;
        top: 3.4rem !important;
        right: 0;
    }

    .close-btn {
        order: 1;
    }

    .prev-btn {
        order: -1;
    }

}