.nav__language-switcher{position:relative}.nav__language-switcher img{height:18px;object-fit:cover;width:18px}.nav__language-switcher-options{left:50%;margin:0;min-width:max-content;opacity:0;position:absolute;transform:translateX(-50%);transition:.4s ease;visibility:hidden;width:100%}.nav__language-switcher:hover .nav__language-switcher-options{opacity:1;visibility:visible}.nav__language-switcher-options li:before{display:none}body .nav .nav__language-switcher .nav__language-switcher-options li{margin-bottom:0;padding-left:0}.nav__language-switcher-options a{align-items:center;background-color:var(--new-dawn);border:1px solid var(--new-dawn-dark);display:flex;gap:12px;padding:10px 20px;text-decoration:none;transition:.4s ease;width:100%}.nav__language-switcher-options a:hover{background-color:var(--new-dawn-dark)}.nav__language-switcher-options a span{color:var(--honest-navy);font-size:15px;font-weight:700;line-height:18px}.nav__language-switcher--active button{align-items:center;background:transparent;border:none;display:flex;gap:12px;padding:20px}@media only screen and (max-width:1199px){.nav__language-switcher--active button{gap:24px;justify-content:space-between;padding:20px 0;width:100%}.nav__language-switcher img{height:24px;width:24px}.nav__language-switcher--active button svg path{fill:#fff}.nav__language-switcher--active button svg{transition:.4s ease}.nav__language-switcher-options{display:none;left:auto;max-width:fit-content;opacity:1;position:relative;transform:none;visibility:visible}.nav__language-switcher-options a{background-color:#2f23d5;border-color:#2f23d5;padding:20px 30px}.nav__language-switcher-options a span{color:#fff}.nav__language-switcher--active button.open svg{transform:rotate(90deg)}.nav__language-switcher{padding-bottom:20px}}@media only screen and (max-width:575px){.nav__language-switcher-options{max-width:100%}.nav__language-switcher{padding-bottom:15px}}