@keyframes hero-confetti-fall{0%{opacity:0;transform:translate(-50%,-8vh)}8%{opacity:1}92%{opacity:1}to{opacity:0;transform:translate(-50%,108vh)}}@keyframes hero-confetti-drift{0%,to{transform:translate3d(calc(-1 * var(--drift)), 0, 0)}50%{transform:translate3d(var(--drift), 0, 0)}}@keyframes hero-confetti-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero-confetti{contain:layout style paint}.hero-confetti-piece{opacity:0;animation-name:hero-confetti-fall;animation-timing-function:linear;animation-iteration-count:infinite;animation-fill-mode:backwards;position:absolute;top:-20px}.hero-confetti-drift{animation-name:hero-confetti-drift;animation-timing-function:ease-in-out;animation-iteration-count:infinite;display:block}.hero-confetti-shape{border-radius:1px;animation-name:hero-confetti-spin;animation-timing-function:linear;animation-iteration-count:infinite;display:block}.hero-confetti--paused .hero-confetti-piece,.hero-confetti--paused .hero-confetti-drift,.hero-confetti--paused .hero-confetti-shape{animation-play-state:paused}@media (prefers-reduced-motion:reduce){.hero-confetti-piece{opacity:0;animation:none}.hero-confetti-drift,.hero-confetti-shape{animation:none}}
