/* Scoped to the isolated information pages. Main website CSS is not edited. */
.brand .brandLogo{display:block;width:40px;height:40px;object-fit:contain;border-radius:0;background:none;box-shadow:none}
.infoLanguages{display:flex;gap:12px}
.infoNav a[aria-current]{color:var(--blue)}
.infoNav>nav{flex-wrap:wrap}
@media(max-width:820px){.infoNav{height:auto;min-height:82px;flex-wrap:wrap;gap:18px;padding-top:20px;padding-bottom:20px}.infoNav>nav{gap:18px}.infoNav>nav>a:not(.navCta){display:inline}.infoLanguages{gap:12px}}
@media(max-width:360px){.brand .brandLogo{width:34px;height:34px}.infoNav>nav{gap:14px}}
