.btn-link-animato{color:#fff;cursor:pointer;border-radius:0;width:fit-content;margin-top:10px;padding-bottom:5px;font-family:ltc-goudy-oldstyle-pro;font-size:1.2rem;text-decoration:none;display:inline-block;position:relative;overflow:hidden}.btn-link-animato:after{content:"";background-color:#fff;width:100%;height:1px;position:absolute;bottom:0;left:0;transform:translate(0)}.btn-link-animato:hover:after{animation:.6s cubic-bezier(.65,.05,.36,1) forwards slide-through}@keyframes slide-through{0%{transform:translate(0)}49%{transform:translate(101%)}50%{transform:translate(-101%)}to{transform:translate(0)}}
