@keyframes element-fall{0%{transform:translateY(0) rotate(0deg)}20%{transform:translateY(10vh) rotate(2deg)}50%{transform:translateY(50vh) rotate(8deg)}to{transform:translateY(120vh) rotate(15deg)}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-element-fall-1{animation:element-fall 2.5s ease-in forwards;animation-delay:0s}.animate-element-fall-2{animation:element-fall 2.5s ease-in forwards;animation-delay:.1s}.animate-element-fall-3{animation:element-fall 2.5s ease-in forwards;animation-delay:.2s}.animate-element-fall-4{animation:element-fall 2.5s ease-in forwards;animation-delay:.3s}.animate-element-fall-5{animation:element-fall 2.5s ease-in forwards;animation-delay:.4s}.animate-element-fall-6{animation:element-fall 2.5s ease-in forwards;animation-delay:.5s}.animate-element-fall-7{animation:element-fall 2.5s ease-in forwards;animation-delay:.6s}.animate-element-fall-8{animation:element-fall 2.5s ease-in forwards;animation-delay:.7s}.animate-element-fall-9{animation:element-fall 2.5s ease-in forwards;animation-delay:.8s}.animate-element-fall-10{animation:element-fall 2.5s ease-in forwards;animation-delay:.9s}.animate-fade-in-up{animation:fade-in-up .8s ease-out forwards}