.stepper{justify-content:space-between;margin:0 20px 12px 12px}.step,.stepper{position:relative;display:flex;align-items:center}.step{flex-direction:column}.step-stage{color:#0468c8}.active .step-number{background-color:#fff}.complete .step-number{background-color:#0468c8;color:#fff}.progress{height:100%;background-color:#0468c8;transition:.2s ease}.progress-bar{position:absolute;left:0;background-color:#a2cffe}.step-number{border-radius:50%;display:flex;justify-content:center;align-items:center;margin-bottom:8px;z-index:2;font-size:25px}@media only screen and (min-width:767px) and (max-width:1023px){.checkmark{font-size:18px}}@media only screen and (min-width:240px) and (max-width:767px){.step-number{width:25px;height:25px}.progress-bar{position:absolute;left:0;top:10%;height:2px;background-color:#a2cffe}.checkmark{font-size:13px}.stepper{margin:0}}