.animated{animation-fill-mode:both}@keyframes a{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:a}.move-to-left{animation:b .6s ease both}.move-from-left{animation:c .6s ease both}.move-to-right{animation:d .6s ease both}.move-from-right{animation:e .6s ease both}.move-to-top{animation:f .6s ease both}.move-from-top{animation:g .6s ease both}.move-to-bottom{animation:h .6s ease both}.move-from-bottom{animation:i .6s ease both}@keyframes b{to{transform:translateX(-100%)}}@keyframes c{0%{transform:translateX(-100%)}}@keyframes d{to{transform:translateX(100%)}}@keyframes e{0%{transform:translateX(100%)}}@keyframes f{to{transform:translateY(-100%)}}@keyframes g{0%{transform:translateY(-100%)}}@keyframes h{to{transform:translateY(100%)}}@keyframes i{0%{transform:translateY(100%)}}