.animated-anchor{position:relative;width:-moz-fit-content;width:fit-content;white-space:nowrap}.animated-anchor .moving{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;pointer-events:none}.animated-anchor .moving:after,.animated-anchor .moving:before{content:"";position:absolute;bottom:1px;left:0;width:100%;height:1px;background:currentColor;will-change:transform}.animated-anchor .moving:before{transition:transform 1s cubic-bezier(.19,1,.22,1) .1s}.animated-anchor .moving:after{transform:translate3d(-102%,0,0);transition:transform 1s cubic-bezier(.19,1,.22,1)}.animated-anchor:hover .moving:before{transform:translate3d(102%,0,0);transition:transform 1s cubic-bezier(.19,1,.22,1)}.animated-anchor:hover .moving:after{transform:translateZ(0);transition:transform 1s cubic-bezier(.19,1,.22,1) .1s}