.langBoxModule{align-items:center;background-color:var(--color-highlight);border-radius:8px;box-sizing:border-box;color:var(--color-combination-2);display:flex;flex-wrap:wrap;margin-bottom:10px;padding:16px 42px 16px 16px;position:relative;row-gap:4px;user-select:none}.langBoxModule__flag{border-radius:2px;box-shadow:0 2px 4px 0 rgba(0,0,0,.15);grid-area:flag;margin-right:8px;width:20px}.langBoxModule__title{font-weight:700;grid-area:title;margin-right:1ex}.langBoxModule__description{grid-area:description;white-space:nowrap}.langBoxModule__description a{color:var(--color-combination-2);font-weight:700;text-decoration:underline}.langBoxModule__description a:hover{text-decoration:none}.langBoxModule__close{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 11.405 5.405 6 0 .595.594 0 6 5.405 11.406 0 12 .595 6.595 6 12 11.405l-.594.595L6 6.595.594 12z' fill='%23999'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;cursor:pointer;height:25px;position:absolute;right:10px;width:25px}.langBoxModule__close:hover{opacity:.6}.langBoxModule--mobile{border-radius:0;box-shadow:0 2px 4px 0 rgba(0,0,0,.25);display:grid;gap:8px;grid-template:" title title " max-content " flag description " max-content/max-content 1fr;position:fixed;top:0;transform:translateY(var(--translate-y,0));transition:transform .35s;width:100%;z-index:var(--zIndex-langBoxModule)}.langBoxModule--mobile .langBoxModule__close{top:10px}.langBoxModule--mobile .langBoxModule__description{white-space:normal}.langBoxModule--mobile .langBoxModule__flag,.langBoxModule--mobile .langBoxModule__title{margin-right:0}.responsive .langBoxModule--mobile~.boxOverContent--a.isSticky{position:static}.langBoxModule--mobile:not(.langBoxModule--mobileVisible){--translate-y:-100%}