:root {
  --color-accent: #0a7d4f;
  --color-cta: #cc4b1c;
  --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);
}
.an69m {
  background: var(--bg-surface);
  border-bottom: var(--bw-hair) solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.ohpl2 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.si8yij {
  color: var(--accent-light);
  font-weight: 700; font-size: var(--fs-body);
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.feazlz { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: var(--r-chip); }
.htkbkt5v { list-style: none; display: flex; column-gap: 20px; row-gap: 8px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.htkbkt5v a {
  color: var(--text-body); white-space: nowrap; font-weight: 500;
  text-decoration: none; font-size: var(--fs-sm); transition: color 0.2s;
}
.htkbkt5v a:hover { color: var(--accent-light); }
.ibfr1n3     .hhxhh7d { border-radius: var(--r-chip); }
.ibfr1n3 .hhxhh7d li:first-child a { border-top-left-radius: var(--r-chip); border-top-right-radius: var(--r-chip); }
.ibfr1n3 .hhxhh7d li:last-child a { border-bottom-left-radius: var(--r-chip); border-bottom-right-radius: var(--r-chip); }
.at2klbb .hhxhh7d li + li { border-top: var(--bw-hair) dotted var(--border-alt); }
@media (max-width: 640px) {
  .hhxhh7d {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .agxh7:hover .hhxhh7d,
  .agxh7:focus-within .hhxhh7d { display: block; }
  .hhxhh7d li a { padding: 8px 16px; font-size: var(--fs-sm); }
}
.nd146u {
  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);
}
.wy6c { display: none; }
@media (max-width: 640px) {
  .wy6c {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .wy6c.sojdmoj { display: block; }
}
@media (max-width: 640px) {
  .nd146u { display: block; }
  .htkbkt5v > li + li::before { display: none !important; }
  .htkbkt5v {
    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;
  }
  .htkbkt5v.sojdmoj { display: flex; }
  .htkbkt5v li a {
    display: block; padding: 12px 24px; font-size: var(--fs-sm);
    border-bottom: var(--bw-hair) solid var(--border);
  }
  .htkbkt5v li:last-child a { border-bottom: none; }
}
.up7vr85 { min-height: 480px; }
.nwjquh {
  font-size: var(--fs-h1); font-weight: 700; color: #fff;
  line-height: 1.12; margin-bottom: 20px; letter-spacing: -0.025em; text-wrap: balance;
}
.t9juu { font-size: var(--fs-lead); line-height: 1.55; margin-bottom: 32px; max-width: 680px; margin-left: auto; margin-right: auto; }
.ulun02 .t9juu { margin-left: 0; margin-right: 0; }
.e41p2 .hlw7 {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.e41p2 .nwjquh { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.e41p2 .t9juu { color: #e2e8f0; }
.e41p2.jwq0 .hlw7 { text-align: center; }
.e41p2.ulun02   .hlw7 { text-align: left; }
.jwv8px .hlw7 {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.jwv8px .nwjquh { color: var(--text-primary); text-shadow: none; }
.jwv8px .t9juu { color: var(--text-muted); }
.jwv8px, .jwv8px.up7vr85 { min-height: auto !important; }
.jwv8px.jwq0 .hlw7 { text-align: center; }
.jwv8px.ulun02   .hlw7 { text-align: left; }
.jwv8px~.tpmv8{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}
.jwv8px~.tpmv8 .bzgpql9n{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; }
}
.v179pxr .nwjquh { color: #fff; }
.v179pxr .t9juu { color: rgba(255,255,255,0.85); }
.k3idyj7 .nwjquh { text-shadow: none; color: var(--text-primary); }
.k3idyj7 .t9juu { color: var(--text-muted); }
body.vumxiv .nwjquh {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.ynoevi .nwjquh {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.up7vr85.v179pxr .nwjquh,
section.v179pxr .nwjquh {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.k3idyj7.ulun02   .jjszjwo { align-items: flex-start; text-align: left; }
.up7vr85 .rm08 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.rm08 .e6o2uq7l {
  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;
}
.rm08 .e6o2uq7l + .e6o2uq7l { border-top: var(--bw-hair) solid var(--border-alt); }
.rm08 .fl0r12te { align-items: center; text-align: center; width: 100%; }
.rm08 .wxb0 {
  width: 168px !important; height: 88px !important; padding: 8px;
  margin: 0 auto;
}
.rm08 .ppfoiu2 { max-height: 64px; max-width: 140px; }
.rm08 .v7iv {
  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%;
}
.rm08 .i8sc,
.rm08 .qwpdtlz {
  font-size: var(--fs-sm);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%;
}
.rm08 .af48gnr.w6r0 {
  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;
}
.rm08 .af48gnr.w6r0:hover { opacity: 0.85; }
.rm08 .e6o2uq7l,
.rm08 .e6o2uq7l:hover,
.rm08 .e6o2uq7l:nth-child(even),
.rm08 .e6o2uq7l:nth-child(odd),
.rm08 .e6o2uq7l:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.kectrj .hlw7 { padding-bottom: 24px; }
.f4kn .hlw7 { max-width: 1100px; }
@media (max-width: 700px) {
  .k3idyj7 { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .k3idyj7:not(.igocizoj) .jdxcr5 { display: none !important; }
  .igocizoj .jdxcr5 { padding: 16px; }
  .jjszjwo  { padding: 36px 24px; }
  .k3idyj7~.tpmv8,.sognu~.tpmv8{max-width:100%;left: 0;right: 0;transform:none;padding: 0 24px}
  .up7vr85, .k3idyj7 { min-height: 320px !important; }
  .nwjquh { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .yums,
  .jrmx0j,
  .lyx1r { grid-template-columns: 1fr !important; }

  

  
  .kectrj { display: flex !important; flex-direction: column !important; }
  .kectrj .hlw7 { display: contents; }
  .kectrj .ud29 { order: 0; }
  .kectrj .nwjquh { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .kectrj .yums { order: 2; padding: 0 16px 12px !important; }
  .kectrj .t9juu { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .f4kn .hlw7 { display: flex; flex-direction: column; }
  .f4kn .hlw7 .nwjquh { order: 1; }
  .f4kn .hlw7 .lyx1r { order: 2; margin: 8px 0 24px !important; }
  .f4kn .hlw7 .t9juu { order: 3; }
  .f4kn .hlw7 .d1j87yft { order: 4; align-self: center; margin-top: 0; }

  
  .k3idyj7.igocizoj {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .k3idyj7.igocizoj .jjszjwo { display: contents; padding: 0; }
  .k3idyj7.igocizoj .jjszjwo .nwjquh { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .k3idyj7.igocizoj .jdxcr5 { order: 2; padding: 12px 16px; }
  .k3idyj7.igocizoj .jjszjwo .t9juu { order: 3; padding: 0 24px; margin: 0 auto; }
  .k3idyj7.igocizoj .jjszjwo .d1j87yft { order: 4; align-self: center; margin: 8px 0 32px; }
}
.ip5cg4v { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.g901ae { width: 100%; height: auto; display: block; border-radius: var(--r-btn); }
.pf3g .ip5cg4v        { border-radius: var(--r-card); }
.pf3g .g901ae  { border-radius: var(--r-card); }
.g1g1ftys .ip5cg4v         { box-shadow: var(--sh-2); border-radius: var(--r-btn); }
.g1g1ftys .g901ae   { border-radius: var(--r-btn); }
.usiaq { max-width: 1100px; margin: 0 auto; padding: 40px 24px 8px; }
.mmoihr { width: 100%; padding: 32px 0; position: relative; }
.tt2cd { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.nlfqi9i .mmoihr, .ams8y6j .mmoihr { background: transparent; }
.gjm8 .f0fhqbvj > *,
.p6wadzb > *, .cr1q6mcl > *, .qme5zpx5 > *, .ae38p3p > *, .e7i1cs3d > * {
  --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.vmyp126j { font-size: var(--fs-h1); font-weight: 700; color: var(--text-primary); margin-bottom: 16px; }
h2.vmyp126j {
  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.gmctiq43 { 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; }
.hlw38tro h2.vmyp126j {
  border-left: var(--bw-bar) solid var(--tone-line, var(--accent)); padding-left: 16px;
}
.erk9g003 h2.vmyp126j {
  border-bottom: var(--bw-rule) solid var(--tone-line, var(--accent)); padding-bottom: 12px;
  display: inline-block;
}
.k3oa h2.vmyp126j {
  border-top: var(--bw-bar) solid var(--tone-line, var(--accent)); padding-top: 12px;
  color: var(--tone-head, var(--text-primary));
}
.jgz8sbp h2.vmyp126j::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--tone-mark, var(--accent)); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.bcwd9b h2.vmyp126j {
  color: var(--tone-head, var(--text-primary)); font-size: var(--fs-h2);
}
.gdfl6fyn h2.vmyp126j::before {
  content: "/"; color: var(--tone-mark, var(--text-faint)); font-weight: 700;
  margin-right: 10px;
}
.jbqbgwqi h2.vmyp126j {
  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) { .ckdh { display: none; } }
.s7qy { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.it7v7 { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.yw14r708 {
  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;
}
.h0dv48a { font-weight: 700; color: var(--tone-head, var(--text-primary)); margin-bottom: 12px; font-size: var(--fs-sm); }
.zkjui14p { padding-left: 20px; }
.zkjui14p li { margin-bottom: 8px; }
.zkjui14p a { color: var(--text-muted); text-decoration: none; font-size: var(--fs-sm); }
.zkjui14p a:hover { color: var(--tone-link, var(--accent-light)); }
.p1kyn .h0dv48a { display: none; }
.tz6hla .h0dv48a { display: none; }
.tz6hla .zkjui14p { padding-left: 0; list-style: none; }
.tz6hla .zkjui14p li::before { content: "—"; margin-right: 8px; color: var(--text-faint); }
.tz6hla .zkjui14p a { font-size: var(--fs-sm); }
.duzolgn9 .yw14r708 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.duzolgn9 .h0dv48a { display: none; }
.duzolgn9 .zkjui14p { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.duzolgn9 .zkjui14p li { margin-bottom: 0; }
.duzolgn9 .zkjui14p 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;
}
.duzolgn9 .zkjui14p a:hover { border-color: var(--accent); color: var(--accent); }
.b9wsvzot .yw14r708 { padding: 20px 20px 16px; }
.b9wsvzot .zkjui14p {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 12px;
  counter-reset: toc-c;
}
.b9wsvzot .zkjui14p li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.b9wsvzot .zkjui14p 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;
}
.b9wsvzot .zkjui14p 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;
}
.b9wsvzot .zkjui14p a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.b9wsvzot .zkjui14p a:focus,
.b9wsvzot .zkjui14p a:focus-visible,
.b9wsvzot .zkjui14p a:target { outline: none; }
.b9wsvzot .zkjui14p li:target a { border-color: var(--border); color: var(--text-muted); }
.mqm5 .yw14r708 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.mqm5 .h0dv48a { display: none; }
.mqm5 .zkjui14p { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.mqm5 .zkjui14p li { counter-increment: toc-n; margin-bottom: 0; }
.mqm5 .zkjui14p 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;
}
.mqm5 .zkjui14p 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;
}
.mqm5 .zkjui14p a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.sd7mv5 .yw14r708 { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: var(--bw-rule) solid var(--border); }
.sd7mv5 .h0dv48a { display: none; }
.sd7mv5 .zkjui14p { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.sd7mv5 .zkjui14p li { margin-bottom: 0; }
.sd7mv5 .zkjui14p 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;
}
.sd7mv5 .zkjui14p a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.af3jomhk .yw14r708 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.af3jomhk .h0dv48a { display: none; }
.af3jomhk .zkjui14p { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.af3jomhk .zkjui14p li { margin-bottom: 0; }
.af3jomhk .zkjui14p li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.af3jomhk .zkjui14p li:last-child::after { content: ""; margin-right: 0; }
.af3jomhk .zkjui14p a { font-size: var(--fs-sm); }
.f0fhqbvj { padding: 16px 20px 20px; margin-bottom: 12px; border-radius: var(--r-btn); }
.gjm8 .f0fhqbvj { background: var(--bg-card); }
.f54y89r .f0fhqbvj { background: none; border-radius: 0; padding: 28px 0 8px; }
.f54y89r .f0fhqbvj + .f0fhqbvj { border-top: var(--bw-hair) solid var(--border-section); }
.b9p4h329 .f0fhqbvj {
  background: none; border-radius: 0;
  border-bottom: var(--bw-hair) solid var(--border);
  padding: 24px 4px;
}
.b9p4h329 .f0fhqbvj:last-child { border-bottom: none; }
.y2ju .f0fhqbvj {
  background: none; border-radius: 0;
  border-left: var(--bw-bar) solid var(--accent);
  padding: 12px 0 12px 20px;
}
.y2ju .f0fhqbvj + .f0fhqbvj { margin-top: 4px; }
.dhyittpo .f0fhqbvj { background: none; border-radius: 0; padding: 28px 0 8px; }
.dhyittpo .f0fhqbvj + .f0fhqbvj { border-top: var(--bw-hair) solid var(--border-section); }
.zfhk6o { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.knak1m9i { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.j1sm { color: var(--text-body); margin-bottom: 16px; text-wrap: pretty; }
.p1of, .retu { padding-left: 24px; color: var(--text-body); margin: 12px 0; }
.p1of li, .retu li { margin-bottom: 8px; }
.retu li { list-style: decimal; }
.qme5zpx5 { overflow-x: auto; margin: 12px 0; background: var(--bg-card); border-radius: var(--r-btn); border: var(--bw-hair) solid var(--border-alt); }
.g0ffws .qme5zpx5,
.cr1q6mcl .qme5zpx5 { background: transparent; border: none; border-radius: 0; }
.ps8sp8 { width: 100%; border-collapse: collapse; font-size: var(--fs-sm); }
.ps8sp8 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;
}
.ps8sp8 td { padding: 8px 12px; border-bottom: var(--bw-hair) solid var(--border-alt); color: var(--text-body); }
.ps8sp8 tr:hover td { background: var(--bg-hover); }
.ekd2he .ps8sp8 tbody tr:nth-child(even) td { background: var(--tone-fill, var(--bg-surface)); }
.g7feg .ps8sp8 { border: var(--bw-hair) solid var(--border-alt); }
.g7feg .ps8sp8 th,
.g7feg .ps8sp8 td { border: var(--bw-hair) solid var(--border-alt); }
.sq47 .ps8sp8 th {
  background: transparent; color: var(--tone-head, var(--text-primary));
  border-bottom: var(--bw-rule) solid var(--tone-line, var(--border)); padding-bottom: 8px;
}
.sq47 .ps8sp8 td { border-bottom: none; }
.sq47 .ps8sp8 tr:not(:last-child) td { border-bottom: var(--bw-hair) solid var(--border-alt); }
.vu04tdh9 .ps8sp8 th {
  background: var(--tone-mark, var(--cta)); color: var(--tone-mark-fg, #fff); letter-spacing: var(--ls-label);
}
.bjrag .qme5zpx5 {
  overflow: hidden;
}
.bjrag .ps8sp8 th { border-bottom: var(--bw-hair) solid var(--border-alt); }
.bjrag .ps8sp8 tr:last-child td { border-bottom: none; }
.mn4r140u { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 16px; margin: 12px 0; }
.e7i1cs3d { background: var(--bg-card-inner); border-radius: var(--r-btn); overflow: hidden; }
.zn7qw6nu { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.hkxm { 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); }
.e8kz { padding: 12px 16px 4px; font-size: var(--fs-sm); color: var(--text-sub); }
.nchzmksh { padding: 4px 16px 12px 28px; font-size: var(--fs-label); color: var(--text-muted); }
.nchzmksh 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%}
.baw3 .hkxm { background: transparent; text-align: center; }
.jq06u2 .zn7qw6nu {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 20px auto 2px; display: block;
}
.ygwt .zn7qw6nu {
  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);
}
.yp4go .e7i1cs3d { display: grid; grid-template-columns: auto 1fr; }
.yp4go .zn7qw6nu {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.yp4go .hkxm { grid-column: 2; }
.yp4go .e8kz,
.yp4go .nchzmksh { grid-column: 1 / -1; }
.gicmhs44 .e7i1cs3d { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.gicmhs44 .zn7qw6nu {
  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);
}
.gicmhs44 .hkxm { grid-column: 2; }
.gicmhs44 .e8kz,
.gicmhs44 .nchzmksh { grid-column: 1 / -1; }
.cl98 .e7i1cs3d { border: var(--bw-hair) solid var(--border); border-left: var(--bw-rule) solid var(--tone-line, var(--accent)); }
.cl98 .hkxm { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; }
.seiaz .e7i1cs3d { 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); }
.seiaz .hkxm { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; }
.n02r .e7i1cs3d { background: none; border: none; border-radius: 0; border-top: var(--bw-rule) solid var(--tone-line, var(--accent)); }
.n02r .hkxm { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; }
.b3yeq .e7i1cs3d { border: var(--bw-hair) solid var(--border); border-top: var(--bw-bar) solid var(--tone-line, var(--accent)); }
.b3yeq .hkxm { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; padding-top: 12px; }
.ar91e69 .mn4r140u { counter-reset: card-n; }
.ar91e69 .e7i1cs3d  { counter-increment: card-n; }
.ar91e69 .hkxm { display: flex; align-items: center; gap: 12px; }
.ar91e69 .hkxm::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;
}
.f0gx794i .e7i1cs3d { background: var(--tone-fill, var(--bg-surface)); border: var(--bw-hair) solid var(--border); }
.f0gx794i .hkxm { background: none; color: var(--text-main); font-weight: 700; border-bottom: var(--bw-hair) solid var(--border); }
.etp1u { display: flex; gap: 16px; align-items: flex-start; border-radius: var(--r-btn); padding: 16px 20px; margin: 12px 0; }
.etp1u         { --cl-hue: var(--tone-line, var(--accent)); --cl-bg: var(--bg-tip, var(--bg-surface)); }
.a7aa { --cl-hue: var(--c-warn-border); --cl-bg: var(--bg-warning); }
.mico4crd    { --cl-hue: var(--tone-line, var(--accent)); }
.ytdobhw, .a7aa, .mico4crd, .clwumd {
  background: var(--cl-bg, var(--bg-surface));
  border-left: var(--bw-bar) solid var(--cl-hue);
}
.baz7d9qe { font-size: var(--fs-lead); flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.baz7d9qe::before { color: var(--cl-hue); }
.etp1u strong { color: var(--tone-sub, var(--text-primary)); font-size: var(--fs-sm); }
.etp1u p { color: var(--text-muted); font-size: var(--fs-sm); margin-top: 4px; }
.hlg9 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 12px 0; }
.ker8a, .m7r02 { border-radius: var(--r-btn); padding: 16px; }
.ker8a { background: var(--bg-pros); }
.m7r02 { background: var(--bg-cons); }
.k1al3r { font-weight: 700; font-size: var(--fs-label); margin-bottom: 8px; }
.ker8a .k1al3r { color: var(--c-pros-label); }
.m7r02 .k1al3r { color: var(--c-cons-label, var(--c-cons)); }
.ker8a ul li { color: var(--text-body); list-style: none; padding-left: 4px; margin-bottom: 4px; font-size: var(--fs-sm); }
.m7r02 ul li { color: var(--text-body); list-style: none; padding-left: 4px; margin-bottom: 4px; font-size: var(--fs-sm); }
.g901ae { width: 100%; height: auto; border-radius: var(--r-btn); display: block; }
.w6r0 {
  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;
}
.w6r0:hover { opacity: 0.85; }
.lxc1ucd .w6r0  { background: transparent; border: var(--bw-rule) solid var(--cta); color: var(--cta-light); }
.lxc1ucd .w6r0:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.pray7o .w6r0  { background: var(--accent-bg); border: var(--bw-hair) solid var(--cta); color: var(--cta-light); }
.pray7o .w6r0:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.lxc1ucd .af48gnr.w6r0, .pray7o .af48gnr.w6r0,
.lxc1ucd .tsvkciva .w6r0, .pray7o .tsvkciva .w6r0 {
  background: var(--cta); border: none; color: #fff;
}
.lxc1ucd .af48gnr.w6r0:hover, .pray7o .af48gnr.w6r0:hover,
.lxc1ucd .tsvkciva .w6r0:hover, .pray7o .tsvkciva .w6r0:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.v4a9flr6 .w6r0  { border-radius: var(--r-pill); }
.iiwf0t4 .w6r0 { box-shadow: none; }
.iiwf0t4 .w6r0:hover { box-shadow: none; opacity: 1; }
.g13g4luc .w6r0 { box-shadow: none; transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.g13g4luc .w6r0:hover { opacity: 1; }
.g13g4luc .w6r0:active { transform: translateY(3px); box-shadow: none; }
.lvdd69 .w6r0 { box-shadow: none; }
.lvdd69 .w6r0:hover { opacity: 1; box-shadow: none; }
.lvdd69 .w6r0:active { box-shadow: none; }
.ju2plk5 .w6r0 { position: relative; overflow: hidden; }
.ju2plk5 .w6r0::before {
  content: ""; position: absolute; top: 0; left: -125%; width: 55%; height: 100%;
  background: none;
  transform: skewX(-20deg); transition: left .6s ease; pointer-events: none;
}
.ju2plk5 .w6r0:hover::before { left: 135%; }
.v3cyi .w6r0 { border-radius: 0; }
.y36o .d1j87yft { padding-left: 24px; padding-right: 24px; }
.y36o .w6r0  { padding-left: 12px; padding-right: 12px; }
.ek454i7k .w6r0  { padding-left: 24px; padding-right: 24px; }
.kvz5a .w6r0  { padding-left: 32px; padding-right: 32px; }
.zk5kj   .d1j87yft::after, .zk5kj   .w6r0::after,
.rpfrr9t .d1j87yft::after, .rpfrr9t .w6r0::after,
.umpaqcal    .d1j87yft::after, .umpaqcal    .w6r0::after,
.li85js    .d1j87yft::after, .li85js    .w6r0::after,
.ubx8v    .d1j87yft::after, .ubx8v    .w6r0::after,
.bv40     .d1j87yft::after, .bv40     .w6r0::after,
.lqw9    .d1j87yft::after, .lqw9    .w6r0::after,
.d8eegd   .d1j87yft::after, .d8eegd   .w6r0::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;
}
.zk5kj .d1j87yft::after, .zk5kj .w6r0::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");
}
.rpfrr9t .d1j87yft::after, .rpfrr9t .w6r0::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");
}
.umpaqcal .d1j87yft::after, .umpaqcal .w6r0::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");
}
.li85js .d1j87yft::after, .li85js .w6r0::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");
}
.ubx8v .d1j87yft::after, .ubx8v .w6r0::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");
}
.bv40 .d1j87yft::after, .bv40 .w6r0::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");
}
.lqw9 .d1j87yft::after, .lqw9 .w6r0::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");
}
.d8eegd .d1j87yft::after, .d8eegd .w6r0::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");
}
.onjfoy   .zflmq::after, .onjfoy   .j7bnxd::after,
.ie1b4ut .zflmq::after, .ie1b4ut .j7bnxd::after,
.u30zph    .zflmq::after, .u30zph    .j7bnxd::after,
.ilfrut6j    .zflmq::after, .ilfrut6j    .j7bnxd::after,
.cvfx3    .zflmq::after, .cvfx3    .j7bnxd::after,
.cw8acsyg     .zflmq::after, .cw8acsyg     .j7bnxd::after,
.jk8sx2    .zflmq::after, .jk8sx2    .j7bnxd::after,
.kzy3s24p   .zflmq::after, .kzy3s24p   .j7bnxd::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;
}
.onjfoy .zflmq::after, .onjfoy .j7bnxd::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");
}
.ie1b4ut .zflmq::after, .ie1b4ut .j7bnxd::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");
}
.u30zph .zflmq::after, .u30zph .j7bnxd::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");
}
.ilfrut6j .zflmq::after, .ilfrut6j .j7bnxd::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");
}
.cvfx3 .zflmq::after, .cvfx3 .j7bnxd::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");
}
.cw8acsyg .zflmq::after, .cw8acsyg .j7bnxd::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");
}
.jk8sx2 .zflmq::after, .jk8sx2 .j7bnxd::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");
}
.kzy3s24p .zflmq::after, .kzy3s24p .j7bnxd::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");
}
.z5g7rzro {
  --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;
}
.e6o2uq7l {
  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;
}
.e6o2uq7l + .e6o2uq7l { border-top: var(--bw-hair) solid var(--border-alt); }
.e6o2uq7l > * { min-width: 0; }
.e6o2uq7l:hover { background: var(--bg-hover); }
.e6o2uq7l > [itemprop="item"] { display: contents; }
.e6o2uq7l [itemprop="itemReviewed"],
.e6o2uq7l [itemprop="reviewRating"] { display: none; }
.fl0r12te {
  display: flex; flex-direction: column;
  align-items: flex-start; justify-content: center;
  gap: 4px; min-width: 0; max-width: 100%;
}
.zzovzyri, .qug8wc, .qg6wk,
.k4zzj, .k9a1m34a, .scapj { align-items: center; text-align: center; }
.k9a1m34a, .scapj { align-items: stretch; }
.buar {
  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%;
}
.dhhqcr {
  font-size: var(--fs-body); font-weight: 600; line-height: var(--lh-tight);
  color: var(--text-primary);
  max-width: 100%; overflow-wrap: break-word;
}
.qwpdtlz { font-size: var(--fs-lead); font-weight: 700; }
.jhcf .dhhqcr {
  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
  overflow: hidden;
}
.v7iv {
  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;
}
.le3cx7 {
  font-size: var(--fs-label); font-weight: 600; line-height: var(--lh-snug);
  
  color: var(--text-primary); background: var(--bg-surface);
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-chip);
  padding: 4px 8px; display: inline-block;
  max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.wxb0 {
  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;
}
.bypu .ppfoiu2 { max-height: 60px; max-width: 68px; }
.ppfoiu2 {
  max-height: 88px; max-width: 152px;
  width: auto; height: auto; object-fit: contain;
}
.qug8wc .wxb0 { width: 168px; }
.n9nrxc .wxb0,
.v5oqac .wxb0,
.vvsjrc2 .wxb0,
.vwbjwrvr .wxb0,
.n9nrxc .wxb0, .v5oqac .wxb0,
.vvsjrc2 .wxb0,  .vwbjwrvr .wxb0 {
  width: 88px; height: 88px; padding: 12px;
}
.n9nrxc .wxb0 .ppfoiu2, .v5oqac .wxb0 .ppfoiu2,
.vvsjrc2 .wxb0 .ppfoiu2,  .vwbjwrvr .wxb0 .ppfoiu2 {
  max-height: 60px; max-width: 68px;
}
.vixqc .wxb0, .vixqc .wxb0.bypu,
.w74y6qd {
  color: #f5a524; font-size: var(--fs-label);
  letter-spacing: var(--ls-label); line-height: var(--lh-tight); white-space: nowrap;
}
.tanrk0 {
  font-size: var(--fs-lead); font-weight: 700; line-height: var(--lh-solid);
  color: var(--text-primary);
}
.tanrk0 small { font-size: var(--fs-caption); font-weight: 600; color: var(--text-muted); }
.b3gd6s, .s178vy0 {
  display: flex; flex-wrap: wrap; align-items: center;
  gap: 8px; max-width: 100%;
}
.h8sna {
  width: 38px; height: 26px; object-fit: contain;
  display: block; flex-shrink: 0;
  padding: 4px 4px; box-sizing: border-box;
  background: #fff; border: var(--bw-hair) solid var(--border-alt);
  border-radius: clamp(3px, var(--radius-button, 8px), 5px);
}
.vr6lcg7 .h8sna { background: #f7f8fa; }
.af48gnr.w6r0 {
  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;
}
.scapj {
  display: grid; grid-template-rows: var(--cs-link-h) auto var(--cs-link-h);
  align-content: center; --cs-link-h: 22px;
}
.scapj::before { content: ""; }
.rm08 .e6o2uq7l { padding: 16px 16px; gap: 16px; }
@media (max-width: 1080px) {
  .e6o2uq7l { gap: 16px; padding: 16px 16px; }
  .wxb0 { width: 152px; height: 96px; }
  .ppfoiu2 { max-height: 80px; max-width: 136px; }
}
@media (max-width: 900px) {
  .e6o2uq7l {
    display: flex; flex-wrap: wrap; align-items: flex-start;
    gap: 12px 16px; padding: 16px; position: relative;
  }
  
  .fl0r12te { justify-content: flex-start; }
  
  .s178vy0, .b3gd6s { flex-direction: row; }
  
  .s178vy0 .le3cx7:nth-child(n+3) { display: none; }
  
  .zzovzyri {
    position: static; order: 0; flex: 0 0 auto;
    align-self: center; min-width: 18px;
  }
  .fl0r12te { text-align: left; align-items: flex-start; }

  
  .qug8wc, .qg6wk, .szgtfa {
    order: 1; flex: 0 1 auto; min-width: 0;
    flex-direction: row; align-items: center; gap: 12px;
  }
  .k4zzj {
    order: 2; flex: 0 0 auto; margin-left: auto;
    flex-direction: row; align-items: baseline; gap: 8px;
  }
  .qug8wc .wxb0, .qg6wk .wxb0,
  .szgtfa .wxb0 { width: auto; height: 72px; }
  .ppfoiu2 { max-height: 72px; max-width: 128px; }
  .qwpdtlz { font-size: var(--fs-body); }
  .v7iv { font-size: var(--fs-sm); }

  
  .i8sc, .lft7, .ir71eax,
  .z9m39k, .rbwv, .pegzpj,
  .jhcf, .x1vwtxz, .t0fdih,
  .v6hx2et, .wtrdx {
    order: 3; flex: 1 1 calc(50% - 7px); min-width: calc(50% - 7px);
  }
  
  .k9a1m34a, .scapj { order: 4; flex: 1 0 100%; }
  .scapj { display: flex; flex-direction: column; }
  .scapj::before { display: none; }
  .af48gnr.w6r0 { width: 100%; padding: 12px 20px !important; }
  .j2ilydtd { text-align: left; }
}
@media (max-width: 560px) {
  .e6o2uq7l { padding: 16px; gap: 12px 12px; }
  
  .buar, .y2bk, .le3cx7 { font-size: var(--fs-caption); }
  .dhhqcr { font-size: var(--fs-sm); }
  .qwpdtlz { font-size: var(--fs-body); }
  .v7iv { font-size: var(--fs-sm); }
  .y1b3l8wd { font-size: var(--fs-sm); }
  .tanrk0 { font-size: var(--fs-lead); }
  
  .af48gnr.w6r0 { padding: 12px 16px !important; font-size: var(--fs-sm) !important; }
  .fl0r12te { gap: 2px; }
  .qug8wc .wxb0, .qg6wk .wxb0,
  .szgtfa .wxb0 { height: 64px; }
  .ppfoiu2 { max-height: 64px; max-width: 116px; }
  .bypu { padding: 8px; }
  .qwpdtlz { font-size: var(--fs-sm); }
}
@media (max-width: 360px) {
  .i8sc, .lft7, .ir71eax,
  .z9m39k, .rbwv, .pegzpj,
  .jhcf, .x1vwtxz, .t0fdih,
  .v6hx2et, .wtrdx { flex-basis: 100%; min-width: 100%; }
}
@media (max-width: 560px) { .qgpnc { padding: 12px 16px; gap: 8px 16px; } }
.tsvkciva .w6r0 {
  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) {
  .ojqkpf3r { flex-wrap: wrap; align-items: center; gap: 12px; padding: 16px; }
  .i72fjlyu { order: 1; width: 104px; height: 104px; }
  .i72fjlyu img { max-width: 96px; max-height: 88px; }
  .tsvkciva { order: 2; margin-left: auto; align-self: center; }
  .zw079me { order: 3; flex: 1 1 100%; min-width: 0; }
  .zw079me h3 { font-size: var(--fs-body); }
}
.sd6zb, .kmqokot { list-style: none; font-size: var(--fs-sm); }
.sd6zb li { color: var(--text-body); margin-bottom: 4px; }
.kmqokot li { color: var(--text-body); margin-bottom: 4px; }
.sd6zb li::before { content: "✓"; margin-right: 5px; }
.kmqokot li::before { content: "✗"; margin-right: 5px; }
.nkcy6s .rc0x { border: none; border-top: var(--bw-hair) solid; }
@media (min-width: 860px) {
  .fvuub .ih7k0i {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .fvuub .p6wadzb { margin: 0; }
}
.rm856n .p6wadzb { border-top: var(--bw-bar) solid var(--accent); }
.rm856n .ojqkpf3r { background: var(--bg-card); }
@media (max-width: 560px) {
  .ui6gr2 .i72fjlyu { width: 116px; min-height: 104px; }
}
.cr1q6mcl .hlg9 { gap: 12px; }
.cr1q6mcl .ker8a, .cr1q6mcl .m7r02 { padding: 12px; }
.cr1q6mcl .ker8a ul, .cr1q6mcl .m7r02 ul { margin: 4px 0 0; padding-left: 20px; }
.cr1q6mcl .ker8a li, .cr1q6mcl .m7r02 li { font-size: var(--fs-label); margin-bottom: 4px; }
@media (max-width: 720px) {
  .dtypvbn9 { grid-template-columns: 1fr; }
  .n4tpapp { flex-direction: row; flex-wrap: wrap; gap: 12px; border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); padding: 16px; }
  .n4tpapp .k2pzm0 { width: 72px; height: 50px; }
  .n4tpapp .ojq31l { max-width: 180px; }
  .n4tpapp .oqm60w { width: auto; }
}
@media (max-width: 720px) {
  .iudbmm7g { flex-wrap: wrap; gap: 12px; padding: 12px 16px; }
  .pach { padding: 16px; }
  .rrjj .j2t4m { min-width: 50%; }
}
.ykd7gzom .hlg9 { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .nrld84z9 { grid-template-columns: 1fr; }
  .i8dbwa4 { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
  .qydc5n7 { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
}
@media (max-width: 540px) {
  .jw84gl { flex-wrap: wrap; padding: 16px; }
}
.mf5z5dl .hlg9 { gap: 8px; }
.mf5z5dl .ker8a, .mf5z5dl .m7r02 { padding: 8px; }
@media (max-width: 480px) {
  .csquttn { flex-direction: column; align-items: stretch; }
}
.dbkoaak .oqm60w .w6r0 { padding: 8px 20px; font-size: var(--fs-label); }
@media (max-width: 640px) {
  .c4dvsu { flex-direction: column; align-items: stretch; gap: 12px; }
  .dbkoaak .oqm60w { text-align: center; }
}
@media (max-width: 720px) {
  .rz5jtelw { grid-template-columns: 1fr; }
  .xo35uxf { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
  .agdx2ky { flex-wrap: wrap; gap: 12px; padding: 16px 16px; }
}
@media (max-width: 720px) {
  .svcmowdv { grid-template-columns: 1fr; }
  .uoa5 { width: 100px; height: 100px; margin: 16px auto; }
  .id9s9 { font-size: var(--fs-h3); }
  .o64sbw { justify-content: center; }
  .nadrm .j2t4m { min-width: 50%; }
}
.cccs3 .hlg9 { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .u8p9fb { flex-wrap: wrap; padding: 16px 16px; }
  .j2fwqo4 { padding: 12px 16px; }
  .cccs3 .hlg9 { margin: 0 16px; }
  .cccs3 .lrpb0m6 { padding: 0 16px; }
  .dvlo { padding: 12px 16px; }
}
.nk8t .e6o2uq7l { position: relative; }
.nk8t .e6o2uq7l::before {
  content: ""; position: absolute;
  left: 0; top: 12px; bottom: 12px; width: 3px;
  border-radius: 0 2px 2px 0;
  background: var(--accent);
}
.c6tc6lq .z5g7rzro {
  gap: 12px; background: transparent; border: none; border-radius: 0; overflow: visible;
}
.c6tc6lq .e6o2uq7l {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
  box-shadow: var(--sh-2);
}
.c6tc6lq .e6o2uq7l + .e6o2uq7l { border-top: var(--bw-hair) solid var(--border-alt); }
@media (min-width: 901px) {
  .uqwr .fl0r12te + .fl0r12te {
    border-left: var(--bw-hair) solid var(--border-alt);
    padding-left: 20px;
  }
}
.b4ad7a2 .e6o2uq7l { padding-top: 16px; padding-bottom: 16px; }
.b4ad7a2 .e6o2uq7l + .e6o2uq7l { border-top: none; }
.b4ad7a2 .e6o2uq7l:nth-child(even) { background: var(--bg-surface); }
.b4ad7a2 .e6o2uq7l:nth-child(even):hover { background: var(--bg-hover); }
.xjxvxfgr .e6o2uq7l:first-child { border-top: var(--bw-bar) solid var(--accent); }
@media (min-width: 901px) {
  .w2hx .i8sc, .w2hx .lft7,
  .w2hx .ir71eax, .w2hx .z9m39k,
  .w2hx .rbwv, .w2hx .pegzpj,
  .w2hx .jhcf, .w2hx .x1vwtxz,
  .w2hx .t0fdih, .w2hx .v6hx2et,
  .w2hx .wtrdx {
    border-left: var(--bw-hair) solid var(--border-alt); padding-left: 20px;
  }
}
.x2zie .buar { opacity: .8; letter-spacing: var(--ls-label); }
.x2zie .dhhqcr { font-weight: 700; }
.x2zie .qwpdtlz { font-weight: 700; }
.dig0o .i8sc, .dig0o .lft7,
.dig0o .t0fdih, .dig0o .v6hx2et,
.tanrk0 { display: none; }
.o5ck1nv .w74y6qd { font-size: var(--fs-sm); letter-spacing: var(--ls-wide); }
.gtw8 .w74y6qd {
  background: color-mix(in srgb, var(--text-primary) 5%, transparent);
  border-radius: var(--r-pill); padding: 4px 12px; font-size: var(--fs-label);
}
.cho6z .w74y6qd,
.z9ccqq1 .w74y6qd,
.g3wdg6i9 .w74y6qd { display: none; }
.cho6z .tanrk0,
.z9ccqq1 .tanrk0,
.g3wdg6i9 .tanrk0 { display: inline-flex; align-items: baseline; gap: 2px; }
.cho6z .tanrk0 small { display: none; }
.z9ccqq1 .tanrk0 {
  background: color-mix(in srgb, var(--text-primary) 6%, transparent);
  border-radius: var(--r-pill); padding: 8px 16px;
}
.g3wdg6i9 .tanrk0 {
  color: #fff; background: var(--text-primary);
  border-radius: var(--r-btn);
  padding: 8px 12px;
}
.g3wdg6i9 .tanrk0 small { display: none; }
.u5xoids { margin: 16px 0; }
.um8rgxli { background: var(--bg-card); border: var(--bw-hair) solid var(--border);
  border-radius: var(--r-btn); margin-bottom: 8px; overflow: hidden; }
.um8rgxli 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;
}
.um8rgxli 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;
}
.um8rgxli summary:hover { background: var(--bg-surface); }
.um8rgxli summary:hover::after { color: var(--accent); }
.um8rgxli[open] summary { font-weight: 700; box-shadow: inset var(--bw-bar) 0 0 var(--tone-line, var(--accent)); }
.um8rgxli[open] summary::after { transform: rotate(-135deg); margin-top: 4px; color: var(--accent); }
.um8rgxli[open] p { border-top: var(--bw-hair) solid var(--border-alt); padding-top: 16px; }
.um8rgxli p { padding: 0 20px 16px; color: var(--text-body); font-size: var(--fs-sm); }
.mmoihr { margin-bottom: 0; }
.pkgc h2.vmyp126j { color: var(--tone-head, var(--text-primary)); border-color: var(--tone-line, var(--accent-light)); }
.uhoqa6 h2.vmyp126j { color: var(--tone-head, var(--text-primary)); border-color: var(--tone-line, var(--accent-light)); }
.ker8a, .m7r02 { border: var(--bw-hair) solid transparent; }
.ker8a .k1al3r, .ker8a .l0mrnmh8 { color: var(--c-pros-label); }
.m7r02 .k1al3r, .m7r02 .z59whsm { color: var(--c-cons-label, var(--c-cons)); }
.ker8a ul li, .m7r02 ul li, .sd6zb li, .kmqokot li { color: var(--text-body); }
.ker8a .sd6zb li, .m7r02 .kmqokot li { position: relative; padding-left: 1.5em; }
.ker8a .sd6zb li::before, .m7r02 .kmqokot li::before { position: absolute; left: 0; margin-right: 0; }
.s4khg4 .ker8a { border-color: color-mix(in srgb, var(--sem-pos-line) 55%, transparent); }
.s4khg4 .m7r02 { border-color: color-mix(in srgb, var(--sem-neg-line) 55%, transparent); }
.pd6s .ker8a, .pd6s .m7r02 { border-radius: 0 0 var(--r-btn) var(--r-btn); }
.pd6s .ker8a { border-top: var(--bw-bar) solid var(--sem-pos-line); }
.pd6s .m7r02 { border-top: var(--bw-bar) solid var(--sem-neg-line); }
.gwo3mp .ker8a, .gwo3mp .m7r02 { border-radius: 0 var(--r-btn) var(--r-btn) 0; }
.gwo3mp .ker8a { border-left: var(--bw-bar) solid var(--sem-pos-line); }
.gwo3mp .m7r02 { border-left: var(--bw-bar) solid var(--sem-neg-line); }
.m1fg .ker8a, .m1fg .m7r02 { background: var(--bg-card); border-width: var(--bw-rule); }
.m1fg .ker8a { border-color: var(--sem-pos-line); }
.m1fg .m7r02 { border-color: var(--sem-neg-line); }
.wm2q8og .ker8a, .wm2q8og .m7r02 { background: transparent; border: none; border-radius: 0; padding: 4px 0 4px 16px; }
.wm2q8og .m7r02 { border-left: var(--bw-hair) solid var(--border); }
.jgtqj .l0mrnmh8::before { content: "✓ "; }
.jgtqj .z59whsm::before { content: "✗ "; }
.nkcy6s .etp1u { background: transparent; border-left: none; border: var(--bw-hair) solid var(--cl-hue); }
.nkcy6s .etp1u strong { color: var(--text-primary); }
.nkcy6s .etp1u p      { color: var(--text-muted); }
.c0fqo .etp1u { border-left: none; border-top: var(--bw-bar) solid var(--cl-hue); border-radius: 0 0 var(--r-btn) var(--r-btn); }
.jf6rt .etp1u {
  border-left: none; border-radius: var(--r-btn);
  background: var(--tone-fill-2, var(--bg-raised));
}
.jf6rt .etp1u strong { color: var(--text-primary); }
.jf6rt .etp1u p { color: var(--text-muted); }
.jf6rt .etp1u { border-left: var(--bw-bar) solid var(--cl-hue); }
.jf6rt .baz7d9qe::before { color: rgba(255,255,255,0.9) !important; }
.yrhut .etp1u {
  border-left: var(--bw-bar) solid var(--cl-hue); border-radius: var(--r-chip); padding: 12px 16px;
  background: var(--cl-bg, var(--bg-surface));
}
.yrhut .etp1u strong { color: var(--text-primary); }
.yrhut .etp1u p      { color: var(--text-muted); }
.qsyqzjao .etp1u { border-left: var(--bw-bar) solid var(--cl-hue); border-radius: var(--r-btn); box-shadow: var(--sh-2); }
.hqwh .baz7d9qe,
.lkz8 .baz7d9qe,
.vasd2a9 .baz7d9qe,
.hqwh .baz7d9qe::before,
.lkz8 .baz7d9qe::before,
.vasd2a9 .baz7d9qe::before,
.wvl4qgy .gjm8 .f0fhqbvj,
.wvl4qgy .f54y89r .f0fhqbvj  { box-shadow: var(--sh-1); }
.wvl4qgy .e7i1cs3d                { box-shadow: var(--sh-1); }
.wvl4qgy .qme5zpx5          { box-shadow: var(--sh-1); }
.wvl4qgy .yw14r708                    { box-shadow: var(--sh-1); }
.psnd2r .gjm8 .f0fhqbvj,
.psnd2r .f54y89r .f0fhqbvj,
.psnd2r .e7i1cs3d,
.psnd2r .qme5zpx5,
.psnd2r .yw14r708,
.psnd2r .qsyqzjao .etp1u { box-shadow: none; }
.uvwqvq { --fs-body: 16px; --fs-sm: 14px; --fs-lead: 19px; }
.hkj0newk { --fs-h1: 58px; --fs-h2: 38px; --fs-h3: 28px; }
.mmoihr + .mmoihr { position: relative; }
.gxxrr   .mmoihr + .mmoihr::before,
.a9zsiyyl  .mmoihr + .mmoihr::before,
.u35wq   .mmoihr + .mmoihr::before,
.oeidmojf   .mmoihr + .mmoihr::before,
.r6bmb2qj   .mmoihr + .mmoihr::before,
.yn7qen .mmoihr + .mmoihr::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.gxxrr .mmoihr + .mmoihr::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.a9zsiyyl .mmoihr + .mmoihr::before {
  content: ""; height: 4px;
  background: var(--accent);
}
.u35wq .mmoihr + .mmoihr::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;
}
.oeidmojf .mmoihr + .mmoihr::before {
  content: ""; height: 1px;
  background: var(--accent);
  opacity: 0.6;
}
.dta4i4hu .mmoihr { margin-bottom: 16px; }
.dta4i4hu .mmoihr + .mmoihr { margin-top: 0; }
.dta4i4hu .tt2cd { padding-top: 0; padding-bottom: 0; }
.r6bmb2qj .mmoihr + .mmoihr::before {
  content: ""; border-top: var(--bw-rule) dashed var(--accent); opacity: 0.5;
}
.yn7qen .mmoihr + .mmoihr::before {
  content: ""; border-top: var(--bw-bar) dotted var(--accent); opacity: 0.5;
}
.eebkiuw8 .mmoihr + .mmoihr::before,
.yolh7m4q .mmoihr + .mmoihr::before,
.buiir6 .mmoihr + .mmoihr::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%;
}
.nlfqi9i .eebkiuw8 .mmoihr:nth-child(even)::before,
.nlfqi9i .yolh7m4q .mmoihr:nth-child(even)::before,
.nlfqi9i .buiir6 .mmoihr:nth-child(even)::before { background: var(--bg-surface); }
.ams8y6j .eebkiuw8 .mmoihr:nth-child(even)::before,
.ams8y6j .yolh7m4q .mmoihr:nth-child(even)::before,
.ams8y6j .buiir6 .mmoihr:nth-child(even)::before { background: var(--bg-card); }
.eebkiuw8 .mmoihr + .mmoihr::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");
}
.yolh7m4q .mmoihr + .mmoihr::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");
}
.buiir6 .mmoihr + .mmoihr::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");
}
.l4ru0 .e41p2:not(.v179pxr) .ud29 { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.l4ru0 .v179pxr { background: linear-gradient(225deg, var(--hero-a, var(--accent)) 0%, var(--hero-b, var(--accent-light)) 100%); }
.l4ru0 .w6lna { background: linear-gradient(225deg, var(--hero-a, var(--accent)), var(--hero-b, var(--accent-light))); }
.l4ru0 .k3idyj7 { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.zfos .ip5cg4v { float: left; width: 38%; margin: 0 28px 16px 0; }
.zfos .ip5cg4v .g901ae { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.zfos .tt2cd::after { content: ''; display: block; clear: both; }
.m69g .ip5cg4v { float: right; width: 38%; margin: 0 0 16px 28px; }
.m69g .ip5cg4v .g901ae { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.m69g .tt2cd::after { content: ''; display: block; clear: both; }
.htxnp .mmoihr:nth-child(odd)  .ip5cg4v { float: left;  width: 38%; margin: 0 28px 16px 0; }
.htxnp .mmoihr:nth-child(even) .ip5cg4v { float: right; width: 38%; margin: 0 0 16px 28px; }
.htxnp .ip5cg4v .g901ae { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.htxnp .tt2cd::after { content: ''; display: block; clear: both; }
.zfos .mn4r140u,
.zfos .z5g7rzro,
.m69g .mn4r140u,
.m69g .z5g7rzro,
.htxnp .mn4r140u,
.htxnp .z5g7rzro { clear: both; }
@media (max-width: 900px) {
  .zfos .ip5cg4v,
  .m69g .ip5cg4v,
  .htxnp .mmoihr:nth-child(odd)  .ip5cg4v,
  .htxnp .mmoihr:nth-child(even) .ip5cg4v {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .zfos .ip5cg4v .g901ae,
  .m69g .ip5cg4v .g901ae,
  .htxnp .ip5cg4v .g901ae {
    max-height: none !important;
  }
}
.zfos .p1of,
.zfos .retu,
.m69g .p1of,
.m69g .retu,
.htxnp .p1of,
.htxnp .retu { overflow: hidden; }
@media (max-width: 640px) {
  .zfos .ip5cg4v,
  .m69g .ip5cg4v,
  .htxnp .ip5cg4v { float: none; width: 100%; margin: 0 0 16px 0; }
}
.abblwzr9 .usiaq,
.abblwzr9 .tt2cd,
.abblwzr9 .x3hjsrs  { max-width: 1060px; }
.kx64r .usiaq,
.kx64r .tt2cd,
.kx64r .x3hjsrs  { max-width: 1180px; }
.vuqulme0 .usiaq,
.vuqulme0 .tt2cd,
.vuqulme0 .x3hjsrs  { max-width: 1260px; }
.y5dl2sd0 { font-size: var(--fs-label); color: var(--text-muted); }
.sbr5n { display: flex; align-items: center; }
.w9cgf {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.chi2wrk { display: flex; align-items: center; }
.lnb8ro { color: var(--accent-light); text-decoration: none; padding: 2px 4px; border-radius: var(--r-chip); }
.lnb8ro:hover { text-decoration: underline; }
.cyqf5w5 { margin: 0 4px; opacity: 0.45; }
.cyqf5w5::before { content: '/'; }
.rarqug { padding: 2px 4px; color: var(--text-main); }
.a5yn7ol .y5dl2sd0 {
  background: var(--bg-surface);
  border-bottom: var(--bw-hair) solid var(--border);
  padding: 8px 0;
}
.a5yn7ol .sbr5n { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.k84c .y5dl2sd0 {
  border-left: var(--bw-bar) solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.k84c .sbr5n { padding: 0 0 0 12px; }
.q66qe6 {
  max-width: 1100px; margin: -38px auto 0;
  padding: 0 24px; position: relative; z-index: 5;
}
.g08wyo .sbr5n { padding: 0 16px; }
.g08wyo .y5dl2sd0 {
  background: var(--bg-card);
  border: var(--bw-hair) solid var(--border);
  border-radius: var(--r-btn);
  padding: 12px 0;
  box-shadow: var(--sh-2);
}
.g08wyo .usiaq { padding-top: 28px; }
@media (max-width: 720px) {
  .q66qe6 { margin-top: 20px; padding: 0 16px; }
  .g08wyo .usiaq { padding-top: 16px; }
}
.abblwzr9.a5yn7ol .sbr5n { max-width: 1100px; }
.kx64r.a5yn7ol .sbr5n { max-width: 1200px; }
.vuqulme0.a5yn7ol .sbr5n { max-width: 1320px; }
.abblwzr9 .q66qe6 { max-width: 1100px; }
.kx64r .q66qe6 { max-width: 1200px; }
.vuqulme0 .q66qe6 { max-width: 1320px; }
.f6pot .mmoihr { padding-top: 16px; padding-bottom: 16px; }
.yxdx .mmoihr { padding-top: 24px; padding-bottom: 24px; }
.dloqv .mmoihr { padding-top: 40px; padding-bottom: 40px; }
.os3c .mmoihr { padding-top: 52px; padding-bottom: 52px; }
.s7yxdn .mmoihr:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.s7yxdn .mmoihr:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.s7yxdn .mmoihr:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.s7yxdn .mmoihr:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.aacsfr .tt2cd { padding-top: 12px;  padding-bottom: 12px; }
.d1h9mqjm .tt2cd { padding-top: 20px;  padding-bottom: 20px; }
.g2at .tt2cd { padding-top: 36px;  padding-bottom: 36px; }
.jvxg .tt2cd { padding-top: 48px;  padding-bottom: 48px; }
.fi5icpc0 h1, .fi5icpc0 h2, .fi5icpc0 h3, .fi5icpc0 .nwjquh { font-weight: 700; }
.uyx2 h1, .uyx2 h2, .uyx2 h3, .uyx2 .nwjquh { font-weight: 700; }
.vlxz6c, .fi5icpc0, .vot91ty, .uyx2 { font-weight: 400; }
.zflmq {
  margin-left: 16px; flex-shrink: 0;
  padding: 8px 16px; font-size: var(--fs-label); font-weight: 700; border-radius: var(--r-chip);
}
.v9pr .zflmq { display: none; }
@media (max-width: 640px) {
  .zflmq { display: none !important; }
}
.zflmq { background: var(--cta) !important; color: #fff !important; border: none !important; }
.zflmq:hover { opacity: 0.85; }
.dvhb .zflmq { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.ujglru3m .j7bnxd { right: 32px; }
@media (max-width: 480px) {
  .ujglru3m .j7bnxd { right: 20px; bottom: 20px; }
  .q078u  .j7bnxd { left: 20px; bottom: 20px; }
}
.rgjibm { background: var(--bg-surface); border-top: var(--bw-hair) solid var(--border); margin-top: 60px; }
.x3hjsrs { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.vst7yz { color: var(--text-faint); font-size: var(--fs-label); margin-bottom: 8px; }
.czrqel { color: var(--text-dim); font-size: var(--fs-label); }
.k3llg81 a, .s3587djy a { color: var(--text); text-decoration: none; font-size: var(--fs-label); transition: color .15s; }
.k3llg81 a:hover, .s3587djy a:hover { color: var(--accent-light); }
.s3587djy { display: flex; flex-wrap: wrap; gap: 4px 20px; }
.u4l4qq .x3hjsrs { text-align: center; }
.u4l4qq .s3587djy { justify-content: center; margin-bottom: 16px; }
.u4l4qq .vst7yz { margin-top: 0; }
.yzu0 { margin-top: 12px; }
.yzu0 a { font-size: var(--fs-label); opacity: 0.65; }
@media (max-width: 640px) {
  .x3hjsrs { padding-left: 16px; padding-right: 16px; }
  .ys4l .x3hjsrs { padding: 20px 16px; }
  .s3587djy { gap: 4px 12px; }
  .vst7yz { font-size: var(--fs-caption); }
}
.im14bh .vst7yz { font-size: var(--fs-caption); color: var(--text-faint); margin: 16px 0 4px; line-height: var(--lh-snug); }
.im14bh .czrqel { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .im14bh .msqr5 { grid-template-columns: 1fr 1fr; } .im14bh .eadu2e { grid-column: 1 / -1; } }
@media (max-width: 480px) { .im14bh .msqr5 { grid-template-columns: 1fr; } }
.akf0 .vst7yz { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .akf0 .a62kvb { gap: 12px; } .akf0 .em485ua { margin-right: 0; width: 100%; } }
.pz1h .vst7yz { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; flex: 1; }
.pz1h .czrqel { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .pz1h .j992rkh { grid-template-columns: 1fr 1fr; } .pz1h .e92yu { grid-column: 1 / -1; } }
@media (max-width: 480px) { .pz1h .j992rkh { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .zgqcmx4 .zxl1 { grid-template-columns: 1fr 1fr; } .zgqcmx4 .r8pe:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .zgqcmx4 .zxl1 { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .x3kg .zxl1 { grid-template-columns: 1fr; } }
.gvwg3ipe .x3hjsrs { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 16px; }
.gvwg3ipe .s3587djy { justify-content: center; }
.rfberv .an69m      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.feo79o .an69m      { background: #0d1117; border-bottom-color: #21262d; }
.feo79o .si8yij { color: var(--accent-light); }
.feo79o .htkbkt5v { --msep-color: #8b949e; }
.feo79o .htkbkt5v a { color: #8b949e; }
.feo79o .htkbkt5v a:hover { color: var(--accent-light); }
.feo79o .nd146u { color: #8b949e; }
.feo79o .rgjibm { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.feo79o .vst7yz,
.feo79o .czrqel { color: #6e7681; }
.feo79o .k3llg81 a, .feo79o .s3587djy a,
.feo79o .k3llg81 a:hover, .feo79o .s3587djy a:hover,
@media (max-width: 640px) {
  .feo79o .htkbkt5v { background: #0d1117; border-top-color: #21262d; }
  .feo79o .htkbkt5v li a { border-bottom-color: #21262d; }
}
.chl9l .an69m      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.chl9l .si8yij { color: var(--accent-light); }
.chl9l .htkbkt5v { --msep-color: #475569; }
.chl9l .htkbkt5v a { color: #475569; }
.chl9l .htkbkt5v a:hover { color: var(--accent-light); }
.chl9l .nd146u { color: #64748b; }
.chl9l .rgjibm { background: #f0f4f8; border-top-color: #cbd5e1; }
.chl9l .vst7yz,
.chl9l .czrqel { color: #64748b; }
.chl9l .k3llg81 a, .chl9l .s3587djy a,
.chl9l .k3llg81 a:hover, .chl9l .s3587djy a:hover,
@media (max-width: 640px) {
  .chl9l .htkbkt5v { background: #f0f4f8; border-top-color: #cbd5e1; }
  .chl9l .htkbkt5v li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.pe42j2h .an69m { background: var(--b-50); border-bottom-color: var(--b-200); }
.pe42j2h .htkbkt5v a:hover { color: var(--b-700); }
@media (max-width: 640px) {
  .pe42j2h .htkbkt5v { background: var(--b-50); border-top-color: var(--b-200); }
}
.kbay7 .an69m, .u4wvnf .an69m { background: var(--nav-fill); border-bottom-color: var(--nav-edge); }
.kbay7 .si8yij, .u4wvnf .si8yij { color: #fff; }
.kbay7 .htkbkt5v, .u4wvnf .htkbkt5v { --msep-color: rgba(255,255,255,0.82); }
.kbay7 .htkbkt5v a, .u4wvnf .htkbkt5v a { color: rgba(255,255,255,0.82); }
.kbay7 .htkbkt5v a:hover, .u4wvnf .htkbkt5v a:hover { color: #fff; }
.kbay7 .nd146u, .u4wvnf .nd146u { color: rgba(255,255,255,0.9); }
@media (max-width: 640px) {
  .kbay7 .htkbkt5v, .u4wvnf .htkbkt5v { background: var(--nav-fill); border-top-color: var(--nav-edge); }
  .kbay7 .htkbkt5v li a, .u4wvnf .htkbkt5v li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.i3ra44ka.kbay7 .zflmq { background: #fff !important; color: var(--b-700) !important; }
.muorhor .an69m {
  background: transparent;
  border-bottom-color: color-mix(in srgb, var(--border) 50%, transparent);
}
.muorhor .an69m::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) {
  .muorhor .htkbkt5v {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.m0l6h .ohpl2 { min-height: 52px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.k0e8izw .ohpl2 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.zxbk .ohpl2 { min-height: 72px; height: auto; }
.kkkw6 .ohpl2 { min-height: 84px; height: auto; }
.ys4l .ohpl2 { max-width: none; padding: 0 32px; }
.ys4l .x3hjsrs  { max-width: none; padding: 24px 32px; }
.j559onvn.kx64r .ohpl2 { max-width: 1200px; }
.j559onvn.vuqulme0 .ohpl2 { max-width: 1320px; }
.iwbqerp   .si8yij, .iwbqerp   .em485ua { text-transform: capitalize; }
.sr0a .si8yij, .sr0a .em485ua { text-transform: lowercase; }
.eiz0a9ad .si8yij, .eiz0a9ad .em485ua { text-transform: uppercase; letter-spacing: var(--ls-label); }
.ng7b, .spb31u5k {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.jun515c .ng7b,
.m8kj02 .ng7b,
.rus3hu99 .ng7b,
.n6klr .ng7b,
.qxsdv3   .htkbkt5v a { font-weight: 500; }
.uvtvq3xl .htkbkt5v a { font-weight: 600; }
.tqhy2     .htkbkt5v a { font-weight: 700; }
.flplj    .htkbkt5v a { font-weight: 700; letter-spacing: normal; }
.eivq     .htkbkt5v > li + li::before,
.uukmp    .htkbkt5v > li + li::before,
.brxtv    .htkbkt5v > li + li::before,
.e5qt .htkbkt5v > li + li::before,
.exmb .htkbkt5v > li + li::before,
.vozao8  .htkbkt5v > li + li::before,
.mr3sc784    .htkbkt5v > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.eivq     .htkbkt5v > li + li::before { content: "·"; font-size: 1.4em; line-height: var(--lh-solid); vertical-align: middle; }
.uukmp    .htkbkt5v > li + li::before { content: "|"; }
.brxtv    .htkbkt5v > li + li::before { content: "—"; }
.e5qt .htkbkt5v > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.exmb .htkbkt5v > li + li::before { content: "›"; font-size: 1.3em; line-height: var(--lh-solid); }
.vozao8  .htkbkt5v > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.mr3sc784    .htkbkt5v > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .i5kqbhaz .nd146u,
  .scex .nd146u,
  .mumwnk .nd146u,
  .e3jl .nd146u,
  .bk8yyzu .nd146u {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .i5kqbhaz .nd146u::before,
  .scex .nd146u::before,
  .mumwnk .nd146u::before,
  .e3jl .nd146u::before,
  .bk8yyzu .nd146u::before { content: ""; display: block; flex-shrink: 0; }

  
  .i5kqbhaz .nd146u::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;
  }

  
  .scex .nd146u::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;
  }

  
  .mumwnk .nd146u::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;
  }

  
  .e3jl .nd146u::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;
  }

  
  .bk8yyzu .nd146u::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) {
  .zd6zqah .nd146u {
    padding: 4px 16px;
  }
  .zd6zqah .htkbkt5v {
    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;
  }
  .zd6zqah .htkbkt5v li a {
    border-bottom: none; padding: 12px 24px;
  }
  .zd6zqah .htkbkt5v li a:hover { background: var(--bg-raised); }
  .zd6zqah .wy6c,
  .cvod66l .wy6c,
  .q33r9 .wy6c { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .qaetd .nd146u {
    padding: 4px 12px;
  }
  .qaetd .htkbkt5v {
    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);
  }
  .qaetd .htkbkt5v.sojdmoj { transform: translateX(0); }
  .qaetd .htkbkt5v li a {
    padding: 16px 28px; font-size: var(--fs-sm); border-bottom: var(--bw-hair) solid var(--border);
  }
  .qaetd .htkbkt5v li:last-child a { border-bottom: none; }
  .kbay7 .htkbkt5v,
  .feo79o .htkbkt5v { background: var(--accent) !important; }
  .kbay7 .htkbkt5v li a,
  .feo79o .htkbkt5v li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .q33r9 .nd146u {
    padding: 4px 12px;
  }
  .q33r9 .htkbkt5v {
    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);
  }
  .q33r9 .htkbkt5v::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: var(--r-chip);
    margin: 0 auto 16px;
  }
  .q33r9 .htkbkt5v.sojdmoj { transform: translateY(0); }
  .q33r9 .htkbkt5v li a {
    text-align: center; border-bottom: none; padding: 12px 28px; font-size: var(--fs-sm);
  }
}
@media (max-width: 640px) {
  .h35nf .nd146u {
    padding: 4px 12px;
  }
  .h35nf .htkbkt5v {
    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;
  }
  .h35nf .htkbkt5v.sojdmoj { opacity: 1; pointer-events: auto; }
  .h35nf .htkbkt5v li a {
    font-size: var(--fs-h3); font-weight: 700; border-bottom: none;
    padding: 16px 48px; letter-spacing: normal;
  }
}
@media (max-width: 640px) {
  .q4ldmz     .nd146u { border-radius: 0 !important; }
  .p7sojh   .nd146u { border-radius: var(--r-btn) !important; }
  .knfh8 .nd146u { border-radius: 50% !important; }
  .vpro   .nd146u { border-radius: var(--r-pill) !important; }
}
@media (max-width: 640px) {
  .tfbh .zwr1k1kr { flex-direction: column; align-items: stretch; }
  .tfbh .f8fap { flex-direction: row; min-width: auto; }
  .tfbh .bs92dxjw { align-items: flex-start; text-align: left; }
}
.zpue,
.zpue.mmoihr,
.nlfqi9i .zpue,
.godbpl13 .zpue,
.ams8y6j .zpue,
.ndbeavws .zpue {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.lhw8b {
  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;
}
.swoff9 { flex: 1 1 280px; min-width: 0; }
.w8q5yw9x {
  margin: 0 0 8px 0;
  font-size: var(--fs-h3);
  font-weight: 700;
  color: #fff;
  line-height: var(--lh-tight);
}
.za9dm {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: var(--fs-sm);
  line-height: var(--lh-snug);
}
.qw60k {
  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;
}
.qw60k:hover { transform: translateY(-1px); opacity: 0.95; }
.pf65odk4 .lhw8b {
  background: var(--bg-card);
  border: var(--bw-rule) solid var(--cta);
}
.pf65odk4 .w8q5yw9x { color: var(--cta); }
.pf65odk4 .za9dm { color: var(--text-body); }
.pf65odk4 .qw60k {
  background: var(--cta);
  color: var(--cta-fg);
}
.qagkvo .lhw8b {
  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);
}
.qagkvo .w8q5yw9x { color: var(--text-primary); }
.qagkvo .za9dm { color: var(--text-body); }
.qagkvo .qw60k {
  background: var(--cta);
  color: var(--cta-fg);
}
@media (max-width: 640px) {
  .lhw8b {
    padding: 20px 24px;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .swoff9 { flex: 0 0 auto; }
  .w8q5yw9x { font-size: var(--fs-lead); }
  .qw60k { width: 100%; text-align: center; padding: 16px 28px !important; }
}
.ilwiaug .feazlz { height: 36px; }
.ye5k .feazlz { height: 60px; max-width: 200px; }
.nk2g .feazlz { height: 56px; max-width: 180px; }
.eih8bsc    .w74y6qd, .eih8bsc    .t6f087 { color: #f59e0b; }
.pjww3j      .w74y6qd { font-size: var(--fs-sm); letter-spacing: var(--ls-wide); }
.h9u5dt    .w74y6qd, .h9u5dt    .t6f087 { color: var(--text-muted); opacity: 0.7; letter-spacing: var(--ls-wide); }
.r5lfpkf     .w74y6qd, .r5lfpkf     .t6f087 { color: var(--cta); letter-spacing: var(--ls-wide); font-size: var(--fs-caption); }
.oo4f .w74y6qd, .oo4f .t6f087 { color: var(--cta); letter-spacing: var(--ls-wide); }
.ku2hs   .w74y6qd, .ku2hs   .t6f087 { color: #e91e63; letter-spacing: var(--ls-wide); }
.u13z  .w74y6qd, .u13z  .t6f087 { color: var(--cta); letter-spacing: var(--ls-wide); font-size: var(--fs-caption); }
.kmrwe4k     .w74y6qd, .kmrwe4k     .t6f087 { color: var(--cta); letter-spacing: var(--ls-wide); font-size: var(--fs-caption); }
.qy886p4 .z5g7rzro {
  background: transparent; border: none; border-radius: 0; overflow: visible;
  gap: 24px 20px;
}
.qy886p4 .e6o2uq7l {
  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);
}
.qy886p4 .e6o2uq7l + .e6o2uq7l { border-top: var(--bw-hair) solid var(--border-alt); }
.qy886p4 .fl0r12te { align-items: center; text-align: center; }
.qy886p4 .wxb0 {
  width: 150px; height: 150px; border-radius: 50%;
  padding: 0; overflow: hidden; background: var(--bg-surface);
}
.qy886p4 .ppfoiu2 { width: 100%; height: 100%; max-width: none; max-height: none; object-fit: cover; }
.qy886p4 .v7iv { font-size: var(--fs-body); }
.qy886p4 .af48gnr.w6r0 { min-width: 180px; }
@media (min-width: 720px) {
  .qy886p4 .z5g7rzro {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    align-items: start;
  }
  .qy886p4 .e6o2uq7l + .e6o2uq7l { border-top: var(--bw-hair) solid var(--border-alt); }
}
@media (max-width: 900px) {
  .qy886p4 .e6o2uq7l { grid-template-columns: 1fr; padding: 32px 16px 20px; }
  .qy886p4 .zzovzyri { top: -16px; left: 50%; }
  .qy886p4 .wxb0 { width: 132px; height: 132px; }
}
.v9zwgk6 .z5g7rzro {
  background: transparent; border: none; border-radius: 0; overflow: visible; gap: 12px;
}
.v9zwgk6 .e6o2uq7l {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
}
.v9zwgk6 .wxb0 {
  width: 120px; height: 120px; border-radius: 50%;
  padding: 0; overflow: hidden; background: var(--bg-surface);
}
.v9zwgk6 .ppfoiu2 { width: 100%; height: 100%; max-width: none; max-height: none; object-fit: cover; }
@media (max-width: 900px) {
  .v9zwgk6 .wxb0 { width: 104px; height: 104px; }
}
.xrstllm .um8rgxli {
  background: none; border: none; border-radius: 0; margin-bottom: 0;
  border-bottom: var(--bw-hair) solid var(--border); overflow: visible;
}
.xrstllm .um8rgxli summary { padding: 16px 14px; color: var(--text-primary); font-size: var(--fs-sm); }
.xrstllm .um8rgxli summary:hover { background: none; color: var(--tone-link, var(--accent)); }
.xrstllm .um8rgxli[open] summary { box-shadow: none; color: var(--tone-link, var(--accent)); }
.xrstllm .um8rgxli p { padding: 0 14px 18px; }
.xrstllm .um8rgxli[open] p { border-top: none; padding-top: 0; }
.z4e81 .um8rgxli { background: none; border: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.z4e81 .um8rgxli 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;
}
.z4e81 .um8rgxli summary:hover { background: var(--bg-card); border-color: var(--tone-line, var(--accent)); }
.z4e81 .um8rgxli[open] summary {
  box-shadow: none; border-color: var(--tone-line, var(--accent));
  background: var(--tone-fill-raw, var(--bg-surface));
}
.z4e81 .um8rgxli p { padding: 14px 24px 4px; }
.z4e81 .um8rgxli[open] p { border-top: none; padding-top: 14px; }
.p6exnr51 .um8rgxli {
  background: var(--bg-card); border-radius: 0;
  border-left: var(--bw-bar) solid var(--tone-line, var(--accent)); overflow: hidden;
  margin-bottom: 12px;
}
.p6exnr51 .um8rgxli summary { color: var(--text-primary); padding: 16px 18px; }
.p6exnr51 .um8rgxli[open] summary { box-shadow: none; }
.p6exnr51 .um8rgxli p { padding: 0 18px 18px; }
.d167lmi .u5xoids { border: var(--bw-hair) solid var(--border); border-radius: var(--r-btn); overflow: hidden; background: var(--bg-card); }
.d167lmi .um8rgxli {
  background: none; border: none; border-radius: 0; margin-bottom: 0;
  border-bottom: var(--bw-hair) solid var(--border-alt);
}
.d167lmi .um8rgxli:last-child { border-bottom: none; }
.d167lmi .um8rgxli summary { color: var(--text-primary); border-radius: 0; padding: 16px 20px; }
.d167lmi .um8rgxli p { padding: 0 20px 16px; }
.gkf13oj .um8rgxli { overflow: hidden; }
.gkf13oj .um8rgxli 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));
}
.gkf13oj .um8rgxli summary:hover { background: var(--tone-fill-2-raw, var(--bg-surface)); }
.gkf13oj .um8rgxli summary::after { color: var(--tone-mark, var(--accent)); }
.gkf13oj .um8rgxli[open] summary { border-radius: 0; box-shadow: none; }
.mgh5od1u { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.iu2iq {
  text-align: center; padding: 48px 0 36px;
  border-bottom: var(--bw-hair) solid var(--border); margin-bottom: 44px;
}
.zcu9f {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 700;
  color: var(--text-primary); margin-bottom: 12px;
}
.w9fc { color: var(--text-muted); font-size: var(--fs-body); }
.b1am98 {
  background: var(--bg-card); border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card); padding: 32px;
}
.vf16e { margin-bottom: 20px; }
.o29la {
  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);
}
.kj14vn {
  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;
}
.kj14vn:focus { border-color: var(--accent-light); box-shadow: var(--sh-1); }
.whpp29 { resize: vertical; min-height: 130px; }
.z71r7 { width: 100%; margin-top: 8px; }
.sbkqkko5 {
  margin-top: 48px; padding-top: 40px;
  border-top: var(--bw-hair) solid var(--border);
}
.xnkhln0 {
  font-size: var(--fs-lead); font-weight: 700; color: var(--accent-light);
  margin-bottom: 16px;
}
.kwlaa { color: var(--text-muted); line-height: var(--lh-read); }
.endmm { color: var(--text-muted); line-height: var(--lh-read); padding-left: 1.4em; }
.endmm li { margin-bottom: 8px; }
.aa6c9giy { max-width: 760px; margin: 0 auto; }
.u5p3mxr { color: var(--text-muted); line-height: var(--lh-read); margin-bottom: 36px; }
.c1mo83a { max-width: 760px; margin: 0 auto; }
.g9wh7z7 ul.endmm { margin: 0; }
@media (max-width: 640px) { .oyih4o61 { grid-template-columns: 1fr; gap: 12px; } }
.tn99 { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.p12a { background: var(--bg-card); border: var(--bw-hair) solid var(--border); border-radius: var(--r-card); padding: 24px; }
.bkuenf { font-size: var(--fs-body); font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.p12a p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; font-size: var(--fs-sm); }
.p12a .endmm { margin: 0; font-size: var(--fs-sm); }
@media (max-width: 640px) { .tn99 { grid-template-columns: 1fr; } }
.dqu5mzh { color: inherit; text-decoration: none; }
.dqu5mzh:hover { color: var(--accent-light); text-decoration: underline; }
.erpz1h { display: inline-block; line-height: 0; }
.f0n05we { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.gptxtzp { margin-bottom: 36px; padding-bottom: 36px; border-bottom: var(--bw-hair) solid var(--border); }
.gptxtzp:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.udg11x3 { font-size: var(--fs-body); font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.gptxtzp p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; }
.gptxtzp ul.endmm { margin: 0; }
.khk5 { color: var(--text-muted); line-height: var(--lh-read); }
.sc27k7ob .endmm,
.an7s .endmm,
.rf8mrgi .endmm,
.org0u .endmm {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.sc27k7ob .gptxtzp,
.an7s .gptxtzp { text-align: left; }
.sc27k7ob .udg11x3,
.an7s .udg11x3 { text-align: center; }
.vr0f { font-size: var(--fs-h2); font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.nvdcr { color: var(--text-muted); font-style: italic; line-height: var(--lh-read); margin: 0 0 16px; font-size: var(--fs-body); }
.sp46t { color: var(--text-muted); line-height: var(--lh-read); margin: 0 0 8px; }
.eq12w { margin-top: 12px; }
.xdifluj { 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; }
.xdifluj:hover { border-bottom-color: var(--accent-light); }
.tia3bz { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.tia3bz img { width: 100%; height: 100%; object-fit: cover; display: block; }
.olr8w { width: 200px; height: 200px; }
.dil4c { clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); border-radius: 0; }
.hgg5g7 { display: inline-block; margin-bottom: 12px; font-size: var(--fs-sm); }
.v8fu1ql { padding-left: 16px; position: relative; color: var(--text-primary); font-weight: 600; }
.v8fu1ql::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 8px; height: 2px; background: var(--accent); }
@media (max-width: 640px) { .epvo2 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.q1khfoq .sp46t, .q1khfoq .nvdcr { max-width: 640px; }
.axw8q .vr0f { font-size: var(--fs-h3); margin-top: 20px; }
.rr3uss .sp46t { margin-bottom: 28px; }
@media (max-width: 860px) { .eoxn03 { grid-template-columns: 1fr; } .axw8q { position: static; text-align: center; } }
.lidod { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.ts8ezdmz { background: var(--bg-card); border: var(--bw-hair) solid var(--border); border-radius: var(--r-card); padding: 32px; text-align: center; }
.ts8ezdmz .tia3bz { margin: 0 auto 20px; }
.ts8ezdmz .hgg5g7 { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .lidod { grid-template-columns: 1fr; } }
.ch0aa .vr0f { font-size: var(--fs-h3); margin-bottom: 8px; }
.org0u .endmm { margin: 0; font-size: var(--fs-sm); }
@media (max-width: 640px) { .ch0aa { flex-direction: column; text-align: center; } .wx14 { grid-template-columns: 1fr; } }
.u4lm .vr0f { font-size: var(--fs-lead); margin: 0 0 4px; }
.u4lm .hgg5g7 { margin: 0; }
.ghenug { max-width: 760px; margin: 0 auto; }
.gn1egp3k { position: relative; padding-left: 28px; }
.gn1egp3k::before { content: ""; position: absolute; left: 8px; top: 8px; bottom: 8px; width: 2px; background: var(--border); }
.cvorw3 { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.cvorw3:last-child { padding-bottom: 0; }
.fuiq { position: absolute; left: -28px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--accent); border: var(--bw-bar) solid var(--bg-surface); flex-shrink: 0; }
.zustcna h2 { font-size: var(--fs-body); font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.zustcna p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; }
.sz34 .zcu9f { color: var(--accent-light); }
.t2irs .zcu9f { font-size: var(--fs-h2); }
.t2irs .w9fc { max-width: 680px; }
.lezjmwek {
  display: flex; align-items: center; justify-content: space-between;
  gap: 40px; text-align: left; padding: 40px 0 32px;
  border-bottom: var(--bw-hair) solid var(--border); margin-bottom: 44px;
}
.lezjmwek .zcu9f { margin: 0; font-size: var(--fs-h2); flex-shrink: 0; max-width: 45%; }
.lezjmwek .w9fc  { margin: 0; }
@media (max-width: 640px) { .lezjmwek { flex-direction: column; } }
.vt8y0w93 .zcu9f { color: var(--accent-light); }
.lhgd .zcu9f { color: #fff; }
.lhgd .w9fc  { color: rgba(255,255,255,0.85); }
.sy5rtu4u { max-width: 680px; margin: 0 auto; }
.ipxxw3h0 {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .ipxxw3h0 { grid-template-columns: 1fr; } }
.zv5ab8j { background: transparent; border-color: transparent; padding-left: 0; padding-right: 0; }
.zv5ab8j .kj14vn {
  border: none; border-bottom: var(--bw-rule) solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.zv5ab8j .kj14vn:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.z97xf1ra .kj14vn { background: var(--bg-raised); border-color: transparent; }
.z97xf1ra .kj14vn:focus { background: var(--bg-card); border-color: var(--accent-light); }
.sp6v5ig .kj14vn { border-radius: var(--r-pill); padding: 12px 20px; }
.sp6v5ig .whpp29 { border-radius: var(--r-card); }
@media (max-width: 640px) { .jk88q { grid-template-columns: 1fr; } }
.ecsj5 { color: var(--text-muted); line-height: var(--lh-read); padding-left: 1.4em; margin: 0; }
.ecsj5 li { margin-bottom: 8px; }
.p9ee{display:none}
.p9ee:empty,.bzgpql9n:empty{display:none}
.lwd2p{position:relative;overflow:visible}
.nfjwy .tpmv8,.jq241 .tpmv8,
.iv78knvr .tpmv8,.i75f7a .tpmv8,
.rsdt .tpmv8,.z6oft .tpmv8{display:block}
.a8ukh5 .w2tgu4z{display:block}
.nfjwy .tpmv8,.jq241 .tpmv8,
.iv78knvr .tpmv8,.i75f7a .tpmv8,
.rsdt .tpmv8{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}
.nfjwy .tpmv8 .bzgpql9n,.jq241 .tpmv8 .bzgpql9n,
.iv78knvr .tpmv8 .bzgpql9n,.i75f7a .tpmv8 .bzgpql9n,
.rsdt .tpmv8 .bzgpql9n{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}
.nfjwy .jmov,.jq241 .jmov,
.iv78knvr .jmov,.i75f7a .jmov,
.rsdt .jmov{background:transparent!important;border:none!important;padding: 0;border-radius:0;color:inherit!important}
.nfjwy .tpmv8,.jq241 .tpmv8{top: 12px}
.nfjwy .tpmv8 .bzgpql9n{margin-right:auto}
.jq241 .tpmv8 .bzgpql9n{margin-left:auto}
.jq241 .tpmv8{text-align:right}
.iv78knvr .tpmv8,.i75f7a .tpmv8{bottom: 12px}
.iv78knvr .tpmv8 .bzgpql9n{margin-right:auto}
.i75f7a .tpmv8 .bzgpql9n{margin-left:auto}
.i75f7a .tpmv8{text-align:right}
.rsdt .tpmv8{position:relative;margin-top: 16px}
.rsdt .tpmv8 .bzgpql9n{margin: 0 auto}
.z6oft .tpmv8{max-width:var(--content-mw,1100px);margin: 0 auto;padding: 8px 24px}
.z6oft .tpmv8 .bzgpql9n{margin: 0}
.z6oft .k3idyj7~.tpmv8,
.z6oft .sognu~.tpmv8{max-width:none;margin: 0;padding: 8px clamp(24px,calc(50vw - 476px),96px)}
.z6oft .k3idyj7~.tpmv8 .bzgpql9n,
.z6oft .sognu~.tpmv8 .bzgpql9n{justify-content:flex-start}
.k3idyj7~.tpmv8,.sognu~.tpmv8{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}
.k3idyj7~.tpmv8 .bzgpql9n{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.sognu~.tpmv8 .bzgpql9n{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.w2tgu4z .bzgpql9n{margin: 0 0 12px}
.bzgpql9n{display:flex;flex-wrap:wrap;align-items:center;gap: 8px 12px;font-size: var(--fs-label);color:var(--text-muted);margin: 12px 0 16px}
.jmov{white-space:nowrap}
.yu2h06ku .jmov{background:var(--date-bg, var(--accent-bg));padding: 4px 12px;border-radius: var(--r-card);font-size: var(--fs-caption)}
.yu2h06ku .auyq::before{content:""}
.sc6i8fq .jmov{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}
.e5jtfb7 .bzgpql9n{background:var(--date-bg, var(--accent-bg));padding: 8px 16px;border-radius:var(--radius, 6px);gap: 8px 16px}
.zb7xxhi .jmov{border-left: var(--bw-rule) solid var(--accent);padding-left: 8px;font-size: var(--fs-caption)}
.ik26h3 .jmov{color: var(--accent-light);opacity:1;font-weight:500}
.qpcqlf .jmov{border-bottom: var(--bw-hair) solid currentColor;padding-bottom: 2px}
.ko3z .bzgpql9n{font-size: var(--fs-caption);color:var(--text-faint);letter-spacing: normal}
.j8zfp{--date-bg:var(--accent-bg-light)}
.azpcq4i .auyq::before{content:""}
.mlcib5ae .jmov + .jmov::before{content:"•";margin-right:6px;opacity:.4}
.lm8urjo8 .jmov + .jmov::before{content:"/";margin-right:6px;opacity:.35}
.epy6o9x .jmov + .jmov::before{content:"|";margin-right:6px;opacity:.3}
.d6pouw .jmov + .jmov::before{content:"—";margin-right:6px;opacity:.3}
.x8byf .jmov + .jmov::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.krxwjmqh .jmov + .jmov::before{content:"·";margin-right:6px;opacity:.4}
.mgm609zi .jmov + .jmov::before{content:"›";margin-right:6px;opacity:.4}
.m2w4fl1 .jmov + .jmov::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.ae38p3p{display:flex;align-items:flex-start;gap: 16px;max-width:var(--content-width, 960px);margin: 32px auto 24px;padding: 20px 24px}
.tum68vk5{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.psqlzks{display:flex;flex-direction:column;gap: 4px}
.jqnin{font-size: var(--fs-caption);text-transform:uppercase;letter-spacing: var(--ls-label);color:var(--text-body);opacity:.55}
.clkrsx{font-weight:700;font-size: var(--fs-sm);color:var(--text-heading)}
.p4l7rux6{font-size: var(--fs-label);color:var(--text-body);opacity:.8;line-height: var(--lh-snug);margin-top: 4px}
.ubkxikx0 .ae38p3p{background:var(--surface-alt);border-radius:var(--radius, 8px);border: var(--bw-hair) solid var(--border)}
.crfes .ae38p3p{border-top: var(--bw-bar) solid var(--accent);padding-top: 20px}
.gfau .ae38p3p{border-left: var(--bw-bar) solid var(--accent);border-radius:0}
.ru3i0la .ae38p3p{padding: 20px 0}
@media(max-width:640px){
  .ae38p3p{flex-direction:column;align-items:center;text-align:center;gap: 12px;padding: 16px}
  .p4l7rux6{max-width:100%}
}
.u6d9la .qme5zpx5{margin: 0}
@media (max-width:560px){
  .xmlkl{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) {
  .tolkbmn { padding: 28px 20px 20px; }
  .ey1rehk7 { font-size: var(--fs-lead); }
  .ktymz5e { max-width: 220px; max-height: 80px; }
}
.w4f7 {
  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);
}
.hbarl {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.r12ejhd  .w4f7 { border-radius: 50%; }
.n8tbu  .w4f7 { border-radius: var(--r-chip); }
.xug2l .w4f7 { border-radius: var(--r-card); }
.khm1 .lhw8b {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .w4f7 { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.h2bykytu .mmoihr {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.h2bykytu .tt2cd {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.h2bykytu .lhw8b {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.o1zgysu0 {
  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;                  
}
.o1zgysu0.tohfcsd { transform: translate(-50%, 0); }
.o1zgysu0 .mmoihr,
.o1zgysu0 .tt2cd {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.o1zgysu0 .lhw8b {
  margin: 0 !important;
  box-shadow: var(--sh-3);
  pointer-events: auto;
}
.qrpsqnfr {
  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;
}
.qrpsqnfr::before,
.qrpsqnfr::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 12px; height: 2px; border-radius: var(--r-chip); background: #fff;
}
.qrpsqnfr::before { transform: translate(-50%, -50%) rotate(45deg); }
.qrpsqnfr::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.qrpsqnfr:hover { background: rgba(0,0,0,0.6); }
@media (max-width: 640px) {
  .o1zgysu0 { padding: 0 12px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .o1zgysu0 .lhw8b {
    padding: 16px 20px !important;
    gap: 12px !important;
    border-radius: var(--r-card);
  }
  .o1zgysu0 .za9dm { display: none !important; }
  .o1zgysu0 .w8q5yw9x { font-size: var(--fs-body) !important; }
  .o1zgysu0 .w4f7 { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .qrpsqnfr { top: 12px; right: 24px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .ohpl2 { flex-direction: row-reverse; }
[dir="rtl"] .htkbkt5v { flex-direction: row-reverse; }
[dir="rtl"] .ujglru3m .j7bnxd { right: auto; left: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .ujglru3m .j7bnxd { right: auto; left: 20px; }
  [dir="rtl"] .q078u  .j7bnxd { left: auto;  right: 20px; }
}
[dir="rtl"] .zfos .ip5cg4v  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .m69g .ip5cg4v { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .p1of, [dir="rtl"] .retu { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .ker8a { border-left: none; border-right: var(--bw-bar) solid var(--c-pros); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .m7r02 { border-left: none; border-right: var(--bw-bar) solid var(--c-cons); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .etp1u { border-left: none !important; border-right: var(--bw-bar) solid currentColor; padding-left: 20px; padding-right: 20px; }
[dir="rtl"] .lhw8b { direction: rtl; }
[dir="rtl"] .w4f7 { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .e6o2uq7l,
[dir="rtl"] .y5dl2sd0 { direction: rtl; }
[dir="rtl"] .yw14r708 { direction: rtl; }
[dir="rtl"] .zkjui14p { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .e41p2.ulun02 .hlw7,
[dir="rtl"] .jwv8px.ulun02 .hlw7,
[dir="rtl"] .v179pxr.ulun02 .hlw7,
[dir="rtl"] .kectrj.ulun02 .hlw7,
[dir="rtl"] .f4kn.ulun02 .hlw7 { text-align: right; }
[dir="rtl"] .k3idyj7.ulun02 .jjszjwo { align-items: flex-end; text-align: right; }
[dir="rtl"] .tt2cd,
[dir="rtl"] .s7qy,
[dir="rtl"] .it7v7,
[dir="rtl"] .hlw7 { text-align: right; }
[dir="rtl"] .b1am98,
[dir="rtl"] .o29la,
[dir="rtl"] .sp46t,
[dir="rtl"] .kj14vn,
[dir="rtl"] .whpp29 { text-align: right; direction: rtl; }
[dir="rtl"] .sp6v5ig .kj14vn,
[dir="rtl"] .zv5ab8j .kj14vn { padding-right: 20px; padding-left: 20px; }
.onarx .z5g7rzro,
.ewcpt .z5g7rzro,
.aa34yl5 .z5g7rzro { border: var(--bw-hair) solid var(--border-alt); }
.klqcwn .z5g7rzro {
  gap: 12px; background: transparent;
  border: none; border-radius: 0; overflow: visible;
}
.onarx .e6o2uq7l,
.ewcpt .e6o2uq7l,
.klqcwn .e6o2uq7l,
.aa34yl5 .e6o2uq7l {
  gap: 24px;
  padding: 24px 24px;
}
.onarx .e6o2uq7l + .e6o2uq7l,
.aa34yl5 .e6o2uq7l + .e6o2uq7l { border-top: none; }
.onarx .e6o2uq7l:nth-child(even),
.aa34yl5 .e6o2uq7l:nth-child(even) { background: var(--bg-surface); }
.klqcwn .e6o2uq7l {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
  box-shadow: var(--sh-2);
}
.onarx .wxb0,
.ewcpt .wxb0,
.klqcwn .wxb0,
.aa34yl5 .wxb0 {
  width: 110px; height: 110px; padding: 0;
  border-radius: var(--r-card); overflow: hidden;
}
.onarx .ppfoiu2,
.ewcpt .ppfoiu2,
.klqcwn .ppfoiu2,
.aa34yl5 .ppfoiu2 {
  max-width: 104px; max-height: 104px;
  width: auto; height: auto; object-fit: contain;
}
.aa34yl5 .v7iv { font-size: var(--fs-body); font-weight: 700; }
.onarx .i8sc, .onarx .lft7, .onarx .ir71eax,
.ewcpt .i8sc, .ewcpt .lft7, .ewcpt .ir71eax,
.klqcwn .i8sc, .klqcwn .lft7, .klqcwn .ir71eax,
.aa34yl5 .i8sc, .aa34yl5 .lft7, .aa34yl5 .ir71eax {
  background: transparent;
  padding: 12px 0; align-items: flex-start; text-align: left;
}
.onarx .af48gnr.w6r0,
.ewcpt .af48gnr.w6r0,
.klqcwn .af48gnr.w6r0,
.aa34yl5 .af48gnr.w6r0 {
  padding: 16px 24px !important;
}
.aa34yl5 .af48gnr.w6r0 { box-shadow: none; }
@media (max-width: 1080px) {
  .onarx .e6o2uq7l,
  .ewcpt .e6o2uq7l,
  .klqcwn .e6o2uq7l,
  .aa34yl5 .e6o2uq7l { gap: 16px; padding: 20px; }
  .onarx .wxb0,
  .ewcpt .wxb0,
  .klqcwn .wxb0,
  .aa34yl5 .wxb0 { width: 92px; height: 92px; }
}
@media (max-width: 900px) {
  .onarx .wxb0,
  .ewcpt .wxb0,
  .klqcwn .wxb0,
  .aa34yl5 .wxb0 { width: 104px; height: 104px; }
}
.q929t .baz7d9qe { display: none; }
.sd6zb li::before { color: #2f855a; font-weight: 700; }
.kmqokot li::before { color: #9b2c2c; font-weight: 700; }
.l0mrnmh8::before { color: #2f855a; }
.z59whsm::before { color: #9b2c2c; }
.v4a9flr6  .qw60k, .v4a9flr6  .q27op { border-radius: var(--r-pill); }
.v3cyi .qw60k, .v3cyi .q27op { border-radius: 0; }
.vt9a74s .qw60k, .vt9a74s .q27op { border-radius: var(--r-btn); }
.qw60k, .q27op, .d1j87yft, .w6r0, .af48gnr.w6r0 {
  background: var(--cta);
  color: var(--cta-fg);
}
body { --btn-radius: var(--r-btn); }
.d1j87yft, .w6r0, .af48gnr.w6r0, .qw60k, .q27op,
.p3thvz, .t9al3jhc, .o1zgysu0 .qw60k {
  border-radius: var(--btn-radius) !important;
}
.j1sm a, .s7qy a, .it7v7 a, .gjngqic a, .um8rgxli 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;
}
.j1sm a:hover, .s7qy a:hover, .it7v7 a:hover, .gjngqic a:hover { text-decoration-color: currentColor; }
.v11k5vw4   { --hero-a: var(--b-50);  --hero-b: var(--b-100); }
.v11k5vw4 .up7vr85.v179pxr .nwjquh,
.v11k5vw4 section.v179pxr .nwjquh { color: var(--tone-head, var(--text-primary)) !important; text-shadow: none !important; }
.v11k5vw4 .v179pxr .t9juu { color: var(--text-body); }
.v11k5vw4 .v179pxr { border-bottom: var(--bw-hair) solid var(--b-200); }
.v11k5vw4 .jwv8px { background: var(--b-50); border-bottom-color: var(--b-200); }
.up7vr85.e41p2:not(.v179pxr) .nwjquh,
section.e41p2:not(.v179pxr) .nwjquh { color: #fff !important; text-shadow: 0 1px 3px rgba(0,0,0,0.45) !important; }
.fq3rs6f .rgjibm { background: var(--bg-page); border-top-color: var(--border-alt); }
.b54078 .rgjibm { background: var(--b-50); border-top-color: var(--b-200); }
.cux2ty9 .rgjibm, .dip5 .rgjibm, .w41ccvs9 .rgjibm {
  background: var(--ftr-fill); border-top-color: var(--ftr-edge); color: #fff;
}
.cux2ty9 .rgjibm :is(.vst7yz, .czrqel),
.dip5   .rgjibm :is(.vst7yz, .czrqel),
.w41ccvs9    .rgjibm :is(.vst7yz, .czrqel) { color: rgba(255,255,255,0.68); }
.cux2ty9 .rgjibm :is(.ovd3i, .h4gpj97),
.dip5   .rgjibm :is(.ovd3i, .h4gpj97),
.w41ccvs9    .rgjibm :is(.ovd3i, .h4gpj97) { color: rgba(255,255,255,0.7); }
.cux2ty9 .rgjibm a, .dip5 .rgjibm a, .w41ccvs9 .rgjibm a { color: rgba(255,255,255,0.9); }
.cux2ty9 .rgjibm a:hover, .dip5 .rgjibm a:hover, .w41ccvs9 .rgjibm a:hover { color: #fff; }
.cux2ty9 .rgjibm .em485ua,
.dip5   .rgjibm .em485ua,
.w41ccvs9    .rgjibm .em485ua { color: #fff; }
.h58mos .z5g7rzro:not(.rm08) .e6o2uq7l:first-child {
  background: var(--tone-fill, var(--accent-bg));
  box-shadow: inset var(--bw-bar) 0 0 var(--tone-line, var(--accent));
}
.bry58 .z5g7rzro:not(.rm08) {
  background: var(--tone-fill, var(--bg-surface)); padding: 12px; border-radius: var(--r-card);
}
.bry58 .z5g7rzro:not(.rm08) .e6o2uq7l { background: var(--bg-card); border-radius: var(--r-btn); }
.bry58 .z5g7rzro:not(.rm08) .e6o2uq7l + .e6o2uq7l { margin-top: 8px; border-top: none; }
.le3cx7 { background: var(--tone-chip, var(--bg-surface)); color: var(--tone-chip-fg, var(--text-primary)); }
.nk8t .e6o2uq7l::before { background: var(--tone-line, var(--accent)); }
.xjxvxfgr .e6o2uq7l:first-child { border-top-color: var(--tone-line, var(--accent)); }
.um8rgxli summary:hover::after, .um8rgxli[open] summary::after { color: var(--tone-mark, var(--accent)); }
.rm856n .p6wadzb { border-top-color: var(--tone-line, var(--accent)); }
.so6bki .b5mk4 .ppfoiu2,
.so6bki .i72fjlyu.b5mk4 img,
.so6bki .k2pzm0.b5mk4 img { border-radius: 22%; }
.so6bki .i72fjlyu.b5mk4 { border-radius: var(--r-card); }
.lzmeivf1 .b5mk4 .ppfoiu2,
.lzmeivf1 .i72fjlyu.b5mk4 img,
.lzmeivf1 .k2pzm0.b5mk4 img { border-radius: 50%; aspect-ratio: 1 / 1; object-fit: cover; }
.lzmeivf1 .i72fjlyu.b5mk4 { border-radius: 50%; padding: 5px; }
.lzmeivf1 .b5mk4.wxb0, .so6bki .b5mk4.wxb0 { overflow: visible; }
.p6wadzb, .cr1q6mcl, .z5g7rzro:not(.rm08), .qme5zpx5, .um8rgxli {
  border: none; box-shadow: var(--sh-card);
}
.wvl4qgy .z5g7rzro:not(.rm08) { box-shadow: var(--sh-lift); }
.xrstllm .um8rgxli, .z4e81 .um8rgxli, .d167lmi .um8rgxli { box-shadow: none; }
.d167lmi .u5xoids { border: none; box-shadow: var(--sh-card); }
.p6exnr51 .um8rgxli { border-left: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.z4e81 .um8rgxli summary { border: none; box-shadow: var(--sh-card); }
.z4e81 .um8rgxli[open] summary { box-shadow: none; color: var(--tone-fill-head-raw); }
.gkf13oj .um8rgxli summary { color: var(--tone-fill-head-raw); }
.e7i1cs3d, .etp1u, .yw14r708 { border: none; box-shadow: var(--panel-sh, none); }
.gjm8 .f0fhqbvj { border: none; box-shadow: var(--sub-sh, none); }
.psnd2r .e7i1cs3d, .psnd2r .yw14r708 { box-shadow: var(--panel-sh, none); }
.psnd2r .qme5zpx5, .psnd2r .qsyqzjao .etp1u { box-shadow: var(--sh-card); }
.psnd2r .gjm8 .f0fhqbvj { box-shadow: var(--sub-sh, none); }
.f54y89r .f0fhqbvj, .psnd2r .f54y89r .f0fhqbvj, .wvl4qgy .f54y89r .f0fhqbvj { box-shadow: none; border-left: none; border-right: none; border-bottom: none; }
.e7i1cs3d { background: var(--bg-card-inner); border-radius: var(--r-card); }
.hkxm { border-bottom: none; color: var(--tone-fill-head, var(--text-primary)); }
.cl98 .e7i1cs3d   { border: none; border-left: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.b3yeq .e7i1cs3d { border: none; border-top: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.f0gx794i .e7i1cs3d     { border: none; }
.f0gx794i .hkxm { border-bottom: none; color: var(--tone-fill-head, var(--text-primary)); }
.seiaz .e7i1cs3d    { border: none; box-shadow: var(--sh-card); }
.etp1u { --cl-head: var(--tone-fill-head, var(--text-primary)); --cl-fg: var(--tone-fill-fg, var(--text-body)); border-radius: var(--r-btn); }
.a7aa { --cl-head: var(--sem-warn-fg); --cl-fg: var(--sem-warn-body); }
.etp1u strong, .nkcy6s .etp1u strong, .jf6rt .etp1u strong,
.yrhut .etp1u strong { color: var(--cl-head); }
.etp1u p, .nkcy6s .etp1u p, .jf6rt .etp1u p,
.yrhut .etp1u p { color: var(--cl-fg); }
.nkcy6s .etp1u { background: var(--cl-bg, var(--bg-surface)); border: none; border-radius: var(--r-card); padding: 20px 24px; }
.nkcy6s .etp1u strong { display: inline-block; padding-bottom: 6px; margin-bottom: 2px; border-bottom: var(--bw-rule) solid var(--cl-hue); }
.c0fqo .etp1u { border: none; border-top: var(--bw-bar) solid var(--cl-hue); }
.jf6rt .etp1u { border: none; }
.yrhut .etp1u  { border: none; border-left: var(--bw-bar) solid var(--cl-hue); }
.qsyqzjao .etp1u   { 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); }
.ker8a, .m7r02 { border: none; border-radius: var(--r-card); padding: 18px 20px; }
.ker8a ul li, .ker8a .sd6zb li { color: var(--sem-pos-body); }
.m7r02 ul li, .m7r02 .kmqokot li { color: var(--sem-neg-body); }
.s4khg4 .ker8a, .s4khg4 .m7r02 { border: none; }
.pd6s .ker8a, .pd6s .m7r02 { border: none; border-radius: 0 0 var(--r-card) var(--r-card); }
.pd6s .ker8a { border-top: var(--bw-bar) solid var(--sem-pos-line); }
.pd6s .m7r02 { border-top: var(--bw-bar) solid var(--sem-neg-line); }
.gwo3mp .ker8a, .gwo3mp .m7r02 { border: none; border-radius: 0 var(--r-card) var(--r-card) 0; }
.gwo3mp .ker8a { border-left: var(--bw-bar) solid var(--sem-pos-line); }
.gwo3mp .m7r02 { border-left: var(--bw-bar) solid var(--sem-neg-line); }
.omtuj .ker8a .k1al3r, .omtuj .m7r02 .k1al3r {
  display: inline-block; padding: 3px 12px; border-radius: var(--r-pill); color: #fff; margin-bottom: 12px;
}
.omtuj .ker8a .k1al3r { background: var(--sem-pos-fg); }
.omtuj .m7r02 .k1al3r { background: var(--sem-neg-fg); }
.omtuj .l0mrnmh8::before, .omtuj .z59whsm::before { color: #fff; }
.wm2q8og .ker8a ul li, .wm2q8og .ker8a .sd6zb li,
.wm2q8og .m7r02 ul li, .wm2q8og .m7r02 .kmqokot li { color: var(--text-body); }
.yw14r708 { background: var(--tone-fill, var(--bg-surface)); border-radius: var(--r-card); }
.h0dv48a { color: var(--tone-fill-head, var(--text-primary)); }
.b9wsvzot .zkjui14p a, .duzolgn9 .zkjui14p a, .mqm5 .zkjui14p a {
  border: none; background: var(--bg-card); box-shadow: var(--sh-card); color: var(--text-body);
}
.b9wsvzot .zkjui14p a:hover, .duzolgn9 .zkjui14p a:hover, .mqm5 .zkjui14p a:hover {
  color: var(--tone-link, var(--accent)); box-shadow: var(--sh-lift);
}
.sd7mv5 .yw14r708 { border-bottom-color: var(--border-alt); }
.sd7mv5 .zkjui14p a:hover { color: var(--tone-link, var(--accent)); border-bottom-color: var(--tone-mark, var(--accent)); }
.achjp, .le3cx7 { border: none; }
.i72fjlyu.b5mk4 { border: none; padding: 0; background: transparent; width: 96px; height: 96px; }
.i72fjlyu.b5mk4 img { max-width: 96px; max-height: 96px; width: 96px; height: 96px; object-fit: cover; border-radius: var(--r-btn); }
.so6bki .i72fjlyu.b5mk4 img { border-radius: 22%; }
.lzmeivf1  .i72fjlyu.b5mk4 img { border-radius: 50%; }
.lzmeivf1  .i72fjlyu.b5mk4 { padding: 0; }
@media (min-width: 900px) {
  .fvuub .ih7k0i > .p6wadzb:last-child:nth-child(odd) { grid-column: 1 / -1; }
}
.p1of li::marker { color: var(--tone-mark, var(--accent)); }
.retu li::marker { color: var(--tone-mark, var(--accent)); font-weight: 700; }
.nchzmksh li::marker { color: var(--tone-mark, var(--accent)); }
.hlw38tro h2.vmyp126j { border-left-color: var(--tone-mark, var(--accent)); border-left-width: 4px; }
.erk9g003 h2.vmyp126j { border-bottom-color: var(--tone-mark, var(--accent)); }
.k3oa h2.vmyp126j { border-top-color: var(--tone-mark, var(--accent)); }
.zfos .f0fhqbvj, .m69g .f0fhqbvj, .htxnp .f0fhqbvj,
.zfos .etp1u, .m69g .etp1u, .htxnp .etp1u,
.zfos .hlg9, .m69g .hlg9, .htxnp .hlg9,
.zfos .qme5zpx5, .m69g .qme5zpx5, .htxnp .qme5zpx5 { clear: both; }
.ip5cg4v .g901ae { box-shadow: var(--sh-card); }
.qme5zpx5 { border-radius: var(--r-card); }
.g7feg .ps8sp8 { border: none; }
.pe42j2h .htkbkt5v a { color: var(--b-800); }
.pe42j2h .htkbkt5v a:hover { color: var(--b-600); }
.v11k5vw4 .up7vr85.v179pxr .nwjquh,
.v11k5vw4 section.v179pxr .nwjquh,
.v11k5vw4 .jwv8px .nwjquh { color: var(--b-900) !important; }
.v11k5vw4 .v179pxr .t9juu, .v11k5vw4 .jwv8px .t9juu { color: var(--b-800); }
.b54078 .rgjibm, .b54078 .rgjibm a { color: var(--b-800); }
.b54078 .rgjibm :is(.vst7yz, .czrqel, .ovd3i) { color: var(--b-700); }
.lhw8b { border: none; border-radius: var(--r-card); box-shadow: var(--sh-card); }
.qw60k { border: none; }
.p5ext9 .qw60k { background: #fff !important; color: var(--cta) !important; }
.pf65odk4 .lhw8b { background: var(--b-100); border: none; }
.pf65odk4 .w8q5yw9x { color: var(--b-900); }
.pf65odk4 .za9dm { color: var(--b-800); }
.qagkvo .lhw8b { background: var(--b-900); border: none; border-radius: var(--r-card); }
.qagkvo .w8q5yw9x { color: #fff; }
.qagkvo .za9dm { color: rgba(255,255,255,0.82); }
.ktm5 .lhw8b { background: linear-gradient(120deg, var(--b-900), var(--b-near, var(--b-800))); }
.ktm5 .qw60k { background: #fff !important; color: var(--b-800) !important; }
.w4f7 { padding: 0; overflow: hidden; box-shadow: 0 0 0 3px rgba(255,255,255,0.9), var(--sh-2); }
.hbarl { width: 100%; height: 100%; object-fit: cover; }
h2.vmyp126j, .nwjquh, h1.vmyp126j, .w8q5yw9x { font-weight: 700; }
.zw079me h3, h3.gmctiq43 { font-weight: 600; }
.jiakab8i { font-weight: 600; color: var(--tone-head, var(--text-primary)); }
.p1of { list-style: none !important; padding-left: 0; margin: 16px 0; }
.p1of li { position: relative; padding-left: 34px; margin-bottom: 12px; line-height: var(--lh-snug); }
.p1of li::before {
  content: ""; position: absolute; left: 0; top: 0.12em;
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--tone-soft, var(--accent-bg));
}
.p1of 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);
}
.pbfxgd .p1of li { padding-left: 28px; }
.pbfxgd .p1of 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));
}
.pbfxgd .p1of li::after { content: none; }
.pbfxgd .p1of li::marker, .p1of li::marker { content: ""; }
.retu { list-style: none !important; counter-reset: el-step; padding-left: 0; margin: 16px 0; }
.retu li { list-style: none; counter-increment: el-step; position: relative; padding-left: 42px; margin-bottom: 14px; line-height: var(--lh-snug); min-height: 28px; }
.retu 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;
}
.pbfxgd .retu li::before { border-radius: 50%; }
.retu li::marker { content: ""; }
.nchzmksh { list-style: none; padding-left: 16px; }
.nchzmksh li { position: relative; padding-left: 16px; }
.nchzmksh li::before { content: ""; position: absolute; left: 0; top: 0.6em; width: 6px; height: 6px; border-radius: 50%; background: var(--tone-mark, var(--accent)); }
.nchzmksh li::marker { content: ""; }
h3.gmctiq43 { color: var(--tone-sub, var(--tone-head, var(--text-primary))); }
.j1sm strong, .s7qy strong, .zfhk6o 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");
}
.sd6zb li::before, .kmqokot 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);
}
.kmqokot li::before { -webkit-mask-image: var(--ico-cross); mask-image: var(--ico-cross); background: var(--sem-neg-line); }
.sd6zb li, .kmqokot li { position: relative; padding-left: 28px !important; margin-bottom: 8px; line-height: var(--lh-snug); }
.l0mrnmh8::before, .z59whsm::before { content: none !important; display: none !important; }
.k1al3r { font-size: var(--fs-caption); text-transform: uppercase; letter-spacing: var(--ls-label); margin-bottom: 12px; }
.q929t .baz7d9qe, .baz7d9qe {
  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;
}
.ytdobhw .baz7d9qe     { -webkit-mask-image: var(--ico-bulb); mask-image: var(--ico-bulb); }
.a7aa .baz7d9qe { -webkit-mask-image: var(--ico-warn); mask-image: var(--ico-warn); --cl-ico: var(--sem-warn-line); }
.clwumd .baz7d9qe  { -webkit-mask-image: var(--ico-warn); mask-image: var(--ico-warn); --cl-ico: var(--sem-neg-line); }
.rc0x .baz7d9qe, .fihiqmdj .baz7d9qe { -webkit-mask-image: var(--ico-shield); mask-image: var(--ico-shield); }
.baz7d9qe::before { content: none !important; }
.etp1u { gap: 14px; }
.wm2q8og .ker8a, .wm2q8og .m7r02 { padding: 0; }
.wm2q8og .m7r02 { padding-left: 20px; }
.rc0x strong, .nkcy6s .rc0x strong,
.fihiqmdj strong, .nkcy6s .fihiqmdj 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));
}
.gjm8 .f0fhqbvj { padding-left: var(--sub-pad-x, 20px); padding-right: var(--sub-pad-x, 20px); }
.jbqbgwqi h2.vmyp126j { 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); }
.foh7jz .qagkvo .qw60k, .foh7jz .ktm5 .qw60k,
.foh7jz.u4wvnf .zflmq, .foh7jz.w41ccvs9 .rgjibm .w6r0 { background: #fff !important; color: var(--b-900) !important; }
.fvuub .ih7k0i { align-items: stretch; }
.ps8sp8 { font-size: var(--fs-sm); }
.ps8sp8 th {
  padding: 13px 16px; font-size: var(--fs-caption); font-weight: 700;
  text-transform: uppercase; letter-spacing: var(--ls-label); vertical-align: bottom;
}
.ps8sp8 td { padding: 13px 16px; vertical-align: top; line-height: var(--lh-snug); }
.ps8sp8 td:first-child { font-weight: 600; color: var(--text-primary); }
.ps8sp8 tbody tr:last-child td { border-bottom: none; }
.ps8sp8 tbody tr:hover td { background: var(--tone-fill-raw, var(--bg-hover)); }
.sq47 .ps8sp8 th { color: var(--tone-sub, var(--text-primary)); border-bottom: var(--bw-rule) solid var(--tone-mark, var(--border)); padding-bottom: 11px; }
.g7feg .ps8sp8 th, .g7feg .ps8sp8 td { border: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
.g7feg .ps8sp8 th + th, .g7feg .ps8sp8 td + td { border-left: var(--bw-hair) solid var(--border-alt); }
.g7feg .ps8sp8 tbody tr:last-child td { border-bottom: none; }
.ssd3 .g7feg .ps8sp8 th + th, .dcmb .g7feg .ps8sp8 th + th,
.vu04tdh9.g7feg .ps8sp8 th + th { border-left-color: rgba(255,255,255,0.16); }
.ekd2he .ps8sp8 tbody tr:nth-child(even) td { background: var(--tone-fill-raw, var(--bg-surface)); }
.mn4r140u { grid-template-columns: repeat(auto-fit, minmax(212px, 1fr)); gap: 20px; margin: 20px 0; }
.e7i1cs3d {
  display: flex; flex-direction: column; align-items: flex-start;
  padding: 24px 22px 22px; transition: transform .15s ease, box-shadow .15s ease;
}
.e7i1cs3d:hover { transform: translateY(-2px); box-shadow: var(--sh-lift); }
.zn7qw6nu, .jq06u2 .zn7qw6nu {
  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;
}
.a50v9n .zn7qw6nu { border-radius: 50%; padding: 14px; }
.owedvk .e7i1cs3d { align-items: center; text-align: center; }
.owedvk .nchzmksh { text-align: left; }
.hkxm, .baw3 .hkxm, .f0gx794i .hkxm {
  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));
}
.e8kz { padding: 0; font-size: var(--fs-sm); line-height: 1.6; color: var(--text-body); }
.nchzmksh { 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); }
.nchzmksh li { margin-bottom: 6px; line-height: var(--lh-snug); }
.ar91e69 .hkxm { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.ar91e69 .hkxm::before { display: inline-flex; flex: 0 0 28px; width: 28px; min-width: 28px; height: 28px; margin: 0; }
.owedvk.ar91e69 .hkxm, .a50v9n.ar91e69 .hkxm { align-items: center; }
.n02r .e7i1cs3d { padding-left: 0; padding-right: 0; }
.n02r .e7i1cs3d:hover { transform: none; box-shadow: none; }
.e7i1cs3d, .f0gx794i .e7i1cs3d { background: var(--bg-card); box-shadow: var(--sh-card); }
.psnd2r .e7i1cs3d, .wvl4qgy .e7i1cs3d { box-shadow: var(--sh-card); }
.n02r .e7i1cs3d, .psnd2r .n02r .e7i1cs3d { background: none; box-shadow: none; }
@media (min-width: 1000px) {
  .mn4r140u:has(> :nth-child(5):last-child) { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
  .mn4r140u:has(> :nth-child(5):last-child) .e7i1cs3d { padding: 20px 16px 18px; }
  .mn4r140u:has(> :nth-child(6):last-child), .mn4r140u:has(> :nth-child(9):last-child) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .mn4r140u:has(> :nth-child(7):last-child), .mn4r140u:has(> :nth-child(8):last-child) { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
[dir="rtl"] .p1of li, [dir="rtl"] .pbfxgd .p1of li { padding-left: 0; padding-right: 34px; }
[dir="rtl"] .pbfxgd .p1of li { padding-right: 28px; }
[dir="rtl"] .p1of li::before { left: auto; right: 0; }
[dir="rtl"] .pbfxgd .p1of li::before { left: auto; right: 6px; }
[dir="rtl"] .p1of li::after { left: auto; right: 9px; }
[dir="rtl"] .retu li { padding-left: 0; padding-right: 42px; }
[dir="rtl"] .retu li::before { left: auto; right: 0; }
[dir="rtl"] .nchzmksh { padding-left: 0; padding-right: 0; }
[dir="rtl"] .nchzmksh li { padding-left: 0; padding-right: 16px; }
[dir="rtl"] .nchzmksh li::before { left: auto; right: 0; }
[dir="rtl"] .sd6zb li, [dir="rtl"] .kmqokot li { padding-left: 0 !important; padding-right: 28px !important; }
[dir="rtl"] .sd6zb li::before, [dir="rtl"] .kmqokot li::before { left: auto; right: 0; }
[dir="rtl"] .gwo3mp .ker8a, [dir="rtl"] .gwo3mp .m7r02 { border-left: none; border-radius: var(--r-card) 0 0 var(--r-card); }
[dir="rtl"] .gwo3mp .ker8a { border-right: var(--bw-bar) solid var(--sem-pos-line); }
[dir="rtl"] .gwo3mp .m7r02 { border-right: var(--bw-bar) solid var(--sem-neg-line); }
[dir="rtl"] .wm2q8og .m7r02 { padding-left: 0; padding-right: 20px; border-left: none; border-right: var(--bw-hair) solid var(--border); }
[dir="rtl"] .etp1u, [dir="rtl"] .yrhut .etp1u, [dir="rtl"] .qsyqzjao .etp1u { border-left: none; border-right: var(--bw-bar) solid var(--cl-hue); }
[dir="rtl"] .nkcy6s .etp1u, [dir="rtl"] .c0fqo .etp1u, [dir="rtl"] .jf6rt .etp1u { border-right: none; }
[dir="rtl"] .hlw38tro h2.vmyp126j { border-left: none; border-right: 4px solid var(--tone-mark, var(--accent)); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .cl98 .e7i1cs3d { border-left: none; border-right: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
[dir="rtl"] .e7i1cs3d { align-items: flex-start; text-align: right; }
[dir="rtl"] .ps8sp8 th, [dir="rtl"] .ps8sp8 td { text-align: right; }
[dir="rtl"] .g7feg .ps8sp8 th + th, [dir="rtl"] .g7feg .ps8sp8 td + td { border-left: none; border-right: var(--bw-hair) solid var(--border-alt); }
[dir="rtl"] .p6exnr51 .um8rgxli, [dir="rtl"] .gkf13oj .um8rgxli summary { border-left: none; border-right: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
[dir="rtl"] .um8rgxli summary::after { margin: -4px 0 0 4px; }
[dir="rtl"] .h58mos .z5g7rzro:not(.rm08) .e6o2uq7l:first-child { box-shadow: inset calc(-1 * var(--bw-bar)) 0 0 var(--tone-line, var(--accent)); }
@media (max-width: 900px) {
  .e6o2uq7l { gap: 0 14px; padding: 16px; }
  .e6o2uq7l::after { content: ""; order: 2; flex: 0 0 100%; height: 0; margin-top: 14px; border-top: var(--bw-hair) solid var(--border-alt); }
  .qg6wk, .szgtfa { flex: 1 1 0; min-width: 0; }
  .qug8wc { flex: 0 0 auto; }
  .k4zzj { align-self: center; }
  
  .i8sc, .lft7, .ir71eax,
  .z9m39k, .rbwv, .pegzpj,
  .jhcf, .x1vwtxz, .wtrdx {
    flex: 1 1 calc(50% - 7px); min-width: calc(50% - 7px); margin-top: 14px;
  }
  
  .i8sc, .lft7, .ir71eax { flex-basis: 100%; min-width: 100%; }
  
  .t0fdih, .v6hx2et { flex: 1 1 100%; min-width: 100%; margin-top: 14px; }
  .b3gd6s, .s178vy0 { flex-wrap: nowrap; overflow: hidden; gap: 6px; }
  .s178vy0 .le3cx7:nth-child(n+3) { display: inline-block; }
  .s178vy0 .le3cx7:nth-child(n+4) { display: none; }
  
  .k9a1m34a, .scapj { margin-top: 16px; }
  .j2ilydtd { text-align: center; display: block; margin-top: 8px; }
}
@media (max-width: 360px) {
  .z9m39k, .rbwv, .pegzpj,
  .jhcf, .x1vwtxz, .wtrdx { flex-basis: 100%; min-width: 100%; }
}
.wxb0.b5mk4, .n9nrxc .wxb0.b5mk4, .v5oqac .wxb0.b5mk4,
.vvsjrc2 .wxb0.b5mk4, .vwbjwrvr .wxb0.b5mk4,
.k2pzm0.b5mk4, .n9nrxc .k2pzm0.b5mk4, .v5oqac .k2pzm0.b5mk4,
.vvsjrc2 .k2pzm0.b5mk4, .vwbjwrvr .k2pzm0.b5mk4 {
  background: transparent; padding: 0; width: auto; height: auto;
}
.n9nrxc .wxb0.b5mk4 .ppfoiu2, .v5oqac .wxb0.b5mk4 .ppfoiu2,
.vvsjrc2 .wxb0.b5mk4 .ppfoiu2, .vwbjwrvr .wxb0.b5mk4 .ppfoiu2 { max-height: 88px; max-width: 88px; }
@media (max-width: 900px) {
  .wxb0.b5mk4 .ppfoiu2 { max-height: 64px; max-width: 64px; }
  
  .s178vy0 { flex-wrap: wrap; overflow: visible; }
  .s178vy0 .le3cx7 { max-width: 100%; }
}
.uo0c1 .w6r0 { flex-shrink: 0; white-space: nowrap; padding: 12px 22px !important; font-size: var(--fs-sm) !important; font-weight: 700; }
@media (max-width: 480px) {
  .uo0c1 { flex-direction: column; align-items: stretch; }
  .uo0c1 .w6r0 { text-align: center; }
}
@media (min-width: 900px) {
  .zkmryg8j .ih7k0i, .zkmryg8j.fvuub .ih7k0i { display: grid; grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .zkmryg8j .p6wadzb:has(> .bbh333) { display: grid; grid-template-columns: 296px minmax(0, 1fr); align-items: stretch; }
  .zkmryg8j .p6wadzb:has(> .bbh333) > .uo0c1 { display: none; }

  .zkmryg8j .bbh333 {
    display: flex; flex-direction: column; gap: 0; padding: 28px 24px;
    background: var(--tone-fill-raw, var(--bg-surface));
  }
  .zkmryg8j .bbh333 .ojqkpf3r { display: contents; }
  .zkmryg8j .bbh333 .i72fjlyu { order: 1; align-self: flex-start; }
  .zkmryg8j .bbh333 .zw079me { order: 2; flex: 0 0 auto; margin-top: 16px; }
  .zkmryg8j .bbh333 .zw079me h3 { font-size: calc(var(--fs-lead) + 2px); margin-bottom: 10px; }
  .zkmryg8j .bbh333 .og507i7v { flex-wrap: wrap; row-gap: 6px; }
  .zkmryg8j .bbh333 .og507i7v strong { font-size: 28px; padding: 0; background: none; color: var(--tone-fill-head, var(--text-primary)); }
  .zkmryg8j .bbh333 .qgpnc { order: 3; display: flex; flex-direction: column; gap: 0; padding: 0; margin-top: 20px; background: none; }
  .zkmryg8j .bbh333 .qgpnc > 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);
  }
  .zkmryg8j .bbh333 .qgpnc b { text-align: right; font-size: var(--fs-sm); }
  
  .zkmryg8j .bbh333 .qgpnc > .nah82e1b {
    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);
  }
  .zkmryg8j .bbh333 .qgpnc > .nah82e1b b { text-align: left; font-size: var(--fs-body); color: var(--text-primary); }
  .zkmryg8j .bbh333 .qgpnc > .nah82e1b em { color: var(--text-muted); }
  .zkmryg8j .bbh333 .qgpnc > .nah82e1b + span { border-top: none; }
  .zkmryg8j .bbh333 .tsvkciva { order: 4; align-self: stretch; margin-top: auto; padding-top: 20px; }
  .zkmryg8j .bbh333 .tsvkciva .w6r0 { display: block; width: 100%; text-align: center; box-sizing: border-box; padding: 14px 20px !important; }

  .zkmryg8j .r1s0 { display: flex; flex-direction: column; min-width: 0; }
  .zkmryg8j .r1s0 .o0245u { margin: 24px 24px 0; border-radius: var(--r-card); overflow: hidden; }
  .zkmryg8j .r1s0 .o0245u img.an6o { max-height: 250px; }
  .zkmryg8j .r1s0 .g0ffws { flex: 1 1 auto; }
  
  .zkmryg8j .r1s0 .v9w6f3 { grid-template-columns: 1fr 1fr; gap: 20px; }
  .zkmryg8j .r1s0 .stblroil { flex-wrap: wrap; }
  .zkmryg8j .r1s0 .wnh3zza { flex: 0 0 auto; margin: 0 8px 0 0; }
  .zkmryg8j .p6wadzb:last-child:nth-child(odd) { grid-column: auto; }
  
  .zkmryg8j.enhx82o .ojqkpf3r, .zkmryg8j.rm856n .ojqkpf3r { background: none; }
}
[dir="rtl"] .zkmryg8j .bbh333 .qgpnc b { text-align: left; }
[dir="rtl"] .zkmryg8j .bbh333 .qgpnc > .nah82e1b b { text-align: right; }
[dir="rtl"] .zkmryg8j .r1s0 .wnh3zza { margin: 0 0 0 8px; }
.e2njab.enhx82o .ojqkpf3r, .e2njab.rm856n .ojqkpf3r { background: none; }
.lt9olb2h .i72fjlyu.b5mk4, .lt9olb2h .i72fjlyu.b5mk4 img { width: 72px; height: 72px; max-width: 72px; max-height: 72px; }
.a50v9n .e7i1cs3d { align-items: center; text-align: center; }
.a50v9n .nchzmksh { text-align: left; }
.yp4go .mn4r140u, .yp4go .mn4r140u:has(> :nth-child(5):last-child),
.yp4go .mn4r140u:has(> :nth-child(6):last-child), .yp4go .mn4r140u:has(> :nth-child(7):last-child),
.yp4go .mn4r140u:has(> :nth-child(8):last-child), .yp4go .mn4r140u:has(> :nth-child(9):last-child) {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.yp4go .e7i1cs3d { display: grid; grid-template-columns: 64px minmax(0, 1fr); column-gap: 18px; align-items: start; padding: 22px; }
.yp4go .zn7qw6nu, .yp4go .jt9lo { grid-column: 1; grid-row: 1 / span 3; width: 64px; height: 64px; padding: 10px; margin: 0; border-radius: 14px; align-self: start; }
.yp4go .hkxm, .yp4go .e8kz, .yp4go .nchzmksh { grid-column: 2; }
.yp4go .e7i1cs3d > .hkxm:first-child, .yp4go .e7i1cs3d > .hkxm:first-child ~ * { grid-column: 1 / -1; }
[dir="rtl"] .yp4go .e7i1cs3d { direction: rtl; }
.qsgnn7t .e7i1cs3d { padding: 0 0 22px; align-items: stretch; overflow: hidden; }
.qsgnn7t .zn7qw6nu {
  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;
}
.qsgnn7t .hkxm, .qsgnn7t .e8kz { padding-left: 22px; padding-right: 22px; }
.qsgnn7t .nchzmksh { margin-left: 22px; margin-right: 22px; }
.qsgnn7t .mn4r140u:has(> :nth-child(5):last-child) .e7i1cs3d { 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"); }
.nchzmksh { padding-left: 0 !important; }
.nchzmksh li { padding-left: 22px; margin-bottom: 8px; }
.nchzmksh 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"] .nchzmksh li { padding-left: 0; padding-right: 22px; }
@media (min-width: 900px) {
  
  .zkmryg8j .p6wadzb:has(> .bbh333) {
    overflow: clip;
    background: linear-gradient(to right, var(--tone-fill-raw, var(--bg-surface)) 296px, var(--bg-card) 296px);
  }
  [dir="rtl"] .zkmryg8j .p6wadzb:has(> .bbh333) { background: linear-gradient(to left, var(--tone-fill-raw, var(--bg-surface)) 296px, var(--bg-card) 296px); }
  .zkmryg8j .bbh333 { background: none; align-self: start; position: sticky; top: 96px; }
  .zkmryg8j .bbh333 .qgpnc { align-items: stretch; }
  .zkmryg8j .bbh333 .tsvkciva { margin-top: 0; padding: 20px 0 0; }
  .zkmryg8j .bbh333 .zw079me { padding: 0; }
  
  .zkmryg8j.ui6gr2 .bbh333 .i72fjlyu { width: 96px; height: 96px; min-height: 0; padding: 0; }
  .zkmryg8j.ui6gr2 .bbh333 .i72fjlyu:not(.b5mk4) { width: 112px; height: 112px; padding: 6px; }
}
.yp4go .mn4r140u, .yp4go .mn4r140u:has(> :nth-child(5):last-child),
.yp4go .mn4r140u:has(> :nth-child(6):last-child), .yp4go .mn4r140u:has(> :nth-child(7):last-child),
.yp4go .mn4r140u:has(> :nth-child(8):last-child), .yp4go .mn4r140u:has(> :nth-child(9):last-child) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.yp4go .mn4r140u > :last-child:nth-child(odd) { grid-column: 1 / -1; }
.yp4go .e7i1cs3d { display: block; position: relative; padding: 22px 22px 22px 104px; min-height: 108px; box-sizing: border-box; }
.yp4go .zn7qw6nu, .yp4go .jt9lo { position: absolute; left: 22px; top: 22px; margin: 0; }
.yp4go .e7i1cs3d:not(:has(.zn7qw6nu, .jt9lo)) { padding-left: 22px; }
[dir="rtl"] .yp4go .e7i1cs3d { padding: 22px 104px 22px 22px; }
[dir="rtl"] .yp4go .zn7qw6nu, [dir="rtl"] .yp4go .jt9lo { left: auto; right: 22px; }
@media (max-width: 700px) { .yp4go .mn4r140u { grid-template-columns: minmax(0, 1fr) !important; } }
.yp4go .mn4r140u .e7i1cs3d { padding: 22px 22px 22px 104px !important; }
.yp4go .mn4r140u .e7i1cs3d:not(:has(.zn7qw6nu, .jt9lo)) { padding-left: 22px !important; }
[dir="rtl"] .yp4go .mn4r140u .e7i1cs3d { padding: 22px 104px 22px 22px !important; }
@media (max-width: 560px) {
  .v9w6f3, .hlg9 { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .wm2q8og .m7r02, [dir="rtl"] .wm2q8og .m7r02 {
    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;
  }
  
  .e2njab .p6wadzb:has(.o0245u) .zw079me { padding-top: 0; }
}
.mgh5od1u p, .kwlaa, .endmm, .ecsj5, .u5p3mxr,
.sp46t, .d6ts1, .gc6mgm9, .ql04avn p, .p12a p { color: var(--text-body); }
.w9fc { color: var(--text-body); font-size: var(--fs-lead); line-height: 1.55; }
.yz39w, .acbvz8 .yz39w, .bkuenf,
.udg11x3, .ba45k, .xnkhln0,
.ql04avn h2, .ql04avn h3, .bntck h2, .aa6c9giy 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;
}
.zcu9f { font-weight: 700; letter-spacing: -0.02em; line-height: 1.15; text-wrap: balance; }
.vr0f { font-weight: 700; letter-spacing: -0.02em; }
.endmm, .ecsj5 { list-style: none !important; padding-left: 0; }
.endmm li, .ecsj5 li { position: relative; padding-left: 28px; margin-bottom: 12px; line-height: var(--lh-snug); }
.endmm li::marker, .ecsj5 li::marker { content: ""; }
.endmm li::before, .ecsj5 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"] .endmm li, [dir="rtl"] .ecsj5 li { padding-left: 0; padding-right: 28px; }
[dir="rtl"] .endmm li::before, [dir="rtl"] .ecsj5 li::before { left: auto; right: 6px; }
.p12a, .org0u, .ql04avn { border: none; box-shadow: var(--sh-card); background: var(--bg-card); border-radius: var(--r-card); }
.mgh5od1u a:not(.w6r0):not(.d1j87yft) { color: var(--tone-link, var(--accent)); }
@media (max-width: 640px) {
  .o1zgysu0 .lhw8b {
    flex-direction: row !important; flex-wrap: nowrap !important; align-items: center !important;
    gap: 12px !important; padding: 10px 44px 10px 12px !important;
  }
  .o1zgysu0 .w4f7 { 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); }
  .o1zgysu0 .swoff9 { flex: 1 1 0; min-width: 0; }
  .o1zgysu0 .w8q5yw9x {
    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;
  }
  .o1zgysu0 .qw60k { width: auto !important; flex: 0 0 auto; padding: 10px 14px !important; font-size: var(--fs-label) !important; }
  .qrpsqnfr { top: 50%; right: 24px; transform: translateY(calc(-50% - 7px)); width: 22px; height: 22px; }
}
.fi5icpc0 h1, .fi5icpc0 h2, .fi5icpc0 h3, .fi5icpc0 .nwjquh,
.fi5icpc0 h2.vmyp126j, .fi5icpc0 h1.vmyp126j { font-weight: 600; }
.uyx2 h1, .uyx2 h2, .uyx2 h3, .uyx2 .nwjquh,
.uyx2 h2.vmyp126j, .uyx2 h1.vmyp126j { font-weight: 700; }
.hkj0newk h1, .hkj0newk .nwjquh, .hkj0newk h1.vmyp126j,
.dveum8o.fi5icpc0 .nwjquh { font-weight: 600; }
h3.gmctiq43, .uyx2 h3.gmctiq43, .zw079me h3, .uyx2 .zw079me h3 { font-weight: 600; }
.flplj .htkbkt5v a, .tqhy2 .htkbkt5v a { font-weight: 600; }
.x2zie .dhhqcr { font-weight: 600; }
.x2zie .qwpdtlz { font-weight: 700; }
.v7iv { font-weight: 600; }
.qwpdtlz { font-weight: 700; }
.t9juu { font-weight: 400; }
.zwvga { display: block; }
.dx13266d { max-width: var(--content-mw, 1100px); margin: 0 auto; padding: 0 24px; box-sizing: border-box; }
.dx13266d .yw14r708 { margin: 20px 0 8px; }
.mmoihr { scroll-margin-top: calc(var(--nav-h, 64px) + 20px); }
@media (max-width: 640px) { .dx13266d { padding: 0 16px; } }
@media (min-width: 1100px) {
  .dga7m9 .usiaq, .zv89y2gw .usiaq, .agb43fz .usiaq,
  .dga7m9 .zwvga, .zv89y2gw .zwvga, .agb43fz .zwvga { max-width: 1280px; }
  .dga7m9 .zwvga, .zv89y2gw .zwvga, .agb43fz .zwvga {
    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;
  }
  .zv89y2gw .zwvga, .agb43fz .zwvga { grid-template-columns: minmax(0, 1fr) 264px; }
  .zv89y2gw .dx13266d, .agb43fz .dx13266d { order: 2; }
  .dga7m9 .dx13266d, .zv89y2gw .dx13266d, .agb43fz .dx13266d {
    max-width: none; margin: 0; padding: 0; position: sticky; top: calc(var(--nav-h, 64px) + 24px);
  }
  .dga7m9 .klxj, .zv89y2gw .klxj, .agb43fz .klxj {
    display: flex; flex-direction: column; gap: 20px; max-height: calc(100vh - var(--nav-h, 64px) - 48px);
  }
  
  .dga7m9 .zpu7w .tt2cd, .zv89y2gw .zpu7w .tt2cd,
  .agb43fz .zpu7w .tt2cd { max-width: none; padding-left: 0; padding-right: 0; }
  .dga7m9 .zpu7w > .mmoihr:first-child, .zv89y2gw .zpu7w > .mmoihr:first-child,
  .agb43fz .zpu7w > .mmoihr:first-child { padding-top: 0; }
  .dga7m9 .zpu7w > .mmoihr:first-child .tt2cd, .zv89y2gw .zpu7w > .mmoihr:first-child .tt2cd,
  .agb43fz .zpu7w > .mmoihr:first-child .tt2cd { padding-top: 0; }

  
  .dga7m9 .dx13266d .yw14r708, .zv89y2gw .dx13266d .yw14r708, .agb43fz .dx13266d .yw14r708 {
    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;
  }
  .dga7m9 .dx13266d .h0dv48a, .zv89y2gw .dx13266d .h0dv48a, .agb43fz .dx13266d .h0dv48a {
    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);
  }
  .dga7m9 .dx13266d .zkjui14p, .zv89y2gw .dx13266d .zkjui14p, .agb43fz .dx13266d .zkjui14p {
    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);
  }
  .dga7m9 .dx13266d .zkjui14p li, .zv89y2gw .dx13266d .zkjui14p li, .agb43fz .dx13266d .zkjui14p li {
    display: block !important; margin: 0 !important;
  }
  .dga7m9 .dx13266d .zkjui14p li::before, .zv89y2gw .dx13266d .zkjui14p li::before, .agb43fz .dx13266d .zkjui14p li::before,
  .dga7m9 .dx13266d .zkjui14p li::after, .zv89y2gw .dx13266d .zkjui14p li::after, .agb43fz .dx13266d .zkjui14p li::after,
  .dga7m9 .dx13266d .zkjui14p a::before, .zv89y2gw .dx13266d .zkjui14p a::before, .agb43fz .dx13266d .zkjui14p a::before {
    content: none !important; display: none !important;
  }
  .dga7m9 .dx13266d .zkjui14p a, .zv89y2gw .dx13266d .zkjui14p a, .agb43fz .dx13266d .zkjui14p 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;
  }
  .dga7m9 .dx13266d .zkjui14p a:hover, .zv89y2gw .dx13266d .zkjui14p a:hover, .agb43fz .dx13266d .zkjui14p a:hover { color: var(--text-primary) !important; }
  .dga7m9 .dx13266d .zkjui14p a.k8e5r94, .zv89y2gw .dx13266d .zkjui14p a.k8e5r94, .agb43fz .dx13266d .zkjui14p a.k8e5r94 {
    color: var(--tone-link, var(--accent)) !important; font-weight: 600 !important;
    border-left-color: var(--tone-mark, var(--accent)) !important;
  }

  
  .agb43fz .dd5p {
    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);
  }
  .itz964v { font-size: var(--fs-caption); font-weight: 700; text-transform: uppercase; letter-spacing: var(--ls-wide); color: var(--tone-link, var(--accent)); }
  .c2czk { display: flex; align-items: center; gap: 12px; min-width: 0; }
  .i1i61j { width: 52px; height: 52px; flex: 0 0 52px; object-fit: cover; border-radius: var(--r-btn); }
  .lzmeivf1 .i1i61j { border-radius: 50%; }
  .yeuj { font-weight: 700; font-size: var(--fs-sm); line-height: var(--lh-tight); color: var(--text-primary); min-width: 0; overflow-wrap: anywhere; }
  .zm9ra3 { font-size: var(--fs-body); font-weight: 700; line-height: var(--lh-tight); color: var(--text-primary); }
  .uv6t9i9 { display: block; text-align: center; padding: 12px 16px !important; font-size: var(--fs-sm) !important; font-weight: 700; }
}
[dir="rtl"] .dx13266d .zkjui14p { border-left: none !important; border-right: var(--bw-rule) solid var(--border-alt); }
@media (min-width: 1100px) {
  [dir="rtl"] .dga7m9 .dx13266d .zkjui14p a, [dir="rtl"] .zv89y2gw .dx13266d .zkjui14p a, [dir="rtl"] .agb43fz .dx13266d .zkjui14p 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"] .dga7m9 .dx13266d .zkjui14p a.k8e5r94, [dir="rtl"] .zv89y2gw .dx13266d .zkjui14p a.k8e5r94, [dir="rtl"] .agb43fz .dx13266d .zkjui14p a.k8e5r94 { border-right-color: var(--tone-mark, var(--accent)) !important; }
}
[dir="rtl"] .hnzi87 .dx13266d .zkjui14p, [dir="rtl"] .tqpktpnb .dx13266d .zkjui14p,
[dir="rtl"].hnzi87 .dx13266d .zkjui14p, [dir="rtl"].tqpktpnb .dx13266d .zkjui14p { border-right: none; }
@media (max-width: 1099px) { [dir="rtl"] .dx13266d .zkjui14p { border-right: none; } }
.tqpktpnb .dx13266d {
  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);
}
.tqpktpnb .dx13266d .yw14r708 {
  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;
}
.tqpktpnb .dx13266d .h0dv48a { display: none !important; }
.tqpktpnb .dx13266d .zkjui14p {
  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;
}
.tqpktpnb .dx13266d .zkjui14p::-webkit-scrollbar { display: none; }
.tqpktpnb .dx13266d .zkjui14p li { flex: 0 0 auto; margin: 0 !important; display: block !important; }
.tqpktpnb .dx13266d .zkjui14p li::before, .tqpktpnb .dx13266d .zkjui14p li::after,
.tqpktpnb .dx13266d .zkjui14p a::before { content: none !important; display: none !important; }
.tqpktpnb .dx13266d .zkjui14p 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;
}
.tqpktpnb .dx13266d .zkjui14p li:first-child a { padding-left: 0 !important; }
.tqpktpnb .dx13266d .zkjui14p a:hover { color: var(--text-primary) !important; }
.tqpktpnb .dx13266d .zkjui14p a.k8e5r94 { color: var(--tone-link, var(--accent)) !important; border-bottom-color: var(--tone-mark, var(--accent)) !important; font-weight: 600 !important; }
.tqpktpnb .mmoihr { scroll-margin-top: calc(var(--nav-h, 64px) + 72px); }
@media (max-width: 640px) { .tqpktpnb .dx13266d .yw14r708 { padding: 0 16px !important; } }
.tqpktpnb .dx13266d .zkjui14p {
  -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;
}
.tqpktpnb .dx13266d .yw14r708 { overflow: hidden; }
.pbfxgd .p1of li::before, .endmm li::before, .ecsj5 li::before {
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--tone-mark, var(--accent)) 16%, transparent);
}
@media (max-width: 560px) {
  
  .utv9iw0, .sbi93i0, .gd3j, .uvwqvq { --fs-body: 16px; --fs-lead: 18px; --fs-sm: 15px; }
  
  .rc0x, .fihiqmdj { display: block !important; }
  .rc0x .baz7d9qe, .fihiqmdj .baz7d9qe { float: left; margin: 0 8px 0 0; width: 18px; height: 18px; flex: none; }
  [dir="rtl"] .rc0x .baz7d9qe, [dir="rtl"] .fihiqmdj .baz7d9qe { float: right; margin: 0 0 0 8px; }
  .rc0x strong, .fihiqmdj strong { line-height: 18px; margin-bottom: 8px; }
  .rc0x p, .fihiqmdj p { clear: both; }
  .p6wadzb { --rv-pad: 18px; }
  .g0ffws { gap: 16px; }
}
.gq7mg .h3rs6, .q88s7v09 .h3rs6, .gcjnfolh .h3rs6, .flb3nzfi .h3rs6 { color: var(--text-primary); }
.gq7mg .h3rs6 .uolv0 { color: var(--tone-link, var(--accent)); }
.gq7mg .h3rs6:not(:has(.uolv0))::first-letter { color: var(--tone-link, var(--accent)); }
.gq7mg .h3rs6 { display: inline-block; }
.flb3nzfi .h3rs6::after { content: "."; color: var(--tone-mark, var(--accent)); }
.gcjnfolh .h3rs6 { text-transform: uppercase; letter-spacing: 0.14em; font-size: var(--fs-label) !important; font-weight: 700; }
.q88s7v09 .h3rs6 { font-weight: 700; letter-spacing: -0.035em; }
.kbay7 .h3rs6, .u4wvnf .h3rs6,
.kbay7 .h3rs6 .uolv0, .u4wvnf .h3rs6 .uolv0 { color: #fff !important; }
.kbay7.flb3nzfi .h3rs6::after, .u4wvnf.flb3nzfi .h3rs6::after { color: rgba(255,255,255,0.7); }
.kbay7.gq7mg .h3rs6::first-letter, .u4wvnf.gq7mg .h3rs6::first-letter { color: #fff; }
.pdev .zpu7w > .mmoihr:nth-of-type(even) .ip5cg4v { display: none; }
.x7uvz .zpu7w > .mmoihr .ip5cg4v { display: none; }
.x7uvz .zpu7w > .mmoihr:nth-of-type(-n+2) .ip5cg4v { display: block; }
.ilmw3s .ip5cg4v { float: none; width: 100%; margin: 4px 0 24px; border-radius: var(--r-card); }
.ilmw3s .ip5cg4v .g901ae { width: 100%; aspect-ratio: 24 / 7; height: auto; object-fit: cover; object-position: center 60%; }
@media (max-width: 640px) { .ilmw3s .ip5cg4v .g901ae { aspect-ratio: 16 / 7; } }
.p1flln .ip5cg4v .g901ae { filter: grayscale(1) contrast(1.08) brightness(1.04); }
.p1flln .ip5cg4v::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit;
  background: var(--b-600); mix-blend-mode: color; opacity: .92;
}
.p1flln .ip5cg4v, .o9lczs7 .ip5cg4v { border-radius: var(--r-card); isolation: isolate; }
.o9lczs7 .ip5cg4v .g901ae { filter: grayscale(1) contrast(1.1); }
.c49sg25, .c49sg25.up7vr85 { min-height: 0 !important; background: none; padding: 40px 0 0; display: block; position: relative; }
.c49sg25 .hlw7 { width: 100%; max-width: var(--content-mw, 1100px); margin: 0 auto; padding: 0 24px; box-sizing: border-box; text-align: left; }
.c49sg25 .nwjquh { 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; }
.c49sg25 .t9juu { color: var(--text-body); margin: 0 0 8px; max-width: 760px; }
.c49sg25 .hlw7::after { content: ""; display: block; width: 64px; height: 4px; margin-top: 24px; background: var(--tone-mark, var(--accent)); border-radius: 2px; }
.c49sg25 ~ .tpmv8 { 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; }
.c49sg25 ~ .tpmv8 .bzgpql9n { background: transparent !important; color: var(--text-muted) !important; padding: 0 !important; backdrop-filter: none !important; }
@media (min-width: 1100px) {
  .dga7m9 .c49sg25 .hlw7, .zv89y2gw .c49sg25 .hlw7, .agb43fz .c49sg25 .hlw7 { max-width: 1280px; }
}
@media (max-width: 640px) { .c49sg25 { padding-top: 24px; } .c49sg25 .hlw7 { padding: 0 16px; } .c49sg25 .nwjquh { font-size: var(--fs-h2); max-width: none; } }
.f4kn, .f4kn.up7vr85, .kectrj, .kectrj.up7vr85 {
  min-height: 0 !important; height: auto !important; display: block; padding: 56px 0 48px;
}
.f4kn .hlw7, .kectrj .hlw7 { position: relative; transform: none; top: auto; left: auto; margin: 0 auto; }
.k3idyj7.igocizoj, .k3idyj7.igocizoj.up7vr85 { min-height: 0 !important; padding: 48px 0; }
.rm08 .qwpdtlz {
  white-space: normal; overflow: hidden; text-overflow: clip;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 1.25;
}
.rm08 .i8sc, .rm08 .lft7, .rm08 .ir71eax { background: var(--tone-fill-raw, var(--accent-bg)); }
.rm08 .e6o2uq7l { box-shadow: var(--sh-lift); border-radius: var(--r-card); }
.rm08 .e6o2uq7l::after { content: none !important; display: none !important; }
@media (max-width: 900px) {
  .rm08 .e6o2uq7l {
    display: flex !important; flex-direction: column !important; flex-wrap: nowrap !important; align-items: center !important;
    gap: 10px !important; padding: 16px !important; text-align: center;
  }
  .rm08 .fl0r12te, .rm08 .qug8wc, .rm08 .qg6wk, .rm08 .szgtfa,
  .rm08 .i8sc, .rm08 .k9a1m34a, .rm08 .scapj {
    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;
  }
  
  .up7vr85 .rm08, .rm08.yums, .rm08.lyx1r, .rm08.jrmx0j {
    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;
  }
  .up7vr85 .rm08::-webkit-scrollbar { display: none; }
  .up7vr85 .rm08 .e6o2uq7l { flex: 0 0 74% !important; scroll-snap-align: center; }
  .f4kn, .kectrj { padding: 32px 0 24px; }
  .k3idyj7.igocizoj { padding: 24px 0; }
}
@media (max-width: 900px) {
  
  .kectrj, .f4kn, .k3idyj7.igocizoj { overflow-x: clip; max-width: 100vw; }
  .kectrj .hlw7, .f4kn .hlw7, .igocizoj .jdxcr5, .igocizoj .jjszjwo { min-width: 0; max-width: 100%; box-sizing: border-box; }
  .up7vr85 .rm08 { width: 100% !important; min-width: 0 !important; box-sizing: border-box; }
}
.l1s9nil, .l1s9nil.up7vr85, .n2dmlz, .n2dmlz.up7vr85 {
  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);
}
.v11k5vw4 .l1s9nil, .v11k5vw4 .n2dmlz { --hero-fg: var(--b-900); --hero-fg-soft: var(--b-800); --hero-fg-dim: var(--b-700); }
.l1s9nil { background: linear-gradient(120deg, var(--hero-a, var(--b-900)) 0%, var(--hero-b, var(--b-800)) 100%); padding: 36px 0 40px; }
.v11k5vw4 .l1s9nil { border-bottom: var(--bw-hair) solid var(--b-200); }
.l1s9nil .hlw7, .n2dmlz .hlw7 {
  position: relative; width: 100%; max-width: var(--content-mw, 1100px); margin: 0 auto; padding: 0 24px;
  box-sizing: border-box; text-align: left; transform: none; top: auto; left: auto;
}
.l1s9nil .hlw7 { display: grid; grid-template-columns: minmax(0, 1fr); gap: 40px; align-items: center; }
.ssr6ha .hlw7:has(.kkui0nv2) { grid-template-columns: minmax(0, 1fr) 320px; }
.l1s9nil .nwjquh, .n2dmlz .nwjquh, .c49sg25 .nwjquh {
  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;
}
.l1s9nil .nwjquh, .n2dmlz .nwjquh { color: var(--hero-fg) !important; }
.l1s9nil .t9juu, .n2dmlz .t9juu {
  color: var(--hero-fg-soft); font-size: var(--fs-body); line-height: 1.6; margin: 14px 0 0; max-width: 640px;
}
.kkui0nv2 img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: var(--r-card); box-shadow: 0 18px 40px -18px rgba(0,0,0,.55); }
.me82 .bzgpql9n, .me82 .bzgpql9n * { background: transparent !important; box-shadow: none !important; backdrop-filter: none !important; }
.me82 .bzgpql9n { padding: 0 !important; margin: 0 !important; border: none !important; border-radius: 0 !important; font-size: var(--fs-label); justify-content: flex-start; }
.l1s9nil .me82 .bzgpql9n, .l1s9nil .me82 .bzgpql9n a, .l1s9nil .me82 .bzgpql9n span,
.n2dmlz .me82 .bzgpql9n, .n2dmlz .me82 .bzgpql9n a, .n2dmlz .me82 .bzgpql9n span { color: var(--hero-fg-dim) !important; }
.l1s9nil .me82 .bzgpql9n a, .n2dmlz .me82 .bzgpql9n a { color: var(--hero-fg) !important; font-weight: 600; }
.c49sg25 .me82 .bzgpql9n { color: var(--text-muted); }
.c49sg25 .hlw7::after { margin-top: 22px; }
.n2dmlz .nwjquh { max-width: 24ch; }
@media (min-width: 1100px) {
  .dga7m9 .l1s9nil .hlw7, .zv89y2gw .l1s9nil .hlw7, .agb43fz .l1s9nil .hlw7,
  .dga7m9 .n2dmlz .hlw7, .zv89y2gw .n2dmlz .hlw7, .agb43fz .n2dmlz .hlw7 { max-width: 1280px; }
}
@media (max-width: 760px) {
  .l1s9nil { padding: 24px 0 26px; }
  .l1s9nil .hlw7, .n2dmlz .hlw7 { padding: 0 16px; }
  .ssr6ha .hlw7:has(.kkui0nv2) { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .kkui0nv2 { display: none; }
  .n2dmlz { padding-top: 12px; }
  .yxkyk5 { flex-direction: column; align-items: stretch; gap: 20px; padding: 22px 20px; }
  .yat005y4 { flex-direction: row; width: auto; text-align: left; gap: 12px; padding: 12px 14px; }
  .yat005y4 img { width: 48px; height: 48px; flex: 0 0 48px; }
  .rgji4 { flex: 0 0 auto; }
  .ca6n1 { flex: 1 1 0; min-width: 0; }
  .l1s9nil .nwjquh, .n2dmlz .nwjquh, .c49sg25 .nwjquh { font-size: 25px !important; max-width: none; }
  .l1s9nil .t9juu, .n2dmlz .t9juu { font-size: 15px; }
}
.e41p2 .t9juu, .k3idyj7 .t9juu, .jwv8px .t9juu { font-size: var(--fs-body); line-height: 1.6; max-width: 620px; }
@media (min-width: 901px) {
  
  .lz7o0 .z5g7rzro:not(.rm08), .rjpl67aj .z5g7rzro:not(.rm08) {
    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;
  }
  .lz7o0 .z5g7rzro:not(.rm08) { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .lz7o0 .z5g7rzro:not(.rm08):has(> :nth-child(5):last-child),
  .lz7o0 .z5g7rzro:not(.rm08):has(> :nth-child(10):last-child) { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
  .lz7o0 .z5g7rzro:not(.rm08):has(> :nth-child(3):last-child),
  .lz7o0 .z5g7rzro:not(.rm08):has(> :nth-child(6):last-child),
  .lz7o0 .z5g7rzro:not(.rm08):has(> :nth-child(9):last-child) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .rjpl67aj .z5g7rzro:not(.rm08) { grid-template-columns: repeat(3, minmax(0, 1fr)); padding-top: 14px !important; }

  .lz7o0 .z5g7rzro:not(.rm08) > .e6o2uq7l,
  .rjpl67aj .z5g7rzro:not(.rm08) > .e6o2uq7l: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;
  }
  .lz7o0 .z5g7rzro:not(.rm08) > .e6o2uq7l:hover,
  .rjpl67aj .z5g7rzro:not(.rm08) > .e6o2uq7l:nth-child(-n+3):hover { transform: translateY(-3px); box-shadow: var(--sh-lift); }
  .lz7o0 .e6o2uq7l .fl0r12te, .rjpl67aj .e6o2uq7l:nth-child(-n+3) .fl0r12te {
    align-items: center; text-align: center; padding: 0 16px; border: none !important; width: 100%; box-sizing: border-box;
  }
  
  .lz7o0 .e6o2uq7l .qug8wc, .lz7o0 .e6o2uq7l .qg6wk, .lz7o0 .e6o2uq7l .szgtfa,
  .rjpl67aj .e6o2uq7l:nth-child(-n+3) .qug8wc, .rjpl67aj .e6o2uq7l:nth-child(-n+3) .qg6wk,
  .rjpl67aj .e6o2uq7l:nth-child(-n+3) .szgtfa { order: -2; padding: 0; gap: 12px; }
  .lz7o0 .e6o2uq7l .wxb0, .rjpl67aj .e6o2uq7l:nth-child(-n+3) .wxb0 {
    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;
  }
  .lz7o0 .e6o2uq7l .ppfoiu2, .rjpl67aj .e6o2uq7l:nth-child(-n+3) .ppfoiu2 { max-height: 88px !important; max-width: 88% !important; }
  .lz7o0 .e6o2uq7l .v7iv, .rjpl67aj .e6o2uq7l:nth-child(-n+3) .v7iv { padding: 0 16px; font-size: var(--fs-body); }
  .lz7o0 .e6o2uq7l .k4zzj, .rjpl67aj .e6o2uq7l:nth-child(-n+3) .k4zzj { order: -1; flex-direction: row; justify-content: center; gap: 8px; }
  .lz7o0 .e6o2uq7l .k9a1m34a, .lz7o0 .e6o2uq7l .scapj,
  .rjpl67aj .e6o2uq7l:nth-child(-n+3) .k9a1m34a, .rjpl67aj .e6o2uq7l:nth-child(-n+3) .scapj { margin-top: auto; padding-top: 4px; align-items: stretch; }
  .lz7o0 .e6o2uq7l .scapj::before, .rjpl67aj .e6o2uq7l:nth-child(-n+3) .scapj::before { display: none; }
  .lz7o0 .e6o2uq7l .b3gd6s, .lz7o0 .e6o2uq7l .s178vy0,
  .rjpl67aj .e6o2uq7l:nth-child(-n+3) .b3gd6s, .rjpl67aj .e6o2uq7l:nth-child(-n+3) .s178vy0 { justify-content: center; }
  .lz7o0 .e6o2uq7l .qwpdtlz, .rjpl67aj .e6o2uq7l:nth-child(-n+3) .qwpdtlz { font-size: var(--fs-sm); }
  
  .lz7o0 .e6o2uq7l .zzovzyri, .rjpl67aj .e6o2uq7l:nth-child(-n+3) .zzovzyri { display: none; }
  
  .lz7o0 .z5g7rzro:not(.rm08) > .e6o2uq7l::before,
  .rjpl67aj .z5g7rzro:not(.rm08) > .e6o2uq7l: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"] .lz7o0 .z5g7rzro:not(.rm08) > .e6o2uq7l::before,
  [dir="rtl"] .rjpl67aj .z5g7rzro:not(.rm08) > .e6o2uq7l:nth-child(-n+3)::before { left: auto; right: 10px; }

  
  .rjpl67aj .z5g7rzro:not(.rm08) > .e6o2uq7l:nth-child(1) { order: 2; transform: translateY(-14px); box-shadow: var(--sh-lift), 0 0 0 2px var(--tone-mark, var(--accent)); }
  .rjpl67aj .z5g7rzro:not(.rm08) > .e6o2uq7l:nth-child(1):hover { transform: translateY(-17px); }
  .rjpl67aj .z5g7rzro:not(.rm08) > .e6o2uq7l:nth-child(1)::before { background: var(--tone-mark, var(--accent)) !important; color: var(--tone-mark-fg, #fff); }
  .rjpl67aj .z5g7rzro:not(.rm08) > .e6o2uq7l:nth-child(2) { order: 1; }
  .rjpl67aj .z5g7rzro:not(.rm08) > .e6o2uq7l:nth-child(3) { order: 3; }
  .rjpl67aj .z5g7rzro:not(.rm08) > .e6o2uq7l: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);
  }

  
  .re6c .z5g7rzro:not(.rm08) { position: relative; padding-top: 42px !important; border-radius: var(--r-card); }
  .re6c .z5g7rzro:not(.rm08)::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);
  }
  .re6c .z5g7rzro:not(.rm08) > .e6o2uq7l { padding-top: 10px; padding-bottom: 10px; position: static; }
  .re6c .z5g7rzro:not(.rm08) > .e6o2uq7l:first-child { position: relative; }
  .re6c .z5g7rzro:not(.rm08) .fl0r12te { position: static; }
  .re6c .z5g7rzro:not(.rm08) .buar { display: none; }
  
  .re6c .z5g7rzro:not(.rm08) > .e6o2uq7l:first-child .buar {
    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;
  }
  .re6c .wxb0 { height: 64px !important; width: auto !important; }
  .re6c .ppfoiu2 { max-height: 56px !important; max-width: 120px !important; }
  .re6c .qg6wk { flex-direction: row; align-items: center; gap: 12px; text-align: left; }
  .re6c .qwpdtlz { font-size: var(--fs-sm); }
  .re6c .af48gnr.w6r0 { padding: 10px 16px !important; font-size: var(--fs-label) !important; }
  .re6c .nk8t .e6o2uq7l::before, .re6c.nk8t .e6o2uq7l::before { top: 8px; bottom: 8px; }
  
  .lz7o0.nk8t .e6o2uq7l::before { border-radius: var(--r-pill) !important; }
  .lz7o0.b4ad7a2 .e6o2uq7l:nth-child(even), .rjpl67aj.b4ad7a2 .e6o2uq7l:nth-child(even) { background: var(--bg-card) !important; }
  .lz7o0.xjxvxfgr .e6o2uq7l:first-child, .rjpl67aj.xjxvxfgr .e6o2uq7l:first-child { border-top: none !important; }
  .lz7o0.h58mos .z5g7rzro:not(.rm08) .e6o2uq7l:first-child { box-shadow: var(--sh-lift), 0 0 0 2px var(--tone-mark, var(--accent)); }
}
@media (min-width: 901px) {
  
  .lz7o0 .e6o2uq7l .scapj, .rjpl67aj .e6o2uq7l:nth-child(-n+3) .scapj { display: flex !important; flex-direction: column; }
  
  .re6c .z5g7rzro:not(.rm08) { 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; }
  .re6c .z5g7rzro:not(.rm08) > .e6o2uq7l { border: none !important; border-radius: 0 !important; box-shadow: none !important; margin: 0 !important; background: var(--bg-card) !important; }
  .re6c .z5g7rzro:not(.rm08) > .e6o2uq7l + .e6o2uq7l { border-top: var(--bw-hair) solid var(--border-alt) !important; }
  .re6c .z5g7rzro:not(.rm08) > .e6o2uq7l:hover { background: var(--tone-fill-raw, var(--bg-hover)) !important; }
  .re6c .qg6wk, .re6c .qug8wc, .re6c .szgtfa { justify-content: flex-start; align-items: center; }
  .re6c .scapj { --cs-link-h: 0px; }
  .re6c .scapj .j2ilydtd { display: none; }
}
@media (min-width: 901px) {
  .lz7o0 .z5g7rzro:not(.rm08) .on6vxp,
  .rjpl67aj .z5g7rzro:not(.rm08) > .e6o2uq7l:nth-child(-n+3) .on6vxp { display: block; }
}
body .up7vr85.l1s9nil .nwjquh, body .up7vr85.n2dmlz .nwjquh,
body section.l1s9nil .nwjquh, body section.n2dmlz .nwjquh { color: var(--hero-fg) !important; text-shadow: none !important; }
body .up7vr85.c49sg25 .nwjquh { text-shadow: none !important; }
@media (max-width: 760px) {
  .yat005y4 { width: auto; flex-wrap: wrap; }
  .af6f { flex: 1 0 100%; margin-top: 4px; }
}
.ougys .w2tgu4z, .mdq6 .w2tgu4z { display: block; }
@media (max-width: 640px) {
  .kbay7 .htkbkt5v, .u4wvnf .htkbkt5v,
  .kbay7 .htkbkt5v.sojdmoj, .u4wvnf .htkbkt5v.sojdmoj { background: var(--nav-fill) !important; border-color: var(--nav-edge) !important; }
  .kbay7 .htkbkt5v a, .u4wvnf .htkbkt5v a { color: rgba(255,255,255,0.9) !important; border-color: rgba(255,255,255,0.16) !important; }
  .pe42j2h .htkbkt5v, .pe42j2h .htkbkt5v.sojdmoj { background: var(--b-50) !important; }
}
@media (min-width: 900px) {
  body.zkmryg8j .p6wadzb .bbh333 .og507i7v strong { background: none !important; color: var(--tone-fill-head, var(--text-primary)) !important; }
}
.l1s9nil, .n2dmlz { --hero-fg-soft: rgba(255,255,255,0.92); --hero-fg-dim: rgba(255,255,255,0.84); }
.v11k5vw4 .l1s9nil, .v11k5vw4 .n2dmlz { --hero-fg-soft: var(--b-800); --hero-fg-dim: var(--b-800); }
.vst7yz, .czrqel, .im14bh .vst7yz, .im14bh .czrqel { color: var(--text-muted); }
@media (max-width: 560px) {
  .i72fjlyu.b5mk4, .i72fjlyu.b5mk4 img { width: 88px !important; height: 88px !important; min-height: 0 !important; max-width: 88px; max-height: 88px; padding: 0 !important; }
}
.q66qe6 { margin-top: 18px; }
@media (min-width: 721px) {
  .lwd2p:has(> .e41p2, > .l1s9nil, > .k3idyj7) + .q66qe6 { margin-top: -38px; }
  
  .z6oft .lwd2p + .q66qe6 { margin-top: 18px; }
}
@media (min-width: 1100px) {
  .dga7m9 .q66qe6, .zv89y2gw .q66qe6, .agb43fz .q66qe6 { max-width: 1280px; }
}
@media (max-width: 640px) {
  .lezjmwek .zcu9f { max-width: none; }
}
.zcu9f, .nwjquh, .yz39w { overflow-wrap: break-word; }
.ghenug > div > div, .mgh5od1u .opfia > div { min-width: 0; }
.mgh5od1u p, .mgh5od1u li, .mgh5od1u td, .mgh5od1u a { overflow-wrap: anywhere; }
:root {
  --accent: #238759;
  --brand: #238759;
  --accent-light: #106c45;
  --brand-light: #106c45;
  --accent-bg: #f0f8f3;
  --accent-bg-light: #f0f8f3;
  --accent-pale: #c0e3ce;
  --brand-pale: #c0e3ce;
  --cta: #cc4b1c;
  --cta-hover: #b43b06;
  --cta-fg: #ffffff;
  --cta-light: #40a271;
  --text-primary: #212e26;
  --text-body: #3a4840;
  --text-sub: #3a4840;
  --text-muted: #59675f;
  --text-faint: #67766d;
  --text-dim: #67766d;
  --text-label: #59675f;
  --text-value: #212e26;
  --bg-page: #ffffff;
  --bg-surface: #f2f7f4;
  --bg-card: #ffffff;
  --bg-card-inner: #f5f9f6;
  --bg-card-inner-raw: #f5f9f6;
  --bg-raised: #e9f1ec;
  --bg-hover: #f2f7f4;
  --border: #cdd7d1;
  --border-alt: #dde5e0;
  --border-section: #dde5e0;
  --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: #f0f8f3;
  --bg-info: #f0f8f3;
  --c-tip-border: #dd6138;
  --c-warn-border: #a86b03;
  --c-tag-pay: #fff3ef;
  --grad-start: #238759;
  --grad-end: #106c45;
  --tone-fill: #f0f8f3;
  --tone-fill-2: #e0f0e6;
  --tone-fill-raw: #f0f8f3;
  --tone-fill-2-raw: #e0f0e6;
  --tone-fill-head: #00341e;
  --tone-fill-fg: #274836;
  --tone-fill-muted: #456653;
  --tone-fill-head-raw: #00341e;
  --tone-fill-fg-raw: #274836;
  --tone-fill-muted-raw: #456653;
  --sh-card: 0 0 0 1px rgba(33, 46, 38, 0.06), 0 1px 2px rgba(33, 46, 38, 0.05), 0 10px 24px -14px rgba(33, 46, 38, 0.18);
  --sh-lift: 0 0 0 1px rgba(33, 46, 38, 0.06), 0 2px 4px rgba(33, 46, 38, 0.06), 0 18px 36px -18px rgba(33, 46, 38, 0.26);
  --panel-sh: none;
  --sub-sh: none;
  --sub-pad-x: 0px;
  --tone-line: #dd6138;
  --tone-mark: #be481d;
  --tone-mark-fg: #ffffff;
  --tone-head: #212e26;
  --tone-sub: #106c45;
  --tone-link: #238759;
  --tone-th: #e0f0e6;
  --tone-th-fg: #045232;
  --tone-chip: #fff3ef;
  --tone-chip-fg: #9b340c;
  --tone-soft: #fee5dd;
  --tone-soft-fg: #772403;
  --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: #014e50;
  --b-50: #f0f8f3;
  --s-50: #fff3ef;
  --n-50: #f2f7f4;
  --b-100: #e0f0e6;
  --s-100: #fee5dd;
  --n-100: #e6ede9;
  --b-200: #c0e3ce;
  --s-200: #feccbd;
  --n-200: #d3dcd6;
  --b-300: #90d3ad;
  --s-300: #fea98e;
  --n-300: #bac4be;
  --b-400: #65bb8c;
  --s-400: #f4805b;
  --n-400: #9da9a2;
  --b-500: #40a271;
  --s-500: #dd6138;
  --n-500: #839088;
  --b-600: #238759;
  --s-600: #be481d;
  --n-600: #69776f;
  --b-700: #106c45;
  --s-700: #9b340c;
  --n-700: #515f57;
  --b-800: #045232;
  --s-800: #772403;
  --n-800: #3a4840;
  --b-900: #00341e;
  --s-900: #4e1300;
  --n-900: #212e26;
}
:root { --logo-bg-opacity: 50%; }
body, button, input { font-family: "Manrope", sans-serif; }
.mpk2x .up7vr85, .mpk2x .k3idyj7 { min-height: 520px; }
.cyqf5w5::before { content: '/'; }