@keyframes spPetalFall{0%{opacity:0;transform:translateY(-10vh)translate(0)rotate(0)}10%{opacity:1}90%{opacity:.55}to{transform:translateY(110vh) translateX(var(--petal-drift,20px)) rotate(360deg);opacity:0}}.sp-petal-fall{will-change:transform, opacity;animation-name:spPetalFall;animation-timing-function:linear;animation-iteration-count:infinite}@media (prefers-reduced-motion:reduce){.sp-petal-fall{animation:none;display:none}}