.animate{opacity:0;transition:all .86s ease}.animate.active{opacity:1}.animate-scale{transform:scale(.9)}.animate-scale.active{transform:scale(1)}.animate-invert.active{filter:invert(100%)}.animate-start{transform:translateX(-80px)}.animate-end{transform:translateX(80px)}.animate-top{transform:translateY(-80px)}.animate-bottom{transform:translateY(80px)}.animate-start.active,.animate-end.active{transform:translateX(0)}.animate-top.active,.animate-bottom.active{transform:translateY(0)}.animate-rotate{animation:rotar 8s linear infinite}@keyframes rotar{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.fadeInRight{animation-name:fadeInRight;animation-duration:.56s;animation-timing-function:cubic-bezier(.74,0,.24,.99);animation-fill-mode:forwards;animation-delay:.15s}.fadeInLeft{animation-name:fadeInLeft;animation-duration:.56s;animation-timing-function:cubic-bezier(.74,0,.24,.99);animation-fill-mode:forwards;animation-delay:.15s}@keyframes fadeInRight{from{opacity:0;transform:translateX(-75px)}to{opacity:1;transform:none}}@keyframes fadeInLeft{from{opacity:0;transform:translateX(75px)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp;animation-duration:.56s;animation-timing-function:cubic-bezier(.74,0,.24,.99);animation-fill-mode:forwards;animation-delay:.15s}.fadeInDown{animation-name:fadeInDown;animation-duration:.56s;animation-timing-function:cubic-bezier(.74,0,.24,.99);animation-fill-mode:forwards;animation-delay:.15s}@keyframes fadeInUp{from{opacity:0;transform:translateY(150px)}to{opacity:1;transform:none}}@keyframes fadeInDown{from{opacity:0;transform:translateY(-150px)}to{opacity:1;transform:none}}.pop{animation-name:pop;animation-duration:.56s;animation-timing-function:cubic-bezier(.74,0,.24,.99);animation-fill-mode:forwards;animation-delay:.15s}@keyframes pop{from{opacity:0;transform:scale(1.3)}to{opacity:1;transform:none}}