.careers-header {
    position: relative;
    background: rgba(1, 27, 43, .7);
    overflow: hidden;
}

.careers-header-media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
}

.careers-header-content {
    min-height: 300px;
}

.careers-section-padding {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.careers-opportunities-content p {
    line-height: 2em;
}

.careers-opportunities-gallery {
    --ctrl-bar-height: 40px;
    min-height: 300px;
}

.careers-opportunities-gallery .swiper {
    width: 100%;
    height: calc(100% - var(--ctrl-bar-height));
}

.careers-opportunities-gallery .swiper-slide {
    position: relative;
}

.careers-opportunities-cta-text {
    font-size: 1.25rem;
}

.careers-gallery-img-bg,
.careers-gallery-img-fg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.careers-gallery-img-bg {
    object-fit: cover;
    filter: blur(4px);
}

.careers-gallery-img-fg {
    object-fit: contain;
    background-color: rgba(0, 0, 0, .5);
}

.cust-swiper-footer {
    height: var(--ctrl-bar-height);
    background-color: var(--mt-deepblue);
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .5rem 1rem;
    font-size: .875rem;
}

.cust-swiper-vr {
    width: 2px;
    height: 100%;
    background-color: white;
}

.careers-recognition {
    background-color: #f2f2f2;
}

.careers-recognition-item {
    max-width: 350px;
}

.careers-recognition-years {
    font-size: 6rem;
    line-height: 1em;
}

.careers-recognition-description {
    font-size: 22px;
}

.careers-recognition-link {
    font-size: 14px;
    text-decoration: none;
}

.careers-recognition-link:hover {
    text-decoration: underline;
}

.careers-benefits-content p {
    line-height: 2em;
}

.careers-benefit-description ul {
    list-style-position: outside;
}

.careers-benefit-description ul>li::marker {
    color: var(--cts-lightblue);
    font-size: 1.5em;
    line-height: 1em;
}

.careers-benefit-img {
    width: 100%;
    height: auto;
}

.careers-interns-content p {
    line-height: 2em;
}

.careers-intern-img {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.careers-interns-embed-container {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
}

.careers-interns-embed-container>iframe {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.careers-blogs {
    background-color: #f2f2f2;
}

.careers-jobs-grid .grid-item {
    width: 100%;
    padding: 10px;
}

.careers-jobs-grid.loading .grid-item {
    display: none;
}

.careers-our-people-text {
    width: fit-content;
    margin: 0 auto;
    color: white;
    background: linear-gradient(to right, #43C9F7 0%, #1DE883 50%, #7EFC2D 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 0.1em;
}

.careers-blog-post {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 576px) {
    .careers-opportunities-cta-container {
        --bs-gutter-x: 0;
    }

    .careers-opportunities-cta-text {
        font-size: 1.5rem;
    }
}

@media screen and (min-width: 768px) {
    .careers-jobs-grid .grid-item {
        width: 50%;
        padding: 10px;
    }
}

@media screen and (min-width: 992px) {
    .careers-header-content {
        min-height: 500px;
    }

    .careers-opportunities-gallery {
        min-height: 400px;
    }

    .careers-benefit-description ul {
        columns: 2;
        column-gap: 3.5rem;
    }

    .careers-section-padding {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .careers-blog-post {
        max-width: none;
    }
}

@media screen and (min-width: 1200px) {

    .container.careers-opportunities-container,
    .container.careers-opportunities-cta-container {
        max-width: 960px;
    }

    .careers-jobs-grid .grid-item {
        width: 33%;
        padding: 20px 10px;
    }
}

@media screen and (min-width: 1400px) {

    .container.careers-opportunities-container,
    .container.careers-opportunities-cta-container {
        max-width: 1140px;
    }
}