.progress__track{border-color:#b3b3b3;background-color:#f2f1eb;box-shadow:inset 0 1px 3px rgba(0,0,0,.16);border-radius:10em;background-image:-webkit-linear-gradient(#e7e7df,#f0f0f0);background-image:linear-gradient(#e7e7df,#f0f0f0)}.progress__bar{-webkit-animation:animate-stripes 3s linear infinite;-moz-animation:animate-stripes 3s linear infinite;height:16px;padding:0 1px;border:1px solid #07629a;-webkit-transition:width .5s ease-out;transition:width .5s ease-out;border-radius:10em;background:#057ec9;background-size:40px 40px;margin-left:-1px;background-image:-webkit-linear-gradient(top,transparent,rgba(0,0,0,.15)),-webkit-linear-gradient(left top,#0094f0 0,#0094f0 25%,#007ecc 0,#007ecc 50%,#0094f0 0,#0094f0 75%,#0094f0);background-image:linear-gradient(180deg,transparent,rgba(0,0,0,.15)),linear-gradient(to right bottom,#0094f0,#0094f0 25%,#007ecc 0,#007ecc 50%,#0094f0 0,#0094f0 75%,#0094f0);margin-top:-1px}[dir=rtl] .progress__bar{-webkit-animation-direction:reverse;-moz-animation-direction:reverse;animation-direction:reverse;margin-right:-1px;margin-left:0}@media screen and (prefers-reduced-motion:reduce){.progress__bar{-webkit-animation:none;-moz-animation:none;-webkit-transition:none;transition:none}}@-webkit-keyframes animate-stripes{0%{background-position:0 0,0 0}to{background-position:0 0,-80px 0}}@-ms-keyframes animate-stripes{0%{background-position:0 0,0 0}to{background-position:0 0,-80px 0}}@keyframes animate-stripes{0%{background-position:0 0,0 0}to{background-position:0 0,-80px 0}}