@charset "UTF-8";.steps{align-items:flex-start;counter-reset:steps;display:flex;justify-content:space-between;list-style:none;margin:0 -.25rem}.step{counter-increment:steps;flex:1 1 auto;margin:0;padding:0;position:relative}.step:before{border-bottom:2px dashed rgba(69,69,69,.4);content:"";left:0;margin:-1px -.25rem 0 1rem;position:absolute;right:0;top:.75rem;z-index:1}.step:last-of-type:before{content:none}.step a,.step__item{color:#454545;display:inline-block;font-size:.875rem;font-weight:700;padding:1.75rem .25rem 0;text-align:left}.step a:before,.step__item:before{background:#1f9dd8;border-radius:var(--legacy-border-radius-rounded);color:#fff;content:counter(steps);display:block;font-size:1rem;font-weight:700;height:1.5rem;line-height:1;margin:0 0 .25rem;padding:.25rem;position:absolute;text-align:center;text-decoration:none;top:0;width:1.5rem;z-index:2}.step:last-of-type .step__item,.step:last-of-type a{padding-right:0}.step--disabled .step__item,.step--disabled a{color:#7c7c7c;cursor:not-allowed}.step--disabled .step__item:before,.step--disabled a:before{background:#7c7c7c}.step--previous .step__item:before,.step--previous a:before{background:#7bb700;content:"";font-family:iconfont;font-weight:700}.step a,.step__item--link{text-decoration:underline}@media screen and (min-width:37.5em){.step{flex-basis:33%}.step a,.step__item{font-size:.9375rem}}