.spthero{position:relative;background:#202A34;padding:48px 16px 40px;display:flex;flex-direction:column;gap:28px;overflow:hidden}
.scorebg{position:absolute;top:-20px;right:-30px;width:260px;opacity:0.07;pointer-events:none}
.spthero-text{min-width:0;position:relative}
.spthero-lead{color:#B0BCC8;font-size:17px;margin:16px 0 24px}
.spthero-ctas{display:flex;flex-wrap:wrap;gap:14px;justify-content:center}
.spthero-media{min-width:0;margin:0 auto;width:100%;max-width:260px;position:relative}
.scard{cursor:pointer}
.scard-note{display:none;color:#B0BCC8;font-size:13px;padding:0 14px 14px;margin:0}
.scard-note-open{display:block}
@media (min-width:1081px){
.spthero{flex-direction:row;align-items:center;justify-content:space-between;padding:64px 40px 56px}
.spthero-text{max-width:55%}
.spthero-ctas{justify-content:flex-start}
.spthero-media{width:40%;max-width:320px;min-width:180px;margin:0}
}
