/*
 * The site shell: header, All drawer and footer.
 *
 * One stylesheet for one pair of components, used by every page. Every selector
 * starts at .bh (header) or .bf (footer) and every class inside is bh-* or bf-*,
 * so nothing a page brings - main.css, Bootstrap 4, a page's own <style> -
 * matches anything in here, and nothing in here reaches past the shell.
 *
 * The reset takes out what element selectors elsewhere (a, button, h1, ul,
 * img) would otherwise lend the shell. Component rules are two classes deep,
 * which beats any element selector and the reset's one class.
 */
@property --bh-a { syntax: '<angle>'; inherits: false; initial-value: 0deg; }

.bh, .bf {
  --bh-ink: #062A40; --bh-ink-2: #23425A; --bh-muted: #5B7285; --bh-line: #E3EAF0;
  --bh-soft: #F2F7FB; --bh-brand: #0C8CE9; --bh-teal: #14B8A6; --bh-navy: #0B2A45; --bh-navy-2: #123E5E;
  --bh-accent: #F97316;
  --bh-grad: linear-gradient(120deg, #0C8CE9, #14B8A6);
  --bh-font: "Plus Jakarta Sans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  display: block; position: relative; margin: 0; padding: 0;
  font-family: var(--bh-font); font-size: 14px; font-weight: 500; line-height: 1.45;
  color: var(--bh-ink); text-align: left; letter-spacing: normal; -webkit-font-smoothing: antialiased;
}
.bh { z-index: 1000; background: #fff; }

.bh *, .bh *::before, .bh *::after, .bf *, .bf *::before, .bf *::after {
  box-sizing: border-box; margin: 0; padding: 0; border: 0 solid transparent; background: transparent;
  font: inherit; color: inherit; letter-spacing: inherit; line-height: inherit; text-align: inherit;
  text-transform: none; text-decoration: none; text-shadow: none; box-shadow: none; float: none;
  list-style: none; vertical-align: baseline; min-height: 0; outline-offset: 2px;
}
.bh [hidden], .bf [hidden] { display: none !important; }
.bh img, .bf img { display: block; max-width: none; height: auto; border-radius: 0; }
.bh svg, .bf svg { display: block; flex: none; overflow: visible; }
.bh button, .bh select, .bh input { -webkit-appearance: none; appearance: none; cursor: pointer; }
.bh input { cursor: text; }
.bh *:focus, .bf *:focus { outline: none; }
.bh *:focus-visible, .bf *:focus-visible { outline: 2px solid var(--bh-brand); outline-offset: 2px; }
.bh .bh-sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.bh .bh-i { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.bh .bh-i--12 { width: 12px; height: 12px; stroke-width: 3; transition: transform .18s ease; }
.bh .bh-i--14 { width: 14px; height: 14px; }
.bh .bh-i--18 { width: 18px; height: 18px; }
.bh .bh-i--26 { width: 26px; height: 26px; stroke-width: 1.8; }
.bh .bh-i--30 { width: 32px; height: 32px; stroke-width: 1.9; }

.bh .bh-wrap { width: 100%; max-width: 1440px; margin: 0 auto; padding: 0 24px; }

/* ----------------------------------------------------------------- top strip */
.bh .bh-top { color: #fff; background: linear-gradient(90deg, #0A5FBF 0%, #0E7490 38%, #0F766E 62%, #0A5FBF 100%); }
.bh .bh-top__in { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 32px; }
.bh .bh-top__note { display: flex; align-items: center; gap: 8px; min-width: 0; font-size: 12.5px; font-weight: 600; color: rgba(255,255,255,.95); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.bh .bh-top__links { display: flex; align-items: center; gap: 18px; flex: none; }
.bh .bh-top__a { display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; font-weight: 700; color: #fff; white-space: nowrap; }
.bh .bh-top__a:hover { text-decoration: underline; text-underline-offset: 3px; }
.bh .bh-top__a img { width: 18px; height: 12px; border-radius: 2px; }

/* ------------------------------------------------------------------ main row */
.bh .bh-main { background: #fff; border-bottom: 1px solid var(--bh-line); }
.bh .bh-main__in { display: flex; align-items: center; gap: 16px; min-height: 76px; }
.bh .bh-burger { display: none; place-items: center; flex: none; width: 42px; height: 42px; color: var(--bh-ink); background: #fff; border: 1px solid var(--bh-line); border-radius: 11px; }
.bh .bh-logo { display: block; flex: none; padding: 4px 2px; border-radius: 8px; }
.bh .bh-logo img { width: auto; height: 46px; }

/* the search box */
.bh .bh-search { position: relative; display: flex; align-items: stretch; flex: 1 1 auto; min-width: 0; max-width: 820px; height: 48px; margin: 0 auto; background: #fff; border: 2px solid var(--bh-brand); border-radius: 13px; box-shadow: 0 8px 22px -14px rgba(12,140,233,.55); transition: box-shadow .15s ease; }
.bh .bh-search:focus-within { box-shadow: 0 0 0 4px rgba(12,140,233,.18); }
.bh .bh-search__scope { position: relative; display: flex; align-items: center; flex: none; background: var(--bh-soft); border-right: 1px solid var(--bh-line); border-radius: 11px 0 0 11px; }
.bh .bh-search__scope::after { content: ""; position: absolute; top: 50%; right: 12px; width: 7px; height: 7px; margin-top: -5px; border-right: 2px solid var(--bh-muted); border-bottom: 2px solid var(--bh-muted); transform: rotate(45deg); pointer-events: none; }
.bh .bh-search__scope select { height: 100%; padding: 0 32px 0 14px; font-size: 13px; font-weight: 700; color: var(--bh-ink-2); background: transparent; border: 0; border-radius: 11px 0 0 11px; }
.bh .bh-search__input { flex: 1 1 auto; min-width: 0; height: 100%; padding: 0 14px; font-size: 15px; font-weight: 500; color: var(--bh-ink); background: #fff; border: 0; border-radius: 0; }
.bh .bh-search__input::placeholder { color: #8599A8; opacity: 1; }
.bh .bh-search__input::-webkit-search-cancel-button { -webkit-appearance: none; }
.bh .bh-search__go { display: grid; place-items: center; flex: none; width: 58px; color: #fff; background: var(--bh-grad); border-radius: 0 10px 10px 0; }
.bh .bh-search__go:hover { filter: brightness(1.06); }
.bh .bh-search__go .bh-i { width: 21px; height: 21px; stroke-width: 2.4; }

/* suggestions */
.bh .bh-suggest { position: absolute; top: calc(100% + 8px); left: -2px; right: -2px; z-index: 30; max-height: min(70vh, 480px); overflow-y: auto; padding: 6px; background: #fff; border: 1px solid var(--bh-line); border-radius: 14px; box-shadow: 0 24px 50px -14px rgba(6,42,64,.32); }
.bh .bh-sg { display: flex; align-items: center; gap: 11px; padding: 8px 10px; color: var(--bh-ink); border-radius: 10px; cursor: pointer; }
.bh .bh-sg:hover, .bh .bh-sg[aria-selected="true"] { background: #EAF4FD; }
.bh .bh-sg__ico { display: grid; place-items: center; flex: none; width: 32px; height: 32px; color: var(--bh-brand); background: var(--bh-soft); border-radius: 9px; }
.bh .bh-sg__ico .bh-i { width: 17px; height: 17px; }
.bh .bh-sg__t { flex: 1 1 auto; min-width: 0; font-size: 14px; font-weight: 600; line-height: 1.3; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.bh .bh-sg__t mark { color: var(--bh-ink); font-weight: 800; background: transparent; }
.bh .bh-sg__k { flex: none; padding: 3px 8px; font-size: 11px; font-weight: 700; color: var(--bh-muted); white-space: nowrap; background: var(--bh-soft); border-radius: 999px; }
.bh .bh-sg__k--lab { color: #0F766E; background: #E6FAF7; }
.bh .bh-sg__k--simulator { color: #1D4ED8; background: #EAF1FF; }
.bh .bh-sg--all { margin-top: 4px; font-weight: 700; color: var(--bh-brand); border-top: 1px solid var(--bh-line); border-radius: 0 0 10px 10px; }
.bh .bh-sg__empty { padding: 10px; font-size: 13.5px; color: var(--bh-muted); }

/* Account and Career Advisor */
.bh .bh-menu { position: relative; flex: none; }
.bh .bh-two { display: flex; flex-direction: column; align-items: flex-start; line-height: 1.15; text-align: left; }
.bh .bh-two small { font-size: 11.5px; font-weight: 600; white-space: nowrap; opacity: .8; }
.bh .bh-two b { display: flex; align-items: center; gap: 4px; font-size: 14px; font-weight: 800; white-space: nowrap; }
.bh .bh-menu[data-open="1"] .bh-i--12 { transform: rotate(180deg); }

.bh .bh-advisor__btn { display: flex; align-items: center; gap: 9px; height: 48px; padding: 0 12px 0 6px; color: #fff; background: linear-gradient(120deg, var(--bh-navy), var(--bh-navy-2)); border-radius: 13px; box-shadow: 0 8px 20px -10px rgba(6,42,64,.6); transition: transform .15s ease, box-shadow .15s ease; }
.bh .bh-advisor__btn:hover, .bh .bh-menu[data-open="1"] .bh-advisor__btn { transform: translateY(-1px); box-shadow: 0 12px 26px -10px rgba(6,42,64,.7); }
.bh .bh-advisor__tile { display: grid; place-items: center; width: 36px; height: 36px; background: var(--bh-grad); border-radius: 10px; }
.bh .bh-bird { width: 21px; height: 18px; fill: #fff; }

.bh .bh-account__btn { display: flex; align-items: center; gap: 8px; height: 48px; padding: 0 10px; color: var(--bh-ink); border: 1px solid transparent; border-radius: 13px; }
.bh .bh-account__btn:hover, .bh .bh-menu[data-open="1"] .bh-account__btn { background: var(--bh-soft); border-color: var(--bh-line); }

.bh .bh-pop { position: absolute; top: calc(100% + 10px); right: 0; z-index: 40; width: max-content; min-width: 290px; max-width: calc(100vw - 24px); padding: 14px; background: #fff; border: 1px solid var(--bh-line); border-radius: 16px; box-shadow: 0 24px 50px -14px rgba(6,42,64,.32); opacity: 0; visibility: hidden; transform: translateY(-6px); transition: opacity .15s ease, transform .15s ease, visibility .15s; }
.bh .bh-menu[data-open="1"] .bh-pop { opacity: 1; visibility: visible; transform: none; }
.bh .bh-pop--account { min-width: 340px; }
.bh .bh-pop__h { margin: 0 0 6px; font-size: 11.5px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--bh-muted); }
.bh .bh-pop__who { margin-bottom: 12px; font-size: 13px; color: var(--bh-muted); overflow-wrap: anywhere; }
.bh .bh-pop__who b { font-weight: 700; color: var(--bh-ink); }
.bh .bh-pop__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 0 22px; }
.bh .bh-pop__a { display: block; padding: 6px 0; font-size: 14px; font-weight: 600; color: var(--bh-ink-2); }
.bh .bh-pop__a:hover { color: var(--bh-brand); }
.bh .bh-pop__sep { height: 1px; margin: 12px 0; background: var(--bh-line); }
.bh .bh-pop__new { margin-top: 9px; font-size: 13px; color: var(--bh-muted); text-align: center; }
.bh .bh-pop__new a { font-weight: 700; color: var(--bh-brand); }
.bh .bh-adv { display: flex; align-items: flex-start; gap: 11px; padding: 9px 10px; color: var(--bh-ink); border-radius: 11px; }
.bh .bh-adv:hover { background: #EAF4FD; }
.bh .bh-adv__code { display: grid; place-items: center; flex: none; width: 36px; height: 36px; font-size: 11px; font-weight: 800; letter-spacing: .02em; color: #fff; border-radius: 10px; }
.bh .bh-adv__txt b { display: block; font-size: 14px; font-weight: 800; }
.bh .bh-adv__txt small { display: block; margin-top: 1px; font-size: 12px; line-height: 1.35; color: var(--bh-muted); }

.bh .bh-btn { display: flex; align-items: center; justify-content: center; gap: 8px; height: 44px; padding: 0 18px; font-size: 14.5px; font-weight: 800; white-space: nowrap; border-radius: 11px; transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease, color .15s ease; }
.bh .bh-btn--brand { color: #fff; background: var(--bh-grad); box-shadow: 0 10px 22px -10px rgba(12,140,233,.7); }
.bh .bh-btn--brand:hover { transform: translateY(-1px); }
.bh .bh-btn--ghost { color: var(--bh-ink); background: #fff; border: 1.5px solid var(--bh-line); }
.bh .bh-btn--ghost:hover { color: var(--bh-brand); border-color: var(--bh-brand); }
.bh .bh-btn--block { width: 100%; }

/* the cart */
.bh .bh-cart { display: flex; align-items: flex-end; gap: 2px; flex: none; height: 48px; padding: 0 10px 6px 6px; color: var(--bh-ink); border: 1px solid transparent; border-radius: 13px; }
.bh .bh-cart:hover { background: var(--bh-soft); border-color: var(--bh-line); }
.bh .bh-cart__icon { position: relative; display: block; }
.bh .bh-cart__count { position: absolute; top: -5px; left: 15px; display: grid; place-items: center; min-width: 21px; height: 21px; padding: 0 5px; font-size: 11.5px; font-weight: 800; line-height: 1; color: #fff; background: var(--bh-accent); border: 2px solid #fff; border-radius: 999px; }
.bh .bh-cart__count.is-empty { background: #94A3B8; }
.bh .bh-cart__label { padding-bottom: 1px; font-size: 14px; font-weight: 800; }

/* ------------------------------------------------------------ category strip */
.bh .bh-strip { color: #fff; background: var(--bh-navy); }
.bh .bh-strip__in { display: flex; align-items: center; gap: 6px; min-height: 44px; }
.bh .bh-strip__all { display: flex; align-items: center; gap: 7px; flex: none; height: 34px; padding: 0 12px 0 9px; font-size: 14px; font-weight: 800; color: #fff; border: 1px solid transparent; border-radius: 9px; }
.bh .bh-strip__list { display: flex; align-items: center; gap: 2px; flex: 1 1 auto; min-width: 0; overflow-x: auto; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.bh .bh-strip__list::-webkit-scrollbar { display: none; }
.bh .bh-strip__list li { flex: none; }
.bh .bh-strip__a { display: flex; align-items: center; gap: 7px; height: 34px; padding: 0 11px; font-size: 13.5px; font-weight: 600; color: rgba(255,255,255,.93); white-space: nowrap; border: 1px solid transparent; border-radius: 9px; }
.bh .bh-strip__all:hover, .bh .bh-strip__a:hover { color: #fff; border-color: rgba(255,255,255,.55); }
.bh .bh-strip__a[aria-current="page"] { color: #fff; background: rgba(255,255,255,.12); }
.bh .bh-strip__a--trial { --bh-a: 0deg; height: 30px; margin: 0 4px; padding: 0 6px 0 12px; font-weight: 800; color: #fff; border: 1.5px solid transparent; border-radius: 999px; background: linear-gradient(var(--bh-navy), var(--bh-navy)) padding-box, conic-gradient(from var(--bh-a), #4285F4, #9B72CB, #D96570, #F2A60C, #14B8A6, #0C8CE9, #4285F4) border-box; animation: bhTurn 5s linear infinite; }
.bh .bh-strip__a--trial:hover { border-color: transparent; }
@keyframes bhTurn { to { --bh-a: 360deg; } }
.bh .bh-free { padding: 3px 7px; font-size: 9.5px; font-weight: 900; line-height: 1; letter-spacing: .06em; text-transform: uppercase; color: #fff; background: var(--bh-grad); border-radius: 999px; }
.bh .bh-strip__mob { display: none; }
.bh .bh-strip__cta { display: flex; align-items: center; flex: none; height: 32px; padding: 0 15px; font-size: 13px; font-weight: 800; color: #fff; background: var(--bh-grad); border-radius: 999px; box-shadow: 0 8px 18px -10px rgba(20,184,166,.9); }
.bh .bh-strip__cta:hover { filter: brightness(1.07); }

/* ------------------------------------------------------------------ the drawer */
.bh .bh-scrim { position: fixed; inset: 0; z-index: 60; background: rgba(3,15,26,.55); opacity: 0; transition: opacity .22s ease; }
.bh .bh-scrim.is-on { opacity: 1; }
.bh .bh-drawer { position: fixed; top: 0; bottom: 0; left: 0; z-index: 70; display: flex; flex-direction: column; width: min(370px, 90vw); background: #fff; box-shadow: 16px 0 44px -10px rgba(3,15,26,.35); transform: translateX(-104%); transition: transform .25s cubic-bezier(.2,.7,.2,1); }
.bh .bh-drawer.is-open { transform: none; }
.bh .bh-drawer__head { display: flex; align-items: center; gap: 10px; flex: none; padding: 14px 14px 14px 20px; font-size: 17px; font-weight: 800; color: #fff; background: var(--bh-navy); }
.bh .bh-drawer__close { display: grid; place-items: center; width: 38px; height: 38px; margin-left: auto; color: #fff; border-radius: 10px; }
.bh .bh-drawer__close:hover { background: rgba(255,255,255,.12); }
.bh .bh-drawer__body { flex: 1 1 auto; overflow-y: auto; overscroll-behavior: contain; padding-bottom: 28px; }
.bh .bh-drawer__sec { padding: 14px 0 10px; border-bottom: 1px solid var(--bh-line); }
.bh .bh-drawer__h { padding: 0 20px 6px; font-size: 15.5px; font-weight: 800; color: var(--bh-ink); }
.bh .bh-drawer__a { display: flex; align-items: center; justify-content: space-between; gap: 12px; width: 100%; padding: 10px 20px; font-size: 14px; font-weight: 500; color: var(--bh-ink-2); text-align: left; }
.bh .bh-drawer__a:hover { color: var(--bh-ink); background: var(--bh-soft); }
.bh .bh-drawer__a .bh-i { width: 15px; height: 15px; color: #9AAEBC; }
.bh .bh-drawer__tag { flex: none; padding: 2px 7px; font-size: 10.5px; font-weight: 800; color: #B45309; background: #FEF3C7; border-radius: 999px; }
.bh .bh-drawer__a--more { font-weight: 700; color: var(--bh-brand); }
html.bh-lock, html.bh-lock body { overflow: hidden; }

/* ---------------------------------------------------------------- narrower */
@media (max-width: 1280px) {
  .bh .bh-top__a--wide { display: none; }
  .bh .bh-advisor .bh-two { display: none; }
  .bh .bh-advisor__btn { gap: 4px; padding: 0 8px 0 6px; }
}
@media (max-width: 1060px) {
  .bh .bh-main__in { gap: 10px; }
  .bh .bh-search__scope { display: none; }
  .bh .bh-search__input { border-radius: 11px 0 0 11px; }
  .bh .bh-account .bh-two small { display: none; }
  .bh .bh-strip__cta { display: none; }
}
@media (max-width: 860px) {
  .bh .bh-wrap { padding: 0 14px; }
  .bh .bh-top__note { display: none; }
  .bh .bh-top__in { justify-content: center; min-height: 30px; }
  .bh .bh-main__in { flex-wrap: wrap; gap: 10px 6px; min-height: 0; padding-top: 10px; padding-bottom: 10px; }
  .bh .bh-burger { display: grid; }
  .bh .bh-logo { margin-right: auto; }
  .bh .bh-logo img { height: 36px; }
  .bh .bh-advisor { display: none; }
  .bh .bh-account .bh-two { display: none; }
  .bh .bh-account__btn { height: 42px; padding: 0 6px; }
  .bh .bh-cart { height: 42px; padding: 0 6px 4px; }
  .bh .bh-cart__label { display: none; }
  .bh .bh-search { order: 5; flex: 1 1 100%; max-width: none; height: 46px; margin: 0; }
  .bh .bh-search__input { font-size: 16px; }
  .bh .bh-strip__all { display: none; }
  .bh .bh-strip__mob { display: block; }
  .bh .bh-strip__in { min-height: 42px; }
  .bh .bh-pop { position: fixed; left: 12px; right: 12px; width: auto; min-width: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .bh .bh-strip__a--trial { animation: none; }
  .bh *, .bh *::before, .bh *::after { transition: none !important; }
}

/* ------------------------------------------------------------------ footer */
.bf { color: var(--bh-muted); background: #EEF5F9; border-top: 1px solid var(--bh-line); }
.bf .bf-wrap { width: 100%; max-width: 1200px; margin: 0 auto; padding: 60px 24px 0; }
.bf .bf-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr 1.2fr; gap: 40px; }
.bf .bf-logo { display: inline-block; }
.bf .bf-logo img { width: auto; height: 50px; }
.bf .bf-p { margin-top: 18px; font-size: 14.5px; line-height: 1.65; color: var(--bh-muted); }
.bf .bf-social { display: flex; gap: 10px; margin-top: 22px; }
.bf .bf-social__a { display: grid; place-items: center; width: 38px; height: 38px; color: var(--bh-ink-2); background: #fff; border: 1px solid var(--bh-line); border-radius: 11px; transition: color .15s ease, background .15s ease, border-color .15s ease; }
.bf .bf-social__a:hover { color: #fff; background: var(--bh-brand); border-color: var(--bh-brand); }
.bf .bf-social__a svg { width: 16px; height: 16px; fill: currentColor; }
.bf .bf-h { margin-bottom: 18px; font-size: 12.5px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--bh-ink); }
.bf .bf-list { display: grid; gap: 12px; }
.bf .bf-a { font-size: 14.5px; line-height: 1.4; color: var(--bh-muted); }
.bf .bf-a:hover { color: var(--bh-brand); }
.bf .bf-list--blog .bf-a { display: inline-flex; gap: 8px; }
.bf .bf-list--blog .bf-a::before { content: "\203A"; font-weight: 800; color: var(--bh-brand); }
.bf .bf-contact { display: grid; gap: 13px; }
.bf .bf-contact__a { display: flex; align-items: flex-start; gap: 10px; font-size: 14.5px; line-height: 1.4; color: var(--bh-muted); }
.bf .bf-contact__a:hover { color: var(--bh-brand); }
.bf .bf-contact__a svg { width: 17px; height: 17px; margin-top: 1px; fill: none; stroke: var(--bh-brand); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.bf .bf-iso { width: 106px; height: auto; margin-top: 20px; }
.bf .bf-bar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px 24px; margin-top: 48px; padding: 22px 0 26px; font-size: 13.5px; color: #7F97A8; border-top: 1px solid #D9E4EC; }
.bf .bf-bar__links { display: flex; flex-wrap: wrap; gap: 6px 16px; }
.bf .bf-bar__links a { color: #7F97A8; }
.bf .bf-bar__links a:hover { color: var(--bh-brand); }
@media (max-width: 1024px) {
  .bf .bf-top { grid-template-columns: repeat(3, 1fr); }
  .bf .bf-about { grid-column: 1 / -1; max-width: 560px; }
}
@media (max-width: 640px) {
  .bf .bf-wrap { padding-top: 44px; }
  .bf .bf-top { grid-template-columns: 1fr 1fr; gap: 32px 20px; }
  .bf .bf-contact-col { grid-column: 1 / -1; }
}
