.hero-timeline{--hero-timeline-duration:6s}.hero-timeline__progress{animation:hero-timeline-sweep var(--hero-timeline-duration) var(--ease-quart) infinite}@keyframes hero-timeline-sweep{0%,5%{transform:scaleX(0)}55%,to{transform:scaleX(1)}}.hero-timeline__today{animation:hero-timeline-pulse var(--hero-timeline-duration) ease-in-out infinite}@keyframes hero-timeline-pulse{0%,40%{transform:scale(1);opacity:.85}50%{transform:scale(1.35);opacity:1}60%,to{transform:scale(1);opacity:.85}}@media (prefers-reduced-motion:reduce){.hero-timeline__progress{animation:none;transform:scaleX(.62)}.hero-timeline__today{animation:none;transform:none;opacity:1}}