:root {
  --color-accent: #31357f;
  --color-cta: #d6336c;
  --font-family: Inter;
  --font-weight-body: 400;
  --radius-card: 12px;
  --radius-button: 8px;
  --spacing-section: 4rem;
  --spacing-content: 1100px;
}
:root {
  --fs-caption: 12px;
  --fs-label: 13px;
  --fs-sm: 15px;
  --fs-body: 17px;
  --fs-lead: 20px;
  --fs-h3: 24px;
  --fs-h2: 30px;
  --fs-h1: 44px;
  --fs-display: 52px;
}
:root {
  --lh-solid: 1;
  --lh-tight: 1.25;
  --lh-snug: 1.45;
  --lh-read: 1.7;
  --ls-tight: -0.01em;
  --ls-label: 0.04em;
  --ls-wide:  0.12em;
  --bw-hair: 1px;
  --bw-rule: 2px;
  --bw-bar: 3px;
  
  --r-chip: clamp(3px, calc(var(--radius-button, 6px) - 2px), 4px);
  --r-btn:  clamp(4px, var(--radius-button, 6px), 6px);
  --r-card: clamp(4px, var(--radius-card, 8px), 8px);
  --r-pill: 999px;

  --sh-1: 0 1px 2px rgba(0, 0, 0, .06);
  --sh-2: 0 1px 2px rgba(0, 0, 0, .06), 0 8px 16px -12px rgba(0, 0, 0, .25);
  --sh-3: 0 2px 6px rgba(0, 0, 0, .08), 0 16px 32px -22px rgba(0, 0, 0, .40);
}
Змінні акцент-кольорів (--accent, --accent-light тощо) живуть у css_vars
────────────────────────────────────────────────────────────────────────────── */
:root {
  
  --bg-page:        #0f1117;
  --bg-surface:     #151929;
  --bg-card:        #1a1f2e;
  --bg-card-inner:  #242938;
  --bg-raised:      #2d3748;
  --bg-hover:       #1e2638;
  
  --border:         #1e2535;
  --border-alt:     #2d3748;
  --border-section: #374151;
  
  --text-primary:   #e2e8f0;
  --text-muted:     #94a3b8;
  --text-body:      #cbd5e1;
  --text-sub:       #a0aec0;
  --text-faint:     #6b7280;
  --text-dim:       #4b5563;
  --text-label:     #8892a4;
  --text-value:     #c9d1e0;
  
  --bg-tip:         #1a2e1a;
  --bg-warning:     #2d1f0e;
  --bg-info:        #1a1f2e;
  --bg-pros:        #1a2e1a;
  --bg-cons:        #2d1a1a;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: system-ui, sans-serif;
  background: var(--bg-page);
  color: var(--text-primary);
  line-height: var(--lh-read);
}
.r08fuv {
  background: var(--bg-surface);
  border-bottom: var(--bw-hair) solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.cmj8exh {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.vv6pz {
  color: var(--accent-light);
  font-weight: 700; font-size: var(--fs-body);
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.nk54 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: var(--r-chip); }
.b7xc424z { list-style: none; display: flex; column-gap: 20px; row-gap: 8px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.b7xc424z a {
  color: var(--text-body); white-space: nowrap; font-weight: 500;
  text-decoration: none; font-size: var(--fs-sm); transition: color 0.2s;
}
.b7xc424z a:hover { color: var(--accent-light); }
.qndaco6     .ym3v { border-radius: var(--r-chip); }
.qndaco6 .ym3v li:first-child a { border-top-left-radius: var(--r-chip); border-top-right-radius: var(--r-chip); }
.qndaco6 .ym3v li:last-child a { border-bottom-left-radius: var(--r-chip); border-bottom-right-radius: var(--r-chip); }
.mje5r5lh .ym3v li + li { border-top: var(--bw-hair) dashed var(--border-alt); }
@media (max-width: 640px) {
  .ym3v {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .kypj3i:hover .ym3v,
  .kypj3i:focus-within .ym3v { display: block; }
  .ym3v li a { padding: 8px 16px; font-size: var(--fs-sm); }
}
.w1v3 {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: var(--fs-h3); cursor: pointer; padding: 4px 8px; line-height: var(--lh-solid);
}
.cnvpfd44 { display: none; }
@media (max-width: 640px) {
  .cnvpfd44 {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .cnvpfd44.ys3jo { display: block; }
}
@media (max-width: 640px) {
  .w1v3 { display: block; }
  .b7xc424z > li + li::before { display: none !important; }
  .b7xc424z {
    display: none; flex-direction: column; gap: 0; align-items: stretch; flex-wrap: nowrap;
    position: absolute; top: 56px; left: 0; right: 0;
    background: var(--bg-surface);
    border-top: var(--bw-hair) solid var(--border); padding: 8px 0;
  }
  .b7xc424z.ys3jo { display: flex; }
  .b7xc424z li a {
    display: block; padding: 12px 24px; font-size: var(--fs-sm);
    border-bottom: var(--bw-hair) solid var(--border);
  }
  .b7xc424z li:last-child a { border-bottom: none; }
}
.zgo3 { min-height: 480px; }
.e3glmal {
  font-size: var(--fs-h1); font-weight: 700; color: #fff;
  line-height: 1.12; margin-bottom: 20px; letter-spacing: -0.025em; text-wrap: balance;
}
.myktn { font-size: var(--fs-lead); line-height: 1.55; margin-bottom: 32px; max-width: 680px; margin-left: auto; margin-right: auto; }
.rvz4i .myktn { margin-left: 0; margin-right: 0; }
.hvnup {
  background: var(--cta); color: var(--cta-fg, #fff); text-decoration: none;
  border-radius: var(--r-btn); padding: 16px 32px;
  font-size: var(--fs-body); font-weight: 700; display: inline-block;
  transition: opacity 0.2s, transform 0.15s;
}
.nlgf .hvnup { margin-top: 24px; }
.hvnup:hover { opacity: 0.88; }
.xknppzbo .e3glmal { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.xknppzbo .myktn { color: #e2e8f0; }
.xknppzbo.rvz4i   .xt6k { text-align: left; }
.j20qn2pm .e3glmal { color: var(--text-primary); text-shadow: none; }
.j20qn2pm .myktn { color: var(--text-muted); }
.j20qn2pm .hvnup { margin-top: 16px; }
.j20qn2pm, .j20qn2pm.zgo3 { min-height: auto !important; }
.j20qn2pm.rvz4i   .xt6k { text-align: left; }
.j20qn2pm~.o4rtglh{position:static!important;left: auto!important;transform:none!important;width:100%!important;max-width:var(--content-mw,1100px)!important;margin: 0 auto!important;padding: 0 24px 12px!important}
.j20qn2pm~.o4rtglh .j0nu{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding: 0!important;border-radius:0!important;font-size: var(--fs-label)}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.tpek0e6h .e3glmal { color: #fff; }
.tpek0e6h .myktn { color: rgba(255,255,255,0.85); }
.eatlmo {
  display: grid; grid-template-columns: 1fr 1fr;
  grid-template-areas: "text media";
  min-height: 480px;
  background: linear-gradient(110deg, var(--accent-bg) 0%, var(--bg-card) 55%, var(--bg-surface) 100%);
}
.llgb87bh {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.xuabxtp8 {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.f1zczih {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.eatlmo .e3glmal { text-shadow: none; color: var(--text-primary); }
.eatlmo .myktn { color: var(--text-muted); }
body.gpqc .e3glmal {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.fzrj .e3glmal {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.zgo3.tpek0e6h .e3glmal,
section.tpek0e6h .e3glmal {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.eatlmo.psp7e66 .llgb87bh { align-items: center; text-align: center; }
.eatlmo.rvz4i   .llgb87bh { align-items: flex-start; text-align: left; }
.dwemhka .xuabxtp8 { position: relative; }
.dwemhka .xuabxtp8::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.dwemhka.l9q1 .xuabxtp8::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.k46614n8 .xuabxtp8 {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.k46614n8 .f1zczih {
  position: static; width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover; border-radius: var(--r-card);
  box-shadow: var(--sh-3);
}
.k46614n8.l9q1 .xuabxtp8 { padding: 32px 0 32px 32px; }
.pmd1c .xuabxtp8 {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.pmd1c .f1zczih {
  position: static;
  width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: var(--r-card);
  box-shadow: var(--sh-3);
}
.l9q1 .llgb87bh {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.pmd1c.l9q1 .xuabxtp8 { padding: 40px 16px 40px 48px; }
.zgo3 .u6nrq {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.u6nrq .ksevmw {
  grid-template-columns: 1fr !important;
  row-gap: 12px !important; column-gap: 0 !important;
  padding: 16px 20px 20px !important;
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
  align-items: center; justify-items: center; text-align: center;
}
.u6nrq .ksevmw + .ksevmw { border-top: var(--bw-hair) solid var(--border-alt); }
.u6nrq .mhou9et { align-items: center; text-align: center; width: 100%; }
.u6nrq .ywpc {
  width: 168px !important; height: 88px !important; padding: 8px;
  margin: 0 auto;
}
.u6nrq .k77b { max-height: 64px; max-width: 140px; }
.u6nrq .u0wg {
  font-size: var(--fs-sm); font-weight: 700; line-height: var(--lh-tight);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  overflow-wrap: normal; word-break: normal; hyphens: none; max-width: 100%;
}
.u6nrq .zo7v,
.u6nrq .pmdjoszr {
  font-size: var(--fs-sm);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%;
}
.u6nrq .xegs.cryev7 {
  width: 100% !important; min-width: 0 !important;
  padding: 12px 16px !important; font-size: var(--fs-sm) !important;
  background: var(--cta) !important; color: var(--cta-fg, #fff) !important;
  border: none !important;
}
.u6nrq .xegs.cryev7:hover { opacity: 0.85; }
.u6nrq .ksevmw,
.u6nrq .ksevmw:hover,
.u6nrq .ksevmw:nth-child(even),
.u6nrq .ksevmw:nth-child(odd),
.u6nrq .ksevmw:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.ki32fzz .xuabxtp8 {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
@media (max-width: 700px) {
  .eatlmo { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .eatlmo:not(.ki32fzz) .xuabxtp8 { display: none !important; }
  .ki32fzz .xuabxtp8 { padding: 16px; }
  .llgb87bh  { padding: 36px 24px; }
  .eatlmo~.o4rtglh,.l9q1~.o4rtglh{max-width:100%;left: 0;right: 0;transform:none;padding: 0 24px}
  .zgo3, .eatlmo { min-height: 320px !important; }
  .e3glmal { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .fptcpu,
  .rfq9y5lc,
  .cc7ah6 { grid-template-columns: 1fr !important; }

  

  
  .stktq7g { display: flex !important; flex-direction: column !important; }
  .stktq7g .xt6k { display: contents; }
  .stktq7g .xzq3 { order: 0; }
  .stktq7g .e3glmal { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .stktq7g .fptcpu { order: 2; padding: 0 16px 12px !important; }
  .stktq7g .myktn { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .nlgf .xt6k { display: flex; flex-direction: column; }
  .nlgf .xt6k .e3glmal { order: 1; }
  .nlgf .xt6k .cc7ah6 { order: 2; margin: 8px 0 24px !important; }
  .nlgf .xt6k .myktn { order: 3; }
  .nlgf .xt6k .hvnup { order: 4; align-self: center; margin-top: 0; }

  
  .eatlmo.ki32fzz {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .eatlmo.ki32fzz .llgb87bh { display: contents; padding: 0; }
  .eatlmo.ki32fzz .llgb87bh .e3glmal { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .eatlmo.ki32fzz .xuabxtp8 { order: 2; padding: 12px 16px; }
  .eatlmo.ki32fzz .llgb87bh .myktn { order: 3; padding: 0 24px; margin: 0 auto; }
  .eatlmo.ki32fzz .llgb87bh .hvnup { order: 4; align-self: center; margin: 8px 0 32px; }
}
.ktolk { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.q0d4l { width: 100%; height: auto; display: block; border-radius: var(--r-btn); }
.je1pr .ktolk        { border-radius: var(--r-card); }
.je1pr .q0d4l  { border-radius: var(--r-card); }
.n722q .ktolk         { box-shadow: var(--sh-2); border-radius: var(--r-btn); }
.n722q .q0d4l   { border-radius: var(--r-btn); }
.fjk3jy { max-width: 1100px; margin: 0 auto; padding: 40px 24px 8px; }
.uv1xsv2 { width: 100%; padding: 32px 0; position: relative; }
.lorg19 { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.kfx8qu .uv1xsv2, .alh1hd42 .uv1xsv2 { background: transparent; }
.scqkf4a .h6rz > *,
.usdm > *, .wtuzs9dd > *, .k0j9p > *, .b2jjkaxk > *, .ytps3 > * {
  --tone-fill: var(--tone-fill-raw); --tone-fill-2: var(--tone-fill-2-raw);
  --tone-fill-head: var(--tone-fill-head-raw); --tone-fill-fg: var(--tone-fill-fg-raw);
  --tone-fill-muted: var(--tone-fill-muted-raw);
  --bg-card-inner: var(--bg-card-inner-raw);
  --bg-note: var(--bg-note-raw); --bg-tip: var(--tone-fill-raw); --bg-info: var(--tone-fill-raw);
  --panel-sh: none;
}
h1.nk5rqyd { font-size: var(--fs-h1); font-weight: 700; color: var(--text-primary); margin-bottom: 16px; }
h2.nk5rqyd {
  font-size: var(--fs-h2); font-weight: 700; color: var(--tone-head, var(--text-primary));
  line-height: 1.2; letter-spacing: -0.02em; text-wrap: balance;
  margin: 0 0 20px;
  
}
h3.cj9oi { font-size: calc(var(--fs-h3) - 2px); font-weight: 700; color: var(--tone-head, var(--text-primary)); line-height: 1.3; letter-spacing: -0.01em; text-wrap: balance; margin: 0 0 12px; }
.f39l h2.nk5rqyd {
  border-left: var(--bw-bar) solid var(--tone-line, var(--accent)); padding-left: 16px;
}
.pp9kk2 h2.nk5rqyd {
  border-bottom: var(--bw-rule) solid var(--tone-line, var(--accent)); padding-bottom: 12px;
  display: inline-block;
}
.eyssppg2 h2.nk5rqyd {
  border-top: var(--bw-bar) solid var(--tone-line, var(--accent)); padding-top: 12px;
  color: var(--tone-head, var(--text-primary));
}
.t60uu h2.nk5rqyd::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--tone-mark, var(--accent)); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.buim h2.nk5rqyd {
  color: var(--tone-head, var(--text-primary)); font-size: var(--fs-h2);
}
.idjs h2.nk5rqyd::before {
  content: "/"; color: var(--tone-mark, var(--text-faint)); font-weight: 700;
  margin-right: 10px;
}
.us86ca h2.nk5rqyd {
  text-transform: uppercase; letter-spacing: var(--ls-wide);
  font-size: var(--fs-body); color: var(--tone-head, var(--text-primary));
  border-bottom: var(--bw-hair) solid var(--tone-line, var(--border-alt)); padding-bottom: 8px;
}
@media (max-width: 640px) { .idxqya94 { display: none; } }
.fd5h4qq { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.sya7i { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.c0p2lq8 {
  background: var(--tone-fill, var(--bg-surface));
  border: var(--bw-hair) solid var(--border); border-radius: var(--r-btn);
  padding: 20px 24px; margin: 28px 0;
}
.ze6kzqd { font-weight: 700; color: var(--tone-head, var(--text-primary)); margin-bottom: 12px; font-size: var(--fs-sm); }
.aup7 { padding-left: 20px; }
.aup7 li { margin-bottom: 8px; }
.aup7 a { color: var(--text-muted); text-decoration: none; font-size: var(--fs-sm); }
.aup7 a:hover { color: var(--tone-link, var(--accent-light)); }
.k8fq9r2x .ze6kzqd { display: none; }
.wpojc .ze6kzqd { display: none; }
.wpojc .aup7 { padding-left: 0; list-style: none; }
.wpojc .aup7 li::before { content: "—"; margin-right: 8px; color: var(--text-faint); }
.wpojc .aup7 a { font-size: var(--fs-sm); }
.l6tl .c0p2lq8 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.l6tl .ze6kzqd { display: none; }
.l6tl .aup7 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.l6tl .aup7 li { margin-bottom: 0; }
.l6tl .aup7 a {
  display: inline-block;
  background: var(--bg-card); color: var(--text-body);
  border: var(--bw-hair) solid var(--border); border-radius: var(--r-pill);
  padding: 4px 16px; font-size: var(--fs-sm); font-weight: 500;
}
.l6tl .aup7 a:hover { border-color: var(--accent); color: var(--accent); }
.guywct1 .c0p2lq8 { padding: 20px 20px 16px; }
.guywct1 .aup7 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 12px;
  counter-reset: toc-c;
}
.guywct1 .aup7 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.guywct1 .aup7 a {
  display: flex; align-items: center; gap: 12px;
  background: var(--bg-card); border-radius: var(--r-btn);
  padding: 12px 16px; border: var(--bw-hair) solid var(--border);
  font-size: var(--fs-sm); line-height: var(--lh-snug); color: var(--text-muted);
  width: 100%; min-height: 58px;
  transition: border-color .15s, color .15s, background .15s;
}
.guywct1 .aup7 a::before {
  content: counter(toc-c);
  flex-shrink: 0; width: 26px; height: 26px;
  background: var(--tone-mark, var(--accent)); color: var(--tone-mark-fg, #fff); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: var(--fs-caption); font-weight: 700;
}
.guywct1 .aup7 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.guywct1 .aup7 a:focus,
.guywct1 .aup7 a:focus-visible,
.guywct1 .aup7 a:target { outline: none; }
.guywct1 .aup7 li:target a { border-color: var(--border); color: var(--text-muted); }
.hwmbb7xn .c0p2lq8 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.hwmbb7xn .ze6kzqd { display: none; }
.hwmbb7xn .aup7 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.hwmbb7xn .aup7 li { counter-increment: toc-n; margin-bottom: 0; }
.hwmbb7xn .aup7 a {
  display: inline-flex; align-items: center; gap: 12px;
  background: var(--bg-card); color: var(--text-muted);
  border: var(--bw-hair) solid var(--border); border-radius: var(--r-btn);
  padding: 12px 20px 12px 12px; font-size: var(--fs-sm); font-weight: 500;
  transition: border-color .15s, color .15s;
}
.hwmbb7xn .aup7 a::before {
  content: counter(toc-n, decimal-leading-zero);
  flex-shrink: 0; width: 28px; height: 28px;
  background: var(--tone-mark, var(--accent)); color: var(--tone-mark-fg, #fff); border-radius: var(--r-btn);
  display: flex; align-items: center; justify-content: center;
  font-size: var(--fs-caption); font-weight: 700;
}
.hwmbb7xn .aup7 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.psuzoinx .c0p2lq8 { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: var(--bw-rule) solid var(--border); }
.psuzoinx .ze6kzqd { display: none; }
.psuzoinx .aup7 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.psuzoinx .aup7 li { margin-bottom: 0; }
.psuzoinx .aup7 a {
  display: inline-block; padding: 8px 16px;
  font-size: var(--fs-sm); font-weight: 600; color: var(--text-muted);
  border-bottom: var(--bw-rule) solid transparent;
  transition: color .15s, border-color .15s;
}
.psuzoinx .aup7 a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.pur72 .c0p2lq8 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.pur72 .ze6kzqd { display: none; }
.pur72 .aup7 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.pur72 .aup7 li { margin-bottom: 0; }
.pur72 .aup7 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.pur72 .aup7 li:last-child::after { content: ""; margin-right: 0; }
.pur72 .aup7 a { font-size: var(--fs-sm); }
.h6rz { padding: 16px 20px 20px; margin-bottom: 12px; border-radius: var(--r-btn); }
.scqkf4a .h6rz { background: var(--bg-card); }
.jr5qqsn .h6rz { background: none; border-radius: 0; padding: 28px 0 8px; }
.jr5qqsn .h6rz + .h6rz { border-top: var(--bw-hair) solid var(--border-section); }
.hz758 .h6rz {
  background: none; border-radius: 0;
  border-bottom: var(--bw-hair) solid var(--border);
  padding: 24px 4px;
}
.hz758 .h6rz:last-child { border-bottom: none; }
.gtr6b6z9 .h6rz {
  background: none; border-radius: 0;
  border-left: var(--bw-bar) solid var(--accent);
  padding: 12px 0 12px 20px;
}
.gtr6b6z9 .h6rz + .h6rz { margin-top: 4px; }
.wtc0lw46 .h6rz { background: none; border-radius: 0; padding: 28px 0 8px; }
.wtc0lw46 .h6rz + .h6rz { border-top: var(--bw-hair) solid var(--border-section); }
.trzxy { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.guas { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.ip1pk6l, .g7sj0ew5 { padding-left: 24px; color: var(--text-body); margin: 12px 0; }
.ip1pk6l li, .g7sj0ew5 li { margin-bottom: 8px; }
.g7sj0ew5 li { list-style: decimal; }
.k0j9p { overflow-x: auto; margin: 12px 0; background: var(--bg-card); border-radius: var(--r-btn); border: var(--bw-hair) solid var(--border-alt); }
.fv4zd .k0j9p,
.wtuzs9dd .k0j9p { background: transparent; border: none; border-radius: 0; }
.dg6o2a { width: 100%; border-collapse: collapse; font-size: var(--fs-sm); }
.dg6o2a th {
  background: var(--tone-th, var(--bg-surface)); color: var(--tone-th-fg, var(--text-primary));
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.dg6o2a td { padding: 8px 12px; border-bottom: var(--bw-hair) solid var(--border-alt); color: var(--text-body); }
.dg6o2a tr:hover td { background: var(--bg-hover); }
.rfzu8u .dg6o2a tbody tr:nth-child(even) td { background: var(--tone-fill, var(--bg-surface)); }
.vp4e .dg6o2a { border: var(--bw-hair) solid var(--border-alt); }
.vp4e .dg6o2a th,
.vp4e .dg6o2a td { border: var(--bw-hair) solid var(--border-alt); }
.u4xp4 .dg6o2a th {
  background: transparent; color: var(--tone-head, var(--text-primary));
  border-bottom: var(--bw-rule) solid var(--tone-line, var(--border)); padding-bottom: 8px;
}
.u4xp4 .dg6o2a td { border-bottom: none; }
.u4xp4 .dg6o2a tr:not(:last-child) td { border-bottom: var(--bw-hair) solid var(--border-alt); }
.a110u0g .dg6o2a th {
  background: var(--tone-mark, var(--cta)); color: var(--tone-mark-fg, #fff); letter-spacing: var(--ls-label);
}
.rt0g2iyw .k0j9p {
  overflow: hidden;
}
.rt0g2iyw .dg6o2a th { border-bottom: var(--bw-hair) solid var(--border-alt); }
.rt0g2iyw .dg6o2a tr:last-child td { border-bottom: none; }
.wi366xh { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 16px; margin: 12px 0; }
.ytps3 { background: var(--bg-card-inner); border-radius: var(--r-btn); overflow: hidden; }
.b3in89ui { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.fmnx { background: var(--tone-fill, var(--bg-surface)); color: var(--tone-head, var(--text-primary)); font-weight: 700; padding: 12px 16px; font-size: var(--fs-sm); border-bottom: var(--bw-hair) solid var(--border-alt); }
.lw5ndn0 { padding: 12px 16px 4px; font-size: var(--fs-sm); color: var(--text-sub); }
.emoqyn { padding: 4px 16px 12px 28px; font-size: var(--fs-label); color: var(--text-muted); }
.emoqyn li { margin-bottom: 4px; }
[data-i="f0eb"]::before{content:"\f0eb"} [data-i="f3ed"]::before{content:"\f3ed"}
[data-i="f0e7"]::before{content:"\f0e7"} [data-i="f3a5"]::before{content:"\f3a5"}
[data-i="f005"]::before{content:"\f005"} [data-i="f1b2"]::before{content:"\f1b2"}
[data-i="f201"]::before{content:"\f201"} [data-i="f023"]::before{content:"\f023"}
[data-i="f140"]::before{content:"\f140"} [data-i="f0ac"]::before{content:"\f0ac"}
[data-i="f058"]::before{content:"\f058"} [data-i="f1fe"]::before{content:"\f1fe"}
[data-i="f059"]::before{content:"\f059"} [data-i="f084"]::before{content:"\f084"}
[data-i="f1e0"]::before{content:"\f1e0"} [data-i="f6e2"]::before{content:"\f6e2"}
[data-i="f5da"]::before{content:"\f5da"} [data-i="f024"]::before{content:"\f024"}
[data-i="f0a3"]::before{content:"\f0a3"} [data-i="f6ff"]::before{content:"\f6ff"}
[data-c="a"],[data-c="c"],[data-c="e"],[data-c="g"]{color:var(--tone-chip-fg,var(--accent-light));background:var(--tone-chip,var(--accent-bg))}
[data-c="b"],[data-c="d"],[data-c="f"],[data-c="h"]{color:var(--tone-soft-fg,var(--accent-light));background:var(--tone-soft,var(--accent-bg))}
[data-s="r"]{border-radius:50%}
[data-s="s"]{border-radius: var(--r-btn)}
[data-s="d"]{border-radius:50% 8px}
[data-s="h"]{border-radius:50%;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%)}
[data-s="b"]{border-radius:60% 40% 50% 50%/50% 60% 40% 50%}
.blo9vs .fmnx { background: transparent; text-align: center; }
.rp530 .b3in89ui {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 20px auto 2px; display: block;
}
.ysxo43 .b3in89ui {
  width: 72px; height: 72px; aspect-ratio: 1/1;
  border-radius: 50%; object-fit: cover;
  margin: 16px auto 4px; display: block;
  border: var(--bw-bar) solid var(--accent-bg);
}
.svvj1 .ytps3 { display: grid; grid-template-columns: auto 1fr; }
.svvj1 .b3in89ui {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.svvj1 .fmnx { grid-column: 2; }
.svvj1 .lw5ndn0,
.svvj1 .emoqyn { grid-column: 1 / -1; }
.p3ptbu .ytps3 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.p3ptbu .b3in89ui {
  grid-column: 1; grid-row: 1;
  width: 60px; height: 60px; aspect-ratio: 1/1;
  border-radius: 50%; object-fit: cover;
  margin: 16px 12px; border: var(--bw-rule) solid var(--accent-pale);
}
.p3ptbu .fmnx { grid-column: 2; }
.p3ptbu .lw5ndn0,
.p3ptbu .emoqyn { grid-column: 1 / -1; }
.yemrv .ytps3 { border: var(--bw-hair) solid var(--border); border-left: var(--bw-rule) solid var(--tone-line, var(--accent)); }
.yemrv .fmnx { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; }
.v877 .ytps3 { background: color-mix(in srgb, var(--bg-card) 72%, transparent); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: var(--bw-hair) solid var(--border); box-shadow: var(--sh-1); }
.v877 .fmnx { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; }
.rypgdin .ytps3 { background: none; border: none; border-radius: 0; border-top: var(--bw-rule) solid var(--tone-line, var(--accent)); }
.rypgdin .fmnx { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; }
.l03gt .ytps3 { border: var(--bw-hair) solid var(--border); border-top: var(--bw-bar) solid var(--tone-line, var(--accent)); }
.l03gt .fmnx { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; padding-top: 12px; }
.jitc5 .wi366xh { counter-reset: card-n; }
.jitc5 .ytps3  { counter-increment: card-n; }
.jitc5 .fmnx { display: flex; align-items: center; gap: 12px; }
.jitc5 .fmnx::before {
  content: counter(card-n);
  flex-shrink: 0; min-width: 26px; height: 26px;
  background: var(--tone-mark, var(--accent)); color: var(--tone-mark-fg, #fff); border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: var(--fs-caption); font-weight: 700;
}
.rgk27jn .ytps3 { background: var(--tone-fill, var(--bg-surface)); border: var(--bw-hair) solid var(--border); }
.rgk27jn .fmnx { background: none; color: var(--text-main); font-weight: 700; border-bottom: var(--bw-hair) solid var(--border); }
.xsp7 { display: flex; gap: 16px; align-items: flex-start; border-radius: var(--r-btn); padding: 16px 20px; margin: 12px 0; }
.xsp7         { --cl-hue: var(--tone-line, var(--accent)); --cl-bg: var(--bg-tip, var(--bg-surface)); }
.elj2as     { --cl-hue: var(--tone-line, var(--accent)); }
.mmo7 { --cl-hue: var(--c-warn-border); --cl-bg: var(--bg-warning); }
.fk8whe    { --cl-hue: var(--tone-line, var(--accent)); }
.elj2as, .mmo7, .fk8whe, .sbw3ziw9 {
  background: var(--cl-bg, var(--bg-surface));
  border-left: var(--bw-bar) solid var(--cl-hue);
}
.ocvk0 { font-size: var(--fs-lead); flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.ocvk0::before { color: var(--cl-hue); }
.xsp7 strong { color: var(--tone-sub, var(--text-primary)); font-size: var(--fs-sm); }
.xsp7 p { color: var(--text-muted); font-size: var(--fs-sm); margin-top: 4px; }
.zq35u { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 12px 0; }
.jd7ku, .t58noszt { border-radius: var(--r-btn); padding: 16px; }
.jd7ku { background: var(--bg-pros); }
.t58noszt { background: var(--bg-cons); }
.mkvwqg { font-weight: 700; font-size: var(--fs-label); margin-bottom: 8px; }
.jd7ku .mkvwqg { color: var(--c-pros-label); }
.t58noszt .mkvwqg { color: var(--c-cons-label, var(--c-cons)); }
.jd7ku ul li { color: var(--text-body); list-style: none; padding-left: 4px; margin-bottom: 4px; font-size: var(--fs-sm); }
.t58noszt ul li { color: var(--text-body); list-style: none; padding-left: 4px; margin-bottom: 4px; font-size: var(--fs-sm); }
.q0d4l { width: 100%; height: auto; border-radius: var(--r-btn); display: block; }
.cryev7 {
  background: var(--cta); color: var(--cta-fg, #fff); border: none;
  border-radius: var(--r-chip); padding: 8px 16px; font-size: var(--fs-sm); font-weight: 600;
  cursor: pointer; text-decoration: none; display: inline-block; white-space: nowrap;
}
.cryev7:hover { opacity: 0.85; }
.pv01 .cryev7  { background: transparent; border: var(--bw-rule) solid var(--cta); color: var(--cta-light); }
.pv01 .cryev7:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.y5ltsw .cryev7  { background: var(--accent-bg); border: var(--bw-hair) solid var(--cta); color: var(--cta-light); }
.y5ltsw .cryev7:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.pv01 .xegs.cryev7, .y5ltsw .xegs.cryev7,
.pv01 .tsfbw25 .cryev7, .y5ltsw .tsfbw25 .cryev7 {
  background: var(--cta); border: none; color: #fff;
}
.pv01 .xegs.cryev7:hover, .y5ltsw .xegs.cryev7:hover,
.pv01 .tsfbw25 .cryev7:hover, .y5ltsw .tsfbw25 .cryev7:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.ghs0oux5 .hvnup { border-radius: var(--r-pill); }
.ghs0oux5 .cryev7  { border-radius: var(--r-pill); }
.mtuk .hvnup,
.mtuk .hvnup:hover,
.cul8x .hvnup,
.cul8x .cryev7 { box-shadow: none; }
.cul8x .hvnup:hover,
.cul8x .cryev7:hover { box-shadow: none; opacity: 1; }
.k61y .hvnup,
.k61y .cryev7 { box-shadow: none; transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.k61y .hvnup:hover,
.k61y .cryev7:hover { opacity: 1; }
.k61y .hvnup:active,
.k61y .cryev7:active { transform: translateY(3px); box-shadow: none; }
.n6quc6c .hvnup,
.n6quc6c .cryev7 { box-shadow: none; }
.n6quc6c .hvnup:hover,
.n6quc6c .cryev7:hover { opacity: 1; box-shadow: none; }
.n6quc6c .hvnup:active,
.n6quc6c .cryev7:active { box-shadow: none; }
.d43a3 .hvnup,
.d43a3 .cryev7 { position: relative; overflow: hidden; }
.d43a3 .hvnup::before,
.d43a3 .cryev7::before {
  content: ""; position: absolute; top: 0; left: -125%; width: 55%; height: 100%;
  background: none;
  transform: skewX(-20deg); transition: left .6s ease; pointer-events: none;
}
.d43a3 .hvnup:hover::before,
.d43a3 .cryev7:hover::before { left: 135%; }
.hf3nc2 .hvnup,
.hf3nc2 .cryev7 { border-radius: 0; }
.ckbiw .hvnup { padding-left: 24px; padding-right: 24px; }
.ckbiw .cryev7  { padding-left: 12px; padding-right: 12px; }
.ige5 .hvnup { padding-left: 44px; padding-right: 44px; }
.ige5 .cryev7  { padding-left: 24px; padding-right: 24px; }
.w3rp .hvnup { padding-left: 56px; padding-right: 56px; }
.w3rp .cryev7  { padding-left: 32px; padding-right: 32px; }
.wvdd6lgo   .hvnup::after, .wvdd6lgo   .cryev7::after,
.gp8p .hvnup::after, .gp8p .cryev7::after,
.a3wk4    .hvnup::after, .a3wk4    .cryev7::after,
.ufmm3x1    .hvnup::after, .ufmm3x1    .cryev7::after,
.mh9o    .hvnup::after, .mh9o    .cryev7::after,
.axlmh9i     .hvnup::after, .axlmh9i     .cryev7::after,
.sbeec4oe    .hvnup::after, .sbeec4oe    .cryev7::after,
.gf9l   .hvnup::after, .gf9l   .cryev7::after {
  content: ""; display: inline-block;
  width: 1em; height: 1em; margin-left: 6px; vertical-align: -0.15em;
  background: currentColor;
  -webkit-mask-size: contain; mask-size: contain;
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  -webkit-mask-position: center; mask-position: center;
}
.wvdd6lgo .hvnup::after, .wvdd6lgo .cryev7::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12h16M13 5l7 7-7 7'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12h16M13 5l7 7-7 7'/%3E%3C/svg%3E");
}
.gp8p .hvnup::after, .gp8p .cryev7::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 6l6 6-6 6'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 6l6 6-6 6'/%3E%3C/svg%3E");
}
.a3wk4 .hvnup::after, .a3wk4 .cryev7::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 4l14 8-14 8z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 4l14 8-14 8z' fill='black'/%3E%3C/svg%3E");
}
.ufmm3x1 .hvnup::after, .ufmm3x1 .cryev7::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13 2L3 14h9l-1 8 10-12h-9l1-8z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13 2L3 14h9l-1 8 10-12h-9l1-8z' fill='black'/%3E%3C/svg%3E");
}
.mh9o .hvnup::after, .mh9o .cryev7::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l3.1 6.3 6.9.7-5 4.8 1.5 6.9L12 17.3l-6.5 3.4 1.5-6.9L2 9l6.9-.7z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l3.1 6.3 6.9.7-5 4.8 1.5 6.9L12 17.3l-6.5 3.4 1.5-6.9L2 9l6.9-.7z' fill='black'/%3E%3C/svg%3E");
}
.axlmh9i .hvnup::after, .axlmh9i .cryev7::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 3h12l4 6L12 22 2 9z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 3h12l4 6L12 22 2 9z' fill='black'/%3E%3C/svg%3E");
}
.sbeec4oe .hvnup::after, .sbeec4oe .cryev7::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2c0 0-7 6-7 12a7 7 0 0 0 14 0c0-3-1.5-5-3.5-6.5 0 3-2 5-3.5 5C14 9 12 2 12 2z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2c0 0-7 6-7 12a7 7 0 0 0 14 0c0-3-1.5-5-3.5-6.5 0 3-2 5-3.5 5C14 9 12 2 12 2z' fill='black'/%3E%3C/svg%3E");
}
.gf9l .hvnup::after, .gf9l .cryev7::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M2 19h20v2H2zM2 17L5.5 7l4.5 5L12 3l2 9 4.5-5L22 17z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M2 19h20v2H2zM2 17L5.5 7l4.5 5L12 3l2 9 4.5-5L22 17z' fill='black'/%3E%3C/svg%3E");
}
.jg2xd   .pdrd2::after, .jg2xd   .j9d91z5::after,
.p4p9 .pdrd2::after, .p4p9 .j9d91z5::after,
.ubu8n    .pdrd2::after, .ubu8n    .j9d91z5::after,
.lc6nli    .pdrd2::after, .lc6nli    .j9d91z5::after,
.gr0z4cc    .pdrd2::after, .gr0z4cc    .j9d91z5::after,
.s6re     .pdrd2::after, .s6re     .j9d91z5::after,
.ltitj    .pdrd2::after, .ltitj    .j9d91z5::after,
.wx6skn   .pdrd2::after, .wx6skn   .j9d91z5::after {
  content: "" !important; display: inline-block !important;
  width: 1em; height: 1em; margin-left: 6px; vertical-align: -0.15em;
  background: currentColor !important;
  -webkit-mask-size: contain; mask-size: contain;
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  -webkit-mask-position: center; mask-position: center;
}
.jg2xd .pdrd2::after, .jg2xd .j9d91z5::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12h16M13 5l7 7-7 7'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12h16M13 5l7 7-7 7'/%3E%3C/svg%3E");
}
.p4p9 .pdrd2::after, .p4p9 .j9d91z5::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 6l6 6-6 6'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 6l6 6-6 6'/%3E%3C/svg%3E");
}
.ubu8n .pdrd2::after, .ubu8n .j9d91z5::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 4l14 8-14 8z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 4l14 8-14 8z' fill='black'/%3E%3C/svg%3E");
}
.lc6nli .pdrd2::after, .lc6nli .j9d91z5::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13 2L3 14h9l-1 8 10-12h-9l1-8z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13 2L3 14h9l-1 8 10-12h-9l1-8z' fill='black'/%3E%3C/svg%3E");
}
.gr0z4cc .pdrd2::after, .gr0z4cc .j9d91z5::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l3.1 6.3 6.9.7-5 4.8 1.5 6.9L12 17.3l-6.5 3.4 1.5-6.9L2 9l6.9-.7z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l3.1 6.3 6.9.7-5 4.8 1.5 6.9L12 17.3l-6.5 3.4 1.5-6.9L2 9l6.9-.7z' fill='black'/%3E%3C/svg%3E");
}
.s6re .pdrd2::after, .s6re .j9d91z5::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 3h12l4 6L12 22 2 9z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 3h12l4 6L12 22 2 9z' fill='black'/%3E%3C/svg%3E");
}
.ltitj .pdrd2::after, .ltitj .j9d91z5::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2c0 0-7 6-7 12a7 7 0 0 0 14 0c0-3-1.5-5-3.5-6.5 0 3-2 5-3.5 5C14 9 12 2 12 2z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2c0 0-7 6-7 12a7 7 0 0 0 14 0c0-3-1.5-5-3.5-6.5 0 3-2 5-3.5 5C14 9 12 2 12 2z' fill='black'/%3E%3C/svg%3E");
}
.wx6skn .pdrd2::after, .wx6skn .j9d91z5::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M2 19h20v2H2zM2 17L5.5 7l4.5 5L12 3l2 9 4.5-5L22 17z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M2 19h20v2H2zM2 17L5.5 7l4.5 5L12 3l2 9 4.5-5L22 17z' fill='black'/%3E%3C/svg%3E");
}
.kq0hdk {
  --cs-radius: var(--r-card);
  --cs-chip-radius: var(--r-btn);
  display: flex; flex-direction: column;
  
  position: relative;
  
  width: min(100vw - 40px, 1400px);
  max-width: 100%; box-sizing: border-box;
  margin: 32px auto;
  overflow-x: clip;
  background: var(--bg-card);
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--cs-radius);
  overflow: hidden;
}
.ksevmw {
  display: grid;
  grid-template-columns: var(--cs-grid, 44px 188px minmax(180px, 1.4fr) 164px);
  align-items: center;
  gap: 20px;
  padding: 16px 20px;
  background: var(--bg-card);
  box-sizing: border-box; max-width: 100%;
  transition: background .15s;
}
.ksevmw + .ksevmw { border-top: var(--bw-hair) solid var(--border-alt); }
.ksevmw > * { min-width: 0; }
.ksevmw:hover { background: var(--bg-hover); }
.ksevmw > [itemprop="item"] { display: contents; }
.ksevmw [itemprop="itemReviewed"],
.ksevmw [itemprop="reviewRating"] { display: none; }
.mhou9et {
  display: flex; flex-direction: column;
  align-items: flex-start; justify-content: center;
  gap: 4px; min-width: 0; max-width: 100%;
}
.xr34, .j2zz, .voelrjj,
.poke1, .arrhl5, .f1prqwis { align-items: center; text-align: center; }
.arrhl5, .f1prqwis { align-items: stretch; }
.sr5f0u {
  font-size: var(--fs-label); font-weight: 600; line-height: var(--lh-tight);
  color: var(--text-muted);
  text-transform: uppercase; letter-spacing: var(--ls-label);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  max-width: 100%;
}
.r0xbufc {
  font-size: var(--fs-body); font-weight: 600; line-height: var(--lh-tight);
  color: var(--text-primary);
  max-width: 100%; overflow-wrap: break-word;
}
.pmdjoszr { font-size: var(--fs-lead); font-weight: 700; }
.sioihjp .r0xbufc {
  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
  overflow: hidden;
}
.u0wg {
  font-size: var(--fs-body); font-weight: 700; line-height: var(--lh-tight);
  color: var(--text-primary);
  max-width: 100%; overflow-wrap: break-word; hyphens: auto;
}
.ywpc {
  width: 168px; height: 104px; max-width: 100%;
  display: flex; align-items: center; justify-content: center;
  
  background: transparent;
  border-radius: var(--r-chip);
  padding: 0; box-sizing: border-box; overflow: hidden; flex-shrink: 0;
}
.mpz1wk .k77b { max-height: 60px; max-width: 68px; }
.k77b {
  max-height: 88px; max-width: 152px;
  width: auto; height: auto; object-fit: contain;
}
.j2zz .ywpc { width: 168px; }
.ksszd .ywpc,
.ksszd .y7aby,
.a5f6br .ywpc,
.a5f6br .y7aby,
.fnh4um .ywpc,
.fnh4um .y7aby,
.v9hjn .ywpc,
.v9hjn .y7aby,
.ksszd .ywpc, .a5f6br .ywpc,
.fnh4um .ywpc,  .v9hjn .ywpc {
  width: 88px; height: 88px; padding: 12px;
}
.ksszd .ywpc .k77b, .a5f6br .ywpc .k77b,
.fnh4um .ywpc .k77b,  .v9hjn .ywpc .k77b {
  max-height: 60px; max-width: 68px;
}
.tkqxt2x2 .ywpc, .tkqxt2x2 .ywpc.mpz1wk,
.tkqxt2x2 .y7aby,   .tkqxt2x2 .y7aby.mpz1wk,
.fnbs3m36 {
  color: #f5a524; font-size: var(--fs-label);
  letter-spacing: var(--ls-label); line-height: var(--lh-tight); white-space: nowrap;
}
.dm5lsorf {
  font-size: var(--fs-lead); font-weight: 700; line-height: var(--lh-solid);
  color: var(--text-primary);
}
.dm5lsorf small { font-size: var(--fs-caption); font-weight: 600; color: var(--text-muted); }
.xegs.cryev7 {
  display: block; width: 100%;
  padding: 12px 20px !important;
  font-size: var(--fs-sm) !important; font-weight: 700;
  border-radius: var(--r-btn) !important;
  white-space: nowrap; text-align: center;
}
.f1prqwis {
  display: grid; grid-template-rows: var(--cs-link-h) auto var(--cs-link-h);
  align-content: center; --cs-link-h: 22px;
}
.f1prqwis::before { content: ""; }
.pfcdx {
  display: block; margin-top: 8px;
  font-size: var(--fs-label); font-weight: 600; line-height: var(--lh-tight);
  color: var(--text-muted); text-align: center; text-decoration: none;
}
.pfcdx:hover { color: var(--accent); text-decoration: underline; }
.u6nrq .ksevmw { padding: 16px 16px; gap: 16px; }
@media (max-width: 1080px) {
  .ksevmw { gap: 16px; padding: 16px 16px; }
  .ywpc { width: 152px; height: 96px; }
  .k77b { max-height: 80px; max-width: 136px; }
}
@media (max-width: 900px) {
  .ksevmw {
    display: flex; flex-wrap: wrap; align-items: flex-start;
    gap: 12px 16px; padding: 16px; position: relative;
  }
  
  .mhou9et { justify-content: flex-start; }
  
  .imrrwda, .grksj27 { flex-direction: row; }
  
  .imrrwda .kl8rl5t:nth-child(n+3) { display: none; }
  
  .xr34 {
    position: static; order: 0; flex: 0 0 auto;
    align-self: center; min-width: 18px;
  }
  .mhou9et { text-align: left; align-items: flex-start; }

  
  .j2zz, .voelrjj, .hm87unn {
    order: 1; flex: 0 1 auto; min-width: 0;
    flex-direction: row; align-items: center; gap: 12px;
  }
  .poke1 {
    order: 2; flex: 0 0 auto; margin-left: auto;
    flex-direction: row; align-items: baseline; gap: 8px;
  }
  .j2zz .ywpc, .voelrjj .ywpc,
  .hm87unn .ywpc { width: auto; height: 72px; }
  .k77b { max-height: 72px; max-width: 128px; }
  .pmdjoszr { font-size: var(--fs-body); }
  .u0wg { font-size: var(--fs-sm); }

  
  .zo7v, .r6vs90jv, .dyqt2,
  .pw14n, .w6syh, .zo8ujw,
  .sioihjp, .cu2qi, .w5kt6ta,
  .hxm743k, .go3y {
    order: 3; flex: 1 1 calc(50% - 7px); min-width: calc(50% - 7px);
  }
  
  .arrhl5, .f1prqwis { order: 4; flex: 1 0 100%; }
  .f1prqwis { display: flex; flex-direction: column; }
  .f1prqwis::before { display: none; }
  .xegs.cryev7 { width: 100%; padding: 12px 20px !important; }
  .pfcdx { text-align: left; }
}
@media (max-width: 560px) {
  .ksevmw { padding: 16px; gap: 12px 12px; }
  
  .sr5f0u, .h9ggn, .kl8rl5t { font-size: var(--fs-caption); }
  .r0xbufc { font-size: var(--fs-sm); }
  .pmdjoszr { font-size: var(--fs-body); }
  .u0wg { font-size: var(--fs-sm); }
  .s08lbq { font-size: var(--fs-sm); }
  .dm5lsorf { font-size: var(--fs-lead); }
  
  .xegs.cryev7 { padding: 12px 16px !important; font-size: var(--fs-sm) !important; }
  .mhou9et { gap: 2px; }
  .j2zz .ywpc, .voelrjj .ywpc,
  .hm87unn .ywpc { height: 64px; }
  .k77b { max-height: 64px; max-width: 116px; }
  .mpz1wk { padding: 8px; }
  .pmdjoszr { font-size: var(--fs-sm); }
}
@media (max-width: 360px) {
  .zo7v, .r6vs90jv, .dyqt2,
  .pw14n, .w6syh, .zo8ujw,
  .sioihjp, .cu2qi, .w5kt6ta,
  .hxm743k, .go3y { flex-basis: 100%; min-width: 100%; }
}
.usdm {
  --cs-radius: var(--r-card);
  background: var(--bg-card);
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--cs-radius);
  margin: 24px 0; overflow: hidden;
}
.chj3 {
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px;
  padding: 20px 24px; background: var(--bg-card);
}
.y7aby {
  width: 112px; height: 112px; flex-shrink: 0;
  background: var(--bg-card);
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-btn);
  display: flex; align-items: center; justify-content: center;
  padding: 6px; box-sizing: border-box; overflow: hidden;
}
.y7aby img { max-width: 96px; max-height: 96px; border-radius: var(--r-chip); width: auto; height: auto; object-fit: contain; }
.kxih { flex: 1; min-width: 0; }
.kxih h3 { font-size: var(--fs-lead); font-weight: 700; color: var(--text-primary); margin-bottom: 8px; line-height: var(--lh-tight); }
.i46n { color: #f5a524; font-size: var(--fs-sm); letter-spacing: var(--ls-label); }
.gc4fk { display: flex; align-items: baseline; gap: 12px; margin-bottom: 0; }
.gc4fk strong { font-size: var(--fs-lead); font-weight: 700; color: var(--text-primary); line-height: var(--lh-solid); }
.gc4fk .nv9ch { font-size: var(--fs-caption); font-weight: 600; color: var(--text-muted); }
.ny1p508 {
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px 24px;
  padding: 16px 24px;
  background: var(--tone-fill, var(--bg-surface)); border-top: var(--bw-hair) solid var(--border-alt);
}
.ny1p508 > span { font-size: var(--fs-sm); font-weight: 600; color: var(--text-primary); }
.bufdijy em, .mk2u0 em, .crkm em, .pklz em {
  font-size: var(--fs-caption); font-weight: 600; font-style: normal;
  color: var(--text-muted); text-transform: uppercase; letter-spacing: var(--ls-label);
}
@media (max-width: 560px) { .ny1p508 { padding: 12px 16px; gap: 8px 16px; } }
.tsfbw25 { flex-shrink: 0; align-self: center; }
.tsfbw25 .cryev7 {
  white-space: nowrap;
  font-size: var(--fs-sm) !important; font-weight: 700;
  padding: 12px 24px !important;
  border-radius: var(--r-btn) !important;
}
@media (max-width: 560px) {
  .chj3 { flex-wrap: wrap; align-items: center; gap: 12px; padding: 16px; }
  .y7aby { order: 1; width: 104px; height: 104px; }
  .y7aby img { max-width: 96px; max-height: 88px; }
  .tsfbw25 { order: 2; margin-left: auto; align-self: center; }
  .kxih { order: 3; flex: 1 1 100%; min-width: 0; }
  .kxih h3 { font-size: var(--fs-body); }
}
.qy2n img.al3fk2 { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.fv4zd { padding: 20px 24px; }
.n1tl8agc { color: var(--text-body); margin-bottom: 16px; }
.lse4f { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.u61qc, .wocql { list-style: none; font-size: var(--fs-sm); }
.u61qc li { color: var(--text-body); margin-bottom: 4px; }
.wocql li { color: var(--text-body); margin-bottom: 4px; }
.u61qc li::before { content: "✓"; margin-right: 5px; }
.wocql li::before { content: "✗"; margin-right: 5px; }
.zqbvpdkf { margin-bottom: 8px; font-size: var(--fs-caption); color: var(--text-muted); }
.zqbvpdkf strong { font-weight: 600; text-transform: uppercase; letter-spacing: var(--ls-label); }
.gza0qgv {
  
  background: var(--tone-chip, var(--bg-surface)); color: var(--tone-chip-fg, var(--text-primary));
  border: var(--bw-hair) solid color-mix(in srgb, var(--tone-chip-fg, var(--border-alt)) 16%, transparent);
  border-radius: var(--r-btn);
  padding: 4px 8px; margin: 2px 2px 2px 0; display: inline-block;
  font-size: var(--fs-caption); font-weight: 600;
}
.rg69nq { background: var(--tone-fill-2, var(--bg-raised)); color: var(--tone-fill-fg, var(--text-primary)); }
.zpry1t0 {
  margin: 0; border-radius: 0 0 var(--r-card) var(--r-card);
  border-left-width: 0 !important; border-right-width: 0 !important;
  border-bottom-width: 0 !important;
  border-top: var(--bw-hair) solid var(--border-alt);
}
.mfmoxad8 .zpry1t0 { border-top-width: var(--bw-bar) !important; }
.ixl9k .zpry1t0 { border: none; border-top: var(--bw-hair) solid; }
@media (min-width: 860px) {
  .f9206 .n49v8dgp {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .f9206 .usdm { margin: 0; }
}
.e2c1q .chj3 { background: var(--accent-bg); border-bottom: var(--bw-hair) solid var(--border-alt); }
.e2c1q .y7aby { background: transparent; }
.c83y9823 .usdm { border-top: var(--bw-bar) solid var(--accent); }
.c83y9823 .chj3 { background: var(--bg-card); }
.t336e72x .usdm { border-radius: 0; border: var(--bw-hair) solid var(--border); border-bottom: var(--bw-rule) solid var(--tone-line, var(--border)); box-shadow: none; margin: 0 0 20px; }
.t336e72x .chj3 { background: transparent; border-bottom: var(--bw-hair) solid var(--border); padding: 16px 16px; }
.t336e72x .fv4zd { padding: 16px 16px; }
.t336e72x .y7aby { border-radius: var(--r-chip); }
.t336e72x .zpry1t0 { border-radius: 0; }
.dcxrq .chj3 { padding: 0; gap: 0; overflow: hidden; }
.dcxrq .y7aby {
  background: transparent; border-radius: 0; border: none;
  width: 148px; height: auto; min-height: 120px;
  padding: 16px; align-self: stretch;
}
.dcxrq .kxih { padding: 16px 20px; }
.dcxrq .tsfbw25 { padding: 16px 20px; align-self: center; }
@media (max-width: 560px) {
  .dcxrq .y7aby { width: 116px; min-height: 104px; }
}
.r7avw .i46n { font-size: var(--fs-sm); }
.wtuzs9dd .zq35u { gap: 12px; }
.wtuzs9dd .jd7ku, .wtuzs9dd .t58noszt { padding: 12px; }
.wtuzs9dd .jd7ku ul, .wtuzs9dd .t58noszt ul { margin: 4px 0 0; padding-left: 20px; }
.wtuzs9dd .jd7ku li, .wtuzs9dd .t58noszt li { font-size: var(--fs-label); margin-bottom: 4px; }
.zzebwuv .gza0qgv { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .s3lw { grid-template-columns: 1fr; }
  .vxopz { flex-direction: row; flex-wrap: wrap; gap: 12px; border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); padding: 16px; }
  .vxopz .z4fyuyo { width: 72px; height: 50px; }
  .vxopz .d4o2y { max-width: 180px; }
  .vxopz .uudd56im { width: auto; }
}
.ongre .r7avw .i46n { filter: brightness(1.2); }
@media (max-width: 720px) {
  .ongre { flex-wrap: wrap; gap: 12px; padding: 12px 16px; }
  .dwc7rq { padding: 16px; }
  .syc0o .q3fxe { min-width: 50%; }
}
.sezdme7i .zq35u { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .ha9to { grid-template-columns: 1fr; }
  .wr1fv { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
  .b9raka { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
}
@media (max-width: 540px) {
  .nbamb { flex-wrap: wrap; padding: 16px; }
}
.ywzn .zq35u { gap: 8px; }
.ywzn .jd7ku, .ywzn .t58noszt { padding: 8px; }
@media (max-width: 480px) {
  .owoncf91 { flex-direction: column; align-items: stretch; }
}
.qol9y .uudd56im .cryev7 { padding: 8px 20px; font-size: var(--fs-label); }
@media (max-width: 640px) {
  .evbd { flex-direction: column; align-items: stretch; gap: 12px; }
  .qol9y .uudd56im { text-align: center; }
}
@media (max-width: 720px) {
  .w55ci6 { grid-template-columns: 1fr; }
  .tng85x5 { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
  .qg6zqgk { flex-wrap: wrap; gap: 12px; padding: 16px 16px; }
}
.piyuvz .nv9ch { font-size: var(--fs-sm); font-weight: 500; color: var(--text-muted); }
.uwznz .i46n { font-size: var(--fs-caption); margin-top: 2px; }
@media (max-width: 720px) {
  .f6bjtgq { grid-template-columns: 1fr; }
  .uwznz { width: 100px; height: 100px; margin: 16px auto; }
  .piyuvz { font-size: var(--fs-h3); }
  .z41n2k { justify-content: center; }
  .lvkwqqec .q3fxe { min-width: 50%; }
}
.nsse .zq35u { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .p6yrf48l { flex-wrap: wrap; padding: 16px 16px; }
  .l9k7 { padding: 12px 16px; }
  .nsse .zq35u { margin: 0 16px; }
  .nsse .zzebwuv { padding: 0 16px; }
  .qyss { padding: 12px 16px; }
}
.s2yhuso .ksevmw { position: relative; }
.s2yhuso .ksevmw::before {
  content: ""; position: absolute;
  left: 0; top: 12px; bottom: 12px; width: 3px;
  border-radius: 0 2px 2px 0;
  background: var(--accent);
}
.fyoqjb .kq0hdk {
  gap: 12px; background: transparent; border: none; border-radius: 0; overflow: visible;
}
.fyoqjb .ksevmw {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
  box-shadow: var(--sh-2);
}
.fyoqjb .ksevmw + .ksevmw { border-top: var(--bw-hair) solid var(--border-alt); }
@media (min-width: 901px) {
  .a5et .mhou9et + .mhou9et {
    border-left: var(--bw-hair) solid var(--border-alt);
    padding-left: 20px;
  }
}
.nldy5dm5 .ksevmw { padding-top: 16px; padding-bottom: 16px; }
.nldy5dm5 .ksevmw + .ksevmw { border-top: none; }
.nldy5dm5 .ksevmw:nth-child(even) { background: var(--bg-surface); }
.nldy5dm5 .ksevmw:nth-child(even):hover { background: var(--bg-hover); }
.k52yzdpq .ksevmw:first-child { border-top: var(--bw-bar) solid var(--accent); }
@media (min-width: 901px) {
  .kf01 .zo7v, .kf01 .r6vs90jv,
  .kf01 .dyqt2, .kf01 .pw14n,
  .kf01 .w6syh, .kf01 .zo8ujw,
  .kf01 .sioihjp, .kf01 .cu2qi,
  .kf01 .w5kt6ta, .kf01 .hxm743k,
  .kf01 .go3y {
    border-left: var(--bw-hair) solid var(--border-alt); padding-left: 20px;
  }
}
.vbesoz .sr5f0u { opacity: .8; letter-spacing: var(--ls-label); }
.vbesoz .r0xbufc { font-weight: 700; }
.vbesoz .pmdjoszr { font-weight: 700; }
.orh0ki .zo7v, .orh0ki .r6vs90jv,
.orh0ki .dyqt2, .orh0ki .pw14n,
.dm5lsorf { display: none; }
.mnejo0 .fnbs3m36 { font-size: var(--fs-sm); letter-spacing: var(--ls-wide); }
.hfnwn .fnbs3m36 {
  background: color-mix(in srgb, var(--text-primary) 5%, transparent);
  border-radius: var(--r-pill); padding: 4px 12px; font-size: var(--fs-label);
}
.rdh1bq .fnbs3m36,
.fj2qv .fnbs3m36,
.ui0ohsdj .fnbs3m36 { display: none; }
.rdh1bq .dm5lsorf,
.fj2qv .dm5lsorf,
.ui0ohsdj .dm5lsorf { display: inline-flex; align-items: baseline; gap: 2px; }
.rdh1bq .dm5lsorf small { display: none; }
.fj2qv .dm5lsorf {
  background: color-mix(in srgb, var(--text-primary) 6%, transparent);
  border-radius: var(--r-pill); padding: 8px 16px;
}
.ui0ohsdj .dm5lsorf {
  color: #fff; background: var(--text-primary);
  border-radius: var(--r-btn);
  padding: 8px 12px;
}
.ui0ohsdj .dm5lsorf small { display: none; }
.rdh1bq .gc4fk .i46n,
.fj2qv .gc4fk .i46n,
.ui0ohsdj .gc4fk .i46n { display: none; }
.rdh1bq .nv9ch { display: none; }
.fj2qv .gc4fk strong {
  background: var(--accent-bg); border-radius: var(--r-pill);
  padding: 4px 16px; white-space: nowrap; font-size: var(--fs-sm);
}
.fj2qv .cg6jgc,
.fj2qv .nv9ch { font-size: 1em; }
.ui0ohsdj .gc4fk strong {
  color: var(--cta-fg, #fff); background: var(--accent);
  border-radius: var(--r-btn);
  padding: 4px 12px; font-size: var(--fs-sm);
}
.ui0ohsdj .nv9ch { display: none; }
.ycoo3t7 { margin: 16px 0; }
.nbwu58r { background: var(--bg-card); border: var(--bw-hair) solid var(--border);
  border-radius: var(--r-btn); margin-bottom: 8px; overflow: hidden; }
.nbwu58r summary {
  padding: 16px 20px; font-weight: 600; color: var(--text-primary);
  cursor: pointer; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  transition: background .12s, color .12s;
}
.nbwu58r summary::after {
  content: ""; width: 8px; height: 8px; margin: -4px 4px 0 0;
  border-right: 2px solid currentColor; border-bottom: 2px solid currentColor;
  color: var(--text-muted); transform: rotate(45deg);
  transition: transform .15s, color .15s, margin .15s; flex-shrink: 0;
}
.nbwu58r summary:hover { background: var(--bg-surface); }
.nbwu58r summary:hover::after { color: var(--accent); }
.nbwu58r[open] summary { font-weight: 700; box-shadow: inset var(--bw-bar) 0 0 var(--tone-line, var(--accent)); }
.nbwu58r[open] summary::after { transform: rotate(-135deg); margin-top: 4px; color: var(--accent); }
.nbwu58r[open] p { border-top: var(--bw-hair) solid var(--border-alt); padding-top: 16px; }
.nbwu58r p { padding: 0 20px 16px; color: var(--text-body); font-size: var(--fs-sm); }
.uv1xsv2 { margin-bottom: 0; }
.dtp3 h2.nk5rqyd { color: var(--tone-head, var(--text-primary)); border-color: var(--tone-line, var(--accent-light)); }
.fnuv0e h2.nk5rqyd { color: var(--tone-head, var(--text-primary)); border-color: var(--tone-line, var(--accent-light)); }
.jd7ku, .t58noszt { border: var(--bw-hair) solid transparent; }
.jd7ku .mkvwqg, .jd7ku .g62mod { color: var(--c-pros-label); }
.t58noszt .mkvwqg, .t58noszt .xzkn { color: var(--c-cons-label, var(--c-cons)); }
.jd7ku ul li, .t58noszt ul li, .u61qc li, .wocql li { color: var(--text-body); }
.jd7ku .u61qc li, .t58noszt .wocql li { position: relative; padding-left: 1.5em; }
.jd7ku .u61qc li::before, .t58noszt .wocql li::before { position: absolute; left: 0; margin-right: 0; }
.yy9kq .jd7ku { border-color: color-mix(in srgb, var(--sem-pos-line) 55%, transparent); }
.yy9kq .t58noszt { border-color: color-mix(in srgb, var(--sem-neg-line) 55%, transparent); }
.ard8 .jd7ku, .ard8 .t58noszt { border-radius: 0 0 var(--r-btn) var(--r-btn); }
.ard8 .jd7ku { border-top: var(--bw-bar) solid var(--sem-pos-line); }
.ard8 .t58noszt { border-top: var(--bw-bar) solid var(--sem-neg-line); }
.a8o80 .jd7ku, .a8o80 .t58noszt { border-radius: 0 var(--r-btn) var(--r-btn) 0; }
.a8o80 .jd7ku { border-left: var(--bw-bar) solid var(--sem-pos-line); }
.a8o80 .t58noszt { border-left: var(--bw-bar) solid var(--sem-neg-line); }
.elp0 .jd7ku, .elp0 .t58noszt { background: var(--bg-card); border-width: var(--bw-rule); }
.elp0 .jd7ku { border-color: var(--sem-pos-line); }
.elp0 .t58noszt { border-color: var(--sem-neg-line); }
.w6glo .jd7ku, .w6glo .t58noszt { background: transparent; border: none; border-radius: 0; padding: 4px 0 4px 16px; }
.w6glo .t58noszt { border-left: var(--bw-hair) solid var(--border); }
.ztkw .g62mod::before { content: "✓ "; }
.ztkw .xzkn::before { content: "✗ "; }
.ixl9k .xsp7 { background: transparent; border-left: none; border: var(--bw-hair) solid var(--cl-hue); }
.ixl9k .xsp7 strong { color: var(--text-primary); }
.ixl9k .xsp7 p      { color: var(--text-muted); }
.mfmoxad8 .xsp7 { border-left: none; border-top: var(--bw-bar) solid var(--cl-hue); border-radius: 0 0 var(--r-btn) var(--r-btn); }
.byq5a .xsp7 {
  border-left: none; border-radius: var(--r-btn);
  background: var(--tone-fill-2, var(--bg-raised));
}
.byq5a .xsp7 strong { color: var(--text-primary); }
.byq5a .xsp7 p { color: var(--text-muted); }
.byq5a .xsp7 { border-left: var(--bw-bar) solid var(--cl-hue); }
.byq5a .ocvk0::before { color: rgba(255,255,255,0.9) !important; }
.i9f46 .xsp7 {
  border-left: var(--bw-bar) solid var(--cl-hue); border-radius: var(--r-chip); padding: 12px 16px;
  background: var(--cl-bg, var(--bg-surface));
}
.i9f46 .xsp7 strong { color: var(--text-primary); }
.i9f46 .xsp7 p      { color: var(--text-muted); }
.tjn262 .xsp7 { border-left: var(--bw-bar) solid var(--cl-hue); border-radius: var(--r-btn); box-shadow: var(--sh-2); }
.yh2cr5ny .ocvk0,
.ley3ms .ocvk0,
.e6oq7 .ocvk0,
.yh2cr5ny .ocvk0::before,
.ley3ms .ocvk0::before,
.e6oq7 .ocvk0::before,
.q8mzit43 .scqkf4a .h6rz,
.q8mzit43 .jr5qqsn .h6rz  { box-shadow: var(--sh-1); }
.q8mzit43 .ytps3                { box-shadow: var(--sh-1); }
.q8mzit43 .k0j9p          { box-shadow: var(--sh-1); }
.q8mzit43 .c0p2lq8                    { box-shadow: var(--sh-1); }
.tm3l .scqkf4a .h6rz,
.tm3l .jr5qqsn .h6rz,
.tm3l .ytps3,
.tm3l .k0j9p,
.tm3l .c0p2lq8,
.tm3l .tjn262 .xsp7 { box-shadow: none; }
.mf2sd8 { --fs-body: 16px; --fs-sm: 15px; --fs-lead: 19px; }
.uv1xsv2 + .uv1xsv2 { position: relative; }
.gy32cinj   .uv1xsv2 + .uv1xsv2::before,
.a4id  .uv1xsv2 + .uv1xsv2::before,
.gta9rws7   .uv1xsv2 + .uv1xsv2::before,
.ea60i   .uv1xsv2 + .uv1xsv2::before,
.uqm4az5   .uv1xsv2 + .uv1xsv2::before,
.m7zk .uv1xsv2 + .uv1xsv2::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.gy32cinj .uv1xsv2 + .uv1xsv2::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.a4id .uv1xsv2 + .uv1xsv2::before {
  content: ""; height: 4px;
  background: var(--accent);
}
.gta9rws7 .uv1xsv2 + .uv1xsv2::before {
  content: "● ● ●";
  text-align: center; font-size: var(--fs-caption); letter-spacing: var(--ls-wide);
  color: var(--accent-light); opacity: 0.7; line-height: var(--lh-solid);
  padding-top: 8px;
}
.ea60i .uv1xsv2 + .uv1xsv2::before {
  content: ""; height: 1px;
  background: var(--accent);
  opacity: 0.6;
}
.r4b2y .uv1xsv2 { margin-bottom: 16px; }
.r4b2y .uv1xsv2 + .uv1xsv2 { margin-top: 0; }
.r4b2y .lorg19 { padding-top: 0; padding-bottom: 0; }
.uqm4az5 .uv1xsv2 + .uv1xsv2::before {
  content: ""; border-top: var(--bw-rule) dashed var(--accent); opacity: 0.5;
}
.m7zk .uv1xsv2 + .uv1xsv2::before {
  content: ""; border-top: var(--bw-bar) dotted var(--accent); opacity: 0.5;
}
.la5pb .uv1xsv2 + .uv1xsv2::before,
.dfd2lyix .uv1xsv2 + .uv1xsv2::before,
.etj1 .uv1xsv2 + .uv1xsv2::before {
  content: ""; display: block;
  position: absolute; top: -70px; left: 0; right: 0; height: 70px;
  background: var(--bg-page);
  pointer-events: none; z-index: 2;
  -webkit-mask-size: 100% 100%; mask-size: 100% 100%;
}
.kfx8qu .la5pb .uv1xsv2:nth-child(even)::before,
.kfx8qu .dfd2lyix .uv1xsv2:nth-child(even)::before,
.kfx8qu .etj1 .uv1xsv2:nth-child(even)::before { background: var(--bg-surface); }
.alh1hd42 .la5pb .uv1xsv2:nth-child(even)::before,
.alh1hd42 .dfd2lyix .uv1xsv2:nth-child(even)::before,
.alh1hd42 .etj1 .uv1xsv2:nth-child(even)::before { background: var(--bg-card); }
.la5pb .uv1xsv2 + .uv1xsv2::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 20 C12 0 37 0 50 20 C63 40 88 40 100 20 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 20 C12 0 37 0 50 20 C63 40 88 40 100 20 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.dfd2lyix .uv1xsv2 + .uv1xsv2::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 20 C8 0 17 0 25 20 C33 40 42 40 50 20 C58 0 67 0 75 20 C83 40 92 40 100 20 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 20 C8 0 17 0 25 20 C33 40 42 40 50 20 C58 0 67 0 75 20 C83 40 92 40 100 20 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.etj1 .uv1xsv2 + .uv1xsv2::before {
  height: 80px; top: -80px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.l2naivb .eatlmo { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.izm0 .eatlmo { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.o5eao1y .eatlmo { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.z8xz7cx .eatlmo { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.uagtgou .tpek0e6h { background: var(--hero-a, var(--accent)); }
.uagtgou .tpek0e6h .xzq3 { background: none; }
.uagtgou .ow5h5 { background: var(--hero-a, var(--accent)); }
.uagtgou .eatlmo { background: var(--accent-bg); }
.uagtgou .xknppzbo:not(.tpek0e6h) .xzq3 { background: rgba(0,0,0,0.6); }
.d7nfj8tv .ktolk { float: left; width: 38%; margin: 0 28px 16px 0; }
.d7nfj8tv .ktolk .q0d4l { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.d7nfj8tv .lorg19::after { content: ''; display: block; clear: both; }
.zp8k .ktolk { float: right; width: 38%; margin: 0 0 16px 28px; }
.zp8k .ktolk .q0d4l { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.zp8k .lorg19::after { content: ''; display: block; clear: both; }
.vy52c .uv1xsv2:nth-child(odd)  .ktolk { float: left;  width: 38%; margin: 0 28px 16px 0; }
.vy52c .uv1xsv2:nth-child(even) .ktolk { float: right; width: 38%; margin: 0 0 16px 28px; }
.vy52c .ktolk .q0d4l { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.vy52c .lorg19::after { content: ''; display: block; clear: both; }
.d7nfj8tv .wi366xh,
.d7nfj8tv .kq0hdk,
.zp8k .wi366xh,
.zp8k .kq0hdk,
.vy52c .wi366xh,
.vy52c .kq0hdk { clear: both; }
@media (max-width: 900px) {
  .d7nfj8tv .ktolk,
  .zp8k .ktolk,
  .vy52c .uv1xsv2:nth-child(odd)  .ktolk,
  .vy52c .uv1xsv2:nth-child(even) .ktolk {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .d7nfj8tv .ktolk .q0d4l,
  .zp8k .ktolk .q0d4l,
  .vy52c .ktolk .q0d4l {
    max-height: none !important;
  }
}
.d7nfj8tv .ip1pk6l,
.d7nfj8tv .g7sj0ew5,
.zp8k .ip1pk6l,
.zp8k .g7sj0ew5,
.vy52c .ip1pk6l,
.vy52c .g7sj0ew5 { overflow: hidden; }
@media (max-width: 640px) {
  .d7nfj8tv .ktolk,
  .zp8k .ktolk,
  .vy52c .ktolk { float: none; width: 100%; margin: 0 0 16px 0; }
}
.dvtkpl31 .fjk3jy,
.dvtkpl31 .lorg19,
.dvtkpl31 .cus0wnkq  { max-width: 1060px; }
.eoxb .fjk3jy,
.eoxb .lorg19,
.eoxb .cus0wnkq  { max-width: 1180px; }
.eoxb { --content-mw: 1180px; }
.rnh8 .fjk3jy,
.rnh8 .lorg19,
.rnh8 .cus0wnkq  { max-width: 1260px; }
.n9nxt4 { font-size: var(--fs-label); color: var(--text-muted); }
.jgfp { display: flex; align-items: center; }
.rx2wc {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.lebegchy { display: flex; align-items: center; }
.os2if93 { color: var(--accent-light); text-decoration: none; padding: 2px 4px; border-radius: var(--r-chip); }
.os2if93:hover { text-decoration: underline; }
.txfvv { margin: 0 4px; opacity: 0.45; }
.txfvv::before { content: '/'; }
.p169i1jb { padding: 2px 4px; color: var(--text-main); }
.quptbac .n9nxt4 {
  background: var(--bg-surface);
  border-bottom: var(--bw-hair) solid var(--border);
  padding: 8px 0;
}
.quptbac .jgfp { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.uqoxtv .n9nxt4 {
  border-left: var(--bw-bar) solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.uqoxtv .jgfp { padding: 0 0 0 12px; }
.uxq9v79 .jgfp { padding: 0 16px; }
.uxq9v79 .n9nxt4 {
  background: var(--bg-card);
  border: var(--bw-hair) solid var(--border);
  border-radius: var(--r-btn);
  padding: 12px 0;
  box-shadow: var(--sh-2);
}
.uxq9v79 .fjk3jy { padding-top: 28px; }
@media (max-width: 720px) {
  .kzzzbix { margin-top: 20px; padding: 0 16px; }
  .uxq9v79 .fjk3jy { padding-top: 16px; }
}
.dvtkpl31.quptbac .jgfp { max-width: 1100px; }
.eoxb.quptbac .jgfp { max-width: 1200px; }
.rnh8.quptbac .jgfp { max-width: 1320px; }
.eoxb .kzzzbix { max-width: 1200px; }
.cfs8 .uv1xsv2 { padding-top: 16px; padding-bottom: 16px; }
.cd2fc6 .uv1xsv2 { padding-top: 24px; padding-bottom: 24px; }
.xsgte .uv1xsv2 { padding-top: 40px; padding-bottom: 40px; }
.l5rsgvj .uv1xsv2 { padding-top: 52px; padding-bottom: 52px; }
.w975 .uv1xsv2:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.w975 .uv1xsv2:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.w975 .uv1xsv2:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.w975 .uv1xsv2:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.rig07 .lorg19 { padding-top: 12px;  padding-bottom: 12px; }
.xc3o .lorg19 { padding-top: 20px;  padding-bottom: 20px; }
.lr4aqwtf .lorg19 { padding-top: 36px;  padding-bottom: 36px; }
.yi3p1 .lorg19 { padding-top: 48px;  padding-bottom: 48px; }
.og2iatub h1, .og2iatub h2, .og2iatub h3, .og2iatub .e3glmal { font-weight: 700; }
.tqw4f8ep h1, .tqw4f8ep h2, .tqw4f8ep h3, .tqw4f8ep .e3glmal { font-weight: 700; }
.gjuwi, .og2iatub, .xpjel3, .tqw4f8ep { font-weight: 400; }
.pdrd2 {
  margin-left: 16px; flex-shrink: 0;
  padding: 8px 16px; font-size: var(--fs-label); font-weight: 700; border-radius: var(--r-chip);
}
.wdhw8j .pdrd2 { display: none; }
@media (max-width: 640px) {
  .pdrd2 { display: none !important; }
}
.pdrd2 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.pdrd2:hover { opacity: 0.85; }
.st4svi .pdrd2 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.yae2 .j9d91z5 { right: 32px; }
@media (max-width: 480px) {
  .yae2 .j9d91z5 { right: 20px; bottom: 20px; }
  .n0yqeb  .j9d91z5 { left: 20px; bottom: 20px; }
}
.o6tg { background: var(--bg-surface); border-top: var(--bw-hair) solid var(--border); margin-top: 60px; }
.cus0wnkq { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.rgre1h { color: var(--text-faint); font-size: var(--fs-label); margin-bottom: 8px; }
.strfbn { color: var(--text-dim); font-size: var(--fs-label); }
.ibheb7 { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: var(--fs-sm); margin-bottom: 16px; }
.ibheb7 img { height: 26px; width: auto; object-fit: contain; }
.f9uiq0 a, .uuv9 a { color: var(--text); text-decoration: none; font-size: var(--fs-label); transition: color .15s; }
.f9uiq0 a:hover, .uuv9 a:hover { color: var(--accent-light); }
.uuv9 { display: flex; flex-wrap: wrap; gap: 4px 20px; }
.zopfepc .cus0wnkq { text-align: center; }
.zopfepc .uuv9 { justify-content: center; margin-bottom: 16px; }
.zopfepc .rgre1h { margin-top: 0; }
.rfw7aweq { margin-top: 12px; }
.rfw7aweq a { font-size: var(--fs-label); opacity: 0.65; }
@media (max-width: 640px) {
  .cus0wnkq { padding-left: 16px; padding-right: 16px; }
  .nb0d .cus0wnkq { padding: 20px 16px; }
  .uuv9 { gap: 4px 12px; }
  .rgre1h { font-size: var(--fs-caption); }
}
.ujpr .poa7n736 .ibheb7 { display: flex; align-items: center; gap: 12px; font-weight: 700; font-size: var(--fs-body); text-decoration: none; margin-bottom: 12px; }
.ujpr .rgre1h { font-size: var(--fs-caption); color: var(--text-faint); margin: 16px 0 4px; line-height: var(--lh-snug); }
.ujpr .strfbn { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .ujpr .f03vf7 { grid-template-columns: 1fr 1fr; } .ujpr .poa7n736 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .ujpr .f03vf7 { grid-template-columns: 1fr; } }
.r0kt3 .ibheb7 { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: var(--fs-sm); text-decoration: none; margin-right: auto; flex-shrink: 0; }
.r0kt3 .rgre1h { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .r0kt3 .g0zg8nh { gap: 12px; } .r0kt3 .ibheb7 { margin-right: 0; width: 100%; } }
.fk8xxjo .zmpakq56 .ibheb7 { display: flex; align-items: center; gap: 12px; font-weight: 700; font-size: var(--fs-body); text-decoration: none; margin-bottom: 12px; }
.fk8xxjo .rgre1h { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; flex: 1; }
.fk8xxjo .strfbn { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .fk8xxjo .sakmt { grid-template-columns: 1fr 1fr; } .fk8xxjo .zmpakq56 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .fk8xxjo .sakmt { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .tnyfj .hcsvcg7l { grid-template-columns: 1fr 1fr; } .tnyfj .xj44dtw:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .tnyfj .hcsvcg7l { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .sfecl .hcsvcg7l { grid-template-columns: 1fr; } }
.kvbzccze .cus0wnkq { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 16px; }
.kvbzccze .uuv9 { justify-content: center; }
.nrpur .r08fuv      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.ay6sf .r08fuv      { background: #0d1117; border-bottom-color: #21262d; }
.ay6sf .vv6pz { color: var(--accent-light); }
.ay6sf .b7xc424z { --msep-color: #8b949e; }
.ay6sf .b7xc424z a { color: #8b949e; }
.ay6sf .b7xc424z a:hover { color: var(--accent-light); }
.ay6sf .w1v3 { color: #8b949e; }
.ay6sf .o6tg { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.ay6sf .rgre1h,
.ay6sf .strfbn { color: #6e7681; }
.ay6sf .f9uiq0 a, .ay6sf .uuv9 a,
.ay6sf .ibheb7 { color: #e6edf3; }
.ay6sf .f9uiq0 a:hover, .ay6sf .uuv9 a:hover,
@media (max-width: 640px) {
  .ay6sf .b7xc424z { background: #0d1117; border-top-color: #21262d; }
  .ay6sf .b7xc424z li a { border-bottom-color: #21262d; }
}
.tjxjl5 .r08fuv      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.tjxjl5 .vv6pz { color: var(--accent-light); }
.tjxjl5 .b7xc424z { --msep-color: #475569; }
.tjxjl5 .b7xc424z a { color: #475569; }
.tjxjl5 .b7xc424z a:hover { color: var(--accent-light); }
.tjxjl5 .w1v3 { color: #64748b; }
.tjxjl5 .o6tg { background: #f0f4f8; border-top-color: #cbd5e1; }
.tjxjl5 .rgre1h,
.tjxjl5 .strfbn { color: #64748b; }
.tjxjl5 .f9uiq0 a, .tjxjl5 .uuv9 a,
.tjxjl5 .nqw9 a, .tjxjl5 .ibheb7 { color: #374151; }
.tjxjl5 .f9uiq0 a:hover, .tjxjl5 .uuv9 a:hover,
@media (max-width: 640px) {
  .tjxjl5 .b7xc424z { background: #f0f4f8; border-top-color: #cbd5e1; }
  .tjxjl5 .b7xc424z li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.ysc0l3 .r08fuv { background: var(--b-50); border-bottom-color: var(--b-200); }
.ysc0l3 .b7xc424z a:hover { color: var(--b-700); }
@media (max-width: 640px) {
  .ysc0l3 .b7xc424z { background: var(--b-50); border-top-color: var(--b-200); }
}
.alca   { --nav-fill: var(--b-900); --nav-edge: var(--b-800); }
.t1277wlo .r08fuv, .alca .r08fuv { background: var(--nav-fill); border-bottom-color: var(--nav-edge); }
.t1277wlo .vv6pz, .alca .vv6pz { color: #fff; }
.t1277wlo .b7xc424z, .alca .b7xc424z { --msep-color: rgba(255,255,255,0.82); }
.t1277wlo .b7xc424z a, .alca .b7xc424z a { color: rgba(255,255,255,0.82); }
.t1277wlo .b7xc424z a:hover, .alca .b7xc424z a:hover { color: #fff; }
.t1277wlo .w1v3, .alca .w1v3 { color: rgba(255,255,255,0.9); }
.t1277wlo .ym3v a, .alca .ym3v a { color: var(--text-primary) !important; }
.t1277wlo .ym3v a:hover, .alca .ym3v a:hover { color: var(--accent-light) !important; }
@media (max-width: 640px) {
  .t1277wlo .b7xc424z, .alca .b7xc424z { background: var(--nav-fill); border-top-color: var(--nav-edge); }
  .t1277wlo .b7xc424z li a, .alca .b7xc424z li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.wbtkax.t1277wlo .pdrd2 { background: #fff !important; color: var(--b-700) !important; }
.cfyehae .r08fuv {
  background: transparent;
  border-bottom-color: color-mix(in srgb, var(--border) 50%, transparent);
}
.cfyehae .r08fuv::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: color-mix(in srgb, var(--bg-surface) 60%, transparent);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
@media (max-width: 640px) {
  .cfyehae .b7xc424z {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.i2tps .cmj8exh { min-height: 52px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.dwsigy .cmj8exh { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.hpkx0na .cmj8exh { min-height: 72px; height: auto; }
.brywv5 .cmj8exh { min-height: 84px; height: auto; }
.nb0d .cmj8exh { max-width: none; padding: 0 32px; }
.nb0d .cus0wnkq  { max-width: none; padding: 24px 32px; }
.bahq3n.eoxb .cmj8exh { max-width: 1200px; }
.bahq3n.rnh8 .cmj8exh { max-width: 1320px; }
.bfmrbjw   .vv6pz, .bfmrbjw   .ibheb7 { text-transform: capitalize; }
.nwrm8 .vv6pz, .nwrm8 .ibheb7 { text-transform: lowercase; }
.s911hu68 .vv6pz, .s911hu68 .ibheb7 { text-transform: uppercase; letter-spacing: var(--ls-label); }
.bo7gm4e, .c3zreju {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.awmvlylm .bo7gm4e,
.awmvlylm .c3zreju { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: var(--r-btn); padding: 4px; }
.coid0bx .bo7gm4e,
.coid0bx .c3zreju { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: var(--r-btn); padding: 4px; }
.v5vfaigb .bo7gm4e,
.v5vfaigb .c3zreju { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: var(--r-pill); padding: 4px 8px; }
.yrl7xuf .bo7gm4e,
.yrl7xuf .c3zreju { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: var(--r-pill); padding: 4px 8px; }
.bqq6ie   .b7xc424z a { font-weight: 500; }
.bkhnlf .b7xc424z a { font-weight: 600; }
.ofa2     .b7xc424z a { font-weight: 700; }
.eb59l    .b7xc424z a { font-weight: 700; letter-spacing: normal; }
.wtso     .b7xc424z > li + li::before,
.vqbkdgi    .b7xc424z > li + li::before,
.txed8    .b7xc424z > li + li::before,
.tzix6 .b7xc424z > li + li::before,
.xnf5a4c .b7xc424z > li + li::before,
.pswlf  .b7xc424z > li + li::before,
.b2k2rtr    .b7xc424z > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.wtso     .b7xc424z > li + li::before { content: "·"; font-size: 1.4em; line-height: var(--lh-solid); vertical-align: middle; }
.vqbkdgi    .b7xc424z > li + li::before { content: "|"; }
.txed8    .b7xc424z > li + li::before { content: "—"; }
.tzix6 .b7xc424z > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.xnf5a4c .b7xc424z > li + li::before { content: "›"; font-size: 1.3em; line-height: var(--lh-solid); }
.pswlf  .b7xc424z > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.b2k2rtr    .b7xc424z > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .czmfl .w1v3,
  .az2rr32 .w1v3,
  .hrwt .w1v3,
  .hb9uks .w1v3,
  .sgzt7 .w1v3 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .czmfl .w1v3::before,
  .az2rr32 .w1v3::before,
  .hrwt .w1v3::before,
  .hb9uks .w1v3::before,
  .sgzt7 .w1v3::before { content: ""; display: block; flex-shrink: 0; }

  
  .czmfl .w1v3::before {
    width: 22px; height: 11px;
    background:
      linear-gradient(currentColor, currentColor) 0 0    / 100% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 100% /  68% 2px no-repeat;
  }

  
  .az2rr32 .w1v3::before {
    width: 22px; height: 17px;
    background:
      linear-gradient(currentColor, currentColor) 0 0    / 100% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 50%  / 100% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 100% / 100% 2px no-repeat;
  }

  
  .hrwt .w1v3::before {
    width: 22px; height: 17px;
    background:
      linear-gradient(currentColor, currentColor) 0 0    / 100% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 50%  /  70% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 100% /  42% 2px no-repeat;
  }

  
  .hb9uks .w1v3::before {
    width: 22px; height: 17px;
    background:
      linear-gradient(currentColor, currentColor) 0 0    / 100% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 50%  /  52% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 100% / 100% 2px no-repeat;
  }

  
  .sgzt7 .w1v3::before {
    width: 22px; height: 25px;
    background:
      linear-gradient(currentColor, currentColor) 0 0     / 100% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 33.3% /  76% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 66.6% /  52% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 100%  /  28% 2px no-repeat;
  }

}
@media (max-width: 640px) {
  .ev69i .w1v3 {
    padding: 4px 16px;
  }
  .ev69i .b7xc424z {
    left: auto; right: 12px; top: 54px;
    width: auto; min-width: 180px;
    border-radius: var(--r-card);
    background: var(--bg-surface);
    border: var(--bw-hair) solid var(--border);
    box-shadow: var(--sh-3);
    padding: 8px 0;
  }
  .ev69i .b7xc424z li a {
    border-bottom: none; padding: 12px 24px;
  }
  .ev69i .b7xc424z li a:hover { background: var(--bg-raised); }
  .ev69i .cnvpfd44,
  .q4f4 .cnvpfd44,
  .kkljw .cnvpfd44 { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .wspnn3 .w1v3 {
    padding: 4px 12px;
  }
  .wspnn3 .b7xc424z {
    display: flex !important;
    position: fixed;
    top: 0; right: 0; bottom: 0; left: auto;
    width: 72vw; max-width: 280px;
    background: var(--bg-surface);
    border-left: var(--bw-hair) solid var(--border);
    border-top: none; border-radius: 0;
    padding: 72px 0 24px;
    transform: translateX(105%);
    transition: transform 0.28s cubic-bezier(0.4,0,0.2,1);
    z-index: 900;
    box-shadow: var(--sh-3);
  }
  .wspnn3 .b7xc424z.ys3jo { transform: translateX(0); }
  .wspnn3 .b7xc424z li a {
    padding: 16px 28px; font-size: var(--fs-sm); border-bottom: var(--bw-hair) solid var(--border);
  }
  .wspnn3 .b7xc424z li:last-child a { border-bottom: none; }
  .t1277wlo .b7xc424z,
  .ay6sf .b7xc424z { background: var(--accent) !important; }
  .t1277wlo .b7xc424z li a,
  .ay6sf .b7xc424z li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .kkljw .w1v3 {
    padding: 4px 12px;
  }
  .kkljw .b7xc424z {
    display: flex !important;
    position: fixed;
    bottom: 0; left: 0; right: 0; top: auto;
    border-radius: var(--r-card) var(--r-card) 0 0;
    border-top: var(--bw-hair) solid var(--border); border-left: none; border-right: none;
    padding: 20px 0 28px;
    transform: translateY(110%);
    transition: transform 0.3s cubic-bezier(0.4,0,0.2,1);
    z-index: 900;
    box-shadow: var(--sh-3);
  }
  .kkljw .b7xc424z::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: var(--r-chip);
    margin: 0 auto 16px;
  }
  .kkljw .b7xc424z.ys3jo { transform: translateY(0); }
  .kkljw .b7xc424z li a {
    text-align: center; border-bottom: none; padding: 12px 28px; font-size: var(--fs-sm);
  }
}
@media (max-width: 640px) {
  .v1y4w3 .w1v3 {
    padding: 4px 12px;
  }
  .v1y4w3 .b7xc424z {
    display: flex !important;
    position: fixed; inset: 0;
    background: color-mix(in srgb, var(--bg-surface) 96%, transparent);
    backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
    flex-direction: column; align-items: center; justify-content: center;
    gap: 4px; border: none; border-radius: 0; padding: 0;
    opacity: 0; pointer-events: none;
    transition: opacity 0.22s ease; z-index: 900;
  }
  .v1y4w3 .b7xc424z.ys3jo { opacity: 1; pointer-events: auto; }
  .v1y4w3 .b7xc424z li a {
    font-size: var(--fs-h3); font-weight: 700; border-bottom: none;
    padding: 16px 48px; letter-spacing: normal;
  }
}
@media (max-width: 640px) {
  .nc4jre     .w1v3 { border-radius: 0 !important; }
  .oepsu   .w1v3 { border-radius: var(--r-btn) !important; }
  .rxm4 .w1v3 { border-radius: 50% !important; }
  .pl0gdt   .w1v3 { border-radius: var(--r-pill) !important; }
}
@media (max-width: 640px) {
  .byo2 .q2ybsm { flex-direction: column; align-items: stretch; }
  .byo2 .i3ew { flex-direction: row; min-width: auto; }
  .byo2 .zscz { align-items: flex-start; text-align: left; }
}
.j0pa,
.j0pa.uv1xsv2,
.kfx8qu .j0pa,
.nyai5 .j0pa,
.alh1hd42 .j0pa,
.r41xyry .j0pa {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.nkd13 {
  background: var(--cta);
  border-radius: var(--r-card);
  padding: 28px 36px;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 16px 0;
}
.eyb3 { flex: 1 1 280px; min-width: 0; }
.mayu6 {
  margin: 0 0 8px 0;
  font-size: var(--fs-h3);
  font-weight: 700;
  color: #fff;
  line-height: var(--lh-tight);
}
.asov1v {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: var(--fs-sm);
  line-height: var(--lh-snug);
}
.vcj4vd {
  background: var(--cta);
  color: var(--cta-fg);
  padding: 14px 32px;
  border-radius: var(--r-btn);
  border: var(--bw-hair) solid rgba(255, 255, 255, .28);
  font-weight: 700;
  font-size: var(--fs-sm);
  text-decoration: none;
  flex-shrink: 0;
  transition: transform 0.15s, opacity 0.2s;
  white-space: nowrap;
}
.vcj4vd:hover { transform: translateY(-1px); opacity: 0.95; }
.jrcpnw .nkd13 {
  background: var(--bg-card);
  border: var(--bw-rule) solid var(--cta);
}
.jrcpnw .mayu6 { color: var(--cta); }
.jrcpnw .asov1v { color: var(--text-body); }
.jrcpnw .vcj4vd {
  background: var(--cta);
  color: var(--cta-fg);
}
.in3d .nkd13 {
  background: var(--bg-card);
  border-left: var(--bw-bar) solid var(--cta);
  border-radius: var(--r-chip) var(--r-card) var(--r-card) var(--r-chip);
}
.in3d .mayu6 { color: var(--text-primary); }
.in3d .asov1v { color: var(--text-body); }
.in3d .vcj4vd {
  background: var(--cta);
  color: var(--cta-fg);
}
@media (max-width: 640px) {
  .nkd13 {
    padding: 20px 24px;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .eyb3 { flex: 0 0 auto; }
  .mayu6 { font-size: var(--fs-lead); }
  .vcj4vd { width: 100%; text-align: center; padding: 16px 28px !important; }
}
.g0ji .nk54 { height: 36px; }
.cvvo .nk54 { height: 60px; max-width: 200px; }
.jibe8w .nk54 { height: 56px; max-width: 180px; }
.bdtix69    .fnbs3m36, .bdtix69    .i46n { color: #f59e0b; }
.poqq6l      .fnbs3m36 { font-size: var(--fs-sm); letter-spacing: var(--ls-wide); }
.poqq6l      .i46n   { font-size: var(--fs-lead); }
.mtbuw    .fnbs3m36, .mtbuw    .i46n { color: var(--text-muted); opacity: 0.7; letter-spacing: var(--ls-wide); }
.hapetxf     .fnbs3m36, .hapetxf     .i46n { color: var(--cta); letter-spacing: var(--ls-wide); font-size: var(--fs-caption); }
.po4soo .fnbs3m36, .po4soo .i46n { color: var(--cta); letter-spacing: var(--ls-wide); }
.tx2ntu   .fnbs3m36, .tx2ntu   .i46n { color: #e91e63; letter-spacing: var(--ls-wide); }
.xrif4zh  .fnbs3m36, .xrif4zh  .i46n { color: var(--cta); letter-spacing: var(--ls-wide); font-size: var(--fs-caption); }
.iwpi9xp     .fnbs3m36, .iwpi9xp     .i46n { color: var(--cta); letter-spacing: var(--ls-wide); font-size: var(--fs-caption); }
.q70710se .s08lbq {
  font-size: var(--fs-lead); font-weight: 700;
  color: var(--text-muted); opacity: .45;
}
.e6a8gh .kq0hdk {
  background: transparent; border: none; border-radius: 0; overflow: visible;
  gap: 24px 20px;
}
.e6a8gh .ksevmw {
  grid-template-columns: 1fr;
  justify-items: center; text-align: center;
  gap: 12px;
  padding: 32px 20px 20px;
  position: relative;
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
}
.e6a8gh .ksevmw + .ksevmw { border-top: var(--bw-hair) solid var(--border-alt); }
.e6a8gh .mhou9et { align-items: center; text-align: center; }
.e6a8gh .ywpc {
  width: 150px; height: 150px; border-radius: 50%;
  padding: 0; overflow: hidden; background: var(--bg-surface);
}
.e6a8gh .k77b { width: 100%; height: 100%; max-width: none; max-height: none; object-fit: cover; }
.e6a8gh .u0wg { font-size: var(--fs-body); }
.e6a8gh .xegs.cryev7 { min-width: 180px; }
@media (min-width: 720px) {
  .e6a8gh .kq0hdk {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    align-items: start;
  }
  .e6a8gh .ksevmw + .ksevmw { border-top: var(--bw-hair) solid var(--border-alt); }
}
@media (max-width: 900px) {
  .e6a8gh .ksevmw { grid-template-columns: 1fr; padding: 32px 16px 20px; }
  .e6a8gh .xr34 { top: -16px; left: 50%; }
  .e6a8gh .ywpc { width: 132px; height: 132px; }
}
.ty1zj2 .kq0hdk {
  background: transparent; border: none; border-radius: 0; overflow: visible; gap: 12px;
}
.ty1zj2 .ksevmw {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
}
.ty1zj2 .ywpc {
  width: 120px; height: 120px; border-radius: 50%;
  padding: 0; overflow: hidden; background: var(--bg-surface);
}
.ty1zj2 .k77b { width: 100%; height: 100%; max-width: none; max-height: none; object-fit: cover; }
@media (max-width: 900px) {
  .ty1zj2 .ywpc { width: 104px; height: 104px; }
}
.vmjs7 .nbwu58r {
  background: none; border: none; border-radius: 0; margin-bottom: 0;
  border-bottom: var(--bw-hair) solid var(--border); overflow: visible;
}
.vmjs7 .nbwu58r summary { padding: 16px 14px; color: var(--text-primary); font-size: var(--fs-sm); }
.vmjs7 .nbwu58r summary:hover { background: none; color: var(--tone-link, var(--accent)); }
.vmjs7 .nbwu58r[open] summary { box-shadow: none; color: var(--tone-link, var(--accent)); }
.vmjs7 .nbwu58r p { padding: 0 14px 18px; }
.vmjs7 .nbwu58r[open] p { border-top: none; padding-top: 0; }
.n6rf8p .nbwu58r { background: none; border: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.n6rf8p .nbwu58r summary {
  background: var(--bg-card); border-radius: var(--r-pill);
  border: var(--bw-hair) solid var(--border);
  padding: 12px 24px; color: var(--text-primary); font-weight: 700;
}
.n6rf8p .nbwu58r summary:hover { background: var(--bg-card); border-color: var(--tone-line, var(--accent)); }
.n6rf8p .nbwu58r[open] summary {
  box-shadow: none; border-color: var(--tone-line, var(--accent));
  background: var(--tone-fill-raw, var(--bg-surface));
}
.n6rf8p .nbwu58r p { padding: 14px 24px 4px; }
.n6rf8p .nbwu58r[open] p { border-top: none; padding-top: 14px; }
.wkkom .nbwu58r {
  background: var(--bg-card); border-radius: 0;
  border-left: var(--bw-bar) solid var(--tone-line, var(--accent)); overflow: hidden;
  margin-bottom: 12px;
}
.wkkom .nbwu58r summary { color: var(--text-primary); padding: 16px 18px; }
.wkkom .nbwu58r[open] summary { box-shadow: none; }
.wkkom .nbwu58r p { padding: 0 18px 18px; }
.yc88t .ycoo3t7 { border: var(--bw-hair) solid var(--border); border-radius: var(--r-btn); overflow: hidden; background: var(--bg-card); }
.yc88t .nbwu58r {
  background: none; border: none; border-radius: 0; margin-bottom: 0;
  border-bottom: var(--bw-hair) solid var(--border-alt);
}
.yc88t .nbwu58r:last-child { border-bottom: none; }
.yc88t .nbwu58r summary { color: var(--text-primary); border-radius: 0; padding: 16px 20px; }
.yc88t .nbwu58r p { padding: 0 20px 16px; }
.gbvp4 .nbwu58r { overflow: hidden; }
.gbvp4 .nbwu58r summary {
  background: var(--tone-fill-raw, var(--bg-surface)); color: var(--text-primary); border-radius: 0;
  border-left: var(--bw-bar) solid var(--tone-line, var(--accent));
}
.gbvp4 .nbwu58r summary:hover { background: var(--tone-fill-2-raw, var(--bg-surface)); }
.gbvp4 .nbwu58r summary::after { color: var(--tone-mark, var(--accent)); }
.gbvp4 .nbwu58r[open] summary { border-radius: 0; box-shadow: none; }
.g4v9 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.egd8cnm {
  text-align: center; padding: 48px 0 36px;
  border-bottom: var(--bw-hair) solid var(--border); margin-bottom: 44px;
}
.agajj3 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 700;
  color: var(--text-primary); margin-bottom: 12px;
}
.zru7 { color: var(--text-muted); font-size: var(--fs-body); }
.becrjv {
  background: var(--bg-card); border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card); padding: 32px;
}
.gdzx9 { margin-bottom: 20px; }
.sy8oo5 {
  display: block; color: var(--text-muted); font-size: var(--fs-caption);
  font-weight: 600; margin-bottom: 8px;
  text-transform: uppercase; letter-spacing: var(--ls-label);
}
.vbedk5 {
  width: 100%; background: var(--bg-page);
  border: var(--bw-hair) solid var(--border-alt); border-radius: var(--r-btn);
  padding: 12px 16px; color: var(--text-primary);
  font-size: var(--fs-sm); font-family: inherit;
  outline: none; transition: border-color .15s; box-sizing: border-box;
}
.vbedk5:focus { border-color: var(--accent-light); box-shadow: var(--sh-1); }
.rtvi { resize: vertical; min-height: 130px; }
.qao3jtfm { width: 100%; margin-top: 8px; }
.kwav6zt {
  margin-top: 48px; padding-top: 40px;
  border-top: var(--bw-hair) solid var(--border);
}
.g1sb9cc {
  font-size: var(--fs-lead); font-weight: 700; color: var(--accent-light);
  margin-bottom: 16px;
}
.xvzc { color: var(--text-muted); line-height: var(--lh-read); }
.lmtdfr7 { color: var(--text-muted); line-height: var(--lh-read); padding-left: 1.4em; }
.lmtdfr7 li { margin-bottom: 8px; }
.rrq1g0x { max-width: 760px; margin: 0 auto; }
.finjuaxn { color: var(--text-muted); line-height: var(--lh-read); margin-bottom: 36px; }
.los2 { max-width: 760px; margin: 0 auto; }
.u6875nk ul.lmtdfr7 { margin: 0; }
@media (max-width: 640px) { .oe240 { grid-template-columns: 1fr; gap: 12px; } }
.co2ot8q { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.g03l6 { background: var(--bg-card); border: var(--bw-hair) solid var(--border); border-radius: var(--r-card); padding: 24px; }
.mroh { font-size: var(--fs-body); font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.g03l6 p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; font-size: var(--fs-sm); }
.g03l6 .lmtdfr7 { margin: 0; font-size: var(--fs-sm); }
@media (max-width: 640px) { .co2ot8q { grid-template-columns: 1fr; } }
.pl433pfk { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.pl433pfk:hover .i2fk { color: var(--accent-light); text-decoration: underline; }
.xknj6u { color: inherit; text-decoration: none; }
.xknj6u:hover { color: var(--accent-light); text-decoration: underline; }
.kfsggxri { display: inline-block; line-height: 0; }
.dyvwzc { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.a390 { margin-bottom: 48px; }
.a0md27 { max-width: 760px; margin: 0 auto; }
.wsnp5i { margin-bottom: 36px; padding-bottom: 36px; border-bottom: var(--bw-hair) solid var(--border); }
.wsnp5i:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.l5dvv { font-size: var(--fs-body); font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.wsnp5i p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; }
.wsnp5i ul.lmtdfr7 { margin: 0; }
.bayf6r8 { color: var(--text-muted); line-height: var(--lh-read); }
.p11mf8 .lmtdfr7,
.pxepy .lmtdfr7,
.ii5wxv .lmtdfr7,
.pxkhk96 .lmtdfr7 {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.p11mf8 .wsnp5i,
.pxepy .wsnp5i { text-align: left; }
.p11mf8 .l5dvv,
.pxepy .l5dvv { text-align: center; }
.z4mtdc6 { font-size: var(--fs-h2); font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.p6ucd73f { color: var(--text-muted); font-style: italic; line-height: var(--lh-read); margin: 0 0 16px; font-size: var(--fs-body); }
.in58 { color: var(--text-muted); line-height: var(--lh-read); margin: 0 0 8px; }
.mi0x6h { margin-top: 12px; }
.igyt { display: inline-block; color: var(--accent-light); text-decoration: none; font-weight: 600; font-size: var(--fs-sm); border-bottom: var(--bw-hair) solid transparent; padding-bottom: 2px; }
.igyt:hover { border-bottom-color: var(--accent-light); }
.qwa1gdd { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.qwa1gdd img { width: 100%; height: 100%; object-fit: cover; display: block; }
.v30t { border-radius: 50%; }
.y6h0idia { display: inline-block; margin-bottom: 12px; font-size: var(--fs-sm); }
.r6x2l { padding-left: 16px; position: relative; color: var(--text-primary); font-weight: 600; }
.r6x2l::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 8px; height: 2px; background: var(--accent); }
.sfxvs { display: grid; grid-template-columns: auto 1fr; gap: 32px; align-items: center; padding-bottom: 32px; border-bottom: var(--bw-hair) solid var(--border); }
@media (max-width: 640px) { .sfxvs { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.j5900wh5 .in58, .j5900wh5 .p6ucd73f { max-width: 640px; }
.jp8ml .z4mtdc6 { font-size: var(--fs-h3); margin-top: 20px; }
.un68yy .in58 { margin-bottom: 28px; }
@media (max-width: 860px) { .b7uw849 { grid-template-columns: 1fr; } .jp8ml { position: static; text-align: center; } }
.n3q41k .qwa1gdd { margin: 0 auto 20px; }
.n3q41k .y6h0idia { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .wy9ibys { grid-template-columns: 1fr; } }
.w92eikj8 .z4mtdc6 { font-size: var(--fs-h3); margin-bottom: 8px; }
.pxkhk96 .lmtdfr7 { margin: 0; font-size: var(--fs-sm); }
@media (max-width: 640px) { .w92eikj8 { flex-direction: column; text-align: center; } .p3r6v { grid-template-columns: 1fr; } }
.urfydx7 .z4mtdc6 { font-size: var(--fs-lead); margin: 0 0 4px; }
.urfydx7 .y6h0idia { margin: 0; }
.rztbfuct .agajj3 { color: var(--accent-light); }
.xa11wf .agajj3 { font-size: var(--fs-h2); }
.xa11wf .zru7 { max-width: 680px; }
.jx0g4d1p .agajj3 { margin: 0; font-size: var(--fs-h2); flex-shrink: 0; max-width: 45%; }
.jx0g4d1p .zru7  { margin: 0; }
@media (max-width: 640px) { .jx0g4d1p { flex-direction: column; } }
.an0b6 .agajj3 { color: var(--accent-light); }
.ydmral {
  background: var(--accent); border-bottom: none;
  padding: 40px 32px 36px; margin-bottom: 32px;
}
.ydmral .agajj3 { color: #fff; }
.ydmral .zru7  { color: rgba(255,255,255,0.85); }
.r938 { max-width: 680px; margin: 0 auto; }
.uj9f {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .uj9f { grid-template-columns: 1fr; } }
.q74rwn .vbedk5 {
  border: none; border-bottom: var(--bw-rule) solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.q74rwn .vbedk5:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.vcbg .vbedk5 { background: var(--bg-raised); border-color: transparent; }
.vcbg .vbedk5:focus { background: var(--bg-card); border-color: var(--accent-light); }
.noy0hq .vbedk5 { border-radius: var(--r-pill); padding: 12px 20px; }
.noy0hq .rtvi { border-radius: var(--r-card); }
.jvn29 {
  background: var(--bg-card); border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-btn); overflow: hidden; margin-bottom: 12px;
}
.jvn29 summary {
  padding: 16px 20px; cursor: pointer; font-weight: 700;
  color: var(--accent-light); font-size: var(--fs-body); list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.jvn29 summary::-webkit-details-marker { display: none; }
.jvn29 summary::after { content: "+"; color: var(--accent-light); font-size: var(--fs-lead); flex-shrink: 0; }
.jvn29[open] summary::after { content: "−"; }
.gtt98t {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: var(--lh-read);
  border-top: var(--bw-hair) solid var(--border);
}
.hgt4b {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .hgt4b { grid-template-columns: 1fr; } }
.q2a87 {
  background: var(--bg-card); border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card); padding: 24px 24px;
}
.q2a87 h2 {
  font-size: var(--fs-sm); font-weight: 700; color: var(--accent-light); margin-bottom: 12px;
}
.q2a87 p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; font-size: var(--fs-sm); }
.l5o93s { color: var(--text-muted); line-height: var(--lh-read); padding-left: 1.4em; margin: 0; }
.l5o93s li { margin-bottom: 8px; }
.lrk5nfvg{display:none}
.lrk5nfvg:empty,.j0nu:empty{display:none}
.xhmbid0{position:relative;overflow:visible}
.aweuui0o .o4rtglh,.yydh .o4rtglh,
.f7921 .o4rtglh,.y5i0wb3 .o4rtglh,
.z4mbuhi .o4rtglh,.xollvk .o4rtglh{display:block}
.u35n .gtft{display:block}
.aweuui0o .o4rtglh,.yydh .o4rtglh,
.f7921 .o4rtglh,.y5i0wb3 .o4rtglh,
.z4mbuhi .o4rtglh{position:absolute;z-index:3;left: 24px;right: 24px;width:auto;max-width:min(1100px, calc(100vw - 48px));margin: 0 auto;padding: 0;box-sizing:border-box}
.aweuui0o .o4rtglh .j0nu,.yydh .o4rtglh .j0nu,
.f7921 .o4rtglh .j0nu,.y5i0wb3 .o4rtglh .j0nu,
.z4mbuhi .o4rtglh .j0nu{margin: 0;font-size: var(--fs-caption);opacity:1;color:#fff;background:color-mix(in srgb, var(--accent) 35%, rgba(0,0,0,.45));backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);padding: 4px 12px;border-radius: var(--r-chip);display:inline-flex;width:auto}
.aweuui0o .rnf6zp5,.yydh .rnf6zp5,
.f7921 .rnf6zp5,.y5i0wb3 .rnf6zp5,
.z4mbuhi .rnf6zp5{background:transparent!important;border:none!important;padding: 0;border-radius:0;color:inherit!important}
.aweuui0o .o4rtglh,.yydh .o4rtglh{top: 12px}
.aweuui0o .o4rtglh .j0nu{margin-right:auto}
.yydh .o4rtglh .j0nu{margin-left:auto}
.yydh .o4rtglh{text-align:right}
.f7921 .o4rtglh,.y5i0wb3 .o4rtglh{bottom: 12px}
.f7921 .o4rtglh .j0nu{margin-right:auto}
.y5i0wb3 .o4rtglh .j0nu{margin-left:auto}
.y5i0wb3 .o4rtglh{text-align:right}
.z4mbuhi .o4rtglh{position:relative;margin-top: 16px}
.z4mbuhi .o4rtglh .j0nu{margin: 0 auto}
.xollvk .o4rtglh{max-width:var(--content-mw,1100px);margin: 0 auto;padding: 8px 24px}
.xollvk .o4rtglh .j0nu{margin: 0}
.xollvk .eatlmo~.o4rtglh,
.xollvk .l9q1~.o4rtglh{max-width:none;margin: 0;padding: 8px clamp(24px,calc(50vw - 476px),96px)}
.xollvk .eatlmo~.o4rtglh .j0nu,
.xollvk .l9q1~.o4rtglh .j0nu{justify-content:flex-start}
.eatlmo~.o4rtglh,.l9q1~.o4rtglh{position:static!important;left: auto!important;right: auto!important;top: auto!important;bottom: auto!important;transform:none!important;width:100%!important;max-width:none!important;padding: 8px clamp(24px,calc(50vw - 476px),96px)!important}
.eatlmo~.o4rtglh .j0nu{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.l9q1~.o4rtglh .j0nu{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.gtft .j0nu{margin: 0 0 12px}
.j0nu{display:flex;flex-wrap:wrap;align-items:center;gap: 8px 12px;font-size: var(--fs-label);color:var(--text-muted);margin: 12px 0 16px}
.n96i{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.i2fk{font-weight:600;color:var(--text-heading);opacity:1}
.yuqb03::before{content:"·";margin: 0 2px;opacity:.5}
.rnf6zp5{white-space:nowrap}
.se6pij1 .n96i{display:none}
.vephx2 .rnf6zp5{background:var(--date-bg, var(--accent-bg));padding: 4px 12px;border-radius: var(--r-card);font-size: var(--fs-caption)}
.vephx2 .yuqb03::before{content:""}
.t2hw36v .rnf6zp5{background:var(--date-bg, var(--accent-bg));padding: 8px 12px;border-radius:var(--radius, 6px);font-size: var(--fs-caption);display:inline-flex;align-items:center;gap: 4px}
.t2hw36v .yuqb03::before{content:""}
.fldwgy06 .j0nu{background:var(--date-bg, var(--accent-bg));padding: 8px 16px;border-radius:var(--radius, 6px);gap: 8px 16px}
.krs2456 .rnf6zp5{border-left: var(--bw-rule) solid var(--accent);padding-left: 8px;font-size: var(--fs-caption)}
.krs2456 .yuqb03::before{content:""}
.hvok9s .rnf6zp5{color: var(--accent-light);opacity:1;font-weight:500}
.yxhy .rnf6zp5{border-bottom: var(--bw-hair) solid currentColor;padding-bottom: 2px}
.eyney8pu .j0nu{font-size: var(--fs-caption);color:var(--text-faint);letter-spacing: normal}
.irhcm{--date-bg:var(--accent-bg)}
.kf5j .yuqb03::before{content:""}
.bv6uxt .yuqb03::before{content:"•";opacity:.4}
.bv6uxt .rnf6zp5 + .rnf6zp5::before{content:"•";margin-right:6px;opacity:.4}
.kyxh3 .yuqb03::before{content:"/";opacity:.35}
.kyxh3 .rnf6zp5 + .rnf6zp5::before{content:"/";margin-right:6px;opacity:.35}
.tnwvi .yuqb03::before{content:"|";opacity:.3}
.tnwvi .rnf6zp5 + .rnf6zp5::before{content:"|";margin-right:6px;opacity:.3}
.dlbh .yuqb03::before{content:"—";opacity:.3}
.dlbh .rnf6zp5 + .rnf6zp5::before{content:"—";margin-right:6px;opacity:.3}
.zh0k4p .yuqb03::before{content:"◆";font-size:.5em;opacity:.35}
.zh0k4p .rnf6zp5 + .rnf6zp5::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.kok8g3 .yuqb03::before{content:"·";opacity:.4}
.kok8g3 .rnf6zp5 + .rnf6zp5::before{content:"·";margin-right:6px;opacity:.4}
.lt8el3nl .yuqb03::before{content:"›";opacity:.4}
.lt8el3nl .rnf6zp5 + .rnf6zp5::before{content:"›";margin-right:6px;opacity:.4}
.rolq .yuqb03::before{content:"→";opacity:.35;font-size:.85em}
.rolq .rnf6zp5 + .rnf6zp5::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.b2jjkaxk{display:flex;align-items:flex-start;gap: 16px;max-width:var(--content-width, 960px);margin: 32px auto 24px;padding: 20px 24px}
.cg5r{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.j1ptyc{display:flex;flex-direction:column;gap: 4px}
.qv46lz{font-size: var(--fs-caption);text-transform:uppercase;letter-spacing: var(--ls-label);color:var(--text-body);opacity:.55}
.mhby12g{font-weight:700;font-size: var(--fs-sm);color:var(--text-heading)}
.kwbectt{font-size: var(--fs-label);color:var(--text-body);opacity:.8;line-height: var(--lh-snug);margin-top: 4px}
.ei36 .b2jjkaxk{background:var(--surface-alt);border-radius:var(--radius, 8px);border: var(--bw-hair) solid var(--border)}
.xf73f4m .b2jjkaxk{border-top: var(--bw-bar) solid var(--accent);padding-top: 20px}
.wuqmp .b2jjkaxk{border-left: var(--bw-bar) solid var(--accent);border-radius:0}
.n7e5w .b2jjkaxk{padding: 20px 0}
@media(max-width:640px){
  .b2jjkaxk{flex-direction:column;align-items:center;text-align:center;gap: 12px;padding: 16px}
  .kwbectt{max-width:100%}
}
.rdt3 .k0j9p{margin: 0}
@media (max-width:560px){
  .qkobo{grid-template-columns:repeat(2,1fr);gap: 12px}
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@media (max-width: 480px) {
  .gki4f { padding: 28px 20px 20px; }
  .dw3jrurk { font-size: var(--fs-lead); }
  .mubynun3 { max-width: 220px; max-height: 80px; }
}
.k9kchhr {
  flex: 0 0 auto;
  display: inline-flex; align-items: center; justify-content: center;
  background: #fff;
  width: 96px; height: 96px;
  padding: 12px;
  margin-right: 14px;
  box-shadow: var(--sh-2);
}
.ijfqs {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.l7isnkl  .k9kchhr { border-radius: 50%; }
.yzoi2w  .k9kchhr { border-radius: var(--r-chip); }
.q5weny .k9kchhr { border-radius: var(--r-card); }
.a52k .nkd13 {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .k9kchhr { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.xg7ysy .uv1xsv2 {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.xg7ysy .lorg19 {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.xg7ysy .nkd13 {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.s01nt {
  position: fixed;
  left: 50%; bottom: 0;
  width: 100%; max-width: 1100px;
  box-sizing: border-box;
  padding: 0 16px calc(14px + env(safe-area-inset-bottom, 0px));
  z-index: 1200;                         
  transform: translate(-50%, 130%);
  transition: transform 0.42s cubic-bezier(.2,.75,.2,1);
  will-change: transform;
  pointer-events: none;                  
}
.s01nt.bp278jlp { transform: translate(-50%, 0); }
.s01nt .uv1xsv2,
.s01nt .lorg19 {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.s01nt .nkd13 {
  margin: 0 !important;
  box-shadow: var(--sh-3);
  pointer-events: auto;
}
.fjhja8 {
  position: absolute;
  
  top: 16px; right: 30px;
  z-index: 3;
  width: 26px; height: 26px;
  border: none; border-radius: 50%; cursor: pointer;
  background: rgba(0,0,0,0.40);         
  font-size: 0;                          
  pointer-events: auto;
  transition: background 0.15s;
}
.fjhja8::before,
.fjhja8::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 12px; height: 2px; border-radius: var(--r-chip); background: #fff;
}
.fjhja8::before { transform: translate(-50%, -50%) rotate(45deg); }
.fjhja8::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.fjhja8:hover { background: rgba(0,0,0,0.6); }
@media (max-width: 640px) {
  .s01nt { padding: 0 12px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .s01nt .nkd13 {
    padding: 16px 20px !important;
    gap: 12px !important;
    border-radius: var(--r-card);
  }
  .s01nt .asov1v { display: none !important; }
  .s01nt .mayu6 { font-size: var(--fs-body) !important; }
  .s01nt .k9kchhr { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .fjhja8 { top: 12px; right: 24px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .cmj8exh { flex-direction: row-reverse; }
[dir="rtl"] .b7xc424z { flex-direction: row-reverse; }
[dir="rtl"] .yae2 .j9d91z5 { right: auto; left: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .yae2 .j9d91z5 { right: auto; left: 20px; }
  [dir="rtl"] .n0yqeb  .j9d91z5 { left: auto;  right: 20px; }
}
[dir="rtl"] .d7nfj8tv .ktolk  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .zp8k .ktolk { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] .eatlmo,
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .ip1pk6l, [dir="rtl"] .g7sj0ew5 { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .jd7ku { border-left: none; border-right: var(--bw-bar) solid var(--c-pros); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .t58noszt { border-left: none; border-right: var(--bw-bar) solid var(--c-cons); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .xsp7 { border-left: none !important; border-right: var(--bw-bar) solid currentColor; padding-left: 20px; padding-right: 20px; }
[dir="rtl"] .nkd13 { direction: rtl; }
[dir="rtl"] .k9kchhr { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .ksevmw,
[dir="rtl"] .n9nxt4 { direction: rtl; }
[dir="rtl"] .c0p2lq8 { direction: rtl; }
[dir="rtl"] .aup7 { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .xknppzbo.rvz4i .xt6k,
[dir="rtl"] .j20qn2pm.rvz4i .xt6k,
[dir="rtl"] .tpek0e6h.rvz4i .xt6k,
[dir="rtl"] .stktq7g.rvz4i .xt6k,
[dir="rtl"] .nlgf.rvz4i .xt6k { text-align: right; }
[dir="rtl"] .eatlmo.rvz4i .llgb87bh { align-items: flex-end; text-align: right; }
[dir="rtl"] .eatlmo.psp7e66 .llgb87bh { text-align: center; }
[dir="rtl"] .eatlmo .llgb87bh { text-align: right; }
[dir="rtl"] .lorg19,
[dir="rtl"] .fd5h4qq,
[dir="rtl"] .sya7i,
[dir="rtl"] .becrjv,
[dir="rtl"] .sy8oo5,
[dir="rtl"] .in58,
[dir="rtl"] .vbedk5,
[dir="rtl"] .rtvi { text-align: right; direction: rtl; }
[dir="rtl"] .noy0hq .vbedk5,
[dir="rtl"] .q74rwn .vbedk5 { padding-right: 20px; padding-left: 20px; }
.z2dr .kq0hdk,
.sdv9ra .kq0hdk,
.yf0nda .kq0hdk { border: var(--bw-hair) solid var(--border-alt); }
.yuywf7c5 .kq0hdk {
  gap: 12px; background: transparent;
  border: none; border-radius: 0; overflow: visible;
}
.z2dr .ksevmw,
.sdv9ra .ksevmw,
.yuywf7c5 .ksevmw,
.yf0nda .ksevmw {
  gap: 24px;
  padding: 24px 24px;
}
.z2dr .ksevmw + .ksevmw,
.yf0nda .ksevmw + .ksevmw { border-top: none; }
.z2dr .ksevmw:nth-child(even),
.yf0nda .ksevmw:nth-child(even) { background: var(--bg-surface); }
.yuywf7c5 .ksevmw {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
  box-shadow: var(--sh-2);
}
.z2dr .ywpc,
.sdv9ra .ywpc,
.yuywf7c5 .ywpc,
.yf0nda .ywpc {
  width: 110px; height: 110px; padding: 0;
  border-radius: var(--r-card); overflow: hidden;
}
.z2dr .k77b,
.sdv9ra .k77b,
.yuywf7c5 .k77b,
.yf0nda .k77b {
  max-width: 104px; max-height: 104px;
  width: auto; height: auto; object-fit: contain;
}
.yf0nda .u0wg { font-size: var(--fs-body); font-weight: 700; }
.z2dr .zo7v, .z2dr .r6vs90jv, .z2dr .dyqt2,
.sdv9ra .zo7v, .sdv9ra .r6vs90jv, .sdv9ra .dyqt2,
.yuywf7c5 .zo7v, .yuywf7c5 .r6vs90jv, .yuywf7c5 .dyqt2,
.yf0nda .zo7v, .yf0nda .r6vs90jv, .yf0nda .dyqt2 {
  background: transparent;
  padding: 12px 0; align-items: flex-start; text-align: left;
}
.z2dr .xegs.cryev7,
.sdv9ra .xegs.cryev7,
.yuywf7c5 .xegs.cryev7,
.yf0nda .xegs.cryev7 {
  padding: 16px 24px !important;
}
.yf0nda .xegs.cryev7 { box-shadow: none; }
@media (max-width: 1080px) {
  .z2dr .ksevmw,
  .sdv9ra .ksevmw,
  .yuywf7c5 .ksevmw,
  .yf0nda .ksevmw { gap: 16px; padding: 20px; }
  .z2dr .ywpc,
  .sdv9ra .ywpc,
  .yuywf7c5 .ywpc,
  .yf0nda .ywpc { width: 92px; height: 92px; }
}
@media (max-width: 900px) {
  .z2dr .ywpc,
  .sdv9ra .ywpc,
  .yuywf7c5 .ywpc,
  .yf0nda .ywpc { width: 104px; height: 104px; }
}
.lzjl .ocvk0 { display: none; }
.u61qc li::before { color: #2f855a; font-weight: 700; }
.wocql li::before { color: #9b2c2c; font-weight: 700; }
.g62mod::before { color: #2f855a; }
.xzkn::before { color: #9b2c2c; }
.ghs0oux5  .vcj4vd, .ghs0oux5  .tatvriax { border-radius: var(--r-pill); }
.hf3nc2 .vcj4vd, .hf3nc2 .tatvriax { border-radius: 0; }
.id4uo .vcj4vd, .id4uo .tatvriax { border-radius: var(--r-btn); }
.vcj4vd, .tatvriax, .hvnup, .cryev7, .xegs.cryev7 {
  background: var(--cta);
  color: var(--cta-fg);
}
body { --btn-radius: var(--r-btn); }
.hvnup, .cryev7, .xegs.cryev7, .vcj4vd, .tatvriax,
.dm57a, .cskgzdo, .s01nt .vcj4vd {
  border-radius: var(--btn-radius) !important;
}
.e87w a, .fd5h4qq a, .sya7i a, .n1tl8agc a, .nbwu58r p a {
  color: var(--tone-link, var(--accent)); text-decoration-color: color-mix(in srgb, var(--tone-link, var(--accent)) 35%, transparent);
  text-underline-offset: 3px;
}
.e87w a:hover, .fd5h4qq a:hover, .sya7i a:hover, .n1tl8agc a:hover { text-decoration-color: currentColor; }
.nq70e   { --hero-a: var(--b-50);  --hero-b: var(--b-100); }
.nq70e .zgo3.tpek0e6h .e3glmal,
.nq70e section.tpek0e6h .e3glmal { color: var(--tone-head, var(--text-primary)) !important; text-shadow: none !important; }
.nq70e .tpek0e6h .myktn { color: var(--text-body); }
.nq70e .tpek0e6h { border-bottom: var(--bw-hair) solid var(--b-200); }
.nq70e .j20qn2pm { background: var(--b-50); border-bottom-color: var(--b-200); }
.zgo3.xknppzbo:not(.tpek0e6h) .e3glmal,
section.xknppzbo:not(.tpek0e6h) .e3glmal { color: #fff !important; text-shadow: 0 1px 3px rgba(0,0,0,0.45) !important; }
.wbtkax.nq2t .tpek0e6h .hvnup,
.wbtkax.jmfd49    .tpek0e6h .hvnup { background: #fff !important; color: var(--b-700) !important; }
.x8ynr .o6tg { background: var(--bg-page); border-top-color: var(--border-alt); }
.imt1ma .o6tg { background: var(--b-50); border-top-color: var(--b-200); }
.fokr   { --ftr-fill: var(--b-900); --ftr-edge: var(--b-800); }
.rghqhw .o6tg, .fokr .o6tg, .s7q2c3z .o6tg {
  background: var(--ftr-fill); border-top-color: var(--ftr-edge); color: #fff;
}
.rghqhw .o6tg :is(.rgre1h, .strfbn),
.fokr   .o6tg :is(.rgre1h, .strfbn),
.s7q2c3z    .o6tg :is(.rgre1h, .strfbn) { color: rgba(255,255,255,0.68); }
.rghqhw .o6tg :is(.gmx6, .jda7efz),
.fokr   .o6tg :is(.gmx6, .jda7efz),
.s7q2c3z    .o6tg :is(.gmx6, .jda7efz) { color: rgba(255,255,255,0.7); }
.rghqhw .o6tg a, .fokr .o6tg a, .s7q2c3z .o6tg a { color: rgba(255,255,255,0.9); }
.rghqhw .o6tg a:hover, .fokr .o6tg a:hover, .s7q2c3z .o6tg a:hover { color: #fff; }
.rghqhw .o6tg .ibheb7,
.fokr   .o6tg .ibheb7,
.s7q2c3z    .o6tg .ibheb7 { color: #fff; }
.qdlf1c .kq0hdk:not(.u6nrq) .ksevmw:first-child {
  background: var(--tone-fill, var(--accent-bg));
  box-shadow: inset var(--bw-bar) 0 0 var(--tone-line, var(--accent));
}
.y3oddae .kq0hdk:not(.u6nrq) {
  background: var(--tone-fill, var(--bg-surface)); padding: 12px; border-radius: var(--r-card);
}
.y3oddae .kq0hdk:not(.u6nrq) .ksevmw { background: var(--bg-card); border-radius: var(--r-btn); }
.y3oddae .kq0hdk:not(.u6nrq) .ksevmw + .ksevmw { margin-top: 8px; border-top: none; }
.s2yhuso .ksevmw::before { background: var(--tone-line, var(--accent)); }
.k52yzdpq .ksevmw:first-child { border-top-color: var(--tone-line, var(--accent)); }
.nbwu58r summary:hover::after, .nbwu58r[open] summary::after { color: var(--tone-mark, var(--accent)); }
.c83y9823 .usdm { border-top-color: var(--tone-line, var(--accent)); }
.e2c1q .chj3 { background: var(--tone-fill, var(--accent-bg)); }
.lrpn .es4r8akm .k77b,
.lrpn .y7aby.es4r8akm img,
.lrpn .z4fyuyo.es4r8akm img { border-radius: 22%; }
.lrpn .y7aby.es4r8akm { border-radius: var(--r-card); }
.piyw .es4r8akm .k77b,
.piyw .y7aby.es4r8akm img,
.piyw .z4fyuyo.es4r8akm img { border-radius: 50%; aspect-ratio: 1 / 1; object-fit: cover; }
.piyw .y7aby.es4r8akm { border-radius: 50%; padding: 5px; }
.piyw .es4r8akm.ywpc, .lrpn .es4r8akm.ywpc { overflow: visible; }
.usdm, .wtuzs9dd, .kq0hdk:not(.u6nrq), .k0j9p, .nbwu58r {
  border: none; box-shadow: var(--sh-card);
}
.q8mzit43 .usdm, .q8mzit43 .wtuzs9dd,
.q8mzit43 .kq0hdk:not(.u6nrq) { box-shadow: var(--sh-lift); }
.vmjs7 .nbwu58r, .n6rf8p .nbwu58r, .yc88t .nbwu58r { box-shadow: none; }
.yc88t .ycoo3t7 { border: none; box-shadow: var(--sh-card); }
.wkkom .nbwu58r { border-left: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.n6rf8p .nbwu58r summary { border: none; box-shadow: var(--sh-card); }
.n6rf8p .nbwu58r[open] summary { box-shadow: none; color: var(--tone-fill-head-raw); }
.gbvp4 .nbwu58r summary { color: var(--tone-fill-head-raw); }
.t336e72x .usdm { border: none; border-bottom: var(--bw-rule) solid var(--tone-mark, var(--border)); box-shadow: var(--sh-card); }
.ytps3, .xsp7, .c0p2lq8 { border: none; box-shadow: var(--panel-sh, none); }
.scqkf4a .h6rz { border: none; box-shadow: var(--sub-sh, none); }
.tm3l .ytps3, .tm3l .c0p2lq8 { box-shadow: var(--panel-sh, none); }
.tm3l .k0j9p, .tm3l .tjn262 .xsp7 { box-shadow: var(--sh-card); }
.tm3l .scqkf4a .h6rz { box-shadow: var(--sub-sh, none); }
.jr5qqsn .h6rz, .tm3l .jr5qqsn .h6rz, .q8mzit43 .jr5qqsn .h6rz { box-shadow: none; border-left: none; border-right: none; border-bottom: none; }
.ytps3 { background: var(--bg-card-inner); border-radius: var(--r-card); }
.fmnx { border-bottom: none; color: var(--tone-fill-head, var(--text-primary)); }
.yemrv .ytps3   { border: none; border-left: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.l03gt .ytps3 { border: none; border-top: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.rgk27jn .ytps3     { border: none; }
.rgk27jn .fmnx { border-bottom: none; color: var(--tone-fill-head, var(--text-primary)); }
.v877 .ytps3    { border: none; box-shadow: var(--sh-card); }
.xsp7 { --cl-head: var(--tone-fill-head, var(--text-primary)); --cl-fg: var(--tone-fill-fg, var(--text-body)); border-radius: var(--r-btn); }
.mmo7 { --cl-head: var(--sem-warn-fg); --cl-fg: var(--sem-warn-body); }
.xsp7 strong, .ixl9k .xsp7 strong, .byq5a .xsp7 strong,
.i9f46 .xsp7 strong { color: var(--cl-head); }
.xsp7 p, .ixl9k .xsp7 p, .byq5a .xsp7 p,
.i9f46 .xsp7 p { color: var(--cl-fg); }
.ixl9k .xsp7 { background: var(--cl-bg, var(--bg-surface)); border: none; border-radius: var(--r-card); padding: 20px 24px; }
.ixl9k .xsp7 strong { display: inline-block; padding-bottom: 6px; margin-bottom: 2px; border-bottom: var(--bw-rule) solid var(--cl-hue); }
.mfmoxad8 .xsp7 { border: none; border-top: var(--bw-bar) solid var(--cl-hue); }
.byq5a .xsp7 { border: none; }
.i9f46 .xsp7  { border: none; border-left: var(--bw-bar) solid var(--cl-hue); }
.tjn262 .xsp7   { border: none; border-left: var(--bw-bar) solid var(--cl-hue); background: var(--bg-card); box-shadow: var(--sh-card); --cl-head: var(--text-primary); --cl-fg: var(--text-body); }
.zpry1t0 { border: none !important; border-radius: 0 0 var(--r-card) var(--r-card); box-shadow: none; }
.zpry1t0 strong { color: var(--cl-head); }
.jd7ku, .t58noszt { border: none; border-radius: var(--r-card); padding: 18px 20px; }
.jd7ku ul li, .jd7ku .u61qc li { color: var(--sem-pos-body); }
.t58noszt ul li, .t58noszt .wocql li { color: var(--sem-neg-body); }
.yy9kq .jd7ku, .yy9kq .t58noszt { border: none; }
.ard8 .jd7ku, .ard8 .t58noszt { border: none; border-radius: 0 0 var(--r-card) var(--r-card); }
.ard8 .jd7ku { border-top: var(--bw-bar) solid var(--sem-pos-line); }
.ard8 .t58noszt { border-top: var(--bw-bar) solid var(--sem-neg-line); }
.a8o80 .jd7ku, .a8o80 .t58noszt { border: none; border-radius: 0 var(--r-card) var(--r-card) 0; }
.a8o80 .jd7ku { border-left: var(--bw-bar) solid var(--sem-pos-line); }
.a8o80 .t58noszt { border-left: var(--bw-bar) solid var(--sem-neg-line); }
.eh8ss .jd7ku .mkvwqg, .eh8ss .t58noszt .mkvwqg {
  display: inline-block; padding: 3px 12px; border-radius: var(--r-pill); color: #fff; margin-bottom: 12px;
}
.eh8ss .jd7ku .mkvwqg { background: var(--sem-pos-fg); }
.eh8ss .t58noszt .mkvwqg { background: var(--sem-neg-fg); }
.eh8ss .g62mod::before, .eh8ss .xzkn::before { color: #fff; }
.w6glo .jd7ku ul li, .w6glo .jd7ku .u61qc li,
.w6glo .t58noszt ul li, .w6glo .t58noszt .wocql li { color: var(--text-body); }
.c0p2lq8 { background: var(--tone-fill, var(--bg-surface)); border-radius: var(--r-card); }
.ze6kzqd { color: var(--tone-fill-head, var(--text-primary)); }
.guywct1 .aup7 a, .l6tl .aup7 a, .hwmbb7xn .aup7 a {
  border: none; background: var(--bg-card); box-shadow: var(--sh-card); color: var(--text-body);
}
.guywct1 .aup7 a:hover, .l6tl .aup7 a:hover, .hwmbb7xn .aup7 a:hover {
  color: var(--tone-link, var(--accent)); box-shadow: var(--sh-lift);
}
.psuzoinx .c0p2lq8 { border-bottom-color: var(--border-alt); }
.psuzoinx .aup7 a:hover { color: var(--tone-link, var(--accent)); border-bottom-color: var(--tone-mark, var(--accent)); }
.gza0qgv, .kl8rl5t { border: none; }
.rg69nq { background: var(--tone-fill-2, var(--bg-raised)); color: var(--tone-fill-fg, var(--text-primary)); }
.ny1p508 { border-top: none; }
.ny1p508 > span { color: var(--tone-fill-head, var(--text-primary)); }
.bufdijy em, .mk2u0 em, .crkm em, .pklz em { color: var(--tone-fill-muted, var(--text-muted)); }
.e2c1q .chj3 { border-bottom: none; }
.t336e72x .chj3 { border-bottom: none; }
.y7aby.es4r8akm { border: none; padding: 0; background: transparent; width: 96px; height: 96px; }
.y7aby.es4r8akm img { max-width: 96px; max-height: 96px; width: 96px; height: 96px; object-fit: cover; border-radius: var(--r-btn); }
.lrpn .y7aby.es4r8akm img { border-radius: 22%; }
.piyw  .y7aby.es4r8akm img { border-radius: 50%; }
.piyw  .y7aby.es4r8akm { padding: 0; }
@media (min-width: 900px) {
  .f9206 .n49v8dgp > .usdm:last-child:nth-child(odd) { grid-column: 1 / -1; }
}
.ip1pk6l li::marker { color: var(--tone-mark, var(--accent)); }
.g7sj0ew5 li::marker { color: var(--tone-mark, var(--accent)); font-weight: 700; }
.emoqyn li::marker { color: var(--tone-mark, var(--accent)); }
.f39l h2.nk5rqyd { border-left-color: var(--tone-mark, var(--accent)); border-left-width: 4px; }
.pp9kk2 h2.nk5rqyd { border-bottom-color: var(--tone-mark, var(--accent)); }
.eyssppg2 h2.nk5rqyd { border-top-color: var(--tone-mark, var(--accent)); }
.d7nfj8tv .h6rz, .zp8k .h6rz, .vy52c .h6rz,
.d7nfj8tv .xsp7, .zp8k .xsp7, .vy52c .xsp7,
.d7nfj8tv .zq35u, .zp8k .zq35u, .vy52c .zq35u,
.d7nfj8tv .k0j9p, .zp8k .k0j9p, .vy52c .k0j9p { clear: both; }
.ktolk .q0d4l { box-shadow: var(--sh-card); }
.k0j9p { border-radius: var(--r-card); }
.vp4e .dg6o2a { border: none; }
.ysc0l3 .b7xc424z a { color: var(--b-800); }
.ysc0l3 .b7xc424z a:hover { color: var(--b-600); }
.nq70e .zgo3.tpek0e6h .e3glmal,
.nq70e section.tpek0e6h .e3glmal,
.nq70e .j20qn2pm .e3glmal { color: var(--b-900) !important; }
.nq70e .tpek0e6h .myktn, .nq70e .j20qn2pm .myktn { color: var(--b-800); }
.imt1ma .o6tg, .imt1ma .o6tg a { color: var(--b-800); }
.imt1ma .o6tg :is(.rgre1h, .strfbn, .gmx6) { color: var(--b-700); }
.nkd13 { border: none; border-radius: var(--r-card); box-shadow: var(--sh-card); }
.vcj4vd { border: none; }
.oy2nsyk2 .vcj4vd { background: #fff !important; color: var(--cta) !important; }
.jrcpnw .nkd13 { background: var(--b-100); border: none; }
.jrcpnw .mayu6 { color: var(--b-900); }
.jrcpnw .asov1v { color: var(--b-800); }
.in3d .nkd13 { background: var(--b-900); border: none; border-radius: var(--r-card); }
.in3d .mayu6 { color: #fff; }
.in3d .asov1v { color: rgba(255,255,255,0.82); }
.mejbrp3 .nkd13 { background: linear-gradient(120deg, var(--b-900), var(--b-near, var(--b-800))); }
.mejbrp3 .vcj4vd { background: #fff !important; color: var(--b-800) !important; }
.k9kchhr { padding: 0; overflow: hidden; box-shadow: 0 0 0 3px rgba(255,255,255,0.9), var(--sh-2); }
.ijfqs { width: 100%; height: 100%; object-fit: cover; }
h2.nk5rqyd, .e3glmal, h1.nk5rqyd, .mayu6 { font-weight: 700; }
.kxih h3, h3.cj9oi { font-weight: 600; }
.hio4 { font-weight: 600; color: var(--tone-head, var(--text-primary)); }
.ip1pk6l { list-style: none !important; padding-left: 0; margin: 16px 0; }
.ip1pk6l li { position: relative; padding-left: 34px; margin-bottom: 12px; line-height: var(--lh-snug); }
.ip1pk6l li::before {
  content: ""; position: absolute; left: 0; top: 0.12em;
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--tone-soft, var(--accent-bg));
}
.ip1pk6l li::after {
  content: ""; position: absolute; left: 7px; top: calc(0.12em + 5px);
  width: 6px; height: 10px; box-sizing: border-box;
  border-right: 2px solid var(--tone-soft-fg, var(--accent)); border-bottom: 2px solid var(--tone-soft-fg, var(--accent));
  transform: rotate(40deg) scale(.85);
}
.hx53 .ip1pk6l li { padding-left: 28px; }
.hx53 .ip1pk6l li::before {
  left: 6px; top: 0.5em; width: 8px; height: 8px;
  background: var(--tone-mark, var(--accent)); box-shadow: 0 0 0 4px var(--tone-soft, var(--accent-bg));
}
.hx53 .ip1pk6l li::after { content: none; }
.hx53 .ip1pk6l li::marker, .ip1pk6l li::marker { content: ""; }
.g7sj0ew5 { list-style: none !important; counter-reset: el-step; padding-left: 0; margin: 16px 0; }
.g7sj0ew5 li { list-style: none; counter-increment: el-step; position: relative; padding-left: 42px; margin-bottom: 14px; line-height: var(--lh-snug); min-height: 28px; }
.g7sj0ew5 li::before {
  content: counter(el-step); position: absolute; left: 0; top: -0.1em;
  width: 28px; height: 28px; border-radius: var(--r-btn);
  background: var(--tone-mark, var(--accent)); color: var(--tone-mark-fg, #fff);
  font-size: var(--fs-label); font-weight: 700; line-height: 28px; text-align: center;
}
.hx53 .g7sj0ew5 li::before { border-radius: 50%; }
.g7sj0ew5 li::marker { content: ""; }
.emoqyn { list-style: none; padding-left: 16px; }
.emoqyn li { position: relative; padding-left: 16px; }
.emoqyn li::before { content: ""; position: absolute; left: 0; top: 0.6em; width: 6px; height: 6px; border-radius: 50%; background: var(--tone-mark, var(--accent)); }
.emoqyn li::marker { content: ""; }
h3.cj9oi { color: var(--tone-sub, var(--tone-head, var(--text-primary))); }
.e87w strong, .fd5h4qq strong, .trzxy strong { color: var(--tone-head, var(--text-primary)); font-weight: 600; }
:root {
  --ico-check: url("data:image/svg+xml,%3Csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20viewBox=%270%200%2024%2024%27%20fill=%27black%27%20fill-rule=%27evenodd%27%3E%3Cpath%20d=%27M12%202a10%2010%200%201%200%200%2020%2010%2010%200%200%200%200-20zm-1.3%2014.3l-4.2-4.2%201.5-1.5%202.7%202.7%205.3-5.3%201.5%201.5-6.8%206.8z%27/%3E%3C/svg%3E");
  --ico-cross: url("data:image/svg+xml,%3Csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20viewBox=%270%200%2024%2024%27%20fill=%27black%27%20fill-rule=%27evenodd%27%3E%3Cpath%20d=%27M12%202a10%2010%200%201%200%200%2020%2010%2010%200%200%200%200-20zm3.6%2012.1l-1.5%201.5-2.1-2.1-2.1%202.1-1.5-1.5%202.1-2.1-2.1-2.1%201.5-1.5%202.1%202.1%202.1-2.1%201.5%201.5-2.1%202.1%202.1%202.1z%27/%3E%3C/svg%3E");
  --ico-shield: url("data:image/svg+xml,%3Csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20viewBox=%270%200%2024%2024%27%20fill=%27none%27%20stroke=%27black%27%20stroke-width=%272%27%20stroke-linecap=%27round%27%20stroke-linejoin=%27round%27%3E%3Cpath%20d=%27M12%203l7%203v6c0%204.5-3%207.6-7%209-4-1.4-7-4.5-7-9V6z%27/%3E%3Cpath%20d=%27M9%2012l2.2%202.2L15.2%2010%27/%3E%3C/svg%3E");
  --ico-info: url("data:image/svg+xml,%3Csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20viewBox=%270%200%2024%2024%27%20fill=%27none%27%20stroke=%27black%27%20stroke-width=%272%27%20stroke-linecap=%27round%27%20stroke-linejoin=%27round%27%3E%3Ccircle%20cx=%2712%27%20cy=%2712%27%20r=%279%27/%3E%3Cpath%20d=%27M12%2011v5.5M12%207.6v.4%27/%3E%3C/svg%3E");
  --ico-warn: url("data:image/svg+xml,%3Csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20viewBox=%270%200%2024%2024%27%20fill=%27none%27%20stroke=%27black%27%20stroke-width=%272%27%20stroke-linecap=%27round%27%20stroke-linejoin=%27round%27%3E%3Cpath%20d=%27M12%204l9.2%2016H2.8z%27/%3E%3Cpath%20d=%27M12%2010v4.5M12%2017.4v.3%27/%3E%3C/svg%3E");
  --ico-bulb: url("data:image/svg+xml,%3Csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20viewBox=%270%200%2024%2024%27%20fill=%27none%27%20stroke=%27black%27%20stroke-width=%272%27%20stroke-linecap=%27round%27%20stroke-linejoin=%27round%27%3E%3Cpath%20d=%27M9%2018h6M10%2021h4M12%203a6%206%200%200%200-3.6%2010.8c.7.6%201.1%201.3%201.1%202.2h5c0-.9.4-1.6%201.1-2.2A6%206%200%200%200%2012%203z%27/%3E%3C/svg%3E");
}
.u61qc li::before, .wocql li::before {
  content: "" !important; display: block; font-size: 0 !important;
  position: absolute !important; left: 0; top: 0.16em;
  width: 18px; height: 18px; margin: 0 !important;
  -webkit-mask: var(--ico-check) center / contain no-repeat; mask: var(--ico-check) center / contain no-repeat;
  background: var(--sem-pos-line);
}
.wocql li::before { -webkit-mask-image: var(--ico-cross); mask-image: var(--ico-cross); background: var(--sem-neg-line); }
.u61qc li, .wocql li { position: relative; padding-left: 28px !important; margin-bottom: 8px; line-height: var(--lh-snug); }
.g62mod::before, .xzkn::before { content: none !important; display: none !important; }
.mkvwqg { font-size: var(--fs-caption); text-transform: uppercase; letter-spacing: var(--ls-label); margin-bottom: 12px; }
.lzjl .ocvk0, .ocvk0 {
  display: block !important; flex: 0 0 22px; width: 22px; height: 22px; margin-top: 1px; font-size: 0;
  background: var(--cl-ico, var(--tone-mark, var(--accent)));
  -webkit-mask: var(--ico-info) center / contain no-repeat; mask: var(--ico-info) center / contain no-repeat;
}
.elj2as .ocvk0     { -webkit-mask-image: var(--ico-bulb); mask-image: var(--ico-bulb); }
.mmo7 .ocvk0 { -webkit-mask-image: var(--ico-warn); mask-image: var(--ico-warn); --cl-ico: var(--sem-warn-line); }
.sbw3ziw9 .ocvk0  { -webkit-mask-image: var(--ico-warn); mask-image: var(--ico-warn); --cl-ico: var(--sem-neg-line); }
.zpry1t0 .ocvk0, .f1j846 .ocvk0 { -webkit-mask-image: var(--ico-shield); mask-image: var(--ico-shield); }
.ocvk0::before { content: none !important; }
.xsp7 { gap: 14px; }
.usdm { --rv-pad: 24px; }
.chj3 { padding: var(--rv-pad); }
.fv4zd { padding: var(--rv-pad); display: flex; flex-direction: column; gap: 20px; }
.fv4zd > * { margin: 0 !important; }
.n1tl8agc { line-height: var(--lh-read); }
.ny1p508 {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
  gap: 14px 24px; padding: 18px var(--rv-pad); align-items: start;
}
.ny1p508 > span { display: flex; flex-direction: column; gap: 3px; min-width: 0; font-size: var(--fs-sm); }
.ny1p508 em { font-size: var(--fs-caption); font-weight: 600; font-style: normal; text-transform: uppercase; letter-spacing: var(--ls-label); color: var(--tone-fill-muted, var(--text-muted)); }
.ny1p508 b { font-weight: 700; color: var(--tone-fill-head, var(--text-primary)); line-height: var(--lh-tight); overflow-wrap: anywhere; }
.lse4f { gap: 16px; }
.w6glo .jd7ku, .w6glo .t58noszt { padding: 0; }
.w6glo .t58noszt { padding-left: 20px; }
.zqbvpdkf { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; font-size: var(--fs-caption); }
.lse4f + .zqbvpdkf { padding-top: 20px; border-top: var(--bw-hair) solid var(--border-alt); }
.en0mt1 { flex: 0 0 100%; margin-bottom: 4px; font-size: var(--fs-caption); font-weight: 600; text-transform: uppercase; letter-spacing: var(--ls-label); color: var(--text-muted); }
.gza0qgv, .rg69nq, .zg49pn {
  margin: 0; padding: 5px 10px; border-radius: var(--r-chip);
  background: var(--tone-chip, var(--bg-surface)); color: var(--tone-chip-fg, var(--text-primary));
}
.zpry1t0 { padding: 20px var(--rv-pad) 22px !important; align-items: flex-start; border-top: var(--bw-hair) solid var(--border-alt) !important; }
.zpry1t0 strong, .ixl9k .zpry1t0 strong,
.f1j846 strong, .ixl9k .f1j846 strong {
  display: block; padding: 0; margin: 0 0 6px; border: none;
  font-size: var(--fs-caption); text-transform: uppercase; letter-spacing: var(--ls-label);
  color: var(--tone-sub, var(--cl-head));
}
.zpry1t0 p, .f1j846 p { margin: 0; font-size: var(--fs-sm); line-height: var(--lh-read); }
.zpry1t0 { border-radius: 0 !important; box-shadow: none !important; margin: 0 !important; }
.gc4fk strong { display: inline-flex; align-items: baseline; gap: 1px; padding: 3px 9px; border-radius: var(--r-chip); background: var(--tone-soft, var(--accent-bg)); color: var(--tone-soft-fg, var(--text-primary)); font-size: var(--fs-sm); }
.gc4fk .nv9ch { color: inherit; opacity: .7; }
.scqkf4a .h6rz { padding-left: var(--sub-pad-x, 20px); padding-right: var(--sub-pad-x, 20px); }
.us86ca h2.nk5rqyd { font-size: calc(var(--fs-h2) - 6px); letter-spacing: 0.06em; border-bottom-color: var(--tone-mark, var(--border-alt)); border-bottom-width: var(--bw-rule); }
.mthy9d3h .in3d .vcj4vd, .mthy9d3h .mejbrp3 .vcj4vd,
.mthy9d3h .cp8trijs .tpek0e6h .hvnup { background: #fff !important; color: var(--b-900) !important; }
.mthy9d3h.cp8trijs .tpek0e6h .hvnup,
.mthy9d3h.alca .pdrd2, .mthy9d3h.s7q2c3z .o6tg .cryev7 { background: #fff !important; color: var(--b-900) !important; }
.f9206 .n49v8dgp { align-items: stretch; }
.usdm { display: flex; flex-direction: column; }
.usdm .fv4zd { flex: 1 1 auto; }
.usdm .zpry1t0 { margin-top: auto !important; }
.dg6o2a { font-size: var(--fs-sm); }
.dg6o2a th {
  padding: 13px 16px; font-size: var(--fs-caption); font-weight: 700;
  text-transform: uppercase; letter-spacing: var(--ls-label); vertical-align: bottom;
}
.dg6o2a td { padding: 13px 16px; vertical-align: top; line-height: var(--lh-snug); }
.dg6o2a td:first-child { font-weight: 600; color: var(--text-primary); }
.dg6o2a tbody tr:last-child td { border-bottom: none; }
.dg6o2a tbody tr:hover td { background: var(--tone-fill-raw, var(--bg-hover)); }
.u4xp4 .dg6o2a th { color: var(--tone-sub, var(--text-primary)); border-bottom: var(--bw-rule) solid var(--tone-mark, var(--border)); padding-bottom: 11px; }
.vp4e .dg6o2a th, .vp4e .dg6o2a td { border: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
.vp4e .dg6o2a th + th, .vp4e .dg6o2a td + td { border-left: var(--bw-hair) solid var(--border-alt); }
.vp4e .dg6o2a tbody tr:last-child td { border-bottom: none; }
.ahok .vp4e .dg6o2a th + th, .q8pbtm2x .vp4e .dg6o2a th + th,
.a110u0g.vp4e .dg6o2a th + th { border-left-color: rgba(255,255,255,0.16); }
.rfzu8u .dg6o2a tbody tr:nth-child(even) td { background: var(--tone-fill-raw, var(--bg-surface)); }
.wi366xh { grid-template-columns: repeat(auto-fit, minmax(212px, 1fr)); gap: 20px; margin: 20px 0; }
.ytps3 {
  display: flex; flex-direction: column; align-items: flex-start;
  padding: 24px 22px 22px; transition: transform .15s ease, box-shadow .15s ease;
}
.ytps3:hover { transform: translateY(-2px); box-shadow: var(--sh-lift); }
.b3in89ui, .rp530 .b3in89ui {
  width: 76px; height: 76px; max-width: none; max-height: none; aspect-ratio: 1 / 1;
  padding: 12px; box-sizing: border-box; margin: 0 0 18px; object-fit: contain; display: block;
  background: var(--tone-fill-2-raw, var(--bg-raised)); border-radius: 18px;
}
.ch98br .b3in89ui { border-radius: 50%; padding: 14px; }
.tzkfzf .ytps3 { align-items: center; text-align: center; }
.tzkfzf .emoqyn { text-align: left; }
.fmnx, .blo9vs .fmnx, .rgk27jn .fmnx {
  background: none; padding: 0; margin: 0 0 8px; border: none; text-align: inherit;
  font-size: calc(var(--fs-body) + 1px); font-weight: 700; line-height: var(--lh-tight);
  color: var(--tone-head, var(--text-primary));
}
.lw5ndn0 { padding: 0; font-size: var(--fs-sm); line-height: 1.6; color: var(--text-body); }
.emoqyn { align-self: stretch; margin: 14px 0 0; padding: 12px 0 0; border-top: var(--bw-hair) solid var(--border-alt); font-size: var(--fs-label); color: var(--text-body); }
.emoqyn li { margin-bottom: 6px; line-height: var(--lh-snug); }
.jitc5 .fmnx { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.jitc5 .fmnx::before { display: inline-flex; flex: 0 0 28px; width: 28px; min-width: 28px; height: 28px; margin: 0; }
.tzkfzf.jitc5 .fmnx, .ch98br.jitc5 .fmnx { align-items: center; }
.rypgdin .ytps3 { padding-left: 0; padding-right: 0; }
.rypgdin .ytps3:hover { transform: none; box-shadow: none; }
.ytps3, .rgk27jn .ytps3 { background: var(--bg-card); box-shadow: var(--sh-card); }
.tm3l .ytps3, .q8mzit43 .ytps3 { box-shadow: var(--sh-card); }
.rypgdin .ytps3, .tm3l .rypgdin .ytps3 { background: none; box-shadow: none; }
@media (min-width: 1000px) {
  .wi366xh:has(> :nth-child(5):last-child) { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
  .wi366xh:has(> :nth-child(5):last-child) .ytps3 { padding: 20px 16px 18px; }
  .wi366xh:has(> :nth-child(6):last-child), .wi366xh:has(> :nth-child(9):last-child) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .wi366xh:has(> :nth-child(7):last-child), .wi366xh:has(> :nth-child(8):last-child) { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
[dir="rtl"] .ip1pk6l li, [dir="rtl"] .hx53 .ip1pk6l li { padding-left: 0; padding-right: 34px; }
[dir="rtl"] .hx53 .ip1pk6l li { padding-right: 28px; }
[dir="rtl"] .ip1pk6l li::before { left: auto; right: 0; }
[dir="rtl"] .hx53 .ip1pk6l li::before { left: auto; right: 6px; }
[dir="rtl"] .ip1pk6l li::after { left: auto; right: 9px; }
[dir="rtl"] .g7sj0ew5 li { padding-left: 0; padding-right: 42px; }
[dir="rtl"] .g7sj0ew5 li::before { left: auto; right: 0; }
[dir="rtl"] .emoqyn { padding-left: 0; padding-right: 0; }
[dir="rtl"] .emoqyn li { padding-left: 0; padding-right: 16px; }
[dir="rtl"] .emoqyn li::before { left: auto; right: 0; }
[dir="rtl"] .u61qc li, [dir="rtl"] .wocql li { padding-left: 0 !important; padding-right: 28px !important; }
[dir="rtl"] .u61qc li::before, [dir="rtl"] .wocql li::before { left: auto; right: 0; }
[dir="rtl"] .a8o80 .jd7ku, [dir="rtl"] .a8o80 .t58noszt { border-left: none; border-radius: var(--r-card) 0 0 var(--r-card); }
[dir="rtl"] .a8o80 .jd7ku { border-right: var(--bw-bar) solid var(--sem-pos-line); }
[dir="rtl"] .a8o80 .t58noszt { border-right: var(--bw-bar) solid var(--sem-neg-line); }
[dir="rtl"] .w6glo .t58noszt { padding-left: 0; padding-right: 20px; border-left: none; border-right: var(--bw-hair) solid var(--border); }
[dir="rtl"] .xsp7, [dir="rtl"] .i9f46 .xsp7, [dir="rtl"] .tjn262 .xsp7 { border-left: none; border-right: var(--bw-bar) solid var(--cl-hue); }
[dir="rtl"] .ixl9k .xsp7, [dir="rtl"] .mfmoxad8 .xsp7, [dir="rtl"] .byq5a .xsp7 { border-right: none; }
[dir="rtl"] .f39l h2.nk5rqyd { border-left: none; border-right: 4px solid var(--tone-mark, var(--accent)); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .yemrv .ytps3 { border-left: none; border-right: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
[dir="rtl"] .ytps3 { align-items: flex-start; text-align: right; }
[dir="rtl"] .dg6o2a th, [dir="rtl"] .dg6o2a td { text-align: right; }
[dir="rtl"] .vp4e .dg6o2a th + th, [dir="rtl"] .vp4e .dg6o2a td + td { border-left: none; border-right: var(--bw-hair) solid var(--border-alt); }
[dir="rtl"] .wkkom .nbwu58r, [dir="rtl"] .gbvp4 .nbwu58r summary { border-left: none; border-right: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
[dir="rtl"] .nbwu58r summary::after { margin: -4px 0 0 4px; }
[dir="rtl"] .qdlf1c .kq0hdk:not(.u6nrq) .ksevmw:first-child { box-shadow: inset calc(-1 * var(--bw-bar)) 0 0 var(--tone-line, var(--accent)); }
@media (max-width: 900px) {
  .ksevmw { gap: 0 14px; padding: 16px; }
  .ksevmw::after { content: ""; order: 2; flex: 0 0 100%; height: 0; margin-top: 14px; border-top: var(--bw-hair) solid var(--border-alt); }
  .voelrjj, .hm87unn { flex: 1 1 0; min-width: 0; }
  .j2zz { flex: 0 0 auto; }
  .poke1 { align-self: center; }
  
  .zo7v, .r6vs90jv, .dyqt2,
  .pw14n, .w6syh, .zo8ujw,
  .sioihjp, .cu2qi, .go3y {
    flex: 1 1 calc(50% - 7px); min-width: calc(50% - 7px); margin-top: 14px;
  }
  
  .zo7v, .r6vs90jv, .dyqt2 { flex-basis: 100%; min-width: 100%; }
  
  .w5kt6ta, .hxm743k { flex: 1 1 100%; min-width: 100%; margin-top: 14px; }
  .grksj27, .imrrwda { flex-wrap: nowrap; overflow: hidden; gap: 6px; }
  .imrrwda .kl8rl5t:nth-child(n+3) { display: inline-block; }
  .imrrwda .kl8rl5t:nth-child(n+4) { display: none; }
  
  .arrhl5, .f1prqwis { margin-top: 16px; }
  .pfcdx { text-align: center; display: block; margin-top: 8px; }
}
@media (max-width: 360px) {
  .pw14n, .w6syh, .zo8ujw,
  .sioihjp, .cu2qi, .go3y { flex-basis: 100%; min-width: 100%; }
}
.ywpc.es4r8akm, .ksszd .ywpc.es4r8akm, .a5f6br .ywpc.es4r8akm,
.fnh4um .ywpc.es4r8akm, .v9hjn .ywpc.es4r8akm,
.z4fyuyo.es4r8akm, .ksszd .z4fyuyo.es4r8akm, .a5f6br .z4fyuyo.es4r8akm,
.fnh4um .z4fyuyo.es4r8akm, .v9hjn .z4fyuyo.es4r8akm {
  background: transparent; padding: 0; width: auto; height: auto;
}
.ksszd .ywpc.es4r8akm .k77b, .a5f6br .ywpc.es4r8akm .k77b,
.fnh4um .ywpc.es4r8akm .k77b, .v9hjn .ywpc.es4r8akm .k77b { max-height: 88px; max-width: 88px; }
@media (max-width: 900px) {
  .ywpc.es4r8akm .k77b { max-height: 64px; max-width: 64px; }
  
  .imrrwda { flex-wrap: wrap; overflow: visible; }
  .imrrwda .kl8rl5t { max-width: 100%; }
}
.nvb52p { display: none; }
.r3tvuc1, .nzw3hm47 { display: contents; }
.zpry1t0, .byq5a .zpry1t0, .tjn262 .zpry1t0 { background: transparent !important; }
.zqbvpdkf .gza0qgv, .zqbvpdkf .rg69nq, .zqbvpdkf .zg49pn { background: var(--bg-surface); color: var(--text-body); }
.gc4fk { align-items: center; gap: 10px; }
.gc4fk strong { font-size: calc(var(--fs-lead) + 2px); font-weight: 700; padding: 2px 10px; }
.ygcwg {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 16px var(--rv-pad, 24px); border-top: var(--bw-hair) solid var(--border-alt);
  background: var(--bg-card);
}
.k75wba { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.k75wba em { font-size: var(--fs-caption); font-style: normal; font-weight: 600; text-transform: uppercase; letter-spacing: var(--ls-label); color: var(--text-muted); }
.k75wba b { font-size: var(--fs-sm); font-weight: 700; color: var(--text-primary); line-height: var(--lh-tight); }
.ygcwg .cryev7 { flex-shrink: 0; white-space: nowrap; padding: 12px 22px !important; font-size: var(--fs-sm) !important; font-weight: 700; }
@media (max-width: 480px) {
  .ygcwg { flex-direction: column; align-items: stretch; }
  .ygcwg .cryev7 { text-align: center; }
}
@media (min-width: 900px) {
  .unrk4 .n49v8dgp, .unrk4.f9206 .n49v8dgp { display: grid; grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .unrk4 .usdm:has(> .r3tvuc1) { display: grid; grid-template-columns: 296px minmax(0, 1fr); align-items: stretch; }
  .unrk4 .usdm:has(> .r3tvuc1) > .ygcwg { display: none; }

  .unrk4 .r3tvuc1 {
    display: flex; flex-direction: column; gap: 0; padding: 28px 24px;
    background: var(--tone-fill-raw, var(--bg-surface));
  }
  .unrk4 .r3tvuc1 .chj3 { display: contents; }
  .unrk4 .r3tvuc1 .y7aby { order: 1; align-self: flex-start; }
  .unrk4 .r3tvuc1 .kxih { order: 2; flex: 0 0 auto; margin-top: 16px; }
  .unrk4 .r3tvuc1 .kxih h3 { font-size: calc(var(--fs-lead) + 2px); margin-bottom: 10px; }
  .unrk4 .r3tvuc1 .gc4fk { flex-wrap: wrap; row-gap: 6px; }
  .unrk4 .r3tvuc1 .gc4fk strong { font-size: 28px; padding: 0; background: none; color: var(--tone-fill-head, var(--text-primary)); }
  .unrk4 .r3tvuc1 .ny1p508 { order: 3; display: flex; flex-direction: column; gap: 0; padding: 0; margin-top: 20px; background: none; }
  .unrk4 .r3tvuc1 .ny1p508 > span {
    flex-direction: row; justify-content: space-between; align-items: baseline; gap: 16px;
    padding: 10px 0; border-top: var(--bw-hair) solid color-mix(in srgb, var(--tone-fill-head, #000) 12%, transparent);
  }
  .unrk4 .r3tvuc1 .ny1p508 b { text-align: right; font-size: var(--fs-sm); }
  
  .unrk4 .r3tvuc1 .ny1p508 > .bufdijy {
    flex-direction: column; align-items: flex-start; gap: 4px; padding: 14px 16px; margin-bottom: 8px;
    border: none; border-radius: var(--r-btn); background: var(--bg-card); box-shadow: var(--sh-card);
  }
  .unrk4 .r3tvuc1 .ny1p508 > .bufdijy b { text-align: left; font-size: var(--fs-body); color: var(--text-primary); }
  .unrk4 .r3tvuc1 .ny1p508 > .bufdijy em { color: var(--text-muted); }
  .unrk4 .r3tvuc1 .ny1p508 > .bufdijy + span { border-top: none; }
  .unrk4 .r3tvuc1 .tsfbw25 { order: 4; align-self: stretch; margin-top: auto; padding-top: 20px; }
  .unrk4 .r3tvuc1 .tsfbw25 .cryev7 { display: block; width: 100%; text-align: center; box-sizing: border-box; padding: 14px 20px !important; }

  .unrk4 .nzw3hm47 { display: flex; flex-direction: column; min-width: 0; }
  .unrk4 .nzw3hm47 .qy2n { margin: 24px 24px 0; border-radius: var(--r-card); overflow: hidden; }
  .unrk4 .nzw3hm47 .qy2n img.al3fk2 { max-height: 250px; }
  .unrk4 .nzw3hm47 .fv4zd { flex: 1 1 auto; }
  
  .unrk4 .nzw3hm47 .lse4f { grid-template-columns: 1fr 1fr; gap: 20px; }
  .unrk4 .nzw3hm47 .zqbvpdkf { flex-wrap: wrap; }
  .unrk4 .nzw3hm47 .en0mt1 { flex: 0 0 auto; margin: 0 8px 0 0; }
  .unrk4 .usdm:last-child:nth-child(odd) { grid-column: auto; }
  
  .unrk4.e2c1q .chj3, .unrk4.c83y9823 .chj3 { background: none; }
}
[dir="rtl"] .unrk4 .r3tvuc1 .ny1p508 b { text-align: left; }
[dir="rtl"] .unrk4 .r3tvuc1 .ny1p508 > .bufdijy b { text-align: right; }
[dir="rtl"] .unrk4 .nzw3hm47 .en0mt1 { margin: 0 0 0 8px; }
.lxfwx .usdm .qy2n { order: -1; }
.lxfwx .usdm .qy2n img.al3fk2 { max-height: 210px; width: 100%; }
.lxfwx .usdm:has(.qy2n) .chj3 { position: relative; margin-top: -44px; padding-top: 0; background: none; align-items: flex-end; }
.lxfwx .usdm:has(.qy2n) .y7aby { box-shadow: 0 0 0 4px var(--bg-card), var(--sh-card); border-radius: var(--r-btn); background: var(--bg-card); }
.lxfwx.piyw .usdm:has(.qy2n) .y7aby { border-radius: 50%; }
.lxfwx .usdm:has(.qy2n) .kxih,
.lxfwx .usdm:has(.qy2n) .tsfbw25 { padding-top: 52px; }
.lxfwx.e2c1q .chj3, .lxfwx.c83y9823 .chj3 { background: none; }
.tz6je .usdm .qy2n { display: none; }
.tz6je .usdm { --rv-pad: 20px; }
.tz6je .n1tl8agc { font-size: var(--fs-sm); line-height: 1.65; }
.tz6je .fv4zd { gap: 16px; }
.tz6je .zqbvpdkf + .zqbvpdkf { display: none; }
.tz6je .y7aby.es4r8akm, .tz6je .y7aby.es4r8akm img { width: 72px; height: 72px; max-width: 72px; max-height: 72px; }
.ch98br .ytps3 { align-items: center; text-align: center; }
.ch98br .emoqyn { text-align: left; }
.ch98br .w80g9pt { margin-left: auto; margin-right: auto; }
.svvj1 .wi366xh, .svvj1 .wi366xh:has(> :nth-child(5):last-child),
.svvj1 .wi366xh:has(> :nth-child(6):last-child), .svvj1 .wi366xh:has(> :nth-child(7):last-child),
.svvj1 .wi366xh:has(> :nth-child(8):last-child), .svvj1 .wi366xh:has(> :nth-child(9):last-child) {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.svvj1 .ytps3 { display: grid; grid-template-columns: 64px minmax(0, 1fr); column-gap: 18px; align-items: start; padding: 22px; }
.svvj1 .b3in89ui, .svvj1 .w80g9pt { grid-column: 1; grid-row: 1 / span 3; width: 64px; height: 64px; padding: 10px; margin: 0; border-radius: 14px; align-self: start; }
.svvj1 .fmnx, .svvj1 .lw5ndn0, .svvj1 .emoqyn { grid-column: 2; }
.svvj1 .ytps3 > .fmnx:first-child, .svvj1 .ytps3 > .fmnx:first-child ~ * { grid-column: 1 / -1; }
[dir="rtl"] .svvj1 .ytps3 { direction: rtl; }
.pistiyuz .ytps3 { padding: 0 0 22px; align-items: stretch; overflow: hidden; }
.pistiyuz .b3in89ui {
  width: 100%; height: 124px; padding: 24px; margin: 0 0 20px; border-radius: 0;
  background: var(--tone-fill-2-raw, var(--bg-raised)); object-fit: contain;
}
.pistiyuz .fmnx, .pistiyuz .lw5ndn0 { padding-left: 22px; padding-right: 22px; }
.pistiyuz .emoqyn { margin-left: 22px; margin-right: 22px; }
.pistiyuz .wi366xh:has(> :nth-child(5):last-child) .ytps3 { padding: 0 0 18px; }
:root { --ico-tick: url("data:image/svg+xml,%3Csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20viewBox=%270%200%2024%2024%27%20fill=%27none%27%20stroke=%27black%27%20stroke-width=%273%27%20stroke-linecap=%27round%27%20stroke-linejoin=%27round%27%3E%3Cpath%20d=%27M5%2012.5l4.6%204.6L19%207.4%27/%3E%3C/svg%3E"); }
.emoqyn { padding-left: 0 !important; }
.emoqyn li { padding-left: 22px; margin-bottom: 8px; }
.emoqyn li::before {
  left: 0; top: 0.22em; width: 13px; height: 13px; border-radius: 0;
  background: var(--tone-mark, var(--accent));
  -webkit-mask: var(--ico-tick) center / contain no-repeat; mask: var(--ico-tick) center / contain no-repeat;
}
[dir="rtl"] .emoqyn li { padding-left: 0; padding-right: 22px; }
.ny1p508:has(> :nth-child(4):last-child) { grid-template-columns: 1fr 1fr; }
@media (min-width: 900px) {
  
  .unrk4 .usdm:has(> .r3tvuc1) {
    overflow: clip;
    background: linear-gradient(to right, var(--tone-fill-raw, var(--bg-surface)) 296px, var(--bg-card) 296px);
  }
  [dir="rtl"] .unrk4 .usdm:has(> .r3tvuc1) { background: linear-gradient(to left, var(--tone-fill-raw, var(--bg-surface)) 296px, var(--bg-card) 296px); }
  .unrk4 .r3tvuc1 { background: none; align-self: start; position: sticky; top: 96px; }
  .unrk4 .r3tvuc1 .ny1p508 { align-items: stretch; }
  .unrk4 .r3tvuc1 .tsfbw25 { margin-top: 0; padding: 20px 0 0; }
  .unrk4 .r3tvuc1 .kxih { padding: 0; }
  
  .unrk4.dcxrq .r3tvuc1 .y7aby { width: 96px; height: 96px; min-height: 0; padding: 0; }
  .unrk4.dcxrq .r3tvuc1 .y7aby:not(.es4r8akm) { width: 112px; height: 112px; padding: 6px; }
}
.lxfwx.dcxrq .chj3 { padding: 0 var(--rv-pad) var(--rv-pad); gap: 12px 20px; overflow: visible; }
.lxfwx.dcxrq .y7aby { width: 96px; height: 96px; min-height: 0; padding: 0; align-self: flex-end; }
.lxfwx.dcxrq .kxih, .lxfwx.dcxrq .tsfbw25 { padding-left: 0; padding-right: 0; padding-bottom: 0; }
.svvj1 .wi366xh, .svvj1 .wi366xh:has(> :nth-child(5):last-child),
.svvj1 .wi366xh:has(> :nth-child(6):last-child), .svvj1 .wi366xh:has(> :nth-child(7):last-child),
.svvj1 .wi366xh:has(> :nth-child(8):last-child), .svvj1 .wi366xh:has(> :nth-child(9):last-child) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.svvj1 .wi366xh > :last-child:nth-child(odd) { grid-column: 1 / -1; }
.svvj1 .ytps3 { display: block; position: relative; padding: 22px 22px 22px 104px; min-height: 108px; box-sizing: border-box; }
.svvj1 .b3in89ui, .svvj1 .w80g9pt { position: absolute; left: 22px; top: 22px; margin: 0; }
.svvj1 .ytps3:not(:has(.b3in89ui, .w80g9pt)) { padding-left: 22px; }
[dir="rtl"] .svvj1 .ytps3 { padding: 22px 104px 22px 22px; }
[dir="rtl"] .svvj1 .b3in89ui, [dir="rtl"] .svvj1 .w80g9pt { left: auto; right: 22px; }
@media (max-width: 700px) { .svvj1 .wi366xh { grid-template-columns: minmax(0, 1fr) !important; } }
.svvj1 .wi366xh .ytps3 { padding: 22px 22px 22px 104px !important; }
.svvj1 .wi366xh .ytps3:not(:has(.b3in89ui, .w80g9pt)) { padding-left: 22px !important; }
[dir="rtl"] .svvj1 .wi366xh .ytps3 { padding: 22px 104px 22px 22px !important; }
@media (max-width: 560px) {
  .lse4f, .zq35u { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .w6glo .t58noszt, [dir="rtl"] .w6glo .t58noszt {
    border-left: none; border-right: none; padding-left: 0; padding-right: 0;
    border-top: var(--bw-hair) solid var(--border); padding-top: 14px; margin-top: 2px;
  }
  
  .lxfwx .usdm:has(.qy2n) .kxih { padding-top: 0; }
}
.g4v9 p, .xvzc, .lmtdfr7, .l5o93s, .finjuaxn,
.in58, .r0whkhv8, .gtt98t, .q2a87 p, .g03l6 p { color: var(--text-body); }
.zru7 { color: var(--text-body); font-size: var(--fs-lead); line-height: 1.55; }
.lxpor, .ik0n .lxpor, .mroh,
.l5dvv, .c35r, .g1sb9cc,
.q2a87 h2, .q2a87 h3, .avfp h2, .rrq1g0x h2 {
  font-size: calc(var(--fs-h3) - 2px); font-weight: 700; line-height: 1.3; letter-spacing: -0.01em;
  color: var(--tone-head, var(--text-primary)); margin-bottom: 14px; text-wrap: balance;
}
.agajj3 { font-weight: 700; letter-spacing: -0.02em; line-height: 1.15; text-wrap: balance; }
.z4mtdc6 { font-weight: 700; letter-spacing: -0.02em; }
.lmtdfr7, .l5o93s { list-style: none !important; padding-left: 0; }
.lmtdfr7 li, .l5o93s li { position: relative; padding-left: 28px; margin-bottom: 12px; line-height: var(--lh-snug); }
.lmtdfr7 li::marker, .l5o93s li::marker { content: ""; }
.lmtdfr7 li::before, .l5o93s li::before {
  content: ""; position: absolute; left: 6px; top: 0.5em; width: 8px; height: 8px; border-radius: 50%;
  background: var(--tone-mark, var(--accent)); box-shadow: 0 0 0 4px var(--tone-soft, var(--accent-bg));
}
[dir="rtl"] .lmtdfr7 li, [dir="rtl"] .l5o93s li { padding-left: 0; padding-right: 28px; }
[dir="rtl"] .lmtdfr7 li::before, [dir="rtl"] .l5o93s li::before { left: auto; right: 6px; }
.g03l6, .pxkhk96, .q2a87 { border: none; box-shadow: var(--sh-card); background: var(--bg-card); border-radius: var(--r-card); }
.jvn29 { border: none; box-shadow: var(--sh-card); border-radius: var(--r-btn); background: var(--bg-card); }
.g4v9 a:not(.cryev7):not(.hvnup) { color: var(--tone-link, var(--accent)); }
@media (max-width: 640px) {
  .s01nt .nkd13 {
    flex-direction: row !important; flex-wrap: nowrap !important; align-items: center !important;
    gap: 12px !important; padding: 10px 44px 10px 12px !important;
  }
  .s01nt .k9kchhr { width: 44px !important; height: 44px !important; margin: 0 !important; flex: 0 0 44px; box-shadow: 0 0 0 2px rgba(255,255,255,0.9); }
  .s01nt .eyb3 { flex: 1 1 0; min-width: 0; }
  .s01nt .mayu6 {
    font-size: var(--fs-sm) !important; line-height: 1.25; margin: 0 !important;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
  }
  .s01nt .vcj4vd { width: auto !important; flex: 0 0 auto; padding: 10px 14px !important; font-size: var(--fs-label) !important; }
  .fjhja8 { top: 50%; right: 24px; transform: translateY(calc(-50% - 7px)); width: 22px; height: 22px; }
}
.og2iatub h1, .og2iatub h2, .og2iatub h3, .og2iatub .e3glmal,
.og2iatub h2.nk5rqyd, .og2iatub h1.nk5rqyd { font-weight: 600; }
.tqw4f8ep h1, .tqw4f8ep h2, .tqw4f8ep h3, .tqw4f8ep .e3glmal,
.tqw4f8ep h2.nk5rqyd, .tqw4f8ep h1.nk5rqyd { font-weight: 700; }
.ditf867m h1, .ditf867m .e3glmal, .ditf867m h1.nk5rqyd,
.f40r.og2iatub .e3glmal { font-weight: 600; }
h3.cj9oi, .tqw4f8ep h3.cj9oi, .kxih h3, .tqw4f8ep .kxih h3 { font-weight: 600; }
.eb59l .b7xc424z a, .ofa2 .b7xc424z a { font-weight: 600; }
.vbesoz .r0xbufc { font-weight: 600; }
.vbesoz .pmdjoszr { font-weight: 700; }
.u0wg { font-weight: 600; }
.pmdjoszr { font-weight: 700; }
.myktn { font-weight: 400; }
.jorz6 { display: block; }
.ftz33xjr { max-width: var(--content-mw, 1100px); margin: 0 auto; padding: 0 24px; box-sizing: border-box; }
.ftz33xjr .c0p2lq8 { margin: 20px 0 8px; }
.uv1xsv2 { scroll-margin-top: calc(var(--nav-h, 64px) + 20px); }
@media (max-width: 640px) { .ftz33xjr { padding: 0 16px; } }
@media (min-width: 1100px) {
  .ri18b78 .fjk3jy, .e7dcqu .fjk3jy, .otuo0w4 .fjk3jy,
  .ri18b78 .jorz6, .e7dcqu .jorz6, .otuo0w4 .jorz6 { max-width: 1280px; }
  .ri18b78 .jorz6, .e7dcqu .jorz6, .otuo0w4 .jorz6 {
    display: grid; grid-template-columns: 248px minmax(0, 1fr); column-gap: 56px; align-items: start;
    margin: 0 auto; padding: 24px 24px 0; box-sizing: border-box;
  }
  .e7dcqu .jorz6, .otuo0w4 .jorz6 { grid-template-columns: minmax(0, 1fr) 264px; }
  .e7dcqu .ftz33xjr, .otuo0w4 .ftz33xjr { order: 2; }
  .ri18b78 .ftz33xjr, .e7dcqu .ftz33xjr, .otuo0w4 .ftz33xjr {
    max-width: none; margin: 0; padding: 0; position: sticky; top: calc(var(--nav-h, 64px) + 24px);
  }
  .ri18b78 .edjef, .e7dcqu .edjef, .otuo0w4 .edjef {
    display: flex; flex-direction: column; gap: 20px; max-height: calc(100vh - var(--nav-h, 64px) - 48px);
  }
  
  .ri18b78 .v9n500 .lorg19, .e7dcqu .v9n500 .lorg19,
  .otuo0w4 .v9n500 .lorg19 { max-width: none; padding-left: 0; padding-right: 0; }
  .ri18b78 .v9n500 > .uv1xsv2:first-child, .e7dcqu .v9n500 > .uv1xsv2:first-child,
  .otuo0w4 .v9n500 > .uv1xsv2:first-child { padding-top: 0; }
  .ri18b78 .v9n500 > .uv1xsv2:first-child .lorg19, .e7dcqu .v9n500 > .uv1xsv2:first-child .lorg19,
  .otuo0w4 .v9n500 > .uv1xsv2:first-child .lorg19 { padding-top: 0; }

  
  .ri18b78 .ftz33xjr .c0p2lq8, .e7dcqu .ftz33xjr .c0p2lq8, .otuo0w4 .ftz33xjr .c0p2lq8 {
    display: flex; flex-direction: column; min-height: 0; flex: 1 1 auto;
    background: none !important; border: none !important; box-shadow: none !important;
    padding: 0 !important; margin: 0 !important; border-radius: 0 !important;
  }
  .ri18b78 .ftz33xjr .ze6kzqd, .e7dcqu .ftz33xjr .ze6kzqd, .otuo0w4 .ftz33xjr .ze6kzqd {
    display: block !important; margin: 0 0 12px; font-size: var(--fs-caption); font-weight: 700;
    text-transform: uppercase; letter-spacing: var(--ls-wide); color: var(--text-muted);
  }
  .ri18b78 .ftz33xjr .aup7, .e7dcqu .ftz33xjr .aup7, .otuo0w4 .ftz33xjr .aup7 {
    display: block !important; list-style: none !important; padding: 0 !important; margin: 0 !important;
    min-height: 0; overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin;
    border-left: var(--bw-rule) solid var(--border-alt);
  }
  .ri18b78 .ftz33xjr .aup7 li, .e7dcqu .ftz33xjr .aup7 li, .otuo0w4 .ftz33xjr .aup7 li {
    display: block !important; margin: 0 !important;
  }
  .ri18b78 .ftz33xjr .aup7 li::before, .e7dcqu .ftz33xjr .aup7 li::before, .otuo0w4 .ftz33xjr .aup7 li::before,
  .ri18b78 .ftz33xjr .aup7 li::after, .e7dcqu .ftz33xjr .aup7 li::after, .otuo0w4 .ftz33xjr .aup7 li::after,
  .ri18b78 .ftz33xjr .aup7 a::before, .e7dcqu .ftz33xjr .aup7 a::before, .otuo0w4 .ftz33xjr .aup7 a::before {
    content: none !important; display: none !important;
  }
  .ri18b78 .ftz33xjr .aup7 a, .e7dcqu .ftz33xjr .aup7 a, .otuo0w4 .ftz33xjr .aup7 a {
    display: block !important; width: auto !important; min-height: 0 !important;
    background: none !important; box-shadow: none !important; border: none !important; border-radius: 0 !important;
    border-left: var(--bw-rule) solid transparent !important; margin-left: calc(-1 * var(--bw-rule));
    padding: 8px 8px 8px 16px !important; white-space: normal;
    font-size: var(--fs-sm) !important; font-weight: 500 !important; line-height: 1.4;
    color: var(--text-muted) !important; transition: color .15s, border-color .15s;
  }
  .ri18b78 .ftz33xjr .aup7 a:hover, .e7dcqu .ftz33xjr .aup7 a:hover, .otuo0w4 .ftz33xjr .aup7 a:hover { color: var(--text-primary) !important; }
  .ri18b78 .ftz33xjr .aup7 a.zo81cp5h, .e7dcqu .ftz33xjr .aup7 a.zo81cp5h, .otuo0w4 .ftz33xjr .aup7 a.zo81cp5h {
    color: var(--tone-link, var(--accent)) !important; font-weight: 600 !important;
    border-left-color: var(--tone-mark, var(--accent)) !important;
  }

  
  .otuo0w4 .dcpb {
    display: flex; flex-direction: column; gap: 12px; flex: 0 0 auto; padding: 18px;
    border-radius: var(--r-card); background: var(--bg-card); box-shadow: var(--sh-card);
  }
  .werktj { font-size: var(--fs-caption); font-weight: 700; text-transform: uppercase; letter-spacing: var(--ls-wide); color: var(--tone-link, var(--accent)); }
  .s89fbp12 { display: flex; align-items: center; gap: 12px; min-width: 0; }
  .dyvgl4p { width: 52px; height: 52px; flex: 0 0 52px; object-fit: cover; border-radius: var(--r-btn); }
  .piyw .dyvgl4p { border-radius: 50%; }
  .titq { font-weight: 700; font-size: var(--fs-sm); line-height: var(--lh-tight); color: var(--text-primary); min-width: 0; overflow-wrap: anywhere; }
  .q8v7nxr { font-size: var(--fs-body); font-weight: 700; line-height: var(--lh-tight); color: var(--text-primary); }
  .hx79 { display: block; text-align: center; padding: 12px 16px !important; font-size: var(--fs-sm) !important; font-weight: 700; }
}
[dir="rtl"] .ftz33xjr .aup7 { border-left: none !important; border-right: var(--bw-rule) solid var(--border-alt); }
@media (min-width: 1100px) {
  [dir="rtl"] .ri18b78 .ftz33xjr .aup7 a, [dir="rtl"] .e7dcqu .ftz33xjr .aup7 a, [dir="rtl"] .otuo0w4 .ftz33xjr .aup7 a {
    border-left: none !important; border-right: var(--bw-rule) solid transparent !important;
    margin-left: 0; margin-right: calc(-1 * var(--bw-rule)); padding: 8px 16px 8px 8px !important;
  }
  [dir="rtl"] .ri18b78 .ftz33xjr .aup7 a.zo81cp5h, [dir="rtl"] .e7dcqu .ftz33xjr .aup7 a.zo81cp5h, [dir="rtl"] .otuo0w4 .ftz33xjr .aup7 a.zo81cp5h { border-right-color: var(--tone-mark, var(--accent)) !important; }
}
[dir="rtl"] .m848h7iw .ftz33xjr .aup7, [dir="rtl"] .v1lb .ftz33xjr .aup7,
[dir="rtl"].m848h7iw .ftz33xjr .aup7, [dir="rtl"].v1lb .ftz33xjr .aup7 { border-right: none; }
@media (max-width: 1099px) { [dir="rtl"] .ftz33xjr .aup7 { border-right: none; } }
.v1lb .ftz33xjr {
  position: sticky; top: var(--nav-h, 64px); z-index: 90; max-width: none; padding: 0; margin: 16px 0 8px;
  background: var(--bg-page); border-top: var(--bw-hair) solid var(--border-alt); border-bottom: var(--bw-hair) solid var(--border-alt);
}
.v1lb .ftz33xjr .c0p2lq8 {
  max-width: var(--content-mw, 1100px); margin: 0 auto !important; padding: 0 24px !important; box-sizing: border-box;
  background: none !important; border: none !important; box-shadow: none !important; border-radius: 0 !important;
}
.v1lb .ftz33xjr .ze6kzqd { display: none !important; }
.v1lb .ftz33xjr .aup7 {
  display: flex !important; flex-wrap: nowrap !important; gap: 0 !important; list-style: none !important;
  padding: 0 !important; margin: 0 !important; overflow-x: auto; scrollbar-width: none; overscroll-behavior-x: contain;
}
.v1lb .ftz33xjr .aup7::-webkit-scrollbar { display: none; }
.v1lb .ftz33xjr .aup7 li { flex: 0 0 auto; margin: 0 !important; display: block !important; }
.v1lb .ftz33xjr .aup7 li::before, .v1lb .ftz33xjr .aup7 li::after,
.v1lb .ftz33xjr .aup7 a::before { content: none !important; display: none !important; }
.v1lb .ftz33xjr .aup7 a {
  display: block !important; width: auto !important; min-height: 0 !important; white-space: nowrap;
  padding: 14px 14px 12px !important; background: none !important; box-shadow: none !important;
  border: none !important; border-radius: 0 !important; border-bottom: var(--bw-rule) solid transparent !important;
  font-size: var(--fs-sm) !important; font-weight: 500 !important; color: var(--text-muted) !important;
}
.v1lb .ftz33xjr .aup7 li:first-child a { padding-left: 0 !important; }
.v1lb .ftz33xjr .aup7 a:hover { color: var(--text-primary) !important; }
.v1lb .ftz33xjr .aup7 a.zo81cp5h { color: var(--tone-link, var(--accent)) !important; border-bottom-color: var(--tone-mark, var(--accent)) !important; font-weight: 600 !important; }
.v1lb .uv1xsv2 { scroll-margin-top: calc(var(--nav-h, 64px) + 72px); }
@media (max-width: 640px) { .v1lb .ftz33xjr .c0p2lq8 { padding: 0 16px !important; } }
.v1lb .ftz33xjr .aup7 {
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 28px, #000 calc(100% - 28px), transparent 100%);
          mask-image: linear-gradient(to right, transparent 0, #000 28px, #000 calc(100% - 28px), transparent 100%);
  padding: 0 28px !important; margin: 0 -28px !important;
}
.v1lb .ftz33xjr .c0p2lq8 { overflow: hidden; }
.hx53 .ip1pk6l li::before, .lmtdfr7 li::before, .l5o93s li::before {
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--tone-mark, var(--accent)) 16%, transparent);
}
@media (max-width: 560px) {
  
  .ywxp2nq0, .lk4x1xxv, .mf2sd8, .thybvhlo { --fs-body: 16px; --fs-lead: 18px; --fs-sm: 15px; }
  
  .zpry1t0, .f1j846 { display: block !important; }
  .zpry1t0 .ocvk0, .f1j846 .ocvk0 { float: left; margin: 0 8px 0 0; width: 18px; height: 18px; flex: none; }
  [dir="rtl"] .zpry1t0 .ocvk0, [dir="rtl"] .f1j846 .ocvk0 { float: right; margin: 0 0 0 8px; }
  .zpry1t0 strong, .f1j846 strong { line-height: 18px; margin-bottom: 8px; }
  .zpry1t0 p, .f1j846 p { clear: both; }
  .usdm { --rv-pad: 18px; }
  .fv4zd { gap: 16px; }
}
.gcvc6 .xu05, .u8o15x .xu05, .dfwb5j .xu05, .fsfp75 .xu05 { color: var(--text-primary); }
.gcvc6 .xu05 .xy2e9s { color: var(--tone-link, var(--accent)); }
.gcvc6 .xu05:not(:has(.xy2e9s))::first-letter { color: var(--tone-link, var(--accent)); }
.gcvc6 .xu05 { display: inline-block; }
.fsfp75 .xu05::after { content: "."; color: var(--tone-mark, var(--accent)); }
.dfwb5j .xu05 { text-transform: uppercase; letter-spacing: 0.14em; font-size: var(--fs-label) !important; font-weight: 700; }
.u8o15x .xu05 { font-weight: 700; letter-spacing: -0.035em; }
.t1277wlo .xu05, .alca .xu05,
.t1277wlo .xu05 .xy2e9s, .alca .xu05 .xy2e9s { color: #fff !important; }
.t1277wlo.fsfp75 .xu05::after, .alca.fsfp75 .xu05::after { color: rgba(255,255,255,0.7); }
.t1277wlo.gcvc6 .xu05::first-letter, .alca.gcvc6 .xu05::first-letter { color: #fff; }
.a5b5ec .v9n500 > .uv1xsv2:nth-of-type(even) .ktolk { display: none; }
.jifk9g .v9n500 > .uv1xsv2 .ktolk { display: none; }
.jifk9g .v9n500 > .uv1xsv2:nth-of-type(-n+2) .ktolk { display: block; }
.w3d9 .ktolk { float: none; width: 100%; margin: 4px 0 24px; border-radius: var(--r-card); }
.w3d9 .ktolk .q0d4l { width: 100%; aspect-ratio: 24 / 7; height: auto; object-fit: cover; object-position: center 60%; }
@media (max-width: 640px) { .w3d9 .ktolk .q0d4l { aspect-ratio: 16 / 7; } }
.ff3wa .ktolk .q0d4l { filter: grayscale(1) contrast(1.08) brightness(1.04); }
.ff3wa .ktolk::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit;
  background: var(--b-600); mix-blend-mode: color; opacity: .92;
}
.ff3wa .ktolk, .wkwa .ktolk { border-radius: var(--r-card); isolation: isolate; }
.wkwa .ktolk .q0d4l { filter: grayscale(1) contrast(1.1); }
.nc00, .nc00.zgo3 { min-height: 0 !important; background: none; padding: 40px 0 0; display: block; position: relative; }
.nc00 .e3glmal { color: var(--tone-head, var(--text-primary)) !important; text-shadow: none !important; max-width: 22ch; font-size: calc(var(--fs-h1) + 4px); margin-bottom: 16px; }
.nc00 .myktn { color: var(--text-body); margin: 0 0 8px; max-width: 760px; }
.nc00 ~ .o4rtglh { position: static !important; transform: none !important; left: auto !important; width: 100% !important; max-width: var(--content-mw, 1100px) !important; margin: 0 auto !important; padding: 16px 24px 0 !important; }
.nc00 ~ .o4rtglh .j0nu { background: transparent !important; color: var(--text-muted) !important; padding: 0 !important; backdrop-filter: none !important; }
@media (min-width: 1100px) {
  .ri18b78 .nc00 .xt6k, .e7dcqu .nc00 .xt6k, .otuo0w4 .nc00 .xt6k { max-width: 1280px; }
}
@media (max-width: 640px) { .nc00 { padding-top: 24px; } .nc00 .xt6k { padding: 0 16px; } .nc00 .e3glmal { font-size: var(--fs-h2); max-width: none; } }
.nlgf, .nlgf.zgo3, .stktq7g, .stktq7g.zgo3 {
  min-height: 0 !important; height: auto !important; display: block; padding: 56px 0 48px;
}
.eatlmo.ki32fzz, .eatlmo.ki32fzz.zgo3 { min-height: 0 !important; padding: 48px 0; }
.u6nrq .pmdjoszr {
  white-space: normal; overflow: hidden; text-overflow: clip;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 1.25;
}
.u6nrq .zo7v, .u6nrq .r6vs90jv, .u6nrq .dyqt2 { background: var(--tone-fill-raw, var(--accent-bg)); }
.u6nrq .ksevmw { box-shadow: var(--sh-lift); border-radius: var(--r-card); }
.u6nrq .ksevmw::after { content: none !important; display: none !important; }
@media (max-width: 900px) {
  .u6nrq .ksevmw {
    display: flex !important; flex-direction: column !important; flex-wrap: nowrap !important; align-items: center !important;
    gap: 10px !important; padding: 16px !important; text-align: center;
  }
  .u6nrq .mhou9et, .u6nrq .j2zz, .u6nrq .voelrjj, .u6nrq .hm87unn,
  .u6nrq .zo7v, .u6nrq .arrhl5, .u6nrq .f1prqwis {
    order: 0 !important; flex: 0 0 auto !important; min-width: 0 !important; width: 100% !important; margin: 0 !important;
    flex-direction: column !important; align-items: center !important; text-align: center !important;
  }
  
  .zgo3 .u6nrq, .u6nrq.fptcpu, .u6nrq.cc7ah6, .u6nrq.rfq9y5lc {
    display: flex !important; flex-direction: row !important; flex-wrap: nowrap !important; gap: 12px !important;
    overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none;
    padding: 4px 16px 16px !important; margin: 0 !important; max-width: 100% !important;
  }
  .zgo3 .u6nrq::-webkit-scrollbar { display: none; }
  .zgo3 .u6nrq .ksevmw { flex: 0 0 74% !important; scroll-snap-align: center; }
  .nlgf, .stktq7g { padding: 32px 0 24px; }
  .eatlmo.ki32fzz { padding: 24px 0; }
}
@media (max-width: 900px) {
  
  .stktq7g, .nlgf, .eatlmo.ki32fzz { overflow-x: clip; max-width: 100vw; }
  .stktq7g .xt6k, .nlgf .xt6k, .ki32fzz .xuabxtp8, .ki32fzz .llgb87bh { min-width: 0; max-width: 100%; box-sizing: border-box; }
  .zgo3 .u6nrq { width: 100% !important; min-width: 0 !important; box-sizing: border-box; }
}
.lzgbd0rl, .lzgbd0rl.zgo3, .ww7zgvjp, .ww7zgvjp.zgo3 {
  min-height: 0 !important; height: auto !important; display: block; position: relative;
  --hero-fg: #fff; --hero-fg-soft: rgba(255,255,255,0.84); --hero-fg-dim: rgba(255,255,255,0.66);
}
.nq70e .lzgbd0rl, .nq70e .ww7zgvjp { --hero-fg: var(--b-900); --hero-fg-soft: var(--b-800); --hero-fg-dim: var(--b-700); }
.nq70e .lzgbd0rl { border-bottom: var(--bw-hair) solid var(--b-200); }
.lzgbd0rl .e3glmal, .ww7zgvjp .e3glmal, .nc00 .e3glmal {
  font-size: clamp(27px, 2.5vw, 36px) !important; line-height: 1.18; letter-spacing: -0.02em; margin: 0 0 14px;
  max-width: 26ch; text-shadow: none !important; text-wrap: balance;
}
.lzgbd0rl .e3glmal, .ww7zgvjp .e3glmal { color: var(--hero-fg) !important; }
.lzgbd0rl .myktn, .ww7zgvjp .myktn {
  color: var(--hero-fg-soft); font-size: var(--fs-body); line-height: 1.6; margin: 14px 0 0; max-width: 640px;
}
.ala93 .j0nu, .ala93 .j0nu * { background: transparent !important; box-shadow: none !important; backdrop-filter: none !important; }
.ala93 .j0nu { padding: 0 !important; margin: 0 !important; border: none !important; border-radius: 0 !important; font-size: var(--fs-label); justify-content: flex-start; }
.lzgbd0rl .ala93 .j0nu, .lzgbd0rl .ala93 .j0nu a, .lzgbd0rl .ala93 .j0nu span,
.ww7zgvjp .ala93 .j0nu, .ww7zgvjp .ala93 .j0nu a, .ww7zgvjp .ala93 .j0nu span { color: var(--hero-fg-dim) !important; }
.lzgbd0rl .ala93 .j0nu a, .ww7zgvjp .ala93 .j0nu a { color: var(--hero-fg) !important; font-weight: 600; }
.nc00 .ala93 .j0nu { color: var(--text-muted); }
.ww7zgvjp .e3glmal { max-width: 24ch; }
.piyw .fsynb img { border-radius: 50%; }
@media (min-width: 1100px) {
  .ri18b78 .lzgbd0rl .xt6k, .e7dcqu .lzgbd0rl .xt6k, .otuo0w4 .lzgbd0rl .xt6k,
  .ri18b78 .ww7zgvjp .xt6k, .e7dcqu .ww7zgvjp .xt6k, .otuo0w4 .ww7zgvjp .xt6k { max-width: 1280px; }
}
@media (max-width: 760px) {
  .lzgbd0rl { padding: 24px 0 26px; }
  .lzgbd0rl .xt6k, .ww7zgvjp .xt6k { padding: 0 16px; }
  .c7n5o .xt6k:has(.h0hs) { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .h0hs { display: none; }
  .ww7zgvjp { padding-top: 12px; }
  .ok5own { flex-direction: column; align-items: stretch; gap: 20px; padding: 22px 20px; }
  .fsynb { flex-direction: row; width: auto; text-align: left; gap: 12px; padding: 12px 14px; }
  .fsynb img { width: 48px; height: 48px; flex: 0 0 48px; }
  .c4u7h2 { flex: 0 0 auto; }
  .rx8sa { flex: 1 1 0; min-width: 0; }
  .lzgbd0rl .e3glmal, .ww7zgvjp .e3glmal, .nc00 .e3glmal { font-size: 25px !important; max-width: none; }
  .lzgbd0rl .myktn, .ww7zgvjp .myktn { font-size: 15px; }
}
.xknppzbo .myktn, .eatlmo .myktn, .j20qn2pm .myktn { font-size: var(--fs-body); line-height: 1.6; max-width: 620px; }
@media (min-width: 901px) {
  
  .ciubph .kq0hdk:not(.u6nrq), .r0an8 .kq0hdk:not(.u6nrq) {
    display: grid; gap: 18px; background: none !important; border: none !important; box-shadow: none !important;
    border-radius: 0; overflow: visible; padding: 0 !important; counter-reset: csl-rank;
  }
  .ciubph .kq0hdk:not(.u6nrq) { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .ciubph .kq0hdk:not(.u6nrq):has(> :nth-child(5):last-child),
  .ciubph .kq0hdk:not(.u6nrq):has(> :nth-child(10):last-child) { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
  .ciubph .kq0hdk:not(.u6nrq):has(> :nth-child(3):last-child),
  .ciubph .kq0hdk:not(.u6nrq):has(> :nth-child(6):last-child),
  .ciubph .kq0hdk:not(.u6nrq):has(> :nth-child(9):last-child) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .r0an8 .kq0hdk:not(.u6nrq) { grid-template-columns: repeat(3, minmax(0, 1fr)); padding-top: 14px !important; }

  .ciubph .kq0hdk:not(.u6nrq) > .ksevmw,
  .r0an8 .kq0hdk:not(.u6nrq) > .ksevmw:nth-child(-n+3) {
    counter-increment: csl-rank; position: relative;
    display: flex; flex-direction: column; align-items: stretch; gap: 12px; padding: 0 0 18px;
    border: none !important; border-radius: var(--r-card); overflow: hidden;
    background: var(--bg-card) !important; box-shadow: var(--sh-card); text-align: center;
    transition: transform .15s ease, box-shadow .15s ease;
  }
  .ciubph .kq0hdk:not(.u6nrq) > .ksevmw:hover,
  .r0an8 .kq0hdk:not(.u6nrq) > .ksevmw:nth-child(-n+3):hover { transform: translateY(-3px); box-shadow: var(--sh-lift); }
  .ciubph .ksevmw .mhou9et, .r0an8 .ksevmw:nth-child(-n+3) .mhou9et {
    align-items: center; text-align: center; padding: 0 16px; border: none !important; width: 100%; box-sizing: border-box;
  }
  
  .ciubph .ksevmw .j2zz, .ciubph .ksevmw .voelrjj, .ciubph .ksevmw .hm87unn,
  .r0an8 .ksevmw:nth-child(-n+3) .j2zz, .r0an8 .ksevmw:nth-child(-n+3) .voelrjj,
  .r0an8 .ksevmw:nth-child(-n+3) .hm87unn { order: -2; padding: 0; gap: 12px; }
  .ciubph .ksevmw .ywpc, .r0an8 .ksevmw:nth-child(-n+3) .ywpc {
    width: 100% !important; height: 124px !important; padding: 18px !important; border-radius: 0 !important; box-sizing: border-box;
    background: var(--tone-fill-raw, var(--bg-surface)) !important;
  }
  .ciubph .ksevmw .k77b, .r0an8 .ksevmw:nth-child(-n+3) .k77b { max-height: 88px !important; max-width: 88% !important; }
  .ciubph .ksevmw .u0wg, .r0an8 .ksevmw:nth-child(-n+3) .u0wg { padding: 0 16px; font-size: var(--fs-body); }
  .ciubph .ksevmw .poke1, .r0an8 .ksevmw:nth-child(-n+3) .poke1 { order: -1; flex-direction: row; justify-content: center; gap: 8px; }
  .ciubph .ksevmw .arrhl5, .ciubph .ksevmw .f1prqwis,
  .r0an8 .ksevmw:nth-child(-n+3) .arrhl5, .r0an8 .ksevmw:nth-child(-n+3) .f1prqwis { margin-top: auto; padding-top: 4px; align-items: stretch; }
  .ciubph .ksevmw .f1prqwis::before, .r0an8 .ksevmw:nth-child(-n+3) .f1prqwis::before { display: none; }
  .ciubph .ksevmw .grksj27, .ciubph .ksevmw .imrrwda,
  .r0an8 .ksevmw:nth-child(-n+3) .grksj27, .r0an8 .ksevmw:nth-child(-n+3) .imrrwda { justify-content: center; }
  .ciubph .ksevmw .pmdjoszr, .r0an8 .ksevmw:nth-child(-n+3) .pmdjoszr { font-size: var(--fs-sm); }
  
  .ciubph .ksevmw .xr34, .r0an8 .ksevmw:nth-child(-n+3) .xr34 { display: none; }
  
  .ciubph .kq0hdk:not(.u6nrq) > .ksevmw::before,
  .r0an8 .kq0hdk:not(.u6nrq) > .ksevmw:nth-child(-n+3)::before {
    content: "#" counter(csl-rank) !important; position: absolute; top: 10px; left: 10px; bottom: auto; right: auto; z-index: 2;
    width: auto !important; height: auto; padding: 3px 9px; border-radius: var(--r-pill);
    background: var(--n-900, #111) !important; color: #fff; font-size: var(--fs-caption); font-weight: 700; line-height: 1.4;
  }
  [dir="rtl"] .ciubph .kq0hdk:not(.u6nrq) > .ksevmw::before,
  [dir="rtl"] .r0an8 .kq0hdk:not(.u6nrq) > .ksevmw:nth-child(-n+3)::before { left: auto; right: 10px; }

  
  .r0an8 .kq0hdk:not(.u6nrq) > .ksevmw:nth-child(1) { order: 2; transform: translateY(-14px); box-shadow: var(--sh-lift), 0 0 0 2px var(--tone-mark, var(--accent)); }
  .r0an8 .kq0hdk:not(.u6nrq) > .ksevmw:nth-child(1):hover { transform: translateY(-17px); }
  .r0an8 .kq0hdk:not(.u6nrq) > .ksevmw:nth-child(1)::before { background: var(--tone-mark, var(--accent)) !important; color: var(--tone-mark-fg, #fff); }
  .r0an8 .kq0hdk:not(.u6nrq) > .ksevmw:nth-child(2) { order: 1; }
  .r0an8 .kq0hdk:not(.u6nrq) > .ksevmw:nth-child(3) { order: 3; }
  .r0an8 .kq0hdk:not(.u6nrq) > .ksevmw:nth-child(n+4) {
    order: 4; grid-column: 1 / -1; border: none !important; border-radius: var(--r-card);
    background: var(--bg-card) !important; box-shadow: var(--sh-card);
  }

  
  .wzcs9whn .kq0hdk:not(.u6nrq) { position: relative; padding-top: 42px !important; border-radius: var(--r-card); }
  .wzcs9whn .kq0hdk:not(.u6nrq)::before {
    content: ""; position: absolute; top: 0; left: 0; right: 0; height: 42px; z-index: 0;
    background: var(--tone-th, var(--bg-surface)); border-bottom: var(--bw-hair) solid var(--border-alt);
  }
  .wzcs9whn .kq0hdk:not(.u6nrq) > .ksevmw { padding-top: 10px; padding-bottom: 10px; position: static; }
  .wzcs9whn .kq0hdk:not(.u6nrq) > .ksevmw:first-child { position: relative; }
  .wzcs9whn .kq0hdk:not(.u6nrq) .mhou9et { position: static; }
  .wzcs9whn .kq0hdk:not(.u6nrq) .sr5f0u { display: none; }
  
  .wzcs9whn .kq0hdk:not(.u6nrq) > .ksevmw:first-child .sr5f0u {
    display: block; position: absolute; top: -29px; z-index: 1; white-space: nowrap;
    color: var(--tone-th-fg, var(--text-primary)); font-weight: 700; opacity: 1;
  }
  .wzcs9whn .ywpc { height: 64px !important; width: auto !important; }
  .wzcs9whn .k77b { max-height: 56px !important; max-width: 120px !important; }
  .wzcs9whn .voelrjj { flex-direction: row; align-items: center; gap: 12px; text-align: left; }
  .wzcs9whn .pmdjoszr { font-size: var(--fs-sm); }
  .wzcs9whn .xegs.cryev7 { padding: 10px 16px !important; font-size: var(--fs-label) !important; }
  .wzcs9whn .s2yhuso .ksevmw::before, .wzcs9whn.s2yhuso .ksevmw::before { top: 8px; bottom: 8px; }
  
  .ciubph.s2yhuso .ksevmw::before { border-radius: var(--r-pill) !important; }
  .ciubph.nldy5dm5 .ksevmw:nth-child(even), .r0an8.nldy5dm5 .ksevmw:nth-child(even) { background: var(--bg-card) !important; }
  .ciubph.k52yzdpq .ksevmw:first-child, .r0an8.k52yzdpq .ksevmw:first-child { border-top: none !important; }
  .ciubph.qdlf1c .kq0hdk:not(.u6nrq) .ksevmw:first-child { box-shadow: var(--sh-lift), 0 0 0 2px var(--tone-mark, var(--accent)); }
}
@media (min-width: 901px) {
  
  .ciubph .ksevmw .f1prqwis, .r0an8 .ksevmw:nth-child(-n+3) .f1prqwis { display: flex !important; flex-direction: column; }
  
  .wzcs9whn .kq0hdk:not(.u6nrq) { gap: 0 !important; background: var(--bg-card) !important; padding-left: 0 !important; padding-right: 0 !important; padding-bottom: 0 !important; border: none !important; box-shadow: var(--sh-card); overflow: hidden; }
  .wzcs9whn .kq0hdk:not(.u6nrq) > .ksevmw { border: none !important; border-radius: 0 !important; box-shadow: none !important; margin: 0 !important; background: var(--bg-card) !important; }
  .wzcs9whn .kq0hdk:not(.u6nrq) > .ksevmw + .ksevmw { border-top: var(--bw-hair) solid var(--border-alt) !important; }
  .wzcs9whn .kq0hdk:not(.u6nrq) > .ksevmw:hover { background: var(--tone-fill-raw, var(--bg-hover)) !important; }
  .wzcs9whn .voelrjj, .wzcs9whn .j2zz, .wzcs9whn .hm87unn { justify-content: flex-start; align-items: center; }
  .wzcs9whn .f1prqwis { --cs-link-h: 0px; }
  .wzcs9whn .f1prqwis .pfcdx { display: none; }
}
@media (min-width: 901px) {
  .ciubph .kq0hdk:not(.u6nrq) .nwy3,
  .r0an8 .kq0hdk:not(.u6nrq) > .ksevmw:nth-child(-n+3) .nwy3 { display: block; }
}
body .zgo3.lzgbd0rl .e3glmal, body .zgo3.ww7zgvjp .e3glmal,
body section.lzgbd0rl .e3glmal, body section.ww7zgvjp .e3glmal { color: var(--hero-fg) !important; text-shadow: none !important; }
body .zgo3.nc00 .e3glmal { text-shadow: none !important; }
@media (max-width: 760px) {
  .fsynb { width: auto; flex-wrap: wrap; }
  .bbnhdil { flex: 1 0 100%; margin-top: 4px; }
}
.znjrr .gtft, .sg6te .gtft { display: block; }
@media (max-width: 640px) {
  .t1277wlo .b7xc424z, .alca .b7xc424z,
  .t1277wlo .b7xc424z.ys3jo, .alca .b7xc424z.ys3jo { background: var(--nav-fill) !important; border-color: var(--nav-edge) !important; }
  .t1277wlo .b7xc424z a, .alca .b7xc424z a { color: rgba(255,255,255,0.9) !important; border-color: rgba(255,255,255,0.16) !important; }
  .ysc0l3 .b7xc424z, .ysc0l3 .b7xc424z.ys3jo { background: var(--b-50) !important; }
}
body .usdm .gc4fk strong { background: var(--tone-soft, var(--accent-bg)) !important; color: var(--tone-soft-fg, var(--text-primary)) !important; }
body .usdm .gc4fk strong span { color: inherit !important; background: transparent !important; }
@media (min-width: 900px) {
  body.unrk4 .usdm .r3tvuc1 .gc4fk strong { background: none !important; color: var(--tone-fill-head, var(--text-primary)) !important; }
}
.nq70e .lzgbd0rl, .nq70e .ww7zgvjp { --hero-fg-soft: var(--b-800); --hero-fg-dim: var(--b-800); }
.rgre1h, .strfbn, .ujpr .rgre1h, .ujpr .strfbn { color: var(--text-muted); }
@media (max-width: 560px) {
  .y7aby.es4r8akm, .y7aby.es4r8akm img { width: 88px !important; height: 88px !important; min-height: 0 !important; max-width: 88px; max-height: 88px; padding: 0 !important; }
}
@media (min-width: 721px) {
  .xhmbid0:has(> .xknppzbo, > .lzgbd0rl, > .eatlmo) + .kzzzbix { margin-top: -38px; }
  
  .xollvk .xhmbid0 + .kzzzbix { margin-top: 18px; }
}
@media (min-width: 1100px) {
  .ri18b78 .kzzzbix, .e7dcqu .kzzzbix, .otuo0w4 .kzzzbix { max-width: 1280px; }
}
@media (max-width: 640px) {
  .jx0g4d1p .agajj3 { max-width: none; }
}
.agajj3, .e3glmal, .lxpor { overflow-wrap: break-word; }
.osxhq > div > div, .g4v9 .x78m3s > div { min-width: 0; }
.g4v9 p, .g4v9 li, .g4v9 td, .g4v9 a { overflow-wrap: anywhere; }
:root {
  --accent: #616bb9;
  --brand: #616bb9;
  --accent-light: #4c5497;
  --brand-light: #4c5497;
  --accent-bg: #f3f5fe;
  --accent-bg-light: #f3f5fe;
  --accent-pale: #d0d7fb;
  --brand-pale: #d0d7fb;
  --cta: #d6336c;
  --cta-hover: #c1175b;
  --cta-fg: #ffffff;
  --cta-light: #7984d6;
  --text-primary: #262938;
  --text-body: #404353;
  --text-sub: #404353;
  --text-muted: #5f6274;
  --text-faint: #6d7082;
  --text-dim: #6d7082;
  --text-label: #5f6274;
  --text-value: #262938;
  --bg-page: #ffffff;
  --bg-surface: #f0f2fb;
  --bg-card: #ffffff;
  --bg-card-inner: #f5f6fc;
  --bg-card-inner-raw: #f5f6fc;
  --bg-raised: #e8eaf6;
  --bg-hover: #f0f2fb;
  --border: #d0d3e3;
  --border-alt: #dfe2ef;
  --border-section: #dfe2ef;
  --c-pros: #317a45;
  --c-pros-label: #115629;
  --c-cons: #9f4d48;
  --c-cons-label: #742e2b;
  --bg-pros: #eef7ef;
  --bg-cons: #fff1ef;
  --bg-warning: #fbf3ea;
  --bg-note: #ecf6fe;
  --bg-pros-raw: #eef7ef;
  --bg-cons-raw: #fff1ef;
  --bg-warning-raw: #fbf3ea;
  --bg-note-raw: #ecf6fe;
  --bg-tip: #f3f5fe;
  --bg-info: #f3f5fe;
  --c-tip-border: #383e74;
  --c-warn-border: #a86b03;
  --c-tag-pay: #e7eafa;
  --grad-start: #616bb9;
  --grad-end: #4c5497;
  --tone-fill: #f3f5fe;
  --tone-fill-2: #e7eafa;
  --tone-fill-raw: #f3f5fe;
  --tone-fill-2-raw: #e7eafa;
  --tone-fill-head: #22264c;
  --tone-fill-fg: #383d5a;
  --tone-fill-muted: #565b7a;
  --tone-fill-head-raw: #22264c;
  --tone-fill-fg-raw: #383d5a;
  --tone-fill-muted-raw: #565b7a;
  --sh-card: 0 0 0 1px rgba(38, 41, 56, 0.06), 0 1px 2px rgba(38, 41, 56, 0.05), 0 10px 24px -14px rgba(38, 41, 56, 0.18);
  --sh-lift: 0 0 0 1px rgba(38, 41, 56, 0.06), 0 2px 4px rgba(38, 41, 56, 0.06), 0 18px 36px -18px rgba(38, 41, 56, 0.26);
  --panel-sh: none;
  --sub-sh: none;
  --sub-pad-x: 0px;
  --tone-line: #383e74;
  --tone-mark: #383e74;
  --tone-mark-fg: #ffffff;
  --tone-head: #22264c;
  --tone-sub: #383e74;
  --tone-link: #4c5497;
  --tone-th: #22264c;
  --tone-th-fg: #ffffff;
  --tone-chip: #e7eafa;
  --tone-chip-fg: #383e74;
  --tone-soft: #22264c;
  --tone-soft-fg: #ffffff;
  --sem-pos-bg: #eef7ef;
  --sem-pos-line: #348f4f;
  --sem-pos-fg: #115629;
  --sem-neg-bg: #fff1ef;
  --sem-neg-line: #bb5752;
  --sem-neg-fg: #742e2b;
  --sem-warn-bg: #fbf3ea;
  --sem-warn-line: #a86b03;
  --sem-warn-fg: #643e03;
  --sem-info-bg: #ecf6fe;
  --sem-info-line: #2580c1;
  --sem-info-fg: #014b79;
  --sem-pos-body: #29452f;
  --sem-neg-body: #553330;
  --sem-warn-body: #4e381f;
  --b-near: #553365;
  --b-50: #f3f5fe;
  --s-50: #fff2f4;
  --n-50: #f4f5fd;
  --b-100: #e7eafa;
  --s-100: #fee3e8;
  --n-100: #e9ebf4;
  --b-200: #d0d7fb;
  --s-200: #fec9d4;
  --n-200: #d6d9e4;
  --b-300: #b1bdfd;
  --s-300: #fda4b8;
  --n-300: #bec1ce;
  --b-400: #939fec;
  --s-400: #f37999;
  --n-400: #a2a5b4;
  --b-500: #7984d6;
  --s-500: #db597e;
  --n-500: #888b9c;
  --b-600: #616bb9;
  --s-600: #bc4066;
  --n-600: #6f7284;
  --b-700: #4c5497;
  --s-700: #9a2d50;
  --n-700: #575a6b;
  --b-800: #383e74;
  --s-800: #751e3b;
  --n-800: #404353;
  --b-900: #22264c;
  --s-900: #4d0f24;
  --n-900: #262938;
}
:root { --logo-bg-opacity: 44%; }
body, button, input { font-family: "Roboto", sans-serif; }
h1, h2, h3, .e3glmal, .mayu6, .kxih h3 { font-family: "Source Serif 4", var(--font-body-stack, Georgia, serif); letter-spacing: -0.01em; }
.cnartow .zgo3, .cnartow .eatlmo { min-height: 420px; }
.txfvv::before { content: '›'; font-size: 1.1em; }