.hero{position:relative;width:100%}.hero .hero__image>img{width:100%;margin:0 auto}.hero .hero__scroll .mouse{position:absolute;bottom:0;left:50%;width:30px;height:55px;-webkit-backface-visibility:hidden;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.hero .hero__scroll .mouse::after{background-color:#FFFFFF;border-radius:100%;content:"";position:absolute;top:10px;left:50%;margin-left:-2px;width:10px;height:10px;opacity:1;transform:translateY(0px) scaleY(1) scaleX(1) translateZ(0px);animation:scroll 1.5s -1s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite}@keyframes scroll{0%,20%{transform:translateY(0px) scaleY(1) scaleX(1) translateZ(0px)}10%{transform:translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);opacity:1}100%{transform:translateY(20px) scaleY(2.5) scaleX(0.5) translateZ(0px);opacity:0.01}}
