/* Quiet text navigation, shared by the three page layouts. */
.language-switch{display:flex;align-items:center;justify-content:center;gap:6px;flex:none;font-family:Simplon,Arial,sans-serif;font-size:12px;line-height:1;letter-spacing:.04em;font-weight:400}
.language-switch a{display:inline-flex;align-items:center;justify-content:center;min-width:32px;min-height:44px;color:inherit;text-decoration:none;text-underline-offset:4px;text-decoration-thickness:1px}
.language-switch a[aria-current="true"]{text-decoration:underline}
.language-switch a:not([aria-current]){opacity:.6}
.language-switch a:hover,.language-switch a:focus-visible{opacity:1;text-decoration:underline}
.language-switch a:focus-visible{outline:1px solid currentColor;outline-offset:2px}
.site-header>.language-switch{position:absolute;top:var(--nav-top);right:calc(var(--nav-gutter) + max(var(--nav-cta-width),108px) + 80px + 2 * var(--nav-spacing));color:#fff;pointer-events:auto;background:none;border:0;box-shadow:none}
.chain-topbar>.language-switch{margin-left:auto;margin-right:26px}
html[lang="en"] .feature-caption h2{text-wrap:balance}
@media(max-width:559px){
 .site-header>.language-switch{right:var(--nav-gutter);top:calc(var(--nav-top) - 3px)}
}
@media(max-width:767px){.chain-topbar>.language-switch{margin-right:18px;font-size:12px}}
@media print{.language-switch{display:none}}
