.cta-banner{isolation:isolate;position:relative}.cta-banner:after{background:var(--color-white,#fff);bottom:0;content:"";height:50%;left:0;position:absolute;right:0;z-index:0}.cta-banner__container{margin:0 auto;max-width:var(--container-max,1200px);padding-left:var(--section-px,5%);padding-right:var(--section-px,5%);position:relative;width:100%;z-index:1}.cta-banner__card{align-items:center;background:var(--gradient-blue);border-radius:16px;display:flex;gap:48px;justify-content:space-between;padding:48px 64px}.cta-banner__heading{color:var(--color-white,#fff);font-family:var(--font-heading);font-size:var(--text-3xl,32px);font-weight:600;line-height:1.3;margin:0;text-wrap:balance}.cta-banner__heading p{margin:0}.cta-banner__badge{display:inline-flex;flex-shrink:0}.cta-banner__badge img{display:block;height:48px;width:auto}.cta-banner__btn{align-items:center;background:var(--color-white,#fff);border-radius:var(--radius-md,8px);color:var(--color-blue,#0071e3)!important;display:inline-flex;flex-shrink:0;font-family:var(--font-heading);font-size:16px;font-weight:600;justify-content:center;line-height:1.5;padding:12px 32px;text-decoration:none;transition:all .2s ease;white-space:nowrap}.cta-banner__btn:hover{color:var(--color-blue)!important;opacity:.9;text-decoration:none}.cta-banner--white{background:linear-gradient(to bottom,var(--color-white) 50%,var(--color-white) 50%)}.cta-banner--slate-50{background:linear-gradient(to bottom,var(--color-slate-50) 50%,var(--color-white) 50%)}.cta-banner--slate-100{background:linear-gradient(to bottom,var(--color-slate-100) 50%,var(--color-white) 50%)}.cta-banner--gradient-surface{background:linear-gradient(to bottom,var(--color-slate-50) 50%,var(--color-white) 50%)}.cta-banner__card--blue{background:var(--gradient-blue)}.cta-banner__card--purple{background:var(--gradient-purple)}.cta-banner__card--slate-900{background:var(--color-slate-900)}.cta-banner__card--green{background:var(--gradient-green)}.cta-banner__card--red{background:var(--gradient-red)}.cta-banner__card--orange{background:var(--gradient-orange)}@media (max-width:767px){.cta-banner__card{flex-direction:column;gap:32px;padding:32px;text-align:center}.cta-banner__heading p{font-size:22px}}