@layer utilities{@keyframes fall{0%{transform:translateY(-140vh)}45%{opacity:1;transform:translateY(0%)}46%{opacity:0}to{opacity:0}}@keyframes jumpLeft{0%,45%{transform:translate(0)scale(0)}60%{transform:translate(-50px,-90px)scale(1)}to{transform:translate(-60px)scale(.1)}}@keyframes jumpRight{0%,45%{transform:translate(0)scale(0)}60%{transform:translate(30px,-80px)scale(1)}to{transform:translate(50px)scale(.1)}}.animate-fall{animation:fall var(--duration) ease-in infinite;animation-delay:var(--delay);animation-fill-mode:backwards}.animate-jump-left{animation:jumpLeft var(--duration) ease infinite;animation-delay:var(--delay);animation-fill-mode:backwards}.animate-jump-right{animation:jumpRight var(--duration) ease infinite;animation-delay:var(--delay);animation-fill-mode:backwards}}
@layer utilities{@keyframes move-forever{0%{transform:translate(-90px)}to{transform:translate(85px)}}.parallax>path{animation:25s cubic-bezier(.55,.5,.45,.5) infinite move-forever}.parallax>path:first-child{animation-duration:7s;animation-delay:-2s}.parallax>path:nth-child(2){animation-duration:10s;animation-delay:-3s}.parallax>path:nth-child(3){animation-duration:13s;animation-delay:-4s}.parallax>path:nth-child(4){animation-duration:20s;animation-delay:-5s}}
