.langBoxModule{display:flex;flex-wrap:wrap;background-color:#ffe193;padding:16px 42px 16px 10px;color:#656565;align-items:center;user-select:none;position:relative;box-sizing:border-box;margin-bottom:10px}.langBoxModule__flag{grid-area:flag;margin-right:8px;width:16px;box-shadow:0 2px 4px 0 rgba(0,0,0,.15)}.langBoxModule__title{grid-area:title;font-weight:700;margin-right:8px}.langBoxModule__description{grid-area:description;white-space:nowrap}.langBoxModule__description a{color:#e02020;text-decoration:underline}.langBoxModule__description a:hover{text-decoration:none}.langBoxModule__close{position:absolute;background-image:url(/res/_fs/build/x-icon.edc7591.svg);width:25px;height:25px;right:10px;opacity:.3;cursor:pointer}.langBoxModule__close:hover{opacity:.5}.responsive .langBoxModule--mobile{display:grid;grid-gap:8px;position:fixed;width:100%;top:0;z-index:var(--zIndex-langBoxModule);box-shadow:0 2px 4px 0 rgba(0,0,0,.25);transform:translateY(var(--translate-y,0));transition:transform .35s;grid-template:" title title " max-content " flag description " max-content/max-content 1fr}.responsive .langBoxModule--mobile__close{top:10px}.responsive .langBoxModule--mobile .langBoxModule__flag,.responsive .langBoxModule--mobile .langBoxModule__title{margin-right:0}.responsive .langBoxModule--mobile~.boxOverContent--a.isSticky{position:static}.responsive .langBoxModule--mobile:not(.langBoxModule--mobileVisible){--translate-y:-70px}