.ward-progress-pulse{background:var(--secondary);border-radius:999px;width:min(100%,300px);height:8px;overflow:hidden}.ward-progress-pulse span{border-radius:inherit;background:var(--primary);width:35%;height:100%;animation:1.4s cubic-bezier(.2,0,0,1) infinite alternate ward-progress;display:block}.ward-progress-pulse.is-once span{animation-iteration-count:1;animation-fill-mode:forwards}@keyframes ward-progress{to{transform:translate(190%)}}@media (prefers-reduced-motion:reduce){.ward-progress-pulse span{width:70%;animation:none}}
