.wizard-step__page-counter,.wizard-radio__label{font-family:var(--kone-typography-paragraph-family);font-weight:var(--kone-typography-paragraph-weight);word-break:break-word}
.wizard-step__page-counter,.wizard-radio__label{font-size:var(--kone-typography-paragraph-3-size-mobile,14px);line-height:var(--kone-typography-paragraph-3-line-height-mobile,20px)}
.wizard-step__page-counter{--pct:calc(clamp(0, var(--step) / var(--total),1) * 100%);align-self:start;display:inline-block;position:relative;width:180px;font-weight:var(--kone-typography-weight-semibold)}
.wizard-step__page-counter::after{background:var(--color-surface-blue-secondary);border-radius:999px;content:"";height:4px;inset-inline:0;position:absolute;top:100%;margin-top:8px}
.wizard-step__page-counter::before{background:var(--color-surface-intact-blue);border-radius:999px;box-shadow:0 0 0 1px rgba(37,99,235,.08) inset;content:"";height:4px;left:0;position:absolute;width:var(--pct);z-index:1;top:100%;margin-top:8px}