/* One public shell: shared widths, gutters, logo scale and header offset. */
:root {
  --bt-site-width: 1440px;
  --bt-site-gutter: 32px;
  --bt-site-header-height: 72px;
  --bt-site-logo-width: 210px;
  --bt-site-ink: #030a12;
  --bt-site-green: #42d995;
  --bt-site-line: #20303e;
  --bt-site-muted: #b2bfcc;
  scroll-padding-top: calc(var(--bt-site-header-height) + 18px);
}
html body#btSiteBody.pad-top { padding-top: var(--bt-site-header-height) !important; }
#luxNav.bt-site-header *, #btSiteFooter * { box-sizing: border-box; }

html body#btSiteBody header#luxNav.bt-site-header,
html body#btSiteBody header#luxNav.bt-site-header.scrolled {
  position: fixed !important;
  inset: 0 0 auto !important;
  z-index: 1000 !important;
  width: 100% !important;
  height: var(--bt-site-header-height) !important;
  min-height: var(--bt-site-header-height) !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid var(--bt-site-line) !important;
  border-radius: 0 !important;
  background: var(--bt-site-ink) !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  transform: none !important;
  overflow: visible !important;
}
#luxNav.bt-site-header::before, #luxNav.bt-site-header::after { display: none !important; content: none !important; }
#luxNav #btSiteHeaderInner,
#btSiteFooter .bt-footer-wrap,
#btSiteFooter .bt-footer-trust,
#btSiteFooter .bt-footer-bottom {
  width: min(var(--bt-site-width), calc(100% - 2 * var(--bt-site-gutter))) !important;
  max-width: var(--bt-site-width) !important;
  margin-inline: auto !important;
}
#luxNav #btSiteHeaderInner {
  display: grid !important;
  grid-template-columns: 230px minmax(0, 1fr) 230px !important;
  align-items: center !important;
  gap: 22px !important;
  height: var(--bt-site-header-height) !important;
  min-height: var(--bt-site-header-height) !important;
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
  box-shadow: none !important;
  font-family: Manrope, Arial, sans-serif;
}
#luxNav #btSiteHeaderInner .bt-site-brand { display: flex; align-items: center; width: var(--bt-site-logo-width); min-width: 0; padding: 0; background: none; border: 0; box-shadow: none; }
#luxNav #btSiteHeaderInner .bt-site-brand img,
#btSiteFooter .bt-footer-logo {
  display: block !important;
  width: var(--bt-site-logo-width) !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: contain !important;
  background: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  filter: none !important;
  transform: none !important;
}
#luxNav #btSiteHeaderInner .bt-site-nav { display: block; min-width: 0; }
#luxNav #btSiteHeaderInner .bt-site-nav-list { display: flex; justify-content: center; align-items: center; gap: 27px; margin: 0; padding: 0; list-style: none; }
#luxNav #btSiteHeaderInner .bt-site-nav-list li { margin: 0; padding: 0; list-style: none; }
#luxNav #btSiteHeaderInner .bt-site-nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: var(--bt-site-header-height);
  padding: 0;
  color: #dce4eb;
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font: 600 14px/1.4 Manrope, Arial, sans-serif;
  text-decoration: none;
  white-space: nowrap;
}
#luxNav #btSiteHeaderInner .bt-site-nav-link:hover,
#luxNav #btSiteHeaderInner .bt-site-nav-link.is-active { color: var(--bt-site-green); }
#luxNav #btSiteHeaderInner .bt-site-nav-link.is-active::after { content: ''; position: absolute; inset: auto 0 13px; height: 2px; background: var(--bt-site-green); }
#luxNav #btSiteHeaderInner .bt-site-actions { display: flex; align-items: center; justify-content: flex-end; gap: 9px; min-width: 0; }
#luxNav #btSiteHeaderInner .auth-actions { display: flex !important; align-items: center !important; gap: 0 !important; margin: 0 !important; padding: 0 !important; border: 0 !important; }
#luxNav #btSiteHeaderInner .auth-actions::before,
#luxNav #btSiteHeaderInner .auth-actions::after { content: none !important; display: none !important; }
#luxNav #btSiteHeaderInner .bt-site-login,
#luxNav #btSiteHeaderInner .bt-site-menu-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  height: 44px;
  min-height: 44px;
  margin: 0;
  padding: 0 19px;
  color: #052419 !important;
  background: var(--bt-site-green) !important;
  border: 1px solid var(--bt-site-green) !important;
  border-radius: 8px;
  box-shadow: none !important;
  font: 700 13px/1.3 Manrope, Arial, sans-serif;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
  transform: none !important;
  cursor: pointer;
  -webkit-text-fill-color: currentColor !important;
}
#luxNav #btSiteHeaderInner .bt-site-login:hover { background: #76e7af !important; border-color: #76e7af !important; }
#luxNav #btSiteHeaderInner :is(.bt-site-login, .bt-site-menu-button) svg { width: 18px !important; height: 18px !important; fill: none !important; color: inherit !important; stroke: currentColor !important; filter: none !important; }
#luxNav #btSiteHeaderInner :is(.bt-site-login, .bt-site-menu-button) svg * { color: inherit !important; fill: none !important; stroke: currentColor !important; }
#luxNav #btSiteHeaderInner .bt-site-menu-button { display: none; width: 44px; padding: 0; color: #edf3f7 !important; background: #0d1824 !important; border-color: #2a3b49 !important; }
#luxNav #btSiteHeaderInner :is(a, button):focus-visible,
#btSiteFooter :is(a, button):focus-visible { outline: 2px solid var(--bt-site-green); outline-offset: 4px; }

/* The mobile navigation belongs to the same solid, emerald shell. */
body#btSiteBody #sideUi { background: var(--bt-site-ink) !important; border-color: var(--bt-site-line) !important; box-shadow: none !important; backdrop-filter: none !important; -webkit-backdrop-filter: none !important; }
body#btSiteBody #sideUi .bt-drawer-logo { width: var(--bt-site-logo-width) !important; max-width: calc(100% - 56px) !important; height: auto !important; filter: none !important; }
body#btSiteBody #sideUi .bt2-drawer-intro { background: #0b1721 !important; border: 1px solid var(--bt-site-line) !important; border-radius: 8px !important; box-shadow: none !important; }
body#btSiteBody #sideUi .bt2-drawer-intro span { color: var(--bt-site-green) !important; }
body#btSiteBody #sideUi .bt2-drawer-intro p { color: var(--bt-site-muted) !important; }
body#btSiteBody #sideUi .bt2-drawer-list a { background: #0b1721 !important; border: 1px solid var(--bt-site-line) !important; border-radius: 8px !important; box-shadow: none !important; color: #e7eef4 !important; }
body#btSiteBody #sideUi .bt2-drawer-list a.is-active { background: #102b22 !important; border-color: #285a43 !important; color: var(--bt-site-green) !important; }
body#btSiteBody #sideUi .bt2-drawer-icon { color: var(--bt-site-green) !important; background: none !important; border: 0 !important; box-shadow: none !important; }
body#btSiteBody #sideUi .bt2-drawer-list a b { color: #81968b !important; }
body#btSiteBody #sideUi .btn-auth { background: var(--bt-site-green) !important; color: #052419 !important; border-color: var(--bt-site-green) !important; border-radius: 8px !important; box-shadow: none !important; }
body#btSiteBody #sideUi .btn-auth :is(svg, span) { color: inherit !important; }
body#btSiteBody #sideUi .bt2-drawer-close { background: #0d1824 !important; border-color: #2a3b49 !important; border-radius: 8px !important; box-shadow: none !important; color: #eef4f7 !important; }
body#btSiteBody #dimWall { background: #0009 !important; backdrop-filter: none !important; -webkit-backdrop-filter: none !important; }

/* Footer backgrounds span the screen; all content uses the header container. */
html body#btSiteBody footer#btSiteFooter {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 !important;
  padding: 58px 0 0 !important;
  color: var(--bt-site-muted);
  background: var(--bt-site-ink) !important;
  border: 0;
  border-top: 3px solid var(--bt-site-green);
  box-shadow: none;
  font: 400 14px/1.65 Manrope, Arial, sans-serif;
}
#btSiteFooter::before { content: ''; position: absolute; top: -3px; left: max(var(--bt-site-gutter), calc((100% - var(--bt-site-width)) / 2)); width: 96px; height: 3px; background: linear-gradient(90deg, #002b7f 0 33.333%, #fcd116 33.333% 66.666%, #ce1126 66.666%); }
#btSiteFooter .bt-footer-main { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, .8fr) minmax(0, 1fr) minmax(0, .8fr) minmax(0, 1.08fr); gap: clamp(24px, 2.5vw, 40px); align-items: start; margin: 0; padding: 0 0 44px; }
#btSiteFooter .bt-footer-main > *, #btSiteFooter .bt-footer-links nav { min-width: 0; }
#btSiteFooter .bt-footer-brand > p { max-width: 290px; margin: 21px 0 0; color: var(--bt-site-muted); font-size: 14px; line-height: 1.8; }
#btSiteFooter .bt-footer-availability { display: flex; align-items: center; gap: 12px; margin-top: 22px; padding-top: 19px; border-top: 1px solid var(--bt-site-line); }
#btSiteFooter .bt-footer-availability > i { width: 30px; flex: 0 0 30px; color: var(--bt-site-green); font-size: 27px; text-align: center; }
#btSiteFooter .bt-footer-availability span { display: grid; gap: 3px; }
#btSiteFooter .bt-footer-availability strong { color: #eef3f7; font-size: 13px; font-weight: 700; line-height: 1.5; }
#btSiteFooter .bt-footer-availability small { color: var(--bt-site-muted); font-size: 12px; line-height: 1.5; }
#btSiteFooter .bt-footer-links { display: contents; }
#btSiteFooter .bt-footer-links nav { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
#btSiteFooter .bt-footer-links h3 { margin: 4px 0 8px; color: #f4f7fa; font-family: inherit; font-size: 11px; font-weight: 800; line-height: 1.6; letter-spacing: 1.6px; text-transform: uppercase; }
#btSiteFooter .bt-footer-links a { display: inline-block; max-width: 100%; margin: 0; padding: 0; color: #c8d3dd; font-size: 14px; line-height: 1.6; text-decoration: none; overflow-wrap: anywhere; }
#btSiteFooter .bt-footer-links a:hover, #btSiteFooter .bt-footer-legal a:hover, #btSiteFooter .bt-footer-cookie-button:hover { color: var(--bt-site-green); }
#btSiteFooter .bt-footer-cta { min-width: 0; padding: 0; border: 0; background: none; }
#btSiteFooter .bt-footer-cta-label { display: block; margin-top: 4px; color: var(--bt-site-green); font-size: 11px; font-weight: 800; line-height: 1.6; letter-spacing: 1px; text-transform: uppercase; }
#btSiteFooter .bt-footer-cta h3 { margin: 18px 0 12px; color: #f4f7fa; font-family: inherit; font-size: 22px; font-weight: 650; line-height: 1.3; letter-spacing: -.4px; }
#btSiteFooter .bt-footer-cta p { margin: 0; color: var(--bt-site-muted); font-size: 14px; line-height: 1.8; }
#btSiteFooter .bt-footer-cta a { display: inline-flex; align-items: center; gap: 11px; min-height: 44px; margin-top: 12px; padding: 0; color: var(--bt-site-green); background: none; border: 0; font-size: 14px; font-weight: 750; text-decoration: none; }
#btSiteFooter .bt-footer-cta a:hover { color: #8aedbd; }
#btSiteFooter .bt-footer-trust-band { width: 100%; background: #07121d; border-top: 1px solid var(--bt-site-line); border-bottom: 1px solid var(--bt-site-line); }
#btSiteFooter .bt-footer-trust { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); padding: 0; }
#btSiteFooter .bt-footer-trust span { position: relative; display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 78px; padding: 12px 14px; color: #e8eef3; font-size: 13px; font-weight: 600; line-height: 1.5; text-align: center; }
#btSiteFooter .bt-footer-trust span:not(:last-child)::after { content: ''; position: absolute; top: 20px; bottom: 20px; right: 0; width: 1px; background: #2a3a48; }
#btSiteFooter .bt-footer-trust i { color: var(--bt-site-green); font-size: 20px; }
#btSiteFooter .bt-footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 90px; padding: 24px 0 calc(132px + env(safe-area-inset-bottom, 0px)); }
#btSiteFooter .bt-footer-bottom p { margin: 0; color: #aab9c7; font-size: 12px; line-height: 1.6; }
#btSiteFooter .bt-footer-legal { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 10px 20px; }
#btSiteFooter .bt-footer-legal a,
#btSiteFooter .bt-footer-cookie-button { display: inline-flex; align-items: center; min-height: 32px; margin: 0; padding: 0; color: #b5c3cf; background: none !important; border: 0 !important; border-radius: 0; box-shadow: none !important; font: 500 12px/1.5 Manrope, Arial, sans-serif; text-decoration: none; cursor: pointer; transform: none !important; }
body#btSiteBody #btnScrollTop { left: auto !important; right: 18px !important; bottom: 144px !important; width: 40px !important; height: 40px !important; color: var(--bt-site-green) !important; background: #10271f !important; border: 1px solid #32654d !important; border-radius: 8px !important; box-shadow: none !important; }

@media (max-width: 1100px) {
  #luxNav #btSiteHeaderInner { grid-template-columns: 1fr auto !important; }
  #luxNav #btSiteHeaderInner .bt-site-nav { display: none; }
  #luxNav #btSiteHeaderInner .bt-site-menu-button { display: inline-flex; }
  #btSiteFooter .bt-footer-main { grid-template-columns: minmax(var(--bt-site-logo-width), 1.35fr) repeat(3, minmax(0, 1fr)); gap: 28px; }
  #btSiteFooter .bt-footer-cta { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr auto; column-gap: 32px; padding-top: 24px; border-top: 1px solid var(--bt-site-line); }
  #btSiteFooter .bt-footer-cta-label, #btSiteFooter .bt-footer-cta h3, #btSiteFooter .bt-footer-cta p { grid-column: 1; }
  #btSiteFooter .bt-footer-cta h3 { margin: 8px 0; }
  #btSiteFooter .bt-footer-cta a { grid-column: 2; grid-row: 1 / span 3; align-self: center; margin: 0; }
  #btSiteFooter .bt-footer-trust span { font-size: 12px; gap: 9px; }
}
@media (max-width: 760px) {
  :root { --bt-site-gutter: 18px; --bt-site-header-height: 64px; --bt-site-logo-width: 185px; }
  html body#btSiteBody footer#btSiteFooter { padding-top: 38px !important; }
  #btSiteFooter .bt-footer-main { grid-template-columns: 1fr; gap: 30px; padding-bottom: 30px; }
  #btSiteFooter .bt-footer-brand { max-width: 380px; }
  #btSiteFooter .bt-footer-brand > p { max-width: 360px; margin-top: 18px; }
  #btSiteFooter .bt-footer-availability { margin-top: 18px; padding-top: 16px; }
  #btSiteFooter .bt-footer-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
  #btSiteFooter .bt-footer-links a { font-size: 13px; }
  #btSiteFooter .bt-footer-cta { grid-column: auto; }
  #btSiteFooter .bt-footer-trust { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  #btSiteFooter .bt-footer-trust span { min-height: 66px; padding: 12px 7px; font-size: 12px; }
  #btSiteFooter .bt-footer-trust span:nth-child(2)::after { display: none; }
  #btSiteFooter .bt-footer-trust span:nth-child(-n+2) { border-bottom: 1px solid var(--bt-site-line); }
  #btSiteFooter .bt-footer-bottom { flex-direction: column; align-items: flex-start; gap: 12px; padding: 23px 0 calc(132px + env(safe-area-inset-bottom, 0px)); }
  #btSiteFooter .bt-footer-legal { justify-content: flex-start; gap: 8px 17px; }
}
@media (max-width: 640px) {
  #luxNav #btSiteHeaderInner { gap: 12px !important; }
  #luxNav #btSiteHeaderInner .bt-site-login-text { display: none; }
  #luxNav #btSiteHeaderInner .bt-site-login,
  #luxNav #btSiteHeaderInner .bt-site-menu-button { width: 40px; height: 40px; min-height: 40px; padding: 0; }
}
@media (max-width: 520px) {
  #btSiteFooter .bt-footer-links { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 25px 22px; }
  #btSiteFooter .bt-footer-links nav:last-child { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 22px; }
  #btSiteFooter .bt-footer-links nav:last-child h3 { grid-column: 1 / -1; }
  #btSiteFooter .bt-footer-cta { display: block; }
  #btSiteFooter .bt-footer-cta a { margin-top: 12px; }
  #btSiteFooter .bt-footer-trust span { font-size: 11px; }
}
@media (max-width: 380px) {
  :root { --bt-site-gutter: 14px; --bt-site-logo-width: 165px; }
  #btSiteFooter .bt-footer-legal { gap: 7px 13px; }
  #btSiteFooter .bt-footer-legal a, #btSiteFooter .bt-footer-cookie-button { font-size: 11px; }
}
