@keyframes grow-border{0%{width:0}to{width:100%}}.border-animate{overflow:hidden;position:relative}.border-animate:after{animation:grow-border .4s ease-out forwards;border-bottom:1px solid #97a9b0;bottom:0;content:"";height:100%;left:0;position:absolute;width:0}
