  .progress-tracker{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin:0 0 2.4rem 0;width:100%;max-width:80rem}.progress-tracker li::before{content:none}.progress-step{display:-ms-flexbox;display:flex;-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-align:center;align-items:center;position:relative;margin-bottom:1.6rem}.progress-step::after{content:"";display:block;position:absolute;width:0.5rem;height:100%;background-color:var(--c-lighter-grey);left:1.35rem;top:50%}.progress-step:last-child::after{content:none}.progress-marker{background-color:var(--c-lighter-grey);border-radius:50%;padding:1.6rem;position:relative;z-index:1}.progress-marker span{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.progress-text{margin-left:.8rem}.is-active .progress-marker{background-color:var(--c-primary);color:var(--c-text-inverse)}.is-active .progress-text{font-weight:700}@media (min-width: 768px){.progress-tracker{-ms-flex-direction:row;flex-direction:row}.progress-step{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}.progress-step::after{width:100%;height:0.5rem;left:50%;top:1.35rem}.progress-text{margin-left:0;margin-top:.8rem}}

