@import url('https://use.typekit.net/ucq8jwq.css');
:root {
    --black: #000;
    --blue: #006fff;
    --cream: #fff8ee;
    --dark-gray: #54565a;
    --green: #5dc554;
    --juice: #fbb832;
    --light-gray: #ebebeb;
    --medium-gray: #707070;
    --orange: #ff501c;
    --white: #fff;
    --yellow: #d9e021;
}
@font-face {
    font-display: auto;
    font-family: Sohne Mono;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/soehne-mono-kraftig.woff2) format('woff2');
}
@font-face {
    font-display: auto;
    font-family: Sohne Mono;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/soehne-mono-halbfett.woff2) format('woff2');
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    overflow-x: hidden;
    scroll-behavior: smooth;
    scroll-padding-top: 101px;
    width: 100vw;
}
@media screen and (min-width: 48rem) {
    html {
        scroll-padding-top: 112px;
    }
}
body {
    background-color: var(--cream);
    background-image: url(../img/backgrounds/texture.webp);
    background-size: cover;
    margin: 0;
    min-height: 100vh;
    padding: 6.3125rem 0 0;
    position: relative;
}
@media screen and (min-width: 48rem) {
    body {
        padding-top: 7rem;
    }
}
@media screen and (min-width: 64rem) {
    body {
        padding-top: 0;
    }
}
a:has(.loop) {
    overflow: visible;
    position: relative;
}
a:has(.loop) .loop {
    stroke: currentcolor;
    stroke-dasharray: 650;
    stroke-dashoffset: 650;
    stroke-linecap: round;
    stroke-width: 4;
    left: -1.5rem;
    position: absolute;
    top: 50%;
    -webkit-transition: stroke-dashoffset 375ms ease;
    transition: stroke-dashoffset 375ms ease;
    translate: 0 -50%;
    width: calc(100% + 3rem);
    z-index: -1;
}
a:has(.loop):active .loop,
a:has(.loop):focus .loop,
a:has(.loop):focus-visible .loop,
a:has(.loop):hover .loop {
    stroke-dashoffset: 0;
}
.pixelate .hires {
    z-index: 1;
}
.pixelate .lores {
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: pixelated;
    opacity: 0;
    -webkit-transition: opacity 2s ease;
    transition: opacity 2s ease;
    z-index: 2;
}
.inactive .pixelate .lores {
    opacity: 1;
}
.pixelate:after {
    background: var(--black);
    content: '';
    inset: 0;
    opacity: 0.5;
    position: absolute;
    z-index: 3;
}
.show-for-sr,
.show-on-focus {
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 0 !important;
}
wrapper {
    margin: 0 auto;
    max-width: 120rem;
    padding: 0 1.25rem;
}
@media screen and (min-width: 64rem) {
    wrapper {
        padding: 0 5%;
    }
}
@media screen and (min-width: 80rem) {
    wrapper {
        padding: 0 10%;
    }
}
@media screen and (min-width: 90rem) {
    wrapper {
        padding: 0 15%;
    }
}
@media screen and (min-width: 120rem) {
    wrapper {
        padding: 0 18rem;
    }
}
.splide {
    position: relative;
    visibility: hidden;
}
.splide__container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.splide__list {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
}
.splide__list,
.splide__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.splide__pagination {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    pointer-events: none;
}
.splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto;
}
.splide__progress__bar {
    width: 0;
}
.splide__slide {
    -ms-flex-negative: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative;
}
.splide__slide img {
    vertical-align: bottom;
}
.splide__spinner {
    -webkit-animation: splide-loading 1s linear infinite;
    animation: splide-loading 1s linear infinite;
    border: 2px solid #999;
    border-left-color: transparent;
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 1.25rem;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 1.25rem;
}
.splide__sr {
    clip: rect(0 0 0 0);
    border: 0;
    height: 0.0625rem;
    margin: -0.0625rem;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 0.0625rem;
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
    display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
    display: inline;
}
.splide__track {
    overflow: visible;
    position: relative;
    z-index: 0;
}
.splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
    margin: 0 !important;
    opacity: 0;
    z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
    opacity: 1;
    z-index: 1;
}
.splide__track--ttb > .splide__list {
    display: block;
}
.splide--rtl {
    direction: rtl;
}
.splide.is-initialized,
.splide.is-rendered {
    visibility: visible;
}
.splide.is-initialized:not(.is-active) .splide__list {
    display: block;
}
.splide:not(.is-overflow) .splide__pagination {
    display: none;
}
@-webkit-keyframes splide-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@keyframes splide-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
.c26-logo {
    display: block;
    position: relative;
    z-index: 1;
}
.c26-logo:active,
.c26-logo:link,
.c26-logo:visited {
    color: currentcolor;
    text-decoration: none;
}
.c26-logo:focus-visible,
.c26-logo:hover {
    color: currentcolor;
    outline: 0;
    text-decoration: none;
}
.c26-articles {
    margin-top: 6.25rem;
    padding: 0 1.25rem 3.75rem;
    position: relative;
    z-index: 3;
}
.c26-articles__image {
    margin: 0;
    padding: 0;
    position: relative;
}
.c26-articles__image .main {
    height: auto;
    max-width: auto;
    position: relative;
    width: 100%;
    z-index: 1;
}
.c26-articles__image .item-1,
.c26-articles__image .item-2,
.c26-articles__image .item-3,
.c26-articles__image .item-4 {
    position: absolute;
    translate: -50% -50%;
    z-index: 4;
}
.c26-articles__title {
    font:
        400 3.75rem/1.333 helvetica-neue-lt-pro,
        sans-serif;
    margin: 0;
    text-transform: uppercase;
}
.c26-articles__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.c26-articles__item {
    border: solid var(--black);
    border-width: 0 0 1px;
    margin-top: -0.0625rem;
    padding: 2rem 1.25rem 1rem;
    position: relative;
}
.c26-articles__item p {
    font:
        600 1rem/1.1 Sohne Mono,
        sans-serif;
    letter-spacing: 0.0625rem;
    margin: 0 0 1.5rem;
    text-transform: uppercase;
}
.c26-articles__item h3 {
    font:
        400 1.75rem/1.3 chapman,
        sans-serif;
    letter-spacing: -0.0625rem;
    margin: 0;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 0.05em;
    text-underline-position: from-font;
}
.c26-articles__item img {
    display: block;
    height: auto;
    rotate: 90deg;
    width: 1.6875rem;
}
.c26-articles__item a {
    inset: 0;
    position: absolute;
    z-index: 5;
}
.c26-articles__item a:focus-visible {
    outline: none;
}
.c26-articles__item:focus-within,
.c26-articles__item:hover {
    background-position: 0;
}
@media screen and (hover: none) {
    .c26-articles__image {
        margin-bottom: 10.625rem;
    }
    .c26-articles__image .item-1 {
        animation-timeline: view();
        -webkit-animation: scoot-1 linear forwards;
        animation: scoot-1 linear forwards;
        left: 90%;
        top: 90%;
    }
    .c26-articles__image .item-2 {
        animation-timeline: view();
        -webkit-animation: scoot-2 linear forwards;
        animation: scoot-2 linear forwards;
        left: 80%;
        top: 100%;
    }
    .c26-articles__image .item-3 {
        animation-timeline: view();
        -webkit-animation: scoot-3 linear forwards;
        animation: scoot-3 linear forwards;
        left: 25%;
        top: 100%;
    }
    .c26-articles__image .item-4 {
        animation-timeline: view();
        -webkit-animation: scoot-4 linear forwards;
        animation: scoot-4 linear forwards;
        left: 0;
        top: 90%;
    }
    .c26-articles__item {
        background-image: linear-gradient(
            90deg,
            var(--blue) 50%,
            transparent 50%
        );
        background-position: 100%;
        background-size: 250%;
        -webkit-transition: background-position 375ms ease;
        transition: background-position 375ms ease;
    }
    .c26-articles__item img {
        margin-top: 1.5rem;
        translate: 5px 0;
    }
    .c26-articles__item:focus-within,
    .c26-articles__item:hover {
        background-position: 0;
    }
}
@media screen and (hover: hover) {
    .c26-articles .c26-articles__image:hover .item-1,
    .c26-articles .c26-articles__image:hover .item-2,
    .c26-articles .c26-articles__image:hover .item-3,
    .c26-articles .c26-articles__image:hover .item-4 {
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .c26-articles__image .item-1 {
        -webkit-animation: scramble-1 5s ease infinite;
        animation: scramble-1 5s ease infinite;
        -webkit-animation-play-state: paused;
        animation-play-state: paused;
    }
    .c26-articles__image .item-2 {
        -webkit-animation: scramble-2 5s ease infinite;
        animation: scramble-2 5s ease infinite;
        -webkit-animation-play-state: paused;
        animation-play-state: paused;
    }
    .c26-articles__image .item-3 {
        -webkit-animation: scramble-3 5s ease infinite;
        animation: scramble-3 5s ease infinite;
        -webkit-animation-play-state: paused;
        animation-play-state: paused;
    }
    .c26-articles__image .item-4 {
        -webkit-animation: scramble-4 5s ease infinite;
        animation: scramble-4 5s ease infinite;
        -webkit-animation-play-state: paused;
        animation-play-state: paused;
    }
    .c26-articles__item {
        padding: 2rem 0;
    }
    .c26-articles__item h3 {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        align-items: start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        gap: 32px;
        justify-content: space-between;
    }
    .c26-articles__item h3 > span > span {
        background-image: linear-gradient(
            90deg,
            var(--blue) 50%,
            transparent 50%
        );
        background-position: 100%;
        background-size: 250%;
        -webkit-transition: background-position 0.75s ease;
        transition: background-position 0.75s ease;
    }
    .c26-articles__item h3 img {
        opacity: 0;
        -webkit-transition: opacity 375ms ease;
        transition: opacity 375ms ease;
        translate: -5px 0;
    }
    .c26-articles__item:focus-within h3 > span > span,
    .c26-articles__item:hover h3 > span > span {
        background-position: 0;
    }
    .c26-articles__item:focus-within h3 img,
    .c26-articles__item:hover h3 img {
        opacity: 1;
    }
}
@media screen and (min-width: 64rem) {
    .c26-articles {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        align-items: start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        justify-content: space-between;
        padding: 0 3.75rem;
    }
    .c26-articles__image {
        margin-bottom: 9.375rem;
        position: -webkit-sticky;
        position: sticky;
        top: 7.5625rem;
        width: 30%;
    }
    .c26-articles__content,
    .c26-articles__image {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }
    .c26-articles__content {
        margin-left: auto;
        width: 55%;
    }
    .c26-articles__title {
        font-size: 5.625rem;
    }
    .c26-articles__item {
        margin: 0;
        padding: 2rem 0 2.5rem;
    }
    .c26-articles__item p {
        margin: 0 0 1.25rem;
    }
    .c26-articles__item h3 {
        font-size: 2.5rem;
    }
}
@-webkit-keyframes scoot-1 {
    0% {
        left: 90%;
        top: 90%;
    }
    50% {
        left: 80%;
        top: 0;
    }
    to {
        left: 80%;
        top: 0;
    }
}
@keyframes scoot-1 {
    0% {
        left: 90%;
        top: 90%;
    }
    50% {
        left: 80%;
        top: 0;
    }
    to {
        left: 80%;
        top: 0;
    }
}
@-webkit-keyframes scoot-2 {
    0% {
        left: 80%;
        top: 100%;
    }
    50% {
        left: 100%;
        top: 70%;
    }
    to {
        left: 100%;
        top: 70%;
    }
}
@keyframes scoot-2 {
    0% {
        left: 80%;
        top: 100%;
    }
    50% {
        left: 100%;
        top: 70%;
    }
    to {
        left: 100%;
        top: 70%;
    }
}
@-webkit-keyframes scoot-3 {
    0% {
        left: 25%;
        top: 100%;
    }
    50% {
        left: 33%;
        top: 100%;
    }
    to {
        left: 33%;
        top: 100%;
    }
}
@keyframes scoot-3 {
    0% {
        left: 25%;
        top: 100%;
    }
    50% {
        left: 33%;
        top: 100%;
    }
    to {
        left: 33%;
        top: 100%;
    }
}
@-webkit-keyframes scoot-4 {
    0% {
        left: 0;
        top: 90%;
    }
    50% {
        left: 0;
        top: 50%;
    }
    to {
        left: 0;
        top: 50%;
    }
}
@keyframes scoot-4 {
    0% {
        left: 0;
        top: 90%;
    }
    50% {
        left: 0;
        top: 50%;
    }
    to {
        left: 0;
        top: 50%;
    }
}
@-webkit-keyframes scramble-1 {
    0% {
        left: 80%;
        top: 0;
    }
    20% {
        left: 100%;
        top: 25%;
    }
    40% {
        left: 100%;
        top: 100%;
    }
    60% {
        left: 20%;
        top: 90%;
    }
    80% {
        left: 10%;
        top: 10%;
    }
    to {
        left: 80%;
        top: 0;
    }
}
@keyframes scramble-1 {
    0% {
        left: 80%;
        top: 0;
    }
    20% {
        left: 100%;
        top: 25%;
    }
    40% {
        left: 100%;
        top: 100%;
    }
    60% {
        left: 20%;
        top: 90%;
    }
    80% {
        left: 10%;
        top: 10%;
    }
    to {
        left: 80%;
        top: 0;
    }
}
@-webkit-keyframes scramble-2 {
    0% {
        left: 100%;
        top: 70%;
    }
    20% {
        left: 100%;
        top: 100%;
    }
    40% {
        left: 0;
        top: 70%;
    }
    60% {
        left: 0;
        top: 0;
    }
    80% {
        left: 90%;
        top: 0;
    }
    to {
        left: 100%;
        top: 70%;
    }
}
@keyframes scramble-2 {
    0% {
        left: 100%;
        top: 70%;
    }
    20% {
        left: 100%;
        top: 100%;
    }
    40% {
        left: 0;
        top: 70%;
    }
    60% {
        left: 0;
        top: 0;
    }
    80% {
        left: 90%;
        top: 0;
    }
    to {
        left: 100%;
        top: 70%;
    }
}
@-webkit-keyframes scramble-3 {
    0% {
        left: 33%;
        rotate: 0deg;
        top: 100%;
    }
    20% {
        left: 10%;
        rotate: 15deg;
        top: 75%;
    }
    40% {
        left: 33%;
        rotate: 30deg;
        top: -20%;
    }
    60% {
        left: 110%;
        rotate: 0deg;
        top: 33%;
    }
    80% {
        left: 100%;
        rotate: 0deg;
        top: 80%;
    }
    to {
        left: 33%;
        rotate: 0deg;
        top: 100%;
    }
}
@keyframes scramble-3 {
    0% {
        left: 33%;
        rotate: 0deg;
        top: 100%;
    }
    20% {
        left: 10%;
        rotate: 15deg;
        top: 75%;
    }
    40% {
        left: 33%;
        rotate: 30deg;
        top: -20%;
    }
    60% {
        left: 110%;
        rotate: 0deg;
        top: 33%;
    }
    80% {
        left: 100%;
        rotate: 0deg;
        top: 80%;
    }
    to {
        left: 33%;
        rotate: 0deg;
        top: 100%;
    }
}
@-webkit-keyframes scramble-4 {
    0% {
        left: 0;
        top: 50%;
    }
    20% {
        left: 5%;
        top: 10%;
    }
    40% {
        left: 100%;
        top: 33%;
    }
    60% {
        left: 100%;
        top: 100%;
    }
    80% {
        left: 0;
        top: 100%;
    }
    to {
        left: 0;
        top: 50%;
    }
}
@keyframes scramble-4 {
    0% {
        left: 0;
        top: 50%;
    }
    20% {
        left: 5%;
        top: 10%;
    }
    40% {
        left: 100%;
        top: 33%;
    }
    60% {
        left: 100%;
        top: 100%;
    }
    80% {
        left: 0;
        top: 100%;
    }
    to {
        left: 0;
        top: 50%;
    }
}
.c26-bottom {
    background-color: var(--black);
    color: var(--cream);
    margin-bottom: -0.3125rem;
    overflow: hidden;
    padding-top: 3.75rem;
}
.c26-bottom__title {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    font:
        400 3.75rem/1.333 helvetica-neue-lt-pro,
        sans-serif;
    gap: 0 1ch;
    line-height: 1;
    margin: 0 0 1em;
    padding: 0 1.25rem;
    text-transform: uppercase;
}
.c26-bottom__title,
.c26-bottom__title .word {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: start;
}
.c26-bottom__title .word {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
.c26-bottom__title .word span {
    display: block;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.c26-bottom__title.inactive .word span {
    rotate: var(--degree, '0deg');
    translate: var(--depth, '0% 0%');
}
@media screen and (min-width: 48rem) {
    .c26-bottom__title {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0;
    }
}
@media screen and (min-width: 64rem) {
    .c26-bottom {
        padding-top: 7.5rem;
    }
    .c26-bottom__title {
        font-size: 5.625rem;
    }
}
.c26-social {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.c26-social a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    height: 100%;
    justify-content: center;
    width: 100%;
}
.c26-social a:active,
.c26-social a:focus,
.c26-social a:focus-visible,
.c26-social a:hover {
    outline: none;
}
.c26-social a:active img,
.c26-social a:focus img,
.c26-social a:focus-visible img,
.c26-social a:hover img {
    scale: 1.1;
}
.c26-social li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-image: url(../img/backgrounds/coaster.webp);
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    height: 7.125rem;
    justify-content: center;
    position: absolute;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    translate: -50% -50%;
    width: 7.5rem;
}
.c26-social li:focus-within,
.c26-social li:hover {
    -webkit-filter: drop-shadow(0 0 8px var(--yellow));
    filter: drop-shadow(0 0 8px var(--yellow));
    translate: -50% -60%;
}
.c26-social img {
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    opacity: 0.75;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 375ms ease;
    transition: all 375ms ease;
}
.c26-social.inactive li {
    left: 50% !important;
    rotate: 0deg !important;
    top: 100% !important;
}
@media screen and (max-width: 47.9375rem) {
    .c26-social {
        height: 25rem;
    }
    .c26-social li:first-child {
        left: 25%;
        rotate: -15deg;
        top: 20%;
        z-index: 7;
    }
    .c26-social li:nth-child(2) {
        left: 75%;
        top: 15%;
        z-index: 6;
    }
    .c26-social li:nth-child(3) {
        left: 20%;
        top: 42.5%;
        z-index: 5;
    }
    .c26-social li:nth-child(4) {
        left: 52.5%;
        rotate: -5deg;
        top: 40%;
        z-index: 4;
    }
    .c26-social li:nth-child(5) {
        left: 80%;
        top: 60%;
        z-index: 3;
    }
    .c26-social li:nth-child(6) {
        left: 20%;
        top: 70%;
        z-index: 2;
    }
    .c26-social li:nth-child(7) {
        left: 52.5%;
        rotate: 6deg;
        top: 77.5%;
        z-index: 1;
    }
    .c26-social img {
        height: 2.25rem;
        width: 2.25rem;
    }
}
@media screen and (min-width: 48rem) {
    .c26-social {
        height: 18.75rem;
        margin: 0 auto;
        width: 48rem;
    }
    .c26-social li {
        height: 8.75rem;
        width: 9.25rem;
    }
    .c26-social li:first-child {
        left: 32.5%;
        rotate: -15deg;
        top: 34%;
        z-index: 7;
    }
    .c26-social li:nth-child(2) {
        left: 60%;
        top: 25%;
        z-index: 6;
    }
    .c26-social li:nth-child(3) {
        left: 27.5%;
        top: 65%;
        z-index: 5;
    }
    .c26-social li:nth-child(4) {
        left: 50%;
        rotate: -5deg;
        top: 60%;
        z-index: 4;
    }
    .c26-social li:nth-child(5) {
        left: 90%;
        top: 50%;
        z-index: 1;
    }
    .c26-social li:nth-child(6) {
        left: 10%;
        top: 55%;
        z-index: 2;
    }
    .c26-social li:nth-child(7) {
        left: 77.5%;
        rotate: 6deg;
        top: 70%;
        z-index: 3;
    }
    .c26-social img {
        height: 3rem;
        width: 3rem;
    }
}
.c26-photos {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 5;
}
.c26-photos img {
    border: 5px solid var(--cream);
    height: auto;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    width: 12.9375rem;
}
@media screen and (max-width: 47.9375rem) {
    .c26-photos {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }
    .c26-photos img {
        -o-object-fit: cover;
        object-fit: cover;
        position: relative;
    }
    .c26-photos img:first-child {
        margin-bottom: -6.25rem;
        rotate: -30deg;
        z-index: 1;
    }
    .c26-photos img:nth-child(2) {
        margin-bottom: -5rem;
        rotate: 30deg;
        z-index: 2;
    }
    .c26-photos img:nth-child(3) {
        margin-bottom: -3.75rem;
        rotate: -6.947deg;
        z-index: 3;
    }
    .c26-photos.inactive img:first-child {
        margin-bottom: 0;
        rotate: 0deg;
        translate: 0 200%;
    }
    .c26-photos.inactive img:nth-child(2) {
        margin-bottom: 0;
        rotate: 0deg;
        translate: 0 100%;
    }
    .c26-photos.inactive img:nth-child(3) {
        margin-bottom: 0;
        rotate: 0deg;
    }
}
@media screen and (min-width: 48rem) {
    .c26-photos {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        margin-bottom: 14.25rem;
    }
    .c26-photos img:first-child {
        rotate: -30deg;
        translate: 5% 27.5%;
        z-index: 1;
    }
    .c26-photos img:nth-child(2) {
        z-index: 2;
    }
    .c26-photos img:nth-child(3) {
        rotate: 30deg;
        translate: -5% 25%;
        z-index: 1;
    }
    .c26-photos.inactive img:first-child {
        translate: 100% 75%;
    }
    .c26-photos.inactive img:nth-child(2) {
        translate: 0 100%;
    }
    .c26-photos.inactive img:nth-child(3) {
        translate: -100% 87.5%;
    }
}
@media screen and (min-width: 64rem) {
    .c26-photos {
        margin-bottom: 21.875rem;
    }
    .c26-photos img {
        height: 26.3125rem;
        width: 19.75rem;
    }
}
.c26-footer {
    background-color: var(--black);
    color: var(--cream);
    display: grid;
    position: relative;
    z-index: 4;
}
.c26-footer__updates {
    font:
        600 1.125rem/1.3 Sohne Mono,
        sans-serif;
    overflow: visible;
    position: relative;
    text-transform: uppercase;
    z-index: 2;
}
.c26-footer__updates:active,
.c26-footer__updates:link,
.c26-footer__updates:visited {
    color: currentcolor;
    text-decoration: none;
}
.c26-footer__updates:focus-visible,
.c26-footer__updates:hover {
    color: currentcolor;
    outline: 0;
    text-decoration: none;
}
.c26-footer__updates:focus-visible:after,
.c26-footer__updates:hover:after {
    opacity: 1;
}
.c26-footer__eyes {
    background: var(--black);
    border: 5px solid var(--cream);
    height: 25.1875rem;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    padding: 2rem;
    position: relative;
    width: 17.0625rem;
    z-index: 1;
}
.c26-footer .c26-logo {
    position: relative;
    z-index: 2;
}
.c26-footer .c26-logo img {
    height: auto;
    width: 12.125rem;
}
.c26-footer .c26-logo:active,
.c26-footer .c26-logo:link,
.c26-footer .c26-logo:visited {
    color: currentcolor;
    text-decoration: none;
}
.c26-footer .c26-logo:focus-visible,
.c26-footer .c26-logo:hover {
    color: currentcolor;
    outline: 0;
    text-decoration: none;
}
@media screen and (max-width: 47.9375rem) {
    .c26-footer {
        display: grid;
    }
    .c26-footer > * {
        align-self: center;
        grid-column: 1;
        grid-row: 1;
        justify-self: center;
    }
    .c26-footer__updates {
        bottom: 4.5rem;
    }
    .c26-footer__eyes {
        translate: 0 5px;
    }
    .c26-footer .c26-logo {
        top: 5.625rem;
    }
}
@media screen and (min-width: 48rem) {
    .c26-footer {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        justify-content: space-between;
        padding: 0 1.25rem 4.5rem;
    }
    .c26-footer__eyes {
        bottom: 0;
        left: 50%;
        position: absolute;
        -webkit-transition: translate 1s ease;
        transition: translate 1s ease;
        -webkit-transition-delay: 0.25s;
        transition-delay: 0.25s;
        translate: -50% 12.5%;
    }
    .inactive + .c26-footer .c26-footer__eyes {
        translate: -50% 87.5%;
    }
}
@media screen and (min-width: 64rem) {
    .c26-footer__eyes {
        height: 38.6875rem;
        padding: 2.5rem;
        width: 26.75rem;
    }
}
@media screen and (min-width: 80rem) {
    .c26-footer {
        padding: 0 10% 4.5rem;
    }
}
@media screen and (min-width: 90rem) {
    .c26-footer {
        padding: 0 15% 4.5rem;
    }
}
@media screen and (min-width: 120rem) {
    .c26-footer {
        padding: 0 18rem 4.5rem;
    }
}
.c26-header {
    background-color: var(--cream);
    background-image: url(../img/backgrounds/texture.webp);
    background-size: cover;
    border-radius: 16px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition:
        background-color 375ms ease,
        color 375ms ease,
        opacity 0.5s ease;
    transition:
        background-color 375ms ease,
        color 375ms ease,
        opacity 0.5s ease;
    z-index: 35;
}
.c26-header__menu-toggle {
    background: transparent;
    border: 2px solid;
    border-radius: 50%;
    color: currentcolor;
    cursor: pointer;
    height: 3.375rem;
    position: relative;
    text-align: center;
    width: 3.375rem;
    z-index: 10;
}
.c26-header__menu-toggle img {
    height: 1.375rem;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity 375ms ease;
    transition: opacity 375ms ease;
    width: 1.375rem;
}
.c26-header__menu-toggle .menu {
    opacity: 1;
}
.c26-header__menu-toggle .close {
    -webkit-filter: invert(89%) sepia(23%) saturate(259%) hue-rotate(321deg)
        brightness(105%) contrast(107%);
    filter: invert(89%) sepia(23%) saturate(259%) hue-rotate(321deg)
        brightness(105%) contrast(107%);
    opacity: 0;
}
.c26-header__menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.c26-header__menu a {
    font:
        600 1.125rem/1.3 Sohne Mono,
        sans-serif;
    text-transform: uppercase;
    z-index: 1;
}
.c26-header__menu a:active,
.c26-header__menu a:link,
.c26-header__menu a:visited {
    color: currentcolor;
    text-decoration: none;
}
.c26-header__menu a:focus-visible,
.c26-header__menu a:hover {
    color: currentcolor;
    outline: 0;
    text-decoration: none;
}
.locked .c26-header {
    opacity: 0;
}
@media screen and (max-width: 47.9375rem) {
    .c26-header {
        padding: 1.25rem;
    }
    .c26-header__identity {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        gap: 20px;
        justify-content: space-between;
    }
    .c26-header .c26-logo img {
        height: 3.5625rem;
        -webkit-transition: -webkit-filter 375ms ease;
        transition: -webkit-filter 375ms ease;
        transition: filter 375ms ease;
        transition:
            filter 375ms ease,
            -webkit-filter 375ms ease;
        width: 7.4375rem;
    }
    .c26-header__menu {
        display: grid;
        grid-template-rows: 0fr;
        visibility: hidden;
    }
    .c26-header__menu ul {
        -webkit-box-align: end;
        -ms-flex-align: end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        align-items: end;
        -ms-flex-flow: column;
        flex-flow: column;
        gap: 32px;
        justify-content: end;
        margin: 0 -1.25rem;
        overflow: hidden;
        padding: 0 1.25rem;
    }
    .c26-header__menu a:after {
        -webkit-filter: invert(89%) sepia(23%) saturate(259%) hue-rotate(321deg)
            brightness(105%) contrast(107%);
        filter: invert(89%) sepia(23%) saturate(259%) hue-rotate(321deg)
            brightness(105%) contrast(107%);
    }
    .c26-header.open {
        background-color: var(--black);
        background-image: none;
        color: var(--cream);
    }
    .c26-header.open .c26-logo img {
        -webkit-filter: invert(89%) sepia(23%) saturate(259%) hue-rotate(321deg)
            brightness(105%) contrast(107%);
        filter: invert(89%) sepia(23%) saturate(259%) hue-rotate(321deg)
            brightness(105%) contrast(107%);
    }
    .c26-header.open .c26-header__menu-toggle .menu {
        opacity: 0;
    }
    .c26-header.open .c26-header__menu-toggle .close {
        opacity: 1;
    }
    .c26-header.open .c26-header__menu {
        grid-template-rows: 1fr;
        -webkit-transition:
            grid-template-rows 375ms ease 1ms,
            visibility 0ms ease 0ms;
        transition:
            grid-template-rows 375ms ease 1ms,
            visibility 0ms ease 0ms;
        transition:
            grid-template-rows 375ms ease 1ms,
            visibility 0ms ease 0ms,
            -ms-grid-rows 375ms ease 1ms;
        visibility: visible;
    }
    .c26-header.open .c26-header__menu ul {
        padding: 1.5rem 1.25rem;
        -webkit-transition: padding 375ms ease 0s;
        transition: padding 375ms ease 0s;
    }
}
@media screen and (min-width: 48rem) {
    .c26-header {
        padding: 1.25rem 0;
    }
    .c26-header__inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        justify-content: space-between;
        margin: 0 auto;
        max-width: 120rem;
        padding: 0 1.25rem;
    }
    .c26-header__menu-toggle {
        display: none;
    }
    .c26-header__menu ul {
        gap: 32px;
    }
}
@media screen and (min-width: 64rem) {
    .c26-header__inner {
        padding: 0 1.875rem;
    }
    .c26-header__menu ul {
        gap: 64px;
    }
}
@media screen and (min-width: 80rem) {
    .c26-header__inner {
        padding: 0 2.5rem;
    }
    .c26-header__menu ul {
        gap: 96px;
    }
}
@media screen and (min-width: 90rem) {
    .c26-header__inner {
        padding: 0 3.125rem;
    }
    .c26-header__menu ul {
        gap: 128px;
    }
}
@media screen and (min-width: 120rem) {
    .c26-header__inner {
        padding: 0 3.75rem;
    }
}
.c26-newsletter {
    margin: 2.5rem;
    max-width: 45rem;
    width: auto;
}
.c26-newsletter__close {
    background: transparent;
    border: 0;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 auto;
    padding: 0.5rem;
    position: relative;
}
.c26-newsletter::-ms-backdrop {
    background-color: var(--black);
    opacity: 0.8;
    -ms-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
}
.c26-newsletter::backdrop {
    background-color: var(--black);
    opacity: 0.8;
    -webkit-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
}
@media screen and (min-width: 48rem) {
    .c26-newsletter {
        margin: 2.5rem auto;
    }
}
.c26-intro__copy {
    text-wrap: balance;
    font:
        400 2rem/1.4 helvetica-neue-lt-pro,
        sans-serif;
    margin: 0 auto;
    padding: 3.75rem 1.25rem 0;
    text-align: center;
}
.c26-intro__copy a {
    background-image: linear-gradient(
        90deg,
        var(--background) 50%,
        transparent 50%
    );
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 250% 80%;
    padding: 0 0.1em;
    position: relative;
    -webkit-transition: background-position 1s ease;
    transition: background-position 1s ease;
}
.c26-intro__copy a:link,
.c26-intro__copy a:visited {
    color: var(--black);
    text-decoration: none;
}
.c26-intro__copy a:active,
.c26-intro__copy a:focus,
.c26-intro__copy a:focus-visible,
.c26-intro__copy a:hover {
    color: var(--black);
    text-decoration: underline;
}
.c26-intro__copy a:focus,
.c26-intro__copy a:focus-visible {
    outline: 2px solid var(--black);
}
.c26-intro__copy a.brink,
.c26-intro__copy a.hornaday {
    --background: var(--yellow);
}
.c26-intro__copy a.jones {
    --background: var(--green);
}
.c26-intro__copy a.corcoran {
    --background: var(--blue);
}
.c26-intro__copy a.cardetti {
    --background: var(--orange);
}
.c26-intro__copy.inactive a {
    background-position: 100%;
}
.c26-intro__images img {
    pointer-events: none;
}
@media screen and (min-width: 48rem) {
    .c26-intro {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column;
        flex-flow: column;
        justify-content: center;
        min-height: 60vw;
        padding: 0 0 6.25rem;
    }
}
@media screen and (min-width: 64rem) {
    .c26-intro__copy {
        font-size: 3.125rem;
        line-height: 1.15;
        width: 90%;
    }
}
@media screen and (min-width: 80rem) {
    .c26-intro__copy {
        width: 83.3333%;
    }
}
@media screen and (min-width: 90rem) {
    .c26-intro__copy {
        width: 76.6667%;
        width: 70%;
    }
}
@media (hover: none) {
    .c26-intro__copy a img {
        display: none;
    }
    .c26-intro__images {
        display: grid;
        grid-template-columns: repeat(8, 1fr);
        grid-template-rows: repeat(5, 1fr);
        overflow: hidden;
        width: 100%;
    }
    .c26-intro__images img {
        -ms-flex-item-align: center;
        align-self: center;
        height: 50vw;
        position: relative;
        -webkit-transition:
            rotate 1s ease,
            translate 1s ease;
        transition:
            rotate 1s ease,
            translate 1s ease;
        width: auto;
    }
    .c26-intro__images img.hornaday {
        grid-column: 1/4;
        grid-row: 2/6;
        rotate: 14deg;
        translate: -5%;
        z-index: 5;
    }
    .c26-intro__images img.jones {
        grid-column: 2/5;
        grid-row: 1/5;
        scale: 0.875;
        -webkit-transition-delay: 0.45s;
        transition-delay: 0.45s;
        translate: -6.25% -3%;
        z-index: 2;
    }
    .c26-intro__images img.corcoran {
        grid-column: 3/7;
        grid-row: 2/6;
        -webkit-transition-delay: 0.15s;
        transition-delay: 0.15s;
        translate: -12.5% 0;
        z-index: 4;
    }
    .c26-intro__images img.cardetti {
        grid-column: 4/8;
        grid-row: 1/5;
        scale: 0.875;
        -webkit-transition-delay: 0.6s;
        transition-delay: 0.6s;
        translate: 6.25% -3%;
        z-index: 1;
    }
    .c26-intro__images img.brink {
        grid-column: 5/9;
        grid-row: 2/6;
        rotate: -9deg;
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
        translate: 25% 0;
        z-index: 3;
    }
    .c26-intro__images.inactive img {
        rotate: 0deg !important;
        translate: 0 50% !important;
    }
}
@media (hover: hover) {
    .c26-intro__copy a {
        display: inline-block;
    }
    .c26-intro__copy a img {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
        height: 9.375rem;
        left: 50%;
        pointer-events: none;
        position: absolute;
        top: 100%;
        -webkit-transform-origin: bottom left;
        transform-origin: bottom left;
        -webkit-transition: all 0.5s linear;
        transition: all 0.5s linear;
        translate: -50% 0;
        width: auto;
        z-index: 5;
    }
    .c26-intro__copy a:active img,
    .c26-intro__copy a:focus img,
    .c26-intro__copy a:focus-visible img,
    .c26-intro__copy a:hover img {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        translate: -50% -100%;
    }
    .c26-intro__images {
        display: none;
    }
}
@media (hover: hover) and (max-width: 47.9375rem) {
    .c26-intro {
        padding: 3.75rem 1.25rem;
    }
}
@-webkit-keyframes shiftUp {
    0% {
        top: 2.5rem;
    }
    to {
        top: 0;
    }
}
@keyframes shiftUp {
    0% {
        top: 2.5rem;
    }
    to {
        top: 0;
    }
}
.c26-leadership {
    display: grid;
    position: relative;
    z-index: 2;
}
.c26-leadership > * {
    grid-column: 1;
    grid-row: 1;
}
.c26-leadership__background {
    margin: 0;
    min-height: 100%;
    padding: 0;
    position: relative;
    z-index: 1;
}
.c26-leadership__background img {
    height: 100%;
    inset: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%;
}
.c26-leadership__grid {
    position: relative;
    z-index: 2;
}
.c26-leadership__filler {
    height: 26.625rem;
    position: relative;
    -webkit-transition:
        border 375ms ease,
        left 1s ease,
        top 1s ease,
        -webkit-transform 1s ease;
    transition:
        border 375ms ease,
        left 1s ease,
        top 1s ease,
        -webkit-transform 1s ease;
    transition:
        border 375ms ease,
        left 1s ease,
        top 1s ease,
        transform 1s ease;
    transition:
        border 375ms ease,
        left 1s ease,
        top 1s ease,
        transform 1s ease,
        -webkit-transform 1s ease;
    -webkit-transition-delay: 0s, 1s, 1s, 0s;
    transition-delay: 0s, 1s, 1s, 0s;
    width: 20rem;
}
.c26-leadership__filler.leadership {
    rotate: 6.79deg;
    z-index: 5;
}
.c26-leadership__filler.hearts,
.c26-leadership__filler.joker {
    rotate: -5.79deg;
    z-index: 1;
}
.c26-leadership__card {
    -ms-flex-negative: 0;
    -webkit-animation: boxstep 5s linear infinite;
    animation: boxstep 5s linear infinite;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    background: var(--cream);
    background-clip: padding-box;
    border: 6px solid transparent;
    border-radius: 16px;
    display: grid;
    flex-shrink: 0;
    height: 26.625rem;
    overflow: hidden;
    position: relative;
    top: 0;
    -webkit-transition:
        border 375ms ease,
        left 1s ease,
        top 1s ease,
        -webkit-transform 1s ease;
    transition:
        border 375ms ease,
        left 1s ease,
        top 1s ease,
        -webkit-transform 1s ease;
    transition:
        border 375ms ease,
        left 1s ease,
        top 1s ease,
        transform 1s ease;
    transition:
        border 375ms ease,
        left 1s ease,
        top 1s ease,
        transform 1s ease,
        -webkit-transform 1s ease;
    -webkit-transition-delay: 0s, 1s, 1s, 0s;
    transition-delay: 0s, 1s, 1s, 0s;
    width: 20rem;
}
.c26-leadership__card > * {
    grid-column: 1;
    grid-row: 1;
}
.c26-leadership__card:focus-within,
.c26-leadership__card:hover {
    -webkit-animation-play-state: running;
    animation-play-state: running;
    border-color: var(--border);
}
.c26-leadership__card.hornaday {
    --border: var(--yellow);
    rotate: -5.79deg;
    z-index: 2;
}
.c26-leadership__card.hornaday .c26-leadership__photo {
    translate: 10% 0;
}
.c26-leadership__card.jones {
    --border: var(--green);
    rotate: 6.79deg;
    z-index: 3;
}
.c26-leadership__card.corcoran {
    --border: var(--blue);
    z-index: 2;
}
.c26-leadership__card.cardetti {
    --border: var(--orange);
    rotate: -5.79deg;
    z-index: 3;
}
.c26-leadership__card.brink {
    --border: var(--yellow);
    rotate: 6.79deg;
    z-index: 2;
}
.c26-leadership__photo {
    -ms-flex-item-align: end;
    align-self: end;
    height: 22rem;
    justify-self: end;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom center;
    object-position: bottom center;
    pointer-events: none;
    position: relative;
    width: auto;
    z-index: 1;
}
.c26-leadership__name-first,
.c26-leadership__name-last {
    -ms-flex-item-align: start;
    align-self: start;
    background: var(--black);
    color: var(--cream);
    font:
        500 1rem/1.2 Sohne Mono,
        sans-serif;
    justify-self: start;
    position: relative;
    text-transform: uppercase;
    -webkit-transition:
        color 375ms ease,
        background 375ms ease;
    transition:
        color 375ms ease,
        background 375ms ease;
    z-index: 2;
}
.c26-leadership__name-first {
    letter-spacing: 0.3125rem;
    margin: 1rem;
    padding: 0.125rem 0.25rem 0.125rem 0.5rem;
}
.c26-leadership__name-last {
    letter-spacing: 0.025rem;
    margin: 3rem 1rem 1rem;
    padding: 0.125rem 0.125rem 0.25rem;
    text-orientation: upright;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.c26-leadership__linkedin {
    -ms-flex-item-align: start;
    align-self: start;
    border: 2px solid var(--black);
    border-radius: 50%;
    height: 3rem;
    justify-self: end;
    margin: 1rem;
    padding: 0.625rem;
    position: relative;
    -webkit-transition: opacity 375ms ease;
    transition: opacity 375ms ease;
    width: 3rem;
    z-index: 3;
}
.c26-leadership__link {
    position: relative;
    z-index: 4;
}
@media screen and (max-width: 79.9375rem) {
    .c26-leadership__wrapper {
        margin: 6.25rem 0 5rem;
        overflow-x: scroll;
        padding: 1.25rem 0 1.875rem;
        position: relative;
        width: 100vw;
        z-index: 1;
    }
    .c26-leadership__wrapper::-webkit-scrollbar {
        height: 0.375rem;
    }
    .c26-leadership__wrapper::-webkit-scrollbar-track {
        background-color: rgba(255, 248, 238, 0.16);
        border-radius: 12px;
        margin: 0 2rem 0 1rem;
    }
    .c26-leadership__wrapper::-webkit-scrollbar-thumb {
        background-color: var(--cream);
        border-radius: 12px;
    }
    .c26-leadership__grid {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        align-items: start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        justify-content: start;
    }
    .c26-leadership__filler.hearts {
        margin-left: -15.625rem;
        margin-top: 15rem;
    }
    .c26-leadership__filler.joker {
        margin-left: -1.25rem;
        margin-top: 9.375rem;
    }
    .c26-leadership__card {
        border-color: var(--border);
    }
    .c26-leadership__card.hornaday {
        margin-left: -1.25rem;
        margin-top: 5rem;
    }
    .c26-leadership__card.jones {
        margin-top: 10rem;
    }
    .c26-leadership__card.corcoran {
        margin-left: 2.5rem;
        margin-top: 5rem;
    }
    .c26-leadership__card.cardetti {
        margin-left: -2.5rem;
        margin-top: 16.875rem;
    }
    .c26-leadership__card.brink {
        margin-left: -6.25rem;
        margin-top: 1.875rem;
    }
}
@media screen and (min-width: 80rem) {
    .c26-leadership {
        height: 60.75rem;
        overflow: hidden;
    }
    .c26-leadership__filler {
        position: absolute;
    }
    .c26-leadership__filler.leadership {
        left: -2rem;
        top: 2.5rem;
    }
    .c26-leadership__filler.hearts {
        left: -2.5%;
        top: 19.375rem;
    }
    .c26-leadership__filler.joker {
        left: 87.5%;
        top: 19.375rem;
    }
    .c26-leadership__grid {
        height: 60.75rem;
    }
    .c26-leadership__grid.inactive .c26-leadership__card,
    .c26-leadership__grid.inactive .c26-leadership__filler {
        left: 50%;
        top: 50%;
        translate: -50% -50% !important;
    }
    .c26-leadership__card {
        position: absolute;
    }
    .c26-leadership__card:focus-within,
    .c26-leadership__card:hover {
        top: -2.5rem;
    }
    .c26-leadership__card:focus-within .c26-leadership__name-first,
    .c26-leadership__card:focus-within .c26-leadership__name-last,
    .c26-leadership__card:hover .c26-leadership__name-first,
    .c26-leadership__card:hover .c26-leadership__name-last {
        background: var(--black);
        color: var(--cream);
    }
    .c26-leadership__card:focus-within .c26-leadership__linkedin,
    .c26-leadership__card:hover .c26-leadership__linkedin {
        opacity: 1;
    }
    .c26-leadership__card.hornaday {
        left: 22.2%;
        top: 2.5rem;
    }
    .c26-leadership__card.hornaday .c26-leadership__photo {
        height: 90%;
        translate: 7.5% 5%;
    }
    .c26-leadership__card.jones {
        left: 31%;
        top: 24.375rem;
    }
    .c26-leadership__card.corcoran {
        left: 46.5%;
        top: 4.5rem;
    }
    .c26-leadership__card.cardetti {
        left: 60.8%;
        top: 26.25rem;
    }
    .c26-leadership__card.brink {
        left: 70%;
        top: 3.75rem;
    }
    .c26-leadership__name-first,
    .c26-leadership__name-last {
        background: var(--cream);
        color: var(--black);
        font-size: 1.25rem;
    }
    .c26-leadership__name-first {
        padding-left: 0.5625rem;
    }
    .c26-leadership__linkedin {
        opacity: 0;
    }
}
@media screen and (min-width: 90rem) {
    .c26-leadership__card,
    .c26-leadership__filler {
        height: 30rem;
        width: 22.5rem;
    }
    .c26-leadership__photo {
        height: 24.75rem;
    }
}
@-webkit-keyframes boxstep {
    0% {
        translate: 0 0;
    }
    25% {
        translate: 2% 2%;
    }
    50% {
        translate: 0 4%;
    }
    75% {
        translate: -2% 2%;
    }
    to {
        translate: 0 0;
    }
}
@keyframes boxstep {
    0% {
        translate: 0 0;
    }
    25% {
        translate: 2% 2%;
    }
    50% {
        translate: 0 4%;
    }
    75% {
        translate: -2% 2%;
    }
    to {
        translate: 0 0;
    }
}
.c26-loading {
    background-color: var(--cream);
    inset: 0;
    margin: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    -webkit-transition:
        opacity 0.5s linear,
        visibility 0s linear;
    transition:
        opacity 0.5s linear,
        visibility 0s linear;
    -webkit-transition-delay: 0ms, 0.5s;
    transition-delay: 0ms, 0.5s;
    visibility: hidden;
    z-index: 5000;
}
.c26-loading__video {
    height: 100%;
    inset: 0;
    margin: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: fixed;
    width: 100%;
}
.locked .c26-loading {
    opacity: 1;
    -webkit-transition-delay: 0ms, 0ms;
    transition-delay: 0ms, 0ms;
    visibility: visible;
}
.c26-masthead {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    justify-content: center;
    min-width: 100vw;
    padding: 7.5rem 1.25rem 0;
}
.c26-masthead svg {
    height: auto;
    width: 100%;
}
.c26-masthead svg .letters path {
    -webkit-animation: c26fadeup 0.25s ease 1 forwards;
    animation: c26fadeup 0.25s ease 1 forwards;
    opacity: 0;
}
.c26-masthead svg .letters :first-child {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.c26-masthead svg .letters :nth-child(2) {
    -webkit-animation-delay: 625ms;
    animation-delay: 625ms;
}
.c26-masthead svg .letters :nth-child(3) {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}
.c26-masthead svg .letters :nth-child(4) {
    -webkit-animation-delay: 875ms;
    animation-delay: 875ms;
}
.c26-masthead svg .letters :nth-child(5) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.c26-masthead svg .letters :nth-child(6) {
    -webkit-animation-delay: 1125ms;
    animation-delay: 1125ms;
}
.c26-masthead svg .letters :nth-child(7) {
    -webkit-animation-delay: 1.25s;
    animation-delay: 1.25s;
}
.c26-masthead svg .letters :nth-child(8) {
    -webkit-animation-delay: 1375ms;
    animation-delay: 1375ms;
}
.c26-masthead svg .letters :nth-child(9) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.c26-masthead svg .letters :nth-child(10) {
    -webkit-animation-delay: 1625ms;
    animation-delay: 1625ms;
}
.c26-masthead svg .left,
.c26-masthead svg .right {
    -webkit-animation: c26slidereveal 0.5s ease 1 forwards;
    animation: c26slidereveal 0.5s ease 1 forwards;
    -webkit-animation-delay: 1.75s;
    animation-delay: 1.75s;
    -webkit-clip-path: polygon(-1% 0, 0 0, 0 100%, -1% 100%);
    clip-path: polygon(-1% 0, 0 0, 0 100%, -1% 100%);
}
.locked .c26-masthead svg .left,
.locked .c26-masthead svg .letters path,
.locked .c26-masthead svg .right {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
@media screen and (min-width: 64rem) {
    .c26-masthead {
        min-height: 100vh;
        padding: 5rem 1.25rem 0;
    }
    .c26-masthead svg {
        width: 75%;
    }
}
@media screen and (min-width: 80rem) {
    .c26-masthead svg {
        width: 67.5%;
    }
}
@media screen and (min-width: 90rem) {
    .c26-masthead svg {
        width: 50%;
    }
}
@-webkit-keyframes c26fadeup {
    0% {
        opacity: 0;
        translate: 0 0.5em;
    }
    to {
        opacity: 1;
        translate: 0 0;
    }
}
@keyframes c26fadeup {
    0% {
        opacity: 0;
        translate: 0 0.5em;
    }
    to {
        opacity: 1;
        translate: 0 0;
    }
}
@-webkit-keyframes c26slidereveal {
    0% {
        -webkit-clip-path: polygon(-1% 0, 0 0, 0 100%, -1% 100%);
        clip-path: polygon(-1% 0, 0 0, 0 100%, -1% 100%);
    }
    to {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}
@keyframes c26slidereveal {
    0% {
        -webkit-clip-path: polygon(-1% 0, 0 0, 0 100%, -1% 100%);
        clip-path: polygon(-1% 0, 0 0, 0 100%, -1% 100%);
    }
    to {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}
.c26-podcast {
    display: grid;
    position: relative;
}
.c26-podcast__background {
    margin: 0;
    min-height: 100%;
    padding: 0;
    z-index: 1;
}
.c26-podcast__background img {
    height: 100%;
    inset: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%;
}
.c26-podcast__image {
    display: grid;
    grid-column: 1;
    grid-row: 1/2;
    margin: 0;
    padding: 0;
    z-index: 2;
}
.c26-podcast__image > * {
    grid-column: 1;
    grid-row: 1;
}
.c26-podcast__image img {
    height: auto;
    opacity: 0;
    position: relative;
    -webkit-transition: opacity 375ms ease;
    transition: opacity 375ms ease;
    width: 100%;
    z-index: 1;
}
.c26-podcast__image img.shown {
    opacity: 1;
    z-index: 2;
}
.c26-podcast .splide {
    grid-column: 1;
    grid-row: 2/3;
    margin-bottom: 1.25rem;
    max-width: 100vw;
    position: relative;
    z-index: 3;
}
.c26-podcast__intro svg {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 25rem;
    width: 100%;
}
.c26-podcast__intro:active,
.c26-podcast__intro:focus,
.c26-podcast__intro:focus-visible,
.c26-podcast__intro:hover {
    outline: 0;
}
.c26-podcast__intro:active svg path,
.c26-podcast__intro:focus svg path,
.c26-podcast__intro:focus-visible svg path,
.c26-podcast__intro:hover svg path {
    fill: #fff8ee;
    -webkit-transition: fill 375ms ease;
    transition: fill 375ms ease;
}
.c26-podcast__intro:active svg path:first-child,
.c26-podcast__intro:focus svg path:first-child,
.c26-podcast__intro:focus-visible svg path:first-child,
.c26-podcast__intro:hover svg path:first-child {
    fill: #000;
}
.c26-podcast__card {
    -webkit-animation: boxstep 5s linear infinite;
    animation: boxstep 5s linear infinite;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    border-radius: 16px;
    -webkit-box-shadow: 1.561px 1.561px 6.784px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 1.561px 1.561px 6.784px 0 rgba(0, 0, 0, 0.6);
    color: var(--black);
    height: 100%;
    margin: 0 auto;
    max-width: 22.5rem;
    padding: 1.25rem 1.25rem 5rem;
    position: relative;
    z-index: 2;
}
.c26-podcast__card:focus-within,
.c26-podcast__card:hover {
    -webkit-animation-play-state: running;
    animation-play-state: running;
}
.c26-podcast__card small {
    display: block;
    font:
        650 0.875rem/1.25 Sohne Mono,
        sans-serif;
    margin: 0 0 1.25rem;
}
.c26-podcast__card h3 {
    font:
        400 1.75rem/1.2 chapman,
        sans-serif;
    margin: 0.75rem 0;
}
.c26-podcast__card p {
    font:
        400 1.125rem/1.3333 helvetica-neue-lt-pro,
        sans-serif;
    margin: 0.75rem 0 2.5rem;
}
.c26-podcast__card a {
    font:
        600 1.125rem/1.3 Sohne Mono,
        sans-serif;
    text-transform: uppercase;
    z-index: 1;
}
.c26-podcast__card a:active,
.c26-podcast__card a:link,
.c26-podcast__card a:visited {
    color: currentcolor;
    text-decoration: none;
}
.c26-podcast__card a:focus-visible,
.c26-podcast__card a:hover {
    color: currentcolor;
    outline: 0;
    text-decoration: none;
}
.c26-podcast .splide__arrows {
    -webkit-box-orient: horizontal;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    justify-content: end;
    padding: 0 2.25rem;
    position: absolute;
    right: 0;
    top: 0;
    translate: 0 -50%;
}
.c26-podcast .splide__arrow,
.c26-podcast .splide__arrows {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-direction: normal;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.c26-podcast .splide__arrow {
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background-color: transparent;
    background-image: url(../img/backgrounds/coaster.webp);
    background-size: cover;
    border: 0;
    -ms-flex-flow: column;
    flex-flow: column;
    height: 5.625rem;
    justify-content: center;
    margin-right: -1.5rem;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    width: 5.875rem;
}
.c26-podcast .splide__arrow img {
    height: 2.75rem;
    pointer-events: none;
    -webkit-transition: all 375ms ease;
    transition: all 375ms ease;
    width: 1.75rem;
}
.c26-podcast .splide__arrow--next {
    rotate: 180deg;
}
.c26-podcast .splide__arrow:focus,
.c26-podcast .splide__arrow:focus-visible,
.c26-podcast .splide__arrow:hover {
    -webkit-filter: drop-shadow(0 0 8px var(--yellow));
    filter: drop-shadow(0 0 8px var(--yellow));
    outline: 0;
    translate: 0 -10%;
}
.c26-podcast .splide__arrow:focus img,
.c26-podcast .splide__arrow:focus-visible img,
.c26-podcast .splide__arrow:hover img {
    scale: 1.1;
}
.c26-podcast .splide__arrow[disabled] img {
    opacity: 0.25;
}
.c26-podcast .splide__track--fade > .splide__list > .splide__slide {
    opacity: 1;
}
.c26-podcast .splide__track--fade > .splide__list > .splide__slide figure {
    opacity: 0;
}
.c26-podcast
    .splide__track--fade
    > .splide__list
    > .splide__slide.is-active
    figure {
    opacity: 1;
}
@media screen and (max-width: 63.9375rem) {
    .c26-podcast {
        grid-template-rows: auto auto;
    }
    .c26-podcast__background {
        grid-column: 1;
        grid-row: 1/3;
        position: relative;
    }
    .c26-podcast__image {
        margin: 0 auto -7.5rem;
        max-width: 25rem;
    }
    .c26-podcast > .c26-podcast__intro {
        display: none;
    }
    .c26-podcast .splide__slide:has(.c26-podcast__card) {
        padding: 0 1.25rem;
    }
    .c26-podcast .splide__slide:nth-child(3n-2) .c26-podcast__card {
        background-color: var(--blue);
        rotate: 9.6deg;
    }
    .c26-podcast .splide__slide:nth-child(3n-1) .c26-podcast__card {
        background-color: var(--green);
    }
    .c26-podcast .splide__slide:nth-child(3n) .c26-podcast__card {
        background-color: var(--yellow);
        rotate: -4.6deg;
    }
}
@media screen and (min-width: 64rem) {
    .c26-podcast {
        grid-template-columns: repeat(3, 1fr);
        overflow: hidden;
        padding: 10rem calc(50vw - 41.5rem);
    }
    .c26-podcast.inactive .c26-podcast__image,
    .c26-podcast.inactive .c26-podcast__intro,
    .c26-podcast.inactive .splide {
        translate: 0 100%;
    }
    .c26-podcast__background {
        grid-column: unset;
        grid-row: unset;
        height: 100%;
        inset: 0;
        position: absolute;
        width: 100%;
    }
    .c26-podcast > .c26-podcast__intro {
        grid-column: 1;
        z-index: 2;
    }
    .c26-podcast > .c26-podcast__intro,
    .c26-podcast__image {
        align-self: center;
        grid-row: 1;
        -webkit-transition: translate 1s ease;
        transition: translate 1s ease;
        -webkit-transition-delay: 1s;
        transition-delay: 1s;
    }
    .c26-podcast__image {
        grid-column: 2;
        padding: 0 2.5rem 0 1.25rem;
    }
    .c26-podcast__image img {
        -webkit-box-shadow: 1.561px 1.561px 6.784px 0 rgba(0, 0, 0, 0.6);
        box-shadow: 1.561px 1.561px 6.784px 0 rgba(0, 0, 0, 0.6);
        opacity: 1;
    }
    .c26-podcast__image img:nth-child(3n-2) {
        rotate: 0deg;
    }
    .c26-podcast__image img:nth-child(3n-1) {
        rotate: -5.787deg;
    }
    .c26-podcast__image img:nth-child(3n) {
        rotate: -3.787deg;
    }
    .c26-podcast .splide {
        display: grid;
        grid-column: 3;
        grid-row: 1;
        margin-bottom: 0;
        max-width: 28rem !important;
        -webkit-transition: translate 1s ease;
        transition: translate 1s ease;
        -webkit-transition-delay: 1s;
        transition-delay: 1s;
    }
    .c26-podcast .splide > * {
        grid-column: 1;
        grid-row: 1;
    }
    .c26-podcast .splide__slide {
        height: 100%;
        position: absolute;
        -webkit-transform: translateX(0) !important;
        transform: translateX(0) !important;
    }
    .c26-podcast .splide__slide:nth-child(3n-2) .c26-podcast__card {
        background-color: var(--green);
        rotate: -4.6deg;
    }
    .c26-podcast .splide__slide:nth-child(3n-1) .c26-podcast__card {
        background-color: var(--yellow);
    }
    .c26-podcast .splide__slide:nth-child(3n) .c26-podcast__card {
        background-color: var(--blue);
        rotate: 9.6deg;
    }
    .c26-podcast__card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column;
        flex-flow: column;
        margin: 0;
        max-width: 28rem;
        padding: 1.5rem 1.5rem 3rem;
    }
    .c26-podcast__card small {
        margin: 0 0 3.75rem;
    }
    .c26-podcast__card h3,
    .c26-podcast__card p {
        margin: 0 0 1.5rem;
    }
    .c26-podcast__card a {
        margin: auto 1.5rem 0 auto;
    }
    .c26-podcast .splide__arrows {
        right: 50%;
        top: 100%;
        translate: 50% -25%;
    }
    .c26-podcast .splide__arrow--next {
        margin-top: 2.5rem;
    }
}
.c26-trailers {
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 30;
}
.c26-trailers li {
    display: block;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    translate: -50% 0;
    z-index: 500;
}
.c26-trailers li:first-child {
    left: 25%;
    top: 0;
}
.c26-trailers li:nth-child(2) {
    left: 16.5%;
    top: 52.5rem;
}
.c26-trailers li:nth-child(3) {
    left: 25%;
    top: 12.5rem;
}
.c26-trailers li:nth-child(4) {
    left: 75%;
    top: 0;
}
.c26-trailers li:nth-child(5) {
    left: 27.5%;
    top: 37.5rem;
    z-index: 2;
}
.c26-trailers li:nth-child(6) {
    left: 80%;
    top: 22.5rem;
}
.c26-trailers li:nth-child(7) {
    left: 75%;
    top: 33.75rem;
}
.c26-trailers img {
    display: block;
    max-width: none;
}
@media screen and (min-width: 48rem) and (hover: hover) {
    .c26-trailers {
        display: block;
    }
}
/*# sourceMappingURL=main.css.map */
