.fadeIn{opacity:0;animation:fadeIn .8s ease-out 2s forwards}.fadeInUp{opacity:0;animation:fadeInUp .6s ease-out .2s forwards}.scaleIn{opacity:0;animation:scaleIn .5s ease-out 2s forwards}.titleFirst{opacity:0;animation:fadeInUp .6s ease-out .2s forwards}.titleSecond{opacity:0;animation:fadeInUp .6s ease-out 1.3s forwards}.scaleIn:hover{transform:scale(1.05);transition:transform .2s ease}.scaleIn:active{transform:scale(.95);transition:transform .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.slider{height:auto;width:100%;margin:auto;overflow:hidden}.slider .slide-track{animation:scroll 30s linear infinite;-webkit-animation:scroll 30s linear infinite;width:calc(300px * 22)}.slider .slide{width:250px}@keyframes scroll{0%{transform:translateX(0);-webkit-transform:translateX(0)}to{transform:translateX(calc(-250px * 3));-webkit-transform:translateX(calc(-250px * 3))}}