/* Original brand images are displayed through cropped SVG viewports. */
.site-header .brand--official{display:inline-flex;align-items:center;gap:10px;flex:0 0 auto;line-height:0;text-decoration:none}
.site-header .brand--official svg{display:block;flex:none;max-width:none;overflow:hidden;mix-blend-mode:multiply}
.site-header .brand--official .official-brand-symbol{width:44px;height:44px}
.site-header .brand--official .official-brand-wordmark{width:128px;height:48px}
@media(max-width:860px){
 .site-header .brand--official{gap:8px}
 .site-header .brand--official .official-brand-symbol{width:36px;height:36px}
 .site-header .brand--official .official-brand-wordmark{width:112px;height:42px}
}
@media(max-width:600px){
 .site-header .brand--official .official-brand-symbol{width:34px;height:34px}
 .site-header .brand--official .official-brand-wordmark{width:104px;height:39px}
 .site-header .wrap.header-inner{gap:12px}
 .site-header .wrap.header-inner .nav{max-width:160px}
}
@media(max-width:380px){
 .site-header .brand--official{gap:6px}
 .site-header .brand--official .official-brand-symbol{width:30px;height:30px}
 .site-header .brand--official .official-brand-wordmark{width:88px;height:33px}
 .design-v2 .site-header .header-cta>span{display:none}
 .site-header .wrap.header-inner .nav{max-width:145px}
}
