.lang-select{position:relative;display:inline-block;z-index:20}.lang-select *,.lang-select ::after,.lang-select ::before{border-width:1px!important}.lang-select button{font-family:inherit;text-align:left;border:1px solid #CAD5E2;border-radius:9999px;background-color:#fff;color:#484747;z-index:40!important;-webkit-user-select:none;-ms-user-select:none;user-select:none;outline:transparent solid 3px;outline-offset:-3px;box-shadow:none;padding:11px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;margin:0}.lang-select button:hover{background-color:#F1F5F9}.lang-select button:focus{outline-color:#8EC5FF!important;outline-offset:0}.lang-select button[aria-expanded=true]{z-index:20!important}.lang-select button img{height:20px;margin-right:4px}.lang-select .arrow{float:right;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg fill='%2362748E'%3E%3Cpath d='M11.2,19.6a1.036,1.036,0,0,0,1.6,0l9-12A1,1,0,0,0,21,6H3a1,1,0,0,0-.8,1.6Z' fill='%2362748E'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");display:inline;background-size:1em 1em;background-repeat:no-repeat;background-position:center center;background-origin:0 0;width:1em;height:1em;vertical-align:middle;margin-top:.125em;margin-left:9px}.lang-select ul{z-index:10!important;list-style:none;margin:0;padding:0;position:absolute;background-color:#fff;overflow:visible;overflow:hidden;left:0;right:0;top:100%;height:auto;display:none;gap:0}.lang-select ul li{margin:0;z-index:1;height:auto;font-size:13px;display:-ms-flexbox;display:flex;cursor:pointer}.lang-select ul li a{text-decoration:none;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex:1;flex:1;padding:2px 11px;color:#484747;white-space:nowrap}.lang-select ul li a img{width:25px;margin-right:5px}.lang-select ul li:hover{background-color:#F1F5F9}.lang-select ul li:focus{background-color:#E2E8F0;outline-color:#8EC5FF!important;outline-offset:1px!important;z-index:30!important}.lang-select ul li:active{background-color:#BEDBFF}.lang-select ul li[aria-selected=true]{background-color:#2B7FFF;color:#fff}.lang-select.open ul{min-width:130px;display:block;box-shadow:0 0 8px #ddd;background-color:#fff;transform:translate3d(0,0,0)}#page.rtl .lang-select ul li a{-ms-flex-direction:row-reverse;flex-direction:row-reverse}#page.rtl .lang-select .arrow{margin-left:0!important;margin-right:9px}#page.rtl .lang-select button img{margin-right:0;margin-left:4px}html.supports-dark-mode.theme-dark #langSelectButton,html.supports-dark-mode.theme-dark #langSelectList{background-color:#a2a2a2}html.supports-dark-mode.theme-dark #langSelectButton a,html.supports-dark-mode.theme-dark #langSelectList a{color:#000!important}