@-webkit-keyframes loading{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes loading{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.progress-bar{width:100%;height:10px;margin:0 auto}.progress-bar__status{height:10px;background-color:var(--c-secondary-green-40);width:0%;max-width:100%}