.footer__language-switcher{height:45px;width:fit-content}.footer__language-switcher:hover .footer__language-switcher_current .footer__language-switche_icon{background-color:#fff!important}.footer__language-switcher .footer__language-switcher_current .footer__language-switche_icon{background-color:var(--color-primary-1)!important;display:inline-block;height:20px;mask-position:center center;mask-repeat:no-repeat;mask-size:contain;width:20px}.footer__language-switcher:hover .footer__language-switcher_current{background-color:var(--color-primary-1);color:#fff;position:relative;transform:scale(1);z-index:2}.footer__language-switcher_current{align-items:center;display:flex;gap:.75rem;padding:.4rem .75rem;width:fit-content}.footer__language-switcher_current i.fa-chevron-down{font-size:.75rem}.footer__language-switcher_list{position:relative;width:100%;z-index:1}.footer__language-switcher_list ul{background-color:#fff;border:1px solid var(--color-primary-2);border-radius:12px;list-style:none;opacity:0;overflow:hidden;padding:0;position:relative;top:-10px;transition:.5s ease-in-out;width:100%}.footer__language-switcher:hover .footer__language-switcher_list ul{opacity:1;top:0}.footer__language-switcher_list li a{display:block;padding:.4rem .75rem}.footer__language-switcher_list ul li:first-child a{padding-top:.8rem}.footer__language-switcher_list ul li:last-child a{padding-bottom:.8rem}.footer__language-switcher_list a{color:var(--color-neutral-700)}.footer__language-switcher_list li a:hover{background:var(--color-neutral-200);color:var(--color-primary-1)}@media (max-width:857px){.header__language-switcher.header--element{position:absolute;right:80px;top:-60px}}