.scroll-hint{position:absolute;width:4rem;height:4.5rem;left:50%;transform:translateX(-50%);bottom:1rem;cursor:pointer}.scroll-hint__arrows{width:4rem;height:4.5rem;position:relative}.scroll-hint__arrows path{stroke:#fff;fill:rgba(0,0,0,0);stroke-width:1px;animation:hint-arrow 2s infinite}.scroll-hint__arrows path.a1{animation-delay:-750ms}.scroll-hint__arrows path.a2{animation-delay:-625ms}.scroll-hint__arrows path.a3{animation-delay:-500ms}@keyframes hint-arrow{0%,50%{stroke:rgba(255,255,255,.85)}75%,100%{stroke:rgba(0,0,0,0)}}