.animateFast,.animateSlow{opacity:0;transition-delay:.6s;transition-property:opacity,transform}.scrollLeft,.scrollRight,.scrollUp{opacity:0;transition-duration:.5s;transition-property:opacity,transform}.animateFast{transition-duration:.8s}@media only screen and (max-width:767px){.animateFast{transform:translate(50px,-30px)}}@media only screen and (min-width:768px){.animateFast{transform:translate(150px,-130px)}}.animateSlow{transition-duration:2s}@media only screen and (max-width:767px){.animateSlow{transform:translate(50px,-30px)}}@media only screen and (min-width:768px){.animateSlow{transform:translate(150px,-130px)}}.fadeInUp{animation:fadeIn 1s ease 0s 1 normal forwards;opacity:0}@media only screen and (max-width:767px){.fadeInUp{transform:translateY(10px)}}@media only screen and (min-width:768px){.fadeInUp{transform:translateY(40px)}}.fadeInRight{animation:fadeIn 1s ease 0s 1 normal forwards;opacity:0}@media only screen and (max-width:767px){.fadeInRight{transform:translateX(10px)}}@media only screen and (min-width:768px){.fadeInRight{transform:translateX(40px)}}@media only screen and (max-width:767px){.scrollUp{transform:translateY(20px)}}@media only screen and (min-width:768px){.scrollUp{transform:translateY(40px)}}@media only screen and (max-width:767px){.scrollRight{transform:translateX(20px)}}@media only screen and (min-width:768px){.scrollRight{transform:translateX(40px)}}@media only screen and (max-width:767px){.scrollLeft{transform:translateX(-20px)}}@media only screen and (min-width:768px){.scrollLeft{transform:translateX(-40px)}}.isScroll{opacity:1!important;transform:translate(0)!important}@keyframes fadeIn{0%{opacity:0}to{opacity:1;transform:translate(0)}}