.arrow-wrapper{align-items:center;display:flex;justify-content:center}.arrow{cursor:pointer}.arrow span{animation:animate 2s infinite;border-bottom:5px solid red;border-right:5px solid red;display:block;height:1.5vw;margin:-10px;transform:rotate(45deg);width:1.5vw}.arrow span:nth-child(2){animation-delay:-.2s}.arrow span:nth-child(3){animation-delay:-.4s}@keyframes animate{0%{opacity:0;transform:rotate(45deg) translate(-20px,-20px)}50%{opacity:1}to{opacity:0;transform:rotate(45deg) translate(20px,20px)}}