/* Our Process page-specific styles. Shared navigation, footer, and design-system styles load from /global.css. */
/* Our Process page parity */
.process-page-main {
    padding-top: 80px !important
}

.process-page-how.section-left {
    margin-top: 96px !important;
    margin-bottom: 96px !important
}

.process-page-how h2,
.process-page-how h1 {
    font-size: 64px !important;
    line-height: 96px !important;
    margin: 0 !important;
    font-weight: 700 !important
}

.process-page-how .section-lede {
    max-width: none !important;
    margin-top: 20px !important;
    margin-bottom: 64px !important;
    font-size: 24px !important;
    line-height: 36px !important
}

.process-page-how .process-grid {
    justify-content: flex-start !important;
    gap: 48px !important;
    margin-top: 25px !important;
    padding-top: 25px !important
}

.process-page-why.section-left {
    margin-top: 96px !important
}

@media (min-width:768px) and (max-width:1023px) {
    .process-page-main {
        padding-top: 97px !important
    }

    .process-page-how.section-left {
        padding-left: 32px !important;
        padding-right: 32px !important
    }

    .process-page-how h2,
    .process-page-how h1 {
        font-size: 48px !important;
        line-height: 72px !important;
        margin-top: 16px !important
    }

    .process-page-how .section-lede {
        font-size: 18px !important;
        line-height: 27px !important;
        margin-bottom: 32px !important
    }

    .process-page-how .process-grid {
        max-width: none !important;
        width: 100% !important;
        gap: 40px !important;
        margin-top: 0 !important;
        padding-top: 0 !important
    }

    .process-page-how .process-card,
    .process-page-how .process-card:nth-child(1),
    .process-page-how .process-card:nth-child(2),
    .process-page-how .process-card:nth-child(3),
    .process-page-how .process-card:nth-child(4) {
        flex: 0 1 calc((100% - 40px)/2) !important
    }

    .process-page-why.section-left {
        margin-top: 96px !important
    }
}

@media (max-width:767px) {
    .process-page-main {
        padding-top: 49px !important
    }

    .process-page-how.section-left {
        padding-left: 24px !important;
        padding-right: 24px !important;
        margin-top: 72px !important
    }

    .process-page-how h2,
    .process-page-how h1 {
        font-size: 36px !important;
        line-height: 54px !important;
        margin-top: 16px !important
    }

    .process-page-how .section-lede {
        font-size: 16px !important;
        line-height: 24px !important;
        margin-bottom: 32px !important
    }

    .process-page-how .process-grid {
        max-width: none !important;
        width: 100% !important;
        gap: 40px !important;
        margin-top: 58px !important;
        padding-top: 32px !important
    }

    .process-page-how .process-card,
    .process-page-how .process-card:nth-child(1),
    .process-page-how .process-card:nth-child(2),
    .process-page-how .process-card:nth-child(3),
    .process-page-how .process-card:nth-child(4) {
        flex: 1 1 100% !important
    }

    .process-page-why.section-left {
        margin-top: 72px !important
    }
}
