/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #hero-408 {
        padding: var(--sectionPadding);
        background: var(--bg01);
        padding-top: clamp(7rem, 15vw, 12.5rem);
        padding-right: 0;
        padding-top: 9rem;
    }
    #hero-408 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        align-items: center;
        max-width: 34.375rem;
        flex-direction: column;
        justify-content: center;
        gap: clamp(2.25rem, 10vw, 6.25rem);
    }
    #hero-408 .cs-content {
        display: flex;
        flex-wrap: wrap;
        padding-right: 1rem;
        align-items: center;
        max-width: 39.375rem;
        justify-content: flex-start;
    }
    #hero-408 .cs-title {
        font-weight: 900;
        text-align: left;
        line-height: 1.2em;
        position: relative;
        max-width: 43.75rem;
        color: var(--headerColor);
        margin: 0 0 clamp(0.75rem, 1.5vw, 1.5rem);
        font-size: clamp(1.9375rem, 4.4vw, 3.8125rem);
    }
    #hero-408 .cs-color {
        color: var(--primary);
        display: block;
    }
    #hero-408 .cs-text {
        margin: 0;
        width: 100%;
        text-align: left;
        line-height: 1.5em;
        max-width: 40.625rem;
        color: var(--bodyTextColor);
        font-size: clamp(1rem, 2vw, 1.5625rem);
        margin-bottom: clamp(1.5rem, 4.2vw, 3rem);
    }
    #hero-408 .cs-header {
        width: 100%;
        display: block;
        line-height: 1.5em;
        color: var(--bodyTextColor);
        font-size: clamp(0.875rem, 1.5vw, 1.25rem);
        margin: clamp(2.5rem, 5vw, 6.25rem) 0 0.75rem 0;
    }
    #hero-408 .cs-logo-group {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #hero-408 .cs-logo {
        width: auto;
        height: clamp(1.125rem, 1.5vw, 2rem);
        filter: grayscale(1);
    }
    #hero-408 .cs-stat-group {
        z-index: 1;
        width: 100%;
        display: flex;
        overflow: hidden;
        flex-wrap: nowrap;
        position: relative;
        align-items: flex-end;
        justify-content: center;
        aspect-ratio: 0.92696629;
        border-radius: 1.25rem 0 0 1.25rem;
    }
    #hero-408 .cs-stat-box {
        width: 50%;
        color: #FFF;
        display: flex;
        height: 9.125rem;
        align-items: center;
        box-sizing: border-box;
        flex-direction: column;
        justify-content: center;
        padding: clamp(1.5rem, 3vw, 3rem);
    }
    #hero-408 .cs-stat-box:nth-of-type(1) {
        background: rgba(2, 69, 72, 0.96); /* Darker */
    }
    #hero-408 .cs-stat-box:nth-of-type(2) {
        background: rgba(2, 103, 107, 0.96); /* Lighter */
    }
    #hero-408 .cs-stat {
        margin: 0;
        display: block;
        text-align: left;
        line-height: 1.2em;
        font-size: clamp(1.5625rem, 3.5vw, 3.8125rem);
    }
    #hero-408 .cs-desc {
        display: block;
        line-height: 1.2em;
        margin: 0.25rem 0 0 0;
        font-size: clamp(0.875rem, 1.6vw, 1.25rem);
    }
    #hero-408 .cs-background {
        top: 0;
        left: 0;
        width: 100%;
        z-index: -1;
        height: 100%;
        position: absolute;
    }
    #hero-408 .cs-background img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #hero-408 {
        padding-right: 0;
        padding: var(--sectionPadding);
    }
    #hero-408 .cs-container {
        max-width: 100%;
        flex-direction: row;
        justify-content: flex-end;
    }
    #hero-408 .cs-content {
        width: 45%;
        padding: 0;
    }
    #hero-408 .cs-stat-group {
        width: 45%;
        flex: none;
        max-height: 46.0625rem;
        aspect-ratio: 0.92647059;
    }
    #hero-408 .cs-stat-box {
        height: clamp(7.875rem, 18vw, 13.8125rem);
    }
}