.step-item{position:relative;display:flex;flex-direction:column;align-items:center;flex:1;z-index:1}.step-label{text-align:center;font-size:.9rem;color:var(--primary);font-weight:600;margin:0 0 .5rem}.step-label.xs{font-size:.75rem;margin:0 1rem .5rem}.step-label.last{font-size:1.8rem;font-weight:700}.step-label.last.xs{font-size:1.5rem;font-weight:700}.step-circle{width:2rem;height:2rem;border:2px solid var(--primary);border-radius:50%;background-color:#fff;z-index:1}.step-circle.xs{width:1.5rem;height:1.5rem}.step-circle.active,.step-circle.completed{background-color:var(--primary)}.step-line{position:absolute;bottom:0%;margin-bottom:.875rem;left:50%;width:100%;height:.25rem;background-color:var(--primary);z-index:0}.step-line.xs{margin-bottom:.625rem}@media(max-width:767px){.step-label{font-size:10px;margin:0 0 .5rem}.step-label.last{font-size:20px}}@media(min-width:768px){.step-label:not(.xs){margin:0 1rem .5rem}}@media(min-width:992px){.step-label:not(.xs){margin:0 2rem .5rem}}@media(min-width:1200px){.step-label:not(.xs){margin:0 3rem .5rem}}.step-indicator-container{display:flex;align-items:end;justify-content:space-between;margin:2rem 0;position:relative}
