.animat-explore{animation:animat-explore 2s infinite}@keyframes animat-explore{0%,to{transform:translateX(-15%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:translateX(0);animation-timing-function:cubic-bezier(0,0,.2,1)}}