.footer-top { position: relative; }
body .footer .explore-america { position: absolute; left: 50%; top: calc(50% - 9px); transform: translate(-50%, -50%); width: clamp(260px, 32vw, 500px); height: 76px; display: flex; align-items: center; justify-content: center; border: 0; background: none; padding: 0; box-shadow: none; z-index: 0; }
.explore-america img { display: block; width: 100%; height: auto; filter: brightness(0) invert(1); opacity: .22; transition: opacity .2s; }
html[lang="en"] .explore-america img { width: 84%; }
.explore-america:hover img { opacity: .3; }
.explore-america:focus-visible { outline: 2px solid #8a9eb8; outline-offset: 3px; border-radius: 10px; }
@media (max-width: 1100px) and (min-width: 761px) { body .footer .explore-america { width: 250px; } }
@media (max-width: 760px) {
 body .footer .footer-top { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
 body .footer .explore-america { position: relative; left: auto; top: auto; transform: none; width: min(280px, 100%); height: 56px; align-self: center; margin: -4px 0; }
 body .footer .footer-top nav { width: 100%; }
 .explore-america img { opacity: .25; }
}
