﻿@font-face {
    font-display: block; /* text invisible up to ~3s */
}

main#home-main {
    overflow: hidden;
}

.wrap {
    max-width: none;
    margin: 0 auto;
    padding: 0;
    background: #0b0b0f;
}

/* ===== Hero (desktop base) ===== */
section.pw-hero {
    position: relative;
    min-height: 100svh;
    display: block;
    width: 100vw;
    overflow: hidden;
}

    section.pw-hero .glass {
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: radial-gradient(800px 500px at 20% 10%, rgba(255, 255, 255, .05), transparent 60%)
    }

    /* Main carousel */
    section.pw-hero .hero-main {
        border-radius: 0;
        overflow: hidden;
        position: relative;
        width: 100vw;
        height: 100svh;
    }

    section.pw-hero .slide {
        position: relative;
        display: grid;
        width: 100%;
        height: 100svh;
        overflow: hidden;
    }

        section.pw-hero .slide::before {
            content: "";
            position: absolute;
            inset: 0;
            /*            background: linear-gradient(180deg, rgba(5, 5, 8, .7) 0%, rgba(5, 5, 8, .4) 35%, rgba(5, 5, 8, .85) 80%, rgba(5, 5, 8, 1) 100%), radial-gradient(1200px 800px at 100% 10%, rgba(255, 255, 255, .06), transparent 60%);*/
            /* background: radial-gradient(80.66% 55.3% at 40.87% 33.82%, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.80) 100%);*/
            background: radial-gradient(80.66% 55.3% at 40.87% 33.82%, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.80) 100%);
            top: 0;
            left: 0;
            z-index: 1;
        }

    section.pw-hero .bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        transform: scale(1.05);
        filter: grayscale(.2) contrast(1.05) saturate(1.05);
        z-index: 0;
    }

        section.pw-hero .bg video {
            width: 100vw;
            height: 100svh;
            object-fit: cover;
        }

        section.pw-hero .bg picture {
            display: grid;
        }

    section.pw-hero .owl-carousel .owl-item picture, section.pw-hero .owl-carousel .owl-item img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    section.pw-hero .bg:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(80.66% 55.3% at 40.87% 33.82%, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.80) 100%);
        z-index: 2
    }

    section.pw-hero .caption-container {
        display: grid;
        align-content: end;
        align-items: end;
        height: 100%;
    }


    section.pw-hero .caption {
        position: relative;
        z-index: 2;
        align-self: end;
        padding: 60px 0;
        max-width: 740px;
        display: grid;
        justify-items: flex-start;
        justify-content: flex-start;
        margin-bottom: 64px !important;
    }

        section.pw-hero .caption * {
            color: white !important;
            text-align: left !important;
        }


    section.pw-hero .eyebrow {
        color: #FFF;
        font-family: Syncopate-bold;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%; /* 24px */
        letter-spacing: 0.8px;
        margin-bottom: 24px;
        padding: 18px 24px;
        position: relative;
    }



        section.pw-hero .eyebrow::before {
            content: "";
            width: 100vw;
            height: 100%;
            background-color: #424243;
            position: absolute;
            right: -60px;
            top: 0;
            will-change: transform;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.25));
            z-index: -1;
            background: no-repeat center / contain url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='273' height='60' viewBox='0 0 273 60' fill='none'><path d='M0 0H272.5L260.182 60H0V0Z' fill='%23222222'/></svg>");
            background-size: cover;
            background-repeat: no-repeat;
        }


    section.pw-hero .title {
        color: #FFF;
        leading-trim: both;
        text-edge: cap;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: Catamaran-bold;
        font-size: 56px;
        font-style: normal;
        font-weight: 800;
        line-height: 100%; /* 56px */
        text-align: left;
        margin-bottom: 24px;
    }

    section.pw-hero .caption-pw {
        margin-bottom: 16px;
    }

    section.pw-hero .meta, section.pw-hero .caption {
        color: #FFF;
        leading-trim: both;
        text-edge: cap;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: Catamaran-regular;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px; /* 120% */
        margin-bottom: 32px
    }

    section.pw-hero .caption {
        padding: 0 !important;
    }

    section.pw-hero .cta {
        display: grid;
        grid-template-columns: auto auto;
        gap: 24px;
    }

        section.pw-hero .cta button {
            transition: all 0.3s linear;
            text-transform: uppercase;
        }

            section.pw-hero .cta button:first-child {
                border: 1px solid #ED1B34;
                border: 1px solid #ED1B34;
                background: #ED1B34;
                box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
                gap: 24px;
                color: #FFF;
                text-align: center;
                font-feature-settings: 'liga' off, 'clig' off;
                font-family: Catamaran-regular;
                font-size: 15px;
                font-style: normal;
                font-weight: 600;
                line-height: 120%; /* 18px */
                padding: 16px 24px;
            }

                section.pw-hero .cta button:first-child:hover {
                    transition: background-color .2s;
                    border: 1px solid #ED1B34;
                    color: var(--color-red-52, #ED1B34) !important;
                    background: #fff;
                }

.btn {
    appearance: none;
    border: 0;
    padding: 14px 18px;
    /*border-radius: 14px;*/
    font-weight: 800;
    cursor: pointer;
    transition: transform .12s ease, box-shadow .12s ease;
    position: relative;
    isolation: isolate
}

.btn-primary {
    background: linear-gradient(180deg, var(--accent), var(--accent-2));
    color: white;
    box-shadow: 0 10px 30px rgba(255, 60, 60, .25)
}

.btn-ghost {
    background: rgba(102, 102, 102, 0.80);
    color: white;
    border: 1px solid rgba(255, 255, 255, .12);
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Catamaran-regular;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 18px */
    background: rgba(102, 102, 102, 0.80);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.btn:active {
    transform: translateY(1px)
}

section.pw-hero .progress {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: rgba(255, 255, 255, .08)
}

    section.pw-hero .progress .bar {
        height: 100%;
        width: 0%;
        background: linear-gradient(90deg, var(--accent), var(--accent-2));
    }

/* Desktop: thumb rail inside hero (right) */

section.pw-hero .thumbs {
    display: grid;
    grid-gap: 24px;
}

section.pw-hero .thumbs-container {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
}

    section.pw-hero .thumbs-container .wrapper {
        position: relative;
        height: 100%;
    }

section.pw-hero .hero-side {
    position: absolute;
    right: 24px;
    top: 50%;
    width: min(28vw, 360px);
    display: flex;
    flex-direction: column;
    gap: 18px;
    z-index: 3;
    transform: translateY(-50%);
}

section.pw-hero .thumb {
    border-radius: 4px;
    border: 4px solid #333;
    background: #333;
    position: relative;
    overflow: hidden;
    /*height: 160px;*/
    width: 100%;
    aspect-ratio: 16/9;
    /*outline: 2px solid transparent;*/
    transition: outline-color .2s ease, box-shadow .2s ease;
    cursor: pointer;
    filter: grayscale(1);
}

    section.pw-hero .thumb.is-active {
        /* outline: 2px solid var(--accent);
        box-shadow: 0 0 0 3px rgba(255, 61, 61, .35)*/
        border-radius: 4px;
        border: 4px solid #ED1B34;
        background: #333;
        filter: grayscale(0);
    }

    section.pw-hero .thumb .tbg {
        position: absolute;
        inset: 0;
        background-size: cover;
        background-position: center;
        transform: scale(1.1);
    }

    section.pw-hero .thumb::after {
        content: "";
        position: absolute;
        inset: 0;
        /*background: linear-gradient(180deg, rgba(5, 5, 8, .2), rgba(5, 5, 8, .7));*/
    }

    section.pw-hero .thumb .label {
        position: absolute;
        top: 8px;
        left: 8px;
        font-size: 10px;
        letter-spacing: .12em;
        text-transform: uppercase;
        padding: 8px 16px;
        z-index: 1;
        color: white;
        font-family: syncopate-bold;
    }

        section.pw-hero .thumb .label::before {
            content: "";
            width: 100vw;
            height: 100%;
            background-color: #424243;
            position: absolute;
            right: -60px;
            top: 0;
            will-change: transform;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.25));
            z-index: -1;
            background: no-repeat center / contain url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='273' height='60' viewBox='0 0 273 60' fill='none'><path d='M0 0H272.5L260.182 60H0V0Z' fill='%23222222'/></svg>");
            background-size: cover;
            background-repeat: no-repeat;
        }

/* Owl chrome (desktop) */
section.pw-hero .owl-nav {
    display: none;
}

section.pw-hero .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    transform: translateY(-50%);
}

    section.pw-hero .owl-theme .owl-nav [class*='owl-'] {
        background: rgba(0, 0, 0, .45);
        padding: 10px 12px;
        border-radius: 10px;
        border: 1px solid rgba(255, 255, 255, .12)
    }

section.pw-hero .owl-theme .owl-dots {
    position: absolute;
    right: 12px;
    bottom: 12px
}

/* Force owl containers to viewport height */
section.pw-hero .hero-main .owl-stage-outer,
section.pw-hero .hero-main .owl-stage,
section.pw-hero .hero-main .owl-item {
    height: 100svh
}

section.pw-hero .hero-main .owl-item {
    overflow: hidden;
    padding: 0;
}

/*Explore Programs*/
section.explore-programs * {
    transition: none;
}

section.explore-programs {
    width: 100%;
    height: 100%;
    min-height: 600px;
    border-top: 8px solid #000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%), #ED1B34;
    padding: 80px 0;
}

    section.explore-programs .explore-programs-container {
        width: 100%;
        height: 100%;
        display: grid;
        grid-template-rows: auto auto;
        gap: 40px;
    }

    section.explore-programs h2 {
        color: #FFF;
        leading-trim: both;
        text-edge: cap;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: Catamaran-bold;
        font-size: 48px;
        font-style: normal;
        font-weight: 800;
        line-height: 48px; /* 100% */
    }

    section.explore-programs p {
        color: #FFF;
        font-family: Catamaran-regular;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%; /* 30px */
        max-width: 667px;
    }


    section.explore-programs .explore-programs-top {
        width: 100%;
        height: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    section.explore-programs .explore-programs-bottom {
        width: 100%;
        height: 100%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2,1fr);
        gap: 24px;
    }

        section.explore-programs .explore-programs-bottom a {
            position: relative;
            overflow: hidden;
            text-decoration: none;
        }

            section.explore-programs .explore-programs-bottom a:hover p {
                color: var(--VCAD-Red-Full) !important;
                transition: all .3s linear;
            }

            section.explore-programs .explore-programs-bottom a span.pw-prog-icon {
                position: absolute;
                top: 20px;
                right: 20px;
                width: 80px;
                height: 64px;
                z-index: 1;
                display: grid;
                place-content: center;
                place-items: center;
            }

                section.explore-programs .explore-programs-bottom a span.pw-prog-icon img {
                    width: 80px;
                    height: 64px;
                    object-fit: cover;
                    border-radius: 8px;
                }

            section.explore-programs .explore-programs-bottom a span.special-tag {
                position: absolute;
                top: 20px;
                left: 0;
                z-index: 1;
                padding: 18px;
                color: #FFF;
                font-family: Syncopate-bold;
                font-size: 14px;
                font-style: normal;
                font-weight: 700;
                line-height: 120%; /* 16.8px */
                letter-spacing: 0.8px;
            }

                section.explore-programs .explore-programs-bottom a span.special-tag::before {
                    content: "";
                    width: 100vw;
                    height: 100%;
                    background-color: #424243;
                    position: absolute;
                    right: -60px;
                    top: 0;
                    will-change: transform;
                    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.25));
                    z-index: -1;
                    background: no-repeat center / contain url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='273' height='60' viewBox='0 0 273 60' fill='none'><path d='M0 0H272.5L260.182 60H0V0Z' fill='%23ED1B34'/></svg>");
                    background-size: cover;
                    background-repeat: no-repeat;
                }

            section.explore-programs .explore-programs-bottom a div {
                overflow: hidden;
            }

            section.explore-programs .explore-programs-bottom a > div {
                width: 100%;
                display: grid;
                grid-template-rows: 1fr 120px;
                overflow: hidden;
                position: relative;
            }

                section.explore-programs .explore-programs-bottom a > div img {
                    width: 100%;
                    height: 100%;
                    transform-origin: center;
                    transform: scale(1.05);
                    transition: all .3s linear;
                }

            section.explore-programs .explore-programs-bottom a:hover img {
                transform: scale(1);
            }

            section.explore-programs .explore-programs-bottom a > div .program-details {
                width: 100%;
                display: grid;
                align-items: center;
                padding: 18px 20px;
                color: #FFF;
                font-feature-settings: 'liga' off, 'clig' off;
                font-family: Catamaran-regular;
                font-size: 24px;
                font-style: normal;
                font-weight: 700;
                line-height: 120%; /* 28.8px */
                border-radius: 0 0 6.166px 6.166px;
                border-top: 4px solid rgba(60, 164, 57, 0.79);
                background: #111;
            }

                section.explore-programs .explore-programs-bottom a > div .program-details small {
                    color: rgba(255, 255, 255, 0.80);
                    font-feature-settings: 'liga' off, 'clig' off;
                    font-family: Catamaran-regular;
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: 20px; /* 125% */
                    margin-top: 8px;
                    margin-bottom: 8px;
                }
/*Explore Programs END*/

/*Useful Links*/
section.useful-links * {
    color: white;
    box-sizing:border-box;
}

section.useful-links {
    display: grid;
    width: 100%;
    min-height: 200px;
    background: #111;
    padding: 0 /*48px*/ 0 80px 0;
}

    section.useful-links h3 {
        color: rgba(255, 255, 255, 0.80);
        font-family: Catamaran-regular;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%; /* 36px */
    }

    section.useful-links .useful-links-container {
        display: grid;
        width: 100%;
        gap: 24px;
    }

        section.useful-links .useful-links-container .useful-links-bottom {
            display: grid;
            gap: 16px;
            grid-template-columns: repeat(4, 1fr);
        }

            section.useful-links .useful-links-container .useful-links-bottom > div a {
                border-radius: 2.908px;
                border: 1px solid #999;
                background: rgba(66, 66, 67, 0.20);
                min-height: 100px;
                padding: 20px;
                display: grid;
                grid-template-rows: 35px auto;
                gap: 16px;
                height: 100%;
                width: 100%;
                text-decoration: none;
            }

            section.useful-links .useful-links-container .useful-links-bottom > div:hover H3 {
                color: var(--VCAD-Red-Full);
                transition: all .3s linear;
            }

            section.useful-links .useful-links-container .useful-links-bottom > div a icon {
                width: 35px;
                height: 35px;
            }

            section.useful-links .useful-links-container .useful-links-bottom > div a svg {
                width: 100%;
                height: 100%;
            }

            section.useful-links .useful-links-container .useful-links-bottom > div a h3 {
                color: #FFF;
                font-family: Catamaran-bold;
                font-size: 18px;
                font-style: normal;
                font-weight: 600;
                line-height: 130%; /* 23.4px */
                letter-spacing: 0.36px;
                margin-bottom: 4px;
            }

            section.useful-links .useful-links-container .useful-links-bottom > div a p {
                color: rgba(255, 255, 255, 0.70);
                font-family: Catamaran-regular;
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                line-height: 130%; /* 18.2px */
                letter-spacing: 0.28px;
            }
/*Useful Links END*/

/*Grid Grads*/
section.grid-grads {
    /*padding: 24px;*/
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    background: #111;
    color: #e6eef8;
    box-sizing: border-box;
}

    section.grid-grads .container {
        margin: 0 auto;
        position: relative;
    }

    section.grid-grads .title {
        margin-bottom: 12px;
        font-size: 20px;
        font-weight: 600;
    }

    section.grid-grads .grid {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: repeat(3, 1fr);
        grid-template-areas:
            "a1 a1 a2 a3 a4 a5"
            "a6 a7 a8 a9 a10 a11"
            "a12 a13 a14 a15 a16 a17";
    }

.cell1 {
    display: block !important;
}

section.grid-grads img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1;
}

section.grid-grads .cell {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
    transition: transform .18s ease, box-shadow .18s ease;
}

    section.grid-grads .cell:active {
        transform: translateY(1px);
    }

section.grid-grads .cell1 {
    grid-area: a1;
    align-content: center;
}

section.grid-grads .cell2 {
    grid-area: a2;
}

section.grid-grads .cell3 {
    grid-area: a3;
}

section.grid-grads .cell4 {
    grid-area: a4;
}

section.grid-grads .cell5 {
    grid-area: a5;
}

section.grid-grads .cell6 {
    grid-area: a6;
}

section.grid-grads .cell7 {
    grid-area: a7;
}

section.grid-grads .cell8 {
    grid-area: a8;
}

section.grid-grads .cell9 {
    grid-area: a9;
}

section.grid-grads .cell10 {
    grid-area: a10;
}

section.grid-grads .cell11 {
    grid-area: a11;
}

section.grid-grads .cell12 {
    grid-area: a12;
}

section.grid-grads .cell13 {
    grid-area: a13;
}

section.grid-grads .cell14 {
    grid-area: a14;
}

section.grid-grads .cell15 {
    grid-area: a15;
}

section.grid-grads .cell16 {
    grid-area: a16;
}

section.grid-grads .cell17 {
    grid-area: a17;
}

section.marker {
    width: 100%;
    background-color: red;
    height: 0px;
    margin: 0 auto;
}

/* Add a visual marker for where the text starts */
section.grid-grads .cell1 .text {
    display: grid;
    transition: margin-left 0.25s ease;
    display: grid;
    gap: 24px;
    max-width: 376px;
    justify-self: center;
}

    section.grid-grads .cell1 .text h2 {
        color: #ED1B34;
        leading-trim: both;
        text-edge: cap;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: Catamaran-bold;
        font-size: 48px;
        font-style: normal;
        font-weight: 800;
        line-height: 100%; /* 48px */
    }

    section.grid-grads .cell1 .text p {
        color: rgba(255, 255, 255, 0.80);
        leading-trim: both;
        text-edge: cap;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: Catamaran-regular;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%; /* 24px */
    }

/*section.grid-grads .cell1{
    display:none !important;
}*/
section.grid-grads .mobile-header {
    display: none;
}

    section.grid-grads .mobile-header .text {
        display: grid;
        transition: margin-left 0.25s ease;
        display: grid;
        gap: 24px;
        max-width: 376px;
        margin-bottom: 48px;
    }

        section.grid-grads .mobile-header .text h2 {
            color: #ED1B34;
            leading-trim: both;
            text-edge: cap;
            font-feature-settings: 'liga' off, 'clig' off;
            font-family: Catamaran-bold;
            font-size: 48px;
            font-style: normal;
            font-weight: 800;
            line-height: 100%; /* 48px */
        }

        section.grid-grads .mobile-header .text p {
            color: rgba(255, 255, 255, 0.80);
            leading-trim: both;
            text-edge: cap;
            font-feature-settings: 'liga' off, 'clig' off;
            font-family: Catamaran-regular;
            font-size: 20px;
            font-style: normal;
            font-weight: 500;
            line-height: 120%; /* 24px */
        }
/*Grid Grads END*/

/*Life datalist VCAD*/
:root {
    --bg: #121214;
    --panel: #1b1b1d;
    --ink: #f1f1f2;
    --muted: #b5b5b9;
    --stroke: #2a2a2d;
    --accent: #ed1b34; /* VCAD red */
    --badge: #ed1b34;
    --radius: 12px;
    --gap: 24px;
}

section.life-at {
    width: 100%;
    height: 100%;
    padding: 80px 0;
    background: #111;
    padding-bottom: 0;
}

    section.life-at .life-at-container {
        width: 100%;
        height: 100%;
        min-height: 600px;
        display: grid;
        gap: 48px;
        overflow: hidden;
    }

    section.life-at .top {
        width: 100%;
        display: grid;
        grid-template-columns: auto auto;
        gap: 10px;
        align-content: end;
        align-items: end;
        justify-content: space-between;
    }

        /* ---------- FILTER TABS ---------- */
        /*section.life-at .top .filters {
            display: grid;
            grid-auto-flow: column;
            gap: 8px;
            width: max-content;
            margin: 6px 0 16px;
            user-select: none;
            width:100%;
            overflow-x:auto;
        }*/

        /* Chromium (Chrome/Edge), Safari, Opera */
        /*section.life-at .top .filters::-webkit-scrollbar {
                width: 0;
                height: 0;
                display: none;
            }*/

        section.life-at .top .filters {
            display: grid;
            grid-auto-flow: column;
            gap: 8px;
            margin: 6px 0 16px;
            /* scrolling */
            overflow-x: auto;
            overflow-y: hidden; /* prevent a stray vertical bar */
            -webkit-overflow-scrolling: touch;
            /* hide scrollbar (Firefox + old Edge/IE) */
            scrollbar-width: none; /* Firefox */
            -ms-overflow-style: none; /* IE/old Edge */
        }

            /* Chromium (Chrome/Edge), Safari, Opera */
            section.life-at .top .filters::-webkit-scrollbar {
                width: 0;
                height: 0;
                display: none;
            }

            section.life-at .top .filters button {
                position: relative;
                appearance: none;
                background: none;
                border: 0;
                padding: 16px 20px;
                color: #e7e7ea;
                font-weight: 800;
                letter-spacing: .04em;
                cursor: pointer;
                color: #FFF;
                font-family: Catamaran-regular;
                font-size: 18px;
                font-style: normal;
                font-weight: 500;
                line-height: 150%; /* 27px */
                text-transform: uppercase;
            }

                section.life-at .top .filters button::after {
                    content: "";
                    position: absolute;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    height: 4px;
                    background: #3a3a3f;
                    border-radius: 2px;
                    transform-origin: left;
                }

                section.life-at .top .filters button.active {
                    color: #fff;
                }

                    section.life-at .top .filters button.active::after {
                        background: var(--accent);
                        transform: scaleX(1);
                    }


    section.life-at .life-at-container .text {
        max-width: 667px;
    }

        section.life-at .life-at-container .text h2 {
            color: #ED1B34;
            leading-trim: both;
            text-edge: cap;
            font-feature-settings: 'liga' off, 'clig' off;
            font-family: Catamaran-bold;
            font-size: 48px;
            font-style: normal;
            font-weight: 800;
            line-height: 100%; /* 48px */
            margin-bottom: 10px;
        }

        section.life-at .life-at-container .text p {
            color: rgba(255, 255, 255, 0.80);
            font-family: Catamaran-regular;
            font-size: 20px;
            font-style: normal;
            font-weight: 500;
            line-height: 150%; /* 30px */
        }

    /* ---------------- TABS ---------------- */
    section.life-at .life-at-container .tabs-wrap {
        display: grid;
    }

    section.life-at .life-at-container .tabs {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: max-content;
        padding-bottom: 12px;
        overflow-x: auto;
        justify-content: end; /* right aligned like the comp */
    }

    section.life-at .life-at-container .tab {
        display: grid;
        place-items: center;
        padding: 16px 20px;
        border: 0;
        background: transparent;
        cursor: pointer;
        color: #cfcfd4;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: .5px;
        font-size: 13px;
        white-space: nowrap;
    }

        section.life-at .life-at-container .tab[data-active="true"] {
            color: #fff;
        }

    section.life-at .life-at-container .tabs-underline {
        height: 4px;
        position: relative;
    }

        section.life-at .life-at-container .tabs-underline .bar {
            position: absolute;
            left: 0;
            bottom: -1px;
            height: 3px;
            width: 36px;
            background: var(--accent);
            transform: translateX(0);
            transition: transform .25s ease,width .25s ease;
        }

/*    section.life-at .life-at-container .bottom {
        min-height: 700px;
        width: 100%;
        height: 100%;
        display: grid;
        grid-template-columns: repeat(3,1fr);
        grid-template-rows: 1fr 1fr;
        gap: 24px;
    }

    section.life-at .life-at-container .bottom > div {
       border:1px solid white;
       aspect-ratio:1;
    }*/






/*===============================Life at VCAD Carousel*/
:root {
    --bg: #121214;
    --ink: #f1f1f2;
    --muted: #b5b5b9;
    --stroke: #2a2a2d;
    --accent: #ed1b34;
    --badge: #ed1b34;
    --radius: 12px;
    --gap: 18px;
}

section.cardsource {
    max-width: 100% !important;
    display: grid;
    /*    place-content: center;
    place-items: center;*/
}
    /* ---------- FILTER TABS ---------- */
    section.cardsource .filters {
        display: grid;
        grid-auto-flow: column;
        gap: 24px;
        width: max-content;
        margin: 6px 0 16px;
        user-select: none;
    }

        section.cardsource .filters button {
            position: relative;
            appearance: none;
            background: none;
            border: 0;
            padding: 8px 0 14px;
            color: #e7e7ea;
            font-weight: 800;
            letter-spacing: .04em;
            cursor: pointer;
        }

            section.cardsource .filters button::after {
                content: "";
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
                height: 3px;
                background: #3a3a3f;
                border-radius: 2px;
                transform: scaleX(.55);
                transform-origin: left;
            }

            section.cardsource .filters button.active {
                color: #fff;
            }

                section.cardsource .filters button.active::after {
                    background: var(--accent);
                    transform: scaleX(1);
                }

    /* ---------- Carousel hard stop for “peeking” ---------- */
    section.cardsource .owl-carousel,
    section.cardsource .owl-stage-outer {
        width: 100%;
        overflow: hidden;
        padding: 0 !important;
    }

    section.cardsource .owl-item {
        margin: 0 !important;
    }

    section.cardsource .owl-stage {
        margin: 0 !important;
    }

    /* Each carousel item is a grid */
    section.cardsource .slide-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: var(--gap);
        width: 100%;
    }

@media (max-width: 1023.98px) {
    section.cardsource .slide-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767.98px) {
    section.cardsource .slide-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== Card ===== */
section.cardsource * {
    color: white !important;
}

section.cardsource .card {
    background: linear-gradient(#26262a, #222225);
    border: 1px solid var(--stroke);
    border-radius: var(--radius);
    overflow: hidden;
    display: grid;
    grid-template-rows: 240px 100px;
    width: 100%;
    position: relative;
    cursor: pointer;
}

    section.cardsource .card img {
        transform: scale(1.07);
    }

    section.cardsource .card:hover img {
        transform: scale(1);
    }

    section.cardsource .card a {
        width: 100%;
        height: 100%;
        text-decoration: none;
        display: grid;
        position: absolute;
    }

section.cardsource .thumb {
    position: relative;
    background: #333 center/cover no-repeat;
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Catamaran-regular;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 24px */
    display: grid;
    align-content: flex-end;
    overflow: hidden;
}

    section.cardsource .thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
    }

    section.cardsource .thumb p {
        padding: 24px;
        text-align: left;
    }

section.cardsource .owl-theme .owl-nav.disabled + .owl-dots {
    margin: 48px;
}

section.cardsource .badge {
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 2;
    background: var(--VCAD-Red-Full);
    color: #fff;
    font-weight: 800;
    padding: 8px 12px;
    font-size: 12px;
    letter-spacing: .3px;
    border-radius: 8px;
    clip-path: polygon(0 0,100% 0,92% 100%,0% 100%);
    color: #FFF;
    font-family: Syncopate-bold;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 16.8px */
    letter-spacing: 0.8px;
}

    section.cardsource .badge::before {
        content: "";
        width: 100vw;
        height: 100%;
        background-color: var(--badge);
        position: absolute;
        right: -60px;
        top: 0;
        will-change: transform;
        filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.25));
        z-index: -1;
        background: no-repeat center / contain url(data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='273' height='60' viewBox='0 0 273 60' fill='none'><path d='M0 0H272.5L260.182 60H0V0Z' fill='%23ED1B34'/></svg>);
        background-size: cover;
        background-repeat: no-repeat;
    }

section.cardsource .play {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
}

    section.cardsource .play::before {
        content: "";
        width: 58px;
        height: 58px;
        border-radius: 50%;
        background: rgba(0,0,0,.45);
        box-shadow: 0 0 0 4px rgba(0,0,0,.25) inset;
        width: 64px;
        height: 64px;
        background: no-repeat center / contain url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none'><g clip-path='url(%23clip0)'><path d='M32 64C49.6731 64 64 49.6731 64 32C64 14.3269 49.6731 0 32 0C14.3269 0 0 14.3269 0 32C0 49.6731 14.3269 64 32 64Z' fill='black' fill-opacity='0.7'/><path d='M45.7312 30.4393L25.1474 19.2118C23.9628 18.5656 22.5183 19.423 22.5183 20.7725V43.2275C22.5183 44.577 23.9627 45.4344 25.1474 44.7883L45.7312 33.5608C46.9666 32.8869 46.9666 31.1131 45.7312 30.4393Z' fill='%23ED1B34'/><path d='M27.2098 34.5998V20.3366L25.1476 19.2118C23.9629 18.5656 22.5186 19.423 22.5186 20.7725V43.2275C22.5186 44.5769 23.9629 45.4344 25.1476 44.7883L45.7313 33.5606C46.3512 33.2225 46.6593 32.6074 46.6569 31.9933L30.2561 36.8718C28.7363 37.3238 27.2098 36.1853 27.2098 34.5998Z' fill='black' fill-opacity='0.1'/></g><defs><clipPath id='clip0'><rect width='64' height='64' fill='white'/></clipPath></defs></svg>");
    }


section.cardsource .meta {
    display: grid;
    row-gap: 8px;
    padding: 12px 16px;
    text-align: left;
    align-content: flex-start;
    border-radius: 0 0 6.166px 6.166px;
    border-top: 4px solid #444;
    background: #222;
}

section.cardsource .title {
    font-weight: 900;
    font-size: 18px;
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Catamaran-bold;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 28.8px */
}

section.cardsource .subtitle {
    color: #b5b5b9;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.80);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Catamaran-regular;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 111.111% */
}

section.cardsource .footer {
    border-top: 1px solid var(--stroke);
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    padding: 10px 14px;
    color: #b5b5b9;
    font-size: 12px;
}

/* Article strip */
section.cardsource .article-strip {
    display: grid;
    grid-template-columns: auto auto;
    font-size: 12px;
    column-gap: 10px;
    justify-content: space-between;
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Catamaran-regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 19.2px */
    letter-spacing: 0.64px;
}

/* Owl dots */
section.cardsource .owl-theme .owl-dots {
    margin-top: 18px;
}

section.cardsource .owl-dot {
    width: 16px;
    height: 16px;
}

section.cardsource .owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    background: #5b5b60;
    margin: 0;
}

section.cardsource .owl-item {
    border: none;
}

section.cardsource .owl-theme .owl-dots .owl-dot.active span {
    background: var(--accent);
}

/* demo thumbs */
section.cardsource .thumb--1 {
    background-image: url('https://images.unsplash.com/photo-1519681393784-d120267933ba?q=80&w=1400&auto=format&fit=crop');
}

section.cardsource .thumb--2 {
    background-image: url('https://images.unsplash.com/photo-1523961131990-5ea7c61b2107?q=80&w=1400&auto=format&fit=crop');
}

section.cardsource .thumb--3 {
    background-image: url('https://images.unsplash.com/photo-1497032628192-86f99bcd76bc?q=80&w=1400&auto=format&fit=crop');
}

section.cardsource .thumb--4 {
    background-image: url('https://images.unsplash.com/photo-1535223289827-42f1e9919769?q=80&w=1400&auto=format&fit=crop');
}

section.cardsource .thumb--5 {
    background-image: url('https://images.unsplash.com/photo-1605810230434-7631ac76ec81?q=80&w=1400&auto=format&fit=crop');
}

section.cardsource .thumb--6 {
    background-image: url('https://images.unsplash.com/photo-1529336953121-1a83d1cda9b0?q=80&w=1400&auto=format&fit=crop');
}

/* hide the raw source list */
section.cardsource #cardSource {
    display: none;
}
/*===============================Life at VCAD Carousel END*/
/*Life at VCAD END*/
/* ===== Mobile-only components (hidden by default) ===== */
.hero-strip, .mobile-panel {
    display: none;
}

    .hero-strip.owl-carousel.owl-loaded.owl-drag {
        display: none !important;
    }

/*===============================NEW CTA*/
section.new-cta-pw {
    width: 100%;
    height: auto;
    display: block;
    border: none;
    overflow: hidden;
}

section.new-cta-pw {
    width: 100%;
    height: auto;
    display: block;
    border-bottom: 4px solid #ED1B34;
    background: #222;
}

    section.new-cta-pw .new-cta-pw-container {
        width: 100%;
        min-height: 268px;
        display: grid;
        grid-template-columns: 315px auto;
        max-width: 978px;
        margin: 0px auto;
        position: relative;
    }

        section.new-cta-pw .new-cta-pw-container .text {
            width: 100%;
            display: grid;
            gap: 16px;
            background: linear-gradient(270deg, rgba(34, 34, 34, 0) 24.19%, #222 87.97%, #222 100%);
            align-content: center;
        }

        section.new-cta-pw .new-cta-pw-container .student {
            width: 100%;
            display: grid;
            gap: 16px;
            /*            background: url('/Files/templates/main-2025/images/new-cta.png') lightgray -989.979px 0.853px / 281.702% 100.387% no-repeat;
*/
            background: linear-gradient(270deg, rgba(34,34,34,0) 24.19%, #222 87.97%, #222 100%), url('/Files/templates/main-2024/images/vcad-home-divider.jpg') center/cover no-repeat;
            background-position: right;
            background-position: top right;
            background-size: cover;
            position: relative;
            background-blend-mode: lighten;
            background-position: 30% 0%;
            background-size: 864px;
        }

            section.new-cta-pw .new-cta-pw-container .student::before {
                content: "";
                position: absolute;
                width: 100%;
                /* background: linear-gradient(260deg, rgba(34,34,34,0) 84.19%, #222 87.97%, #222 100%) center/cover no-repeat;*/
                background: linear-gradient(270deg, rgba(34, 34, 34, 0) 0% 37.19%, #222 87.97%, #222 100%) center / cover no-repeat;
                top: 0;
                left: 0;
                display: block;
                height: 100%;
                background-blend-mode: lighten;
            }

            section.new-cta-pw .new-cta-pw-container .student::after {
                content: "";
                position: absolute;
                width: 100%;
                /*background: linear-gradient(89deg, rgba(34,34,34,0) 64.19%, #222 87.97%, #222 100%) center/cover no-repeat;*/
                background: linear-gradient(87deg, rgba(34, 34, 34, 0) 67.19%, #222 87.97%, #222 100%) center / cover no-repeat;
                top: 0;
                right: -20px;
                display: block;
                height: 100%;
                background-blend-mode: lighten;
            }

            section.new-cta-pw .new-cta-pw-container .student a {
                position: absolute;
                right: 20px;
                bottom: 20px;
                color: white;
                font-family: Catamaran-Regular;
                z-index: 1;
            }

        section.new-cta-pw .new-cta-pw-container .text h2 {
            color: #ED1B34;
            leading-trim: both;
            text-edge: cap;
            font-feature-settings: 'liga' off, 'clig' off;
            font-family: Catamaran-bold;
            font-size: 36px;
            font-style: normal;
            font-weight: 800;
            line-height: 100%; /* 36px */
        }

        section.new-cta-pw .new-cta-pw-container .text button {
            display: inline-flex;
            padding: 16px 24px;
            justify-content: center;
            align-items: center;
            gap: 10px;
            border: 1px solid #ED1B34;
            background: #ED1B34;
            color: #FFF;
            text-align: center;
            font-feature-settings: 'liga' off, 'clig' off;
            font-family: Catamaran-Regular;
            font-size: 15px;
            font-style: normal;
            font-weight: 700;
            line-height: 100%;
            cursor: pointer;
            text-decoration: none;
            letter-spacing: 0.04em;
            width: max-content;
        }

            section.new-cta-pw .new-cta-pw-container .text button:hover {
                border: 1px solid #ED1B34;
                background: #FFF;
                color: #ED1B34;
            }

    section.new-cta-pw > button.mobile-cta-button {
        display: none;
    }

    section.new-cta-pw > button {
        display: inline-flex;
        padding: 16px 24px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border: 1px solid #ED1B34;
        background: #ED1B34;
        color: #FFF;
        text-align: center;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: Catamaran-Regular;
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        cursor: pointer;
        text-decoration: none;
        letter-spacing: 0.04em;
        width: 100%;
    }

    section.new-cta-pw > a:hover {
        border: 1px solid #ED1B34;
        background: #FFF;
        color: #ED1B34;
    }

    section.new-cta-pw .new-cta-pw-container .text p {
        color: rgba(255, 255, 255, 0.80);
        font-family: Catamaran-regular;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%; /* 24px */
    }
/*===============================NEW CTA END*/

@media (max-width: 1024px) {
    section.explore-programs .explore-programs-bottom {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
    }

    section.useful-links .useful-links-container .useful-links-bottom > div a p {
        display: none;
    }

    section.explore-programs .explore-programs-top {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    section.useful-links .useful-links-container .useful-links-bottom {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width:820px) {
    body#home main {
        margin-top: 0;
    }

    .wrap {
        min-height: 100svh;
        display: grid;
        grid-template-rows: 62vh 94px auto;
    }


    section.pw-hero .hero-main .owl-stage-outer, section.pw-hero .hero-main .owl-stage, section.pw-hero .hero-main .owl-item {
        height: 100%;
    }

    section.pw-hero {
        min-height: auto
    }

        section.pw-hero .owl-dots {
            display: none;
        }

        section.pw-hero .hero-main {
            /* height: 56svh*/
            height: 100%;
        }

        section.pw-hero .slide {
            /*height: 56svh*/
            height: 100%;
        }

        section.pw-hero .caption {
            display: none
        }
        /* hide caption in hero on mobile */
        section.pw-hero .hero-side {
            display: none
        }
    /* hide desktop rail */

    .hero-strip {
        display: block;
        position: relative;
        margin: 0;
        /*background: #0a0a0d;*/
        background: transparent;
    }

        .hero-strip .owl-item {
            border: 4px solid #333;
        }

        .hero-strip .mthumb {
            position: relative;
            width: 156px;
            /*width: 100%;*/
            /*max-width: 280px;*/
            height: 84px;
            border-radius: 2.24px;
            overflow: hidden;
            transition: outline-color .2s ease, box-shadow .2s ease;
            border-radius: 2.242px;
            background: #333;
        }

            .hero-strip .mthumb.is-active {
                outline: 4px solid var(--accent);
                box-shadow: 0 0 0 3px rgba(255,61,61,.35);
                filter: grayscale(0);
            }

        .hero-strip .active .tbg {
            filter: grayscale(0);
        }

        .hero-strip .tbg {
            position: absolute;
            inset: 0;
            background-size: cover;
            background-position: center;
            filter: grayscale(1);
        }


        .hero-strip .label {
            position: absolute;
            top: 8px;
            left: 0px;
            font-size: 7px;
            letter-spacing: .12em;
            text-transform: uppercase;
            padding: 8px 8px;
            padding-right: 0;
            z-index: 1;
            color: white;
            font-family: syncopate-bold;
        }

            .hero-strip .label::before {
                content: "";
                width: 100vw;
                height: 100%;
                background-color: #424243;
                position: absolute;
                right: -20px;
                top: 0;
                will-change: transform;
                filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.25));
                z-index: -1;
                background: no-repeat center / contain url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='273' height='60' viewBox='0 0 273 60' fill='none'><path d='M0 0H272.5L260.182 60H0V0Z' fill='%23222222'/></svg>");
                background-repeat: no-repeat;
                background-size: contain;
                background-size: cover;
                background-repeat: no-repeat;
            }

        .hero-strip .owl-stage-outer {
            padding: 0 56px;
            z-index: -1;
            height:100%;
        }
        /* space for paddles */
        .hero-strip .owl-item {
            cursor: pointer;
            padding: 0;
        }
        /* tap targets look clickable */

        /* fixed red paddles */
        .hero-strip .owl-nav {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 100%;
            display: flex;
            justify-content: space-between;
            z-index: -1;
            transform: translateY(0) !important;
            align-items: center;
        }

            .hero-strip .owl-nav button.owl-prev,
            .hero-strip .owl-nav button.owl-next {
                width: 26px;
                height: 100%;
                margin: 0;
                border-radius: 0;
                border: none;
                background: var(--accent) !important;
                color: #fff !important;
                display: flex;
                align-items: center;
                justify-content: center;
                z-index: 1;
                height: 94px;
            }

            .hero-strip .owl-nav button span {
                font-size: 24px;
                line-height: 1;
                transform: translateY(-2px)
            }

        .hero-strip .owl-dots {
            display: none
        }

    /* mobile caption panel */
    .mobile-panel {
        display: block;
        background: #0b0b0f;
        padding: 22px 20px 28px;
        padding-top: 0;
    }

    .mobile-caption .title {
        font-size: clamp(22px, 6vw, 34px);
        line-height: 1.1;
        margin: 8px 0 14px;
        font-weight: 800;
        color: white;
    }

    .mobile-caption {
        display: grid;
        gap: 0px;
        position: relative;
    }

        .mobile-caption .eyebrow {
            color: white;
            color: #FFF;
            font-family: Syncopate-bold;
            font-size: 13.333px;
            font-style: normal;
            font-weight: 700;
            line-height: 120%; /* 16px */
            letter-spacing: 0.533px;
            position: absolute;
            top: -220px;
            z-index: 1;
            padding: 12px 22px;
        }

            .mobile-caption .eyebrow::before {
                content: "";
                width: 100vw;
                height: 100%;
                background-color: #424243;
                position: absolute;
                right: -60px;
                top: 0;
                will-change: transform;
                filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.25));
                z-index: -1;
                background: no-repeat center / contain url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='273' height='60' viewBox='0 0 273 60' fill='none'><path d='M0 0H272.5L260.182 60H0V0Z' fill='%23222222'/></svg>");
                background-repeat: no-repeat;
                background-size: contain;
                background-size: cover;
                background-repeat: no-repeat;
            }

        .mobile-caption .caption-pw {
            color: #FFF;
            text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
            font-family: Catamaran-regular;
            font-size: 15px;
            font-style: normal;
            font-weight: 500;
            line-height: 20px; /* 133.333% */
            margin-bottom: 16px;
            color: white;
        }

    mobile-caption .caption {
        display: block !important;
        color: white !important;
    }

    .mobile-caption .meta {
        color: white;
        /*margin-bottom: 18px;*/
        leading-trim: both;
        text-edge: cap;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: Catamaran-regular;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px; /* 133.333% */
    }

    .mobile-caption .cta .btn-primary {
        padding: 12px 16px;
        border: 1px solid #ED1B34;
        background: #ED1B34;
        gap: 24px;
        color: #FFF;
        text-align: center;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: Catamaran-regular;
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
    }

    section.pw-hero .hero-main .owl-stage {
        height: 100% !important;
    }

    .hero-strip.owl-carousel.owl-loaded.owl-drag {
        display: grid !important;
        align-items: center;
        width: 100%;
        max-width: 100vw;
        transform: translateY(-30%);
    }

    section.pw-hero .slide::before {
        background: linear-gradient(180deg, rgba(18, 18, 18, 0.30) 0%, rgba(18, 18, 18, 0.00) 21.15%, rgba(18, 18, 18, 0.00) 42.31%, #121212 100%);
    }



    section.explore-programs .explore-programs-bottom {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: auto;
    }

    section.life-at .top {
        grid-template-columns: 1fr;
    }

    section.useful-links{
        padding-top:24px;
        margin-top:-1px;
    }

        section.useful-links .useful-links-container .useful-links-bottom > div a {
            min-height: unset;
            align-content: center;
            align-items: center;
            padding: 12px 6px 12px 12px;
        }

        section.useful-links .useful-links-container .useful-links-bottom > div a icon{
            width:24px;
            height:24px;
        }

        section.useful-links .useful-links-container .useful-links-bottom > div a h3{
            font-size:14px;
        }

        section.useful-links .useful-links-container {
            padding-bottom: 40px;
        }

    section.new-cta-pw .new-cta-pw-container {
        grid-template-columns: 1fr;
    }

        section.new-cta-pw .new-cta-pw-container .student {
            height: 222px;
            left: -22px;
            width: 100% /*100vw*/;
        }

        section.new-cta-pw .new-cta-pw-container .text {
            padding: 40px 20px;
        }

    section.grid-grads .mobile-header {
        display: grid
    }

        section.grid-grads .mobile-header .text {
            margin-bottom: 48px;
            max-width: unset;
            padding:20px;
        }

    section.grid-grads .grid {
        grid-template-columns: repeat(3, 1fr);
        /*grid-template-rows: repeat(10, 1fr);*/
        grid-template-areas:
            /*"a1 a1 a1"*/
            "a2 a2 a3"
            "a2 a2 a4"
            "a5 a6 a7"
            "a8 a9 a10"
            "a12 a11 a11"
            "a13 a11 a11"
            "a14 a15 a16"
            "a17 a17 a17";
    }

    section.grid-grads .cell1 .text {
        padding: 64px 0 48px 0;
        width: 100%;
        max-width: unset;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0px !important;
    }

    section.grid-grads .cell1 {
        display: none !important;
    }

    section.grid-grads .cell {
        background: unset;
        position: relative;
    }

    section.new-cta-pw .new-cta-pw-container .student::before {
        right: -50%;
        content: none;
    }

    section.new-cta-pw .new-cta-pw-container .student::after {
        right: -50px;
    }


    section.new-cta-pw .new-cta-pw-container .text button {
        display: none;
    }

    section.new-cta-pw > button.mobile-cta-button {
        display: inline-flex;
    }


    /*FILTERS*/

}



@media (max-width: 420px) {
    section.grid-grads .grid {
        grid-template-rows: repeat(10, 90px);
        gap: 10px;
    }

    section.grid-grads .cell {
        font-size: 16px;
    }
}
