:root {
  --color-accent: #4c35c4;
  --color-cta: #0b874e;
  --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);
}
.mdloqjy {
  background: var(--bg-surface);
  border-bottom: var(--bw-hair) solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.wuky0 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.bjct0 {
  color: var(--accent-light);
  font-weight: 700; font-size: var(--fs-body);
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.h2ns5dhj { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: var(--r-chip); }
.iioim0 { list-style: none; display: flex; column-gap: 20px; row-gap: 8px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.iioim0 a {
  color: var(--text-body); white-space: nowrap; font-weight: 500;
  text-decoration: none; font-size: var(--fs-sm); transition: color 0.2s;
}
.iioim0 a:hover { color: var(--accent-light); }
.aomq0s  .zxatgvi { border-radius: var(--r-card); }
.aomq0s .zxatgvi li:first-child a { border-top-left-radius: var(--r-btn); border-top-right-radius: var(--r-btn); }
.aomq0s .zxatgvi li:last-child a { border-bottom-left-radius: var(--r-btn); border-bottom-right-radius: var(--r-btn); }
@media (max-width: 640px) {
  .zxatgvi {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .yv72m:hover .zxatgvi,
  .yv72m:focus-within .zxatgvi { display: block; }
  .zxatgvi li a { padding: 8px 16px; font-size: var(--fs-sm); }
}
.uniptup4 {
  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);
}
.r0eeo { display: none; }
@media (max-width: 640px) {
  .r0eeo {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .r0eeo.ga249 { display: block; }
}
@media (max-width: 640px) {
  .uniptup4 { display: block; }
  .iioim0 > li + li::before { display: none !important; }
  .iioim0 {
    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;
  }
  .iioim0.ga249 { display: flex; }
  .iioim0 li a {
    display: block; padding: 12px 24px; font-size: var(--fs-sm);
    border-bottom: var(--bw-hair) solid var(--border);
  }
  .iioim0 li:last-child a { border-bottom: none; }
}
.elri { min-height: 480px; }
.n9l2q {
  font-size: var(--fs-h1); font-weight: 700; color: #fff;
  line-height: 1.12; margin-bottom: 20px; letter-spacing: -0.025em; text-wrap: balance;
}
.shqkio { font-size: var(--fs-lead); line-height: 1.55; margin-bottom: 32px; max-width: 680px; margin-left: auto; margin-right: auto; }
.zi2bd880 .shqkio { margin-left: 0; margin-right: 0; }
.g7fgzaoq {
  background: var(--cta); color: var(--cta-fg, #fff); text-decoration: none;
  border-radius: var(--r-btn); padding: 16px 32px;
  font-size: var(--fs-body); font-weight: 700; display: inline-block;
  transition: opacity 0.2s, transform 0.15s;
}
.yb8z .g7fgzaoq { margin-top: 24px; }
.g7fgzaoq:hover { opacity: 0.88; }
.uyuen6vy .n9l2q { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.uyuen6vy .shqkio { color: #e2e8f0; }
.uyuen6vy.iu1s .fcltvx89 { text-align: center; }
.ynqd .n9l2q { color: var(--text-primary); text-shadow: none; }
.ynqd .shqkio { color: var(--text-muted); }
.ynqd .g7fgzaoq { margin-top: 16px; }
.ynqd, .ynqd.elri { min-height: auto !important; }
.ynqd.iu1s .fcltvx89 { text-align: center; }
.ynqd~.s6a90{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}
.ynqd~.s6a90 .weqm6r{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; }
}
.y13e .n9l2q { color: #fff; }
.y13e .shqkio { color: rgba(255,255,255,0.85); }
.ieg2c {
  display: grid; grid-template-columns: 1fr 1fr;
  grid-template-areas: "text media";
  min-height: 480px;
  background: linear-gradient(110deg, var(--accent-bg) 0%, var(--bg-card) 55%, var(--bg-surface) 100%);
}
.aqncgv4t {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.br6q {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.wis3ngk {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.ieg2c .n9l2q { text-shadow: none; color: var(--text-primary); }
.ieg2c .shqkio { color: var(--text-muted); }
body.mgefgm .n9l2q {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.fju84bkp .n9l2q {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.elri.y13e .n9l2q,
section.y13e .n9l2q {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.ieg2c.iu1s .aqncgv4t { align-items: center; text-align: center; }
.ieg2c.zi2bd880   .aqncgv4t { align-items: flex-start; text-align: left; }
.lzj1qhb .br6q { position: relative; }
.lzj1qhb .br6q::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.lzj1qhb.xcrc .br6q::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.i25d .br6q {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.i25d .wis3ngk {
  position: static; width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover; border-radius: var(--r-card);
  box-shadow: var(--sh-3);
}
.i25d.xcrc .br6q { padding: 32px 0 32px 32px; }
.atcry .br6q {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.atcry .wis3ngk {
  position: static;
  width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: var(--r-card);
  box-shadow: var(--sh-3);
}
.xcrc .aqncgv4t {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.atcry.xcrc .br6q { padding: 40px 16px 40px 48px; }
.elri .ab27 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.ab27 .xq7d {
  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;
}
.ab27 .xq7d + .xq7d { border-top: var(--bw-hair) solid var(--border-alt); }
.ab27 .c8c1dah { align-items: center; text-align: center; width: 100%; }
.ab27 .wkgnx {
  width: 168px !important; height: 88px !important; padding: 8px;
  margin: 0 auto;
}
.ab27 .brndaxui { max-height: 64px; max-width: 140px; }
.ab27 .o8k4e0 {
  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%;
}
.ab27 .opcgt7t,
.ab27 .gqj5uahy {
  font-size: var(--fs-sm);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%;
}
.ab27 .m6qc6bd.a3o1nux3 {
  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;
}
.ab27 .m6qc6bd.a3o1nux3:hover { opacity: 0.85; }
.ab27 .xq7d,
.ab27 .xq7d:hover,
.ab27 .xq7d:nth-child(even),
.ab27 .xq7d:nth-child(odd),
.ab27 .xq7d:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.twhq5 .br6q {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
@media (max-width: 700px) {
  .ieg2c { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .ieg2c:not(.twhq5) .br6q { display: none !important; }
  .twhq5 .br6q { padding: 16px; }
  .aqncgv4t  { padding: 36px 24px; }
  .ieg2c~.s6a90,.xcrc~.s6a90{max-width:100%;left: 0;right: 0;transform:none;padding: 0 24px}
  .elri, .ieg2c { min-height: 320px !important; }
  .n9l2q { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .ug6l8,
  .ol2w,
  .rjb5r { grid-template-columns: 1fr !important; }

  

  
  .ne377ken { display: flex !important; flex-direction: column !important; }
  .ne377ken .fcltvx89 { display: contents; }
  .ne377ken .l3hrs { order: 0; }
  .ne377ken .n9l2q { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .ne377ken .ug6l8 { order: 2; padding: 0 16px 12px !important; }
  .ne377ken .shqkio { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .yb8z .fcltvx89 { display: flex; flex-direction: column; }
  .yb8z .fcltvx89 .n9l2q { order: 1; }
  .yb8z .fcltvx89 .rjb5r { order: 2; margin: 8px 0 24px !important; }
  .yb8z .fcltvx89 .shqkio { order: 3; }
  .yb8z .fcltvx89 .g7fgzaoq { order: 4; align-self: center; margin-top: 0; }

  
  .ieg2c.twhq5 {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .ieg2c.twhq5 .aqncgv4t { display: contents; padding: 0; }
  .ieg2c.twhq5 .aqncgv4t .n9l2q { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .ieg2c.twhq5 .br6q { order: 2; padding: 12px 16px; }
  .ieg2c.twhq5 .aqncgv4t .shqkio { order: 3; padding: 0 24px; margin: 0 auto; }
  .ieg2c.twhq5 .aqncgv4t .g7fgzaoq { order: 4; align-self: center; margin: 8px 0 32px; }
}
.lcfnyfr { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.j8xomkv { width: 100%; height: auto; display: block; border-radius: var(--r-btn); }
.z24h .lcfnyfr        { border-radius: var(--r-card); }
.z24h .j8xomkv  { border-radius: var(--r-card); }
.jswhi .lcfnyfr         { box-shadow: var(--sh-2); border-radius: var(--r-btn); }
.jswhi .j8xomkv   { border-radius: var(--r-btn); }
.roghigwn { max-width: 1100px; margin: 0 auto; padding: 40px 24px 8px; }
.nntsg { width: 100%; padding: 32px 0; position: relative; }
.rumf55 { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.imhu .nntsg, .z9if .nntsg { background: transparent; }
.ngbf .upy4 > *,
.efttw85j > *, .ycabzz > *, .qbsab29l > *, .wlbmu2my > *, .qg1sv9kp > * {
  --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.gndx { font-size: var(--fs-h1); font-weight: 700; color: var(--text-primary); margin-bottom: 16px; }
h2.gndx {
  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.omek38 { 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; }
.yxctt h2.gndx {
  border-left: var(--bw-bar) solid var(--tone-line, var(--accent)); padding-left: 16px;
}
.vj6lhbc4 h2.gndx {
  border-bottom: var(--bw-rule) solid var(--tone-line, var(--accent)); padding-bottom: 12px;
  display: inline-block;
}
.sw7qa h2.gndx {
  border-top: var(--bw-bar) solid var(--tone-line, var(--accent)); padding-top: 12px;
  color: var(--tone-head, var(--text-primary));
}
.c0pcpdq h2.gndx::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--tone-mark, var(--accent)); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.bdn0 h2.gndx {
  color: var(--tone-head, var(--text-primary)); font-size: var(--fs-h2);
}
.vk27yu h2.gndx::before {
  content: "/"; color: var(--tone-mark, var(--text-faint)); font-weight: 700;
  margin-right: 10px;
}
.cmj1nt6n h2.gndx {
  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) { .pb6e3pj { display: none; } }
.j6bp { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.vt41 { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.j056 {
  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;
}
.liz9m { font-weight: 700; color: var(--tone-head, var(--text-primary)); margin-bottom: 12px; font-size: var(--fs-sm); }
.d6mjnyom { padding-left: 20px; }
.d6mjnyom li { margin-bottom: 8px; }
.d6mjnyom a { color: var(--text-muted); text-decoration: none; font-size: var(--fs-sm); }
.d6mjnyom a:hover { color: var(--tone-link, var(--accent-light)); }
.gmg7 .liz9m { display: none; }
.btywa1i .liz9m { display: none; }
.btywa1i .d6mjnyom { padding-left: 0; list-style: none; }
.btywa1i .d6mjnyom li::before { content: "—"; margin-right: 8px; color: var(--text-faint); }
.btywa1i .d6mjnyom a { font-size: var(--fs-sm); }
.z480y .j056 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.z480y .liz9m { display: none; }
.z480y .d6mjnyom { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.z480y .d6mjnyom li { margin-bottom: 0; }
.z480y .d6mjnyom 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;
}
.z480y .d6mjnyom a:hover { border-color: var(--accent); color: var(--accent); }
.np6frhm .j056 { padding: 20px 20px 16px; }
.np6frhm .d6mjnyom {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 12px;
  counter-reset: toc-c;
}
.np6frhm .d6mjnyom li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.np6frhm .d6mjnyom 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;
}
.np6frhm .d6mjnyom 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;
}
.np6frhm .d6mjnyom a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.np6frhm .d6mjnyom a:focus,
.np6frhm .d6mjnyom a:focus-visible,
.np6frhm .d6mjnyom a:target { outline: none; }
.np6frhm .d6mjnyom li:target a { border-color: var(--border); color: var(--text-muted); }
.jt9kv6v .j056 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.jt9kv6v .liz9m { display: none; }
.jt9kv6v .d6mjnyom { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.jt9kv6v .d6mjnyom li { counter-increment: toc-n; margin-bottom: 0; }
.jt9kv6v .d6mjnyom 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;
}
.jt9kv6v .d6mjnyom 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;
}
.jt9kv6v .d6mjnyom a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.dk57i6 .j056 { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: var(--bw-rule) solid var(--border); }
.dk57i6 .liz9m { display: none; }
.dk57i6 .d6mjnyom { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.dk57i6 .d6mjnyom li { margin-bottom: 0; }
.dk57i6 .d6mjnyom 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;
}
.dk57i6 .d6mjnyom a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.kk6od1 .j056 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.kk6od1 .liz9m { display: none; }
.kk6od1 .d6mjnyom { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.kk6od1 .d6mjnyom li { margin-bottom: 0; }
.kk6od1 .d6mjnyom li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.kk6od1 .d6mjnyom li:last-child::after { content: ""; margin-right: 0; }
.kk6od1 .d6mjnyom a { font-size: var(--fs-sm); }
.upy4 { padding: 16px 20px 20px; margin-bottom: 12px; border-radius: var(--r-btn); }
.ngbf .upy4 { background: var(--bg-card); }
.xjz2 .upy4 { background: none; border-radius: 0; padding: 28px 0 8px; }
.xjz2 .upy4 + .upy4 { border-top: var(--bw-hair) solid var(--border-section); }
.kik3ga4s .upy4 {
  background: none; border-radius: 0;
  border-bottom: var(--bw-hair) solid var(--border);
  padding: 24px 4px;
}
.kik3ga4s .upy4:last-child { border-bottom: none; }
.f8g3uy8 .upy4 {
  background: none; border-radius: 0;
  border-left: var(--bw-bar) solid var(--accent);
  padding: 12px 0 12px 20px;
}
.f8g3uy8 .upy4 + .upy4 { margin-top: 4px; }
.q05mbn .upy4 { background: none; border-radius: 0; padding: 28px 0 8px; }
.q05mbn .upy4 + .upy4 { border-top: var(--bw-hair) solid var(--border-section); }
.zcy80j3n { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.d3nwnehp { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.enajxl { color: var(--text-body); margin-bottom: 16px; text-wrap: pretty; }
.p9ld1en, .k72e09d { padding-left: 24px; color: var(--text-body); margin: 12px 0; }
.p9ld1en li, .k72e09d li { margin-bottom: 8px; }
.k72e09d li { list-style: decimal; }
.qbsab29l { overflow-x: auto; margin: 12px 0; background: var(--bg-card); border-radius: var(--r-btn); border: var(--bw-hair) solid var(--border-alt); }
.g13suu71 .qbsab29l,
.ycabzz .qbsab29l { background: transparent; border: none; border-radius: 0; }
.x7bgluah { width: 100%; border-collapse: collapse; font-size: var(--fs-sm); }
.x7bgluah 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;
}
.x7bgluah td { padding: 8px 12px; border-bottom: var(--bw-hair) solid var(--border-alt); color: var(--text-body); }
.x7bgluah tr:hover td { background: var(--bg-hover); }
.of4u .x7bgluah tbody tr:nth-child(even) td { background: var(--tone-fill, var(--bg-surface)); }
.pdabha .x7bgluah { border: var(--bw-hair) solid var(--border-alt); }
.pdabha .x7bgluah th,
.pdabha .x7bgluah td { border: var(--bw-hair) solid var(--border-alt); }
.gv5d8s .x7bgluah th {
  background: transparent; color: var(--tone-head, var(--text-primary));
  border-bottom: var(--bw-rule) solid var(--tone-line, var(--border)); padding-bottom: 8px;
}
.gv5d8s .x7bgluah td { border-bottom: none; }
.gv5d8s .x7bgluah tr:not(:last-child) td { border-bottom: var(--bw-hair) solid var(--border-alt); }
.unv4 .x7bgluah th {
  background: var(--tone-mark, var(--cta)); color: var(--tone-mark-fg, #fff); letter-spacing: var(--ls-label);
}
.fp4nscz .qbsab29l {
  overflow: hidden;
}
.fp4nscz .x7bgluah th { border-bottom: var(--bw-hair) solid var(--border-alt); }
.fp4nscz .x7bgluah tr:last-child td { border-bottom: none; }
.m3zzkj2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 16px; margin: 12px 0; }
.qg1sv9kp { background: var(--bg-card-inner); border-radius: var(--r-btn); overflow: hidden; }
.k2w4yvb { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.tlw3kw1d { 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); }
.q15ap { padding: 12px 16px 4px; font-size: var(--fs-sm); color: var(--text-sub); }
.w7q0cxko { padding: 4px 16px 12px 28px; font-size: var(--fs-label); color: var(--text-muted); }
.w7q0cxko 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%}
.h78kar .tlw3kw1d { background: transparent; text-align: center; }
.uwpvyn .k2w4yvb {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 20px auto 2px; display: block;
}
.s3wd .k2w4yvb {
  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);
}
.s0mxawx4 .qg1sv9kp { display: grid; grid-template-columns: auto 1fr; }
.s0mxawx4 .k2w4yvb {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.s0mxawx4 .tlw3kw1d { grid-column: 2; }
.s0mxawx4 .q15ap,
.s0mxawx4 .w7q0cxko { grid-column: 1 / -1; }
.yvwp6 .qg1sv9kp { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.yvwp6 .k2w4yvb {
  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);
}
.yvwp6 .tlw3kw1d { grid-column: 2; }
.yvwp6 .q15ap,
.yvwp6 .w7q0cxko { grid-column: 1 / -1; }
.pos26o3 .qg1sv9kp { border: var(--bw-hair) solid var(--border); border-left: var(--bw-rule) solid var(--tone-line, var(--accent)); }
.pos26o3 .tlw3kw1d { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; }
.gmdhtj .qg1sv9kp { 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); }
.gmdhtj .tlw3kw1d { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; }
.g1om2nw .qg1sv9kp { background: none; border: none; border-radius: 0; border-top: var(--bw-rule) solid var(--tone-line, var(--accent)); }
.g1om2nw .tlw3kw1d { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; }
.infnf7vf .qg1sv9kp { border: var(--bw-hair) solid var(--border); border-top: var(--bw-bar) solid var(--tone-line, var(--accent)); }
.infnf7vf .tlw3kw1d { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; padding-top: 12px; }
.q7fryv .m3zzkj2 { counter-reset: card-n; }
.q7fryv .qg1sv9kp  { counter-increment: card-n; }
.q7fryv .tlw3kw1d { display: flex; align-items: center; gap: 12px; }
.q7fryv .tlw3kw1d::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;
}
.h0kta5w4 .qg1sv9kp { background: var(--tone-fill, var(--bg-surface)); border: var(--bw-hair) solid var(--border); }
.h0kta5w4 .tlw3kw1d { background: none; color: var(--text-main); font-weight: 700; border-bottom: var(--bw-hair) solid var(--border); }
.qudrq02g { display: flex; gap: 16px; align-items: flex-start; border-radius: var(--r-btn); padding: 16px 20px; margin: 12px 0; }
.qudrq02g         { --cl-hue: var(--tone-line, var(--accent)); --cl-bg: var(--bg-tip, var(--bg-surface)); }
.qcduhq0     { --cl-hue: var(--tone-line, var(--accent)); }
.j22q26o { --cl-hue: var(--c-warn-border); --cl-bg: var(--bg-warning); }
.gkom51l    { --cl-hue: var(--tone-line, var(--accent)); }
.qcduhq0, .j22q26o, .gkom51l, .x473e7 {
  background: var(--cl-bg, var(--bg-surface));
  border-left: var(--bw-bar) solid var(--cl-hue);
}
.vr4hz82q { font-size: var(--fs-lead); flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.vr4hz82q::before { color: var(--cl-hue); }
.qudrq02g strong { color: var(--tone-sub, var(--text-primary)); font-size: var(--fs-sm); }
.qudrq02g p { color: var(--text-muted); font-size: var(--fs-sm); margin-top: 4px; }
.vsvv { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 12px 0; }
.kpjk3g, .dlyviyg { border-radius: var(--r-btn); padding: 16px; }
.kpjk3g { background: var(--bg-pros); }
.dlyviyg { background: var(--bg-cons); }
.tnzi5 { font-weight: 700; font-size: var(--fs-label); margin-bottom: 8px; }
.kpjk3g .tnzi5 { color: var(--c-pros-label); }
.dlyviyg .tnzi5 { color: var(--c-cons-label, var(--c-cons)); }
.kpjk3g ul li { color: var(--text-body); list-style: none; padding-left: 4px; margin-bottom: 4px; font-size: var(--fs-sm); }
.dlyviyg ul li { color: var(--text-body); list-style: none; padding-left: 4px; margin-bottom: 4px; font-size: var(--fs-sm); }
.j8xomkv { width: 100%; height: auto; border-radius: var(--r-btn); display: block; }
.a3o1nux3 {
  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;
}
.a3o1nux3:hover { opacity: 0.85; }
.g4u0ti .a3o1nux3  { background: transparent; border: var(--bw-rule) solid var(--cta); color: var(--cta-light); }
.g4u0ti .a3o1nux3:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.mpnu8 .a3o1nux3  { background: var(--accent-bg); border: var(--bw-hair) solid var(--cta); color: var(--cta-light); }
.mpnu8 .a3o1nux3:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.g4u0ti .m6qc6bd.a3o1nux3, .mpnu8 .m6qc6bd.a3o1nux3,
.g4u0ti .vdaqf .a3o1nux3, .mpnu8 .vdaqf .a3o1nux3 {
  background: var(--cta); border: none; color: #fff;
}
.g4u0ti .m6qc6bd.a3o1nux3:hover, .mpnu8 .m6qc6bd.a3o1nux3:hover,
.g4u0ti .vdaqf .a3o1nux3:hover, .mpnu8 .vdaqf .a3o1nux3:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.t0l12e7 .g7fgzaoq { border-radius: var(--r-pill); }
.t0l12e7 .a3o1nux3  { border-radius: var(--r-pill); }
.yc7i6a .g7fgzaoq,
.yc7i6a .g7fgzaoq:hover,
.q9c7r .g7fgzaoq,
.q9c7r .a3o1nux3 { box-shadow: none; }
.q9c7r .g7fgzaoq:hover,
.q9c7r .a3o1nux3:hover { box-shadow: none; opacity: 1; }
.q2bc .g7fgzaoq,
.q2bc .a3o1nux3 { box-shadow: none; transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.q2bc .g7fgzaoq:hover,
.q2bc .a3o1nux3:hover { opacity: 1; }
.q2bc .g7fgzaoq:active,
.q2bc .a3o1nux3:active { transform: translateY(3px); box-shadow: none; }
.ne3uwvnb .g7fgzaoq,
.ne3uwvnb .a3o1nux3 { box-shadow: none; }
.ne3uwvnb .g7fgzaoq:hover,
.ne3uwvnb .a3o1nux3:hover { opacity: 1; box-shadow: none; }
.ne3uwvnb .g7fgzaoq:active,
.ne3uwvnb .a3o1nux3:active { box-shadow: none; }
.vgdf16 .g7fgzaoq,
.vgdf16 .a3o1nux3 { position: relative; overflow: hidden; }
.vgdf16 .g7fgzaoq::before,
.vgdf16 .a3o1nux3::before {
  content: ""; position: absolute; top: 0; left: -125%; width: 55%; height: 100%;
  background: none;
  transform: skewX(-20deg); transition: left .6s ease; pointer-events: none;
}
.vgdf16 .g7fgzaoq:hover::before,
.vgdf16 .a3o1nux3:hover::before { left: 135%; }
.fx4ehqo .g7fgzaoq,
.fx4ehqo .a3o1nux3 { border-radius: 0; }
.avauw4g .g7fgzaoq { padding-left: 24px; padding-right: 24px; }
.avauw4g .a3o1nux3  { padding-left: 12px; padding-right: 12px; }
.ot8555zh .g7fgzaoq { padding-left: 44px; padding-right: 44px; }
.ot8555zh .a3o1nux3  { padding-left: 24px; padding-right: 24px; }
.omarxv .g7fgzaoq { padding-left: 56px; padding-right: 56px; }
.omarxv .a3o1nux3  { padding-left: 32px; padding-right: 32px; }
.dgd4   .g7fgzaoq::after, .dgd4   .a3o1nux3::after,
.p4s6d .g7fgzaoq::after, .p4s6d .a3o1nux3::after,
.cuuhod    .g7fgzaoq::after, .cuuhod    .a3o1nux3::after,
.xhnz5si    .g7fgzaoq::after, .xhnz5si    .a3o1nux3::after,
.ssjst61    .g7fgzaoq::after, .ssjst61    .a3o1nux3::after,
.iw63q     .g7fgzaoq::after, .iw63q     .a3o1nux3::after,
.c4bns    .g7fgzaoq::after, .c4bns    .a3o1nux3::after,
.c37n   .g7fgzaoq::after, .c37n   .a3o1nux3::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;
}
.dgd4 .g7fgzaoq::after, .dgd4 .a3o1nux3::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");
}
.p4s6d .g7fgzaoq::after, .p4s6d .a3o1nux3::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");
}
.cuuhod .g7fgzaoq::after, .cuuhod .a3o1nux3::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");
}
.xhnz5si .g7fgzaoq::after, .xhnz5si .a3o1nux3::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");
}
.ssjst61 .g7fgzaoq::after, .ssjst61 .a3o1nux3::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");
}
.iw63q .g7fgzaoq::after, .iw63q .a3o1nux3::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");
}
.c4bns .g7fgzaoq::after, .c4bns .a3o1nux3::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");
}
.c37n .g7fgzaoq::after, .c37n .a3o1nux3::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");
}
.yren   .toje0::after, .yren   .xbiyslm::after,
.nn4h .toje0::after, .nn4h .xbiyslm::after,
.u9j3ll    .toje0::after, .u9j3ll    .xbiyslm::after,
.lk3rng3    .toje0::after, .lk3rng3    .xbiyslm::after,
.h42m    .toje0::after, .h42m    .xbiyslm::after,
.q98ekio9     .toje0::after, .q98ekio9     .xbiyslm::after,
.wfntqzx    .toje0::after, .wfntqzx    .xbiyslm::after,
.f9pxnxyd   .toje0::after, .f9pxnxyd   .xbiyslm::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;
}
.yren .toje0::after, .yren .xbiyslm::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");
}
.nn4h .toje0::after, .nn4h .xbiyslm::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");
}
.u9j3ll .toje0::after, .u9j3ll .xbiyslm::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");
}
.lk3rng3 .toje0::after, .lk3rng3 .xbiyslm::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");
}
.h42m .toje0::after, .h42m .xbiyslm::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");
}
.q98ekio9 .toje0::after, .q98ekio9 .xbiyslm::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");
}
.wfntqzx .toje0::after, .wfntqzx .xbiyslm::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");
}
.f9pxnxyd .toje0::after, .f9pxnxyd .xbiyslm::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");
}
.uq1f {
  --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;
}
.xq7d {
  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;
}
.xq7d + .xq7d { border-top: var(--bw-hair) solid var(--border-alt); }
.xq7d > * { min-width: 0; }
.xq7d:hover { background: var(--bg-hover); }
.xq7d > [itemprop="item"] { display: contents; }
.xq7d [itemprop="itemReviewed"],
.xq7d [itemprop="reviewRating"] { display: none; }
.c8c1dah {
  display: flex; flex-direction: column;
  align-items: flex-start; justify-content: center;
  gap: 4px; min-width: 0; max-width: 100%;
}
.hxxe, .o6xtyk, .s8kr0j93,
.cqjxe, .zvflq7o, .yj464 { align-items: center; text-align: center; }
.zvflq7o, .yj464 { align-items: stretch; }
.uzw3lb6x {
  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%;
}
.nyn8wr16 {
  font-size: var(--fs-body); font-weight: 600; line-height: var(--lh-tight);
  color: var(--text-primary);
  max-width: 100%; overflow-wrap: break-word;
}
.gqj5uahy { font-size: var(--fs-lead); font-weight: 700; }
.vpov {
  font-size: var(--fs-label); font-weight: 400; line-height: var(--lh-tight);
  color: var(--text-muted); max-width: 100%; overflow-wrap: break-word;
}
.t3v5s5d .nyn8wr16 {
  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
  overflow: hidden;
}
.o8k4e0 {
  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;
}
.wkgnx {
  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;
}
.r44j .brndaxui { max-height: 60px; max-width: 68px; }
.brndaxui {
  max-height: 88px; max-width: 152px;
  width: auto; height: auto; object-fit: contain;
}
.o6xtyk .wkgnx { width: 168px; }
.oa6n4t .wkgnx,
.oa6n4t .tmrf552,
.vjr2enf5 .wkgnx,
.vjr2enf5 .tmrf552,
.xhi5pbo .wkgnx,
.xhi5pbo .tmrf552,
.xhi5pbo .m9gsa7ww     { background: rgba(128,128,128,.10); }
.rgt2en .wkgnx,
.rgt2en .tmrf552,
.oa6n4t .wkgnx, .vjr2enf5 .wkgnx,
.xhi5pbo .wkgnx,  .rgt2en .wkgnx {
  width: 88px; height: 88px; padding: 12px;
}
.oa6n4t .wkgnx .brndaxui, .vjr2enf5 .wkgnx .brndaxui,
.xhi5pbo .wkgnx .brndaxui,  .rgt2en .wkgnx .brndaxui {
  max-height: 60px; max-width: 68px;
}
.kgqjipsc .wkgnx, .kgqjipsc .wkgnx.r44j,
.kgqjipsc .tmrf552,   .kgqjipsc .tmrf552.r44j,
.wqkxl {
  color: #f5a524; font-size: var(--fs-label);
  letter-spacing: var(--ls-label); line-height: var(--lh-tight); white-space: nowrap;
}
.j5hi {
  font-size: var(--fs-lead); font-weight: 700; line-height: var(--lh-solid);
  color: var(--text-primary);
}
.j5hi small { font-size: var(--fs-caption); font-weight: 600; color: var(--text-muted); }
.m6qc6bd.a3o1nux3 {
  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;
}
.yj464 {
  display: grid; grid-template-rows: var(--cs-link-h) auto var(--cs-link-h);
  align-content: center; --cs-link-h: 22px;
}
.yj464::before { content: ""; }
.e0p09cfe {
  display: block; margin-top: 8px;
  font-size: var(--fs-label); font-weight: 600; line-height: var(--lh-tight);
  color: var(--text-muted); text-align: center; text-decoration: none;
}
.e0p09cfe:hover { color: var(--accent); text-decoration: underline; }
.ab27 .xq7d { padding: 16px 16px; gap: 16px; }
@media (max-width: 1080px) {
  .xq7d { gap: 16px; padding: 16px 16px; }
  .wkgnx { width: 152px; height: 96px; }
  .brndaxui { max-height: 80px; max-width: 136px; }
}
@media (max-width: 900px) {
  .xq7d {
    display: flex; flex-wrap: wrap; align-items: flex-start;
    gap: 12px 16px; padding: 16px; position: relative;
  }
  
  .c8c1dah { justify-content: flex-start; }
  
  .uy7f, .raeb1 { flex-direction: row; }
  
  .uy7f .sydq4:nth-child(n+3) { display: none; }
  
  .hxxe {
    position: static; order: 0; flex: 0 0 auto;
    align-self: center; min-width: 18px;
  }
  .c8c1dah { text-align: left; align-items: flex-start; }

  
  .o6xtyk, .s8kr0j93, .mzqu {
    order: 1; flex: 0 1 auto; min-width: 0;
    flex-direction: row; align-items: center; gap: 12px;
  }
  .cqjxe {
    order: 2; flex: 0 0 auto; margin-left: auto;
    flex-direction: row; align-items: baseline; gap: 8px;
  }
  .o6xtyk .wkgnx, .s8kr0j93 .wkgnx,
  .mzqu .wkgnx { width: auto; height: 72px; }
  .brndaxui { max-height: 72px; max-width: 128px; }
  .gqj5uahy { font-size: var(--fs-body); }
  .o8k4e0 { font-size: var(--fs-sm); }

  
  .rt2n, .opcgt7t, .vxrk,
  .uq5czca, .t457ki, .lf6cdlld,
  .t3v5s5d, .j3vy9e, .l0m5,
  .fncw, .tmmuhgy {
    order: 3; flex: 1 1 calc(50% - 7px); min-width: calc(50% - 7px);
  }
  
  .zvflq7o, .yj464 { order: 4; flex: 1 0 100%; }
  .yj464 { display: flex; flex-direction: column; }
  .yj464::before { display: none; }
  .m6qc6bd.a3o1nux3 { width: 100%; padding: 12px 20px !important; }
  .e0p09cfe { text-align: left; }
}
@media (max-width: 560px) {
  .xq7d { padding: 16px; gap: 12px 12px; }
  
  .uzw3lb6x, .vpov, .sydq4 { font-size: var(--fs-caption); }
  .nyn8wr16 { font-size: var(--fs-sm); }
  .gqj5uahy { font-size: var(--fs-body); }
  .o8k4e0 { font-size: var(--fs-sm); }
  .oo78ac0 { font-size: var(--fs-sm); }
  .j5hi { font-size: var(--fs-lead); }
  
  .m6qc6bd.a3o1nux3 { padding: 12px 16px !important; font-size: var(--fs-sm) !important; }
  .c8c1dah { gap: 2px; }
  .o6xtyk .wkgnx, .s8kr0j93 .wkgnx,
  .mzqu .wkgnx { height: 64px; }
  .brndaxui { max-height: 64px; max-width: 116px; }
  .r44j { padding: 8px; }
  .gqj5uahy { font-size: var(--fs-sm); }
}
@media (max-width: 360px) {
  .rt2n, .opcgt7t, .vxrk,
  .uq5czca, .t457ki, .lf6cdlld,
  .t3v5s5d, .j3vy9e, .l0m5,
  .fncw, .tmmuhgy { flex-basis: 100%; min-width: 100%; }
}
.efttw85j {
  --cs-radius: var(--r-card);
  background: var(--bg-card);
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--cs-radius);
  margin: 24px 0; overflow: hidden;
}
.n0j0hx7 {
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px;
  padding: 20px 24px; background: var(--bg-card);
}
.tmrf552 {
  width: 112px; height: 112px; flex-shrink: 0;
  background: var(--bg-card);
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-btn);
  display: flex; align-items: center; justify-content: center;
  padding: 6px; box-sizing: border-box; overflow: hidden;
}
.tmrf552 img { max-width: 96px; max-height: 96px; border-radius: var(--r-chip); width: auto; height: auto; object-fit: contain; }
.i5urlvmo { flex: 1; min-width: 0; }
.i5urlvmo h3 { font-size: var(--fs-lead); font-weight: 700; color: var(--text-primary); margin-bottom: 8px; line-height: var(--lh-tight); }
.c10h2y6 { color: #f5a524; font-size: var(--fs-sm); letter-spacing: var(--ls-label); }
.p6nb { display: flex; align-items: baseline; gap: 12px; margin-bottom: 0; }
.p6nb strong { font-size: var(--fs-lead); font-weight: 700; color: var(--text-primary); line-height: var(--lh-solid); }
.p6nb .zmjudnrb { font-size: var(--fs-caption); font-weight: 600; color: var(--text-muted); }
.pa5sgdb {
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px 24px;
  padding: 16px 24px;
  background: var(--tone-fill, var(--bg-surface)); border-top: var(--bw-hair) solid var(--border-alt);
}
.pa5sgdb > span { font-size: var(--fs-sm); font-weight: 600; color: var(--text-primary); }
.bftm em, .qsjrpu8c em, .ara4l7he em, .j25zh8y em {
  font-size: var(--fs-caption); font-weight: 600; font-style: normal;
  color: var(--text-muted); text-transform: uppercase; letter-spacing: var(--ls-label);
}
@media (max-width: 560px) { .pa5sgdb { padding: 12px 16px; gap: 8px 16px; } }
.vdaqf { flex-shrink: 0; align-self: center; }
.vdaqf .a3o1nux3 {
  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) {
  .n0j0hx7 { flex-wrap: wrap; align-items: center; gap: 12px; padding: 16px; }
  .tmrf552 { order: 1; width: 104px; height: 104px; }
  .tmrf552 img { max-width: 96px; max-height: 88px; }
  .vdaqf { order: 2; margin-left: auto; align-self: center; }
  .i5urlvmo { order: 3; flex: 1 1 100%; min-width: 0; }
  .i5urlvmo h3 { font-size: var(--fs-body); }
}
.bwbg img.k0j4cc5j { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.g13suu71 { padding: 20px 24px; }
.amtwp2rh { color: var(--text-body); margin-bottom: 16px; }
.fkpb8dk { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.q9g7v3e, .wpmfyf { list-style: none; font-size: var(--fs-sm); }
.q9g7v3e li { color: var(--text-body); margin-bottom: 4px; }
.wpmfyf li { color: var(--text-body); margin-bottom: 4px; }
.q9g7v3e li::before { content: "✓"; margin-right: 5px; }
.wpmfyf li::before { content: "✗"; margin-right: 5px; }
.a46m { margin-bottom: 8px; font-size: var(--fs-caption); color: var(--text-muted); }
.a46m strong { font-weight: 600; text-transform: uppercase; letter-spacing: var(--ls-label); }
.kx72 {
  
  background: var(--tone-chip, var(--bg-surface)); color: var(--tone-chip-fg, var(--text-primary));
  border: var(--bw-hair) solid color-mix(in srgb, var(--tone-chip-fg, var(--border-alt)) 16%, transparent);
  border-radius: var(--r-btn);
  padding: 4px 8px; margin: 2px 2px 2px 0; display: inline-block;
  font-size: var(--fs-caption); font-weight: 600;
}
.o8pyv5f { background: var(--tone-fill-2, var(--bg-raised)); color: var(--tone-fill-fg, var(--text-primary)); }
.qqp9ifw {
  margin: 0; border-radius: 0 0 var(--r-card) var(--r-card);
  border-left-width: 0 !important; border-right-width: 0 !important;
  border-bottom-width: 0 !important;
  border-top: var(--bw-hair) solid var(--border-alt);
}
.gozv16 .qqp9ifw { border-top-width: var(--bw-bar) !important; }
.sscy9yhj .qqp9ifw { border: none; border-top: var(--bw-hair) solid; }
@media (min-width: 860px) {
  .jnx4zuon .ts4t {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .jnx4zuon .efttw85j { margin: 0; }
}
.doc4s7 .n0j0hx7 { background: var(--accent-bg); border-bottom: var(--bw-hair) solid var(--border-alt); }
.doc4s7 .tmrf552 { background: transparent; }
.sehvaq .efttw85j { border-top: var(--bw-bar) solid var(--accent); }
.sehvaq .n0j0hx7 { background: var(--bg-card); }
.fi1p .efttw85j { border-radius: 0; border: var(--bw-hair) solid var(--border); border-bottom: var(--bw-rule) solid var(--tone-line, var(--border)); box-shadow: none; margin: 0 0 20px; }
.fi1p .n0j0hx7 { background: transparent; border-bottom: var(--bw-hair) solid var(--border); padding: 16px 16px; }
.fi1p .g13suu71 { padding: 16px 16px; }
.fi1p .tmrf552 { border-radius: var(--r-chip); }
.fi1p .qqp9ifw { border-radius: 0; }
.twni5ab .n0j0hx7 { padding: 0; gap: 0; overflow: hidden; }
.twni5ab .tmrf552 {
  background: transparent; border-radius: 0; border: none;
  width: 148px; height: auto; min-height: 120px;
  padding: 16px; align-self: stretch;
}
.twni5ab .i5urlvmo { padding: 16px 20px; }
.twni5ab .vdaqf { padding: 16px 20px; align-self: center; }
@media (max-width: 560px) {
  .twni5ab .tmrf552 { width: 116px; min-height: 104px; }
}
.l72e9 .c10h2y6 { font-size: var(--fs-sm); }
.ycabzz .vsvv { gap: 12px; }
.ycabzz .kpjk3g, .ycabzz .dlyviyg { padding: 12px; }
.ycabzz .kpjk3g ul, .ycabzz .dlyviyg ul { margin: 4px 0 0; padding-left: 20px; }
.ycabzz .kpjk3g li, .ycabzz .dlyviyg li { font-size: var(--fs-label); margin-bottom: 4px; }
.wxv77rs6 .kx72 { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .tmni9i { grid-template-columns: 1fr; }
  .c2alvt77 { flex-direction: row; flex-wrap: wrap; gap: 12px; border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); padding: 16px; }
  .c2alvt77 .m9gsa7ww { width: 72px; height: 50px; }
  .c2alvt77 .c196o { max-width: 180px; }
  .c2alvt77 .ocd6ck5 { width: auto; }
}
.wflu .l72e9 .c10h2y6 { filter: brightness(1.2); }
@media (max-width: 720px) {
  .wflu { flex-wrap: wrap; gap: 12px; padding: 12px 16px; }
  .whykmtfa { padding: 16px; }
  .hdnm3 .jjmo1 { min-width: 50%; }
}
.bmf4g .vsvv { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .txapnjd { grid-template-columns: 1fr; }
  .lhzis { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
  .jkb2lsvd { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
}
@media (max-width: 540px) {
  .uw9i { flex-wrap: wrap; padding: 16px; }
}
.huirgt .vsvv { gap: 8px; }
.huirgt .kpjk3g, .huirgt .dlyviyg { padding: 8px; }
@media (max-width: 480px) {
  .xop0 { flex-direction: column; align-items: stretch; }
}
.e9t2fsm .ocd6ck5 .a3o1nux3 { padding: 8px 20px; font-size: var(--fs-label); }
@media (max-width: 640px) {
  .vqf68cs4 { flex-direction: column; align-items: stretch; gap: 12px; }
  .e9t2fsm .ocd6ck5 { text-align: center; }
}
@media (max-width: 720px) {
  .x4bys { grid-template-columns: 1fr; }
  .hq7dc { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
  .uiau { flex-wrap: wrap; gap: 12px; padding: 16px 16px; }
}
.zl4dx .zmjudnrb { font-size: var(--fs-sm); font-weight: 500; color: var(--text-muted); }
.oj9ty .c10h2y6 { font-size: var(--fs-caption); margin-top: 2px; }
@media (max-width: 720px) {
  .krbug9 { grid-template-columns: 1fr; }
  .oj9ty { width: 100px; height: 100px; margin: 16px auto; }
  .zl4dx { font-size: var(--fs-h3); }
  .eonir { justify-content: center; }
  .ko61 .jjmo1 { min-width: 50%; }
}
.fhzg6 .vsvv { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .aegvdk { flex-wrap: wrap; padding: 16px 16px; }
  .mprch { padding: 12px 16px; }
  .fhzg6 .vsvv { margin: 0 16px; }
  .fhzg6 .wxv77rs6 { padding: 0 16px; }
  .gmq4 { padding: 12px 16px; }
}
.fbyd2 .xq7d { position: relative; }
.fbyd2 .xq7d::before {
  content: ""; position: absolute;
  left: 0; top: 12px; bottom: 12px; width: 3px;
  border-radius: 0 2px 2px 0;
  background: var(--accent);
}
.xlwdj .uq1f {
  gap: 12px; background: transparent; border: none; border-radius: 0; overflow: visible;
}
.xlwdj .xq7d {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
  box-shadow: var(--sh-2);
}
.xlwdj .xq7d + .xq7d { border-top: var(--bw-hair) solid var(--border-alt); }
@media (min-width: 901px) {
  .fzd2 .c8c1dah + .c8c1dah {
    border-left: var(--bw-hair) solid var(--border-alt);
    padding-left: 20px;
  }
}
.pzm7m .xq7d { padding-top: 16px; padding-bottom: 16px; }
.pzm7m .xq7d + .xq7d { border-top: none; }
.pzm7m .xq7d:nth-child(even) { background: var(--bg-surface); }
.pzm7m .xq7d:nth-child(even):hover { background: var(--bg-hover); }
.u00ou .xq7d:first-child { border-top: var(--bw-bar) solid var(--accent); }
@media (min-width: 901px) {
  .rrv6acff .rt2n, .rrv6acff .opcgt7t,
  .rrv6acff .vxrk, .rrv6acff .uq5czca,
  .rrv6acff .t457ki, .rrv6acff .lf6cdlld,
  .rrv6acff .t3v5s5d, .rrv6acff .j3vy9e,
  .rrv6acff .l0m5, .rrv6acff .fncw,
  .rrv6acff .tmmuhgy {
    border-left: var(--bw-hair) solid var(--border-alt); padding-left: 20px;
  }
}
.q7rixz .uzw3lb6x { opacity: .8; letter-spacing: var(--ls-label); }
.q7rixz .nyn8wr16 { font-weight: 700; }
.q7rixz .gqj5uahy { font-weight: 700; }
.mtnzk .rt2n, .mtnzk .opcgt7t,
.mtnzk .t3v5s5d, .mtnzk .j3vy9e,
.mtnzk .tmmuhgy {
  background: color-mix(in srgb, var(--text-primary) 3.5%, transparent);
  border-radius: var(--r-chip);
  padding: 8px 12px;
}
.j5hi { display: none; }
.g7bw .wqkxl { font-size: var(--fs-sm); letter-spacing: var(--ls-wide); }
.ajklmf7 .wqkxl {
  background: color-mix(in srgb, var(--text-primary) 5%, transparent);
  border-radius: var(--r-pill); padding: 4px 12px; font-size: var(--fs-label);
}
.gxnsadu .wqkxl,
.q3yqen61 .wqkxl,
.b3yjjo .wqkxl { display: none; }
.gxnsadu .j5hi,
.q3yqen61 .j5hi,
.b3yjjo .j5hi { display: inline-flex; align-items: baseline; gap: 2px; }
.gxnsadu .j5hi small { display: none; }
.q3yqen61 .j5hi {
  background: color-mix(in srgb, var(--text-primary) 6%, transparent);
  border-radius: var(--r-pill); padding: 8px 16px;
}
.b3yjjo .j5hi {
  color: #fff; background: var(--text-primary);
  border-radius: var(--r-btn);
  padding: 8px 12px;
}
.b3yjjo .j5hi small { display: none; }
.gxnsadu .p6nb .c10h2y6,
.q3yqen61 .p6nb .c10h2y6,
.b3yjjo .p6nb .c10h2y6 { display: none; }
.gxnsadu .zmjudnrb { display: none; }
.q3yqen61 .p6nb strong {
  background: var(--accent-bg); border-radius: var(--r-pill);
  padding: 4px 16px; white-space: nowrap; font-size: var(--fs-sm);
}
.q3yqen61 .mhgdau,
.q3yqen61 .zmjudnrb { font-size: 1em; }
.b3yjjo .p6nb strong {
  color: var(--cta-fg, #fff); background: var(--accent);
  border-radius: var(--r-btn);
  padding: 4px 12px; font-size: var(--fs-sm);
}
.b3yjjo .zmjudnrb { display: none; }
.q63a08 { margin: 16px 0; }
.x0phx { background: var(--bg-card); border: var(--bw-hair) solid var(--border);
  border-radius: var(--r-btn); margin-bottom: 8px; overflow: hidden; }
.x0phx 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;
}
.x0phx 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;
}
.x0phx summary:hover { background: var(--bg-surface); }
.x0phx summary:hover::after { color: var(--accent); }
.x0phx[open] summary { font-weight: 700; box-shadow: inset var(--bw-bar) 0 0 var(--tone-line, var(--accent)); }
.x0phx[open] summary::after { transform: rotate(-135deg); margin-top: 4px; color: var(--accent); }
.x0phx[open] p { border-top: var(--bw-hair) solid var(--border-alt); padding-top: 16px; }
.x0phx p { padding: 0 20px 16px; color: var(--text-body); font-size: var(--fs-sm); }
.nntsg { margin-bottom: 0; }
.shba3 h2.gndx { color: var(--tone-head, var(--text-primary)); border-color: var(--tone-line, var(--accent-light)); }
.iihobfa h2.gndx { color: var(--tone-head, var(--text-primary)); border-color: var(--tone-line, var(--accent-light)); }
.kpjk3g, .dlyviyg { border: var(--bw-hair) solid transparent; }
.kpjk3g .tnzi5, .kpjk3g .ogfd { color: var(--c-pros-label); }
.dlyviyg .tnzi5, .dlyviyg .eh7ayf { color: var(--c-cons-label, var(--c-cons)); }
.kpjk3g ul li, .dlyviyg ul li, .q9g7v3e li, .wpmfyf li { color: var(--text-body); }
.kpjk3g .q9g7v3e li, .dlyviyg .wpmfyf li { position: relative; padding-left: 1.5em; }
.kpjk3g .q9g7v3e li::before, .dlyviyg .wpmfyf li::before { position: absolute; left: 0; margin-right: 0; }
.ycko5 .kpjk3g { border-color: color-mix(in srgb, var(--sem-pos-line) 55%, transparent); }
.ycko5 .dlyviyg { border-color: color-mix(in srgb, var(--sem-neg-line) 55%, transparent); }
.nmv0mt .kpjk3g, .nmv0mt .dlyviyg { border-radius: 0 0 var(--r-btn) var(--r-btn); }
.nmv0mt .kpjk3g { border-top: var(--bw-bar) solid var(--sem-pos-line); }
.nmv0mt .dlyviyg { border-top: var(--bw-bar) solid var(--sem-neg-line); }
.p05glz .kpjk3g, .p05glz .dlyviyg { border-radius: 0 var(--r-btn) var(--r-btn) 0; }
.p05glz .kpjk3g { border-left: var(--bw-bar) solid var(--sem-pos-line); }
.p05glz .dlyviyg { border-left: var(--bw-bar) solid var(--sem-neg-line); }
.ilsuis .kpjk3g, .ilsuis .dlyviyg { background: var(--bg-card); border-width: var(--bw-rule); }
.ilsuis .kpjk3g { border-color: var(--sem-pos-line); }
.ilsuis .dlyviyg { border-color: var(--sem-neg-line); }
.qz7x4lm .kpjk3g, .qz7x4lm .dlyviyg { background: transparent; border: none; border-radius: 0; padding: 4px 0 4px 16px; }
.qz7x4lm .dlyviyg { border-left: var(--bw-hair) solid var(--border); }
.ayehl .ogfd::before { content: "✓ "; }
.ayehl .eh7ayf::before { content: "✗ "; }
.sscy9yhj .qudrq02g { background: transparent; border-left: none; border: var(--bw-hair) solid var(--cl-hue); }
.sscy9yhj .qudrq02g strong { color: var(--text-primary); }
.sscy9yhj .qudrq02g p      { color: var(--text-muted); }
.gozv16 .qudrq02g { border-left: none; border-top: var(--bw-bar) solid var(--cl-hue); border-radius: 0 0 var(--r-btn) var(--r-btn); }
.ghzm1 .qudrq02g {
  border-left: none; border-radius: var(--r-btn);
  background: var(--tone-fill-2, var(--bg-raised));
}
.ghzm1 .qudrq02g strong { color: var(--text-primary); }
.ghzm1 .qudrq02g p { color: var(--text-muted); }
.ghzm1 .qudrq02g { border-left: var(--bw-bar) solid var(--cl-hue); }
.ghzm1 .vr4hz82q::before { color: rgba(255,255,255,0.9) !important; }
.we4vpb .qudrq02g {
  border-left: var(--bw-bar) solid var(--cl-hue); border-radius: var(--r-chip); padding: 12px 16px;
  background: var(--cl-bg, var(--bg-surface));
}
.we4vpb .qudrq02g strong { color: var(--text-primary); }
.we4vpb .qudrq02g p      { color: var(--text-muted); }
.ijf4 .qudrq02g { border-left: var(--bw-bar) solid var(--cl-hue); border-radius: var(--r-btn); box-shadow: var(--sh-2); }
.vrei .vr4hz82q,
.vx34k .vr4hz82q,
.hdohz .vr4hz82q,
.vrei .vr4hz82q::before,
.vx34k .vr4hz82q::before,
.hdohz .vr4hz82q::before,
.scfu .ngbf .upy4,
.scfu .xjz2 .upy4  { box-shadow: var(--sh-1); }
.scfu .qg1sv9kp                { box-shadow: var(--sh-1); }
.scfu .qbsab29l          { box-shadow: var(--sh-1); }
.scfu .j056                    { box-shadow: var(--sh-1); }
.euuudr .ngbf .upy4,
.euuudr .xjz2 .upy4,
.euuudr .qg1sv9kp,
.euuudr .qbsab29l,
.euuudr .j056,
.euuudr .ijf4 .qudrq02g { box-shadow: none; }
.kqs6 { --fs-body: 18px; --fs-sm: 16px; --fs-lead: 21px; }
.nntsg + .nntsg { position: relative; }
.kkpzc   .nntsg + .nntsg::before,
.fhk4wfv1  .nntsg + .nntsg::before,
.w58ktf1   .nntsg + .nntsg::before,
.bzqved   .nntsg + .nntsg::before,
.l1v37zb   .nntsg + .nntsg::before,
.k4xu9sj4 .nntsg + .nntsg::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.kkpzc .nntsg + .nntsg::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.fhk4wfv1 .nntsg + .nntsg::before {
  content: ""; height: 4px;
  background: var(--accent);
}
.w58ktf1 .nntsg + .nntsg::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;
}
.bzqved .nntsg + .nntsg::before {
  content: ""; height: 1px;
  background: var(--accent);
  opacity: 0.6;
}
.ltrdy7n7 .nntsg { margin-bottom: 16px; }
.ltrdy7n7 .nntsg + .nntsg { margin-top: 0; }
.ltrdy7n7 .rumf55 { padding-top: 0; padding-bottom: 0; }
.l1v37zb .nntsg + .nntsg::before {
  content: ""; border-top: var(--bw-rule) dashed var(--accent); opacity: 0.5;
}
.k4xu9sj4 .nntsg + .nntsg::before {
  content: ""; border-top: var(--bw-bar) dotted var(--accent); opacity: 0.5;
}
.r59xpd .nntsg + .nntsg::before,
.q3d3n .nntsg + .nntsg::before,
.rvtg3 .nntsg + .nntsg::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%;
}
.imhu .r59xpd .nntsg:nth-child(even)::before,
.imhu .q3d3n .nntsg:nth-child(even)::before,
.imhu .rvtg3 .nntsg:nth-child(even)::before { background: var(--bg-surface); }
.z9if .r59xpd .nntsg:nth-child(even)::before,
.z9if .q3d3n .nntsg:nth-child(even)::before,
.z9if .rvtg3 .nntsg:nth-child(even)::before { background: var(--bg-card); }
.r59xpd .nntsg + .nntsg::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");
}
.q3d3n .nntsg + .nntsg::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");
}
.rvtg3 .nntsg + .nntsg::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");
}
.n1uy8 .uyuen6vy:not(.y13e) .l3hrs { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.n1uy8 .y13e { background: linear-gradient(225deg, var(--hero-a, var(--accent)) 0%, var(--hero-b, var(--accent-light)) 100%); }
.n1uy8 .x7wovkj { background: linear-gradient(225deg, var(--hero-a, var(--accent)), var(--hero-b, var(--accent-light))); }
.n1uy8 .ieg2c { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.vilgswnp .ieg2c { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.c51gcnez .ieg2c { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.o1b1x0 .ieg2c { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.q4osacur .ieg2c { background: var(--accent-bg); }
.fnfkt .lcfnyfr { float: left; width: 38%; margin: 0 28px 16px 0; }
.fnfkt .lcfnyfr .j8xomkv { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.fnfkt .rumf55::after { content: ''; display: block; clear: both; }
.bc6b .lcfnyfr { float: right; width: 38%; margin: 0 0 16px 28px; }
.bc6b .lcfnyfr .j8xomkv { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.bc6b .rumf55::after { content: ''; display: block; clear: both; }
.wrclt6 .nntsg:nth-child(odd)  .lcfnyfr { float: left;  width: 38%; margin: 0 28px 16px 0; }
.wrclt6 .nntsg:nth-child(even) .lcfnyfr { float: right; width: 38%; margin: 0 0 16px 28px; }
.wrclt6 .lcfnyfr .j8xomkv { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.wrclt6 .rumf55::after { content: ''; display: block; clear: both; }
.fnfkt .m3zzkj2,
.fnfkt .uq1f,
.bc6b .m3zzkj2,
.bc6b .uq1f,
.wrclt6 .m3zzkj2,
.wrclt6 .uq1f { clear: both; }
@media (max-width: 900px) {
  .fnfkt .lcfnyfr,
  .bc6b .lcfnyfr,
  .wrclt6 .nntsg:nth-child(odd)  .lcfnyfr,
  .wrclt6 .nntsg:nth-child(even) .lcfnyfr {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .fnfkt .lcfnyfr .j8xomkv,
  .bc6b .lcfnyfr .j8xomkv,
  .wrclt6 .lcfnyfr .j8xomkv {
    max-height: none !important;
  }
}
.fnfkt .p9ld1en,
.fnfkt .k72e09d,
.bc6b .p9ld1en,
.bc6b .k72e09d,
.wrclt6 .p9ld1en,
.wrclt6 .k72e09d { overflow: hidden; }
@media (max-width: 640px) {
  .fnfkt .lcfnyfr,
  .bc6b .lcfnyfr,
  .wrclt6 .lcfnyfr { float: none; width: 100%; margin: 0 0 16px 0; }
}
.sc3kr3oq .roghigwn,
.sc3kr3oq .rumf55,
.sc3kr3oq .v2sif  { max-width: 1060px; }
.fp1j0l .roghigwn,
.fp1j0l .rumf55,
.fp1j0l .v2sif  { max-width: 1180px; }
.r3ea .roghigwn,
.r3ea .rumf55,
.r3ea .v2sif  { max-width: 1260px; }
.psmad { font-size: var(--fs-label); color: var(--text-muted); }
.v8cm0eb { display: flex; align-items: center; }
.a9vkn {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.jzdgzcyq { display: flex; align-items: center; }
.u220wh9 { color: var(--accent-light); text-decoration: none; padding: 2px 4px; border-radius: var(--r-chip); }
.u220wh9:hover { text-decoration: underline; }
.hko0pmv { margin: 0 4px; opacity: 0.45; }
.hko0pmv::before { content: '/'; }
.m5fl { padding: 2px 4px; color: var(--text-main); }
.l31r39k6 .psmad {
  background: var(--bg-surface);
  border-bottom: var(--bw-hair) solid var(--border);
  padding: 8px 0;
}
.l31r39k6 .v8cm0eb { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.yd9206 .psmad {
  border-left: var(--bw-bar) solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.yd9206 .v8cm0eb { padding: 0 0 0 12px; }
.h7ax .v8cm0eb { padding: 0 16px; }
.h7ax .psmad {
  background: var(--bg-card);
  border: var(--bw-hair) solid var(--border);
  border-radius: var(--r-btn);
  padding: 12px 0;
  box-shadow: var(--sh-2);
}
.h7ax .roghigwn { padding-top: 28px; }
@media (max-width: 720px) {
  .c5lm7n { margin-top: 20px; padding: 0 16px; }
  .h7ax .roghigwn { padding-top: 16px; }
}
.sc3kr3oq.l31r39k6 .v8cm0eb { max-width: 1100px; }
.fp1j0l.l31r39k6 .v8cm0eb { max-width: 1200px; }
.r3ea.l31r39k6 .v8cm0eb { max-width: 1320px; }
.vzb6rxa1 .nntsg { padding-top: 16px; padding-bottom: 16px; }
.yebq .nntsg { padding-top: 24px; padding-bottom: 24px; }
.j76nh17n .nntsg { padding-top: 40px; padding-bottom: 40px; }
.ipyi .nntsg { padding-top: 52px; padding-bottom: 52px; }
.t968 .nntsg:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.t968 .nntsg:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.t968 .nntsg:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.t968 .nntsg:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.lmh8htnf .rumf55 { padding-top: 12px;  padding-bottom: 12px; }
.hfoebony .rumf55 { padding-top: 20px;  padding-bottom: 20px; }
.nzddv7 .rumf55 { padding-top: 36px;  padding-bottom: 36px; }
.wiz0 .rumf55 { padding-top: 48px;  padding-bottom: 48px; }
.dcfn5vpi h1, .dcfn5vpi h2, .dcfn5vpi h3, .dcfn5vpi .n9l2q { font-weight: 700; }
.l1hm4yvh h1, .l1hm4yvh h2, .l1hm4yvh h3, .l1hm4yvh .n9l2q { font-weight: 700; }
.kc5nvze, .dcfn5vpi, .rakg7, .l1hm4yvh { font-weight: 400; }
.toje0 {
  margin-left: 16px; flex-shrink: 0;
  padding: 8px 16px; font-size: var(--fs-label); font-weight: 700; border-radius: var(--r-chip);
}
.h2ldh2uk .toje0 { display: none; }
@media (max-width: 640px) {
  .toje0 { display: none !important; }
}
.toje0 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.toje0:hover { opacity: 0.85; }
.z57sejj .toje0 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.mezb4wz  .xbiyslm { left: 32px; }
@media (max-width: 480px) {
  .vlz0 .xbiyslm { right: 20px; bottom: 20px; }
  .mezb4wz  .xbiyslm { left: 20px; bottom: 20px; }
}
.hg0ik { background: var(--bg-surface); border-top: var(--bw-hair) solid var(--border); margin-top: 60px; }
.v2sif { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.ov5y94z { color: var(--text-faint); font-size: var(--fs-label); margin-bottom: 8px; }
.hwmlb8r { color: var(--text-dim); font-size: var(--fs-label); }
.ughp a, .vyd11gzk a { color: var(--text); text-decoration: none; font-size: var(--fs-label); transition: color .15s; }
.ughp a:hover, .vyd11gzk a:hover { color: var(--accent-light); }
.vyd11gzk { display: flex; flex-wrap: wrap; gap: 4px 20px; }
.maco7ss .v2sif { text-align: center; }
.maco7ss .vyd11gzk { justify-content: center; margin-bottom: 16px; }
.maco7ss .ov5y94z { margin-top: 0; }
.j0f7uidl { margin-top: 12px; }
.j0f7uidl a { font-size: var(--fs-label); opacity: 0.65; }
@media (max-width: 640px) {
  .v2sif { padding-left: 16px; padding-right: 16px; }
  .ke8nd .v2sif { padding: 20px 16px; }
  .vyd11gzk { gap: 4px 12px; }
  .ov5y94z { font-size: var(--fs-caption); }
}
.m1t0x .ov5y94z { font-size: var(--fs-caption); color: var(--text-faint); margin: 16px 0 4px; line-height: var(--lh-snug); }
.m1t0x .hwmlb8r { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .m1t0x .wshz1t03 { grid-template-columns: 1fr 1fr; } .m1t0x .aqien { grid-column: 1 / -1; } }
@media (max-width: 480px) { .m1t0x .wshz1t03 { grid-template-columns: 1fr; } }
.ib49 .ov5y94z { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .ib49 .a0qs3 { gap: 12px; } .ib49 .vywz6apq { margin-right: 0; width: 100%; } }
.nlpxgw4e .ov5y94z { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; flex: 1; }
.nlpxgw4e .hwmlb8r { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .nlpxgw4e .cxzz6b { grid-template-columns: 1fr 1fr; } .nlpxgw4e .q3xvdx1x { grid-column: 1 / -1; } }
@media (max-width: 480px) { .nlpxgw4e .cxzz6b { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .w5f6tk .ma3iz { grid-template-columns: 1fr 1fr; } .w5f6tk .wuj9162i:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .w5f6tk .ma3iz { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .ju6egl .ma3iz { grid-template-columns: 1fr; } }
.hy31ga .v2sif { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 16px; }
.hy31ga .vyd11gzk { justify-content: center; }
.w13s .mdloqjy      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.mawfr .mdloqjy      { background: #0d1117; border-bottom-color: #21262d; }
.mawfr .bjct0 { color: var(--accent-light); }
.mawfr .iioim0 { --msep-color: #8b949e; }
.mawfr .iioim0 a { color: #8b949e; }
.mawfr .iioim0 a:hover { color: var(--accent-light); }
.mawfr .uniptup4 { color: #8b949e; }
.mawfr .hg0ik { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.mawfr .ov5y94z,
.mawfr .hwmlb8r { color: #6e7681; }
.mawfr .ughp a, .mawfr .vyd11gzk a,
.mawfr .ughp a:hover, .mawfr .vyd11gzk a:hover,
@media (max-width: 640px) {
  .mawfr .iioim0 { background: #0d1117; border-top-color: #21262d; }
  .mawfr .iioim0 li a { border-bottom-color: #21262d; }
}
.tqi978jy .mdloqjy      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.tqi978jy .bjct0 { color: var(--accent-light); }
.tqi978jy .iioim0 { --msep-color: #475569; }
.tqi978jy .iioim0 a { color: #475569; }
.tqi978jy .iioim0 a:hover { color: var(--accent-light); }
.tqi978jy .uniptup4 { color: #64748b; }
.tqi978jy .hg0ik { background: #f0f4f8; border-top-color: #cbd5e1; }
.tqi978jy .ov5y94z,
.tqi978jy .hwmlb8r { color: #64748b; }
.tqi978jy .ughp a, .tqi978jy .vyd11gzk a,
.tqi978jy .ughp a:hover, .tqi978jy .vyd11gzk a:hover,
@media (max-width: 640px) {
  .tqi978jy .iioim0 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .tqi978jy .iioim0 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.ln13rtom .mdloqjy { background: var(--b-50); border-bottom-color: var(--b-200); }
.ln13rtom .iioim0 a:hover { color: var(--b-700); }
@media (max-width: 640px) {
  .ln13rtom .iioim0 { background: var(--b-50); border-top-color: var(--b-200); }
}
.s0dg .mdloqjy, .eq4q1 .mdloqjy { background: var(--nav-fill); border-bottom-color: var(--nav-edge); }
.s0dg .bjct0, .eq4q1 .bjct0 { color: #fff; }
.s0dg .iioim0, .eq4q1 .iioim0 { --msep-color: rgba(255,255,255,0.82); }
.s0dg .iioim0 a, .eq4q1 .iioim0 a { color: rgba(255,255,255,0.82); }
.s0dg .iioim0 a:hover, .eq4q1 .iioim0 a:hover { color: #fff; }
.s0dg .uniptup4, .eq4q1 .uniptup4 { color: rgba(255,255,255,0.9); }
@media (max-width: 640px) {
  .s0dg .iioim0, .eq4q1 .iioim0 { background: var(--nav-fill); border-top-color: var(--nav-edge); }
  .s0dg .iioim0 li a, .eq4q1 .iioim0 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.vyfk.s0dg .toje0 { background: #fff !important; color: var(--b-700) !important; }
.fot6sd .mdloqjy {
  background: transparent;
  border-bottom-color: color-mix(in srgb, var(--border) 50%, transparent);
}
.fot6sd .mdloqjy::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) {
  .fot6sd .iioim0 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.kc4uunv .wuky0 { min-height: 52px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.bfjadl .wuky0 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.b7tx7mj .wuky0 { min-height: 72px; height: auto; }
.gh0i7vg1 .wuky0 { min-height: 84px; height: auto; }
.ke8nd .wuky0 { max-width: none; padding: 0 32px; }
.ke8nd .v2sif  { max-width: none; padding: 24px 32px; }
.o0h7g.fp1j0l .wuky0 { max-width: 1200px; }
.o0h7g.r3ea .wuky0 { max-width: 1320px; }
.atd7lb   .bjct0, .atd7lb   .vywz6apq { text-transform: capitalize; }
.cl3gb3 .bjct0, .cl3gb3 .vywz6apq { text-transform: lowercase; }
.kggug5p .bjct0, .kggug5p .vywz6apq { text-transform: uppercase; letter-spacing: var(--ls-label); }
.f8yczex, .xcbx {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.ulhl .f8yczex,
.n4u5o .f8yczex,
.zeode5w .f8yczex,
.nf3oi .f8yczex,
.z36b   .iioim0 a { font-weight: 500; }
.muo9kxi .iioim0 a { font-weight: 600; }
.ui8n4     .iioim0 a { font-weight: 700; }
.rm8y    .iioim0 a { font-weight: 700; letter-spacing: normal; }
.xejhwc     .iioim0 > li + li::before,
.ad4f77k    .iioim0 > li + li::before,
.f7yop    .iioim0 > li + li::before,
.qzau9vfo .iioim0 > li + li::before,
.huhi3tz .iioim0 > li + li::before,
.iunpp  .iioim0 > li + li::before,
.f8yvn    .iioim0 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.xejhwc     .iioim0 > li + li::before { content: "·"; font-size: 1.4em; line-height: var(--lh-solid); vertical-align: middle; }
.ad4f77k    .iioim0 > li + li::before { content: "|"; }
.f7yop    .iioim0 > li + li::before { content: "—"; }
.qzau9vfo .iioim0 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.huhi3tz .iioim0 > li + li::before { content: "›"; font-size: 1.3em; line-height: var(--lh-solid); }
.iunpp  .iioim0 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.f8yvn    .iioim0 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .pzf6 .uniptup4,
  .zu37jiq .uniptup4,
  .iwpb5zz .uniptup4,
  .umxpjp2e .uniptup4,
  .qripa .uniptup4 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .pzf6 .uniptup4::before,
  .zu37jiq .uniptup4::before,
  .iwpb5zz .uniptup4::before,
  .umxpjp2e .uniptup4::before,
  .qripa .uniptup4::before { content: ""; display: block; flex-shrink: 0; }

  
  .pzf6 .uniptup4::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;
  }

  
  .zu37jiq .uniptup4::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;
  }

  
  .iwpb5zz .uniptup4::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;
  }

  
  .umxpjp2e .uniptup4::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;
  }

  
  .qripa .uniptup4::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) {
  .ppb48cin .uniptup4 {
    padding: 4px 16px;
  }
  .ppb48cin .iioim0 {
    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;
  }
  .ppb48cin .iioim0 li a {
    border-bottom: none; padding: 12px 24px;
  }
  .ppb48cin .iioim0 li a:hover { background: var(--bg-raised); }
  .ppb48cin .r0eeo,
  .dm3ku5sh .r0eeo,
  .jj2h .r0eeo { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .tacv .uniptup4 {
    padding: 4px 12px;
  }
  .tacv .iioim0 {
    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);
  }
  .tacv .iioim0.ga249 { transform: translateX(0); }
  .tacv .iioim0 li a {
    padding: 16px 28px; font-size: var(--fs-sm); border-bottom: var(--bw-hair) solid var(--border);
  }
  .tacv .iioim0 li:last-child a { border-bottom: none; }
  .s0dg .iioim0,
  .mawfr .iioim0 { background: var(--accent) !important; }
  .s0dg .iioim0 li a,
  .mawfr .iioim0 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .jj2h .uniptup4 {
    padding: 4px 12px;
  }
  .jj2h .iioim0 {
    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);
  }
  .jj2h .iioim0::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: var(--r-chip);
    margin: 0 auto 16px;
  }
  .jj2h .iioim0.ga249 { transform: translateY(0); }
  .jj2h .iioim0 li a {
    text-align: center; border-bottom: none; padding: 12px 28px; font-size: var(--fs-sm);
  }
}
@media (max-width: 640px) {
  .j1bjb .uniptup4 {
    padding: 4px 12px;
  }
  .j1bjb .iioim0 {
    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;
  }
  .j1bjb .iioim0.ga249 { opacity: 1; pointer-events: auto; }
  .j1bjb .iioim0 li a {
    font-size: var(--fs-h3); font-weight: 700; border-bottom: none;
    padding: 16px 48px; letter-spacing: normal;
  }
}
@media (max-width: 640px) {
  .xn1d     .uniptup4 { border-radius: 0 !important; }
  .h0c8n   .uniptup4 { border-radius: var(--r-btn) !important; }
  .k74f2t .uniptup4 { border-radius: 50% !important; }
  .e4d1f3c   .uniptup4 { border-radius: var(--r-pill) !important; }
}
@media (max-width: 640px) {
  .fdeyg8 .jfuu9b1j { flex-direction: column; align-items: stretch; }
  .fdeyg8 .tt20v { flex-direction: row; min-width: auto; }
  .fdeyg8 .f1qabbc { align-items: flex-start; text-align: left; }
}
.m69f6me,
.m69f6me.nntsg,
.imhu .m69f6me,
.q50o3orn .m69f6me,
.z9if .m69f6me,
.g45bh01 .m69f6me {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.ank3pak {
  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;
}
.p3vzc { flex: 1 1 280px; min-width: 0; }
.twv98 {
  margin: 0 0 8px 0;
  font-size: var(--fs-h3);
  font-weight: 700;
  color: #fff;
  line-height: var(--lh-tight);
}
.g873t {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: var(--fs-sm);
  line-height: var(--lh-snug);
}
.acm5o1e {
  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;
}
.acm5o1e:hover { transform: translateY(-1px); opacity: 0.95; }
.sbga .ank3pak {
  background: var(--bg-card);
  border: var(--bw-rule) solid var(--cta);
}
.sbga .twv98 { color: var(--cta); }
.sbga .g873t { color: var(--text-body); }
.sbga .acm5o1e {
  background: var(--cta);
  color: var(--cta-fg);
}
.hv86hlx2 .ank3pak {
  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);
}
.hv86hlx2 .twv98 { color: var(--text-primary); }
.hv86hlx2 .g873t { color: var(--text-body); }
.hv86hlx2 .acm5o1e {
  background: var(--cta);
  color: var(--cta-fg);
}
@media (max-width: 640px) {
  .ank3pak {
    padding: 20px 24px;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .p3vzc { flex: 0 0 auto; }
  .twv98 { font-size: var(--fs-lead); }
  .acm5o1e { width: 100%; text-align: center; padding: 16px 28px !important; }
}
.qwkzr .h2ns5dhj { height: 36px; }
.mtquz4ca .h2ns5dhj { height: 60px; max-width: 200px; }
.jffu8m .h2ns5dhj { height: 56px; max-width: 180px; }
.u1om    .wqkxl, .u1om    .c10h2y6 { color: #f59e0b; }
.apf9j8      .wqkxl { font-size: var(--fs-sm); letter-spacing: var(--ls-wide); }
.apf9j8      .c10h2y6   { font-size: var(--fs-lead); }
.dd5e4sj    .wqkxl, .dd5e4sj    .c10h2y6 { color: var(--text-muted); opacity: 0.7; letter-spacing: var(--ls-wide); }
.pfnusi3     .wqkxl, .pfnusi3     .c10h2y6 { color: var(--cta); letter-spacing: var(--ls-wide); font-size: var(--fs-caption); }
.vfczse .wqkxl, .vfczse .c10h2y6 { color: var(--cta); letter-spacing: var(--ls-wide); }
.fmmbwoj   .wqkxl, .fmmbwoj   .c10h2y6 { color: #e91e63; letter-spacing: var(--ls-wide); }
.m8dl  .wqkxl, .m8dl  .c10h2y6 { color: var(--cta); letter-spacing: var(--ls-wide); font-size: var(--fs-caption); }
.w6ocm     .wqkxl, .w6ocm     .c10h2y6 { color: var(--cta); letter-spacing: var(--ls-wide); font-size: var(--fs-caption); }
.hojdlq .uq1f {
  background: transparent; border: none; border-radius: 0; overflow: visible;
  gap: 24px 20px;
}
.hojdlq .xq7d {
  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);
}
.hojdlq .xq7d + .xq7d { border-top: var(--bw-hair) solid var(--border-alt); }
.hojdlq .c8c1dah { align-items: center; text-align: center; }
.hojdlq .wkgnx {
  width: 150px; height: 150px; border-radius: 50%;
  padding: 0; overflow: hidden; background: var(--bg-surface);
}
.hojdlq .brndaxui { width: 100%; height: 100%; max-width: none; max-height: none; object-fit: cover; }
.hojdlq .o8k4e0 { font-size: var(--fs-body); }
.hojdlq .m6qc6bd.a3o1nux3 { min-width: 180px; }
@media (min-width: 720px) {
  .hojdlq .uq1f {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    align-items: start;
  }
  .hojdlq .xq7d + .xq7d { border-top: var(--bw-hair) solid var(--border-alt); }
}
@media (max-width: 900px) {
  .hojdlq .xq7d { grid-template-columns: 1fr; padding: 32px 16px 20px; }
  .hojdlq .hxxe { top: -16px; left: 50%; }
  .hojdlq .wkgnx { width: 132px; height: 132px; }
}
.oy0pysm .uq1f {
  background: transparent; border: none; border-radius: 0; overflow: visible; gap: 12px;
}
.oy0pysm .xq7d {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
}
.oy0pysm .wkgnx {
  width: 120px; height: 120px; border-radius: 50%;
  padding: 0; overflow: hidden; background: var(--bg-surface);
}
.oy0pysm .brndaxui { width: 100%; height: 100%; max-width: none; max-height: none; object-fit: cover; }
@media (max-width: 900px) {
  .oy0pysm .wkgnx { width: 104px; height: 104px; }
}
.ur5j .x0phx {
  background: none; border: none; border-radius: 0; margin-bottom: 0;
  border-bottom: var(--bw-hair) solid var(--border); overflow: visible;
}
.ur5j .x0phx summary { padding: 16px 14px; color: var(--text-primary); font-size: var(--fs-sm); }
.ur5j .x0phx summary:hover { background: none; color: var(--tone-link, var(--accent)); }
.ur5j .x0phx[open] summary { box-shadow: none; color: var(--tone-link, var(--accent)); }
.ur5j .x0phx p { padding: 0 14px 18px; }
.ur5j .x0phx[open] p { border-top: none; padding-top: 0; }
.a6933pd8 .x0phx { background: none; border: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.a6933pd8 .x0phx 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;
}
.a6933pd8 .x0phx summary:hover { background: var(--bg-card); border-color: var(--tone-line, var(--accent)); }
.a6933pd8 .x0phx[open] summary {
  box-shadow: none; border-color: var(--tone-line, var(--accent));
  background: var(--tone-fill-raw, var(--bg-surface));
}
.a6933pd8 .x0phx p { padding: 14px 24px 4px; }
.a6933pd8 .x0phx[open] p { border-top: none; padding-top: 14px; }
.r5cbyj3 .x0phx {
  background: var(--bg-card); border-radius: 0;
  border-left: var(--bw-bar) solid var(--tone-line, var(--accent)); overflow: hidden;
  margin-bottom: 12px;
}
.r5cbyj3 .x0phx summary { color: var(--text-primary); padding: 16px 18px; }
.r5cbyj3 .x0phx[open] summary { box-shadow: none; }
.r5cbyj3 .x0phx p { padding: 0 18px 18px; }
.jmcazvs9 .q63a08 { border: var(--bw-hair) solid var(--border); border-radius: var(--r-btn); overflow: hidden; background: var(--bg-card); }
.jmcazvs9 .x0phx {
  background: none; border: none; border-radius: 0; margin-bottom: 0;
  border-bottom: var(--bw-hair) solid var(--border-alt);
}
.jmcazvs9 .x0phx:last-child { border-bottom: none; }
.jmcazvs9 .x0phx summary { color: var(--text-primary); border-radius: 0; padding: 16px 20px; }
.jmcazvs9 .x0phx p { padding: 0 20px 16px; }
.ip19qv .x0phx { overflow: hidden; }
.ip19qv .x0phx 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));
}
.ip19qv .x0phx summary:hover { background: var(--tone-fill-2-raw, var(--bg-surface)); }
.ip19qv .x0phx summary::after { color: var(--tone-mark, var(--accent)); }
.ip19qv .x0phx[open] summary { border-radius: 0; box-shadow: none; }
.c8is { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.teype {
  text-align: center; padding: 48px 0 36px;
  border-bottom: var(--bw-hair) solid var(--border); margin-bottom: 44px;
}
.fnidqv {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 700;
  color: var(--text-primary); margin-bottom: 12px;
}
.gpkjclj { color: var(--text-muted); font-size: var(--fs-body); }
.lrfhp1 {
  background: var(--bg-card); border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card); padding: 32px;
}
.ywt5xl { margin-bottom: 20px; }
.zkt82 {
  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);
}
.zhu2ay5 {
  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;
}
.zhu2ay5:focus { border-color: var(--accent-light); box-shadow: var(--sh-1); }
.p9jdkvot { resize: vertical; min-height: 130px; }
.ziehrx6 { width: 100%; margin-top: 8px; }
.z60hpl7e {
  margin-top: 48px; padding-top: 40px;
  border-top: var(--bw-hair) solid var(--border);
}
.ptzg {
  font-size: var(--fs-lead); font-weight: 700; color: var(--accent-light);
  margin-bottom: 16px;
}
.wa43fv3 { color: var(--text-muted); line-height: var(--lh-read); }
.e32qd4nd { color: var(--text-muted); line-height: var(--lh-read); padding-left: 1.4em; }
.e32qd4nd li { margin-bottom: 8px; }
.ja0kws5l { max-width: 760px; margin: 0 auto; }
.pbbu { color: var(--text-muted); line-height: var(--lh-read); margin-bottom: 36px; }
.v7qami { margin-bottom: 36px; padding-bottom: 36px; border-bottom: var(--bw-hair) solid var(--border); }
.v7qami:last-child { border-bottom: none; }
.v7qami h2 {
  font-size: var(--fs-body); font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.v7qami p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; }
.c27wybz { max-width: 760px; margin: 0 auto; }
.k4ti1xb { font-size: var(--fs-body); font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.j9ztmtr ul.e32qd4nd { margin: 0; }
.vgkmzl5 { max-width: 900px; margin: 0 auto; }
.uhh8 { display: grid; grid-template-columns: 200px 1fr; gap: 32px; padding-bottom: 32px; margin-bottom: 32px; border-bottom: var(--bw-hair) solid var(--border); align-items: start; }
.uhh8:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.uhh8 .k4ti1xb { margin: 0; font-size: var(--fs-sm); }
.uhh8 .lps6a p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; }
@media (max-width: 640px) { .uhh8 { grid-template-columns: 1fr; gap: 12px; } }
.vbafs8t .k4ti1xb { font-size: var(--fs-lead); font-weight: 700; color: var(--text-primary); margin-bottom: 16px; }
.byoln8ie .e32qd4nd { margin: 0; font-size: var(--fs-sm); }
@media (max-width: 640px) { .zycz4mn8 { grid-template-columns: 1fr; } }
.b5ng0l { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.b5ng0l:hover .g11kx { color: var(--accent-light); text-decoration: underline; }
.k5929si5 { color: inherit; text-decoration: none; }
.k5929si5:hover { color: var(--accent-light); text-decoration: underline; }
.ferlwxp0 { display: inline-block; line-height: 0; }
.e5fz0x { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.f4mk { margin-bottom: 36px; padding-bottom: 36px; border-bottom: var(--bw-hair) solid var(--border); }
.f4mk:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.utqn { font-size: var(--fs-body); font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.f4mk p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; }
.f4mk ul.e32qd4nd { margin: 0; }
.f5l9d4n { color: var(--text-muted); line-height: var(--lh-read); }
.s7qrvz .e32qd4nd,
.mhrl40ko .e32qd4nd,
.r0h60 .e32qd4nd,
.rhbt8vpd .e32qd4nd {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.s7qrvz .f4mk,
.mhrl40ko .f4mk { text-align: left; }
.s7qrvz .utqn,
.mhrl40ko .utqn { text-align: center; }
.bewus4q { font-size: var(--fs-h2); font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.l4bt { color: var(--text-muted); font-style: italic; line-height: var(--lh-read); margin: 0 0 16px; font-size: var(--fs-body); }
.yampw { font-size: var(--fs-body); }
.sw7x3a { color: var(--text-muted); line-height: var(--lh-read); margin: 0 0 8px; }
.cb55uqu { margin-top: 12px; }
.t7qodpc { 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; }
.t7qodpc:hover { border-bottom-color: var(--accent-light); }
.oicof16 { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.oicof16 img { width: 100%; height: 100%; object-fit: cover; display: block; }
.poh7wug { width: 260px; height: 260px; }
.h5d6u1a { border-radius: 28%; }
.vqvd3j { display: inline-block; margin-bottom: 12px; font-size: var(--fs-sm); }
.bf7oc { background: var(--accent-bg); color: var(--accent-light); padding: 4px 12px; border-radius: var(--r-pill); font-weight: 600; }
@media (max-width: 640px) { .dcke9r6w { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.wby9z8y .sw7x3a, .wby9z8y .l4bt { max-width: 640px; }
.ubspxe { display: grid; grid-template-columns: 300px 1fr; gap: 48px; }
.wiqh6am7 { position: sticky; top: 96px; align-self: start; }
.wiqh6am7 .bewus4q { font-size: var(--fs-h3); margin-top: 20px; }
.gawi .sw7x3a { margin-bottom: 28px; }
@media (max-width: 860px) { .ubspxe { grid-template-columns: 1fr; } .wiqh6am7 { position: static; text-align: center; } }
.a7pr9as .oicof16 { margin: 0 auto 20px; }
.a7pr9as .vqvd3j { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .gayggm { grid-template-columns: 1fr; } }
.npgl .bewus4q { font-size: var(--fs-h3); margin-bottom: 8px; }
.rhbt8vpd .e32qd4nd { margin: 0; font-size: var(--fs-sm); }
@media (max-width: 640px) { .npgl { flex-direction: column; text-align: center; } .c47df3 { grid-template-columns: 1fr; } }
.io0h48c .bewus4q { font-size: var(--fs-lead); margin: 0 0 4px; }
.io0h48c .vqvd3j { margin: 0; }
.m2no { max-width: 760px; margin: 0 auto; }
.fvia { position: relative; padding-left: 28px; }
.fvia::before { content: ""; position: absolute; left: 8px; top: 8px; bottom: 8px; width: 2px; background: var(--border); }
.se8ip { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.se8ip:last-child { padding-bottom: 0; }
.jvc1qia { 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; }
.plg6t1 h2 { font-size: var(--fs-body); font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.plg6t1 p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; }
.v019 .fnidqv { color: var(--accent-light); }
.zoatc3 .fnidqv { font-size: var(--fs-h2); }
.zoatc3 .gpkjclj { max-width: 680px; }
.dfgdzjq .fnidqv { margin: 0; font-size: var(--fs-h2); flex-shrink: 0; max-width: 45%; }
.dfgdzjq .gpkjclj  { margin: 0; }
@media (max-width: 640px) { .dfgdzjq { flex-direction: column; } }
.bl1ss {
  background: linear-gradient(135deg, var(--accent-bg) 0%, var(--bg-surface) 100%);
  border-bottom: none; padding: 40px 32px 36px; margin-bottom: 32px; border-radius: 0 0 16px 16px;
}
.bl1ss .fnidqv { color: var(--accent-light); }
.l3mgw .fnidqv { color: #fff; }
.l3mgw .gpkjclj  { color: rgba(255,255,255,0.85); }
.cuo9i6 { max-width: 680px; margin: 0 auto; }
.k6qql9c {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .k6qql9c { grid-template-columns: 1fr; } }
.mptqzfvi .zhu2ay5 {
  border: none; border-bottom: var(--bw-rule) solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.mptqzfvi .zhu2ay5:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.de0d1nul .zhu2ay5 { background: var(--bg-raised); border-color: transparent; }
.de0d1nul .zhu2ay5:focus { background: var(--bg-card); border-color: var(--accent-light); }
.ndvc15 .zhu2ay5 { border-radius: var(--r-pill); padding: 12px 20px; }
.ndvc15 .p9jdkvot { border-radius: var(--r-card); }
.jw0n {
  background: var(--bg-card); border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-btn); overflow: hidden; margin-bottom: 12px;
}
.jw0n summary {
  padding: 16px 20px; cursor: pointer; font-weight: 700;
  color: var(--accent-light); font-size: var(--fs-body); list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.jw0n summary::-webkit-details-marker { display: none; }
.jw0n summary::after { content: "+"; color: var(--accent-light); font-size: var(--fs-lead); flex-shrink: 0; }
.jw0n[open] summary::after { content: "−"; }
.rfhl4 {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: var(--lh-read);
  border-top: var(--bw-hair) solid var(--border);
}
@media (max-width: 640px) { .etsbd { grid-template-columns: 1fr; } }
.mjo6c { color: var(--text-muted); line-height: var(--lh-read); padding-left: 1.4em; margin: 0; }
.mjo6c li { margin-bottom: 8px; }
.atn2u{display:none}
.atn2u:empty,.weqm6r:empty{display:none}
.skb3p2w{position:relative;overflow:visible}
.f12ya6oo .s6a90,.l7gwfsw8 .s6a90,
.b7uq .s6a90,.xq9f85j .s6a90,
.n7iu .s6a90,.vjhuuxt .s6a90{display:block}
.kljqs .ncvoseb{display:block}
.f12ya6oo .s6a90,.l7gwfsw8 .s6a90,
.b7uq .s6a90,.xq9f85j .s6a90,
.n7iu .s6a90{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}
.f12ya6oo .s6a90 .weqm6r,.l7gwfsw8 .s6a90 .weqm6r,
.b7uq .s6a90 .weqm6r,.xq9f85j .s6a90 .weqm6r,
.n7iu .s6a90 .weqm6r{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}
.f12ya6oo .s6a90,.l7gwfsw8 .s6a90{top: 12px}
.f12ya6oo .s6a90 .weqm6r{margin-right:auto}
.l7gwfsw8 .s6a90 .weqm6r{margin-left:auto}
.l7gwfsw8 .s6a90{text-align:right}
.b7uq .s6a90,.xq9f85j .s6a90{bottom: 12px}
.b7uq .s6a90 .weqm6r{margin-right:auto}
.xq9f85j .s6a90 .weqm6r{margin-left:auto}
.xq9f85j .s6a90{text-align:right}
.n7iu .s6a90{position:relative;margin-top: 16px}
.n7iu .s6a90 .weqm6r{margin: 0 auto}
.vjhuuxt .s6a90{max-width:var(--content-mw,1100px);margin: 0 auto;padding: 8px 24px}
.vjhuuxt .s6a90 .weqm6r{margin: 0}
.vjhuuxt .ieg2c~.s6a90,
.vjhuuxt .xcrc~.s6a90{max-width:none;margin: 0;padding: 8px clamp(24px,calc(50vw - 476px),96px)}
.vjhuuxt .ieg2c~.s6a90 .weqm6r,
.vjhuuxt .xcrc~.s6a90 .weqm6r{justify-content:flex-start}
.ieg2c~.s6a90,.xcrc~.s6a90{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}
.ieg2c~.s6a90 .weqm6r{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.xcrc~.s6a90 .weqm6r{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.ncvoseb .weqm6r{margin: 0 0 12px}
.weqm6r{display:flex;flex-wrap:wrap;align-items:center;gap: 8px 12px;font-size: var(--fs-label);color:var(--text-muted);margin: 12px 0 16px}
.p6mvq{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.g11kx{font-weight:600;color:var(--text-heading);opacity:1}
.fhfa9 .p6mvq{display:none}
.af2vyjn .weqm6r{background:var(--date-bg, var(--accent-bg));padding: 8px 16px;border-radius:var(--radius, 6px);gap: 8px 16px}
.s408pbe .z422f9z{border-left: var(--bw-rule) solid var(--accent);padding-left: 8px;font-size: var(--fs-caption)}
.s408pbe .mi10dx::before{content:""}
.rob6 .weqm6r{font-size: var(--fs-caption);color:var(--text-faint);letter-spacing: normal}
.q8tnvde9{--date-bg:transparent}
.kdwr500v .mi10dx::before{content:""}
.wlbmu2my{display:flex;align-items:flex-start;gap: 16px;max-width:var(--content-width, 960px);margin: 32px auto 24px;padding: 20px 24px}
.ikys{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.aikly5{display:flex;flex-direction:column;gap: 4px}
.ct78o{font-size: var(--fs-caption);text-transform:uppercase;letter-spacing: var(--ls-label);color:var(--text-body);opacity:.55}
.dkdcwcn{font-weight:700;font-size: var(--fs-sm);color:var(--text-heading)}
.dmb12xy{font-size: var(--fs-label);color:var(--text-body);opacity:.8;line-height: var(--lh-snug);margin-top: 4px}
.akcc1i .wlbmu2my{background:var(--surface-alt);border-radius:var(--radius, 8px);border: var(--bw-hair) solid var(--border)}
.yw5s .wlbmu2my{border-top: var(--bw-bar) solid var(--accent);padding-top: 20px}
.eo8hi3x .wlbmu2my{border-left: var(--bw-bar) solid var(--accent);border-radius:0}
.vnfiyp .wlbmu2my{padding: 20px 0}
@media(max-width:640px){
  .wlbmu2my{flex-direction:column;align-items:center;text-align:center;gap: 12px;padding: 16px}
  .dmb12xy{max-width:100%}
}
.d57n68s .qbsab29l{margin: 0}
@media (max-width:560px){
  .ecvx{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) {
  .eiuwxb { padding: 28px 20px 20px; }
  .for3 { font-size: var(--fs-lead); }
  .y4bbyv { max-width: 220px; max-height: 80px; }
}
.wv9i {
  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);
}
.p7mdxxh6 {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.dwx7  .wv9i { border-radius: 50%; }
.v4yazd  .wv9i { border-radius: var(--r-chip); }
.k0x9mo8 .wv9i { border-radius: var(--r-card); }
.gvbp9cu .ank3pak {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .wv9i { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.u8i3 .nntsg {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.u8i3 .rumf55 {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.u8i3 .ank3pak {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.ln9j4ij {
  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;                  
}
.ln9j4ij.gcihw5 { transform: translate(-50%, 0); }
.ln9j4ij .nntsg,
.ln9j4ij .rumf55 {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.ln9j4ij .ank3pak {
  margin: 0 !important;
  box-shadow: var(--sh-3);
  pointer-events: auto;
}
.khp1j {
  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;
}
.khp1j::before,
.khp1j::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 12px; height: 2px; border-radius: var(--r-chip); background: #fff;
}
.khp1j::before { transform: translate(-50%, -50%) rotate(45deg); }
.khp1j::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.khp1j:hover { background: rgba(0,0,0,0.6); }
@media (max-width: 640px) {
  .ln9j4ij { padding: 0 12px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .ln9j4ij .ank3pak {
    padding: 16px 20px !important;
    gap: 12px !important;
    border-radius: var(--r-card);
  }
  .ln9j4ij .g873t { display: none !important; }
  .ln9j4ij .twv98 { font-size: var(--fs-body) !important; }
  .ln9j4ij .wv9i { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .khp1j { top: 12px; right: 24px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .wuky0 { flex-direction: row-reverse; }
[dir="rtl"] .iioim0 { flex-direction: row-reverse; }
[dir="rtl"] .mezb4wz  .xbiyslm { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .vlz0 .xbiyslm { right: auto; left: 20px; }
  [dir="rtl"] .mezb4wz  .xbiyslm { left: auto;  right: 20px; }
}
[dir="rtl"] .fnfkt .lcfnyfr  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .bc6b .lcfnyfr { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] .ieg2c,
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .p9ld1en, [dir="rtl"] .k72e09d { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .kpjk3g { border-left: none; border-right: var(--bw-bar) solid var(--c-pros); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .dlyviyg { border-left: none; border-right: var(--bw-bar) solid var(--c-cons); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .qudrq02g { border-left: none !important; border-right: var(--bw-bar) solid currentColor; padding-left: 20px; padding-right: 20px; }
[dir="rtl"] .ank3pak { direction: rtl; }
[dir="rtl"] .wv9i { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .xq7d,
[dir="rtl"] .psmad { direction: rtl; }
[dir="rtl"] .j056 { direction: rtl; }
[dir="rtl"] .d6mjnyom { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .ieg2c.zi2bd880 .aqncgv4t { align-items: flex-end; text-align: right; }
[dir="rtl"] .ieg2c.iu1s .aqncgv4t { text-align: center; }
[dir="rtl"] .ieg2c .aqncgv4t { text-align: right; }
[dir="rtl"] .rumf55,
[dir="rtl"] .j6bp,
[dir="rtl"] .vt41,
[dir="rtl"] .lrfhp1,
[dir="rtl"] .zkt82,
[dir="rtl"] .sw7x3a,
[dir="rtl"] .zhu2ay5,
[dir="rtl"] .p9jdkvot { text-align: right; direction: rtl; }
[dir="rtl"] .ndvc15 .zhu2ay5,
[dir="rtl"] .mptqzfvi .zhu2ay5 { padding-right: 20px; padding-left: 20px; }
.bxd6s .uq1f,
.ow8d2 .uq1f,
.dw80pe9t .uq1f { border: var(--bw-hair) solid var(--border-alt); }
.f9mcdc .uq1f {
  gap: 12px; background: transparent;
  border: none; border-radius: 0; overflow: visible;
}
.bxd6s .xq7d,
.ow8d2 .xq7d,
.f9mcdc .xq7d,
.dw80pe9t .xq7d {
  gap: 24px;
  padding: 24px 24px;
}
.bxd6s .xq7d + .xq7d,
.dw80pe9t .xq7d + .xq7d { border-top: none; }
.bxd6s .xq7d:nth-child(even),
.dw80pe9t .xq7d:nth-child(even) { background: var(--bg-surface); }
.f9mcdc .xq7d {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
  box-shadow: var(--sh-2);
}
.bxd6s .wkgnx,
.ow8d2 .wkgnx,
.f9mcdc .wkgnx,
.dw80pe9t .wkgnx {
  width: 110px; height: 110px; padding: 0;
  border-radius: var(--r-card); overflow: hidden;
}
.bxd6s .brndaxui,
.ow8d2 .brndaxui,
.f9mcdc .brndaxui,
.dw80pe9t .brndaxui {
  max-width: 104px; max-height: 104px;
  width: auto; height: auto; object-fit: contain;
}
.dw80pe9t .o8k4e0 { font-size: var(--fs-body); font-weight: 700; }
.bxd6s .rt2n, .bxd6s .opcgt7t, .bxd6s .vxrk,
.ow8d2 .rt2n, .ow8d2 .opcgt7t, .ow8d2 .vxrk,
.f9mcdc .rt2n, .f9mcdc .opcgt7t, .f9mcdc .vxrk,
.dw80pe9t .rt2n, .dw80pe9t .opcgt7t, .dw80pe9t .vxrk {
  background: transparent;
  padding: 12px 0; align-items: flex-start; text-align: left;
}
.bxd6s .m6qc6bd.a3o1nux3,
.ow8d2 .m6qc6bd.a3o1nux3,
.f9mcdc .m6qc6bd.a3o1nux3,
.dw80pe9t .m6qc6bd.a3o1nux3 {
  padding: 16px 24px !important;
}
.dw80pe9t .m6qc6bd.a3o1nux3 { box-shadow: none; }
@media (max-width: 1080px) {
  .bxd6s .xq7d,
  .ow8d2 .xq7d,
  .f9mcdc .xq7d,
  .dw80pe9t .xq7d { gap: 16px; padding: 20px; }
  .bxd6s .wkgnx,
  .ow8d2 .wkgnx,
  .f9mcdc .wkgnx,
  .dw80pe9t .wkgnx { width: 92px; height: 92px; }
}
@media (max-width: 900px) {
  .bxd6s .wkgnx,
  .ow8d2 .wkgnx,
  .f9mcdc .wkgnx,
  .dw80pe9t .wkgnx { width: 104px; height: 104px; }
}
.s2xh .vr4hz82q { display: none; }
.q9g7v3e li::before { color: #2f855a; font-weight: 700; }
.wpmfyf li::before { color: #9b2c2c; font-weight: 700; }
.ogfd::before { color: #2f855a; }
.eh7ayf::before { color: #9b2c2c; }
.t0l12e7  .acm5o1e, .t0l12e7  .tl10xj { border-radius: var(--r-pill); }
.fx4ehqo .acm5o1e, .fx4ehqo .tl10xj { border-radius: 0; }
.jc3qx4w .acm5o1e, .jc3qx4w .tl10xj { border-radius: var(--r-btn); }
.acm5o1e, .tl10xj, .g7fgzaoq, .a3o1nux3, .m6qc6bd.a3o1nux3 {
  background: var(--cta);
  color: var(--cta-fg);
}
body { --btn-radius: var(--r-btn); }
.g7fgzaoq, .a3o1nux3, .m6qc6bd.a3o1nux3, .acm5o1e, .tl10xj,
.ir08, .ywsk, .ln9j4ij .acm5o1e {
  border-radius: var(--btn-radius) !important;
}
.enajxl a, .j6bp a, .vt41 a, .amtwp2rh a, .x0phx 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;
}
.enajxl a:hover, .j6bp a:hover, .vt41 a:hover, .amtwp2rh a:hover { text-decoration-color: currentColor; }
.z4niz { --hero-a: var(--b-600); --hero-b: var(--b-700); }
.odv4pi .elri.y13e .n9l2q,
.odv4pi section.y13e .n9l2q { color: var(--tone-head, var(--text-primary)) !important; text-shadow: none !important; }
.odv4pi .y13e .shqkio { color: var(--text-body); }
.z4niz .uyuen6vy:not(.y13e) .l3hrs {
  background: linear-gradient(120deg, color-mix(in srgb, var(--b-900) 88%, transparent) 0%, color-mix(in srgb, var(--b-700) 58%, transparent) 100%);
}
.elri.uyuen6vy:not(.y13e) .n9l2q,
section.uyuen6vy:not(.y13e) .n9l2q { color: #fff !important; text-shadow: 0 1px 3px rgba(0,0,0,0.45) !important; }
.vyfk.z4niz .y13e .g7fgzaoq,
.vyfk.xle31bzu    .y13e .g7fgzaoq { background: #fff !important; color: var(--b-700) !important; }
.eyyse .hg0ik { background: var(--bg-page); border-top-color: var(--border-alt); }
.sls87r0 .hg0ik { background: var(--b-50); border-top-color: var(--b-200); }
.yq5nm4sm .hg0ik, .ne7q2 .hg0ik, .bo9q .hg0ik {
  background: var(--ftr-fill); border-top-color: var(--ftr-edge); color: #fff;
}
.yq5nm4sm .hg0ik :is(.ov5y94z, .hwmlb8r),
.ne7q2   .hg0ik :is(.ov5y94z, .hwmlb8r),
.bo9q    .hg0ik :is(.ov5y94z, .hwmlb8r) { color: rgba(255,255,255,0.68); }
.yq5nm4sm .hg0ik :is(.c7rg4x5x, .rp6jdt75),
.ne7q2   .hg0ik :is(.c7rg4x5x, .rp6jdt75),
.bo9q    .hg0ik :is(.c7rg4x5x, .rp6jdt75) { color: rgba(255,255,255,0.7); }
.yq5nm4sm .hg0ik a, .ne7q2 .hg0ik a, .bo9q .hg0ik a { color: rgba(255,255,255,0.9); }
.yq5nm4sm .hg0ik a:hover, .ne7q2 .hg0ik a:hover, .bo9q .hg0ik a:hover { color: #fff; }
.yq5nm4sm .hg0ik .vywz6apq,
.ne7q2   .hg0ik .vywz6apq,
.bo9q    .hg0ik .vywz6apq { color: #fff; }
.dk96 .uq1f:not(.ab27) .xq7d:first-child {
  background: var(--tone-fill, var(--accent-bg));
  box-shadow: inset var(--bw-bar) 0 0 var(--tone-line, var(--accent));
}
.qnlhz .uq1f:not(.ab27) {
  background: var(--tone-fill, var(--bg-surface)); padding: 12px; border-radius: var(--r-card);
}
.qnlhz .uq1f:not(.ab27) .xq7d { background: var(--bg-card); border-radius: var(--r-btn); }
.qnlhz .uq1f:not(.ab27) .xq7d + .xq7d { margin-top: 8px; border-top: none; }
.fbyd2 .xq7d::before { background: var(--tone-line, var(--accent)); }
.u00ou .xq7d:first-child { border-top-color: var(--tone-line, var(--accent)); }
.x0phx summary:hover::after, .x0phx[open] summary::after { color: var(--tone-mark, var(--accent)); }
.sehvaq .efttw85j { border-top-color: var(--tone-line, var(--accent)); }
.doc4s7 .n0j0hx7 { background: var(--tone-fill, var(--accent-bg)); }
.aja0 .c825ob2 .brndaxui,
.aja0 .tmrf552.c825ob2 img,
.aja0 .m9gsa7ww.c825ob2 img { border-radius: 22%; }
.aja0 .tmrf552.c825ob2 { border-radius: var(--r-card); }
.t7npf6c .c825ob2 .brndaxui,
.t7npf6c .tmrf552.c825ob2 img,
.t7npf6c .m9gsa7ww.c825ob2 img { border-radius: 50%; aspect-ratio: 1 / 1; object-fit: cover; }
.t7npf6c .tmrf552.c825ob2 { border-radius: 50%; padding: 5px; }
.t7npf6c .c825ob2.wkgnx, .aja0 .c825ob2.wkgnx { overflow: visible; }
.efttw85j, .ycabzz, .uq1f:not(.ab27), .qbsab29l, .x0phx {
  border: none; box-shadow: var(--sh-card);
}
.scfu .efttw85j, .scfu .ycabzz,
.scfu .uq1f:not(.ab27) { box-shadow: var(--sh-lift); }
.ur5j .x0phx, .a6933pd8 .x0phx, .jmcazvs9 .x0phx { box-shadow: none; }
.jmcazvs9 .q63a08 { border: none; box-shadow: var(--sh-card); }
.r5cbyj3 .x0phx { border-left: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.a6933pd8 .x0phx summary { border: none; box-shadow: var(--sh-card); }
.a6933pd8 .x0phx[open] summary { box-shadow: none; color: var(--tone-fill-head-raw); }
.ip19qv .x0phx summary { color: var(--tone-fill-head-raw); }
.fi1p .efttw85j { border: none; border-bottom: var(--bw-rule) solid var(--tone-mark, var(--border)); box-shadow: var(--sh-card); }
.qg1sv9kp, .qudrq02g, .j056 { border: none; box-shadow: var(--panel-sh, none); }
.ngbf .upy4 { border: none; box-shadow: var(--sub-sh, none); }
.euuudr .qg1sv9kp, .euuudr .j056 { box-shadow: var(--panel-sh, none); }
.euuudr .qbsab29l, .euuudr .ijf4 .qudrq02g { box-shadow: var(--sh-card); }
.euuudr .ngbf .upy4 { box-shadow: var(--sub-sh, none); }
.xjz2 .upy4, .euuudr .xjz2 .upy4, .scfu .xjz2 .upy4 { box-shadow: none; border-left: none; border-right: none; border-bottom: none; }
.qg1sv9kp { background: var(--bg-card-inner); border-radius: var(--r-card); }
.tlw3kw1d { border-bottom: none; color: var(--tone-fill-head, var(--text-primary)); }
.pos26o3 .qg1sv9kp   { border: none; border-left: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.infnf7vf .qg1sv9kp { border: none; border-top: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.h0kta5w4 .qg1sv9kp     { border: none; }
.h0kta5w4 .tlw3kw1d { border-bottom: none; color: var(--tone-fill-head, var(--text-primary)); }
.gmdhtj .qg1sv9kp    { border: none; box-shadow: var(--sh-card); }
.qudrq02g { --cl-head: var(--tone-fill-head, var(--text-primary)); --cl-fg: var(--tone-fill-fg, var(--text-body)); border-radius: var(--r-btn); }
.j22q26o { --cl-head: var(--sem-warn-fg); --cl-fg: var(--sem-warn-body); }
.qudrq02g strong, .sscy9yhj .qudrq02g strong, .ghzm1 .qudrq02g strong,
.we4vpb .qudrq02g strong { color: var(--cl-head); }
.qudrq02g p, .sscy9yhj .qudrq02g p, .ghzm1 .qudrq02g p,
.we4vpb .qudrq02g p { color: var(--cl-fg); }
.sscy9yhj .qudrq02g { background: var(--cl-bg, var(--bg-surface)); border: none; border-radius: var(--r-card); padding: 20px 24px; }
.sscy9yhj .qudrq02g strong { display: inline-block; padding-bottom: 6px; margin-bottom: 2px; border-bottom: var(--bw-rule) solid var(--cl-hue); }
.gozv16 .qudrq02g { border: none; border-top: var(--bw-bar) solid var(--cl-hue); }
.ghzm1 .qudrq02g { border: none; }
.we4vpb .qudrq02g  { border: none; border-left: var(--bw-bar) solid var(--cl-hue); }
.ijf4 .qudrq02g   { 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); }
.qqp9ifw { border: none !important; border-radius: 0 0 var(--r-card) var(--r-card); box-shadow: none; }
.qqp9ifw strong { color: var(--cl-head); }
.kpjk3g, .dlyviyg { border: none; border-radius: var(--r-card); padding: 18px 20px; }
.kpjk3g ul li, .kpjk3g .q9g7v3e li { color: var(--sem-pos-body); }
.dlyviyg ul li, .dlyviyg .wpmfyf li { color: var(--sem-neg-body); }
.ycko5 .kpjk3g, .ycko5 .dlyviyg { border: none; }
.nmv0mt .kpjk3g, .nmv0mt .dlyviyg { border: none; border-radius: 0 0 var(--r-card) var(--r-card); }
.nmv0mt .kpjk3g { border-top: var(--bw-bar) solid var(--sem-pos-line); }
.nmv0mt .dlyviyg { border-top: var(--bw-bar) solid var(--sem-neg-line); }
.p05glz .kpjk3g, .p05glz .dlyviyg { border: none; border-radius: 0 var(--r-card) var(--r-card) 0; }
.p05glz .kpjk3g { border-left: var(--bw-bar) solid var(--sem-pos-line); }
.p05glz .dlyviyg { border-left: var(--bw-bar) solid var(--sem-neg-line); }
.hv8rhr .kpjk3g .tnzi5, .hv8rhr .dlyviyg .tnzi5 {
  display: inline-block; padding: 3px 12px; border-radius: var(--r-pill); color: #fff; margin-bottom: 12px;
}
.hv8rhr .kpjk3g .tnzi5 { background: var(--sem-pos-fg); }
.hv8rhr .dlyviyg .tnzi5 { background: var(--sem-neg-fg); }
.hv8rhr .ogfd::before, .hv8rhr .eh7ayf::before { color: #fff; }
.qz7x4lm .kpjk3g ul li, .qz7x4lm .kpjk3g .q9g7v3e li,
.qz7x4lm .dlyviyg ul li, .qz7x4lm .dlyviyg .wpmfyf li { color: var(--text-body); }
.j056 { background: var(--tone-fill, var(--bg-surface)); border-radius: var(--r-card); }
.liz9m { color: var(--tone-fill-head, var(--text-primary)); }
.np6frhm .d6mjnyom a, .z480y .d6mjnyom a, .jt9kv6v .d6mjnyom a {
  border: none; background: var(--bg-card); box-shadow: var(--sh-card); color: var(--text-body);
}
.np6frhm .d6mjnyom a:hover, .z480y .d6mjnyom a:hover, .jt9kv6v .d6mjnyom a:hover {
  color: var(--tone-link, var(--accent)); box-shadow: var(--sh-lift);
}
.dk57i6 .j056 { border-bottom-color: var(--border-alt); }
.dk57i6 .d6mjnyom a:hover { color: var(--tone-link, var(--accent)); border-bottom-color: var(--tone-mark, var(--accent)); }
.kx72, .sydq4 { border: none; }
.o8pyv5f { background: var(--tone-fill-2, var(--bg-raised)); color: var(--tone-fill-fg, var(--text-primary)); }
.pa5sgdb { border-top: none; }
.pa5sgdb > span { color: var(--tone-fill-head, var(--text-primary)); }
.bftm em, .qsjrpu8c em, .ara4l7he em, .j25zh8y em { color: var(--tone-fill-muted, var(--text-muted)); }
.doc4s7 .n0j0hx7 { border-bottom: none; }
.fi1p .n0j0hx7 { border-bottom: none; }
.tmrf552.c825ob2 { border: none; padding: 0; background: transparent; width: 96px; height: 96px; }
.tmrf552.c825ob2 img { max-width: 96px; max-height: 96px; width: 96px; height: 96px; object-fit: cover; border-radius: var(--r-btn); }
.aja0 .tmrf552.c825ob2 img { border-radius: 22%; }
.t7npf6c  .tmrf552.c825ob2 img { border-radius: 50%; }
.t7npf6c  .tmrf552.c825ob2 { padding: 0; }
@media (min-width: 900px) {
  .jnx4zuon .ts4t > .efttw85j:last-child:nth-child(odd) { grid-column: 1 / -1; }
}
.p9ld1en li::marker { color: var(--tone-mark, var(--accent)); }
.k72e09d li::marker { color: var(--tone-mark, var(--accent)); font-weight: 700; }
.w7q0cxko li::marker { color: var(--tone-mark, var(--accent)); }
.yxctt h2.gndx { border-left-color: var(--tone-mark, var(--accent)); border-left-width: 4px; }
.vj6lhbc4 h2.gndx { border-bottom-color: var(--tone-mark, var(--accent)); }
.sw7qa h2.gndx { border-top-color: var(--tone-mark, var(--accent)); }
.fnfkt .upy4, .bc6b .upy4, .wrclt6 .upy4,
.fnfkt .qudrq02g, .bc6b .qudrq02g, .wrclt6 .qudrq02g,
.fnfkt .vsvv, .bc6b .vsvv, .wrclt6 .vsvv,
.fnfkt .qbsab29l, .bc6b .qbsab29l, .wrclt6 .qbsab29l { clear: both; }
.lcfnyfr .j8xomkv { box-shadow: var(--sh-card); }
.qbsab29l { border-radius: var(--r-card); }
.pdabha .x7bgluah { border: none; }
.ln13rtom .iioim0 a { color: var(--b-800); }
.ln13rtom .iioim0 a:hover { color: var(--b-600); }
.odv4pi .elri.y13e .n9l2q,
.odv4pi section.y13e .n9l2q,
.odv4pi .ynqd .n9l2q { color: var(--b-900) !important; }
.odv4pi .y13e .shqkio, .odv4pi .ynqd .shqkio { color: var(--b-800); }
.sls87r0 .hg0ik, .sls87r0 .hg0ik a { color: var(--b-800); }
.sls87r0 .hg0ik :is(.ov5y94z, .hwmlb8r, .c7rg4x5x) { color: var(--b-700); }
.ank3pak { border: none; border-radius: var(--r-card); box-shadow: var(--sh-card); }
.acm5o1e { border: none; }
.yq5evef .acm5o1e { background: #fff !important; color: var(--cta) !important; }
.sbga .ank3pak { background: var(--b-100); border: none; }
.sbga .twv98 { color: var(--b-900); }
.sbga .g873t { color: var(--b-800); }
.hv86hlx2 .ank3pak { background: var(--b-900); border: none; border-radius: var(--r-card); }
.hv86hlx2 .twv98 { color: #fff; }
.hv86hlx2 .g873t { color: rgba(255,255,255,0.82); }
.uxc0ml .ank3pak { background: linear-gradient(120deg, var(--b-900), var(--b-near, var(--b-800))); }
.uxc0ml .acm5o1e { background: #fff !important; color: var(--b-800) !important; }
.wv9i { padding: 0; overflow: hidden; box-shadow: 0 0 0 3px rgba(255,255,255,0.9), var(--sh-2); }
.p7mdxxh6 { width: 100%; height: 100%; object-fit: cover; }
h2.gndx, .n9l2q, h1.gndx, .twv98 { font-weight: 700; }
.i5urlvmo h3, h3.omek38 { font-weight: 600; }
.udfax3 { font-weight: 600; color: var(--tone-head, var(--text-primary)); }
.p9ld1en { list-style: none !important; padding-left: 0; margin: 16px 0; }
.p9ld1en li { position: relative; padding-left: 34px; margin-bottom: 12px; line-height: var(--lh-snug); }
.p9ld1en li::before {
  content: ""; position: absolute; left: 0; top: 0.12em;
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--tone-soft, var(--accent-bg));
}
.p9ld1en 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);
}
.sjaq .p9ld1en li { padding-left: 28px; }
.sjaq .p9ld1en 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));
}
.sjaq .p9ld1en li::after { content: none; }
.sjaq .p9ld1en li::marker, .p9ld1en li::marker { content: ""; }
.k72e09d { list-style: none !important; counter-reset: el-step; padding-left: 0; margin: 16px 0; }
.k72e09d li { list-style: none; counter-increment: el-step; position: relative; padding-left: 42px; margin-bottom: 14px; line-height: var(--lh-snug); min-height: 28px; }
.k72e09d 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;
}
.sjaq .k72e09d li::before { border-radius: 50%; }
.k72e09d li::marker { content: ""; }
.w7q0cxko { list-style: none; padding-left: 16px; }
.w7q0cxko li { position: relative; padding-left: 16px; }
.w7q0cxko li::before { content: ""; position: absolute; left: 0; top: 0.6em; width: 6px; height: 6px; border-radius: 50%; background: var(--tone-mark, var(--accent)); }
.w7q0cxko li::marker { content: ""; }
h3.omek38 { color: var(--tone-sub, var(--tone-head, var(--text-primary))); }
.enajxl strong, .j6bp strong, .zcy80j3n 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");
}
.q9g7v3e li::before, .wpmfyf 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);
}
.wpmfyf li::before { -webkit-mask-image: var(--ico-cross); mask-image: var(--ico-cross); background: var(--sem-neg-line); }
.q9g7v3e li, .wpmfyf li { position: relative; padding-left: 28px !important; margin-bottom: 8px; line-height: var(--lh-snug); }
.ogfd::before, .eh7ayf::before { content: none !important; display: none !important; }
.tnzi5 { font-size: var(--fs-caption); text-transform: uppercase; letter-spacing: var(--ls-label); margin-bottom: 12px; }
.s2xh .vr4hz82q, .vr4hz82q {
  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;
}
.qcduhq0 .vr4hz82q     { -webkit-mask-image: var(--ico-bulb); mask-image: var(--ico-bulb); }
.j22q26o .vr4hz82q { -webkit-mask-image: var(--ico-warn); mask-image: var(--ico-warn); --cl-ico: var(--sem-warn-line); }
.x473e7 .vr4hz82q  { -webkit-mask-image: var(--ico-warn); mask-image: var(--ico-warn); --cl-ico: var(--sem-neg-line); }
.qqp9ifw .vr4hz82q, .u058m4is .vr4hz82q { -webkit-mask-image: var(--ico-shield); mask-image: var(--ico-shield); }
.vr4hz82q::before { content: none !important; }
.qudrq02g { gap: 14px; }
.efttw85j { --rv-pad: 24px; }
.n0j0hx7 { padding: var(--rv-pad); }
.g13suu71 { padding: var(--rv-pad); display: flex; flex-direction: column; gap: 20px; }
.g13suu71 > * { margin: 0 !important; }
.amtwp2rh { line-height: var(--lh-read); }
.pa5sgdb {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
  gap: 14px 24px; padding: 18px var(--rv-pad); align-items: start;
}
.pa5sgdb > span { display: flex; flex-direction: column; gap: 3px; min-width: 0; font-size: var(--fs-sm); }
.pa5sgdb em { font-size: var(--fs-caption); font-weight: 600; font-style: normal; text-transform: uppercase; letter-spacing: var(--ls-label); color: var(--tone-fill-muted, var(--text-muted)); }
.pa5sgdb b { font-weight: 700; color: var(--tone-fill-head, var(--text-primary)); line-height: var(--lh-tight); overflow-wrap: anywhere; }
.fkpb8dk { gap: 16px; }
.qz7x4lm .kpjk3g, .qz7x4lm .dlyviyg { padding: 0; }
.qz7x4lm .dlyviyg { padding-left: 20px; }
.a46m { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; font-size: var(--fs-caption); }
.fkpb8dk + .a46m { padding-top: 20px; border-top: var(--bw-hair) solid var(--border-alt); }
.ihi34 { flex: 0 0 100%; margin-bottom: 4px; font-size: var(--fs-caption); font-weight: 600; text-transform: uppercase; letter-spacing: var(--ls-label); color: var(--text-muted); }
.kx72, .o8pyv5f, .dw3qcwc {
  margin: 0; padding: 5px 10px; border-radius: var(--r-chip);
  background: var(--tone-chip, var(--bg-surface)); color: var(--tone-chip-fg, var(--text-primary));
}
.qqp9ifw { padding: 20px var(--rv-pad) 22px !important; align-items: flex-start; border-top: var(--bw-hair) solid var(--border-alt) !important; }
.qqp9ifw strong, .sscy9yhj .qqp9ifw strong,
.u058m4is strong, .sscy9yhj .u058m4is 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));
}
.qqp9ifw p, .u058m4is p { margin: 0; font-size: var(--fs-sm); line-height: var(--lh-read); }
.qqp9ifw { border-radius: 0 !important; box-shadow: none !important; margin: 0 !important; }
.p6nb strong { display: inline-flex; align-items: baseline; gap: 1px; padding: 3px 9px; border-radius: var(--r-chip); background: var(--tone-soft, var(--accent-bg)); color: var(--tone-soft-fg, var(--text-primary)); font-size: var(--fs-sm); }
.p6nb .zmjudnrb { color: inherit; opacity: .7; }
.ngbf .upy4 { padding-left: var(--sub-pad-x, 20px); padding-right: var(--sub-pad-x, 20px); }
.cmj1nt6n h2.gndx { 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); }
.xc3yj2yu .hv86hlx2 .acm5o1e, .xc3yj2yu .uxc0ml .acm5o1e,
.xc3yj2yu .ac41vz .y13e .g7fgzaoq { background: #fff !important; color: var(--b-900) !important; }
.xc3yj2yu.ac41vz .y13e .g7fgzaoq,
.xc3yj2yu.eq4q1 .toje0, .xc3yj2yu.bo9q .hg0ik .a3o1nux3 { background: #fff !important; color: var(--b-900) !important; }
.jnx4zuon .ts4t { align-items: stretch; }
.efttw85j { display: flex; flex-direction: column; }
.efttw85j .g13suu71 { flex: 1 1 auto; }
.efttw85j .qqp9ifw { margin-top: auto !important; }
.x7bgluah { font-size: var(--fs-sm); }
.x7bgluah th {
  padding: 13px 16px; font-size: var(--fs-caption); font-weight: 700;
  text-transform: uppercase; letter-spacing: var(--ls-label); vertical-align: bottom;
}
.x7bgluah td { padding: 13px 16px; vertical-align: top; line-height: var(--lh-snug); }
.x7bgluah td:first-child { font-weight: 600; color: var(--text-primary); }
.x7bgluah tbody tr:last-child td { border-bottom: none; }
.x7bgluah tbody tr:hover td { background: var(--tone-fill-raw, var(--bg-hover)); }
.gv5d8s .x7bgluah th { color: var(--tone-sub, var(--text-primary)); border-bottom: var(--bw-rule) solid var(--tone-mark, var(--border)); padding-bottom: 11px; }
.pdabha .x7bgluah th, .pdabha .x7bgluah td { border: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
.pdabha .x7bgluah th + th, .pdabha .x7bgluah td + td { border-left: var(--bw-hair) solid var(--border-alt); }
.pdabha .x7bgluah tbody tr:last-child td { border-bottom: none; }
.sjk3ja .pdabha .x7bgluah th + th, .in1a8 .pdabha .x7bgluah th + th,
.unv4.pdabha .x7bgluah th + th { border-left-color: rgba(255,255,255,0.16); }
.of4u .x7bgluah tbody tr:nth-child(even) td { background: var(--tone-fill-raw, var(--bg-surface)); }
.m3zzkj2 { grid-template-columns: repeat(auto-fit, minmax(212px, 1fr)); gap: 20px; margin: 20px 0; }
.qg1sv9kp {
  display: flex; flex-direction: column; align-items: flex-start;
  padding: 24px 22px 22px; transition: transform .15s ease, box-shadow .15s ease;
}
.qg1sv9kp:hover { transform: translateY(-2px); box-shadow: var(--sh-lift); }
.k2w4yvb, .uwpvyn .k2w4yvb {
  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;
}
.aj9omcfc .k2w4yvb { border-radius: 50%; padding: 14px; }
.afd067n7 .qg1sv9kp { align-items: center; text-align: center; }
.afd067n7 .w7q0cxko { text-align: left; }
.tlw3kw1d, .h78kar .tlw3kw1d, .h0kta5w4 .tlw3kw1d {
  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));
}
.q15ap { padding: 0; font-size: var(--fs-sm); line-height: 1.6; color: var(--text-body); }
.w7q0cxko { 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); }
.w7q0cxko li { margin-bottom: 6px; line-height: var(--lh-snug); }
.q7fryv .tlw3kw1d { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.q7fryv .tlw3kw1d::before { display: inline-flex; flex: 0 0 28px; width: 28px; min-width: 28px; height: 28px; margin: 0; }
.afd067n7.q7fryv .tlw3kw1d, .aj9omcfc.q7fryv .tlw3kw1d { align-items: center; }
.g1om2nw .qg1sv9kp { padding-left: 0; padding-right: 0; }
.g1om2nw .qg1sv9kp:hover { transform: none; box-shadow: none; }
.qg1sv9kp, .h0kta5w4 .qg1sv9kp { background: var(--bg-card); box-shadow: var(--sh-card); }
.euuudr .qg1sv9kp, .scfu .qg1sv9kp { box-shadow: var(--sh-card); }
.g1om2nw .qg1sv9kp, .euuudr .g1om2nw .qg1sv9kp { background: none; box-shadow: none; }
@media (min-width: 1000px) {
  .m3zzkj2:has(> :nth-child(5):last-child) { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
  .m3zzkj2:has(> :nth-child(5):last-child) .qg1sv9kp { padding: 20px 16px 18px; }
  .m3zzkj2:has(> :nth-child(6):last-child), .m3zzkj2:has(> :nth-child(9):last-child) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .m3zzkj2:has(> :nth-child(7):last-child), .m3zzkj2:has(> :nth-child(8):last-child) { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
[dir="rtl"] .p9ld1en li, [dir="rtl"] .sjaq .p9ld1en li { padding-left: 0; padding-right: 34px; }
[dir="rtl"] .sjaq .p9ld1en li { padding-right: 28px; }
[dir="rtl"] .p9ld1en li::before { left: auto; right: 0; }
[dir="rtl"] .sjaq .p9ld1en li::before { left: auto; right: 6px; }
[dir="rtl"] .p9ld1en li::after { left: auto; right: 9px; }
[dir="rtl"] .k72e09d li { padding-left: 0; padding-right: 42px; }
[dir="rtl"] .k72e09d li::before { left: auto; right: 0; }
[dir="rtl"] .w7q0cxko { padding-left: 0; padding-right: 0; }
[dir="rtl"] .w7q0cxko li { padding-left: 0; padding-right: 16px; }
[dir="rtl"] .w7q0cxko li::before { left: auto; right: 0; }
[dir="rtl"] .q9g7v3e li, [dir="rtl"] .wpmfyf li { padding-left: 0 !important; padding-right: 28px !important; }
[dir="rtl"] .q9g7v3e li::before, [dir="rtl"] .wpmfyf li::before { left: auto; right: 0; }
[dir="rtl"] .p05glz .kpjk3g, [dir="rtl"] .p05glz .dlyviyg { border-left: none; border-radius: var(--r-card) 0 0 var(--r-card); }
[dir="rtl"] .p05glz .kpjk3g { border-right: var(--bw-bar) solid var(--sem-pos-line); }
[dir="rtl"] .p05glz .dlyviyg { border-right: var(--bw-bar) solid var(--sem-neg-line); }
[dir="rtl"] .qz7x4lm .dlyviyg { padding-left: 0; padding-right: 20px; border-left: none; border-right: var(--bw-hair) solid var(--border); }
[dir="rtl"] .qudrq02g, [dir="rtl"] .we4vpb .qudrq02g, [dir="rtl"] .ijf4 .qudrq02g { border-left: none; border-right: var(--bw-bar) solid var(--cl-hue); }
[dir="rtl"] .sscy9yhj .qudrq02g, [dir="rtl"] .gozv16 .qudrq02g, [dir="rtl"] .ghzm1 .qudrq02g { border-right: none; }
[dir="rtl"] .yxctt h2.gndx { border-left: none; border-right: 4px solid var(--tone-mark, var(--accent)); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .pos26o3 .qg1sv9kp { border-left: none; border-right: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
[dir="rtl"] .qg1sv9kp { align-items: flex-start; text-align: right; }
[dir="rtl"] .x7bgluah th, [dir="rtl"] .x7bgluah td { text-align: right; }
[dir="rtl"] .pdabha .x7bgluah th + th, [dir="rtl"] .pdabha .x7bgluah td + td { border-left: none; border-right: var(--bw-hair) solid var(--border-alt); }
[dir="rtl"] .r5cbyj3 .x0phx, [dir="rtl"] .ip19qv .x0phx summary { border-left: none; border-right: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
[dir="rtl"] .x0phx summary::after { margin: -4px 0 0 4px; }
[dir="rtl"] .dk96 .uq1f:not(.ab27) .xq7d:first-child { box-shadow: inset calc(-1 * var(--bw-bar)) 0 0 var(--tone-line, var(--accent)); }
@media (max-width: 900px) {
  .xq7d { gap: 0 14px; padding: 16px; }
  .xq7d::after { content: ""; order: 2; flex: 0 0 100%; height: 0; margin-top: 14px; border-top: var(--bw-hair) solid var(--border-alt); }
  .s8kr0j93, .mzqu { flex: 1 1 0; min-width: 0; }
  .o6xtyk { flex: 0 0 auto; }
  .cqjxe { align-self: center; }
  
  .rt2n, .opcgt7t, .vxrk,
  .uq5czca, .t457ki, .lf6cdlld,
  .t3v5s5d, .j3vy9e, .tmmuhgy {
    flex: 1 1 calc(50% - 7px); min-width: calc(50% - 7px); margin-top: 14px;
  }
  
  .rt2n, .opcgt7t, .vxrk { flex-basis: 100%; min-width: 100%; }
  
  .l0m5, .fncw { flex: 1 1 100%; min-width: 100%; margin-top: 14px; }
  .raeb1, .uy7f { flex-wrap: nowrap; overflow: hidden; gap: 6px; }
  .uy7f .sydq4:nth-child(n+3) { display: inline-block; }
  .uy7f .sydq4:nth-child(n+4) { display: none; }
  
  .zvflq7o, .yj464 { margin-top: 16px; }
  .e0p09cfe { text-align: center; display: block; margin-top: 8px; }
}
@media (max-width: 360px) {
  .uq5czca, .t457ki, .lf6cdlld,
  .t3v5s5d, .j3vy9e, .tmmuhgy { flex-basis: 100%; min-width: 100%; }
}
.wkgnx.c825ob2, .oa6n4t .wkgnx.c825ob2, .vjr2enf5 .wkgnx.c825ob2,
.xhi5pbo .wkgnx.c825ob2, .rgt2en .wkgnx.c825ob2,
.m9gsa7ww.c825ob2, .oa6n4t .m9gsa7ww.c825ob2, .vjr2enf5 .m9gsa7ww.c825ob2,
.xhi5pbo .m9gsa7ww.c825ob2, .rgt2en .m9gsa7ww.c825ob2 {
  background: transparent; padding: 0; width: auto; height: auto;
}
.oa6n4t .wkgnx.c825ob2 .brndaxui, .vjr2enf5 .wkgnx.c825ob2 .brndaxui,
.xhi5pbo .wkgnx.c825ob2 .brndaxui, .rgt2en .wkgnx.c825ob2 .brndaxui { max-height: 88px; max-width: 88px; }
@media (max-width: 900px) {
  .wkgnx.c825ob2 .brndaxui { max-height: 64px; max-width: 64px; }
  
  .uy7f { flex-wrap: wrap; overflow: visible; }
  .uy7f .sydq4 { max-width: 100%; }
}
.pl8ty3 { display: none; }
.y36v7cr, .xyq382mt { display: contents; }
.qqp9ifw, .ghzm1 .qqp9ifw, .ijf4 .qqp9ifw { background: transparent !important; }
.a46m .kx72, .a46m .o8pyv5f, .a46m .dw3qcwc { background: var(--bg-surface); color: var(--text-body); }
.p6nb { align-items: center; gap: 10px; }
.p6nb strong { font-size: calc(var(--fs-lead) + 2px); font-weight: 700; padding: 2px 10px; }
.f5tuv {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 16px var(--rv-pad, 24px); border-top: var(--bw-hair) solid var(--border-alt);
  background: var(--bg-card);
}
.cbehww { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.cbehww em { font-size: var(--fs-caption); font-style: normal; font-weight: 600; text-transform: uppercase; letter-spacing: var(--ls-label); color: var(--text-muted); }
.cbehww b { font-size: var(--fs-sm); font-weight: 700; color: var(--text-primary); line-height: var(--lh-tight); }
.f5tuv .a3o1nux3 { flex-shrink: 0; white-space: nowrap; padding: 12px 22px !important; font-size: var(--fs-sm) !important; font-weight: 700; }
@media (max-width: 480px) {
  .f5tuv { flex-direction: column; align-items: stretch; }
  .f5tuv .a3o1nux3 { text-align: center; }
}
@media (min-width: 900px) {
  .xkv5wun .ts4t, .xkv5wun.jnx4zuon .ts4t { display: grid; grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .xkv5wun .efttw85j:has(> .y36v7cr) { display: grid; grid-template-columns: 296px minmax(0, 1fr); align-items: stretch; }
  .xkv5wun .efttw85j:has(> .y36v7cr) > .f5tuv { display: none; }

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

  .xkv5wun .xyq382mt { display: flex; flex-direction: column; min-width: 0; }
  .xkv5wun .xyq382mt .bwbg { margin: 24px 24px 0; border-radius: var(--r-card); overflow: hidden; }
  .xkv5wun .xyq382mt .bwbg img.k0j4cc5j { max-height: 250px; }
  .xkv5wun .xyq382mt .g13suu71 { flex: 1 1 auto; }
  
  .xkv5wun .xyq382mt .fkpb8dk { grid-template-columns: 1fr 1fr; gap: 20px; }
  .xkv5wun .xyq382mt .a46m { flex-wrap: wrap; }
  .xkv5wun .xyq382mt .ihi34 { flex: 0 0 auto; margin: 0 8px 0 0; }
  .xkv5wun .efttw85j:last-child:nth-child(odd) { grid-column: auto; }
  
  .xkv5wun.doc4s7 .n0j0hx7, .xkv5wun.sehvaq .n0j0hx7 { background: none; }
}
[dir="rtl"] .xkv5wun .y36v7cr .pa5sgdb b { text-align: left; }
[dir="rtl"] .xkv5wun .y36v7cr .pa5sgdb > .bftm b { text-align: right; }
[dir="rtl"] .xkv5wun .xyq382mt .ihi34 { margin: 0 0 0 8px; }
.n3io7q1m .efttw85j .bwbg { order: -1; }
.n3io7q1m .efttw85j .bwbg img.k0j4cc5j { max-height: 210px; width: 100%; }
.n3io7q1m .efttw85j:has(.bwbg) .n0j0hx7 { position: relative; margin-top: -44px; padding-top: 0; background: none; align-items: flex-end; }
.n3io7q1m .efttw85j:has(.bwbg) .tmrf552 { box-shadow: 0 0 0 4px var(--bg-card), var(--sh-card); border-radius: var(--r-btn); background: var(--bg-card); }
.n3io7q1m.t7npf6c .efttw85j:has(.bwbg) .tmrf552 { border-radius: 50%; }
.n3io7q1m .efttw85j:has(.bwbg) .i5urlvmo,
.n3io7q1m .efttw85j:has(.bwbg) .vdaqf { padding-top: 52px; }
.n3io7q1m.doc4s7 .n0j0hx7, .n3io7q1m.sehvaq .n0j0hx7 { background: none; }
.s493iq .efttw85j .bwbg { display: none; }
.s493iq .efttw85j { --rv-pad: 20px; }
.s493iq .amtwp2rh { font-size: var(--fs-sm); line-height: 1.65; }
.s493iq .g13suu71 { gap: 16px; }
.s493iq .a46m + .a46m { display: none; }
.s493iq .tmrf552.c825ob2, .s493iq .tmrf552.c825ob2 img { width: 72px; height: 72px; max-width: 72px; max-height: 72px; }
.aj9omcfc .qg1sv9kp { align-items: center; text-align: center; }
.aj9omcfc .w7q0cxko { text-align: left; }
.s0mxawx4 .m3zzkj2, .s0mxawx4 .m3zzkj2:has(> :nth-child(5):last-child),
.s0mxawx4 .m3zzkj2:has(> :nth-child(6):last-child), .s0mxawx4 .m3zzkj2:has(> :nth-child(7):last-child),
.s0mxawx4 .m3zzkj2:has(> :nth-child(8):last-child), .s0mxawx4 .m3zzkj2:has(> :nth-child(9):last-child) {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.s0mxawx4 .qg1sv9kp { display: grid; grid-template-columns: 64px minmax(0, 1fr); column-gap: 18px; align-items: start; padding: 22px; }
.s0mxawx4 .k2w4yvb, .s0mxawx4 .a00b40 { grid-column: 1; grid-row: 1 / span 3; width: 64px; height: 64px; padding: 10px; margin: 0; border-radius: 14px; align-self: start; }
.s0mxawx4 .tlw3kw1d, .s0mxawx4 .q15ap, .s0mxawx4 .w7q0cxko { grid-column: 2; }
.s0mxawx4 .qg1sv9kp > .tlw3kw1d:first-child, .s0mxawx4 .qg1sv9kp > .tlw3kw1d:first-child ~ * { grid-column: 1 / -1; }
[dir="rtl"] .s0mxawx4 .qg1sv9kp { direction: rtl; }
.dtz40oi .qg1sv9kp { padding: 0 0 22px; align-items: stretch; overflow: hidden; }
.dtz40oi .k2w4yvb {
  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;
}
.dtz40oi .a00b40 { margin: 24px auto 16px; }
.dtz40oi .tlw3kw1d, .dtz40oi .q15ap { padding-left: 22px; padding-right: 22px; }
.dtz40oi .w7q0cxko { margin-left: 22px; margin-right: 22px; }
.dtz40oi .m3zzkj2:has(> :nth-child(5):last-child) .qg1sv9kp { 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"); }
.w7q0cxko { padding-left: 0 !important; }
.w7q0cxko li { padding-left: 22px; margin-bottom: 8px; }
.w7q0cxko 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"] .w7q0cxko li { padding-left: 0; padding-right: 22px; }
.pa5sgdb:has(> :nth-child(4):last-child) { grid-template-columns: 1fr 1fr; }
@media (min-width: 900px) {
  
  .xkv5wun .efttw85j:has(> .y36v7cr) {
    overflow: clip;
    background: linear-gradient(to right, var(--tone-fill-raw, var(--bg-surface)) 296px, var(--bg-card) 296px);
  }
  [dir="rtl"] .xkv5wun .efttw85j:has(> .y36v7cr) { background: linear-gradient(to left, var(--tone-fill-raw, var(--bg-surface)) 296px, var(--bg-card) 296px); }
  .xkv5wun .y36v7cr { background: none; align-self: start; position: sticky; top: 96px; }
  .xkv5wun .y36v7cr .pa5sgdb { align-items: stretch; }
  .xkv5wun .y36v7cr .vdaqf { margin-top: 0; padding: 20px 0 0; }
  .xkv5wun .y36v7cr .i5urlvmo { padding: 0; }
  
  .xkv5wun.twni5ab .y36v7cr .tmrf552 { width: 96px; height: 96px; min-height: 0; padding: 0; }
  .xkv5wun.twni5ab .y36v7cr .tmrf552:not(.c825ob2) { width: 112px; height: 112px; padding: 6px; }
}
.n3io7q1m.twni5ab .n0j0hx7 { padding: 0 var(--rv-pad) var(--rv-pad); gap: 12px 20px; overflow: visible; }
.n3io7q1m.twni5ab .tmrf552 { width: 96px; height: 96px; min-height: 0; padding: 0; align-self: flex-end; }
.n3io7q1m.twni5ab .i5urlvmo, .n3io7q1m.twni5ab .vdaqf { padding-left: 0; padding-right: 0; padding-bottom: 0; }
.s0mxawx4 .m3zzkj2, .s0mxawx4 .m3zzkj2:has(> :nth-child(5):last-child),
.s0mxawx4 .m3zzkj2:has(> :nth-child(6):last-child), .s0mxawx4 .m3zzkj2:has(> :nth-child(7):last-child),
.s0mxawx4 .m3zzkj2:has(> :nth-child(8):last-child), .s0mxawx4 .m3zzkj2:has(> :nth-child(9):last-child) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.s0mxawx4 .m3zzkj2 > :last-child:nth-child(odd) { grid-column: 1 / -1; }
.s0mxawx4 .qg1sv9kp { display: block; position: relative; padding: 22px 22px 22px 104px; min-height: 108px; box-sizing: border-box; }
.s0mxawx4 .k2w4yvb, .s0mxawx4 .a00b40 { position: absolute; left: 22px; top: 22px; margin: 0; }
.s0mxawx4 .qg1sv9kp:not(:has(.k2w4yvb, .a00b40)) { padding-left: 22px; }
[dir="rtl"] .s0mxawx4 .qg1sv9kp { padding: 22px 104px 22px 22px; }
[dir="rtl"] .s0mxawx4 .k2w4yvb, [dir="rtl"] .s0mxawx4 .a00b40 { left: auto; right: 22px; }
@media (max-width: 700px) { .s0mxawx4 .m3zzkj2 { grid-template-columns: minmax(0, 1fr) !important; } }
.s0mxawx4 .m3zzkj2 .qg1sv9kp { padding: 22px 22px 22px 104px !important; }
.s0mxawx4 .m3zzkj2 .qg1sv9kp:not(:has(.k2w4yvb, .a00b40)) { padding-left: 22px !important; }
[dir="rtl"] .s0mxawx4 .m3zzkj2 .qg1sv9kp { padding: 22px 104px 22px 22px !important; }
@media (max-width: 560px) {
  .fkpb8dk, .vsvv { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .qz7x4lm .dlyviyg, [dir="rtl"] .qz7x4lm .dlyviyg {
    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;
  }
  
  .n3io7q1m .efttw85j:has(.bwbg) .i5urlvmo { padding-top: 0; }
}
.c8is p, .wa43fv3, .e32qd4nd, .mjo6c, .pbbu,
.sw7x3a, .vagqcq, .rfhl4, .mywzvht2 p, .byoln8ie p { color: var(--text-body); }
.gpkjclj { color: var(--text-body); font-size: var(--fs-lead); line-height: 1.55; }
.k4ti1xb, .vbafs8t .k4ti1xb, .yjapgzdq,
.utqn, .x0wsji8, .ptzg,
.mywzvht2 h2, .mywzvht2 h3, .uzw6sp h2, .ja0kws5l 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;
}
.uhh8 .k4ti1xb { font-size: var(--fs-lead); }
.fnidqv { font-weight: 700; letter-spacing: -0.02em; line-height: 1.15; text-wrap: balance; }
.bewus4q { font-weight: 700; letter-spacing: -0.02em; }
.e32qd4nd, .mjo6c { list-style: none !important; padding-left: 0; }
.e32qd4nd li, .mjo6c li { position: relative; padding-left: 28px; margin-bottom: 12px; line-height: var(--lh-snug); }
.e32qd4nd li::marker, .mjo6c li::marker { content: ""; }
.e32qd4nd li::before, .mjo6c 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"] .e32qd4nd li, [dir="rtl"] .mjo6c li { padding-left: 0; padding-right: 28px; }
[dir="rtl"] .e32qd4nd li::before, [dir="rtl"] .mjo6c li::before { left: auto; right: 6px; }
.jw0n { border: none; box-shadow: var(--sh-card); border-radius: var(--r-btn); background: var(--bg-card); }
.c8is a:not(.a3o1nux3):not(.g7fgzaoq) { color: var(--tone-link, var(--accent)); }
@media (max-width: 640px) {
  .ln9j4ij .ank3pak {
    flex-direction: row !important; flex-wrap: nowrap !important; align-items: center !important;
    gap: 12px !important; padding: 10px 44px 10px 12px !important;
  }
  .ln9j4ij .wv9i { 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); }
  .ln9j4ij .p3vzc { flex: 1 1 0; min-width: 0; }
  .ln9j4ij .twv98 {
    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;
  }
  .ln9j4ij .acm5o1e { width: auto !important; flex: 0 0 auto; padding: 10px 14px !important; font-size: var(--fs-label) !important; }
  .khp1j { top: 50%; right: 24px; transform: translateY(calc(-50% - 7px)); width: 22px; height: 22px; }
}
.dcfn5vpi h1, .dcfn5vpi h2, .dcfn5vpi h3, .dcfn5vpi .n9l2q,
.dcfn5vpi h2.gndx, .dcfn5vpi h1.gndx { font-weight: 600; }
.l1hm4yvh h1, .l1hm4yvh h2, .l1hm4yvh h3, .l1hm4yvh .n9l2q,
.l1hm4yvh h2.gndx, .l1hm4yvh h1.gndx { font-weight: 700; }
.elpj h1, .elpj .n9l2q, .elpj h1.gndx,
.cucjy.dcfn5vpi .n9l2q { font-weight: 600; }
h3.omek38, .l1hm4yvh h3.omek38, .i5urlvmo h3, .l1hm4yvh .i5urlvmo h3 { font-weight: 600; }
.rm8y .iioim0 a, .ui8n4 .iioim0 a { font-weight: 600; }
.q7rixz .nyn8wr16 { font-weight: 600; }
.q7rixz .gqj5uahy { font-weight: 700; }
.o8k4e0 { font-weight: 600; }
.gqj5uahy { font-weight: 700; }
.shqkio { font-weight: 400; }
.vmff4t5 { display: block; }
.xzdf { max-width: var(--content-mw, 1100px); margin: 0 auto; padding: 0 24px; box-sizing: border-box; }
.xzdf .j056 { margin: 20px 0 8px; }
.nntsg { scroll-margin-top: calc(var(--nav-h, 64px) + 20px); }
@media (max-width: 640px) { .xzdf { padding: 0 16px; } }
@media (min-width: 1100px) {
  .xfh2 .roghigwn, .rhzq1vb .roghigwn, .rp1z30m .roghigwn,
  .xfh2 .vmff4t5, .rhzq1vb .vmff4t5, .rp1z30m .vmff4t5 { max-width: 1280px; }
  .xfh2 .vmff4t5, .rhzq1vb .vmff4t5, .rp1z30m .vmff4t5 {
    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;
  }
  .rhzq1vb .vmff4t5, .rp1z30m .vmff4t5 { grid-template-columns: minmax(0, 1fr) 264px; }
  .rhzq1vb .xzdf, .rp1z30m .xzdf { order: 2; }
  .xfh2 .xzdf, .rhzq1vb .xzdf, .rp1z30m .xzdf {
    max-width: none; margin: 0; padding: 0; position: sticky; top: calc(var(--nav-h, 64px) + 24px);
  }
  .xfh2 .d0ksm, .rhzq1vb .d0ksm, .rp1z30m .d0ksm {
    display: flex; flex-direction: column; gap: 20px; max-height: calc(100vh - var(--nav-h, 64px) - 48px);
  }
  
  .xfh2 .n5a1ke .rumf55, .rhzq1vb .n5a1ke .rumf55,
  .rp1z30m .n5a1ke .rumf55 { max-width: none; padding-left: 0; padding-right: 0; }
  .xfh2 .n5a1ke > .nntsg:first-child, .rhzq1vb .n5a1ke > .nntsg:first-child,
  .rp1z30m .n5a1ke > .nntsg:first-child { padding-top: 0; }
  .xfh2 .n5a1ke > .nntsg:first-child .rumf55, .rhzq1vb .n5a1ke > .nntsg:first-child .rumf55,
  .rp1z30m .n5a1ke > .nntsg:first-child .rumf55 { padding-top: 0; }

  
  .xfh2 .xzdf .j056, .rhzq1vb .xzdf .j056, .rp1z30m .xzdf .j056 {
    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;
  }
  .xfh2 .xzdf .liz9m, .rhzq1vb .xzdf .liz9m, .rp1z30m .xzdf .liz9m {
    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);
  }
  .xfh2 .xzdf .d6mjnyom, .rhzq1vb .xzdf .d6mjnyom, .rp1z30m .xzdf .d6mjnyom {
    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);
  }
  .xfh2 .xzdf .d6mjnyom li, .rhzq1vb .xzdf .d6mjnyom li, .rp1z30m .xzdf .d6mjnyom li {
    display: block !important; margin: 0 !important;
  }
  .xfh2 .xzdf .d6mjnyom li::before, .rhzq1vb .xzdf .d6mjnyom li::before, .rp1z30m .xzdf .d6mjnyom li::before,
  .xfh2 .xzdf .d6mjnyom li::after, .rhzq1vb .xzdf .d6mjnyom li::after, .rp1z30m .xzdf .d6mjnyom li::after,
  .xfh2 .xzdf .d6mjnyom a::before, .rhzq1vb .xzdf .d6mjnyom a::before, .rp1z30m .xzdf .d6mjnyom a::before {
    content: none !important; display: none !important;
  }
  .xfh2 .xzdf .d6mjnyom a, .rhzq1vb .xzdf .d6mjnyom a, .rp1z30m .xzdf .d6mjnyom 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;
  }
  .xfh2 .xzdf .d6mjnyom a:hover, .rhzq1vb .xzdf .d6mjnyom a:hover, .rp1z30m .xzdf .d6mjnyom a:hover { color: var(--text-primary) !important; }
  .xfh2 .xzdf .d6mjnyom a.xf1ux0, .rhzq1vb .xzdf .d6mjnyom a.xf1ux0, .rp1z30m .xzdf .d6mjnyom a.xf1ux0 {
    color: var(--tone-link, var(--accent)) !important; font-weight: 600 !important;
    border-left-color: var(--tone-mark, var(--accent)) !important;
  }

  
  .rp1z30m .wvsf9fi {
    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);
  }
  .dq080 { font-size: var(--fs-caption); font-weight: 700; text-transform: uppercase; letter-spacing: var(--ls-wide); color: var(--tone-link, var(--accent)); }
  .ijw26c1 { display: flex; align-items: center; gap: 12px; min-width: 0; }
  .bj7swh { width: 52px; height: 52px; flex: 0 0 52px; object-fit: cover; border-radius: var(--r-btn); }
  .t7npf6c .bj7swh { border-radius: 50%; }
  .k1yx { font-weight: 700; font-size: var(--fs-sm); line-height: var(--lh-tight); color: var(--text-primary); min-width: 0; overflow-wrap: anywhere; }
  .u4n5 { font-size: var(--fs-body); font-weight: 700; line-height: var(--lh-tight); color: var(--text-primary); }
  .gt473 { display: block; text-align: center; padding: 12px 16px !important; font-size: var(--fs-sm) !important; font-weight: 700; }
}
[dir="rtl"] .xzdf .d6mjnyom { border-left: none !important; border-right: var(--bw-rule) solid var(--border-alt); }
@media (min-width: 1100px) {
  [dir="rtl"] .xfh2 .xzdf .d6mjnyom a, [dir="rtl"] .rhzq1vb .xzdf .d6mjnyom a, [dir="rtl"] .rp1z30m .xzdf .d6mjnyom 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"] .xfh2 .xzdf .d6mjnyom a.xf1ux0, [dir="rtl"] .rhzq1vb .xzdf .d6mjnyom a.xf1ux0, [dir="rtl"] .rp1z30m .xzdf .d6mjnyom a.xf1ux0 { border-right-color: var(--tone-mark, var(--accent)) !important; }
}
[dir="rtl"] .p2iuyz .xzdf .d6mjnyom, [dir="rtl"] .ipre8fg .xzdf .d6mjnyom,
[dir="rtl"].p2iuyz .xzdf .d6mjnyom, [dir="rtl"].ipre8fg .xzdf .d6mjnyom { border-right: none; }
@media (max-width: 1099px) { [dir="rtl"] .xzdf .d6mjnyom { border-right: none; } }
.ipre8fg .xzdf {
  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);
}
.ipre8fg .xzdf .j056 {
  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;
}
.ipre8fg .xzdf .liz9m { display: none !important; }
.ipre8fg .xzdf .d6mjnyom {
  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;
}
.ipre8fg .xzdf .d6mjnyom::-webkit-scrollbar { display: none; }
.ipre8fg .xzdf .d6mjnyom li { flex: 0 0 auto; margin: 0 !important; display: block !important; }
.ipre8fg .xzdf .d6mjnyom li::before, .ipre8fg .xzdf .d6mjnyom li::after,
.ipre8fg .xzdf .d6mjnyom a::before { content: none !important; display: none !important; }
.ipre8fg .xzdf .d6mjnyom 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;
}
.ipre8fg .xzdf .d6mjnyom li:first-child a { padding-left: 0 !important; }
.ipre8fg .xzdf .d6mjnyom a:hover { color: var(--text-primary) !important; }
.ipre8fg .xzdf .d6mjnyom a.xf1ux0 { color: var(--tone-link, var(--accent)) !important; border-bottom-color: var(--tone-mark, var(--accent)) !important; font-weight: 600 !important; }
.ipre8fg .nntsg { scroll-margin-top: calc(var(--nav-h, 64px) + 72px); }
@media (max-width: 640px) { .ipre8fg .xzdf .j056 { padding: 0 16px !important; } }
.ipre8fg .xzdf .d6mjnyom {
  -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;
}
.ipre8fg .xzdf .j056 { overflow: hidden; }
.sjaq .p9ld1en li::before, .e32qd4nd li::before, .mjo6c li::before {
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--tone-mark, var(--accent)) 16%, transparent);
}
@media (max-width: 560px) {
  
  .kqs6, .eyibnk6s, .avo5, .zh2ga { --fs-body: 16px; --fs-lead: 18px; --fs-sm: 15px; }
  
  .qqp9ifw, .u058m4is { display: block !important; }
  .qqp9ifw .vr4hz82q, .u058m4is .vr4hz82q { float: left; margin: 0 8px 0 0; width: 18px; height: 18px; flex: none; }
  [dir="rtl"] .qqp9ifw .vr4hz82q, [dir="rtl"] .u058m4is .vr4hz82q { float: right; margin: 0 0 0 8px; }
  .qqp9ifw strong, .u058m4is strong { line-height: 18px; margin-bottom: 8px; }
  .qqp9ifw p, .u058m4is p { clear: both; }
  .efttw85j { --rv-pad: 18px; }
  .g13suu71 { gap: 16px; }
}
.swame8 .bydg0snh, .pflhd .bydg0snh, .gkpo793 .bydg0snh, .yqtls6 .bydg0snh { color: var(--text-primary); }
.swame8 .bydg0snh .e76ony { color: var(--tone-link, var(--accent)); }
.swame8 .bydg0snh:not(:has(.e76ony))::first-letter { color: var(--tone-link, var(--accent)); }
.swame8 .bydg0snh { display: inline-block; }
.yqtls6 .bydg0snh::after { content: "."; color: var(--tone-mark, var(--accent)); }
.gkpo793 .bydg0snh { text-transform: uppercase; letter-spacing: 0.14em; font-size: var(--fs-label) !important; font-weight: 700; }
.pflhd .bydg0snh { font-weight: 700; letter-spacing: -0.035em; }
.s0dg .bydg0snh, .eq4q1 .bydg0snh,
.s0dg .bydg0snh .e76ony, .eq4q1 .bydg0snh .e76ony { color: #fff !important; }
.s0dg.yqtls6 .bydg0snh::after, .eq4q1.yqtls6 .bydg0snh::after { color: rgba(255,255,255,0.7); }
.s0dg.swame8 .bydg0snh::first-letter, .eq4q1.swame8 .bydg0snh::first-letter { color: #fff; }
.z4nfqlr9 .n5a1ke > .nntsg:nth-of-type(even) .lcfnyfr { display: none; }
.rd0v .n5a1ke > .nntsg .lcfnyfr { display: none; }
.rd0v .n5a1ke > .nntsg:nth-of-type(-n+2) .lcfnyfr { display: block; }
.bgu4l1u .lcfnyfr { float: none; width: 100%; margin: 4px 0 24px; border-radius: var(--r-card); }
.bgu4l1u .lcfnyfr .j8xomkv { width: 100%; aspect-ratio: 24 / 7; height: auto; object-fit: cover; object-position: center 60%; }
@media (max-width: 640px) { .bgu4l1u .lcfnyfr .j8xomkv { aspect-ratio: 16 / 7; } }
.xhyf .lcfnyfr .j8xomkv { filter: grayscale(1) contrast(1.08) brightness(1.04); }
.xhyf .lcfnyfr::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit;
  background: var(--b-600); mix-blend-mode: color; opacity: .92;
}
.xhyf .lcfnyfr, .u10w645l .lcfnyfr { border-radius: var(--r-card); isolation: isolate; }
.u10w645l .lcfnyfr .j8xomkv { filter: grayscale(1) contrast(1.1); }
.p7wq, .p7wq.elri { min-height: 0 !important; background: none; padding: 40px 0 0; display: block; position: relative; }
.p7wq .n9l2q { 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; }
.p7wq .shqkio { color: var(--text-body); margin: 0 0 8px; max-width: 760px; }
.p7wq ~ .s6a90 { 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; }
.p7wq ~ .s6a90 .weqm6r { background: transparent !important; color: var(--text-muted) !important; padding: 0 !important; backdrop-filter: none !important; }
@media (min-width: 1100px) {
  .xfh2 .p7wq .fcltvx89, .rhzq1vb .p7wq .fcltvx89, .rp1z30m .p7wq .fcltvx89 { max-width: 1280px; }
}
@media (max-width: 640px) { .p7wq { padding-top: 24px; } .p7wq .fcltvx89 { padding: 0 16px; } .p7wq .n9l2q { font-size: var(--fs-h2); max-width: none; } }
.yb8z, .yb8z.elri, .ne377ken, .ne377ken.elri {
  min-height: 0 !important; height: auto !important; display: block; padding: 56px 0 48px;
}
.ieg2c.twhq5, .ieg2c.twhq5.elri { min-height: 0 !important; padding: 48px 0; }
.ab27 .gqj5uahy {
  white-space: normal; overflow: hidden; text-overflow: clip;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 1.25;
}
.ab27 .rt2n, .ab27 .opcgt7t, .ab27 .vxrk { background: var(--tone-fill-raw, var(--accent-bg)); }
.ab27 .xq7d { box-shadow: var(--sh-lift); border-radius: var(--r-card); }
.ab27 .xq7d::after { content: none !important; display: none !important; }
@media (max-width: 900px) {
  .ab27 .xq7d {
    display: flex !important; flex-direction: column !important; flex-wrap: nowrap !important; align-items: center !important;
    gap: 10px !important; padding: 16px !important; text-align: center;
  }
  .ab27 .c8c1dah, .ab27 .o6xtyk, .ab27 .s8kr0j93, .ab27 .mzqu,
  .ab27 .rt2n, .ab27 .zvflq7o, .ab27 .yj464 {
    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;
  }
  
  .elri .ab27, .ab27.ug6l8, .ab27.rjb5r, .ab27.ol2w {
    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;
  }
  .elri .ab27::-webkit-scrollbar { display: none; }
  .elri .ab27 .xq7d { flex: 0 0 74% !important; scroll-snap-align: center; }
  .yb8z, .ne377ken { padding: 32px 0 24px; }
  .ieg2c.twhq5 { padding: 24px 0; }
}
@media (max-width: 900px) {
  
  .ne377ken, .yb8z, .ieg2c.twhq5 { overflow-x: clip; max-width: 100vw; }
  .ne377ken .fcltvx89, .yb8z .fcltvx89, .twhq5 .br6q, .twhq5 .aqncgv4t { min-width: 0; max-width: 100%; box-sizing: border-box; }
  .elri .ab27 { width: 100% !important; min-width: 0 !important; box-sizing: border-box; }
}
.km6v06lh, .km6v06lh.elri, .ajq9, .ajq9.elri {
  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);
}
.km6v06lh .n9l2q, .ajq9 .n9l2q, .p7wq .n9l2q {
  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;
}
.km6v06lh .n9l2q, .ajq9 .n9l2q { color: var(--hero-fg) !important; }
.km6v06lh .shqkio, .ajq9 .shqkio {
  color: var(--hero-fg-soft); font-size: var(--fs-body); line-height: 1.6; margin: 14px 0 0; max-width: 640px;
}
.ehd1kf7a .weqm6r, .ehd1kf7a .weqm6r * { background: transparent !important; box-shadow: none !important; backdrop-filter: none !important; }
.ehd1kf7a .weqm6r { padding: 0 !important; margin: 0 !important; border: none !important; border-radius: 0 !important; font-size: var(--fs-label); justify-content: flex-start; }
.km6v06lh .ehd1kf7a .weqm6r, .km6v06lh .ehd1kf7a .weqm6r a, .km6v06lh .ehd1kf7a .weqm6r span,
.ajq9 .ehd1kf7a .weqm6r, .ajq9 .ehd1kf7a .weqm6r a, .ajq9 .ehd1kf7a .weqm6r span { color: var(--hero-fg-dim) !important; }
.km6v06lh .ehd1kf7a .weqm6r a, .ajq9 .ehd1kf7a .weqm6r a { color: var(--hero-fg) !important; font-weight: 600; }
.p7wq .ehd1kf7a .weqm6r { color: var(--text-muted); }
.ajq9 .n9l2q { max-width: 24ch; }
@media (min-width: 1100px) {
  .xfh2 .km6v06lh .fcltvx89, .rhzq1vb .km6v06lh .fcltvx89, .rp1z30m .km6v06lh .fcltvx89,
  .xfh2 .ajq9 .fcltvx89, .rhzq1vb .ajq9 .fcltvx89, .rp1z30m .ajq9 .fcltvx89 { max-width: 1280px; }
}
@media (max-width: 760px) {
  .km6v06lh { padding: 24px 0 26px; }
  .km6v06lh .fcltvx89, .ajq9 .fcltvx89 { padding: 0 16px; }
  .t0c7hzh .fcltvx89:has(.xa4ws) { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .xa4ws { display: none; }
  .ajq9 { padding-top: 12px; }
  .zey7mox6 { flex-direction: column; align-items: stretch; gap: 20px; padding: 22px 20px; }
  .xzpo6 { flex-direction: row; width: auto; text-align: left; gap: 12px; padding: 12px 14px; }
  .xzpo6 img { width: 48px; height: 48px; flex: 0 0 48px; }
  .mcokahu { flex: 0 0 auto; }
  .n0gridn2 { flex: 1 1 0; min-width: 0; }
  .km6v06lh .n9l2q, .ajq9 .n9l2q, .p7wq .n9l2q { font-size: 25px !important; max-width: none; }
  .km6v06lh .shqkio, .ajq9 .shqkio { font-size: 15px; }
}
.uyuen6vy .shqkio, .ieg2c .shqkio, .ynqd .shqkio { font-size: var(--fs-body); line-height: 1.6; max-width: 620px; }
@media (min-width: 901px) {
  
  .xoeo8 .uq1f:not(.ab27), .iwnni9sd .uq1f:not(.ab27) {
    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;
  }
  .xoeo8 .uq1f:not(.ab27) { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .xoeo8 .uq1f:not(.ab27):has(> :nth-child(5):last-child),
  .xoeo8 .uq1f:not(.ab27):has(> :nth-child(10):last-child) { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
  .xoeo8 .uq1f:not(.ab27):has(> :nth-child(3):last-child),
  .xoeo8 .uq1f:not(.ab27):has(> :nth-child(6):last-child),
  .xoeo8 .uq1f:not(.ab27):has(> :nth-child(9):last-child) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .iwnni9sd .uq1f:not(.ab27) { grid-template-columns: repeat(3, minmax(0, 1fr)); padding-top: 14px !important; }

  .xoeo8 .uq1f:not(.ab27) > .xq7d,
  .iwnni9sd .uq1f:not(.ab27) > .xq7d: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;
  }
  .xoeo8 .uq1f:not(.ab27) > .xq7d:hover,
  .iwnni9sd .uq1f:not(.ab27) > .xq7d:nth-child(-n+3):hover { transform: translateY(-3px); box-shadow: var(--sh-lift); }
  .xoeo8 .xq7d .c8c1dah, .iwnni9sd .xq7d:nth-child(-n+3) .c8c1dah {
    align-items: center; text-align: center; padding: 0 16px; border: none !important; width: 100%; box-sizing: border-box;
  }
  
  .xoeo8 .xq7d .o6xtyk, .xoeo8 .xq7d .s8kr0j93, .xoeo8 .xq7d .mzqu,
  .iwnni9sd .xq7d:nth-child(-n+3) .o6xtyk, .iwnni9sd .xq7d:nth-child(-n+3) .s8kr0j93,
  .iwnni9sd .xq7d:nth-child(-n+3) .mzqu { order: -2; padding: 0; gap: 12px; }
  .xoeo8 .xq7d .wkgnx, .iwnni9sd .xq7d:nth-child(-n+3) .wkgnx {
    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;
  }
  .xoeo8 .xq7d .brndaxui, .iwnni9sd .xq7d:nth-child(-n+3) .brndaxui { max-height: 88px !important; max-width: 88% !important; }
  .xoeo8 .xq7d .o8k4e0, .iwnni9sd .xq7d:nth-child(-n+3) .o8k4e0 { padding: 0 16px; font-size: var(--fs-body); }
  .xoeo8 .xq7d .cqjxe, .iwnni9sd .xq7d:nth-child(-n+3) .cqjxe { order: -1; flex-direction: row; justify-content: center; gap: 8px; }
  .xoeo8 .xq7d .zvflq7o, .xoeo8 .xq7d .yj464,
  .iwnni9sd .xq7d:nth-child(-n+3) .zvflq7o, .iwnni9sd .xq7d:nth-child(-n+3) .yj464 { margin-top: auto; padding-top: 4px; align-items: stretch; }
  .xoeo8 .xq7d .yj464::before, .iwnni9sd .xq7d:nth-child(-n+3) .yj464::before { display: none; }
  .xoeo8 .xq7d .raeb1, .xoeo8 .xq7d .uy7f,
  .iwnni9sd .xq7d:nth-child(-n+3) .raeb1, .iwnni9sd .xq7d:nth-child(-n+3) .uy7f { justify-content: center; }
  .xoeo8 .xq7d .gqj5uahy, .iwnni9sd .xq7d:nth-child(-n+3) .gqj5uahy { font-size: var(--fs-sm); }
  
  .xoeo8 .xq7d .hxxe, .iwnni9sd .xq7d:nth-child(-n+3) .hxxe { display: none; }
  
  .xoeo8 .uq1f:not(.ab27) > .xq7d::before,
  .iwnni9sd .uq1f:not(.ab27) > .xq7d: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"] .xoeo8 .uq1f:not(.ab27) > .xq7d::before,
  [dir="rtl"] .iwnni9sd .uq1f:not(.ab27) > .xq7d:nth-child(-n+3)::before { left: auto; right: 10px; }

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

  
  .vgbya .uq1f:not(.ab27) { position: relative; padding-top: 42px !important; border-radius: var(--r-card); }
  .vgbya .uq1f:not(.ab27)::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);
  }
  .vgbya .uq1f:not(.ab27) > .xq7d { padding-top: 10px; padding-bottom: 10px; position: static; }
  .vgbya .uq1f:not(.ab27) > .xq7d:first-child { position: relative; }
  .vgbya .uq1f:not(.ab27) .c8c1dah { position: static; }
  .vgbya .uq1f:not(.ab27) .uzw3lb6x { display: none; }
  
  .vgbya .uq1f:not(.ab27) > .xq7d:first-child .uzw3lb6x {
    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;
  }
  .vgbya .wkgnx { height: 64px !important; width: auto !important; }
  .vgbya .brndaxui { max-height: 56px !important; max-width: 120px !important; }
  .vgbya .s8kr0j93 { flex-direction: row; align-items: center; gap: 12px; text-align: left; }
  .vgbya .gqj5uahy { font-size: var(--fs-sm); }
  .vgbya .m6qc6bd.a3o1nux3 { padding: 10px 16px !important; font-size: var(--fs-label) !important; }
  .vgbya .fbyd2 .xq7d::before, .vgbya.fbyd2 .xq7d::before { top: 8px; bottom: 8px; }
  
  .xoeo8.fbyd2 .xq7d::before { border-radius: var(--r-pill) !important; }
  .xoeo8.pzm7m .xq7d:nth-child(even), .iwnni9sd.pzm7m .xq7d:nth-child(even) { background: var(--bg-card) !important; }
  .xoeo8.u00ou .xq7d:first-child, .iwnni9sd.u00ou .xq7d:first-child { border-top: none !important; }
  .xoeo8.dk96 .uq1f:not(.ab27) .xq7d:first-child { box-shadow: var(--sh-lift), 0 0 0 2px var(--tone-mark, var(--accent)); }
}
@media (min-width: 901px) {
  
  .xoeo8 .xq7d .yj464, .iwnni9sd .xq7d:nth-child(-n+3) .yj464 { display: flex !important; flex-direction: column; }
  
  .vgbya .uq1f:not(.ab27) { 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; }
  .vgbya .uq1f:not(.ab27) > .xq7d { border: none !important; border-radius: 0 !important; box-shadow: none !important; margin: 0 !important; background: var(--bg-card) !important; }
  .vgbya .uq1f:not(.ab27) > .xq7d + .xq7d { border-top: var(--bw-hair) solid var(--border-alt) !important; }
  .vgbya .uq1f:not(.ab27) > .xq7d:hover { background: var(--tone-fill-raw, var(--bg-hover)) !important; }
  .vgbya .s8kr0j93, .vgbya .o6xtyk, .vgbya .mzqu { justify-content: flex-start; align-items: center; }
  .vgbya .yj464 { --cs-link-h: 0px; }
  .vgbya .yj464 .e0p09cfe { display: none; }
}
@media (min-width: 901px) {
  .xoeo8 .uq1f:not(.ab27) .rheyo,
  .iwnni9sd .uq1f:not(.ab27) > .xq7d:nth-child(-n+3) .rheyo { display: block; }
}
body .elri.km6v06lh .n9l2q, body .elri.ajq9 .n9l2q,
body section.km6v06lh .n9l2q, body section.ajq9 .n9l2q { color: var(--hero-fg) !important; text-shadow: none !important; }
body .elri.p7wq .n9l2q { text-shadow: none !important; }
@media (max-width: 760px) {
  .xzpo6 { width: auto; flex-wrap: wrap; }
  .v1zgjr9 { flex: 1 0 100%; margin-top: 4px; }
}
.gux7wa .ncvoseb, .ebn4iw .ncvoseb { display: block; }
@media (max-width: 640px) {
  .s0dg .iioim0, .eq4q1 .iioim0,
  .s0dg .iioim0.ga249, .eq4q1 .iioim0.ga249 { background: var(--nav-fill) !important; border-color: var(--nav-edge) !important; }
  .s0dg .iioim0 a, .eq4q1 .iioim0 a { color: rgba(255,255,255,0.9) !important; border-color: rgba(255,255,255,0.16) !important; }
  .ln13rtom .iioim0, .ln13rtom .iioim0.ga249 { background: var(--b-50) !important; }
}
body .efttw85j .p6nb strong { background: var(--tone-soft, var(--accent-bg)) !important; color: var(--tone-soft-fg, var(--text-primary)) !important; }
body .efttw85j .p6nb strong span { color: inherit !important; background: transparent !important; }
@media (min-width: 900px) {
  body.xkv5wun .efttw85j .y36v7cr .p6nb strong { background: none !important; color: var(--tone-fill-head, var(--text-primary)) !important; }
}
.ov5y94z, .hwmlb8r, .m1t0x .ov5y94z, .m1t0x .hwmlb8r { color: var(--text-muted); }
@media (max-width: 560px) {
  .tmrf552.c825ob2, .tmrf552.c825ob2 img { width: 88px !important; height: 88px !important; min-height: 0 !important; max-width: 88px; max-height: 88px; padding: 0 !important; }
}
@media (min-width: 721px) {
  .skb3p2w:has(> .uyuen6vy, > .km6v06lh, > .ieg2c) + .c5lm7n { margin-top: -38px; }
  
  .vjhuuxt .skb3p2w + .c5lm7n { margin-top: 18px; }
}
@media (min-width: 1100px) {
  .xfh2 .c5lm7n, .rhzq1vb .c5lm7n, .rp1z30m .c5lm7n { max-width: 1280px; }
}
@media (max-width: 640px) {
  .dfgdzjq .fnidqv { max-width: none; }
}
.fnidqv, .n9l2q, .k4ti1xb { overflow-wrap: break-word; }
.jj28 > div, .uhh8 > div, .lps6a,
.m2no > div > div, .c8is .sjbaqd2 > div { min-width: 0; }
.c8is p, .c8is li, .c8is td, .c8is a { overflow-wrap: anywhere; }
:root {
  --accent: #6662ce;
  --brand: #6662ce;
  --accent-light: #514ca9;
  --brand-light: #514ca9;
  --accent-bg: #f4f5ff;
  --accent-bg-light: #f4f5ff;
  --accent-pale: #d2d6ff;
  --brand-pale: #d2d6ff;
  --cta: #0b874e;
  --cta-hover: #0a7342;
  --cta-fg: #ffffff;
  --cta-light: #7e7cec;
  --text-primary: #302923;
  --text-body: #4a423c;
  --text-sub: #4a423c;
  --text-muted: #69625b;
  --text-faint: #787069;
  --text-dim: #787069;
  --text-label: #69625b;
  --text-value: #302923;
  --bg-page: #ffffff;
  --bg-surface: #f8f3e9;
  --bg-card: #ffffff;
  --bg-card-inner: #faf6ef;
  --bg-card-inner-raw: #faf6ef;
  --bg-raised: #f2ebde;
  --bg-hover: #f8f3e9;
  --border: #dbd3c6;
  --border-alt: #e8e2d7;
  --border-section: #e8e2d7;
  --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: #f4f5ff;
  --bg-info: #f4f5ff;
  --c-tip-border: #3b3782;
  --c-warn-border: #a86b03;
  --c-tag-pay: #e7e9ff;
  --grad-start: #6662ce;
  --grad-end: #514ca9;
  --tone-fill: #f4f5ff;
  --tone-fill-2: #e7e9ff;
  --tone-fill-raw: #f4f5ff;
  --tone-fill-2-raw: #e7e9ff;
  --tone-fill-head: #242156;
  --tone-fill-fg: #3b3d5a;
  --tone-fill-muted: #585a7a;
  --tone-fill-head-raw: #242156;
  --tone-fill-fg-raw: #3b3d5a;
  --tone-fill-muted-raw: #585a7a;
  --sh-card: 0 0 0 1px rgba(48, 41, 35, 0.06), 0 1px 2px rgba(48, 41, 35, 0.05), 0 10px 24px -14px rgba(48, 41, 35, 0.18);
  --sh-lift: 0 0 0 1px rgba(48, 41, 35, 0.06), 0 2px 4px rgba(48, 41, 35, 0.06), 0 18px 36px -18px rgba(48, 41, 35, 0.26);
  --panel-sh: none;
  --sub-sh: none;
  --sub-pad-x: 0px;
  --tone-line: #3b3782;
  --tone-mark: #3b3782;
  --tone-mark-fg: #ffffff;
  --tone-head: #242156;
  --tone-sub: #3b3782;
  --tone-link: #514ca9;
  --tone-th: #242156;
  --tone-th-fg: #ffffff;
  --tone-chip: #e7e9ff;
  --tone-chip-fg: #3b3782;
  --tone-soft: #242156;
  --tone-soft-fg: #ffffff;
  --sem-pos-bg: #eef7ef;
  --sem-pos-line: #348f4f;
  --sem-pos-fg: #115629;
  --sem-neg-bg: #fff1ef;
  --sem-neg-line: #bb5752;
  --sem-neg-fg: #742e2b;
  --sem-warn-bg: #fbf3ea;
  --sem-warn-line: #a86b03;
  --sem-warn-fg: #643e03;
  --sem-info-bg: #ecf6fe;
  --sem-info-line: #2580c1;
  --sem-info-fg: #014b79;
  --sem-pos-body: #29452f;
  --sem-neg-body: #553330;
  --sem-warn-body: #4e381f;
  --b-near: #5f296c;
  --b-50: #f4f5ff;
  --s-50: #eff9f2;
  --n-50: #f8f5f2;
  --b-100: #e7e9ff;
  --s-100: #dff0e4;
  --n-100: #eeeae7;
  --b-200: #d2d6ff;
  --s-200: #bfe4cb;
  --n-200: #ddd8d4;
  --b-300: #b7bbfe;
  --s-300: #8dd5a6;
  --n-300: #c6c0bc;
  --b-400: #9799fe;
  --s-400: #60bc84;
  --n-400: #aba49f;
  --b-500: #7e7cec;
  --s-500: #38a368;
  --n-500: #928b85;
  --b-600: #6662ce;
  --s-600: #178951;
  --n-600: #7a726b;
  --b-700: #514ca9;
  --s-700: #006e3d;
  --n-700: #615a54;
  --b-800: #3b3782;
  --s-800: #02522d;
  --n-800: #4a423c;
  --b-900: #242156;
  --s-900: #00341a;
  --n-900: #302923;
}
:root { --logo-bg-opacity: 80%; }
body, button, input { font-family: "Open Sans", sans-serif; }
.iwa4h .elri, .iwa4h .ieg2c { min-height: 780px; }
.hko0pmv::before { content: '/'; }