.progressBarBase{margin-bottom:8px;margin-top:8px;position:relative}.progressBarBase__steps{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;position:relative;z-index:2}.progressBarBase__base{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.progressBarBase__base,.progressBarBase__step{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.progressBarBase__step{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.progressBarBase__progress{background-color:#fce7f2;border-radius:20px;height:9pt;position:absolute;top:0;width:calc(100% - 37px)}.progressBarBase__bar{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:end;-ms-flex-pack:end;align-items:center;border-radius:20px;display:-webkit-box;display:-ms-flexbox;display:flex;height:9pt;justify-content:flex-end;width:0}.progressBarBase__bar.filled{background-color:#e50b78;max-width:100%}.progressBarBase__counting{bottom:0;color:#6e16b1;font-family:Roboto,sans-serif;font-size:.7142857143rem;left:6px;line-height:9pt;margin-right:8px;margin-top:2px;position:absolute}.progressBarBase__counting .done{font-weight:800}.progressBarBase__label{color:#222;font-family:Roboto,sans-serif;font-size:.7142857143rem;font-weight:400;line-height:normal;text-align:center;width:-webkit-max-content;width:-moz-max-content;width:max-content}