.language-popup{background-color:rgba(0,0,0,.4);display:none;height:100%;left:0;position:fixed;top:0;width:100%;z-index:102}.language-popup.active{align-items:center;display:flex;justify-content:center}.language-popup__container{background-color:var(--white);padding:64px 0;width:min(94%,800px)}.language-popup__container svg{display:block;margin:0 auto 64px}.language-popup__container img{height:auto;object-fit:cover;width:100%}.language-popup__content{margin-top:40px}.language-popup__header{display:none;margin-bottom:24px;text-align:center}.language-popup__header.active{display:block}.language-popup__selection{display:flex;flex-wrap:wrap;gap:24px;justify-content:center}.language-popup__selection a{align-items:center;border:1px solid var(--blue-3);border-radius:4px;display:flex;gap:12px;justify-content:center;min-width:180px;padding:20px 28px;transition:background-color .3s ease-in-out}.language-popup__selection a img{width:auto}@media screen and (min-width:678px){.language-popup__selection a{padding:40px 57px}}.language-popup__selection img,.language-popup__selection p{pointer-events:none}.language-popup__selection a:hover{background-color:var(--blue-4-background)}.language-popup__selection a p{color:var(--black)}