.slide-in-bottom{animation:slide-in-bottom .5s cubic-bezier(.25,.46,.45,.94) both}.slide-in-bottom-h1{animation:slide-in-bottom .5s cubic-bezier(.25,.46,.45,.94) .5s both}.slide-in-bottom-subtitle{animation:slide-in-bottom .5s cubic-bezier(.25,.46,.45,.94) .75s both}.fade-in{animation:fade-in 1.2s cubic-bezier(.39,.575,.565,1) 1s both}.bounce-top-icons{animation:bounce-top .9s 1s both}@keyframes slide-in-bottom{0%{transform:translateY(1000px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes bounce-top{0%{transform:translateY(-45px);animation-timing-function:ease-in;opacity:1}24%{opacity:1}40%{transform:translateY(-24px);animation-timing-function:ease-in}65%{transform:translateY(-12px);animation-timing-function:ease-in}82%{transform:translateY(-6px);animation-timing-function:ease-in}93%{transform:translateY(-4px);animation-timing-function:ease-in}25%,55%,75%,87%{transform:translateY(0);animation-timing-function:ease-out}to{transform:translateY(0);animation-timing-function:ease-out;opacity:1}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}
