.fade-in{animation-duration:.8s;animation-fill-mode:both;animation-name:fadeIn}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.scale-up-ver-bottom{animation:scale-up-ver-bottom .3s cubic-bezier(.39,.575,.565,1) both}@keyframes scale-up-ver-bottom{0%{transform:scaleY(.4);transform-origin:0 100%}to{transform:scaleY(1);transform-origin:0 100%}}.scale-up-center{animation:scale-up-center .4s cubic-bezier(.39,.575,.565,1) both}@keyframes scale-up-center{0%{transform:scale(.5)}to{transform:scale(1)}}