.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)}.cta-banner__button:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4M7 10l5 5 5-5M12 15V3'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:15px;margin-right:.5rem;width:15px}@media (max-width:767px){.cta-banner{align-items:stretch;flex-direction:column;text-align:center}.cta-banner__button{justify-content:center}}