.cta-banner{align-items:center;border-radius:16px;display:flex;gap:1.5rem;justify-content:space-between;margin-top:1.5rem;padding:1.75rem 2rem}.cta-banner__title{color:var(--heading-color);font-family:var(--font-family-base)!important;font-size:1.0625rem;font-weight:var(--font-weight-heading-black);margin:0 0 .35rem}.cta-banner__subtitle{color:var(--text-color);font-size:.875rem;margin:0}.cta-banner__button{align-items:center;background-color:var(--accent-color);display:inline-flex;flex-shrink:0;font-size:.9375rem;padding:.9rem 1.5rem;transition:background-color .2s ease}.cta-banner__button,.cta-banner__button:focus,.cta-banner__button:hover{border-radius:999px;color:#fff;font-family:var(--font-family-secondary);font-weight:600;text-decoration:none}.cta-banner__button:focus,.cta-banner__button:hover{background-color:color-mix(in srgb,var(--accent-color) 85%,#000)}@media (max-width:767px){.cta-banner{align-items:stretch;flex-direction:column;text-align:center}.cta-banner__button{justify-content:center}}