.cta-button{position:relative;overflow:hidden;transition:background-color .3s ease}.cta-button:hover{transform:none;box-shadow:none}.cta-button:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.3),transparent);transform:rotate(45deg);animation:shimmer-init .01s linear forwards}.cta-button:hover:before{animation:shimmer-in 1s linear infinite}.dark .cta-button:before{background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.4),transparent)}.button:active:not(:disabled),.button:hover:not(:disabled),[class*=button-]:active:not(:disabled),[class*=button-]:hover:not(:disabled),button:active:not(:disabled),button:hover:not(:disabled){transform:none!important}.hover-underline-animation{display:inline-block;position:relative;text-decoration:none}.hover-underline-animation:after{content:"";position:absolute;width:100%;height:1px;bottom:-1px;left:0;background-color:currentColor;transform-origin:left;transform:scaleX(0);transition:transform .3s ease-out}.hover-underline-animation:hover:after{transform:scaleX(1)}.hover-underline-animation[data-has-descenders=true]:after{bottom:-3px}