<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 640px) {
    .section:first-of-type {
        min-height: 0;
    }

    section:first-of-type .hero-inner {
        padding-top: 1rem;
        padding-bottom: 0;
    }

    section:first-of-type .hero-inner .split-item {
        padding: 0;
    }

    section:nth-of-type(2) {
        margin-top: 2rem;
    }

    section:nth-of-type(2) .section-inner {
        padding-top: 1rem;
        padding-bottom: 0.5rem;
    }

    section:nth-of-type(2) .section-inner .cta-slogan {
        margin-bottom: 1rem;
    }
}
</pre></body></html>