.to-animate{opacity:0}.fade-in-bottom{animation:fade-in-bottom 1s ease-in-out both}.slide-in-bottom{animation:slide-in-bottom 1s cubic-bezier(.25,.46,.45,.94) .4s both}.fade-in{animation:fade-in 1.2s cubic-bezier(.39,.575,.565,1) both}.fade-out{animation:fade-out 1s ease-out both}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}@keyframes fade-in-bottom{0%{transform:translateY(200px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slide-in-bottom{0%{transform:translateY(1000px);opacity:0}to{transform:translateY(0);opacity:1}}