html.lang-pending body,html[data-raqid-lang="en"]:not(.i18n-ready) body{visibility:hidden}
.lang-switch{display:inline-flex;align-items:center;height:36px;padding:2px;border:1px solid var(--line,#e5e5e5);border-radius:var(--r-btn,8px);background:rgba(255,255,255,.8);flex:0 0 auto}
.lang-switch button{width:31px;height:30px;border:0;border-radius:6px;background:transparent;color:var(--ink-4,#737373);font:600 10px/1 var(--font,Inter,sans-serif);letter-spacing:.045em;cursor:pointer;transition:background .16s,color .16s,box-shadow .16s}
.lang-switch button:hover{color:var(--ink,#0a0a0a)}
.lang-switch button.active{background:var(--n100,#f5f5f5);color:var(--ink,#0a0a0a);box-shadow:0 1px 2px rgba(10,10,10,.06)}
.lang-switch button:focus-visible{outline:2px solid var(--ink,#0a0a0a);outline-offset:2px}
.lang-mobile-row{display:none}
@media(max-width:1023px){
  .lang-switch-desktop{display:none}
  .lang-mobile-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:0 0 14px;margin-bottom:6px;border-bottom:1px solid var(--line,#e5e5e5)}
  .lang-mobile-label{font-size:12px;font-weight:600;color:var(--ink-4,#737373)}
  .lang-switch-mobile{height:34px}.lang-switch-mobile button{width:29px;height:28px;font-size:9px}
}
@media(max-width:600px){.ncta{gap:5px!important}}
