.footer > a:not(.tn-atom) {
    text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .2s;
    padding-bottom: 2px;
}

a:hover, a:focus {
    background-size: 100% 1px;
    cursor: url("https://thumb.tildacdn.com/tild6163-3333-4832-a133-613739316439/-/format/webp/Layer_4_copy_7.png"), auto;
}

button.t-submit:hover {
  background-color: rgba(225, 185, 106, 0.7) !important; 
}