.splitValueProps{color:var(--text,#fff);width:100%}.splitValueProps__grid{width:100%}.splitValueProps__panel{align-items:center;background:var(--panel-bg,#2b2b2b);display:flex;padding:clamp(20px,2.2vw,28px) clamp(14px,2.6vw,32px)}.splitValueProps__items{display:grid;font-family:poppins;font-weight:500;gap:clamp(10px,1.2vw,14px) clamp(20px,3vw,36px);grid-template-columns:repeat(4,max-content);width:100%}.splitValueProps__items,.svpItem{align-items:center;justify-content:center}.svpItem{display:inline-flex;gap:clamp(8px,1.2vw,12px);min-width:0}.svpIconImg{object-fit:contain}.svpIcon,.svpIconImg{display:block;flex:0 0 auto;height:clamp(28px,3vw,38px);width:clamp(28px,3vw,38px)}.svpIcon{background-color:var(--icon,#fff);-webkit-mask-image:var(--check-url);mask-image:var(--check-url);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}.svpText{color:var(--text,#fff);font-size:clamp(14px,1.05vw,16px);font-weight:500;letter-spacing:clamp(.04em,.15vw,.06em);line-height:1.1;text-transform:uppercase;white-space:nowrap}@media (max-width:980px){.splitValueProps__items{align-items:start;gap:22px 22px;grid-template-columns:repeat(2,minmax(0,1fr));justify-content:center;justify-items:center}.svpItem{justify-content:center;width:100%}.svpText{font-size:clamp(14px,2.2vw,18px);overflow-wrap:anywhere;text-align:center;white-space:normal}}@media (max-width:420px){.splitValueProps__items{gap:18px 16px}.svpText{font-size:clamp(11px,3vw,11px);letter-spacing:.05em}}