.footer-links{--footer-links-grid-count:2;--footer-links-grid-gap:clamp(1rem,5vw,10rem);align-items:flex-start;display:flex;flex-flow:row wrap;gap:var(--footer-links-grid-gap);justify-content:center}@media (min-width:1000px){.footer-links{--footer-links-grid-count:4}}.footer-link{width:calc(100%/var(--footer-links-grid-count) - var(--footer-links-grid-gap) + var(--footer-links-grid-gap)/var(--footer-links-grid-count))}.js .footer-links[data-mh-animation]{will-change:auto!important}.js .footer-links[data-mh-animation] .footer-link{opacity:0}.footer-links.animated .footer-link{animation:var(--tig-animation) 1s cubic-bezier(.46,.52,.09,1.01) forwards;animation-delay:calc(var(--tig-animation-delay))}.footer-link__title{align-items:center;color:var(--color-secondary);display:flex;gap:1rem;position:relative}.footer-link:hover .footer-link__title{text-decoration:underline}.footer-link__title:after{border:solid;border-width:3px 3px 0 0;content:"";height:1rem;transform:rotate(45deg);width:1rem}.footer-link:hover .footer-link__title:after{animation:bounceRight 1s ease-in-out infinite;animation-fill-mode:both}.footer-link__desc{color:rgb(var(--color-foreground));display:block;line-height:1.3;margin-top:1.5rem}@keyframes bounceRight{0%{transform:translateX(0) rotate(45deg)}40%{transform:translateX(4px) rotate(45deg)}90%{transform:translateX(-1px) rotate(45deg)}to{transform:translateX(0) rotate(45deg)}}