:root{
    --pr-color: #fff;
    --second-color: #161616;
    --color-1-1: #BE2518;
    --color-1-2: #ffffffc2;
    --cubicbz: cubic-bezier(.9,0,.1,1);
    --fz-big:60px;
    --pd: 50px;
    --background: #101010;
    --on-background: #f2f2f2;
}

* {
    box-sizing: border-box;
    font-family: 'Exo 2', sans-serif;
    font-weight: 600;
    margin: 0;
    padding: 0;
    font-feature-settings: 'pnum' on, 'lnum' on;
}

::-webkit-scrollbar{
    width: .6rem;
}

::-webkit-scrollbar-thumb{
    background: rgba(242, 242, 242, .1);
    border-radius: 1rem;
}

body{
    background: var(--background);
    color: var(--on-background);
}


/* Nav Start */

header{
    position: fixed;
    display: flex;
    justify-content: space-between;
    top: 0;
    left: 0;
    width: 100%;
    padding: 2rem;
    z-index: 3;
}

.tottle{
    padding: 0 1rem;
    color: var(--on-background);
    text-transform: uppercase;
    text-shadow: 0 5px 10px rgba(0, 87, 255, 0.15), 0 -5px 10px rgba(255, 90, 0, 0.1), 0 -5px 25px rgba(255, 255, 255, 0.3);
    font-size: 1em;
}

nav{
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(242, 242, 242, .05);
    border: 1px solid rgba(242, 242, 242, .1);
    height: 48px;
    padding-left: 6px;
    padding-right: 6px;
    backdrop-filter: blur(15px);
    font-family: 'Exo 2', sans-serif;
    border-radius: 2rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
    transition: all .3s;
}

nav > a{
    color: var(--on-background);
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 18px;
    width: 80px;
    height: 36px;
    text-decoration: none;
    display: flex;    
    font-family: 'Exo 2', sans-serif;
    transition: all .3s ;
}

.text-nav-toggle{
    font-weight: 500;
    font-family: 'Exo 2', sans-serif;
    letter-spacing: .2px;
    line-height: 18px;
    text-align: center;
}

nav:hover{
    background-color: rgba(242, 242, 242, .075);
    border: 1px solid rgba(242, 242, 242, .2);
}

nav > a:hover{
    background-color: rgba(242, 242, 242, .05);
    text-shadow: 0 5px 10px rgba(0, 87, 255, 0.15),
    0 -5px 10px rgba(255,90,0,0.1),
    0 -5px 25px rgba(255,255,255,0.3);
}

/* Nav End */

.scroll{
    position: relative;
}

img{
    vertical-align: middle;
    max-width: 100%;
    width: 100%;
    display: inline-block;
}
/* Hero Start */

.section-banner.exercisia{
    background-image: radial-gradient(circle farthest-side at 50% 0, rgba(0, 99, 155, .5), rgba(0, 0, 0, 0));
    padding-top: 104px;
}

/* Hero End */

/* Highlights Start */

.exercisia-highlights{
    flex-direction: column;
    align-items: center;
    padding-top: 48px;
    padding-bottom: 120px;
    display: flex;
}

.container-highlights {
    grid-row-gap: 48px;
    background-color: rgba(242, 242, 242, .04);
    background-image: radial-gradient(circle closest-corner at 50% 0, rgba(100, 210, 255, .05), rgba(0, 0, 0, 0));
    border-radius: 24px;
    flex-direction: column;
    align-items: center;
    width: 882px;
    padding: 48px 24px 32px;
    display: flex;
    position: relative;
    box-shadow: 0 40px 100px rgba(0, 0, 0, .4);
}

.highlights-text-content {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: center;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
}

.chip-special-overline {
    grid-column-gap: 8px;
    grid-row-gap: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.icon-highlightreel i{
    font-size: 40px;
    color: var(--on-background);
    text-shadow: 0 5px 10px rgba(0, 87, 255, 0.15),
    0 -5px 10px rgba(255,90,0,0.1),
    0 -5px 25px rgba(255,255,255,0.3);
}

.text-projectpage-overline {
    color: rgba(242, 242, 242, .4);
    text-align: left;
    letter-spacing: 1.5px;
    margin-top: 1px;
    font-family: 'Exo 2', sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 19px;
}

.text-callout {
    text-align: center;
    letter-spacing: .2px;
    font-family: 'Exo 2', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 140%;
}

.moneyshot-content {
    grid-row-gap: 32px;
    flex-direction: column;
    align-self: stretch;
    display: flex;
}

.media-caption-wrapper {
    grid-row-gap: 8px;
    flex-direction: column;
    align-self: stretch;
    align-items: stretch;
    display: flex;
}

.caption-wrapper {
    grid-column-gap: 8px;
    justify-content: flex-end;
    align-self: stretch;
    align-items: center;
    padding-left: 16px;
    display: flex;
}

.text-image-caption {
    grid-column-gap: 4px;
    color: rgba(242, 242, 242, .25);
    letter-spacing: .2px;
    align-self: center;
    align-items: baseline;
    font-family: 'Exo 2', sans-serif;
    font-size: 10px;
    line-height: 14px;
    display: flex;
}

.text-figure-caption {
    color: rgba(242, 242, 242, .4);
    font-weight: 500;
}

.chip-medium-type {
    background-color: rgba(242, 242, 242, .05);
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    padding: 4px 10px;
    display: flex;
}

.text-medium-type {
    opacity: .4;
    font-family: 'Exo 2', sans-serif;
    font-size: 10px;
    line-height: 14px;
}

.image-default.highlight-outline {
    border-color: #252525;
}
.image-default {
    z-index: 1;
    border: 1px solid #252525;
    border-radius: 16px;
    width: 100%;
    position: relative;
}

.glare-item-top.highlights {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 15%, rgba(100, 210, 255, .5) 50%, rgba(0, 0, 0, 0) 95%);
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
}

.glare-item-top {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 10%, #fff 50%, rgba(0, 0, 0, 0) 90%);
    height: 1px;
    margin-bottom: -1px;
}

/* Highlights End */

/* Divider Start */

.section-divider {
    flex-direction: column;
    align-items: center;
    display: flex;
}

.divide-wrapper {
    grid-column-gap: 8px;
    align-items: center;
    width: 100%;
    display: flex;
}

.divider-line {
    background-color: rgba(242, 242, 242, .2);
    flex: 1;
    height: 1px;
}

/* Divider End */

/* Section General Start*/

/* General Hero Start */
.section-banner {
    z-index: 1;
    flex-direction: column;
    align-items: center;
    padding-top: 104px;
    display: flex;
    position: relative;
    overflow: hidden;
}

.container-banner {
    z-index: 3;
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: stretch;
    width: 882px;
    display: flex;
    position: relative;
}

.project-title-hero-wrapper {
    grid-row-gap: 64px;
    flex-direction: column;
    align-items: center;
    display: flex;
}

.title-wrapper {
    grid-row-gap: 16px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.project-title-date-wrapper {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: center;
    display: flex;
}

.text-hero.project-title {
    background-image: linear-gradient(to bottom, var(--on-background) 50%, transparent);
    letter-spacing: -1px;
    text-shadow: 0 5px 15px rgba(0, 87, 255, .2), 0 -5px 15px rgba(255, 90, 0, .15), 0 -5px 25px rgba(255, 255, 255, .25);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 64px;
    line-height: 72px;
}

.text-hero {
    text-align: left;
    letter-spacing: -2px;
    text-shadow: 0 5px 10px rgba(0, 87, 255, .15), 0 -5px 10px rgba(255, 90, 0, .1), 0 -5px 25px rgba(255, 255, 255, .3);
    font-family: 'Exo 2', sans-serif;
    font-size: 80px;
    font-weight: 500;
    line-height: 90%;
}

.text-projectpage-year {
    opacity: .5;
    color: var(--on-background);
    text-align: center;
    font-family: 'Exo 2', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}

.project-banner-image-wrapper {
    align-self: stretch;
}

.image-project-banner {
    margin-top: 0;
}

.project-fade {
    z-index: 4;
    background-image: linear-gradient(to bottom, transparent, var(--background));
    height: 240px;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

/* General Hero End */

.section-general {
    background-image: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 120px;
    padding-bottom: 120px;
    display: flex;
}

.container-general {
    grid-row-gap: 96px;
    flex-direction: column;
    width: 882px;
    display: flex;
}

.associated-content-block {
    grid-row-gap: 72px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.section-starting-block {
    grid-row-gap: 80px;
    flex-direction: column;
    align-items: stretch;
    display: flex;
}

.overline-heading-block {
    grid-row-gap: 32px;
    flex-direction: column;
    align-self: stretch;
    display: flex;
}

.overline-wrapper {
    grid-column-gap: 12px;
    align-self: flex-start;
    align-items: center;
    display: flex;
}

.icon-section-dot {
    background-color: var(--on-background);
    border-radius: 50%;
    width: 10px;
    height: 10px;
    box-shadow: 0 0 20px #fff;
}

.text-projectpage-overline {
    color: rgba(242, 242, 242, .4);
    text-align: left;
    letter-spacing: 1.5px;
    margin-top: 1px;
    font-family: 'Exo 2', sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 19px;
}

.text-projectpage-heading {
    letter-spacing: -.1px;
    text-shadow: 0 0 20px rgba(255, 255, 255, .2), 0 -6px 15px rgba(255, 90, 0, .1), 0 5px 15px rgba(0, 87, 255, .25);
    font-family: 'Exo 2', sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 125%;
}

.double-column-block {
    grid-column-gap: 48px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-self: stretch;
    align-items: baseline;
    display: grid;
}

.text-projectpage-subheading {
    letter-spacing: .1px;
    flex: 0 auto;
    padding-right: 24px;
    font-family: 'Exo 2', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 125%;
}

.content-trailing {
    grid-row-gap: 48px;
    flex-direction: column;
    display: flex;
}

.text-projectpage-body {
    color: rgba(242, 242, 242, .6);
    letter-spacing: .4px;
    flex: 1;
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 150%;
}

.text-highlighted-body {
    color: rgba(242, 242, 242, .9);
    text-shadow: 0 0 10px rgba(242, 242, 242, .4);
    font-weight: 400;
}

.contained-points-block {
    grid-row-gap: 4px;
    flex-direction: column;
    display: flex;
}

.contained-points-item.top-radius {
    border-radius: 24px 24px 6px 6px;
    align-items: stretch;
    padding-top: 26px;
    padding-bottom: 24px;
}

.contained-points-item.middle-radius {
    border-radius: 6px;
    align-items: stretch;
    padding-bottom: 24px;
}

.contained-points-item.bottom-radius {
    border-radius: 6px 6px 24px 24px;
    align-items: stretch;
    padding-bottom: 26px;
}

.contained-points-item {
    grid-row-gap: 24px;
    background-color: rgba(242, 242, 242, .04);
    border-radius: 24px;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 24px 28px;
    display: flex;
}

.contained-point-wrapper {
    grid-column-gap: 16px;
    align-items: flex-start;
    display: flex;
}

.icon-contained-point i{
    font-size: 24px;
}

.text-projectpage-body {
    color: rgba(242, 242, 242, .6);
    letter-spacing: .4px;
    flex: 1;
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 150%;
}

.text-highlighted-body {
    color: rgba(242, 242, 242, .9);
    text-shadow: 0 0 10px rgba(242, 242, 242, .4);
    font-weight: 400;
}

/* Section General End */

/* Section Footer Start */
.section-footer{
    border-top: 1px solid rgba(242, 242, 242, 0.1);
    justify-content: center;
    padding-top: 88px;
    padding-bottom: 80px;
    display: flex;
    position: relative;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.container-footer {
    grid-row-gap: 64px;
    flex-direction: column;
    width: 882px;
    display: flex;
}

.footer-top-wrapper {
    justify-content: space-between;
    display: flex;
}

.footer-links-column-wrapper {
    grid-column-gap: 48px;
    display: flex;
}

.footer-bottom-wrapper {
    grid-column-gap: 48px;
    flex: 1;
    justify-content: space-between;
    align-self: stretch;
    align-items: flex-end;
    display: flex;
}

.footer-bottom-left {
    grid-row-gap: 4px;
    flex-direction: column;
    flex: 1;
    align-self: stretch;
    align-items: flex-start;
    display: flex;
}

.text-footer-copyright {
    letter-spacing: .2px;
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.text-under-copyright {
    opacity: .5;
    letter-spacing: .2px;
    text-transform: none;
    font-family: 'Exo 2', sans-serif;
}

.footer-bottom-right {
    flex-direction: column;
    flex: 1;
    justify-content: flex-end;
    align-self: stretch;
    align-items: flex-end;
    display: flex;
}

.text-last-updated {
    opacity: .5;
    letter-spacing: .2px;
    font-family: 'Exo 2', sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
}

/* Section Footer End */

@media (min-width: 1920px){
    .section-banner.exercisia {
        padding-top: 144px;
    }
    .container-banner {
        width: 1440px;
    }
    .project-title-hero-wrapper {
        grid-row-gap: 72px;
    }
    .title-wrapper {
        grid-row-gap: 24px;
    }
    .project-title-date-wrapper {
        grid-row-gap: 16px;
    }
    .text-hero.project-title {
        letter-spacing: -1px;
        font-size: 80px;
        line-height: 88px;
    }
    .text-projectpage-year {
        letter-spacing: .2px;
        font-size: 20px;
        line-height: 24px;
    }
    .project-fade {
        height: 400px;
    }

    .section-highlights {
        padding-bottom: 160px;
    }
    .container-highlights {
        grid-row-gap: 72px;
        background-image: radial-gradient(circle farthest-side at 50% 0, rgba(100, 210, 255, .05), rgba(0, 0, 0, 0) 15%);
        border-radius: 32px;
        width: 1440px;
        padding: 64px 32px 48px;
    }
    .highlights-text-content {
        grid-row-gap: 32px;
        align-items: stretch;
        padding-left: 48px;
        padding-right: 48px;
    }
    .chip-special-overline {
        grid-row-gap: 24px;
    }
    .icon-highlightreel i{
        font-size: 56px;
    }
    .text-projectpage-overline.callout {
        font-size: 12px;
        line-height: 16px;
    }
    .text-projectpage-overline {
        letter-spacing: 2px;
        font-size: 14px;
        line-height: 18px;
    }
    .text-callout {
        font-size: 40px;
    }
    .moneyshots-content {
        grid-row-gap: 56px;
    }
    .media-caption-wrapper {
        grid-row-gap: 16px;
    }
    .image-default {
        border-radius: 24px;
    }
    .caption-wrapper {
        padding-left: 16px;
    }
    .text-image-caption {
        grid-column-gap: 6px;
        font-size: 14px;
        line-height: 18px;
    }
    .chip-medium-type {
        padding: 6px 12px;
    }
    .text-medium-type {
        font-size: 12px;
        line-height: 16px;
    }

    .container-general {
        grid-row-gap: 144px;
        width: 1440px;
    }

    .section-general {
        padding-top: 160px;
        padding-bottom: 160px;
    }
    .associated-content-block {
        grid-row-gap: 128px;
    }
    .section-starting-block {
        grid-row-gap: 120px;
    }
    .overline-heading-block {
        grid-row-gap: 48px;
    }
    .overline-wrapper {
        grid-column-gap: 16px;
    }
    .icon-section-dot {
        width: 12px;
        height: 12px;
    }
    .text-projectpage-overline {
        letter-spacing: 2px;
        font-size: 14px;
        line-height: 18px;
    }
    .text-projectpage-heading {
        font-size: 56px;
        line-height: 62px;
    }
    .double-column-block {
        grid-column-gap: 72px;
    }
    .text-projectpage-subheading {
        font-size: 32px;
        line-height: 38px;
    }
    .content-trailing {
        grid-row-gap: 64px;
    }
    .text-projectpage-body {
        padding-right: 40px;
        font-size: 18px;
    }
}

@media (min-width: 1440px){
    .section-banner.exercisia{
        padding-top: 120px;
    }
    .container-banner {
        width: 1044px;
    }
    .title-wrapper {
        grid-row-gap: 32px;
    }
    .project-title-date-wrapper {
        grid-row-gap: 16px;
    }
    .text-hero.project-title {
        font-size: 72px;
        line-height: 80px;
    }
    .container-highlights {
        background-image: radial-gradient(circle farthest-side at 50% 0, rgba(100, 210, 255, .05), rgba(0, 0, 0, 0) 12%);
        width: 1044px;
        padding-left: 24px;
        padding-right: 24px;
    }
    .text-callout {
        font-size: 28px;
    }
    .media-caption-wrapper {
        grid-row-gap: 12px;
    }

    .container-general {
        grid-row-gap: 120px;
        width: 1044px;
    }

    .associated-content-block {
        grid-row-gap: 80px;
    }
    .double-column-block {
        grid-column-gap: 56px;
    }
    .text-projectpage-body {
        padding-right: 24px;
    }
}

@media screen and (min-width: 1280px){
    .text-projectpage-overline.callout {
        line-height: 18px;
    }
}

@media screen and (max-width: 479px) {
    .tottle{
        display: none;
    }

    .section-hero {
        height: 100vh;
        padding: 88px 12px 0;
        display: none;
    }
    .section-hero-portrait {
        grid-row-gap: 10vh;
        background-image: radial-gradient(circle farthest-side at 50% 0, #f2f2f240, #0000 80%);
        flex-direction: column;
        align-items: stretch;
        padding: 20vh 16px 6vh;
        display: flex;
        position: relative;
    }
    .hero-portrait-main {
        z-index: 1;
        grid-row-gap: 6vh;
        flex-direction: column;
        padding-left: 8px;
        padding-right: 8px;
        display: flex;
        position: relative;
    }
    .hero-portrait-top {
        z-index: 1;
        grid-row-gap: 3vh;
        flex-direction: column;
        align-items: flex-start;
        display: flex;
        position: relative;
    }
    .hero-portrait-top {
        z-index: 1;
        grid-row-gap: 3vh;
        flex-direction: column;
        align-items: flex-start;
        display: flex;
        position: relative;
    }
    .text-portrait-overline {
        color: #f2f2f280;
        font-family: Neue Montreal, sans-serif;
        font-size: 16px;
        font-weight: 400;
        display: block;
    }
    .text-hero.portrait {
        text-align: left;
        letter-spacing: -.25vw;
        font-size: 13vw;
        line-height: 12vw;
    }
    .text-hero {
        text-align: center;
        letter-spacing: -.75vw;
        text-shadow: 0 5px 15px #0057ff40, 0 -5px 15px #ff5a0033, 0 0 30px #fff6;
        font-size: 13dvw;
        line-height: 13dvw;
    }
    .text-hero-serif {
        letter-spacing: -.25vw;
    }
    .hero-portrait-bottom {
        z-index: 1;
        grid-row-gap: 2vh;
        flex-direction: column;
        align-items: flex-start;
        display: flex;
        position: relative;
    }
    .text-portrait-secondary {
        color: #f2f2f280;
        font-family: Neue Montreal, sans-serif;
        font-size: 5vw;
        font-weight: 500;
        line-height: 140%;
    }
    .text-open-to-new-opportunities {
        color: #f2f2f2e6;
    }
    .text-portrait-secondary {
        color: #f2f2f280;
        font-family: Neue Montreal, sans-serif;
        font-size: 5vw;
        font-weight: 500;
        line-height: 140%;
    }
    .divider-scroll-wrapper {
        z-index: 1;
        grid-row-gap: 16px;
        flex-direction: column;
        flex: 0 auto;
        align-items: stretch;
        display: flex;
        position: relative;
    }
    .hero-portrait-divider {
        background-color: #f2f2f21a;
        width: 100%;
        height: 1px;
        padding-bottom: 0;
        padding-right: 0;
    }

    .section-footer {
        padding: 64px 16px 48px;
    }
    .container-footer {
        grid-row-gap: 48px;
    }
    .footer-top-wrapper {
        grid-row-gap: 48px;
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-links-column-wrapper {
        grid-column-gap: 16px;
    }
    .footer-links-column {
        grid-row-gap: 12px;
        width: 96px;
    }
    .footer-bottom-wrapper {
        grid-row-gap: 32px;
    }
    .footer-bottom-left {
        grid-row-gap: 8px;
    }
    .text-footer-copyright {
        font-size: 14px;
        line-height: 18px;
    }
    .text-under-copyright {
        font-size: 12px;
        line-height: 16px;
    }

    .section-general {
        background-image: none;
        padding: 64px 16px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .container-general {
        grid-row-gap: 80px;
    }
    .associated-content-block {
        grid-row-gap: 48px;
    }
    .section-starting-block {
        grid-column-gap: 48px;
        grid-row-gap: 48px;
    }
    .overline-heading-block {
        grid-row-gap: 24px;
    }    
    .overline-wrapper {
        grid-column-gap: 10px;
    }
    .text-projectpage-overline {
        font-size: 10px;
        line-height: 16px;
    }
    .text-projectpage-heading {
        font-size: 32px;
    }
    .text-projectpage-heading {
        line-height: 120%;
    }
    .text-projectpage-subheading {
        font-size: 20px;
    }
    .text-projectpage-body {
        font-size: 15px;
    }
    .media-caption-wrapper {
        grid-row-gap: 8px;
    }
    .image-default, .image-default.highlight-outline {
        border-radius: 12px;
    }
    .double-column-block.contains-heading {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
    }
        .contained-points-item {
        padding: 22px 20px;
    }
    .contained-points-item.top-radius {
        padding-top: 22px;
        padding-bottom: 20px;
    }
    .contained-points-item.middle-radius {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .contained-points-item.bottom-radius {
        padding-top: 20px;
        padding-bottom: 22px;
    }
    .contained-points-block.vertical {
        flex-direction: column;
    }
    .text-projectpage-body {
        font-size: 15px;
    }

    .exercisia-highlights {
        padding-bottom: 64px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .container-highlights {
        grid-row-gap: 40px;
        border-radius: 24px;
        width: auto;
        padding: 32px 12px 16px;
        box-shadow: inset 0 0 5px #00000026;
    }
    .highlights-text-content {
        grid-row-gap: 16px;
        align-items: center;
        padding-left: 8px;
        padding-right: 8px;
    }
    .chip-special-overline {
        grid-row-gap: 8px;
        align-items: center;
    }
    .text-projectpage-overline {
        font-size: 10px;
        line-height: 16px;
    }
    .text-callout {
        text-align: center;
        font-size: 18px;
    }

    .section-banner.exercisia {
        padding-top: 112px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .project-title-hero-wrapper {
        grid-row-gap: 40px;
    }
    .title-wrapper {
        grid-row-gap: 16px;
        padding-left: 24px;
        padding-right: 24px;
    }
    .text-hero.project-title {
        letter-spacing: -1.5px;
        font-size: 48px;
        line-height: 52px;
    }
    .text-projectpage-year {
        letter-spacing: -.25px;
        font-size: 16px;
        line-height: 20px;
    }
    .project-banner-image-wrapper {
        justify-content: center;
        display: flex;
    }
    .image-project-banner {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .section-hero {
        padding-top: 120px;
        padding-left: 24px;
        padding-right: 24px;
    }
    .text-hero {
        letter-spacing: -1.5px;
        font-size: 8.4vw;
    }

    .section-footer {
        padding: 48px 24px;
    }
    .footer-bottom-wrapper {
        grid-row-gap: 48px;
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-bottom-right {
        align-items: flex-start;
    }

    .section-divider, .section-general {
        padding-left: 24px;
        padding-right: 24px;
    }
    .section-starting-block {
        grid-row-gap: 48px;
    }
    .double-column-block {
        grid-row-gap: 24px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr;
    }
    .content-trailing {
        padding-top: 0;
    }
    .text-projectpage-body {
        font-size: 15px;
    }
    .media-caption-wrapper {
        grid-row-gap: 10px;
    }
    .double-column-block {
        grid-row-gap: 24px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr;
    }
    .double-column-block.contains-heading {
        grid-row-gap: 40px;
    }
    .contained-points-item {
        padding-bottom: 24px;
    }
    .contained-points-item.top-radius {
        padding-top: 24px;
        padding-bottom: 22px;
    }
    .contained-points-item.middle-radius {
        padding-top: 22px;
        padding-bottom: 22px;
    }
    .contained-points-item.bottom-radius {
        padding-top: 22px;
        padding-bottom: 24px;
    }
    .text-projectpage-body {
        font-size: 15px;
    }
    .contained-points-item.top-radius {
        border-radius: 24px 24px 6px 6px;
    }
    .contained-points-item.right-radius {
        border-radius: 6px 6px 24px 24px;
    }
    .contained-point-wrapper.column {
        align-items: flex-start;
        display: flex;
        flex-direction: row;
    }
    .contained-points-block.vertical {
        flex-direction: column;
    }

    .exercisia-highlights {
        padding-top: 24px;
        padding-left: 24px;
        padding-right: 24px;
    }
    .container-highlights {
        grid-row-gap: 40px;
        width: auto;
        padding-bottom: 24px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .text-callout {
        line-height: 130%;
    }
    .moneyshots-content {
        grid-row-gap: 24px;
    }

    .section-banner.exercisia {
        padding-left: 24px;
        padding-right: 24px;
    }
    .text-hero.project-title {
        letter-spacing: -2.5px;
        font-size: 56px;
        line-height: 64px;
    }
}

@media screen and (max-width: 991px) {
    .section-hero {
        padding-left: 48px;
        padding-right: 48px;
    }
    .text-hero {
        font-size: 8.2vw;
    }
    .text-hero-serif {
        letter-spacing: -1.5px;
    }

    .section-footer {
        padding-left: 48px;
        padding-right: 48px;
    }
    .container-footer {
        width: 100%;
    }
    .footer-links-column-wrapper {
        grid-column-gap: 32px;
    }
    .footer-links-column {
        width: 80px;
    }
    .footer-bottom-wrapper {
        grid-column-gap: 0px;
    }

    .section-general {
        background-image: none;
        padding-left: 48px;
        padding-right: 48px;
    }
    .container-general {
        width: 100%;
    }
    .double-column-block {
        grid-column-gap: 32px;
    }
    .text-projectpage-body {
        width: auto;
    }
    .double-column-block {
        grid-column-gap: 32px;
    }
    .contained-point-wrapper {
        align-items: flex-start;
    }
    .text-projectpage-body {
        width: auto;
    }

    .exercisia-highlights {
        padding-left: 48px;
        padding-right: 48px;
    }
    .container-highlights {
        grid-row-gap: 40px;
        width: auto;
        padding-left: 24px;
        padding-right: 24px;
    }

    .section-banner.exercisia {
        padding-left: 48px;
        padding-right: 48px;
    }
    .container-banner {
        width: auto;
    }
}