.mission-profiles[data-astro-cid-bzuj7gku] {
    position: relative;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    padding-bottom: 2rem;
    min-height: min(1100px, 80vw);

    background: #0d1117
}

@media(min-width:1200px) {
    .mission-profiles[data-astro-cid-bzuj7gku] {
        min-height: 140vh;
    }

}

.mission-profiles[data-astro-cid-bzuj7gku] .overlay[data-astro-cid-bzuj7gku] img[data-astro-cid-bzuj7gku] {
    width: 100%;
    object-fit: cover;
    will-change: transform
}

img[data-astro-cid-bzuj7gku].shape {
    max-width: 1000px;
    margin-inline: auto;
    width: 100%
}

.img[data-astro-cid-bzuj7gku].shape.absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

@media(min-width:900px) {
    .content[data-astro-cid-bzuj7gku] {
        position: absolute;
        bottom: 3rem;
        left: 1rem;
        max-width: 950px;
        margin-inline: auto;
        left: 50%;
        transform: translate(-50%);
        width: 93%
    }
}

.mission-profiles__overlay[data-astro-cid-bzuj7gku] {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px) 0 0 / 50% 100%, linear-gradient(180deg, rgba(255, 255, 255, .07) 1px, transparent 1px) 0 0 / 100% 50%;
    opacity: .25
}

.mission-profiles__content[data-astro-cid-bzuj7gku] {
    position: relative;
    z-index: 2;
    padding-top: 18rem
}

.mission-profiles__title[data-astro-cid-bzuj7gku] {
    font-family: var(--season);
    font-weight: 300;
    font-size: 70px;
    line-height: 118.06px;
    letter-spacing: -2%;
    font-size: clamp(30px, 6vw, 70px);
    overflow: hidden;
    line-height: 90px
}

@media(min-width:900px) {
    .mission-profiles__title[data-astro-cid-bzuj7gku] {
        position: absolute;
        top: -2rem;
        right: 3%;
        font-size: clamp(30px, 6vw, 70px)
    }
}

.mission-profiles__card[data-astro-cid-bzuj7gku] {
    width: fit-content;
    margin-inline: auto
}

.mission-profiles__card[data-astro-cid-bzuj7gku] h3[data-astro-cid-bzuj7gku] {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -.02em;
    color: #f8f9fa
}

.mission-profiles__card[data-astro-cid-bzuj7gku] p[data-astro-cid-bzuj7gku] {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #f8f9fa;
    opacity: .8
}

.mission-profiles__card[data-astro-cid-bzuj7gku] strong[data-astro-cid-bzuj7gku] {
    color: #fff;
    font-weight: 700
}

@media(max-width:900px) {
    .mission-profiles[data-astro-cid-bzuj7gku] .shape[data-astro-cid-bzuj7gku] {
        display: none
    }

    .mission-profiles[data-astro-cid-bzuj7gku] {
        min-height: 680px;
        padding-inline: 1rem
    }

    .mission-profiles__card[data-astro-cid-bzuj7gku] p[data-astro-cid-bzuj7gku] {
        font-size: min(4vw, 16px)
    }

    .mission-profiles__content[data-astro-cid-bzuj7gku] {
        padding-top: 8rem
    }

    .mission-profiles__target[data-astro-cid-bzuj7gku] {
        transform: translate(-50%);
        width: 200px;
        height: 125px
    }

    .mission-profiles__title[data-astro-cid-bzuj7gku] {
        text-align: left;
        margin-bottom: 1rem;
        line-height: 60px;
        font-size: 40px
    }
}

.mission-tabs[data-astro-cid-as2ff5ef] {
    width: 100%;
    background: linear-gradient(180deg, #030d1b, #06172e);
    background: linear-gradient(180deg, #0e1218, #1e2735)
}

.mission-tabs__panel[data-astro-cid-as2ff5ef] {
    padding: clamp(1rem, 2.2vw, 1.5rem);
    overflow: hidden;
    position: relative;
    background: #11161e;
    border-radius: 10px;
    z-index: 0
}

.mission-tabs__panel[data-astro-cid-as2ff5ef]:before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: 10px;
    background: linear-gradient(180deg, #e8621a, #2d3b51 95.9%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none
}

.mission-tabs__panel[data-astro-cid-as2ff5ef] .overlay[data-astro-cid-as2ff5ef] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    display: flex
}

.mission-tabs__panel[data-astro-cid-as2ff5ef] .overlay[data-astro-cid-as2ff5ef] img[data-astro-cid-as2ff5ef] {
    width: 100%;
    height: fit-content;
    object-fit: cover;
    opacity: .4;
    margin-top: auto;
    margin-inline: auto
}

.mission-tabs__tablist[data-astro-cid-as2ff5ef] {
    display: grid;
    grid-template-columns: repeat(var(--count), minmax(120px, 1fr));
    gap: .6rem;
    margin-bottom: 1.25rem;
    position: relative;
    z-index: 2
}

.mission-tabs__tab[data-astro-cid-as2ff5ef] {
    border: 1px solid rgba(113, 138, 180, .25);
    background: #1a2940;
    color: #97a6bc;
    font-size: .78rem;
    font-weight: 600;
    padding: .65rem .2rem;
    cursor: pointer;
    transition: .2s ease;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0%
}

.mission-tabs__tab[data-astro-cid-as2ff5ef][aria-selected=true] {
    background: #f26a1b;
    color: #fff;
    border-color: #f26a1b
}

.mission-tabs__tab[data-astro-cid-as2ff5ef]:focus-visible {
    outline: 2px solid #9cb4db;
    outline-offset: 2px
}

.mission-tabs__content[data-astro-cid-as2ff5ef] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: start
}

article[data-astro-cid-as2ff5ef] .mission-tabs__visual[data-astro-cid-as2ff5ef] {
    width: 500px;
    height: 585px;
    border-radius: 2px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    color: #fffc;
    font-weight: 600;
    text-align: center
}

.mission-tabs__visual[data-astro-cid-as2ff5ef] img[data-astro-cid-as2ff5ef] {
    filter: grayscale(100%);
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover
}

.mission-tabs__visual[data-astro-cid-as2ff5ef] .overlay[data-astro-cid-as2ff5ef] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #0000, #e8621a99)
}

.mission-tabs__content-wrap[data-astro-cid-as2ff5ef] {
    padding: min(5vw, 2em);
    position: relative;
    z-index: 2
}

.mission-tabs__text[data-astro-cid-as2ff5ef] {
    padding-top: 1rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem
}

.mission-tabs__text[data-astro-cid-as2ff5ef] h3[data-astro-cid-as2ff5ef] {
    margin: 0 0 .9rem;
    font-family: var(--season);
    font-weight: 300;
    font-size: 70px;
    line-height: 71px;
    letter-spacing: -2%
}

.mission-tabs__text[data-astro-cid-as2ff5ef] p[data-astro-cid-as2ff5ef].body {
    margin-top: clamp(10px, 2.2vw, 1.5rem);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #f8f9fa;
    opacity: .8;
    max-width: 50ch
}

.mission-tabs__text[data-astro-cid-as2ff5ef] p[data-astro-cid-as2ff5ef].lead {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #f8f9fa;
    opacity: .8;
    max-width: 40ch
}

@media(max-width:1120px) {
    .mission-tabs__tablist[data-astro-cid-as2ff5ef] {
        grid-template-columns: repeat(3, minmax(140px, 1fr))
    }
}

@media(max-width:900px) {
    .mission-tabs__tablist[data-astro-cid-as2ff5ef] {
        grid-template-columns: 1fr
    }

    .mission-tabs__panel[data-astro-cid-as2ff5ef] {
        padding: 1px;
        padding-top: .6rem
    }

    .mission-tabs__content[data-astro-cid-as2ff5ef] {
        grid-template-columns: 1fr
    }

    .mission-tabs__content-wrap[data-astro-cid-as2ff5ef] {
        padding: 0
    }

    .mission-tabs__visual[data-astro-cid-as2ff5ef] {
        max-height: 280px;
        width: 100% !important;
        height: 280px
    }

    .mission-tabs__text[data-astro-cid-as2ff5ef] {
        padding: 1em
    }

    .mission-tabs__text[data-astro-cid-as2ff5ef] h3[data-astro-cid-as2ff5ef] {
        font-size: clamp(1.8rem, 8vw, 2.7rem);
        line-height: 1.02
    }

    .mission-tabs__text[data-astro-cid-as2ff5ef] p[data-astro-cid-as2ff5ef].lead {
        font-size: clamp(1rem, 4vw, 1.25rem)
    }

    .mission-tabs__text[data-astro-cid-as2ff5ef] p[data-astro-cid-as2ff5ef].body {
        font-size: clamp(.8rem, 4vw, 1rem)
    }

    .logoContainer[data-astro-cid-as2ff5ef] {
        padding: 0;
        width: 100%
    }
}

.product-card__panel {
    height: 0;
    overflow: hidden;
    transition: height .4s ease
}

@media(min-width:980px) {
    .product-card.is-open .product-card__panel {
        min-height: 35rem;
    }

}

.products {
    width: 100%;
    padding: clamp(1rem, 2.2vw, 2rem);
    color: #dbe3ef;
    background: linear-gradient(180deg, #1e2735, #0d1117);
    padding-bottom: 0
}

.products .container {
    padding-bottom: 0
}

.products__header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(1rem, 2.5vw, 2.5rem);
    margin-bottom: min(10vw, 8rem);
    position: relative
}

.products__header .overlay {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    will-change: transform, opacity
}

.products__header .overlay img {
    pointer-events: none;
    will-change: transform, opacity
}


@media(max-width:980px) {
    .products__header {
        grid-template-columns: 1fr
    }
}

.products__kicker {
    display: inline-block;
    margin-bottom: .75rem;
    font-size: .75rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #f26a1b
}

.products__heading,
.products__intro {
    position: relative;
    z-index: 1
}

.products__heading h2 {
    margin: 0;
    color: #eef4ff;
    font-family: var(--season);
    font-size: clamp(2.15rem, 5vw, 4.1rem);
    line-height: .95;
    font-weight: 400;
    font-weight: 300;
    font-size: 70px;
    line-height: 75px;
    letter-spacing: -2%
}

.products__intro h3,
.products__footer h3 {
    margin: 0 0 .9rem;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 38px;
    letter-spacing: 0%;
    color: #f8f9fa
}

.products__intro p.body,
.products__footer p.body {
    margin-top: clamp(10px, 2.2vw, 1.5rem);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #f8f9fa;
    opacity: .8;
    max-width: 55ch
}

.products__intro p.lead,
.products__footer p.lead {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #f8f9fa;
    opacity: .8;
    max-width: 45ch
}

.products__accordion {
    margin-bottom: 1.25rem;
    position: relative;
    z-index: 2
}

.product-card {
    border-radius: 10px;
    background: #11161e;
    overflow: hidden;
    position: relative
}

.product-card:before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: 10px;
    background: linear-gradient(180deg, #e8621a, #2d3b51 95.9%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: add, add;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none
}

.product-card[data-id=cyclorp] {
    background: #4a6fa5
}

.product-card[data-id=cj10] {
    background: #162440
}

.product-card+.product-card {
    margin-top: -10px
}

.product-card__summary {
    width: 100%;
    border: 0;
    display: grid;
    grid-template-columns: 56px 1fr 42px;
    align-items: center;
    gap: .7rem;
    padding: .8rem 1rem;
    text-align: left;
    cursor: pointer;
    position: relative;
    display: flex
}

.product-card__index {
    color: #f26a1b;
    font-size: .92rem;
    font-weight: 500;
    position: absolute;
    top: 1.5rem;
    left: 1.5rem
}

.product-card__title {
    color: #d8e2f2;
    font-family: var(--season);
    font-size: clamp(2rem, 4.6vw, 4rem);
    line-height: .95;
    font-weight: 300;
    font-size: 70px;
    line-height: 75px;
    letter-spacing: -2%
}

@media(min-width:900px) {
    .product-card__title {
        width: 50%;
        margin-left: auto;
        padding-left: 1rem
    }
}

.product-card__icon {
    color: #f26a1b;
    justify-self: end;
    font-size: 2.2rem;
    line-height: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2rem
}

.product-card__panel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(1rem, 2vw, 2rem);
    padding: 0 1rem 1rem;
    position: relative
}

.product-card__panel .overlay {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none
}

.product-card__panel .overlay img {
    position: absolute;
    bottom: 0
}

.product-card__panel .product-card__media {
    min-height: 360px;
    border-radius: 2px;
    background-size: cover;
    background-position: center
}

.product-card__summary .product-card__media {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-7rem);
    opacity: .2;
    transition: transform .5s ease-out, opacity .5s ease-out;
    width: 50%
}

.product-card__panel .product-card__media img {
    display: none
}

.product-card__summary .product-card__media img {
    width: fit-content;
    width: 100%;
}

.product-card.is-open .product-card__summary .product-card__media {
    transition: transform 1s ease, opacity 1s ease;
    transform: translateY(5rem);
    opacity: 1;
    padding: 1.5em
}

.product-card:nth-child(1).is-open .product-card__summary .product-card__media {
    transform: translateY(10rem)
}

.product-card:nth-child(2).is-open .product-card__summary .product-card__media {
    transform: translateY(8rem)
}

.product-card:nth-child(3) .product-card__summary .product-card__media {
    transform: translateY(-12rem);
}

.product-card:nth-child(3).is-open .product-card__summary .product-card__media {
    transform: translateY(4rem);
    background-color: #162440;
}

.product-card:nth-child(3).is-open .product-card__summary .product-card__media img {

    mix-blend-mode: luminosity;
}

.product-card__content {
    padding-top: .45rem;
    padding-bottom: 3rem;
    position: relative;
    z-index: 2
}

.product-card__content p {
    margin: 0;
    color: #b7c4d7;
    font-size: 1.05rem;
    line-height: 1.43
}

.product-card__content .intro {
    margin-bottom: .9rem;
    color: #edf3ff;
    font-weight: 700;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #f8f9fa;
    opacity: .8;
    max-width: 49ch
}

.product-card__content .content p,
.product-card__content .content ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #f8f9fa
}

.product-card__content .content p {
    margin: .9rem 0 0
}

.product-card__content .content ul {
    margin: .3rem 0 0;
    padding-left: 1.1rem;
    color: #e4edfb
}

.product-card__content .content ul li {
    font-weight: 700;
    list-style-type: disc
}

.product-card:nth-child(3) .product-card__content .intro {
    max-width: 40ch
}

.product-card:nth-child(3) .product-card__content .content p {
    max-width: 50ch;
    margin-top: 2rem
}

.products__footer {
    padding: 1rem .5rem .2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 5px;
    position: relative;
    z-index: 5;
}

.products__footer h3 {
    color: #f2f7ff;
    font-family: Inter;
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0%;
    margin-block: 2rem
}

.products__footer p {
    margin: 0 0 .85rem;
    color: #b9c6d9;
    font-size: 1.04rem;
    line-height: 1.42
}

.products__footer a.cta {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: fit-content;
    position: relative;
    margin-top: 3rem
}

.products__footer a.cta span {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: fit-content;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #e8621a;
    z-index: 2
}

.products__footer a.cta img.hover {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: fit-content;
    opacity: 0;
    transition: opacity .5s ease
}

.products__footer a.cta:hover img.hover {
    opacity: 1;
    transition: opacity .5s ease
}

.products__footer a.cta:hover img.active {
    opacity: 0;
    transition: opacity .5s ease
}

.products__footer a.cta:hover span {
    color: #fff;
    transition: color .5s ease
}

@media(max-width:900px) {
    .product-card__panel .product-card__media img {
        display: block !important
    }

    .product-card__title {
        font-size: 30px;
        margin-left: 1.5em;
        line-height: 45px
    }

    .products__footer,
    .products__header,
    .product-card__panel {
        grid-template-columns: 1fr
    }

    .product-card__media {
        min-height: 260px
    }

    .product-card__summary .product-card__media {
        display: none
    }

    .product-card__summary .product-card__media_mobile {
        display: block
    }

    .product-card__panel .product-card__media {
        min-height: 100%
    }

    .products__heading h2 {
        font-size: 15vw;
        line-height: max(40px, 15vw)
    }

    .products__intro h3 {
        font-size: 24px;
        line-height: 120%
    }

    .products__intro p.lead,
    .products__footer p.lead,
    .product-card__content .intro {
        font-size: clamp(1rem, 4vw, 1.25rem)
    }

    .products__intro p.body,
    .products__footer p.body,
    .product-card__content .content p,
    .product-card__content .content ul li {
        font-size: clamp(.8rem, 4vw, 1rem)
    }
}

.built-section[data-astro-cid-36723bbc] {
    overflow: hidden;
    background-color: #0d1117
}

.built-section[data-astro-cid-36723bbc] .overlay[data-astro-cid-36723bbc] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.built-section[data-astro-cid-36723bbc] .overlay[data-astro-cid-36723bbc] img[data-astro-cid-36723bbc] {
    position: absolute;
    bottom: -20rem
}

.built-section[data-astro-cid-36723bbc] .container[data-astro-cid-36723bbc] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 620px;
    border-radius: 0;
    gap: 2rem;
    z-index: 2;
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px
}

@media(max-width:900px) {
    .built-section[data-astro-cid-36723bbc] .container[data-astro-cid-36723bbc] {
        grid-template-columns: 1fr
    }
}

.built-section__copy[data-astro-cid-36723bbc] {
    padding: min(5vw, 3em);
    color: #c8d4e6;
    display: flex;
    flex-direction: column;
    padding-left: 0
}

.built-section__kicker[data-astro-cid-36723bbc] {
    width: fit-content;
    margin-bottom: 1.5rem
}

.built-section__copy[data-astro-cid-36723bbc] h2[data-astro-cid-36723bbc] {
    margin: 0 0 1rem;
    color: #eef4ff;
    font-family: var(--season);
    font-size: clamp(3rem, 5.2vw, 5.2rem);
    font-weight: 400;
    line-height: .9;
    font-weight: 300;
    font-size: 70px;
    line-height: 75px;
    letter-spacing: -2%
}

.built-section__copy[data-astro-cid-36723bbc] h3[data-astro-cid-36723bbc] {
    margin-bottom: 1rem;
    margin-top: 1rem;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 38px;
    letter-spacing: 0%;
    color: #f8f9fa;
    max-width: 25ch;
    margin-bottom: 1.5rem
}

.built-section__copy[data-astro-cid-36723bbc] p[data-astro-cid-36723bbc] {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #f8f9fa;
    opacity: .8;
    max-width: 55ch
}

.built-section__copy[data-astro-cid-36723bbc] p[data-astro-cid-36723bbc]+p[data-astro-cid-36723bbc] {
    margin-top: 1.35rem
}

.built-section__media[data-astro-cid-36723bbc] {
    min-height: 460px;
    background-image: url(/building.png);
    background-size: cover;
    background-position: center
}

@media(max-width:980px) {
    .built-section[data-astro-cid-36723bbc] {
        grid-template-columns: 1fr;
        min-height: auto
    }

    .built-section__media[data-astro-cid-36723bbc] {
        min-height: 380px
    }

    .built-section__copy[data-astro-cid-36723bbc] h2[data-astro-cid-36723bbc] {
        font-size: 15vw;
        line-height: max(40px, 15vw)
    }

    .built-section__copy[data-astro-cid-36723bbc] h3[data-astro-cid-36723bbc] {
        font-size: 24px;
        line-height: 120%
    }

    .built-section__copy[data-astro-cid-36723bbc] p[data-astro-cid-36723bbc] {
        font-size: clamp(.8rem, 4vw, 1rem)
    }
}

.team-section[data-astro-cid-z5g64hit] {
    width: 100%;
    padding: clamp(1rem, 2.2vw, 2rem);
    background: linear-gradient(180deg, #1e2735, #0d1117);
    color: #dbe6f5;
    border-bottom: none !important
}

.team-section__header[data-astro-cid-z5g64hit] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 6rem
}

@media(max-width:900px) {
    .team-section__header[data-astro-cid-z5g64hit] {
        grid-template-columns: 1fr
    }
}

.team-section__left[data-astro-cid-z5g64hit] {
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.team-section__kicker[data-astro-cid-z5g64hit] {
    width: fit-content
}

.team-section__left[data-astro-cid-z5g64hit] h2[data-astro-cid-z5g64hit] {
    margin: .5rem 0 0;
    color: #eef4ff;
    font-size: clamp(2.8rem, 5vw, 4.8rem);
    font-family: var(--season);
    font-weight: 400;
    line-height: .9;
    font-weight: 300;
    font-size: 70px;
    line-height: 75px;
    letter-spacing: -2%
}

.team-section__intro[data-astro-cid-z5g64hit] {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    color: #f8f9fa;
    max-width: 30ch
}

@media(min-width:900px) {
    .team-section__intro[data-astro-cid-z5g64hit] {
        margin-top: 2rem
    }

    .board {
        overflow: hidden;
    }

}

@media(min-width:1000px) {
    .board .team-grid {
        /* remove this as soon a 4th member is added */
        transform: translateX(5rem);
    }
}

.team-grid[data-astro-cid-z5g64hit] {
    display: grid;
    grid-template-columns: repeat(6, minmax(120px, 1fr));
    gap: 1rem .8rem;
    margin-bottom: min(8vw, 4rem)
}

.board .team-section__header {
    margin-bottom: clamp(2rem, 10vw, 5rem);
}

.board .team-grid {
    margin-bottom: min(8vw, 4rem)
}

@media(min-width:1100px) {
    .board .team-grid .team-card:nth-child(1) {
        grid-column-start: 2;
    }
}


.team-card[data-astro-cid-z5g64hit] {
    text-align: center;
    cursor: pointer
}

.team-card__image-wrap[data-astro-cid-z5g64hit] {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 999px;
    overflow: hidden;
    border: 1px solid rgba(242, 106, 27, .35);
    margin-bottom: .5rem
}

.team-card[data-astro-cid-z5g64hit] img[data-astro-cid-z5g64hit].profile {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: filter .22s ease, transform .22s ease
}

.team-card__overlay[data-astro-cid-z5g64hit] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: .5rem;
    padding: .65rem;
    text-align: center;
    background: #0611239e;
    opacity: 0;
    transition: opacity .22s ease
}

.team-card__overlay[data-astro-cid-z5g64hit] p[data-astro-cid-z5g64hit] {
    margin: 0;
    color: #dce8f8;
    font-size: .75rem;
    line-height: 1.25;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 0%;
    text-align: center
}

.team-card[data-astro-cid-z5g64hit] h3[data-astro-cid-z5g64hit] {
    margin: 0;
    color: #d8e3f3;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2
}

.team-card[data-astro-cid-z5g64hit] .role[data-astro-cid-z5g64hit] {
    margin: .25rem 0 0;
    color: #f26a1b;
    font-size: .84rem;
    line-height: 1.2
}

.team-card[data-astro-cid-z5g64hit]:hover img[data-astro-cid-z5g64hit].profile,
.team-card[data-astro-cid-z5g64hit].is-active img[data-astro-cid-z5g64hit].profile {
    filter: grayscale(100%) blur(2px);
    transform: scale(1.03)
}

.team-card[data-astro-cid-z5g64hit]:hover .team-card__overlay[data-astro-cid-z5g64hit],
.team-card[data-astro-cid-z5g64hit].is-active .team-card__overlay[data-astro-cid-z5g64hit] {
    opacity: 1
}

@media(max-width:1120px) {
    .team-grid[data-astro-cid-z5g64hit] {
        grid-template-columns: repeat(4, minmax(120px, 1fr))
    }
}

@media(max-width:900px) {
    .team-section__header[data-astro-cid-z5g64hit] {
        grid-template-columns: 1fr;
        margin-bottom: 4rem
    }

    .team-grid[data-astro-cid-z5g64hit] {
        grid-template-columns: repeat(3, minmax(100px, 1fr))
    }

    .team-section__left[data-astro-cid-z5g64hit] h2[data-astro-cid-z5g64hit] {
        font-size: 15vw;
        line-height: max(40px, 15vw)
    }

    .team-section__intro[data-astro-cid-z5g64hit] {
        font-size: 24px;
        line-height: 120%
    }

    .team-section__intro[data-astro-cid-z5g64hit] {
        font-size: clamp(1rem, 4vw, 1.5rem)
    }

    .team-section[data-astro-cid-z5g64hit] .container[data-astro-cid-z5g64hit] {
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        width: 100%
    }

    .team-card[data-astro-cid-z5g64hit] h3[data-astro-cid-z5g64hit] {
        font-size: .8rem
    }

    .team-card[data-astro-cid-z5g64hit] .role[data-astro-cid-z5g64hit] {
        font-size: .7rem
    }
}

@media(max-width:580px) {
    .team-grid[data-astro-cid-z5g64hit] {
        grid-template-columns: repeat(2, minmax(100px, 1fr))
    }
}

section.board {
    padding-top: 0;
    padding-bottom: 6rem;
}

@media(max-width:800px) {
    section.board {
        padding-top: 0;
        padding-bottom: 3rem;
    }

}

section.board .container {
    padding-top: 0;
}

.careers-section[data-astro-cid-xqsry33g] {
    background: #0d1117;
    overflow: hidden;
    position: relative;

    border-top: 1px solid #222a36 !important;
}

.careers-section[data-astro-cid-xqsry33g] .overlay[data-astro-cid-xqsry33g] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.careers-section[data-astro-cid-xqsry33g] .overlay[data-astro-cid-xqsry33g] img[data-astro-cid-xqsry33g] {
    position: absolute;
    bottom: -20rem
}

.careers-section[data-astro-cid-xqsry33g] .container[data-astro-cid-xqsry33g] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    color: #d8e3f2;
    border-radius: 10px;
    overflow: hidden;
    z-index: 2;
    position: relative
}

@media(max-width:900px) {
    .careers-section[data-astro-cid-xqsry33g] .container[data-astro-cid-xqsry33g] {
        grid-template-columns: 1fr
    }
}

.careers-section__copy[data-astro-cid-xqsry33g] {
    justify-content: center;
    padding: min(5vw, 3em);
    padding-left: min(5vw, 3em);
    color: #c8d4e6;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    color: #f8f9fa
}

.careers-section__copy[data-astro-cid-xqsry33g] h2[data-astro-cid-xqsry33g] {
    margin: 0 0 1.1rem;
    color: #edf4ff;
    font-size: clamp(2.8rem, 5vw, 5rem);
    font-weight: 400;
    line-height: .92;
    letter-spacing: -2%;
    font-family: var(--season);
    font-style: normal;
    font-weight: 300;
    font-size: 70px;
    line-height: 75px;
    letter-spacing: -.02em;
    color: #f8f9fa;
	margin-block: 1.5rem;
}

.careers-section__copy[data-astro-cid-xqsry33g] p[data-astro-cid-xqsry33g] {
    line-height: 1.4;
    max-width: 50ch;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #f8f9fa;
    opacity: .8
}

.careers-section__copy[data-astro-cid-xqsry33g] p[data-astro-cid-xqsry33g]+p[data-astro-cid-xqsry33g] {
    margin-top: 1rem
}

.careers-section__cta[data-astro-cid-xqsry33g] {
    margin: 1.45rem 0;
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: .7rem;
    border: 1px solid #f26a1b;
    color: #f26a1b;
    text-decoration: none;
    border-radius: 999px;
    padding: .45rem .8rem;
    font-weight: 600;
    transition: .2s ease
}

.careers-section__cta[data-astro-cid-xqsry33g]:hover {
    background: #f26a1b24
}

.careers-section__copy[data-astro-cid-xqsry33g] a[data-astro-cid-xqsry33g].cta {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: fit-content;
    position: relative;
    margin-top: 3rem
}

.careers-section__copy[data-astro-cid-xqsry33g] a[data-astro-cid-xqsry33g].cta .content[data-astro-cid-xqsry33g] {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #e8621a;
    display: flex;
    align-items: center;
    gap: .7rem;
    margin-inline: 1rem;
    z-index: 3
}

.careers-section__copy[data-astro-cid-xqsry33g] a[data-astro-cid-xqsry33g].cta img[data-astro-cid-xqsry33g] {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: max-content;
    transition: opacity .5s ease
}

.careers-section__copy[data-astro-cid-xqsry33g] a[data-astro-cid-xqsry33g].cta img[data-astro-cid-xqsry33g].hover {
    opacity: 0;
    transition: opacity .5s ease
}

.careers-section__copy[data-astro-cid-xqsry33g] a[data-astro-cid-xqsry33g].cta:hover img[data-astro-cid-xqsry33g].hover {
    opacity: 1;
    transition: opacity .5s ease
}

.careers-section__copy[data-astro-cid-xqsry33g] a[data-astro-cid-xqsry33g].cta:hover .content[data-astro-cid-xqsry33g] span[data-astro-cid-xqsry33g] {
    color: #fff;
    transition: color .5s ease
}

.careers-section__copy[data-astro-cid-xqsry33g] a[data-astro-cid-xqsry33g].cta:hover .content[data-astro-cid-xqsry33g] svg[data-astro-cid-xqsry33g] path[data-astro-cid-xqsry33g] {
    stroke: #fff;
    transition: stroke .5s ease
}

.careers-section__copy[data-astro-cid-xqsry33g] p[data-astro-cid-xqsry33g].careers-section__footnote {
    max-width: 30ch;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #f8f9fa;
    opacity: .8;
    margin-top: auto
}

.careers-section__media[data-astro-cid-xqsry33g] {
    min-height: 560px;
    background: #030b19
}

.careers-section__media[data-astro-cid-xqsry33g] video[data-astro-cid-xqsry33g] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: grayscale(100%)
}

@media(max-width:900px) {
    .careers-section[data-astro-cid-xqsry33g] {
        grid-template-columns: 1fr
    }

    .careers-section__media[data-astro-cid-xqsry33g] {
        min-height: 360px
    }

    .careers-section__copy[data-astro-cid-xqsry33g] h2[data-astro-cid-xqsry33g] {
        font-size: 15vw;
        line-height: max(40px, 15vw)
    }

    .careers-section__copy[data-astro-cid-xqsry33g] p[data-astro-cid-xqsry33g],
    .careers-section__copy[data-astro-cid-xqsry33g] p[data-astro-cid-xqsry33g].careers-section__footnote {
        font-size: clamp(.8rem, 4vw, 1rem)
    }

    .careers-section__copy[data-astro-cid-xqsry33g] a[data-astro-cid-xqsry33g].cta .content[data-astro-cid-xqsry33g] span[data-astro-cid-xqsry33g] {
        font-size: 10px
    }

    .careers-section__copy[data-astro-cid-xqsry33g] p[data-astro-cid-xqsry33g].careers-section__footnote {
        margin-top: 2rem;
        margin-bottom: 2rem
    }
}

.site-footer[data-astro-cid-sz7xmlte] {
    position: relative;
    width: 100%;
    /*border-radius: 8px;*/
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: clamp(1rem, 2.2vw, 2rem);
    background: #0d1117;
    padding-bottom: 0
}

.site-footer[data-astro-cid-sz7xmlte] .overlay[data-astro-cid-sz7xmlte] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.site-footer[data-astro-cid-sz7xmlte] .overlay[data-astro-cid-sz7xmlte] img[data-astro-cid-sz7xmlte] {
    position: absolute;
    bottom: -20rem
}

.site-footer[data-astro-cid-sz7xmlte] .container[data-astro-cid-sz7xmlte] {
    min-height: 640px;
    display: flex;
    flex-direction: column
}

.site-footer__logo[data-astro-cid-sz7xmlte],
.site-footer__contact[data-astro-cid-sz7xmlte],
.site-footer__bottom[data-astro-cid-sz7xmlte] {
    position: relative;
    z-index: 2
}

.site-footer__logo[data-astro-cid-sz7xmlte] {
    width: min(92vw, 1040px);
    max-width: 1400px;
    height: auto;
    margin-top: .1rem;
    margin-inline: auto;
    width: 100%
}

.site-footer__contact[data-astro-cid-sz7xmlte] {
    margin-top: 1rem;
    font-style: normal;
    font-size: .9rem;
    color: #d7e2f5;
    display: flex;
    gap: .45rem;
    align-items: center
}

.site-footer__contact[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte] {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    display: flex;
    align-items: center;
    letter-spacing: -.02em;
    text-decoration-line: underline;
    color: #f8f9fa;
    text-underline-offset: 5px
}

.site-footer__bottom[data-astro-cid-sz7xmlte] {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1rem;
    font-size: .92rem;
    color: #d6e1f2
}

.site-footer__links[data-astro-cid-sz7xmlte] {
    display: flex;
    gap: 1.2rem;
    align-items: center
}

.site-footer__links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte] {
    color: #d6e1f2;
    text-decoration: underline;
    text-underline-offset: 2px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    display: flex;
    align-items: center;
    letter-spacing: -.02em;
    text-decoration-line: underline;
    color: #f8f9fa;
    text-underline-offset: 5px
}

.site-footer__bottom[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte] {
    margin: 0;
    font-weight: 600
}

p[data-astro-cid-sz7xmlte].copy {
    font-weight: 700;
    font-size: 14px;
    line-height: 31.53px;
    letter-spacing: -2%
}

.site-footer__jet[data-astro-cid-sz7xmlte] {
    position: absolute;
    left: 50%;
    bottom: -6px;
    transform: translate(-50%);
    width: min(92%, 920px);
    height: auto;
    z-index: 1;
    pointer-events: none;
    mix-blend-mode: hard-light
}

.site-footer__orange[data-astro-cid-sz7xmlte] {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
    width: 100%;
    height: auto;
    z-index: 1;
    pointer-events: none
}

@media(max-width:900px) {
    .site-footer[data-astro-cid-sz7xmlte] .container[data-astro-cid-sz7xmlte] {
        min-height: 100%;
        min-height: 20rem;
        padding: 0;
        width: 100%
    }

    .site-footer__contact[data-astro-cid-sz7xmlte] {
        font-size: .78rem;
        flex-wrap: wrap
    }

    .site-footer__bottom[data-astro-cid-sz7xmlte] {
        flex-direction: column;
        align-items: flex-start;
        font-size: .8rem
    }

    .site-footer__links[data-astro-cid-sz7xmlte] {
        gap: .9rem
    }

    .site-footer__jet[data-astro-cid-sz7xmlte] {
        top: 30%;
        mix-blend-mode: normal
    }
}

.mission-tabs {
    width: 100%;
    /*padding: clamp(1rem, 2vw, 2rem);*/
    background: linear-gradient(180deg, #030d1b 0%, #06172e 100%);

    background: linear-gradient(180deg, #0e1218 0%, #1e2735 100%);
}

.mission-tabs__panel {
    padding: clamp(1rem, 2.2vw, 1.5rem);

    overflow: hidden;
    position: relative;

    background: #11161e;
    border-radius: 10px;
    z-index: 0;
}

.mission-tabs__panel::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    /* border thickness */
    border-radius: 10px;
    background: linear-gradient(180deg, #e8621a 0%, #2d3b51 95.9%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;

    pointer-events: none;
}

.mission-tabs__panel .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    display: flex;
}

.mission-tabs__panel .overlay img {
    width: 100%;
    height: fit-content;
    object-fit: cover;
    opacity: 0.4;
    margin-top: auto;
    margin-inline: auto;
}

.mission-tabs__tablist {
    display: grid;
    grid-template-columns: repeat(var(--count), minmax(120px, 1fr));
    gap: 0.6rem;
    margin-bottom: 1.25rem;

    position: relative;
    z-index: 2;
}

.mission-tabs__tab {
    border: 1px solid rgba(113, 138, 180, 0.25);
    background: #1a2940;
    color: #97a6bc;
    font-size: 0.78rem;
    font-weight: 600;
    padding: 0.65rem 0.2rem;
    cursor: pointer;
    transition: 0.2s ease;

    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0%;
    text-wrap: balance;
}

.mission-tabs__tab[aria-selected="true"] {
    background: #f26a1b;
    color: #fff;
    border-color: #f26a1b;
    font-weight: 700;
}

.mission-tabs__tab:hover {
    border: 1px solid #ffffff4f;
}

.mission-tabs__tab:focus-visible {
    outline: 2px solid #9cb4db;
    outline-offset: 2px;
}

.mission-tabs__content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: start;
}


@media(min-width:1100px) {
    .mission-tabs__content {
        grid-template-columns: 1fr 1fr;
    }

}


article .mission-tabs__visual {
    /*width: 500px;*/
    height: 585px;
    border-radius: 2px;

    display: flex;
    align-items: flex-end;
    justify-content: center;

    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
    text-align: center;
}

.mission-tabs__visual img {
    filter: grayscale(100%);
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.mission-tabs__visual .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(232, 98, 26, 0.6) 100%);
}

.mission-tabs__content-wrap {
    padding: min(5vw, 2em);
    position: relative;
    z-index: 2;
}

.mission-tabs__text {
    padding-top: 1rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.mission-tabs__text h3 {
    margin: 0 0 0.9rem;

    font-family: var(--season);
    font-weight: 300;
    font-size: 70px;
    line-height: 71px;
    letter-spacing: -2%;
}

.mission-tabs__text p.body {
    margin-top: clamp(10px, 2.2vw, 1.5rem);

    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #f8f9fa;
    opacity: 0.8;

    max-width: 50ch;
}

.mission-tabs__text p.lead {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;

    color: #f8f9fa;
    opacity: 0.8;

    max-width: 40ch;
}

.logoContainer {
    will-change: transform, opacity;
}

@media (max-width: 1120px) {
    .mission-tabs__tablist {
        grid-template-columns: repeat(3, minmax(140px, 1fr));
    }
}

@media (max-width: 900px) {
    .mission-tabs__tablist {
        grid-template-columns: 1fr;
    }

    .mission-tabs__panel {
        padding: 1px;
        padding-top: 0.6rem;
    }

    .mission-tabs__content {
        grid-template-columns: 1fr;
    }

    .mission-tabs__content-wrap {
        padding: 0;
    }

    .mission-tabs__visual {
        max-height: 280px;
        width: 100% !important;
        height: 280px;
    }

    .mission-tabs__text {
        padding: 1em;
    }

    .mission-tabs__text h3 {
        font-size: clamp(1.8rem, 8vw, 2.7rem);
        line-height: 1.02;
    }

    .mission-tabs__text p.lead {
        font-size: clamp(1rem, 4vw, 1.25rem);
    }

    .mission-tabs__text p.body {
        font-size: clamp(0.8rem, 4vw, 1rem);
    }

    .logoContainer {
        padding: 0;
        width: 100%;
    }
}

.team-section {
    width: 100%;
    padding: clamp(1rem, 2.2vw, 2rem);
    background: linear-gradient(180deg, #1e2735 0%, #0d1117 100%);

    color: #dbe6f5;
    border-bottom: none !important;

    padding-bottom: 0;
}

.team-section .container {
    padding-bottom: 0;
}

.team-section__header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 6rem;
}

@media (max-width: 900px) {
    .team-section__header {
        grid-template-columns: 1fr;
    }
}

.team-section__left {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.team-section__kicker {
    width: fit-content;
}

.team-section__left h2 {
    margin: 0.5rem 0 0;
    color: #eef4ff;
    font-size: clamp(2.8rem, 5vw, 4.8rem);
    font-family: var(--season);
    font-weight: 400;
    line-height: 0.9;

    font-weight: 300;
    font-size: 70px;
    line-height: 75px;
    letter-spacing: -2%;
}

.team-section__intro {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;

    color: #f8f9fa;
    max-width: 30ch;
}

@media (min-width: 900px) {
    .team-section__intro {
        margin-top: 2rem;
    }
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(120px, 1fr));
    gap: 1.5rem 0.8rem;
    /*margin-bottom: min(8vw, 4rem);*/
}

.team-card {
    text-align: center;
    cursor: pointer;
}

.team-card__image-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 999px;
    overflow: hidden;
    border: 1px solid rgba(242, 106, 27, 0.35);
    margin-bottom: 0.5rem;
}

.team-card img.profile {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:
        filter 220ms ease,
        transform 220ms ease;
}

.team-card__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.65rem;
    text-align: center;
    background: rgba(6, 17, 35, 0.62);
    opacity: 0;
    transition: opacity 220ms ease;
}

.team-card__overlay p {
    margin: 0;
    color: #dce8f8;
    font-size: 0.75rem;
    line-height: 1.25;

    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 0%;
    text-align: center;
}

.team-card h3 {
    margin: 0;
    color: #d8e3f3;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
}

.team-card .role {
    margin: 0.25rem 0 0;
    color: #f26a1b;
    font-size: 0.84rem;
    line-height: 1.2;
}

.team-card:hover img.profile,
.team-card.is-active img.profile {
    filter: grayscale(100%) blur(2px);
    transform: scale(1.03);
}

.team-card:hover .team-card__overlay,
.team-card.is-active .team-card__overlay {
    opacity: 1;
}

@media (max-width: 1120px) {
    .team-grid {
        grid-template-columns: repeat(4, minmax(120px, 1fr));
    }
}

@media (max-width: 900px) {
    .team-section__header {
        grid-template-columns: 1fr;
        margin-bottom: 4rem;
    }

    .team-grid {
        grid-template-columns: repeat(3, minmax(100px, 1fr));
    }

    .team-section__left h2 {
        font-size: 15vw;
        line-height: max(40px, 15vw);
    }

    .team-section__intro {
        font-size: 24px;
        line-height: 120%;
    }

    .team-section__intro {
        font-size: clamp(1rem, 4vw, 1.5rem);
    }

    .team-section .container {
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }

    .team-card h3 {
        font-size: 0.8rem;
    }

    .team-card .role {
        font-size: 0.7rem;
    }
}

@media (max-width: 580px) {
    .team-grid {
        grid-template-columns: repeat(2, minmax(100px, 1fr));
    }
}

.news {
    background: linear-gradient(180deg, #1e2735 0%, #0d1117 100%);
    position: relative;
    z-index: 2;
    padding: 4rem 0;
}

@media (max-width: 800px) {
    .news {
        background: linear-gradient(180deg, #1e2735 0%, #0d1117 100%);
        position: relative;
        z-index: 2;
        padding: 0;
    }
}


.news .container {
    display: grid;
    gap: 2rem;
}

/* Title */
.news-title {
    font-family: var(--season);
    font-weight: 300;
    font-size: clamp(2.5rem, 5vw, 4.4rem);
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #f8f9fa;
}

/* Grid */
.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

/* Card */
.news-item {
    position: relative;
    display: grid;
    gap: 1rem;
    padding: 2.5rem;
    border-radius: 10px;
    overflow: hidden;
}

/*
.news-item:before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: 10px;
    border: 1px solid #8080805e;
    transition: border 1000ms ease;
    pointer-events: none;

}

.news-item:hover::before {
    background: linear-gradient(180deg, #E8621A 0%, #2D3B51 95.9%);

    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: add, add;
    mask-composite: add, add;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    transition: border 500ms ease;
}*/

.news-item {
    position: relative;
    border-radius: 10px;
    border: 1px solid #8080805e;
}

.news-item:hover {
    border: 1px solid transparent;
}

.news-item::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 1px;
    background: linear-gradient(180deg, #E8621A, #2D3B51);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 400ms ease;
}

.news-item:hover::before {
    opacity: 1;
}

/* Full clickable area */
.news-link {
    position: absolute;
    inset: 0;
    z-index: 2;
}

/* Title */
.news-item h5 {
    margin-top: auto;

    color: #f8f9fa;
    max-width: 25ch;

    font-weight: 500;
    font-size: 24px;
    line-height: 25px;
    letter-spacing: 0%;

}

.news-item p.content {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #CACBCE;
}

/* Date */
.news-item .date {
    opacity: 0.8;
    position: relative;
    z-index: 1;
    font-size: 0.9rem;
}

.news-item .arrow {
    margin-top: 2rem;
}