
/* Every token, type role and component below is specified in DESIGN.md at the
   repo root, which is the authority for all of them. */

@font-face{font-family:Oswald;font-weight:400 600;font-style:normal;font-display:swap;
  src:url(/assets/oswald-var-latin.571f3457da.woff2) format("woff2")}
/* Metric matched fallback so the swap costs no reflow. 95% is measured, not
   assumed: at that size-adjust Arial Narrow sets this site's display strings
   within 1% of the width Oswald sets them (mean 0.9% over seven strings).
   Declared inside the stylesheet, never in a <style> block, so the CSP can
   stay style-src 'self'. */
@font-face{font-family:"Oswald Fallback";src:local("Arial Narrow"),local("Bahnschrift");
  size-adjust:95%}

:root{
  color-scheme:dark;
  --canvas:#111820;--surface-1:#161e28;--surface-2:#1b2532;
  --hairline:#25313f;--hairline-strong:#34424f;
  --ink:#f5efe3;--ink-muted:#9aa9ba;--ink-subtle:#8797a7;
  --accent:#f5a524;--accent-subtle:rgba(245,165,36,.12);
  /* Identical to the print report's blue on purpose: it is the one value a
     reader sees on both the screen and the paper. */
  --bar:#2f6ad4;--track:rgba(150,180,210,.06);
  --unreachable:#d4726b;--unreachable-subtle:rgba(212,114,107,.12);
  --display:Oswald,"Oswald Fallback",Bahnschrift,"Arial Narrow",sans-serif;
  --sans:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  --mono:ui-monospace,"Cascadia Mono",Consolas,"SF Mono",Menlo,monospace;
}
*{box-sizing:border-box}
body{font:16px/1.6 var(--sans);color:var(--ink);background:var(--canvas);margin:0;padding:0;
     -webkit-font-smoothing:antialiased}
/* Graph paper at two pitches, fixed so the data scrolls over it. Low enough
   that it never competes with a numeral. */
body::before{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;
  background:
    linear-gradient(to right, rgba(150,180,210,.055) 1px, transparent 1px) 0 0/112px 112px,
    linear-gradient(to bottom, rgba(150,180,210,.055) 1px, transparent 1px) 0 0/112px 112px,
    linear-gradient(to right, rgba(150,180,210,.028) 1px, transparent 1px) 0 0/28px 28px,
    linear-gradient(to bottom, rgba(150,180,210,.028) 1px, transparent 1px) 0 0/28px 28px,
    var(--canvas)}
/* About twice the sticky header, so a row reached by #id lands below it. */
[id]{scroll-margin-top:56px}
:focus-visible{outline:2px solid var(--accent);outline-offset:2px}

a{color:var(--ink);text-decoration:underline;text-decoration-color:var(--ink-subtle);
  text-underline-offset:2px;transition:text-decoration-color .1s ease-out}
a:hover{text-decoration-color:var(--ink)}

.skip-link{position:absolute;left:-9999px;top:0;z-index:10;background:var(--ink);
  color:var(--canvas);border-radius:3px;padding:8px 12px;font-size:14px;line-height:1.5;
  text-decoration:none}
.skip-link:focus{left:8px;top:8px}
.wrap{max-width:960px;margin:0 auto;padding:32px 18px 64px}
.prose{max-width:calc(72ch + 36px)}

header.site{border-bottom:1px solid var(--hairline);padding:16px 0;margin-bottom:8px}
header.site .wrap{padding:0 18px}
header.site a{color:var(--ink);text-decoration:none;font-family:var(--display);
  font-weight:600;font-size:21px;line-height:1;letter-spacing:.06em;text-transform:uppercase}
header.site span{color:var(--ink-muted);font-size:12px;line-height:1;display:block;
  margin-top:5px;font-family:var(--display);font-weight:600;letter-spacing:.14em;
  text-transform:uppercase}

.crumbs{max-width:960px;margin:0 auto;padding:16px 18px 0}
.crumbs ol{list-style:none;margin:0;padding:0;color:var(--ink-muted);font-size:13px;
  line-height:1.5}
.crumbs li{display:inline;margin:0}
.crumbs li+li::before{content:" / ";color:var(--ink-subtle)}

h1{font-family:var(--display);font-weight:600;font-size:38px;line-height:1.05;
   letter-spacing:.02em;text-transform:uppercase;margin:0 0 10px}
h1.name{font-size:40px;letter-spacing:.01em;text-wrap:balance}
h2{font-family:var(--display);font-weight:500;font-size:14px;line-height:1.2;
   letter-spacing:.14em;text-transform:uppercase;color:var(--ink);
   border-bottom:1px solid var(--hairline);padding-bottom:8px;margin:0 0 16px}
/* The findings groups inside a section, so "Table stakes" and "AI visibility"
   read as sub labels of the h2 above them and never as sections of their own. */
h3{font-family:var(--display);font-weight:600;font-size:12px;line-height:1;
   letter-spacing:.14em;text-transform:uppercase;color:var(--ink-muted);
   margin:24px 0 8px}
p{margin:0 0 16px}
.sub{color:var(--ink-muted);font-size:14px;line-height:1.5;margin:0 0 30px;max-width:72ch}
.card{margin-top:48px}
.muted{color:var(--ink-muted);font-size:13px;line-height:1.5}
ul{padding-left:18px;margin:0}li{margin-bottom:9px}

/* .table-wrap gets its overflow in the responsive block near the end of this
   file, not here: it is a scroller only below 720px. */
table{width:100%;border-collapse:collapse;font-size:14px;line-height:1.5}
caption{caption-side:top;text-align:left;color:var(--ink-muted);font-size:13px;
  line-height:1.5;padding-bottom:8px}
thead th{text-align:left;font-family:var(--display);font-weight:600;font-size:12px;
  line-height:1;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-muted);
  background:var(--canvas);border-bottom:1px solid var(--hairline-strong);padding:8px 10px}
thead th[aria-sort]{color:var(--ink)}
/* 6px of padding with the same negative margin: the hit area is 24px tall
   (WCAG 2.2 target minimum) and the header row does not move. Measured 12px
   before the 2026-09-07 audit. min-width covers the rank column, whose one
   glyph (#) otherwise leaves the button 12px wide; measured live the same day. */
.sort{font:inherit;letter-spacing:inherit;text-transform:inherit;color:inherit;
  background:none;border:0;border-radius:3px;padding:6px 0;margin:-6px 0;min-width:24px;
  text-align:left;cursor:pointer}
.sort .arrow{margin-left:4px}
td,tbody th{padding:12px 10px;border-bottom:1px solid var(--hairline);vertical-align:middle;
  text-align:left;font-weight:400;overflow-wrap:anywhere}
tbody tr{transition:background-color .1s ease-out}
tbody tr:hover{background:var(--surface-1)}
.rank{width:52px;color:var(--ink-muted);font-family:var(--mono);font-size:17px;
  font-variant-numeric:tabular-nums;white-space:nowrap;overflow-wrap:normal}
.rank a{color:inherit;text-decoration:none}
tr.lead .rank{color:var(--accent)}
.score{width:190px;font-family:var(--mono);font-size:19px;
  font-variant-numeric:tabular-nums;white-space:nowrap;overflow-wrap:normal}
.num{font-family:var(--mono);font-size:17px;font-variant-numeric:tabular-nums;
  color:var(--ink-muted);text-align:right;white-space:nowrap;overflow-wrap:normal}
.bar{height:8px;background:var(--track);border-radius:3px;margin-top:6px;min-width:90px}
/* --v is set by the one w-NNN class the element carries; see WIDTH_CLASSES.
   The 0% fallback matters: with a bare var() an element that somehow reaches a
   page without its class would take width:auto and draw a FULL bar, which
   reads as a perfect score. Drawing nothing is the failure that looks like one. */
.bar span{display:block;height:100%;width:var(--v,0%);background:var(--bar);
  border-radius:3px;transform-origin:left center}
.bar.top{background:var(--accent-subtle)}
.bar.top span{background:var(--accent);box-shadow:0 0 10px rgba(245,165,36,.30)}
.flag{display:inline-block;color:var(--ink-muted);border:1px solid currentColor;
  border-radius:2px;padding:1px 4px;margin:4px 5px 0 0;font-family:var(--mono);font-size:12px;
  line-height:1.4;letter-spacing:.02em;white-space:nowrap;text-decoration:none}
a.flag:hover{color:var(--ink)}
.flag.no{color:var(--unreachable)}
/* The street line under a name, printed only on the rows a name is shared by.
   Quieter than the name and above the flags, so the row still reads name first
   and the address is plainly a qualifier rather than part of what the business
   calls itself. */
.addr{display:block;color:var(--ink-muted);font-size:13px;line-height:1.5;margin-top:2px}

.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:12px}
.tile{display:block;border:1px solid var(--hairline);border-radius:3px;padding:16px;
  text-decoration:none;color:var(--ink);background:var(--surface-1);
  transition:border-color .1s ease-out}
.tile:hover{border-color:var(--hairline-strong)}
/* display:block above would beat the hidden attribute the filter sets. */
.tile[hidden]{display:none}
.tile b{display:block;font-family:var(--display);font-weight:600;font-size:12px;
  line-height:1;letter-spacing:.14em;text-transform:uppercase;margin-bottom:8px}

/* The find box is markup that only works with site.js, so it ships hidden and
   the script unhides it. Without JavaScript the table stands on its own. */
.find{margin:0 0 32px}
.find[hidden]{display:none}
.find label{display:block;font-family:var(--display);font-weight:600;font-size:12px;
  line-height:1;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-muted);
  margin-bottom:8px}
.find input{width:100%;max-width:420px;height:44px;padding:12px;border-radius:3px;
  border:1px solid var(--hairline-strong);background:var(--surface-1);color:var(--ink);
  font:16px/1.6 var(--sans)}
.find input::placeholder{color:var(--ink-muted)}
.find-status{color:var(--ink-muted);font-size:14px;line-height:1.5;margin:8px 0 0;
  min-height:21px}
.find-results{list-style:none;margin:8px 0 0;padding:0;max-width:420px}
.find-results li{margin:0}
.find-results a{display:block;padding:12px;background:var(--surface-2);color:var(--ink);
  text-decoration:none;font-size:14px;line-height:1.5;
  border-bottom:1px solid var(--hairline)}
.find-results .meta{display:block;color:var(--ink-muted);font-family:var(--mono);
  font-size:12px;line-height:1.4;letter-spacing:.02em}

/* The home page's trade and city selects. Same contract as .find: shipped
   hidden, unhidden by site.js, styled to sit beside the find input. */
.filter{display:flex;flex-wrap:wrap;gap:8px 16px;align-items:end;margin:0 0 24px}
.filter[hidden]{display:none}
.filter .pick{display:flex;flex-direction:column;gap:8px}
.filter label{font-family:var(--display);font-weight:600;font-size:12px;line-height:1;
  letter-spacing:.14em;text-transform:uppercase;color:var(--ink-muted)}
.filter select{height:44px;padding:0 12px;border-radius:3px;
  border:1px solid var(--hairline-strong);background:var(--surface-1);color:var(--ink);
  font:16px/1.6 var(--sans);min-width:200px}
.filter-status{flex-basis:100%;color:var(--ink-muted);font-size:14px;line-height:1.5;
  margin:0;min-height:21px}

.standing{background:var(--surface-1);border-radius:3px;padding:24px;margin-bottom:24px}
.standing .rank-lg{font-family:var(--mono);font-weight:500;font-size:56px;line-height:1;
  font-variant-numeric:tabular-nums}
.standing .of{font-family:var(--mono);font-size:24px;color:var(--ink-muted)}
.standing .total{font-family:var(--mono);font-size:19px;line-height:1.2;
  font-variant-numeric:tabular-nums;margin-top:16px}
/* What the big denominator counts, and whether the rank above it was separated
   from its neighbour by anything measured. Both qualify the number they sit
   under, so both are quieter than it and neither is red: a scope and a tie are
   facts about the ranking, not findings against the business. */
.standing .scope,.standing .tied{color:var(--ink-muted);font-size:13px;
  line-height:1.5;margin:6px 0 0}
.penalty{color:var(--unreachable);font-size:14px;line-height:1.5;margin:8px 0 0}
.pillars{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-bottom:32px}
.pillar{background:var(--surface-1);border-radius:3px;padding:16px}
.pillar .val{font-family:var(--mono);font-size:22px;line-height:1.1;
  font-variant-numeric:tabular-nums}
.pillar .lab{display:block;font-family:var(--display);font-weight:600;font-size:11px;
  line-height:1.2;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-muted);
  margin-top:4px}
.pillar.low .lab{color:var(--unreachable)}
.pillar .pbar{position:relative;height:5px;background:var(--track);border-radius:3px;
  margin-top:8px}
.pillar .pbar span{display:block;height:100%;width:var(--v,0%);background:var(--bar);
  border-radius:3px;transform-origin:left center}
.pillar.low .pbar span{background:var(--unreachable)}
.pillar .tick{position:absolute;top:-2px;left:var(--v,0%);width:1px;height:9px;
  background:var(--ink)}
/* Named for what the tick and the caption beneath it now carry: the best value
   any business in this market reaches on that pillar. It was `.leader`, which
   is what the number used to be and is not any more. */
.pillar .best{display:block;color:var(--ink-muted);font-size:13px;line-height:1.5;
  margin-top:4px}
.first-fix{background:var(--surface-2);border-left:1px solid var(--ink);border-radius:3px;
  padding:24px 24px 24px 26px;margin-bottom:32px}
.findings{list-style:none;padding:0;margin:0}
.findings li{margin:0 0 8px;padding-left:14px;border-left:1px solid var(--hairline);
  font-size:14px;line-height:1.5}
.findings li.critical{border-left-color:var(--unreachable)}
.findings .fix{display:block;color:var(--ink-muted)}
.crit{color:var(--unreachable);font-family:var(--mono);font-size:12px;letter-spacing:.02em}
.method{color:var(--ink-muted);font-size:14px;line-height:1.5;margin:0 0 8px}
.lights{list-style:none;padding:0;margin:0}
.light{display:flex;align-items:center;gap:8px;margin:0;padding:8px 0;
  font-family:var(--mono);font-size:12px;line-height:1.4;letter-spacing:.02em}
.lamp{flex:0 0 auto;width:10px;height:10px;border-radius:2px;background:var(--ink-muted)}
.light.fail{color:var(--unreachable)}
.light.fail .lamp{background:var(--unreachable-subtle);border:1px solid var(--unreachable)}
.owner{background:var(--surface-1);border-radius:3px;padding:24px;margin-top:32px}
.neighbors{color:var(--ink-muted);font-size:14px;line-height:1.5;margin-top:24px}

footer{border-top:1px solid var(--hairline);margin-top:48px;color:var(--ink-subtle);
  font-size:13px;line-height:1.8}
footer .wrap{padding:32px 18px}

/* Exactly two motions, and this query is their kill switch: with motion
   reduced neither rule is declared, so the bars render at the static width
   their end state already equals and the target outline shows and stays. */
@media (prefers-reduced-motion:no-preference){
  .pillar .pbar span,.standing .bar span{animation:draw .3s ease-out}
  @keyframes draw{from{transform:scaleX(0)}to{transform:scaleX(1)}}
  tr:target{animation:target-fade .6s ease-out forwards}
  @keyframes target-fade{from{outline-color:var(--accent)}to{outline-color:transparent}}
}
tr:target{outline:2px solid var(--accent);outline-offset:-2px}

@media (min-width:720px){
  thead th{position:sticky;top:0;z-index:1}
}
/* 719 and not 720, which is the only value that leaves both this rule and the
   sticky one above true to DESIGN.md's table. The two overlap at exactly 720px
   otherwise, and there the wrapper would be a scrollport with a sticky header
   inside it, which is the one arrangement that cannot work. */
@media (max-width:719px){
  .table-wrap{overflow-x:auto}
}
@media (max-width:720px){
  .pillars{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:480px){
  .wrap{padding:20px 14px 48px}
  header.site .wrap,footer .wrap{padding-left:14px;padding-right:14px}
  .crumbs{padding-left:14px;padding-right:14px}
  h1{font-size:27px}
  h1.name{font-size:30px}
  .pillars{grid-template-columns:1fr}
}

/* Print is the outreach report, so it swaps to the palette bizreport.py uses
   on paper: white ground, its ink, its rule colour and its darker amber. */
@media print{
  :root{color-scheme:light;
    --canvas:#ffffff;--surface-1:#ffffff;--surface-2:#ffffff;
    --hairline:#dde4ec;--hairline-strong:#dde4ec;
    --ink:#16202b;--ink-muted:#5b6b7c;--ink-subtle:#5b6b7c;
    /* --accent here is 3.7:1 on white: bars only, never text. */
    --accent:#b8770a;--accent-subtle:#ffffff;--track:#eef2f7}
  body{background:#ffffff;color:var(--ink)}
  body::before,.skip-link,header.site,.find,.neighbors,.share,footer .foot{display:none}
  a{color:inherit;text-decoration:none}
  .wrap,.prose{max-width:none;padding:0}
  .standing,.pillar,.owner,.first-fix{border:1px solid var(--hairline)}
  .bar.top span{box-shadow:none}
  .card,.pillars,.standing,.first-fix,.owner,.findings li{break-inside:avoid}
}

/* Bar widths and tick positions. See width_class(): the class name is the
   value in tenths of a percent, and it sets --v for whichever of the two
   the element it lands on is. */
.w-0{--v:0%}
.w-1{--v:0.1%}
.w-2{--v:0.2%}
.w-3{--v:0.3%}
.w-4{--v:0.4%}
.w-5{--v:0.5%}
.w-6{--v:0.6%}
.w-7{--v:0.7%}
.w-8{--v:0.8%}
.w-9{--v:0.9%}
.w-10{--v:1%}
.w-11{--v:1.1%}
.w-12{--v:1.2%}
.w-13{--v:1.3%}
.w-14{--v:1.4%}
.w-15{--v:1.5%}
.w-16{--v:1.6%}
.w-17{--v:1.7%}
.w-18{--v:1.8%}
.w-19{--v:1.9%}
.w-20{--v:2%}
.w-21{--v:2.1%}
.w-22{--v:2.2%}
.w-23{--v:2.3%}
.w-24{--v:2.4%}
.w-25{--v:2.5%}
.w-26{--v:2.6%}
.w-27{--v:2.7%}
.w-28{--v:2.8%}
.w-29{--v:2.9%}
.w-30{--v:3%}
.w-31{--v:3.1%}
.w-32{--v:3.2%}
.w-33{--v:3.3%}
.w-34{--v:3.4%}
.w-35{--v:3.5%}
.w-36{--v:3.6%}
.w-37{--v:3.7%}
.w-38{--v:3.8%}
.w-39{--v:3.9%}
.w-40{--v:4%}
.w-41{--v:4.1%}
.w-42{--v:4.2%}
.w-43{--v:4.3%}
.w-44{--v:4.4%}
.w-45{--v:4.5%}
.w-46{--v:4.6%}
.w-47{--v:4.7%}
.w-48{--v:4.8%}
.w-49{--v:4.9%}
.w-50{--v:5%}
.w-51{--v:5.1%}
.w-52{--v:5.2%}
.w-53{--v:5.3%}
.w-54{--v:5.4%}
.w-55{--v:5.5%}
.w-56{--v:5.6%}
.w-57{--v:5.7%}
.w-58{--v:5.8%}
.w-59{--v:5.9%}
.w-60{--v:6%}
.w-61{--v:6.1%}
.w-62{--v:6.2%}
.w-63{--v:6.3%}
.w-64{--v:6.4%}
.w-65{--v:6.5%}
.w-66{--v:6.6%}
.w-67{--v:6.7%}
.w-68{--v:6.8%}
.w-69{--v:6.9%}
.w-70{--v:7%}
.w-71{--v:7.1%}
.w-72{--v:7.2%}
.w-73{--v:7.3%}
.w-74{--v:7.4%}
.w-75{--v:7.5%}
.w-76{--v:7.6%}
.w-77{--v:7.7%}
.w-78{--v:7.8%}
.w-79{--v:7.9%}
.w-80{--v:8%}
.w-81{--v:8.1%}
.w-82{--v:8.2%}
.w-83{--v:8.3%}
.w-84{--v:8.4%}
.w-85{--v:8.5%}
.w-86{--v:8.6%}
.w-87{--v:8.7%}
.w-88{--v:8.8%}
.w-89{--v:8.9%}
.w-90{--v:9%}
.w-91{--v:9.1%}
.w-92{--v:9.2%}
.w-93{--v:9.3%}
.w-94{--v:9.4%}
.w-95{--v:9.5%}
.w-96{--v:9.6%}
.w-97{--v:9.7%}
.w-98{--v:9.8%}
.w-99{--v:9.9%}
.w-100{--v:10%}
.w-101{--v:10.1%}
.w-102{--v:10.2%}
.w-103{--v:10.3%}
.w-104{--v:10.4%}
.w-105{--v:10.5%}
.w-106{--v:10.6%}
.w-107{--v:10.7%}
.w-108{--v:10.8%}
.w-109{--v:10.9%}
.w-110{--v:11%}
.w-111{--v:11.1%}
.w-112{--v:11.2%}
.w-113{--v:11.3%}
.w-114{--v:11.4%}
.w-115{--v:11.5%}
.w-116{--v:11.6%}
.w-117{--v:11.7%}
.w-118{--v:11.8%}
.w-119{--v:11.9%}
.w-120{--v:12%}
.w-121{--v:12.1%}
.w-122{--v:12.2%}
.w-123{--v:12.3%}
.w-124{--v:12.4%}
.w-125{--v:12.5%}
.w-126{--v:12.6%}
.w-127{--v:12.7%}
.w-128{--v:12.8%}
.w-129{--v:12.9%}
.w-130{--v:13%}
.w-131{--v:13.1%}
.w-132{--v:13.2%}
.w-133{--v:13.3%}
.w-134{--v:13.4%}
.w-135{--v:13.5%}
.w-136{--v:13.6%}
.w-137{--v:13.7%}
.w-138{--v:13.8%}
.w-139{--v:13.9%}
.w-140{--v:14%}
.w-141{--v:14.1%}
.w-142{--v:14.2%}
.w-143{--v:14.3%}
.w-144{--v:14.4%}
.w-145{--v:14.5%}
.w-146{--v:14.6%}
.w-147{--v:14.7%}
.w-148{--v:14.8%}
.w-149{--v:14.9%}
.w-150{--v:15%}
.w-151{--v:15.1%}
.w-152{--v:15.2%}
.w-153{--v:15.3%}
.w-154{--v:15.4%}
.w-155{--v:15.5%}
.w-156{--v:15.6%}
.w-157{--v:15.7%}
.w-158{--v:15.8%}
.w-159{--v:15.9%}
.w-160{--v:16%}
.w-161{--v:16.1%}
.w-162{--v:16.2%}
.w-163{--v:16.3%}
.w-164{--v:16.4%}
.w-165{--v:16.5%}
.w-166{--v:16.6%}
.w-167{--v:16.7%}
.w-168{--v:16.8%}
.w-169{--v:16.9%}
.w-170{--v:17%}
.w-171{--v:17.1%}
.w-172{--v:17.2%}
.w-173{--v:17.3%}
.w-174{--v:17.4%}
.w-175{--v:17.5%}
.w-176{--v:17.6%}
.w-177{--v:17.7%}
.w-178{--v:17.8%}
.w-179{--v:17.9%}
.w-180{--v:18%}
.w-181{--v:18.1%}
.w-182{--v:18.2%}
.w-183{--v:18.3%}
.w-184{--v:18.4%}
.w-185{--v:18.5%}
.w-186{--v:18.6%}
.w-187{--v:18.7%}
.w-188{--v:18.8%}
.w-189{--v:18.9%}
.w-190{--v:19%}
.w-191{--v:19.1%}
.w-192{--v:19.2%}
.w-193{--v:19.3%}
.w-194{--v:19.4%}
.w-195{--v:19.5%}
.w-196{--v:19.6%}
.w-197{--v:19.7%}
.w-198{--v:19.8%}
.w-199{--v:19.9%}
.w-200{--v:20%}
.w-201{--v:20.1%}
.w-202{--v:20.2%}
.w-203{--v:20.3%}
.w-204{--v:20.4%}
.w-205{--v:20.5%}
.w-206{--v:20.6%}
.w-207{--v:20.7%}
.w-208{--v:20.8%}
.w-209{--v:20.9%}
.w-210{--v:21%}
.w-211{--v:21.1%}
.w-212{--v:21.2%}
.w-213{--v:21.3%}
.w-214{--v:21.4%}
.w-215{--v:21.5%}
.w-216{--v:21.6%}
.w-217{--v:21.7%}
.w-218{--v:21.8%}
.w-219{--v:21.9%}
.w-220{--v:22%}
.w-221{--v:22.1%}
.w-222{--v:22.2%}
.w-223{--v:22.3%}
.w-224{--v:22.4%}
.w-225{--v:22.5%}
.w-226{--v:22.6%}
.w-227{--v:22.7%}
.w-228{--v:22.8%}
.w-229{--v:22.9%}
.w-230{--v:23%}
.w-231{--v:23.1%}
.w-232{--v:23.2%}
.w-233{--v:23.3%}
.w-234{--v:23.4%}
.w-235{--v:23.5%}
.w-236{--v:23.6%}
.w-237{--v:23.7%}
.w-238{--v:23.8%}
.w-239{--v:23.9%}
.w-240{--v:24%}
.w-241{--v:24.1%}
.w-242{--v:24.2%}
.w-243{--v:24.3%}
.w-244{--v:24.4%}
.w-245{--v:24.5%}
.w-246{--v:24.6%}
.w-247{--v:24.7%}
.w-248{--v:24.8%}
.w-249{--v:24.9%}
.w-250{--v:25%}
.w-251{--v:25.1%}
.w-252{--v:25.2%}
.w-253{--v:25.3%}
.w-254{--v:25.4%}
.w-255{--v:25.5%}
.w-256{--v:25.6%}
.w-257{--v:25.7%}
.w-258{--v:25.8%}
.w-259{--v:25.9%}
.w-260{--v:26%}
.w-261{--v:26.1%}
.w-262{--v:26.2%}
.w-263{--v:26.3%}
.w-264{--v:26.4%}
.w-265{--v:26.5%}
.w-266{--v:26.6%}
.w-267{--v:26.7%}
.w-268{--v:26.8%}
.w-269{--v:26.9%}
.w-270{--v:27%}
.w-271{--v:27.1%}
.w-272{--v:27.2%}
.w-273{--v:27.3%}
.w-274{--v:27.4%}
.w-275{--v:27.5%}
.w-276{--v:27.6%}
.w-277{--v:27.7%}
.w-278{--v:27.8%}
.w-279{--v:27.9%}
.w-280{--v:28%}
.w-281{--v:28.1%}
.w-282{--v:28.2%}
.w-283{--v:28.3%}
.w-284{--v:28.4%}
.w-285{--v:28.5%}
.w-286{--v:28.6%}
.w-287{--v:28.7%}
.w-288{--v:28.8%}
.w-289{--v:28.9%}
.w-290{--v:29%}
.w-291{--v:29.1%}
.w-292{--v:29.2%}
.w-293{--v:29.3%}
.w-294{--v:29.4%}
.w-295{--v:29.5%}
.w-296{--v:29.6%}
.w-297{--v:29.7%}
.w-298{--v:29.8%}
.w-299{--v:29.9%}
.w-300{--v:30%}
.w-301{--v:30.1%}
.w-302{--v:30.2%}
.w-303{--v:30.3%}
.w-304{--v:30.4%}
.w-305{--v:30.5%}
.w-306{--v:30.6%}
.w-307{--v:30.7%}
.w-308{--v:30.8%}
.w-309{--v:30.9%}
.w-310{--v:31%}
.w-311{--v:31.1%}
.w-312{--v:31.2%}
.w-313{--v:31.3%}
.w-314{--v:31.4%}
.w-315{--v:31.5%}
.w-316{--v:31.6%}
.w-317{--v:31.7%}
.w-318{--v:31.8%}
.w-319{--v:31.9%}
.w-320{--v:32%}
.w-321{--v:32.1%}
.w-322{--v:32.2%}
.w-323{--v:32.3%}
.w-324{--v:32.4%}
.w-325{--v:32.5%}
.w-326{--v:32.6%}
.w-327{--v:32.7%}
.w-328{--v:32.8%}
.w-329{--v:32.9%}
.w-330{--v:33%}
.w-331{--v:33.1%}
.w-332{--v:33.2%}
.w-333{--v:33.3%}
.w-334{--v:33.4%}
.w-335{--v:33.5%}
.w-336{--v:33.6%}
.w-337{--v:33.7%}
.w-338{--v:33.8%}
.w-339{--v:33.9%}
.w-340{--v:34%}
.w-341{--v:34.1%}
.w-342{--v:34.2%}
.w-343{--v:34.3%}
.w-344{--v:34.4%}
.w-345{--v:34.5%}
.w-346{--v:34.6%}
.w-347{--v:34.7%}
.w-348{--v:34.8%}
.w-349{--v:34.9%}
.w-350{--v:35%}
.w-351{--v:35.1%}
.w-352{--v:35.2%}
.w-353{--v:35.3%}
.w-354{--v:35.4%}
.w-355{--v:35.5%}
.w-356{--v:35.6%}
.w-357{--v:35.7%}
.w-358{--v:35.8%}
.w-359{--v:35.9%}
.w-360{--v:36%}
.w-361{--v:36.1%}
.w-362{--v:36.2%}
.w-363{--v:36.3%}
.w-364{--v:36.4%}
.w-365{--v:36.5%}
.w-366{--v:36.6%}
.w-367{--v:36.7%}
.w-368{--v:36.8%}
.w-369{--v:36.9%}
.w-370{--v:37%}
.w-371{--v:37.1%}
.w-372{--v:37.2%}
.w-373{--v:37.3%}
.w-374{--v:37.4%}
.w-375{--v:37.5%}
.w-376{--v:37.6%}
.w-377{--v:37.7%}
.w-378{--v:37.8%}
.w-379{--v:37.9%}
.w-380{--v:38%}
.w-381{--v:38.1%}
.w-382{--v:38.2%}
.w-383{--v:38.3%}
.w-384{--v:38.4%}
.w-385{--v:38.5%}
.w-386{--v:38.6%}
.w-387{--v:38.7%}
.w-388{--v:38.8%}
.w-389{--v:38.9%}
.w-390{--v:39%}
.w-391{--v:39.1%}
.w-392{--v:39.2%}
.w-393{--v:39.3%}
.w-394{--v:39.4%}
.w-395{--v:39.5%}
.w-396{--v:39.6%}
.w-397{--v:39.7%}
.w-398{--v:39.8%}
.w-399{--v:39.9%}
.w-400{--v:40%}
.w-401{--v:40.1%}
.w-402{--v:40.2%}
.w-403{--v:40.3%}
.w-404{--v:40.4%}
.w-405{--v:40.5%}
.w-406{--v:40.6%}
.w-407{--v:40.7%}
.w-408{--v:40.8%}
.w-409{--v:40.9%}
.w-410{--v:41%}
.w-411{--v:41.1%}
.w-412{--v:41.2%}
.w-413{--v:41.3%}
.w-414{--v:41.4%}
.w-415{--v:41.5%}
.w-416{--v:41.6%}
.w-417{--v:41.7%}
.w-418{--v:41.8%}
.w-419{--v:41.9%}
.w-420{--v:42%}
.w-421{--v:42.1%}
.w-422{--v:42.2%}
.w-423{--v:42.3%}
.w-424{--v:42.4%}
.w-425{--v:42.5%}
.w-426{--v:42.6%}
.w-427{--v:42.7%}
.w-428{--v:42.8%}
.w-429{--v:42.9%}
.w-430{--v:43%}
.w-431{--v:43.1%}
.w-432{--v:43.2%}
.w-433{--v:43.3%}
.w-434{--v:43.4%}
.w-435{--v:43.5%}
.w-436{--v:43.6%}
.w-437{--v:43.7%}
.w-438{--v:43.8%}
.w-439{--v:43.9%}
.w-440{--v:44%}
.w-441{--v:44.1%}
.w-442{--v:44.2%}
.w-443{--v:44.3%}
.w-444{--v:44.4%}
.w-445{--v:44.5%}
.w-446{--v:44.6%}
.w-447{--v:44.7%}
.w-448{--v:44.8%}
.w-449{--v:44.9%}
.w-450{--v:45%}
.w-451{--v:45.1%}
.w-452{--v:45.2%}
.w-453{--v:45.3%}
.w-454{--v:45.4%}
.w-455{--v:45.5%}
.w-456{--v:45.6%}
.w-457{--v:45.7%}
.w-458{--v:45.8%}
.w-459{--v:45.9%}
.w-460{--v:46%}
.w-461{--v:46.1%}
.w-462{--v:46.2%}
.w-463{--v:46.3%}
.w-464{--v:46.4%}
.w-465{--v:46.5%}
.w-466{--v:46.6%}
.w-467{--v:46.7%}
.w-468{--v:46.8%}
.w-469{--v:46.9%}
.w-470{--v:47%}
.w-471{--v:47.1%}
.w-472{--v:47.2%}
.w-473{--v:47.3%}
.w-474{--v:47.4%}
.w-475{--v:47.5%}
.w-476{--v:47.6%}
.w-477{--v:47.7%}
.w-478{--v:47.8%}
.w-479{--v:47.9%}
.w-480{--v:48%}
.w-481{--v:48.1%}
.w-482{--v:48.2%}
.w-483{--v:48.3%}
.w-484{--v:48.4%}
.w-485{--v:48.5%}
.w-486{--v:48.6%}
.w-487{--v:48.7%}
.w-488{--v:48.8%}
.w-489{--v:48.9%}
.w-490{--v:49%}
.w-491{--v:49.1%}
.w-492{--v:49.2%}
.w-493{--v:49.3%}
.w-494{--v:49.4%}
.w-495{--v:49.5%}
.w-496{--v:49.6%}
.w-497{--v:49.7%}
.w-498{--v:49.8%}
.w-499{--v:49.9%}
.w-500{--v:50%}
.w-501{--v:50.1%}
.w-502{--v:50.2%}
.w-503{--v:50.3%}
.w-504{--v:50.4%}
.w-505{--v:50.5%}
.w-506{--v:50.6%}
.w-507{--v:50.7%}
.w-508{--v:50.8%}
.w-509{--v:50.9%}
.w-510{--v:51%}
.w-511{--v:51.1%}
.w-512{--v:51.2%}
.w-513{--v:51.3%}
.w-514{--v:51.4%}
.w-515{--v:51.5%}
.w-516{--v:51.6%}
.w-517{--v:51.7%}
.w-518{--v:51.8%}
.w-519{--v:51.9%}
.w-520{--v:52%}
.w-521{--v:52.1%}
.w-522{--v:52.2%}
.w-523{--v:52.3%}
.w-524{--v:52.4%}
.w-525{--v:52.5%}
.w-526{--v:52.6%}
.w-527{--v:52.7%}
.w-528{--v:52.8%}
.w-529{--v:52.9%}
.w-530{--v:53%}
.w-531{--v:53.1%}
.w-532{--v:53.2%}
.w-533{--v:53.3%}
.w-534{--v:53.4%}
.w-535{--v:53.5%}
.w-536{--v:53.6%}
.w-537{--v:53.7%}
.w-538{--v:53.8%}
.w-539{--v:53.9%}
.w-540{--v:54%}
.w-541{--v:54.1%}
.w-542{--v:54.2%}
.w-543{--v:54.3%}
.w-544{--v:54.4%}
.w-545{--v:54.5%}
.w-546{--v:54.6%}
.w-547{--v:54.7%}
.w-548{--v:54.8%}
.w-549{--v:54.9%}
.w-550{--v:55%}
.w-551{--v:55.1%}
.w-552{--v:55.2%}
.w-553{--v:55.3%}
.w-554{--v:55.4%}
.w-555{--v:55.5%}
.w-556{--v:55.6%}
.w-557{--v:55.7%}
.w-558{--v:55.8%}
.w-559{--v:55.9%}
.w-560{--v:56%}
.w-561{--v:56.1%}
.w-562{--v:56.2%}
.w-563{--v:56.3%}
.w-564{--v:56.4%}
.w-565{--v:56.5%}
.w-566{--v:56.6%}
.w-567{--v:56.7%}
.w-568{--v:56.8%}
.w-569{--v:56.9%}
.w-570{--v:57%}
.w-571{--v:57.1%}
.w-572{--v:57.2%}
.w-573{--v:57.3%}
.w-574{--v:57.4%}
.w-575{--v:57.5%}
.w-576{--v:57.6%}
.w-577{--v:57.7%}
.w-578{--v:57.8%}
.w-579{--v:57.9%}
.w-580{--v:58%}
.w-581{--v:58.1%}
.w-582{--v:58.2%}
.w-583{--v:58.3%}
.w-584{--v:58.4%}
.w-585{--v:58.5%}
.w-586{--v:58.6%}
.w-587{--v:58.7%}
.w-588{--v:58.8%}
.w-589{--v:58.9%}
.w-590{--v:59%}
.w-591{--v:59.1%}
.w-592{--v:59.2%}
.w-593{--v:59.3%}
.w-594{--v:59.4%}
.w-595{--v:59.5%}
.w-596{--v:59.6%}
.w-597{--v:59.7%}
.w-598{--v:59.8%}
.w-599{--v:59.9%}
.w-600{--v:60%}
.w-601{--v:60.1%}
.w-602{--v:60.2%}
.w-603{--v:60.3%}
.w-604{--v:60.4%}
.w-605{--v:60.5%}
.w-606{--v:60.6%}
.w-607{--v:60.7%}
.w-608{--v:60.8%}
.w-609{--v:60.9%}
.w-610{--v:61%}
.w-611{--v:61.1%}
.w-612{--v:61.2%}
.w-613{--v:61.3%}
.w-614{--v:61.4%}
.w-615{--v:61.5%}
.w-616{--v:61.6%}
.w-617{--v:61.7%}
.w-618{--v:61.8%}
.w-619{--v:61.9%}
.w-620{--v:62%}
.w-621{--v:62.1%}
.w-622{--v:62.2%}
.w-623{--v:62.3%}
.w-624{--v:62.4%}
.w-625{--v:62.5%}
.w-626{--v:62.6%}
.w-627{--v:62.7%}
.w-628{--v:62.8%}
.w-629{--v:62.9%}
.w-630{--v:63%}
.w-631{--v:63.1%}
.w-632{--v:63.2%}
.w-633{--v:63.3%}
.w-634{--v:63.4%}
.w-635{--v:63.5%}
.w-636{--v:63.6%}
.w-637{--v:63.7%}
.w-638{--v:63.8%}
.w-639{--v:63.9%}
.w-640{--v:64%}
.w-641{--v:64.1%}
.w-642{--v:64.2%}
.w-643{--v:64.3%}
.w-644{--v:64.4%}
.w-645{--v:64.5%}
.w-646{--v:64.6%}
.w-647{--v:64.7%}
.w-648{--v:64.8%}
.w-649{--v:64.9%}
.w-650{--v:65%}
.w-651{--v:65.1%}
.w-652{--v:65.2%}
.w-653{--v:65.3%}
.w-654{--v:65.4%}
.w-655{--v:65.5%}
.w-656{--v:65.6%}
.w-657{--v:65.7%}
.w-658{--v:65.8%}
.w-659{--v:65.9%}
.w-660{--v:66%}
.w-661{--v:66.1%}
.w-662{--v:66.2%}
.w-663{--v:66.3%}
.w-664{--v:66.4%}
.w-665{--v:66.5%}
.w-666{--v:66.6%}
.w-667{--v:66.7%}
.w-668{--v:66.8%}
.w-669{--v:66.9%}
.w-670{--v:67%}
.w-671{--v:67.1%}
.w-672{--v:67.2%}
.w-673{--v:67.3%}
.w-674{--v:67.4%}
.w-675{--v:67.5%}
.w-676{--v:67.6%}
.w-677{--v:67.7%}
.w-678{--v:67.8%}
.w-679{--v:67.9%}
.w-680{--v:68%}
.w-681{--v:68.1%}
.w-682{--v:68.2%}
.w-683{--v:68.3%}
.w-684{--v:68.4%}
.w-685{--v:68.5%}
.w-686{--v:68.6%}
.w-687{--v:68.7%}
.w-688{--v:68.8%}
.w-689{--v:68.9%}
.w-690{--v:69%}
.w-691{--v:69.1%}
.w-692{--v:69.2%}
.w-693{--v:69.3%}
.w-694{--v:69.4%}
.w-695{--v:69.5%}
.w-696{--v:69.6%}
.w-697{--v:69.7%}
.w-698{--v:69.8%}
.w-699{--v:69.9%}
.w-700{--v:70%}
.w-701{--v:70.1%}
.w-702{--v:70.2%}
.w-703{--v:70.3%}
.w-704{--v:70.4%}
.w-705{--v:70.5%}
.w-706{--v:70.6%}
.w-707{--v:70.7%}
.w-708{--v:70.8%}
.w-709{--v:70.9%}
.w-710{--v:71%}
.w-711{--v:71.1%}
.w-712{--v:71.2%}
.w-713{--v:71.3%}
.w-714{--v:71.4%}
.w-715{--v:71.5%}
.w-716{--v:71.6%}
.w-717{--v:71.7%}
.w-718{--v:71.8%}
.w-719{--v:71.9%}
.w-720{--v:72%}
.w-721{--v:72.1%}
.w-722{--v:72.2%}
.w-723{--v:72.3%}
.w-724{--v:72.4%}
.w-725{--v:72.5%}
.w-726{--v:72.6%}
.w-727{--v:72.7%}
.w-728{--v:72.8%}
.w-729{--v:72.9%}
.w-730{--v:73%}
.w-731{--v:73.1%}
.w-732{--v:73.2%}
.w-733{--v:73.3%}
.w-734{--v:73.4%}
.w-735{--v:73.5%}
.w-736{--v:73.6%}
.w-737{--v:73.7%}
.w-738{--v:73.8%}
.w-739{--v:73.9%}
.w-740{--v:74%}
.w-741{--v:74.1%}
.w-742{--v:74.2%}
.w-743{--v:74.3%}
.w-744{--v:74.4%}
.w-745{--v:74.5%}
.w-746{--v:74.6%}
.w-747{--v:74.7%}
.w-748{--v:74.8%}
.w-749{--v:74.9%}
.w-750{--v:75%}
.w-751{--v:75.1%}
.w-752{--v:75.2%}
.w-753{--v:75.3%}
.w-754{--v:75.4%}
.w-755{--v:75.5%}
.w-756{--v:75.6%}
.w-757{--v:75.7%}
.w-758{--v:75.8%}
.w-759{--v:75.9%}
.w-760{--v:76%}
.w-761{--v:76.1%}
.w-762{--v:76.2%}
.w-763{--v:76.3%}
.w-764{--v:76.4%}
.w-765{--v:76.5%}
.w-766{--v:76.6%}
.w-767{--v:76.7%}
.w-768{--v:76.8%}
.w-769{--v:76.9%}
.w-770{--v:77%}
.w-771{--v:77.1%}
.w-772{--v:77.2%}
.w-773{--v:77.3%}
.w-774{--v:77.4%}
.w-775{--v:77.5%}
.w-776{--v:77.6%}
.w-777{--v:77.7%}
.w-778{--v:77.8%}
.w-779{--v:77.9%}
.w-780{--v:78%}
.w-781{--v:78.1%}
.w-782{--v:78.2%}
.w-783{--v:78.3%}
.w-784{--v:78.4%}
.w-785{--v:78.5%}
.w-786{--v:78.6%}
.w-787{--v:78.7%}
.w-788{--v:78.8%}
.w-789{--v:78.9%}
.w-790{--v:79%}
.w-791{--v:79.1%}
.w-792{--v:79.2%}
.w-793{--v:79.3%}
.w-794{--v:79.4%}
.w-795{--v:79.5%}
.w-796{--v:79.6%}
.w-797{--v:79.7%}
.w-798{--v:79.8%}
.w-799{--v:79.9%}
.w-800{--v:80%}
.w-801{--v:80.1%}
.w-802{--v:80.2%}
.w-803{--v:80.3%}
.w-804{--v:80.4%}
.w-805{--v:80.5%}
.w-806{--v:80.6%}
.w-807{--v:80.7%}
.w-808{--v:80.8%}
.w-809{--v:80.9%}
.w-810{--v:81%}
.w-811{--v:81.1%}
.w-812{--v:81.2%}
.w-813{--v:81.3%}
.w-814{--v:81.4%}
.w-815{--v:81.5%}
.w-816{--v:81.6%}
.w-817{--v:81.7%}
.w-818{--v:81.8%}
.w-819{--v:81.9%}
.w-820{--v:82%}
.w-821{--v:82.1%}
.w-822{--v:82.2%}
.w-823{--v:82.3%}
.w-824{--v:82.4%}
.w-825{--v:82.5%}
.w-826{--v:82.6%}
.w-827{--v:82.7%}
.w-828{--v:82.8%}
.w-829{--v:82.9%}
.w-830{--v:83%}
.w-831{--v:83.1%}
.w-832{--v:83.2%}
.w-833{--v:83.3%}
.w-834{--v:83.4%}
.w-835{--v:83.5%}
.w-836{--v:83.6%}
.w-837{--v:83.7%}
.w-838{--v:83.8%}
.w-839{--v:83.9%}
.w-840{--v:84%}
.w-841{--v:84.1%}
.w-842{--v:84.2%}
.w-843{--v:84.3%}
.w-844{--v:84.4%}
.w-845{--v:84.5%}
.w-846{--v:84.6%}
.w-847{--v:84.7%}
.w-848{--v:84.8%}
.w-849{--v:84.9%}
.w-850{--v:85%}
.w-851{--v:85.1%}
.w-852{--v:85.2%}
.w-853{--v:85.3%}
.w-854{--v:85.4%}
.w-855{--v:85.5%}
.w-856{--v:85.6%}
.w-857{--v:85.7%}
.w-858{--v:85.8%}
.w-859{--v:85.9%}
.w-860{--v:86%}
.w-861{--v:86.1%}
.w-862{--v:86.2%}
.w-863{--v:86.3%}
.w-864{--v:86.4%}
.w-865{--v:86.5%}
.w-866{--v:86.6%}
.w-867{--v:86.7%}
.w-868{--v:86.8%}
.w-869{--v:86.9%}
.w-870{--v:87%}
.w-871{--v:87.1%}
.w-872{--v:87.2%}
.w-873{--v:87.3%}
.w-874{--v:87.4%}
.w-875{--v:87.5%}
.w-876{--v:87.6%}
.w-877{--v:87.7%}
.w-878{--v:87.8%}
.w-879{--v:87.9%}
.w-880{--v:88%}
.w-881{--v:88.1%}
.w-882{--v:88.2%}
.w-883{--v:88.3%}
.w-884{--v:88.4%}
.w-885{--v:88.5%}
.w-886{--v:88.6%}
.w-887{--v:88.7%}
.w-888{--v:88.8%}
.w-889{--v:88.9%}
.w-890{--v:89%}
.w-891{--v:89.1%}
.w-892{--v:89.2%}
.w-893{--v:89.3%}
.w-894{--v:89.4%}
.w-895{--v:89.5%}
.w-896{--v:89.6%}
.w-897{--v:89.7%}
.w-898{--v:89.8%}
.w-899{--v:89.9%}
.w-900{--v:90%}
.w-901{--v:90.1%}
.w-902{--v:90.2%}
.w-903{--v:90.3%}
.w-904{--v:90.4%}
.w-905{--v:90.5%}
.w-906{--v:90.6%}
.w-907{--v:90.7%}
.w-908{--v:90.8%}
.w-909{--v:90.9%}
.w-910{--v:91%}
.w-911{--v:91.1%}
.w-912{--v:91.2%}
.w-913{--v:91.3%}
.w-914{--v:91.4%}
.w-915{--v:91.5%}
.w-916{--v:91.6%}
.w-917{--v:91.7%}
.w-918{--v:91.8%}
.w-919{--v:91.9%}
.w-920{--v:92%}
.w-921{--v:92.1%}
.w-922{--v:92.2%}
.w-923{--v:92.3%}
.w-924{--v:92.4%}
.w-925{--v:92.5%}
.w-926{--v:92.6%}
.w-927{--v:92.7%}
.w-928{--v:92.8%}
.w-929{--v:92.9%}
.w-930{--v:93%}
.w-931{--v:93.1%}
.w-932{--v:93.2%}
.w-933{--v:93.3%}
.w-934{--v:93.4%}
.w-935{--v:93.5%}
.w-936{--v:93.6%}
.w-937{--v:93.7%}
.w-938{--v:93.8%}
.w-939{--v:93.9%}
.w-940{--v:94%}
.w-941{--v:94.1%}
.w-942{--v:94.2%}
.w-943{--v:94.3%}
.w-944{--v:94.4%}
.w-945{--v:94.5%}
.w-946{--v:94.6%}
.w-947{--v:94.7%}
.w-948{--v:94.8%}
.w-949{--v:94.9%}
.w-950{--v:95%}
.w-951{--v:95.1%}
.w-952{--v:95.2%}
.w-953{--v:95.3%}
.w-954{--v:95.4%}
.w-955{--v:95.5%}
.w-956{--v:95.6%}
.w-957{--v:95.7%}
.w-958{--v:95.8%}
.w-959{--v:95.9%}
.w-960{--v:96%}
.w-961{--v:96.1%}
.w-962{--v:96.2%}
.w-963{--v:96.3%}
.w-964{--v:96.4%}
.w-965{--v:96.5%}
.w-966{--v:96.6%}
.w-967{--v:96.7%}
.w-968{--v:96.8%}
.w-969{--v:96.9%}
.w-970{--v:97%}
.w-971{--v:97.1%}
.w-972{--v:97.2%}
.w-973{--v:97.3%}
.w-974{--v:97.4%}
.w-975{--v:97.5%}
.w-976{--v:97.6%}
.w-977{--v:97.7%}
.w-978{--v:97.8%}
.w-979{--v:97.9%}
.w-980{--v:98%}
.w-981{--v:98.1%}
.w-982{--v:98.2%}
.w-983{--v:98.3%}
.w-984{--v:98.4%}
.w-985{--v:98.5%}
.w-986{--v:98.6%}
.w-987{--v:98.7%}
.w-988{--v:98.8%}
.w-989{--v:98.9%}
.w-990{--v:99%}
.w-991{--v:99.1%}
.w-992{--v:99.2%}
.w-993{--v:99.3%}
.w-994{--v:99.4%}
.w-995{--v:99.5%}
.w-996{--v:99.6%}
.w-997{--v:99.7%}
.w-998{--v:99.8%}
.w-999{--v:99.9%}
.w-1000{--v:100%}
