.steps-container{width:100%;display:flex;justify-content:space-between;border-top:3px solid #010199;padding-top:15px}.steps-container .dot{background-color:#fff;border:2px solid #010199;margin-top:-25px;width:18px;height:18px;line-height:18px;border-radius:50%;max-height:calc(3.3333333333vw - 2px);max-width:calc(3.3333333333vw - 2px)}@media only screen and (max-width:540px){.steps-container .dot{margin-top:-23px}}@media only screen and (max-width:360px){.steps-container .dot{margin-top:-21px}}.steps-container .text{margin-top:-45px;position:relative;text-align:center;font-size:16px;font-weight:600;color:#191919;line-height:125%}.steps-container .step-1 .text,.steps-container .step-30 .text{color:hsla(221,8%,59%,.3)}.steps-container .active{background-color:#010199!important;opacity:1!important;width:18px;border-radius:50%}