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