.bt-header{background:transparent;border:0;border-radius:0;color:var(--bt-text);width:100%}.bt-header,.bt-header *{box-sizing:border-box}.bt-header--sticky{background:var(--bt-sticky-bg,transparent);position:sticky;top:0;z-index:9999}.bt-header__inner{gap:var(--bt-gap);justify-content:space-between;margin:0 auto;max-width:var(--bt-maxw);padding:var(--bt-pad-y) var(--bt-pad-x);width:100%}.bt-header__brand,.bt-header__inner{align-items:center;display:flex}.bt-header__brand-link{align-items:center;display:inline-flex}.bt-header__logo{display:block;height:auto;max-width:100%;width:auto}.bt-header a{color:var(--bt-link)}.bt-header__link{text-decoration:none;white-space:nowrap}.bt-header__link[aria-current=true]{font-weight:700;text-decoration:underline}.bt-header__toggle{align-items:center;background:transparent;border:0;box-shadow:none;color:var(--bt-text);cursor:pointer;display:none;gap:10px;padding:6px 0}.bt-header__toggle-icon{display:inline-flex}.bt-icon{color:var(--bt-icon)}.bt-header__toggle[aria-expanded=true] .bt-icon--open,.bt-icon--close{display:none}.bt-header__toggle[aria-expanded=true] .bt-icon--close{display:inline}.bt-header__list{align-items:center;display:flex;gap:18px;list-style:none;margin:0;padding:0}@media (max-width:767px){.bt-header__toggle{display:inline-flex}.bt-header__nav{position:relative}.bt-header__list{background:var(--bt-panel-bg);border-radius:12px;display:none;flex-direction:column;gap:10px;min-width:min(320px,calc(100vw - var(--bt-pad-x)*2));padding:14px;position:absolute;right:0;top:calc(100% + 8px);z-index:99999}.bt-header__nav.is-open .bt-header__list{display:flex}.bt-header__link{display:block;padding:8px}}