.progressStepsChained{margin-bottom:8px;margin-top:8px;min-height:34px;position:relative}.progressStepsChained__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}.progressStepsChained__step{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.progressStepsChained__progress{background-color:var(--progress-bar-background-color);border-radius:20px;height:var(--progress-bar-height);left:25px;position:absolute;top:var(--progress-step-bar-top);width:var(--progress-step-bar-width)}.progressStepsChained__bar{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:end;-ms-flex-pack:end;align-items:center;border-bottom-right-radius:20px;border-top-right-radius:20px;display:-webkit-box;display:-ms-flexbox;display:flex;height:18px;height:var(--progress-bar-height);justify-content:flex-end;width:50px}.progressStepsChained__bar.filled{background-color:var(--progress-bar-fill)}.progressStepsChained__counting{color:var(--progress-bar-counting-color);font-family:Roboto,sans-serif;font-size:.7142857143rem;line-height:9pt;margin-right:1pc;margin-top:1px}.progressStepsChained__counting .done{font-weight:800}.progressStepsChained__bar.filled .progressStepsChained__counting{color:var(--progress-bar-fill-color)}.progressStepsChained__label{font-family:Roboto,sans-serif;font-size:.7142857143rem;font-weight:400;line-height:normal;margin-top:4px;text-align:center;width:-webkit-max-content;width:-moz-max-content;width:max-content}