/* =========================================================
   WIST ABOUT PAGE
========================================================= */
.wist-inner--about {
    --inner-accent: #2580e8;
    --inner-accent-rgb: 37, 128, 232;
}

.wist-inner--learning {
    --inner-accent: #b65edb;
    --inner-accent-rgb: 182, 94, 219;
}

.wist-inner--admissions {
    --inner-accent: #f03343;
    --inner-accent-rgb: 240, 51, 67;
}


.wist-inner-page {
    position: relative;

    overflow: hidden;

    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #f7faff 100%
        );

    color: #0b244c;
}


/* =========================================================
   HERO
========================================================= */

.wist-inner-hero {
    position: relative;

    min-height: 560px;

    display: flex;
    align-items: center;

    overflow: hidden;

    background:
        linear-gradient(
            135deg,
            #031b3b 0%,
            #07295b 55%,
            #0b356d 100%
        );
}

.wist-inner-hero::before {
    content: "";

    position: absolute;
    inset: 0;

    background:
        radial-gradient(
            circle at 12% 18%,
            rgba(var(--inner-accent-rgb), .16),
            transparent 32%
        ),
        radial-gradient(
            circle at 78% 22%,
            rgba(182, 94, 219, .10),
            transparent 28%
        );

    pointer-events: none;
}



.wist-inner-hero__media {
    position: absolute;

    top: 0;
    right: 0;
    bottom: 0;

    width: 100%;

    overflow: hidden;
}

.wist-inner-hero__media img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center;
}

.wist-inner-hero__overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            #031b3b 0%,
            rgba(3, 27, 59, .94) 12%,
            rgba(3, 27, 59, .68) 38%,
            rgba(3, 27, 59, .22) 72%,
            rgba(3, 27, 59, .08) 100%
        );
}


.wist-inner-hero__container {
    position: relative;
    z-index: 2;

    width:
        min(
            1420px,
            calc(100% - 80px)
        );

    margin: 0 auto;
}

.wist-inner-hero__content {
    max-width: 760px;

    padding:
        100px 0
        90px;
}


.wist-inner-hero__eyebrow {
    position: relative;

    display: inline-flex;
    align-items: center;
    gap: 13px;

    margin-bottom: 22px;

    color: #efb126;

    font-size: 13px;
    font-weight: 800;

    letter-spacing: .14em;
    text-transform: uppercase;
}

.wist-inner-hero__eyebrow::before {
    content: "";

    width: 34px;
    height: 2px;

    border-radius: 20px;

    background:
        linear-gradient(
            90deg,
            #efb126,
            #ffd661
        );
}


.wist-inner-hero__title {
    margin: 0;

    max-width: 760px;

    color: #ffffff;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size:
        clamp(
            34px,
            5.7vw,
            62px
        );

    font-weight: 400;

    line-height: .98;

    letter-spacing: -.045em;
}


/* =========================================================
   CONTENT AREA
========================================================= */

.wist-inner-content {
    position: relative;

    padding:
        84px 0
        120px;
}




.wist-inner-content__container {
    position: relative;
    z-index: 2;

    width:
        min(
            1420px,
            calc(100% - 80px)
        );

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        310px
        minmax(0, 1fr);

    gap: 72px;

    align-items: start;
}


/* =========================================================
   SIDEBAR
========================================================= */

.wist-inner-sidebar {
    position: relative;
}

.wist-inner-sidebar__inner {
    position: sticky;

    top: 130px;

    overflow: hidden;

    border:
        1px solid
        rgba(
            14,
            43,
            83,
            .08
        );

    border-radius: 24px;

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.96),
            rgba(247,250,255,.92)
        );

    box-shadow:
        0 22px 65px
        rgba(
            11,
            36,
            76,
            .08
        );

    backdrop-filter:
        blur(18px);

    -webkit-backdrop-filter:
        blur(18px);
}


.wist-inner-sidebar__heading {
    position: relative;

    padding:
        24px 24px
        20px;

    color: #0b244c;

    font-size: 12px;
    font-weight: 800;

    letter-spacing: .12em;

    text-transform: uppercase;

    border-bottom:
        1px solid
        rgba(
            11,
            36,
            76,
            .08
        );
}

.wist-inner-sidebar__heading::after {
    content: "";

    position: absolute;

    left: 24px;
    bottom: -1px;

    width: 42px;
    height: 2px;

    background:
        linear-gradient(
            90deg,
            var(--inner-accent),
            color-mix(in srgb, var(--inner-accent), white 35%)
        );
}


/* =========================================================
   SIDEBAR MENU
========================================================= */

.wist-inner-menu {
    margin: 0;
    padding: 0;

    list-style: none;
}

.wist-inner-menu li {
    position: relative;

    margin: 0;
}

.wist-inner-menu li + li {
    border-top:
        1px solid
        rgba(
            11,
            36,
            76,
            .065
        );
}

.wist-inner-menu a {
    position: relative;

    min-height: 74px;

    display: grid;

    grid-template-columns:
        36px
        minmax(0, 1fr)
        22px;

    align-items: center;

    gap: 10px;

    padding:
        14px 22px;

    color: #52647e;

    text-decoration: none;

    transition:
        color .28s ease,
        background .28s ease;
}

.wist-inner-menu__number {
    color:
        rgba(
            11,
            36,
            76,
            .35
        );

    font-size: 11px;
    font-weight: 800;

    letter-spacing: .08em;

    transition:
        color .28s ease;
}

.wist-inner-menu__title {
    font-size: 14px;
    font-weight: 650;

    line-height: 1.35;
}

.wist-inner-menu__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    color:
        rgba(
            11,
            36,
            76,
            .35
        );

    font-size: 18px;

    transition:
        color .28s ease,
        transform .28s ease;
}


.wist-inner-menu a:hover {
    color: #0b244c;

    background:
        linear-gradient(
            90deg,
            rgba(var(--inner-accent-rgb), .055),
            rgba(var(--inner-accent-rgb), .015)
        );
}

.wist-inner-menu a:hover
.wist-inner-menu__arrow {
    color: var(--inner-accent);

    transform:
        translateX(4px);
}


/* CURRENT PAGE */

.wist-inner-menu li.is-current > a {
    color: #0b244c;

    background:
        linear-gradient(
            90deg,
            rgba(var(--inner-accent-rgb), .12),
            rgba(var(--inner-accent-rgb), .03)
        );
}

.wist-inner-menu li.is-current > a::before {
    content: "";

    position: absolute;

    top: 10px;
    bottom: 10px;
    left: 0;

    width: 3px;

    border-radius:
        0 4px 4px 0;

    background:
        linear-gradient(
            180deg,
            var(--inner-accent),
            color-mix(in srgb, var(--inner-accent), #7b61ff 45%)
        );

    box-shadow:
        0 0 16px rgba(var(--inner-accent-rgb), .35);
}

.wist-inner-menu li.is-current
.wist-inner-menu__number {
    color: var(--inner-accent);
}

.wist-inner-menu li.is-current
.wist-inner-menu__title {
    font-weight: 750;
}

.wist-inner-menu li.is-current
.wist-inner-menu__arrow {
    color: var(--inner-accent);
    transform: translateX(3px);
}


/* =========================================================
   CAMPUS TOUR CTA
========================================================= */

.wist-inner-sidebar__tour {
    position: relative;

    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        34px;

    align-items: center;

    gap: 14px;

    margin: 18px;

    padding:
        18px 18px;

    overflow: hidden;

    color: #ffffff;

    text-decoration: none;

    border-radius: 18px;

    background:
        linear-gradient(
            135deg,
            color-mix(in srgb, var(--inner-accent), black 65%),
            var(--inner-accent)
        );

    box-shadow:
        0 18px 40px
        rgba(var(--inner-accent-rgb), .20);

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}

.wist-inner-sidebar__tour::before {
    content: "";

    position: absolute;

    top: -80px;
    right: -70px;

    width: 150px;
    height: 150px;

    border-radius: 50%;

    background:
        rgba(
            255,
            255,
            255,
            .08
        );
}

.wist-inner-sidebar__tour > span:first-child {
    position: relative;
    z-index: 1;

    font-size: 13px;
    font-weight: 750;

    line-height: 1.4;
}

.wist-inner-sidebar__tour > span:last-child {
    position: relative;
    z-index: 1;

    width: 34px;
    height: 34px;

    display: grid;
    place-items: center;

    border-radius: 50%;

    background:
        rgba(
            255,
            255,
            255,
            .12
        );

    transition:
        transform .3s ease,
        background .3s ease;
}

.wist-inner-sidebar__tour:hover {
    transform:
        translateY(-2px);

    box-shadow:
        0 24px 55px
        rgba(var(--inner-accent-rgb), .28);
}

.wist-inner-sidebar__tour:hover
> span:last-child {
    transform:
        translateX(4px);

    background:
        rgba(
            255,
            255,
            255,
            .2
        );
}


/* =========================================================
   MAIN CONTENT
========================================================= */

.wist-inner-main {
    position: relative;

    min-width: 0;
}

.wist-inner-main::before {
    content: "";

    position: absolute;

    top: 0;
    left: -36px;

    width: 1px;
    height: 100%;

    background:
        linear-gradient(
            180deg,
            rgba(var(--inner-accent-rgb), .18),
            transparent 85%
        );
}


.wist-inner-main__content {
    max-width: 960px;

    color: #52647e;

    font-size: 17px;
    line-height: 1.75;
}

.wist-inner-main__content
> *:first-child {
    margin-top: 0;
}


/* =========================================================
   HEADINGS
========================================================= */

.wist-inner-main__content h2 {
    position: relative;

    margin:
        0 0 28px;

    padding-bottom: 18px;

    color: #0b244c;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size:
        clamp(
            38px,
            4vw,
            56px
        );

    font-weight: 400;

    line-height: 1.08;

    letter-spacing: -.035em;
}

.wist-inner-main__content h2::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    width: 46px;
    height: 2px;

    background:
        linear-gradient(
            90deg,
            #efb126,
            #ffd862
        );
}


.wist-inner-main__content h3 {
    margin:
        48px 0
        18px;

    color: #0b244c;

    font-size: 24px;
    font-weight: 750;

    line-height: 1.25;
}

.wist-inner-main__content h4 {
    margin:
        32px 0
        14px;

    color: #0b244c;

    font-size: 18px;
    font-weight: 750;
}


/* =========================================================
   PARAGRAPHS
========================================================= */

.wist-inner-main__content p {
    margin:
        0 0 22px;

    color: #5f7088;
}

.wist-inner-main__content p:first-of-type {
    color: #334b6b;

    font-size: 18px;
}


/* =========================================================
   LINKS
========================================================= */

.wist-inner-main__content a {
    color: var(--inner-accent);

    text-decoration:
        underline;

    text-decoration-thickness:
        1px;

    text-underline-offset:
        4px;

    transition:
        color .2s ease;
}

.wist-inner-main__content a:hover {
    color: #0b244c;
}


/* =========================================================
   LISTS
========================================================= */

.wist-inner-main__content ul,
.wist-inner-main__content ol {
    margin:
        26px 0
        34px;

    padding: 0;

    list-style: none;

    display: grid;
    gap: 12px;
}

.wist-inner-main__content li {
    position: relative;

    padding-left: 28px;

    color: #52647e;
}

.wist-inner-main__content ul li::before {
    content: "";

    position: absolute;

    top: .7em;
    left: 2px;

    width: 7px;
    height: 7px;

    border-radius: 2px;

    background:
        linear-gradient(
            135deg,
            var(--inner-accent),
            color-mix(in srgb, var(--inner-accent), white 30%)
        );
}

.wist-inner-main__content ol {
    counter-reset:
        wist-inner-counter;
}

.wist-inner-main__content ol li {
    counter-increment:
        wist-inner-counter;

    padding-left: 46px;
}

.wist-inner-main__content ol li::before {
    content:
        counter(wist-inner-counter);

    position: absolute;

    top: 1px;
    left: 0;

    width: 28px;
    height: 28px;

    display: grid;
    place-items: center;

    border-radius: 50%;

    color: var(--inner-accent);

    background:
        rgba(var(--inner-accent-rgb), .08);

    font-size: 11px;
    font-weight: 800;
}


/* =========================================================
   BLOCKQUOTE
========================================================= */

.wist-inner-main__content blockquote {
    position: relative;

    margin:
        42px 0;

    padding:
        30px 34px
        30px 40px;

    border: 0;

    border-radius: 22px;

    background:
        linear-gradient(
            135deg,
            rgba(var(--inner-accent-rgb), .07),
            rgba(var(--inner-accent-rgb), .02)
        );

    color: #0b244c;

    font-family:
        Georgia,
        serif;

    font-size: 23px;
    line-height: 1.5;
}

.wist-inner-main__content blockquote::before {
    content: "\201C";

    position: absolute;

    top: 12px;
    left: 14px;

    color:
        rgba(var(--inner-accent-rgb), .24);

    font-size: 64px;
    line-height: 1;
}


/* =========================================================
   IMAGES
========================================================= */

.wist-inner-main__content img {
    max-width: 100%;
    height: auto;

    border-radius: 22px;
}

.wist-inner-main__content figure {
    margin:
        42px 0;
}

.wist-inner-main__content figcaption {
    margin-top: 10px;

    color: #8490a2;

    font-size: 13px;
}


/* =========================================================
   TABLE
========================================================= */

.wist-inner-main__content table {
    width: 100%;

    margin:
        34px 0;

    border-collapse: separate;
    border-spacing: 0;

    overflow: hidden;

    border:
        1px solid
        rgba(
            11,
            36,
            76,
            .08
        );

    border-radius: 18px;

    background: #ffffff;
}

.wist-inner-main__content th,
.wist-inner-main__content td {
    padding:
        15px 18px;

    border-bottom:
        1px solid
        rgba(
            11,
            36,
            76,
            .07
        );

    text-align: left;
}

.wist-inner-main__content th {
    color: #0b244c;

    background:
        rgba(var(--inner-accent-rgb), .045);

    font-size: 13px;
    font-weight: 750;
}


/* =========================================================
   WP COLUMNS
========================================================= */

.wist-inner-main__content
.wp-block-columns {
    gap: 22px;

    margin:
        36px 0;
}

.wist-inner-main__content
.wp-block-column {
    padding: 26px;

    border:
        1px solid
        rgba(
            11,
            36,
            76,
            .07
        );

    border-radius: 20px;

    background:
        rgba(
            255,
            255,
            255,
            .8
        );

    box-shadow:
        0 14px 40px
        rgba(
            11,
            36,
            76,
            .05
        );
}


/* =========================================================
   BUTTONS
========================================================= */

.wist-inner-main__content
.wp-block-button__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 50px;

    padding:
        0 22px;

    color: #ffffff;

    border-radius: 999px;

    background:
        linear-gradient(
            90deg,
            color-mix(in srgb, var(--inner-accent), black 55%),
            var(--inner-accent)
        );

    text-decoration: none;

    box-shadow:
        0 12px 28px
        rgba(var(--inner-accent-rgb), .2);
}


/* =========================================================
   RESPONSIVE — 1200
========================================================= */

@media (max-width: 1200px) {

    .wist-inner-content__container {
        grid-template-columns:
            270px
            minmax(0, 1fr);

        gap: 46px;
    }

    .wist-inner-main::before {
        left: -23px;
    }

}


/* =========================================================
   RESPONSIVE — 1024
========================================================= */

@media (max-width: 1024px) {

    .wist-inner-hero {
        min-height: 500px;
    }


    .wist-inner-hero__container,
    .wist-inner-content__container {
        width:
            min(
                100% - 48px,
                1420px
            );
    }

    .wist-inner-content__container {
        grid-template-columns: 1fr;

        gap: 42px;
    }

    .wist-inner-sidebar__inner {
        position: relative;

        top: auto;
    }

    .wist-inner-menu {
        display: grid;

        grid-template-columns:
            repeat(
                2,
                minmax(0, 1fr)
            );
    }

    .wist-inner-menu li + li {
        border-top:
            0;
    }

    .wist-inner-menu li {
        border-bottom:
            1px solid
            rgba(
                11,
                36,
                76,
                .065
            );
    }

    .wist-inner-main::before {
        display: none;
    }

}


/* =========================================================
   RESPONSIVE — MOBILE
========================================================= */

@media (max-width: 700px) {

    .wist-inner-hero {
        min-height: 480px;
    }

    .wist-inner-hero__media {
        width: 100%;
    }

    .wist-inner-hero__overlay {
        background:
            linear-gradient(
                90deg,
                rgba(3,27,59,.98) 0%,
                rgba(3,27,59,.86) 54%,
                rgba(3,27,59,.46) 100%
            );
    }

    .wist-inner-hero__container,
    .wist-inner-content__container {
        width:
            calc(100% - 32px);
    }

    .wist-inner-hero__content {
        padding:
            90px 0
            72px;
    }

    .wist-inner-hero__title {
        max-width: 90%;

        font-size:
            clamp(
                44px,
                13vw,
                64px
            );
    }

    .wist-inner-content {
        padding:
            54px 0
            80px;
    }

    .wist-inner-content::before {
        display: none;
    }

    .wist-inner-menu {
        grid-template-columns:
            1fr;
    }

    .wist-inner-menu a {
        min-height: 64px;
    }

    .wist-inner-main__content {
        font-size: 16px;
        line-height: 1.7;
    }

    .wist-inner-main__content h2 {
        font-size: 38px;
    }

    .wist-inner-main__content
    .wp-block-columns {
        display: block;
    }

    .wist-inner-main__content
    .wp-block-column + .wp-block-column {
        margin-top: 16px;
    }

}

/* =========================================================
   CORE VALUES
========================================================= */

.wist-core-values {
    padding: 0 0 20px;
}

.wist-core-values__header {
    max-width: 720px;
    margin-bottom: 38px;
}

.wist-core-values__eyebrow {
    display: flex;
    align-items: center;
    gap: 14px;

    margin-bottom: 12px;

    color: #2f80ed;

    font-size: 12px;
    font-weight: 800;

    letter-spacing: .12em;
    text-transform: uppercase;
}

.wist-core-values__eyebrow span {
    width: 36px;
    height: 2px;

    background: #f3b61b;
}

.wist-core-values__header h2 {
    margin: 0;

    color: #082950;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size:
        clamp(42px, 5vw, 64px);

    font-weight: 400;
    line-height: 1;

    letter-spacing: -.035em;
}

.wist-core-values__header p {
    max-width: 590px;

    margin: 18px 0 0;

    color: #6a7d96;

    font-size: 16px;
    line-height: 1.7;
}


/* GRID */

.wist-core-values__grid {
    display: grid;

    grid-template-columns:
        1.25fr .95fr;

    grid-template-areas:
        "responsible resilience"
        "respect integrity";

    gap: 24px;

    align-items: stretch;
}


/* CARD */

.core-value-card {
    --value-accent: #2f80ed;
    --value-rgb: 47,128,237;

    position: relative;

    min-height: 325px;

    overflow: hidden;

    padding: 34px;

    border:
        1px solid
        rgba(var(--value-rgb), .13);

    border-radius: 28px;

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.96),
            rgba(var(--value-rgb), .035)
        );

    box-shadow:
        0 24px 55px
        rgba(8,41,80,.07);

    transition:
        transform .4s
        cubic-bezier(.22,1,.36,1),
        box-shadow .4s ease;
}


.core-value-card--responsible {
    --value-accent: #2f80ed;
    --value-rgb: 47,128,237;

    grid-area: responsible;

    min-height: 390px;
}


.core-value-card--resilience {
    --value-accent: #27ad70;
    --value-rgb: 39,173,112;

    grid-area: resilience;

    min-height: 330px;

    margin-top: 26px;
}


.core-value-card--respect {
    --value-accent: #9159e8;
    --value-rgb: 145,89,232;

    grid-area: respect;

    width: 78%;

    min-height: 305px;
}


.core-value-card--integrity {
    --value-accent: #ff584d;
    --value-rgb: 255,88,77;

    grid-area: integrity;

    min-height: 345px;

    margin-left: -28%;
}


/* TOP COLORED EDGE */

.core-value-card__accent {
    position: absolute;

    top: 0;
    left: 0;

    width: 32%;
    height: 4px;

    border-radius: 0 0 999px 0;

    background:
        var(--value-accent);
}


/* TOP */

.core-value-card__top {
    display: flex;

    align-items: flex-start;
    justify-content: space-between;

    gap: 25px;
}

.core-value-card__number {
    color:
        var(--value-accent);

    font-family:
        Georgia,
        serif;

    font-size: 60px;

    line-height: 1;
}

.core-value-card__icon {
    width: 70px;
    height: 70px;

    flex: 0 0 auto;

    display: grid;
    place-items: center;

    border:
        1px solid
        rgba(var(--value-rgb), .17);

    border-radius: 50%;

    color:
        var(--value-accent);

    background:
        rgba(var(--value-rgb), .055);
}

.core-value-card__icon svg {
    width: 36px;
    height: 36px;

    fill: none;

    stroke: currentColor;

    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* TEXT */

.core-value-card__body {
    position: relative;
    z-index: 2;

    max-width: 85%;

    margin-top: 8px;
}

.core-value-card__body h3 {
    margin: 0;

    color: #082950;

    font-family:
        Georgia,
        serif;

    font-size:
        clamp(27px, 3vw, 38px);

    font-weight: 400;
}

.core-value-card__line {
    width: 36px;
    height: 2px;

    display: block;

    margin: 20px 0;

    background:
        var(--value-accent);
}

.core-value-card__body p {
    margin: 0;

    color: #3f5572;

    font-size: 15px;
    line-height: 1.72;
}


/* WATERMARK */

.core-value-card__watermark {
    position: absolute;

    right: 24px;
    bottom: 12px;

    color:
        rgba(var(--value-rgb), .085);

    font-family:
        Georgia,
        serif;

    font-size: 92px;

    line-height: 1;

    pointer-events: none;
}


/* HOVER */

.core-value-card:hover {
    transform:
        translateY(-6px);

    box-shadow:
        0 30px 70px
        rgba(var(--value-rgb), .12);
}

.core-value-card:hover
.core-value-card__icon {
    background:
        rgba(var(--value-rgb), .1);
}


/* RESPONSIVE */

@media (max-width: 900px) {

    .wist-core-values__grid {
        grid-template-columns: 1fr;

        grid-template-areas:
            "responsible"
            "resilience"
            "respect"
            "integrity";
    }

    .core-value-card--responsible,
    .core-value-card--resilience,
    .core-value-card--respect,
    .core-value-card--integrity {
        width: 100%;
        min-height: 300px;

        margin: 0;
    }

}


@media (max-width: 600px) {

    .wist-core-values {
        margin-top: 50px;
    }

    .core-value-card {
        padding: 26px;

        border-radius: 22px;
    }

    .core-value-card__number {
        font-size: 48px;
    }

    .core-value-card__icon {
        width: 58px;
        height: 58px;
    }

    .core-value-card__icon svg {
        width: 30px;
        height: 30px;
    }

    .core-value-card__body {
        max-width: 100%;
    }

}



.wist-activities {
    --active-accent: #2F80ED;
    --active-rgb: 47,128,237;

    padding: 100px 0;
}


.wist-activities__header {
    max-width: 720px;

    margin:
        0 auto
        50px;

    text-align: center;
}


.wist-activities__eyebrow {
    color: #2F80ED;

    font-size: 12px;
    font-weight: 800;

    letter-spacing: .14em;
}


.wist-activities__header h2 {
    margin: 12px 0;

    color: #082950;

    font-family:
        Georgia,
        serif;

    font-size:
        clamp(48px,6vw,76px);

    font-weight: 400;
}


.wist-activities__header p {
    color: #6A7D96;

    line-height: 1.7;
}


/* =========================================================
   TOP TABS
========================================================= */

.activity-tabs {
    display: grid;

    grid-template-columns:
        repeat(3,1fr);

    gap: 20px;

    margin-bottom: 34px;
}


.activity-tab {
    position: relative;

    min-height: 150px;

    display: flex;

    align-items: center;

    gap: 20px;

    padding: 28px;

    overflow: hidden;

    border:
        1px solid
        rgba(var(--activity-rgb),.14);

    border-radius:
        26px 52px 26px 26px;

    color: #082950;

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.92),
            rgba(var(--activity-rgb),.05)
        );

    box-shadow:
        0 22px 55px
        rgba(8,41,80,.07);

    backdrop-filter:
        blur(20px);

    cursor: pointer;

    transition:
        transform .45s
        cubic-bezier(.22,1,.36,1),
        box-shadow .45s ease;
}


.activity-tab::before {
    content: "";

    position: absolute;

    left: 0;
    top: 0;

    width: 45%;
    height: 4px;

    background:
        var(--activity-accent);
}


.activity-tab:hover {
    transform:
        translateY(-7px);

    box-shadow:
        0 32px 70px
        rgba(var(--activity-rgb),.14);
}


.activity-tab.is-active {
    background:
        linear-gradient(
            145deg,
            rgba(var(--activity-rgb),.12),
            rgba(255,255,255,.95)
        );
}


.activity-tab__icon {
    width: 65px;
    height: 65px;

    flex: 0 0 auto;

    display: grid;
    place-items: center;

    border-radius: 20px;

    color:
        var(--activity-accent);

    background:
        rgba(var(--activity-rgb),.10);

    transition:
        transform .4s ease;
}


.activity-tab:hover
.activity-tab__icon {
    transform:
        scale(1.08)
        rotate(-4deg);
}


.activity-tab__icon svg {
    width: 30px;
    height: 30px;
}


.activity-tab__content {
    display: grid;
    gap: 5px;
}


.activity-tab__content small {
    color:
        var(--activity-accent);

    font-weight: 800;
}


.activity-tab__content strong {
    font-size: 20px;
}



/* =========================================================
   EXPLORER
========================================================= */

.activity-explorer {
    display: grid;

    grid-template-columns:
        290px
        minmax(0,1fr);

    overflow: hidden;

    border:
        1px solid
        rgba(8,41,80,.08);

    border-radius: 32px;

    background:
        rgba(255,255,255,.78);

    box-shadow:
        0 28px 70px
        rgba(8,41,80,.07);

    backdrop-filter:
        blur(22px);
}



/* SIDEBAR */

.activity-sidebar {
    padding: 28px 0;

    border-right:
        1px solid
        rgba(8,41,80,.08);

    background:
        linear-gradient(
            180deg,
            #FBFCFF,
            #F3F7FD
        );
}


.activity-sidebar__title {
    padding:
        0 25px
        20px;

    color: #082950;

    font-size: 12px;
    font-weight: 800;

    letter-spacing: .12em;

    text-transform: uppercase;
}


.activity-sidebar-button {
    width: 100%;

    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 15px;

    padding:
        18px 25px;

    border: 0;

    border-left:
        3px solid
        transparent;

    color: #60738D;

    background:
        transparent;

    font-size: 14px;
    font-weight: 650;

    text-align: left;

    cursor: pointer;

    transition:
        color .25s,
        background .25s;
}


.activity-sidebar-button:hover {
    color: #082950;

    background:
        rgba(
            var(--active-rgb),
            .05
        );
}


.activity-sidebar-button.is-active {
    color:
        var(--active-accent);

    border-left-color:
        var(--active-accent);

    background:
        rgba(
            var(--active-rgb),
            .09
        );
}



/* =========================================================
   GALLERY
========================================================= */

.activity-gallery {
    padding: 36px;
}


.activity-gallery__header {
    display: flex;

    align-items: flex-end;
    justify-content: space-between;

    margin-bottom: 25px;
}


.activity-gallery__label {
    color:
        var(--active-accent);

    font-size: 11px;
    font-weight: 800;

    letter-spacing: .1em;

    text-transform: uppercase;
}


.activity-gallery__header h3 {
    margin:
        6px 0 0;

    color: #082950;

    font-family:
        Georgia,
        serif;

    font-size: 38px;

    font-weight: 400;
}


.activity-gallery__count {
    color: #7B8BA0;

    font-size: 12px;
}



.activity-gallery__grid {
    display: grid;

    grid-template-columns:
        repeat(3,1fr);

    gap: 16px;
}


.activity-gallery-item {
    position: relative;

    overflow: hidden;

    aspect-ratio: 1.3;

    border-radius:
        20px 36px 20px 20px;

    background: #EDF2F8;

    cursor: zoom-in;
}


.activity-gallery-item img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition:
        transform .65s
        cubic-bezier(.22,1,.36,1);
}


.activity-gallery-item:hover img {
    transform:
        scale(1.08);
}


.activity-gallery-item::after {
    content: "+";

    position: absolute;

    right: 14px;
    bottom: 14px;

    width: 40px;
    height: 40px;

    display: grid;
    place-items: center;

    border:
        1px solid
        rgba(255,255,255,.65);

    border-radius: 50%;

    color: #082950;

    background:
        rgba(255,255,255,.82);

    backdrop-filter:
        blur(14px);

    opacity: 0;

    transform:
        translateY(8px);

    transition:
        .3s ease;
}


.activity-gallery-item:hover::after {
    opacity: 1;

    transform: none;
}


@media (max-width: 1000px) {

    .activity-tabs {
        grid-template-columns: 1fr;
    }

    .activity-explorer {
        grid-template-columns: 1fr;
    }

    .activity-sidebar {
        border-right: 0;

        border-bottom:
            1px solid
            rgba(8,41,80,.08);
    }

}


@media (max-width: 700px) {

    .activity-gallery {
        padding: 22px;
    }

    .activity-gallery__grid {
        grid-template-columns:
            repeat(2,1fr);
    }

}


@media (max-width: 480px) {

    .activity-gallery__grid {
        grid-template-columns: 1fr;
    }

}