/*
Generated time: November 17, 2025 13:59
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.gold-animated-link{position:relative;text-align:center;color:#fff;transition:color .3s ease;cursor:pointer}.gold-animated-link::before{content:attr(data-text);position:absolute;left:0;top:0;width:100%;height:100%;background:linear-gradient(270.21deg,#df8c85 0,#d07d74 20%,#e09b92 28%,#f1bab1 37%,#fbcdc4 45%,#ffd4cb 50%,#ffb5ac 64%,#d07d74 80%,#f9a89f 90%,#df8c85 100%);background-size:200% auto;background-clip:text;-webkit-background-clip:text;text-fill-color:transparent;-webkit-text-fill-color:transparent;-webkit-animation:shine 5s linear infinite;animation:shine 5s linear infinite;opacity:0;transition:opacity .3s ease;pointer-events:none}.gold-animated-link:hover{color:transparent}.gold-animated-link:hover::before{opacity:1}@-webkit-keyframes shine{to{background-position:200% center}}@keyframes shine{to{background-position:200% center}}