.language-switch{width:7.733rem;height:2.4rem;gap:.2rem;padding:.2rem;border:.1rem solid #f3f4f6;border-radius:10rem;background:var(--colorWhite);box-shadow:0 0 .3rem rgba(0,0,0,.25)}.language-switch,.language-switch .language-switch__option{box-sizing:border-box;display:flex;align-items:center;justify-content:center}.language-switch .language-switch__option{min-width:0;height:2rem;flex:1 1 0;padding:0 .4rem;border:0;border-radius:2.3rem;background:rgba(0,0,0,0);cursor:pointer}.language-switch .language-switch__option:focus-visible{outline:.1rem solid var(--colorPrimaryDark);outline-offset:.1rem}.language-switch .language-switch__option.is-active{background:var(--colorPrimaryDark)}.language-switch .language-switch__label.ant-typography{margin:0;color:#9ca3af;font-size:1.4rem;font-weight:600;white-space:nowrap}.language-switch .language-switch__option.is-active .language-switch__label.ant-typography{color:var(--colorWhite)}