.header-home-page-ticker{
  --bhpt-cream:#fff8ef;
  --bhpt-paper:#fffdf9;
  --bhpt-ink:#2f211c;
  --bhpt-muted:#7f7069;
  --bhpt-orange:#f23f19;
  --bhpt-orange-dark:#c92e10;
  --bhpt-gold:#ffd700;
  --bhpt-brand-green:#253a2c;
  --bhpt-brand-green-deep:#1b2e22;
  --bhpt-border:rgba(47,33,28,.11);
  --bhpt-border-strong:rgba(47,33,28,.16);
  --bhpt-shadow-sm:0 4px 14px rgba(47,33,28,.045);
  --bhpt-shadow-md:0 10px 28px rgba(47,33,28,.10);
  --bhpt-radius-row:14px;

  /* Navigation typography — exactly two font families, four fixed hierarchy levels.
     Primary font: main menu titles only.
     Secondary font: descriptions, classification labels and every actual menu link.
     Font sizes stay identical on desktop and mobile so the hierarchy never changes. */
  --bhpt-font-primary:Arial,"Helvetica Neue",Helvetica,sans-serif;
  --bhpt-font-secondary:"Segoe UI",Roboto,Arial,sans-serif;
  --bhpt-size-title:14.5px;
  --bhpt-size-description:10.5px;
  --bhpt-size-classification:14px;
  --bhpt-size-link:13px;
  position:relative;
  z-index:5200;
  width:100%;
  font-family:var(--bhpt-font-secondary);
  font-size:16px;
  font-synthesis:none;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
.header-home-page-ticker.is-sticky{position:sticky;top:var(--bhpt-sticky-top)}
.header-home-page-ticker *{box-sizing:border-box}
.header-home-page-ticker button,.header-home-page-ticker a{font:inherit}
.tb-hpt-visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}

/* Ticker */
.promotion-ticker{position:relative;height:var(--bhpt-ticker-desktop);overflow:hidden;background:var(--bhpt-ticker-bg);color:var(--bhpt-ticker-text);border-bottom:1px solid rgba(255,255,255,.12)}
.promotion-ticker__viewport{width:100%;height:100%;overflow:hidden}
.promotion-ticker__track{display:flex;width:max-content;min-width:100%;height:100%;will-change:transform;animation:bhptTicker var(--bhpt-ticker-speed) linear infinite}
.ticker-right .promotion-ticker__track{animation-direction:reverse}
.promotion-ticker__group{display:flex;flex:none;min-width:max-content;height:100%;align-items:center}
.promotion-ticker__item{display:inline-flex;min-height:var(--bhpt-ticker-desktop);padding:0 34px;align-items:center;gap:10px;color:var(--bhpt-ticker-text);font-family:var(--bhpt-font-secondary);font-size:var(--bhpt-ticker-font);font-weight:600;line-height:1;letter-spacing:.01em;text-decoration:none;white-space:nowrap}
.promotion-ticker__item:hover,.promotion-ticker__item:focus-visible{color:var(--bhpt-ticker-accent)}
.promotion-ticker__marker{width:6px;height:6px;flex:0 0 6px;border-radius:50%;background:var(--bhpt-ticker-accent);box-shadow:0 0 0 3px rgba(255,215,0,.15)}
.ticker-pauses .promotion-ticker:hover .promotion-ticker__track,.ticker-pauses .promotion-ticker:focus-within .promotion-ticker__track{animation-play-state:paused}

/* Header */
.tb-hpt-site-header{position:relative;height:var(--bhpt-header-desktop);overflow:visible;background:var(--bhpt-header-bg);border-bottom:1px solid var(--bhpt-header-border);box-shadow:var(--bhpt-header-shadow)}
.tb-hpt-container{width:min(calc(100% - 34px),var(--bhpt-max-width));margin-inline:auto}
.tb-hpt-header-inner{position:relative;display:flex;height:100%;align-items:center;justify-content:space-between;overflow:visible}
.tb-hpt-brand{display:inline-flex;height:100%;align-items:center;text-decoration:none}
.tb-hpt-brand img{display:block;width:var(--bhpt-logo-desktop);height:auto;max-height:var(--bhpt-logo-max-desktop);object-fit:contain;object-position:left center}

/* Hamburger */
.tb-hpt-menu-toggle{position:relative;z-index:5204;display:inline-flex;width:var(--bhpt-button-desktop);height:var(--bhpt-button-desktop);padding:10px;border:var(--bhpt-button-border-width) solid var(--bhpt-button-border);border-radius:var(--bhpt-button-radius);flex-direction:column;align-items:center;justify-content:center;gap:5px;background:var(--bhpt-button-bg);color:var(--bhpt-button-line);cursor:pointer;touch-action:manipulation;transition:background .18s ease,transform .18s ease,box-shadow .18s ease}
.tb-hpt-menu-toggle:hover,.tb-hpt-menu-toggle:focus-visible{background:var(--bhpt-button-hover);outline:2px solid rgba(255,255,255,.72);outline-offset:2px;transform:translateY(-1px)}
.tb-hpt-menu-toggle>span{display:block;width:23px;height:2px;border-radius:999px;background:currentColor;transform-origin:center;transition:transform .22s ease,opacity .16s ease}
.tb-hpt-menu-toggle[aria-expanded=true]{position:fixed;top:28px;right:26px;width:34px;height:34px;padding:7px;border-color:rgba(47,33,28,.14);border-radius:9px;background:#fff;color:var(--bhpt-ink);box-shadow:0 6px 18px rgba(47,33,28,.14)}
.tb-hpt-menu-toggle[aria-expanded=true]>span{width:18px}
.menu-from-left .tb-hpt-menu-toggle[aria-expanded=true]{right:auto;left:26px}
.tb-hpt-menu-toggle[aria-expanded=true]>span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.tb-hpt-menu-toggle[aria-expanded=true]>span:nth-child(2){opacity:0}
.tb-hpt-menu-toggle[aria-expanded=true]>span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

/* Drawer shell */
.tb-hpt-menu-backdrop{position:fixed;inset:0;z-index:5201;border:0;background:var(--bhpt-backdrop);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .24s ease,visibility 0s linear .3s}
.tb-hpt-menu-backdrop.is-active{opacity:var(--bhpt-backdrop-opacity);visibility:visible;pointer-events:auto;transition-delay:0s}
.tb-hpt-menu-panel{position:fixed!important;top:10px!important;right:10px!important;bottom:10px!important;left:auto!important;z-index:5202;display:flex!important;width:min(var(--bhpt-panel-width),calc(var(--bhpt-panel-mobile) - 10px))!important;height:auto;padding:22px 18px 18px;flex-direction:column;overflow:hidden;background:linear-gradient(180deg,var(--bhpt-paper) 0%,var(--bhpt-cream) 100%);border:1px solid var(--bhpt-border);border-radius:24px;box-shadow:-22px 12px 70px rgba(47,33,28,.25);opacity:0;visibility:hidden!important;pointer-events:none!important;transform:translate3d(calc(100% + 20px),0,0)!important;transition:transform var(--bhpt-menu-ms) cubic-bezier(.22,.8,.26,1),opacity .24s ease,visibility 0s linear var(--bhpt-menu-ms)}
.tb-hpt-menu-panel::before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,var(--bhpt-orange),var(--bhpt-gold),var(--bhpt-orange-dark))}
.menu-from-left .tb-hpt-menu-panel{right:auto!important;left:10px!important;transform:translate3d(calc(-100% - 20px),0,0)!important;box-shadow:22px 12px 70px rgba(47,33,28,.25)}
.tb-hpt-menu-panel.is-open{opacity:1;visibility:visible!important;pointer-events:auto!important;transform:translate3d(0,0,0)!important;transition-delay:0s}
.tb-hpt-menu-panel__top{display:flex;min-height:70px;margin:-22px -18px 0;padding:18px 68px 15px 22px;align-items:center;gap:11px;background:linear-gradient(135deg,var(--bhpt-brand-green),var(--bhpt-brand-green-deep));border-bottom:1px solid rgba(255,255,255,.12);border-radius:23px 23px 0 0}
.tb-hpt-menu-panel__brand-mark{width:9px;height:9px;border-radius:50%;background:var(--bhpt-gold);box-shadow:0 0 0 5px rgba(255,215,0,.13)}
.tb-hpt-menu-panel__tagline{color:#fff;font-family:var(--bhpt-font-primary);font-size:13px;font-weight:700;line-height:1.2;letter-spacing:.01em}
.tb-hpt-navigation{display:flex;min-height:0;margin:0 -4px;padding:22px 4px 16px;flex:1;flex-direction:column;gap:8px;overflow-y:auto;overscroll-behavior:contain;scroll-padding-top:22px;scrollbar-width:thin;scrollbar-color:rgba(242,63,25,.24) transparent}
.tb-hpt-navigation::-webkit-scrollbar{width:5px}
.tb-hpt-navigation::-webkit-scrollbar-thumb{background:rgba(242,63,25,.24);border-radius:999px}

/* Primary rows: one typography system across every navigation card */
.tb-hpt-nav-group{display:block;margin:0;padding:0;border:0}
.tb-hpt-nav-row{position:relative;display:flex;width:100%;min-height:var(--bhpt-item-height);padding:9px 12px;border:1px solid var(--bhpt-border);border-radius:var(--bhpt-radius-row);align-items:center;gap:12px;background:rgba(255,255,255,.78);color:var(--bhpt-ink);text-align:left;text-decoration:none;cursor:pointer;box-shadow:var(--bhpt-shadow-sm);transition:transform .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease}
.tb-hpt-nav-row:hover,.tb-hpt-nav-row:focus-visible{border-color:rgba(242,63,25,.30);background:#fff;outline:none;transform:translateY(-1px);box-shadow:var(--bhpt-shadow-md)}
.tb-hpt-nav-icon{display:grid;width:38px;height:38px;flex:0 0 38px;place-items:center;border-radius:11px;background:rgba(242,63,25,.085);color:var(--bhpt-orange)}
.tb-hpt-nav-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}
.tb-hpt-nav-copy{display:flex;min-width:0;flex:1;flex-direction:column;gap:2px}
.tb-hpt-nav-copy strong{overflow:hidden;color:inherit;font-family:var(--bhpt-font-primary);font-size:var(--bhpt-size-title);font-weight:700;line-height:1.2;letter-spacing:0;text-overflow:ellipsis;white-space:nowrap}
.tb-hpt-nav-copy small{overflow:hidden;color:var(--bhpt-muted);font-family:var(--bhpt-font-secondary);font-size:var(--bhpt-size-description);font-weight:500;line-height:1.25;letter-spacing:0;text-overflow:ellipsis;white-space:nowrap}
.tb-hpt-nav-chevron,.tb-hpt-nav-end{display:grid;width:28px;height:28px;flex:0 0 28px;place-items:center;border-radius:9px;color:#9a7d72;transition:transform .2s ease,background .16s ease,color .16s ease}
.tb-hpt-nav-chevron svg,.tb-hpt-nav-end svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.tb-hpt-nav-parent[aria-expanded=true]{border-color:rgba(242,63,25,.30);background:#fff}
.tb-hpt-nav-parent[aria-expanded=true] .tb-hpt-nav-chevron{transform:rotate(180deg);background:rgba(242,63,25,.08);color:var(--bhpt-orange)}

/* Submenus: section label / item / meta follow a 3-level hierarchy */
.tb-hpt-nav-submenu{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows .26s ease,opacity .18s ease}
.tb-hpt-nav-submenu.is-open{grid-template-rows:1fr;opacity:1}
.tb-hpt-nav-submenu__inner{min-height:0;margin:0 8px;overflow:hidden;border-left:1px solid rgba(242,63,25,.16)}
.tb-hpt-nav-submenu.is-open .tb-hpt-nav-submenu__inner{padding:9px 0 4px 14px}
.tb-hpt-submenu-section{padding:1px 0 3px}
.tb-hpt-submenu-section.has-separator{margin-top:8px;padding-top:10px;border-top:1px solid rgba(47,33,28,.08)}
.tb-hpt-submenu-section__title{display:flex;min-height:26px;padding:2px 10px 5px;align-items:center;color:#74655f;font-family:var(--bhpt-font-secondary);font-size:var(--bhpt-size-classification);font-weight:700;line-height:1.25;letter-spacing:0;text-transform:none}
.tb-hpt-submenu-section__title>span{display:inline-flex;align-items:center;gap:0}
.tb-hpt-classification-label{font-family:var(--bhpt-font-secondary)!important;font-size:var(--bhpt-size-classification)!important;font-weight:700!important;font-style:normal!important;line-height:1.25!important;letter-spacing:0!important;text-transform:none!important}
.tb-hpt-submenu-section__title>span::before{content:none}
.tb-hpt-submenu-section__items{display:block}
.tb-hpt-submenu-item{display:flex;width:100%;min-height:38px;padding:8px 10px;border:0;border-radius:10px;align-items:center;gap:9px;background:transparent;color:#4d3b34;font-family:var(--bhpt-font-secondary);font-size:var(--bhpt-size-link);font-weight:400;line-height:1.35;letter-spacing:0;text-align:left;text-decoration:none;transition:background .15s ease,color .15s ease,transform .15s ease}
.tb-hpt-submenu-label{font-family:var(--bhpt-font-secondary)!important;font-size:var(--bhpt-size-link)!important;font-weight:400!important;font-style:normal!important;line-height:1.35!important;letter-spacing:0!important;text-transform:none!important}
.tb-hpt-submenu-item+.tb-hpt-submenu-item{margin-top:2px}
a.tb-hpt-submenu-item:hover,a.tb-hpt-submenu-item:focus-visible,.tb-hpt-submenu-action:hover,.tb-hpt-submenu-action:focus-visible{background:rgba(242,63,25,.07);color:var(--bhpt-orange-dark);outline:none;transform:translateX(2px)}
.tb-hpt-submenu-arrow{display:grid;width:24px;height:24px;margin-left:auto;place-items:center;color:var(--bhpt-orange)}
.tb-hpt-submenu-arrow svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.tb-hpt-submenu-item.is-static{color:#4d3b34;cursor:default;font-weight:400}
.tb-hpt-submenu-item.is-disabled{color:#796b65;cursor:default;font-weight:400}
.tb-hpt-submenu-action{appearance:none;-webkit-appearance:none;cursor:pointer}
.tb-hpt-submenu-action__icon{display:grid;width:28px;height:28px;flex:0 0 28px;place-items:center;border-radius:8px;background:rgba(37,58,44,.08);color:var(--bhpt-brand-green)}
.tb-hpt-submenu-action__icon svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}

/* Purpose-specific accents without changing typography */
.tb-hpt-nav-row.is-login{margin-top:4px;border-color:rgba(242,63,25,.18);background:linear-gradient(135deg,#fff8f3,#fff)}
.tb-hpt-nav-row.is-login .tb-hpt-nav-icon{background:var(--bhpt-orange);color:#fff}
.tb-hpt-nav-row.is-contact{border-color:rgba(37,58,44,.15)}
.tb-hpt-nav-row.is-contact .tb-hpt-nav-icon{background:rgba(37,58,44,.09);color:var(--bhpt-brand-green)}
.tb-hpt-nav-row.is-knowledge{border-color:rgba(200,164,0,.26);background:linear-gradient(135deg,#fffdf0,#fff)}
.tb-hpt-nav-row.is-knowledge .tb-hpt-nav-icon{background:var(--bhpt-gold);color:var(--bhpt-brand-green-deep)}
.tb-hpt-nav-row.is-knowledge .tb-hpt-nav-end{color:#8d7610}

.tb-hpt-contact-help{margin:2px 7px 0;font-family:var(--bhpt-font-secondary);padding:11px 12px;border:1px solid rgba(37,58,44,.13);border-radius:12px;background:rgba(37,58,44,.045);color:#6a5a53;text-align:center;line-height:1.35}
.tb-hpt-contact-help strong{display:block;margin-bottom:3px;color:var(--bhpt-brand-green);font-size:10.5px;font-weight:650}
.tb-hpt-contact-help span{display:block;font-size:10px;font-weight:500}
.tb-hpt-contact-help a{color:var(--bhpt-orange-dark);font-weight:650;text-decoration:none;overflow-wrap:anywhere}
.tb-hpt-contact-help a:hover,.tb-hpt-contact-help a:focus-visible{text-decoration:underline;outline:none}

.tb-hpt-menu-panel__footer{display:flex;font-family:var(--bhpt-font-secondary);min-height:48px;padding:13px 82px 4px 8px;align-items:center;justify-content:center;color:#806f68;font-size:9px;font-weight:650;letter-spacing:.09em;text-align:center;text-transform:uppercase;white-space:nowrap}
body.tb-hpt-menu-open{overflow:hidden;overscroll-behavior:none}

@keyframes bhptTicker{to{transform:translateX(-50%)}}

@media(max-width:760px){
  .promotion-ticker{height:var(--bhpt-ticker-mobile)}
  .promotion-ticker__item{min-height:var(--bhpt-ticker-mobile);padding:0 26px}
  .tb-hpt-site-header{height:var(--bhpt-header-mobile)}
  .tb-hpt-brand img{width:var(--bhpt-logo-mobile);max-height:var(--bhpt-logo-max-mobile)}
  .tb-hpt-menu-toggle{width:var(--bhpt-button-mobile);height:var(--bhpt-button-mobile)}
  .tb-hpt-container{width:min(calc(100% - 28px),var(--bhpt-max-width))}
  .tb-hpt-menu-panel{top:7px!important;right:7px!important;bottom:7px!important;width:min(var(--bhpt-panel-mobile),calc(100vw - 14px))!important;padding:19px 14px 14px;border-radius:21px}
  .menu-from-left .tb-hpt-menu-panel{left:7px!important}
  .tb-hpt-menu-toggle[aria-expanded=true]{top:26px;right:20px;width:34px;height:34px;padding:7px}
  .menu-from-left .tb-hpt-menu-toggle[aria-expanded=true]{left:20px}
  .tb-hpt-menu-panel__top{min-height:72px;margin:-19px -14px 0;padding:18px 58px 15px 20px;border-radius:20px 20px 0 0}
  .tb-hpt-navigation{margin-top:0;padding-top:30px;scroll-padding-top:30px;gap:7px}
  .tb-hpt-nav-row{min-height:56px;padding:9px 11px;border-radius:14px}
  .tb-hpt-nav-icon{width:36px;height:36px;flex-basis:36px}
  .tb-hpt-nav-submenu.is-open .tb-hpt-nav-submenu__inner{padding-top:7px}
  .tb-hpt-submenu-section{padding-bottom:2px}
  .tb-hpt-submenu-section.has-separator{margin-top:6px;padding-top:9px}
  .tb-hpt-submenu-section__title{min-height:24px;padding-bottom:4px}
  .tb-hpt-submenu-item{min-height:36px;padding:7px 9px}
  .tb-hpt-contact-help{margin-top:4px;padding:10px}
  .tb-hpt-menu-panel__footer{min-height:50px;padding-right:76px;font-size:8.5px}
}

@media(max-width:390px){
  .tb-hpt-menu-panel{padding-inline:11px}
  .tb-hpt-menu-panel__top{margin-inline:-11px}
  .tb-hpt-menu-panel__footer{display:flex;font-family:var(--bhpt-font-secondary);min-height:48px;padding-right:72px;font-size:7.8px;letter-spacing:.07em}
}

@media(prefers-reduced-motion:reduce){
  .promotion-ticker__track{animation:none}
  .tb-hpt-menu-panel,.tb-hpt-menu-toggle>span,.tb-hpt-nav-row,.tb-hpt-nav-submenu,.tb-hpt-nav-chevron,.tb-hpt-submenu-item{transition:none}
}
