.section-progress-bar .progress-bar-wrapper{margin-top:60px}.progress-bar{position:relative;width:400px;height:10px;max-width:100%;margin:0 auto}.progress-bar__label{margin:0;font-size:2em;font-family:Consolas,monospace}.progress-bar__background,.progress-bar__foreground{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50px}.progress-bar__background{background-color:#404346}.progress-bar__foreground{transition:1s max-width ease-in-out;background-color:var(--color-teal)}.progress-bar-wrapper[data-aos] .progress-bar__foreground{max-width:0%}.progress-bar-wrapper[data-aos].aos-animate .progress-bar__foreground{max-width:100%}