@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(50px) rotateY(10deg)}to{opacity:1;transform:translateX(0) rotateY(0deg)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.5) rotate(-5deg)}to{opacity:1;transform:scale(1) rotate(0deg)}}@keyframes heroCardIn{0%{opacity:0;transform:scale(.9) translateY(40px)}to{opacity:1;transform:scale(1) translateY(0)}}.logo-animate{animation:fadeInDown .6s cubic-bezier(.25,.46,.45,.94) .2s both}.title-animate{animation:fadeInUp .7s cubic-bezier(.25,.46,.45,.94) .3s both}.cards-container{animation:fadeInUp .8s cubic-bezier(.25,.46,.45,.94) .5s both}.card-animate-1{animation:scaleIn .6s cubic-bezier(.68,-.55,.265,1.55) .85s both}.card-animate-2{animation:scaleIn .6s cubic-bezier(.68,-.55,.265,1.55) 1s both}.card-animate-3{animation:scaleIn .6s cubic-bezier(.68,-.55,.265,1.55) 1.15s both}.card-animate-4{animation:scaleIn .6s cubic-bezier(.68,-.55,.265,1.55) 1.3s both}.hero-card-container{animation:fadeInLeft .8s cubic-bezier(.25,.46,.45,.94) .2s both}.hero-card{animation:heroCardIn .7s cubic-bezier(.68,-.55,.265,1.55) .4s both}