.lang-select{position:relative;vertical-align:middle;white-space:nowrap;display:flex}.lang-select__button{padding:0;border:none;font-weight:inherit;align-items:center;background:none;cursor:pointer;font-family:inherit;display:flex}.lang-select__label{font-size:.82rem;display:block}.lang-select--short-label .lang-select__label{text-transform:uppercase}.lang-select__icon{margin-inline-start:4px;display:flex}.lang-select--no-label .lang-select__icon{margin-inline-start:0}.lang-select__icon svg{height:1.09rem;fill:currentColor;width:1.09rem}.lang-select__arrow{margin-inline-start:.11rem;display:flex}.lang-select__arrow svg{height:.67rem;width:.67rem}.lang-select__nav{padding:.73rem 1.11rem;font-size:.82rem;right:-1.11rem;position:absolute;text-align:left;top:100%;box-shadow:0 8px 16px rgba(34,35,38,.05),0 4px 8px rgba(34,35,38,.05);border-radius:0;display:none;z-index:2}.lang-select--active .lang-select__nav{animation:uiPop .2s ease-in-out forwards;display:block}.lang-select__nav ul{list-style:none;padding:0;margin:0}.lang-select__nav a{padding:.1rem 0;color:inherit;display:block}.lang-select__nav a,.lang-select__nav a:hover{text-decoration:none}.lang-select__nav li:first-child a{pointer-events:none;cursor:default}.lang-select--light .lang-select__button{color:#222326}.lang-select--light .lang-select__nav{color:#222326;background:#fff}.lang-select--light .lang-select__nav a:hover,.lang-select--light .lang-select__nav li:first-child a{color:#000}.lang-select--dark .lang-select__button{color:#fff}.lang-select--dark .lang-select__nav{color:#fff;background:#222326}.lang-select--dark .lang-select__nav a:hover,.lang-select--dark .lang-select__nav li:first-child a{color:hsla(0,0%,100%,.8)}