.progress-container{width:100%;margin:0 auto 1.5rem;padding:0 20px}@media (max-width:768px){.progress-container{width:0;margin:0;padding:0}}.progress-steps{position:relative;display:flex;justify-content:space-between;align-items:center}.circle{display:none}.progress-line{position:absolute;top:16px;left:0;height:1px;background-color:#d9d9d9;transition:width .3s ease;z-index:1}@media (max-width:768px){.progress-line{background:none}}.step{position:relative;display:flex;justify-content:center;align-items:center;z-index:3}@media (max-width:768px){.step{margin-top:4px}}.step-circle{width:40px;height:40px;border-radius:50%;background-color:#fff;border:2px solid #0a2b3e;margin:0 16px;display:flex;justify-content:center;align-items:center;position:relative}@media (max-width:768px){.step-circle{width:24px;height:24px;margin-left:0}}.step.active .step-circle:after{content:"";position:absolute;width:26px;height:26px;background-color:#0a2b3e;border-radius:50%}@media (max-width:768px){.step.active .step-circle:after{width:16px;height:16px}}.progress-steps:before{content:"";position:absolute;top:16px;left:0;right:0;height:1px;background-color:#d9d9d9;z-index:0}@media (max-width:768px){.progress-steps:before{background:none}}.progress-steps .step:last-child .step-circle{margin-right:15rem}@media (max-width:768px){.progress-steps .step:last-child .step-circle{margin-right:0}}