.route-animation{position:relative;display:inline-block;overflow:hidden;padding-top:.2em;padding-bottom:.2em}.route-animation:after,.route-animation:before{content:"";position:absolute;width:0;height:1px;background:#f5f1e1;transition:width .4s ease-in-out}.route-animation:before{top:0;right:0;transform-origin:0 100%}.route-animation:after{bottom:0;left:0;transform-origin:100% 100%}.route-animation:hover:after,.route-animation:hover:before{width:100%}.route-animation:active:after,.route-animation:active:before{transition:none;width:100%}.route-selected:after,.route-selected:before{width:100%}