/* About page */

#about-who {
    position: relative;
    display: block;
    color: var(--color-white);
    width: 100vw;
    padding: 0;
    padding-bottom: 950vw;
    font-size: clamp(.875rem, 1vw, 1.75rem)
}

@media (max-width: 812px) {
    #about-who {
        width: 100%;
        height: auto;
        padding-bottom: calc(var(--vh, 1vh) * 1125);
        font-size: clamp(.95rem, 1vw, 1.75rem)
    }
}

#about-crosses {
    position: absolute;
    width: calc(100vw - var(--base-padding-x) * 2 - var(--cross-size));
    height: 10px;
    left: calc(var(--base-padding-x) + var(--cross-size) / 2);
    top: 50%;
    margin-top: -1px
}

@media (max-width: 380px) {
    #about-crosses {
        display: none
    }
}

.about-cross {
    position: absolute;
    width: calc(.125 * var(--cross-size));
    height: calc(.125 * var(--cross-size));
    left: 0
}

.about-cross:before,
.about-cross:after {
    position: absolute;
    content: "";
    width: var(--cross-size);
    height: calc(.125 * var(--cross-size));
    margin-left: calc(var(--cross-size) / -2);
    margin-top: calc(var(--cross-size) / -2);
    background: #999
}

.about-cross:after {
    transform: rotate(90deg)
}

.about-cross:nth-child(1) {
    left: 25%
}

.about-cross:nth-child(2) {
    left: 50%
}

.about-cross:nth-child(3) {
    left: 75%
}

.about-cross:nth-child(4) {
    left: 100%
}

#about-who-subsection-container {
    position: relative;
    width: 350vw;
    height: calc(var(--vh, 1vh) * 100);
    will-change: transform
}

@media (max-width: 812px) {
    #about-who-subsection-container {
        width: 100%;
        height: calc(var(--vh, 1vh) * 100)
    }
}

#about-who-subsection-we-are,
#about-who-subsection-details {
    margin-right: 25vw
}

@media (max-width: 812px) {
    #about-who-subsection-we-are,
    #about-who-subsection-details {
        margin-right: 0
    }
}

#about-who-face-cursor {
    background: var(--color-blue);
    width: 8.6rem;
    height: 8.6rem;
    border-radius: 100%;
    position: absolute;
    top: calc(var(--base-padding-y) * -1);
    left: 0;
    transform: scale(0);
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none
}

@media (min-aspect-ratio: 21/9) {
    #about-who-face-cursor {
        width: 9em;
        height: 9em
    }
}

#about-who-face-cursor svg {
    height: 30%;
    width: 30%
}

.about-who-subsection {
    float: left;
    position: relative;
    display: block;
    width: 100vw;
    height: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    white-space: normal;
    padding: var(--base-padding-y) var(--base-padding-x)
}

@media (min-aspect-ratio: 21/9) {
    .about-who-subsection {
        font-size: 1.25em
    }
}

@media (max-width: 812px) {
    .about-who-subsection {
        position: absolute;
        float: none;
        height: calc(var(--vh, 1vh) * 100)
    }
}

#about-who-title-main {
    position: absolute;
    width: calc(100% - var(--base-padding-x) * 2);
    bottom: calc(var(--base-padding-y))
}

@media (max-width: 812px) {
    #about-who-title-main {
        bottom: calc(var(--base-padding-y) * 3)
    }
}

#about-who-title-main-logo {
    width: 100%
}

#about-who-title-main-scroll {
    position: absolute;
    right: -.1em;
    font-size: 1.75em;
    line-height: calc(var(--base-padding-y) * 1 - .2em);
    white-space: nowrap
}

@media (min-aspect-ratio: 21/9) {
    #about-who-title-main-scroll {
        font-size: 1.25em
    }
}

@media (max-width: 812px) {
    #about-who-title-main-scroll {
        right: 50%;
        line-height: calc(var(--base-padding-y) * 3 - .15em);
        transform: translate(50%);
        font-size: 4vw
    }
}

#about-who-title-left {
    position: absolute;
    bottom: calc(var(--base-padding-y));
    font-size: 4vw
}

@media (min-aspect-ratio: 21/9) {
    #about-who-title-left {
        font-size: 2.7vw
    }
}

@media (max-width: 812px) {
    #about-who-title-left {
        position: relative;
        bottom: auto;
        top: var(--base-padding-y);
        margin-top: 1em
    }
}

@media (max-width: 560px) {
    #about-who-title-left {
        font-size: 8vw
    }
}

#about-who-title-left-2 {
    display: inline-block;
    margin-left: .075em;
    height: .71em;
    line-height: 1em;
    visibility: hidden
}

#about-who-title-left-2 svg {
    position: relative;
    float: left;
    height: 100%
}

@media (max-width: 812px) {
    #about-who-title-left-2 {
        visibility: visible
    }
}

#about-who-title-left-4 {
    font-style: italic
}

#about-who-title-left-4 span {
    display: inline-block
}

@media (max-width: 812px) {
    #about-who-title-left-4 span {
        display: block
    }
}

#about-who-title-right {
    position: absolute;
    right: var(--base-padding-x);
    bottom: calc(var(--base-padding-y));
    text-align: right;
    font-size: 4vw;
    font-style: italic
}

@media (min-aspect-ratio: 21/9) {
    #about-who-title-right {
        font-size: 2.7vw
    }
}

@media (max-width: 560px) {
    #about-who-title-right {
        font-size: 8vw
    }
}

#about-who-subsection-details {
    font-size: 4vw
}

@media (min-aspect-ratio: 21/9) {
    #about-who-subsection-details {
        font-size: 2.7vw
    }
}

@media (max-width: 812px) {
    #about-who-subsection-details {
        font-size: 6vw
    }
}

@media (max-width: 560px) {
    #about-who-subsection-details {
        font-size: 8vw
    }
}

#about-who-subsection-details .is-italic {
    font-style: italic
}

#about-who-subsection-details br.is-mobile {
    display: none
}

@media (max-width: 812px) {
    #about-who-subsection-details br.is-desktop {
        display: none
    }
    #about-who-subsection-details br.is-mobile {
        display: block
    }
}

#about-who-desc-top {
    margin-top: calc(clamp(1rem, 1vw, 2rem) * 2 + var(--base-padding-y));
    width: 80%
}

@media (max-width: 560px) {
    #about-who-desc-top {
        width: 100%
    }
}

#about-who-desc-top>span {
    display: inline
}

#about-who-desc-top>span span {
    display: inline-block;
    margin-right: 1ex
}

#about-who-desc-bottom {
    text-align: right;
    position: absolute;
    bottom: var(--base-padding-y);
    right: var(--base-padding-x)
}

#about-who-desc-bottom>span {
    display: inline
}

#about-who-desc-bottom>span span {
    display: inline-block;
    margin-left: 1ex
}

#about-who-face-nav__desc {
    vertical-align: bottom
}

#about-who-face-nav__name {
    position: relative;
    font-size: 1.5rem
}

#about-who-face-nav__role {
    position: absolute;
    bottom: -100%;
    left: 50%;
    transform: translate(-50%);
    font-size: .75rem
}

.about-who-face-nav-text {
    position: absolute
}

#about-who-team {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 6em
}

@media (max-width: 812px) {
    #about-who-team {
        flex-direction: column;
        justify-content: flex-end
    }
}

#about-who-team-faces {
    position: absolute;
    width: 70%;
    height: 90%
}

@media (max-width: 812px) {
    #about-who-team-faces {
        bottom: 20%;
        left: 0;
        height: 70%;
        width: 100%
    }
}

#about-who-team-left {
    position: relative;
    display: flex;
    height: calc(100% - var(--header-size) * 3.1 - var(--base-padding-y));
    width: 100%
}

@media (max-width: 812px) {
    #about-who-team-left {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: calc(100% - (100vw * 56 / 331) - var(--header-size) * 3.1 - var(--base-padding-y) - 1.5em)
    }
}

.about-who-team-left-col {
    width: calc(1 / 3 * 100%)
}

@media (max-width: 812px) {
    .about-who-team-left-col {
        font-size: 150%
    }
}

@media (max-width: 560px) {
    .about-who-team-left-col {
        font-size: 110%
    }
}

@media (max-width: 1000px) {
    .about-who-team-left-col {
        width: 50%
    }
}

.about-who-team-left-col:nth-child(1) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    height: 100%
}

.about-who-team-left-col:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center
}

@media (max-width: 1000px) {
    .about-who-team-left-col:nth-child(2) {
        display: none
    }
}

.about-who-team-left-col:nth-child(3) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end
}

#about-who-team-number {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: IBMPlexMono;
    font-size: .625em;
    width: 10em
}

#about-who-team-bottom-compass,
#about-who-team-top-compass {
    position: relative;
    overflow: hidden;
    width: 12.625em
}

#about-who-team-bottom-compass-inner,
#about-who-team-top-compass-inner {
    will-change: transform;
    display: flex;
    width: fit-content;
    gap: 1.1em
}

#about-who-team-bottom-compass-inner {
    align-items: flex-end
}

.about-who-team-bottom-compass-long,
.about-who-team-top-compass-long {
    height: .75em;
    width: .125em;
    background: var(--color-white)
}

.about-who-team-bottom-compass-small,
.about-who-team-top-compass-small {
    height: .375em;
    width: .125em;
    background: var(--color-white);
    opacity: .5
}

#about-who-team-letter-container {
    width: 6.25em;
    height: 8.375em
}

#about-who-team-dots {
    display: flex;
    justify-content: space-between;
    width: 6.25em;
    height: .875em
}

.about-who-team-dots-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%
}

.about-who-team-dot {
    position: relative;
    background: var(--color-white);
    height: .125em;
    width: .125em
}

#about-who-team-info {
    position: relative;
    display: flex;
    width: 12.5em;
    height: 5em
}

@media (max-width: 812px) {
    #about-who-team-info {
        width: 100%
    }
}

#about-who-team-name-icon {
    float: left
}

#about-who-team-name-text-wrapper {
    position: relative;
    float: left
}

#about-who-team-name {
    height: fit-content;
    white-space: nowrap;
    font-size: 1em
}

#about-who-team-name-icon {
    float: left;
    position: relative;
    top: .1em;
    height: 1em;
    width: 1em;
    margin-right: .5em
}

#about-who-team-job {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: .5;
    white-space: nowrap;
    font-size: .625em;
    letter-spacing: .0975em;
    text-transform: uppercase;
    line-height: 1.4
}

@media (max-width: 812px) {
    #about-who-team-job {
        clear: both;
        float: none;
        margin-left: 0
    }
}

#about-who-team-name-placeholder,
#about-who-team-job-placeholder {
    visibility: hidden
}

#about-who-team-name-text,
#about-who-team-job-text {
    position: absolute
}

#about-who-team-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-radius: .75em;
    height: .125em
}

#about-who-team-indicator {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform-origin: 0 0;
    background-color: #ffffff4d
}

#about-who-team-indicator-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-white);
    transform-origin: 0 0
}

#about-who-team-left-mobile-tips {
    display: none
}

@media (max-width: 812px) {
    #about-who-team-left-mobile-tips {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: calc(50% - 3.175em);
        left: calc(50% - 3.175em);
        height: 6.25em;
        width: 6.25em;
        background: var(--color-blue);
        border-radius: 100%;
        font-size: 5vw;
        transition: transform .4s cubic-bezier(.4, .1, 0, 1);
        transform: scale3d(0, 0, 0)
    }
    #about-who-team-left-mobile-tips.--is-active {
        transform: scaleZ(1)
    }
}

#about-who-team-left-mobile-tips-text {
    text-align: center;
    font-size: .625em;
    width: 5em;
    text-transform: uppercase
}

#about-who-team-right {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - var(--header-size) * 3.1 - var(--base-padding-y));
    right: 0;
    width: calc(var(--header-size) * 28);
    flex-grow: 1
}

@media (max-width: 812px) {
    #about-who-team-right {
        width: 100%;
        flex-grow: inherit;
        max-width: none;
        height: calc(100% - var(--base-padding-y) - var(--header-size) - 2em)
    }
}

#about-who-team-title {
    width: 100%;
    height: auto
}

#about-who-team-title>div:first-child {
    margin-left: 5em
}

@media (max-width: 812px) {
    #about-who-team-title {
        text-indent: var(--grid-2)
    }
}

#about-who-team-desc {
    position: relative;
    line-height: 1.4;
    font-size: .875em
}

@media (max-width: 812px) {
    #about-who-team-desc {
        font-size: 3vw
    }
}

@media (max-width: 480px) {
    #about-who-team-desc {
        font-size: 3.5vw
    }
}

#about-who-team-desc-text {
    position: relative;
    margin: 0
}

#about-clients {
    color: var(--color-off-white);
    align-items: flex-end;
    padding-top: calc(var(--vh, 1vh) * 25);
    padding-bottom: calc(var(--vh, 1vh) * 15);
    font-size: clamp(.75rem, 1vw, 1.75rem)
}

@media (max-width: 812px) {
    #about-clients {
        padding-top: var(--base-padding-y);
        padding-bottom: calc(var(--vh, 1vh) * 10)
    }
}

#about-clients-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-column: 1 / span 12
}

@media (max-width: 812px) {
    #about-clients-header {
        flex-direction: column;
        align-items: flex-start;
        grid-column: 1 / span 6
    }
}

#about-clients-title {
    display: flex;
    grid-gap: .3em;
    overflow: hidden;
    height: 1.15em;
    font-size: 4em;
    will-change: transform
}

@media (min-aspect-ratio: 21/9) {
    #about-clients-title {
        font-size: 6em
    }
}

@media (max-width: 812px) {
    #about-clients-title {
        font-size: 14vw;
        margin-top: 2em;
        height: inherit;
        flex-wrap: wrap;
        justify-content: center;
        row-gap: .1em
    }
}

#about-clients-title span {
    display: inline-block;
    white-space: nowrap
}

#about-clients-desc {
    font-size: .875em;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: right;
    width: 14em;
    will-change: transform
}

@media (min-aspect-ratio: 21/9) {
    #about-clients-desc {
        font-size: 1em
    }
}

@media (max-width: 812px) {
    #about-clients-desc {
        text-align: center;
        margin: 4em auto auto;
        font-size: 1.2em;
        width: 20em
    }
}

@media (max-width: 812px) {
    .about-clients-title-word-wrapper {
        height: 1em
    }
}

#about-clients-carousel {
    position: relative;
    width: 100vw;
    margin-top: calc(var(--vh, vh) * 2);
    margin-bottom: 1em;
    left: -50px
}

@media (min-width: 1600px) {
    #about-clients-carousel {
        left: -5vw
    }
}

@media (max-width: 812px) {
    #about-clients-carousel {
        left: -25px;
        margin-top: 3em
    }
}

.about-clients-carousel-line-wrapper {
    display: flex;
    width: fit-content;
    will-change: transform
}

.about-clients-carousel-line-wrapper:not(:first-child) {
    margin-top: -2em
}

.about-clients-carousel-line {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: fit-content
}

.about-clients-carousel-line img {
    height: 15em;
    width: 15em
}

@media (max-width: 812px) {
    .about-clients-carousel-line img {
        height: 12em;
        width: 12em
    }
}

.about-clients-carousel-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12vw;
    height: 12vw
}

.about-clients-carousel-item svg {
    width: 100%;
    max-width: 15em;
    height: auto
}

.about-clients-carousel-item.about-clients-carousel-item-square svg {
    width: 3vw;
    max-width: 5em
}

#about-award {
    color: var(--color-off-white);
    padding: var(--base-padding-y) 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: calc(1250 / 1440 * 150vw);
    gap: calc(var(--vh, 1vh) * 10);
    font-size: clamp(.75rem, 1vw, 1.75rem);
    --margin-left: 44vw;
    --width-size: 15vw
}

@media (min-aspect-ratio: 21/9) {
    #about-award {
        font-size: clamp(.75rem, 1vw, 2.2rem)
    }
}

@media (max-width: 1000px) {
    #about-award {
        --margin-left: 0;
        --width-size: 30vw
    }
}

@media (max-width: 480px) {
    #about-award {
        font-size: 2.7vw
    }
}

#about-award-title {
    visibility: hidden;
    position: absolute;
    width: 100vw;
    top: 0
}

.about-award-header {
    position: relative;
    will-change: transform;
    margin-bottom: 3em
}

.about-award-header-title {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 4em;
    padding: 0 var(--base-padding-x);
    margin: 0;
    line-height: 1;
    overflow: hidden
}

.about-award-header-number {
    position: absolute;
    top: 1em;
    left: calc(var(--base-padding-x) + var(--margin-left))
}

@media (max-width: 1000px) {
    .about-award-header-number {
        left: inherit;
        right: var(--base-padding-x)
    }
}

.about-award-header-svg {
    width: 2.25em;
    height: 2.25em
}

.about-award-header-number {
    display: flex;
    align-items: center;
    gap: 2em
}

.about-award-header-text {
    margin: 0;
    font-size: 2em;
    font-family: IBMPlexMono;
    overflow: hidden
}

.about-award-item {
    position: relative;
    will-change: transform;
    padding: 0 var(--base-padding-x);
    margin-bottom: 2em
}

.about-award-item-container {
    position: relative;
    overflow: hidden
}

.about-award-item-wrapper {
    display: flex;
    position: relative
}

.about-award-item-wrapper:not(:first-child) {
    margin-top: .8em
}

.about-award-item-wrapper-text {
    display: inline-block;
    margin: 0;
    font-size: 1.25em;
    position: relative;
    overflow: hidden;
    transition: transform .4s cubic-bezier(.4, 0, .1, 1)
}

.about-award-item-wrapper-text:not(:last-child) {
    flex-shrink: 0
}

.about-award-item-wrapper-svg {
    position: absolute;
    height: 1em;
    width: 1em;
    transform: translate3d(-1.3em, 0, 0);
    transition: transform .4s cubic-bezier(.4, 0, .1, 1);
    top: calc(50% - .55em)
}

.about-award-line {
    position: absolute;
    top: -1em;
    height: .0625em;
    opacity: .2;
    width: calc(100% + 2 * var(--base-padding-x));
    left: calc(var(--base-padding-x) * -1);
    background: var(--color-white);
    transform-origin: left
}

.award-category-awards .about-award-item-wrapper-text:nth-child(1) {
    width: var(--width-size);
    margin-left: var(--margin-left)
}

.award-category-awards .about-award-item-wrapper-text:nth-child(2) {
    margin-left: 2em;
    font-family: IBMPlexMono
}

.award-category-awards .about-award-item-wrapper-text:nth-child(3) {
    margin-left: 4em
}

@media (max-width: 560px) {
    .award-category-awards .about-award-item-wrapper-text:nth-child(3) {
        margin-left: 3em
    }
}

.award-category-articles {
    margin-top: 0
}

.award-category-articles .about-award-item-wrapper {
    flex-direction: column;
    gap: .5em;
    margin-left: var(--margin-left)
}

@media (min-width: 1000px) and (hover: hover) {
    .award-category-articles .about-award-item-wrapper .about-award-item-container:hover .about-award-item-wrapper-text {
        transform: translate3d(1.3em, 0, 0)
    }
    .award-category-articles .about-award-item-wrapper .about-award-item-container:hover .about-award-item-wrapper-svg {
        transform: translateZ(0)
    }
}

.award-category-articles .about-award-item-wrapper .about-award-item-container:nth-child(1) {
    cursor: pointer
}

.award-category-talks {
    margin-top: 0
}

.award-category-talks .about-award-item-wrapper {
    gap: .5em;
    margin-left: var(--margin-left)
}

.award-category-talks .about-award-item-wrapper.--old .about-award-item-wrapper-text {
    position: relative;
    cursor: not-allowed;
    opacity: .2
}

.award-category-talks .about-award-item-wrapper.--old .about-award-item-wrapper-text:before {
    content: "";
    position: absolute;
    top: .7em;
    left: 0;
    height: .0625em;
    width: 100%;
    background: var(--color-white)
}

@media (min-width: 1000px) and (hover: hover) {
    .award-category-talks .about-award-item-wrapper:not(.--old) .about-award-item-container:nth-child(1):hover .about-award-item-wrapper-text {
        transform: translate3d(1.3em, 0, 0)
    }
    .award-category-talks .about-award-item-wrapper:not(.--old) .about-award-item-container:nth-child(1):hover .about-award-item-wrapper-svg {
        transform: translateZ(0)
    }
}

.award-category-talks .about-award-item-container:nth-child(1) {
    cursor: pointer;
    width: var(--width-size)
}

@media (max-width: 480px) {
    .award-category-talks .about-award-item-container:nth-child(1) {
        width: 35vw
    }
}

.award-category-talks .about-award-item-container:nth-child(2) {
    margin-left: 9.5em
}

@media (max-width: 480px) {
    .award-category-talks .about-award-item-container:nth-child(2) {
        margin-left: 4em
    }
}

.award-category-talks .about-award-item-container:nth-child(3) {
    display: none
}

@media (max-width: 1000px) {
    .award-category-talks .about-award-item-container:nth-child(3) {
        display: block;
        position: relative;
        flex-grow: 1;
        top: .5em;
        height: .75em
    }
}

.about-award-item-wrapper-img {
    position: absolute;
    right: 0;
    height: .75em;
    width: .75em
}

#about-capability {
    color: var(--color-white);
    align-content: flex-start;
    font-size: clamp(.875rem, 1vw, 1.75rem)
}

@media (max-width: 812px) {
    #about-capability {
        font-size: clamp(1rem, 1vw, 1.75rem)
    }
}

#about-capability-title {
    line-height: 1em;
    grid-column: 1 / span 12;
    font-size: 12vw;
    margin-top: calc(2em - 2 * var(--base-padding-y));
    display: flex;
    flex-direction: column;
    will-change: transform
}

@media (min-aspect-ratio: 21/9) {
    #about-capability-title {
        font-size: 8vw
    }
}

@media (max-width: 812px) {
    #about-capability-title {
        grid-column: 1 / span 6;
        font-size: 18vw
    }
}

#about-capability-title>div {
    grid-column: 1 / span 8;
    position: relative
}

@media (max-width: 812px) {
    #about-capability-title>div {
        grid-column: 1 / span 12
    }
}

#about-capability-title #about-capability-title-line-2 {
    left: 2em
}

@media (max-width: 812px) {
    #about-capability-title #about-capability-title-line-2 {
        left: 0
    }
}

#about-capability-subheader {
    position: absolute;
    right: var(--base-padding-x);
    top: var(--base-padding-y);
    font-size: .875em;
    width: 20em;
    text-transform: uppercase;
    line-height: 1.2;
    margin-top: calc(26vw - 2 * var(--base-padding-y))
}

@media (min-aspect-ratio: 21/9) {
    #about-capability-subheader {
        font-size: 1em;
        margin-top: calc(17vw - 2 * var(--base-padding-y))
    }
}

@media (max-width: 812px) {
    #about-capability-subheader {
        position: relative;
        grid-column: 1 / span 6;
        margin-top: 0;
        left: 0;
        width: 100%
    }
}

#about-capability-subheader-text {
    will-change: transform
}

@media (max-width: 812px) {
    #about-capability-subheader-text {
        width: 100%;
        margin-top: 2em;
        font-size: 1.1em
    }
}

#about-capability-subheader-cards {
    display: flex;
    gap: .5rem;
    width: fit-content;
    margin-top: 2em;
    overflow: hidden;
    position: relative;
    will-change: transform
}

@media (max-width: 812px) {
    #about-capability-subheader-cards {
        padding: 0
    }
}

.about-capability-subheader-card {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1em;
    width: fit-content;
    border-radius: .361rem;
    border: solid .0625em var(--color-white);
    width: 2.25em;
    height: 3.125em;
    font-family: CustomMono;
    text-align: center;
    text-indent: .1em
}

@media (max-width: 812px) {
    .about-capability-subheader-card {
        font-size: 1.2em
    }
}

#about-capability-categories-container {
    position: relative;
    width: 100%;
    grid-column: 1 / 13;
    margin-top: 20rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

#about-capability-categories-container:after {
    content: "";
    clear: both;
    display: block
}

@media (max-width: 812px) {
    #about-capability-categories-container {
        margin-top: 8rem;
        gap: 2.8rem 0;
        grid-column: 1 / 7
    }
}

#about-capability-cards-wrapper {
    position: relative;
    grid-column: 1 / span 12;
    width: 100%;
    margin: 4em auto calc(var(--vh, 1vh) * 300) auto
}

@media (min-aspect-ratio: 21/9) {
    #about-capability-cards-wrapper {
        width: 75%
    }
}

@media (max-width: 812px) {
    #about-capability-cards-wrapper {
        grid-column: 1 / span 6;
        margin-bottom: 0
    }
}

#about-capability-cards {
    perspective: calc(var(--vh, 1vh) * 100);
    width: 100%;
    perspective-origin: center
}

@media (max-width: 812px) {
    #about-capability-cards {
        perspective: 300vw
    }
}

.about-capability-card {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: calc(var(--grid-space) * 3 + var(--grid-gap) * 2);
    color: var(--color-black);
    aspect-ratio: 314 / 438;
    transform-style: preserve-3d;
    font-size: 1.3vw
}

@media (min-aspect-ratio: 21/9) {
    .about-capability-card {
        font-size: .87vw
    }
}

@media (max-width: 812px) {
    .about-capability-card {
        position: relative;
        width: calc(50% - var(--grid-gap) / 2);
        margin-left: 0;
        font-size: 2.4vw
    }
    .about-capability-card:nth-child(n+3) {
        margin-top: 3em
    }
    .about-capability-card:nth-child(odd) {
        float: right
    }
}

@media (max-width: 560px) {
    .about-capability-card {
        width: 100%;
        font-size: 5vw
    }
    .about-capability-card:nth-child(n+1) {
        margin-top: 3em
    }
}

.about-capability-card-back {
    position: absolute;
    height: 100%;
    width: 100%;
    backface-visibility: hidden;
    background: var(--color-white);
    background-image: url(/assets/images/cards/back.png);
    background-size: contain;
    border-radius: .8em;
    transform: rotateY(180deg)
}

.about-capability-card-front {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.25em 1.875em;
    position: absolute;
    height: 100%;
    width: 100%;
    backface-visibility: hidden;
    border-radius: .8em;
    background: var(--color-white)
}

.about-capability-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.about-capability-card-header:last-child {
    transform: rotate(180deg);
    justify-self: flex-end
}

.about-capability-card-header-text {
    font-size: 1.5em;
    text-transform: uppercase;
    margin: 0
}

.about-capability-card-header-letter {
    position: relative;
    left: .15em;
    font-size: 3em;
    font-family: CustomMono;
    margin: 0
}

.about-capability-list {
    margin: 0;
    list-style: none;
    padding: 0
}

.about-capability-list-item {
    position: relative;
    font-size: .85em
}

.about-capability-list-item:not(:last-child):before {
    content: "..............................";
    position: absolute;
    top: .6em;
    font-size: 1.5em;
    letter-spacing: .125em;
    color: var(--color-blue);
    opacity: .2
}

.about-capability-list-item:not(:first-child) {
    margin-top: 2em
}

