.navigation-progress{width:100%;position:relative;overflow:hidden}.navigation-progress:before{content:"";position:absolute;top:0;left:0;height:100%;width:20%;background-color:var(--color-brand);animation:progress-bar .6s infinite linear}@keyframes progress-bar{0%{left:-30%}to{left:100%}}
