.cta-stats-band{padding-left:var(--space-24);padding-right:var(--space-24);width:100%}.cta-stats-band__wrap{background-color:var(--cta-stats-bg-color,#1a1a2e);background-image:var(--cta-stats-bg-image,none);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:var(--radius-16);margin-left:auto;margin-right:auto;max-width:var(--container-width);padding-bottom:var(--space-48);padding-top:var(--space-48);position:relative}.cta-stats-band__inner{padding-left:var(--space-24);padding-right:var(--space-24);position:relative;z-index:1}.cta-stats-band__list{align-items:stretch;display:flex;flex-wrap:wrap;gap:0;justify-content:center}.cta-stats-band__stat{align-items:center;display:flex;flex:1 1 0;flex-direction:column;justify-content:center;min-width:0;padding:var(--space-16) var(--space-24);text-align:center}.cta-stats-band__value{color:#fff;font-size:clamp(28px,4vw,40px);font-weight:700;line-height:1.2;margin-bottom:var(--space-8)}.cta-stats-band__label,.cta-stats-band__value{display:block;font-family:var(--font-family-primary)}.cta-stats-band__label{color:hsla(0,0%,100%,.9);font-size:var(--font-body16-size);font-weight:500;line-height:var(--font-body16-line-height)}.cta-stats-band__separator{align-self:stretch;border-left:1px dashed hsla(0,0%,100%,.35);flex:0 0 auto;margin:var(--space-8) 0;min-height:40px;width:1px}@media (max-width:1024px){.cta-stats-band__wrap{border-radius:var(--radius-12);padding-bottom:var(--space-40);padding-top:var(--space-40)}.cta-stats-band__list{display:grid;gap:0;grid-template-columns:repeat(2,1fr)}.cta-stats-band__separator{display:none}.cta-stats-band__stat{border-bottom:1px dashed hsla(0,0%,100%,.2);border-right:1px dashed hsla(0,0%,100%,.2);padding:var(--space-20) var(--space-16)}.cta-stats-band__list .cta-stats-band__stat:nth-child(2n){border-right:none}.cta-stats-band__list .cta-stats-band__stat:nth-last-child(-n+2){border-bottom:none}}@media (max-width:767px){.cta-stats-band{padding-left:var(--space-16);padding-right:var(--space-16)}.cta-stats-band__wrap{border-radius:var(--radius-8);padding-bottom:var(--space-section-mobile);padding-top:var(--space-section-mobile)}.cta-stats-band__inner{padding-left:var(--space-16);padding-right:var(--space-16)}.cta-stats-band__list{grid-template-columns:1fr}.cta-stats-band__stat{border-bottom:1px dashed hsla(0,0%,100%,.2);border-right:none;padding:var(--space-16)}.cta-stats-band__stat:last-child{border-bottom:none}.cta-stats-band__list .cta-stats-band__stat:nth-child(2n){border-right:none}.cta-stats-band__value{font-size:clamp(24px,6vw,32px)}}