.stepper {display:block;}.stepper__step {position:relative;padding:var(--len-md) 0 var(--len-md) calc(16px + var(--len-md));}.stepper__step::before,.stepper__step::after {content:"";position:absolute;left:16px;transform:translateX(-50%);background:var(--color-uxu-primary);}.stepper__step::before {width:16px;height:16px;top:calc(50% - 4px);border-radius:50%;}.stepper__step::after {width:6px;height:100%;top:0;}.stepper__step:first-of-type::after {top:50%;height:50%;}.stepper__step:last-of-type::after {top:0;height:50%;}