vault1984-web/hosted.html

522 lines
184 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>vault1984 — Hosted</title>
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/tailwind.min.css">
<style>
body { background-color: #0A1628; }
.gradient-text { background: linear-gradient(135deg, #22C55E 0%, #4ade80 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.card-hover { transition: transform 0.2s ease, box-shadow 0.2s ease; }
.card-hover:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.3); }
.bg-navy-light { background-color: #111f38; }
.text-accent { color: #22C55E; }
.bg-accent { background-color: #22C55E; }
.bg-accent-hover { background-color: #16A34A; }
.border-accent { border-color: #22C55E; }
.hover\:bg-accent-hover:hover { background-color: #16A34A; }
@keyframes hostedPulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:0.3;transform:scale(1.8)} }
.hover\:border-accent:hover { border-color: #22C55E; }
</style>
</head>
<body class="font-sans" style="background-color:#0A1628;color:#f1f5f9">
<nav class="fixed top-0 w-full z-50 bg-navy/80 backdrop-blur-md border-b border-white/5">
<div class="max-w-7xl mx-auto px-6 h-16 flex items-center justify-between">
<a href="/" class="font-mono font-bold text-3xl text-white tracking-tight leading-none">vault<span class="text-accent font-mono">1984</span></a>
<div class="hidden md:flex items-center gap-6 text-sm">
<a href="https://github.com/johanjongsma/vault1984" target="_blank" rel="noopener" class="text-gray-400 hover:text-white transition-colors">GitHub</a>
<a href="/hosted" class="font-semibold transition-colors flex items-center gap-1.5" style="color:#D4AF37"><span style="display:inline-block;width:6px;height:6px;border-radius:50%;background:#D4AF37;animation:hostedPulse 2s ease-in-out infinite"></span>Hosted</a>
<a href="/install.html" class="text-gray-400 hover:text-white transition-colors">Self-host</a>
<a href="#" class="border border-gray-600 text-gray-300 hover:border-gray-400 hover:text-white px-4 py-1.5 rounded-lg transition-colors text-sm">Sign in</a>
<a href="/hosted" class="bg-accent hover:bg-accent-hover text-black font-medium px-4 py-1.5 rounded-lg transition-colors text-sm">Get hosted &mdash; $12/yr</a>
</div>
<button id="mobile-menu-btn" class="md:hidden text-gray-400">
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16"/></svg>
</button>
</div>
<div id="mobile-menu" class="hidden md:hidden border-t border-white/5 bg-navy/95 backdrop-blur-md">
<div class="px-6 py-4 space-y-3">
<a href="https://github.com/johanjongsma/vault1984" target="_blank" rel="noopener" class="block text-gray-400 hover:text-white">GitHub</a>
<a href="/hosted" class="block font-semibold" style="color:#D4AF37">✦ Hosted</a>
<a href="/install.html" class="block text-gray-400 hover:text-white">Self-host</a>
<a href="#" class="block text-gray-400 hover:text-white">Sign in</a>
<a href="/pricing.html" class="block bg-accent hover:bg-accent-hover text-black font-medium px-4 py-2 rounded-lg text-center">Get hosted &mdash; $12/yr</a>
</div>
</div>
</nav>
<div class="pt-20">
<div class="text-center py-16 px-6">
<h1 class="text-4xl md:text-5xl font-bold text-white mb-4">vault<span class="text-accent font-mono">1984</span> Hosted</h1>
<p class="text-gray-400 text-lg max-w-xl mx-auto">We run it. You own it. Your L2 keys never leave your device.</p>
</div>
<!-- World Map — Infrastructure -->
<section class="py-8 border-t border-white/5">
<div class="max-w-7xl mx-auto px-6">
<h2 class="text-3xl md:text-4xl font-bold text-white text-center mb-4">Your vault. Deployed close to you.</h2>
<p class="text-gray-400 text-center mb-4 max-w-2xl mx-auto">Hosted on Hostkey TIER III infrastructure. Pick your region at signup.</p>
<p class="text-gray-400 text-center mb-3 max-w-2xl mx-auto">Or run it yourself. We embrace that too. No account, no payment, no questions asked.</p>
<div class="mx-auto mb-4 rounded-2xl border border-green-500/20 bg-green-500/5 p-6 text-center">
<p class="text-green-400 text-xs font-mono uppercase tracking-widest mb-4">The security model</p>
<h2 class="text-2xl md:text-3xl font-bold text-white mb-4">Location is latency. Not security.</h2>
<p class="text-gray-300 leading-relaxed">
Your L2 encryption key is derived client-side from your Touch ID or security key. It never leaves your device. Our servers store ciphertext they cannot decrypt — regardless of who owns the rack, the building, or the country it sits in.
</p>
<p class="text-gray-400 mt-4 leading-relaxed">
Pick your region for speed. Pick it for compliance if your organisation requires it. But your private fields are safe in any of them.
</p>
</div>
<div class="relative mb-4 rounded-2xl overflow-hidden border border-white/5">
<svg id="worldmap" viewBox="0 0 1000 460" xmlns="http://www.w3.org/2000/svg" class="w-full" style="display:block;background:#0a1628;">
<rect width="1000" height="460" fill="#0a1628"/>
<path d="M994.8,268.7L995.5,268.4L996.4,269.0L996.0,270.2L994.3,270.5L992.7,270.2L992.5,269.2L993.5,268.5L994.8,268.7Z M0.0,265.5L0.6,265.4L0.2,266.5L0.0,266.6M998.2,267.1L996.5,267.6L996.1,266.8L997.5,266.3L998.4,266.2L1000.0,265.5M0.0,265.5Z M594.2,232.1L594.6,232.3L604.7,236.8L604.9,238.1L608.9,240.3L608.9,240.3L607.6,243.0L607.8,244.2L609.6,245.0L609.6,245.6L608.9,246.9L609.0,247.6L608.9,248.6L609.8,250.0L611.0,252.2L612.0,252.7L612.0,252.7L609.8,254.0L606.7,254.8L605.1,254.8L604.1,255.5L602.2,255.5L601.4,255.8L598.1,255.2L596.0,255.3L596.0,255.3L595.2,252.3L594.3,251.3L593.7,250.7L591.0,250.3L591.0,250.3L589.4,249.6L587.7,249.2L586.5,248.9L585.4,248.3L585.4,248.3L583.9,245.5L582.3,244.3L581.7,243.0L582.0,241.9L581.5,239.9L581.5,239.9L582.6,239.8L583.7,239.0L584.7,237.8L585.4,237.4L585.4,236.6L584.8,236.2L584.6,235.3L584.6,235.3L585.4,235.0L585.6,233.7L584.5,232.5L584.5,232.5L585.5,232.2L588.5,232.2L594.2,232.1Z M475.9,167.8L475.9,168.0L475.9,168.5L475.9,168.5L475.9,172.0L466.8,171.9L466.8,177.9L464.2,178.1L463.6,179.3L464.1,182.6L453.2,182.6L452.6,183.3L452.6,183.3L452.7,182.4L452.7,182.4L452.8,182.4L459.0,182.2L459.4,181.3L460.5,180.3L461.4,177.1L465.3,174.6L466.6,171.7L467.4,171.5L468.4,169.7L470.7,169.4L471.7,169.7L473.0,169.7L473.9,169.2L475.6,169.1L475.5,167.8L475.9,167.8Z M158.8,113.1L158.4,113.1L153.0,110.3L151.0,109.1L146.0,107.9L144.5,105.3L144.9,103.5L141.3,102.3L140.8,99.9L137.5,97.7L137.4,96.2L137.4,96.2L138.9,94.7L138.9,92.7L134.1,90.8L131.3,87.2L129.6,84.9L127.0,83.5L125.2,82.1L123.7,80.5L120.9,81.5L118.2,83.3L115.7,81.2L113.8,79.8L111.1,78.9L108.3,78.8L108.4,59.1L108.4,45.2L108.4,45.2L113.6,46.1L117.9,48.0L120.8,48.3L123.3,46.7L126.6,45.5L130.8,46.0L134.9,44.3L139.5,43.3L141.4,44.9L143.4,44.0L144.1,42.2L146.0,42.6L150.7,46.1L154.4,43.4L154.8,46.4L158.2,45.8L159.2,44.6L162.6,44.9L166.8,46.5L173.3,47.9L177.2,48.5L179.9,48.3L183.6,50.2L179.7,52.1L184.7,52.9L192.2,52.5L194.6,51.8L197.6,54.1L200.6,52.2L197.7,50.6L199.5,49.3L202.9,49.1L205.1,48.7L207.4,49.6L210.2,51.7L213.3,51.4L218.2,53.1L222.5,52.5L226.5,52.6L226.2,50.2L228.7,49.6L233.0,50.8L233.0,54.4L234.8,51.4L237.0,51.5L238.2,47.7L235.3,45.3L232.0,43.7L232.2,39.3L235.5,36.4L239.2,37.0L242.0,38.8L245.8,43.3L243.3,45.2L248.5,46.0L248.5,49.9L252.2,46.9L255.5,49.4L254.7,52.2L257.4,54.7L260.3,52.0L262.3,48.8L262.4,44.5L266.4,44.8L270.5,45.4L274.2,47.3L274.4,49.2L272.3,51.2L274.3,53.3L273.9,55.1L268.5,57.6L264.6,58.2L261.8,57.1L260.9,58.9L258.2,62.0L257.4,63.5L254.2,65.9L250.2,66.1L248.0,67.6L247.9,69.8L244.6,70.3L241.2,73.0L238.2,76.8L237.1,79.4L237.0,83.2L241.1,83.7L242.3,86.7L243.6,89.1L247.5,88.5L252.7,89.8L255.4,91.0L257.4,92.5L260.9,93.3L263.9,94.6L268.4,94.8L271.5,95.1L271.0,97.7L271.9,100.7L273.9,104.0L278.0,106.8L280.2,105.9L281.7,102.9L280.2,98.2L278.3,96.6L282.7,95.1L285.8,93.0L287.4,90.8L287.2,88.7L285.3,86.1L281.9,83.7L285.2,80.3L284.0,77.3L283.0,72.0L285.0,71.3L289.7,72.2L292.6,72.5L294.9,71.6L297.5,72.8L300.9,74.7L301.7,76.0L306.7,76.3L306.6,79.0L307.5,83.2L310.1,83.7L312.1,85.5L316.1,83.8L318.8,80.2L320.6,78.7L322.8,81.6L326.4,85.7L329.5,89.5L328.3,91.4L332.0,93.2L334.5,94.9L339.0,95.7L340.7,96.7L341.8,99.2L344.0,99.6L345.1,100.8L345.3,104.1L343.3,105.2L341.3,106.2L336.7,107.2L333.2,109.6L328.5,110.1L322.6,109.5L318.4,109.4L315.6,109.6L313.2,111.7L309.7,113.0L305.7,116.7L302.5,119.2L304.8,118.8L309.3,115.1L315.1,112.8L319.3,112.5L321.7,113.9L319.1,115.8L320.0,118.8L320.9,120.8L324.5,122.2L329.1,121.8L331.9,118.7L332.1,120.7L333.9,121.7L330.4,123.5L324.3,125.1L321.5,126.2L318.4,128.1L316.3,127.9L316.2,125.6L321.0,123.4L316.6,123.5L313.5,123.8L313.5,123.8L311.7,122.3L311.7,118.6L310.5,117.8L308.6,118.2L307.7,117.5L305.6,119.6L304.7,121.7L303.7,123.0L302.5,123.4L301.7,123.5L301.4,124.2L296.3,124.2L292.0,124.2L290.8,124.7L287.8,126.6L287.5,126.9L286.6,127.9L284.1,127.9L281.3,127.9L280.1,128.3L280.5,128.8L280.8,129.7L280.7,129.9L277.1,131.2L274.2,131.7L271.0,133.1L270.3,133.1L269.4,132.7L269.1,132.3L269.1,132.0L269.7,131.1L271.0,129.6L271.8,128.1L271.3,125.7L270.7,123.3L267.8,122.0L268.1,121.5L267.7,121.2L267.0,121.2L266.4,120.7L266.3,120.1L265.7,120.4L265.0,120.3L265.2,120.0L264.5,119.7L264.2,119.0L262.1,118.1L259.8,117.2L257.1,116.1L254.5,115.1L252.0,115.9L251.1,115.9L247.7,115.2L245.4,115.6L242.8,114.7L239.9,114.2L238.0,114.1L237.1,113.6L236.6,112.0L235.7,112.1L235.7,113.1L229.9,113.1L220.4,113.1L211.0,113.1L202.6,113.1L194.3,113.1L186.1,113.1L177.6,113.1L174.9,113.1L166.7,113.1L158.8,113.1Z M266.7,71.6L268.8,70.0L272.6,70.0L272.5,70.7L269.3,72.6L267.3,72.5L266.7,71.6Z M278.4,32.8L275.3,30.5L275.5,29.0L276.8,28.7L283.2,29.2L287.9,31.5L288.2,32.7L285.2,32.5L282.2,32.4L279.2,33.0L278.4,32.8Z M276.9,72.8L278.0,71.8L279.1,71.9L279.8,72.6L278.7,74.4L277.5,74.1L276.8,73.1L276.9,72.8Z M240.0,23.5L238.5,25.2L234.4,24.8L231.1,23.7L232.5,21.7L236.5,20.5L239.0,22.1L240.0,23.5Z M239.3,12.0L238.1,12.1L232.9,11.8L232.1,10.5L237.7,10.6L239.7,11.4L239.3,12.0Z M231.2,6.1L234.6,7.7L233.8,9.5L229.7,10.4L227.4,9.3L226.2,7.5L226.0,5.5L229.6,5.7L231.2,6.1Z M255.1,26.0L250.7,25.5L243.3,24.1L242.3,21.7L242.0,19.5L239.2,17.5L233.4,16.9L230.2,15.5L231.3,13.6L237.0,13.9L240.1,15.4L245.5,15.4L247.9,16.9L247.3,18.6L250.5,19.6L252.3,20.7L256.0,20.9L260.1,21.2L264.5,20.3L270.1,19.9L274.6,20.2L277.6,21.9L278.2,23.7L276.5,24.9L272.4,25.8L268.8,25.3L260.8,25.9L255.1,26.0Z M190.9,9.0L194.9,9.7L193.9,11.1L188.7,12.5L184.6,11.0L186.9,9.5L190.9,9.0Z M191.8,5.9L195.4,6.9L192.0,7.8L187.4,7.8L187.4,7.1L190.3,5.7L191.8,5.9Z M345.6,106.5L344.1,108.3L342.2,110.8L344.0,109.9L345.9,110.5L344.9,111.5L347.4,112.3L348.7,111.6L351.5,112.4L350.6,114.5L352.5,114.0L352.9,115.5L353.8,117.2L352.6,119.7L351.3,119.8L349.5,119.3L350.1,117.0L349.3,116.6L346.1,119.1L344.5,119.0L346.4,117.7L343.7,117.0L340.8,117.1L335.4,117.1L334.9,116.2L336.7,115.2L335.5,114.5L337.8,112.8L340.7,108.2L342.4,106.6L344.8,105.6L346.1,105.7L345.6,106.5Z M267.0,62.3L270.0,63.5L273.2,64.7L273.5,66.3L275.5,66.0L277.5,67.2L275.0,68.3L270.7,67.5L269.1,65.9L266.4,67.7L262.4,69.5L261.5,67.5L257.7,67.8L260.1,66.1L260.5,63.4L261.4,60.1L263.4,60.4L264.0,61.9L265.4,61.4L267.0,62.3Z M281.2,34.6L283.8,33.0L290.0,35.1L293.8,37.0L294.2,38.8L299.3,37.9L302.2,40.4L308.9,42.0L311.3,43.6L314.0,47.2L308.9,49.0L315.4,51.5L319.8,52.3L323.8,55.7L328.2,56.0L327.3,58.5L322.5,62.7L319.0,61.2L314.7,57.7L311.1,58.2L310.7,60.2L313.6,62.3L317.4,64.0L318.6,64.9L320.4,68.4L319.4,70.8L315.9,69.9L308.9,67.1L312.9,70.1L315.8,72.2L316.2,73.4L308.7,72.0L302.7,70.0L299.3,68.3L300.3,67.4L296.2,65.6L292.1,63.9L292.2,64.9L284.1,65.4L281.8,64.2L283.6,61.6L288.8,61.6L294.6,61.1L293.6,59.8L294.6,58.0L298.2,54.4L297.4,52.8L296.4,51.5L292.1,49.6L286.5,48.3L288.3,47.4L285.3,45.0L282.9,44.7L280.7,43.4L279.2,44.6L274.2,45.1L264.0,44.2L258.2,43.0L253.7,42.4L251.4,41.1L254.3,39.2L250.3,39.2L249.4,35.1L251.6,31.4L254.4,29.7L261.6,28.5L259.6,31.3L261.7,33.9L264.3,30.5L271.3,28.8L276.1,33.1L275.7,35.8L281.2,34.6Z M237.5,27.1L243.3,27.3L248.6,28.3L244.4,32.1L241.1,32.9L238.1,36.0L235.0,35.8L233.2,32.2L233.3,30.1L234.7,28.3L237.5,27.1Z M158.7,18.4L163.5,15.0L169.2,12.0L173.4,12.1L177.2,11.4L176.8,15.0L174.7,16.5L172.1,16.8L166.9,18.7L162.5,19.4L158.7,18.4Z M131.4,98.5L134.0,98.2L133.2,101.6L135.6,104.0L134.5,104.0L132.8,102.6L131.8,101.3L130.4,100.3L129.9,99.0L130.1,98.1L131.4,98.5Z M207.0,3.5L212.4,4.1L219.9,5.9L222.1,8.2L223.1,10.2L218.6,9.6L214.0,8.1L207.8,7.9L210.5,6.5L207.2,5.3L207.0,3.5Z M156.9,114.5L155.5,114.9L151.0,113.6L150.1,112.6L147.6,111.6L147.1,110.8L144.3,110.3L143.2,108.8L143.5,108.1L146.4,108.7L148.1,109.1L150.7,109.5L151.6,110.4L153.0,111.8L155.8,113.0L156.9,114.5Z M162.4,25.8L166.4,26.7L173.5,26.9L176.2,28.1L179.1,29.9L175.6,31.0L168.8,33.9L165.4,36.8L165.4,38.6L158.1,40.5L156.6,38.7L150.2,36.6L151.4,34.9L153.3,31.8L155.7,29.1L153.0,26.4L162.4,25.8Z M200.5,19.6L203.0,18.9L205.9,19.1L206.4,21.3L204.7,23.3L195.3,24.0L188.3,25.9L184.0,26.0L183.7,24.6L189.5,22.7L176.9,23.2L173.0,22.4L176.8,18.0L179.4,16.8L187.3,18.3L192.2,20.9L197.0,21.3L193.1,17.0L195.6,15.3L198.5,15.9L199.4,18.0L200.5,19.6Z M204.1,31.6L207.2,33.3L209.0,37.3L209.8,40.1L214.5,42.1L219.5,44.0L219.2,45.7L214.6,46.0L216.4,47.5L215.5,48.9L210.4,48.3L205.7,47.2L202.4,47.5L197.2,48.8L190.2,49.4L185.2,49.7L183.7,47.9L179.9,46.9L177.5,47.3L174.1,44.2L175.9,43.8L180.2,43.1L184.1,43.3L187.7,42.6L182.4,41.7L176.4,42.0L172.5,41.9L171.0,40.5L177.5,38.9L173.2,38.9L168.3,37.9L170.7,34.8L172.6,33.2L180.0,30.6L182.9,31.4L181.5,33.4L187.7,32.1L191.5,34.2L194.7,32.1L197.2,33.5L199.5,37.5L200.9,35.8L198.9,31.6L201.3,30.9L204.1,31.6Z M221.0,33.2L217.9,30.4L221.2,28.4L224.5,29.3L229.5,28.7L230.2,30.0L227.6,32.0L231.8,33.8L231.3,37.4L226.8,39.0L224.1,38.7L222.2,37.1L215.3,34.0L215.3,32.6L221.0,33.2Z M203.9,29.4L207.6,29.2L209.7,30.2L207.3,32.9L202.9,30.0L203.9,29.4Z M226.4,15.7L228.5,17.8L228.6,20.1L227.3,23.4L222.8,23.8L219.8,23.1L219.8,20.5L215.3,20.9L215.1,17.4L218.1,17.6L222.3,16.0L226.2,16.3L226.4,15.7Z M233.3,-3.0L235.2,-4.6L238.1,-5.0L236.8,-6.1L243.3,-6.4L246.9,-3.7L251.5,-2.6L256.1,-1.6L258.3,1.7L261.6,3.3L257.8,4.7L252.7,8.4L247.8,8.7L242.0,8.1L239.0,6.1L239.1,4.4L241.3,3.1L236.2,3.1L233.1,1.5L231.4,-0.8L233.3,-3.0Z M245.6,-9.7L249.7,-10.7L253.0,-10.9L258.4,-11.8L262.5,-13.8L265.9,-13.5L268.9,-12.0L271.1,-14.9L274.7,-15.8L279.7,-16.4L288.2,-16.6L289.7,-16.0L297.7,-17.0L303.7,-16.6L309.7,-16.3L317.1,-15.8L323.1,-15.1L328.2,-13.7L328.1,-12.2L321.3,-9.9L314.6,-8.8L312.1,-7.7L318.1,-7.7L311.6,-4.6L307.0,-3.1L302.3,1.0L296.5,1.8L294.8,2.8L286.4,3.4L290.2,4.0L288.3,4.8L290.6,7.2L287.9,8.9L283.6,10.2L282.3,12.0L278.4,13.4L278.8,14.5L283.6,14.3L283.6,15.4L276.2,18.1L269.0,16.9L260.8,17.6L256.7,17.0L251.4,16.8L251.1,14.6L256.2,13.6L254.8,10.2L256.5,9.9L264.0,11.9L260.2,8.9L255.7,8.0L257.9,6.1L262.8,4.9L263.6,3.2L259.7,1.3L258.5,-1.3L266.1,-1.0L268.3,-0.5L272.6,-2.3L266.4,-2.9L256.7,-2.6L251.8,-4.3L249.4,-6.4L246.2,-7.9L245.6,-9.7Z M291.1,53.8L289.3,54.9L286.1,55.1L285.5,53.3L286.6,51.2L289.2,50.7L291.4,51.7L291.4,53.3L291.1,53.8Z M232.6,46.1L234.3,47.5L232.6,48.9L228.8,47.7L226.6,48.1L222.8,46.4L225.2,45.2L227.2,43.5L230.1,44.6L231.8,45.3L232.6,46.1Z M320.8,110.7L321.7,110.4L325.4,111.1L328.2,112.3L328.3,112.8L327.0,112.9L323.4,112.0L320.8,110.7Z M322.2,118.6L323.2,120.0L325.2,120.3L327.7,120.3L326.4,121.4L325.4,121.6L321.8,120.4L321.1,119.5L322.2,118.6Z M158.8,113.1L166.7,113.1L174.9,113.1L177.6,113.1L186.1,113.1L194.3,113.1L202.6,113.1L211.0,113.1L220.4,113.1L229.9,113.1L235.7,113.1L235.7,112.1L236.6,112.0L237.1,113.6L238.0,114.1L239.9,114.2L242.8,114.7L245.4,115.6L247.7,115.2L251.1,115.9L252.0,115.9L254.5,115.1L257.1,116.1L259.8,117.2L262.1,118.1L264.2,119.0L264.5,119.7L265.2,120.0L265.0,120.3L265.7,120.4L266.3,120.1L266.4,120.7L267.0,121.2L267.7,121.2L268.1,121.5L267.8,122.0L270.7,123.3L271.3,125.7L271.8,128.1L271.0,129.6L269.7,131.1L269.1,132.0L269.1,132.3L269.4,132.7L270.3,133.1L271.0,133.1L274.2,131.7L277.1,131.2L280.7,129.9L280.8,129.7L280.5,128.8L280.1,128.3L281.3,127.9L284.1,127.9L286.6,127.9L287.5,126.9L287.8,126.6L290.8,124.7L292.0,124.2L296.3,124.2L301.4,124.2L301.7,123.5L302.5,123.4L303.7,123.0L304.7,121.7L305.6,119.6L307.7,117.5L308.6,118.2L310.5,117.8L311.7,118.6L311.7,122.3L313.5,123.8L313.5,123.8L314.0,124.7L311.0,126.0L308.2,127.0L305.2,127.7L303.8,129.3L303.3,129.9L303.3,131.3L304.2,132.7L305.3,132.8L305.0,131.8L305.9,132.4L305.7,133.2L303.8,133.6L302.4,133.5L300.4,134.0L299.2,134.1L297.6,134.3L295.3,135.0L299.3,134.5L300.2,135.0L296.3,135.8L294.5,135.8L294.6,135.5L293.7,136.2L294.6,136.3L294.0,138.2L291.9,140.2L291.7,139.5L291.1,139.4L290.2,138.7L290.8,140.1L291.5,140.6L291.5,141.5L290.6,142.5L289.1,144.5L288.8,144.4L289.7,142.7L288.2,141.7L287.9,139.6L287.4,140.7L288.0,142.3L286.1,141.9L288.1,142.8L288.2,145.2L289.0,145.3L289.3,146.2L289.6,148.7L287.9,150.6L285.0,151.3L283.2,152.7L281.8,152.9L280.4,153.8L280.0,154.6L276.9,156.2L275.4,157.4L274.1,158.8L273.6,160.5L274.1,162.2L275.1,164.2L276.3,165.9L276.3,166.9L277.6,169.7L277.5,171.3L277.4,172.2L276.7,173.6L275.9,173.9L274.5,173.6L274.1,172.6L273.0,172.1L271.6,170.0L270.3,168.2L269.8,167.3L270.4,165.7L269.6,164.4L267.5,162.4L266.4,162.1L263.6,163.1L263.1,163.0L261.7,161.9L260.0,161.3L256.9,161.6L254.4,161.3L252.3,161.5L251.1,161.9L251.6,162.5L251.6,163.5L252.2,164.0L251.6,164.3L250.6,163.9L249.6,164.4L247.6,164.3L245.5,163.0L243.1,163.3L241.0,162.8L239.3,163.0L237.0,163.5L234.4,165.3L231.7,166.3L230.2,167.4L229.5,168.5L229.5,170.1L229.6,171.3L230.2,172.1L230.2,172.1L229.1,172.1L227.1,171.6L224.9,170.9L224.2,169.8L223.6,168.1L221.9,166.8L221.0,165.4L219.6,163.8L217.6,162.8L215.3,162.8L213.6,164.7L211.3,164.0L209.8,163.3L209.2,162.0L208.2,160.7L206.6,159.7L205.2,158.9L204.1,158.0L199.3,158.0L199.3,159.0L197.1,159.0L191.6,159.1L185.3,157.3L181.1,156.2L181.3,155.7L177.8,155.9L174.6,156.1L174.6,156.1L174.2,154.9L172.4,153.5L171.1,153.2L170.8,152.5L169.2,152.4L168.2,151.7L165.6,151.4L164.9,151.0L164.6,149.7L161.9,147.2L159.6,143.7L159.7,143.1L158.5,142.3L156.3,140.1L155.9,138.0L154.5,136.6L155.1,134.5L155.0,132.2L154.1,130.2L155.2,127.7L155.5,125.2L155.8,122.8L155.3,119.1L154.5,116.7L153.7,115.4L154.0,114.9L158.0,115.8L159.5,118.5L160.2,117.7L159.7,115.5L158.8,113.1Z M68.3,185.4L68.8,185.6L69.3,185.9L70.0,186.7L69.9,186.8L68.8,187.3L67.9,187.7L67.5,188.1L66.8,187.7L66.9,187.1L66.5,186.3L66.6,186.0L67.1,185.7L66.9,185.2L67.1,185.0L67.3,185.0L68.3,185.4Z M66.7,183.9L66.5,184.1L65.5,184.3L65.0,183.8L64.7,183.6L64.7,183.5L65.0,183.3L66.0,183.5L66.7,183.9Z M64.6,182.9L64.5,183.2L63.0,183.1L63.2,182.8L64.6,182.9Z M61.0,181.7L61.3,181.8L62.1,182.6L61.9,182.7L61.7,182.7L60.8,182.6L60.4,182.1L60.3,182.0L61.0,181.7Z M57.3,180.5L57.4,181.1L57.0,181.3L56.1,180.9L56.3,180.7L56.7,180.5L57.3,180.5Z M37.6,78.5L39.8,78.8L40.1,80.1L38.4,80.6L36.5,80.0L34.9,79.1L37.6,78.5Z M74.4,86.3L76.2,86.5L77.4,87.5L75.0,89.0L72.2,90.2L70.8,89.4L70.4,87.9L72.9,86.8L74.4,86.3Z M108.4,45.2L108.4,59.1L108.3,78.8L111.1,78.9L113.8,79.8L115.7,81.2L118.2,83.3L120.9,81.5L123.7,80.5L125.2,82.1L127.0,83.5L129.6,84.9L131.3,87.2L134.1,90.8L138.9,92.7L138.9,94.7L137.4,96.2L137.4,96.2L135.9,95.0L133.4,94.0L132.6,91.3L129.1,88.8L127.6,85.8L124.9,85.6L120.5,85.5L117.2,84.6L111.5,81.3L108.8,80.7L104.0,79.5L100.1,79.8L94.7,78.3L91.4,76.9L88.3,77.6L88.8,79.8L87.3,80.1L84.1,80.7L81.6,81.8L78.6,82.5L78.2,80.6L79.4,77.4L82.4,76.4L81.6,75.5L78.1,77.4L76.2,79.6L72.2,81.9L74.2,83.5L71.6,85.8L68.6,87.1L65.8,88.1L65.1,89.4L60.8,91.0L59.9,92.5L56.7,93.8L54.8,93.6L52.2,94.4L49.3,95.5L47.0,96.5L42.3,97.4L41.8,96.9L44.9,95.4L47.6,94.5L50.5,92.8L54.0,92.5L55.4,91.2L59.2,89.3L59.8,88.7L61.9,87.6L62.4,85.2L63.8,83.3L60.6,84.3L59.7,83.7L58.2,84.9L56.4,83.2L55.6,84.4L54.6,82.8L51.8,84.1L50.1,84.1L49.9,82.2L50.4,81.0L48.6,79.8L45.0,80.4L42.6,78.9L40.7,78.1L40.7,76.2L38.6,74.8L39.6,72.9L41.9,71.0L42.9,69.2L45.1,69.0L47.0,69.5L49.3,67.8L51.3,68.1L53.4,67.1L52.9,65.5L51.3,64.8L53.4,63.5L51.7,63.5L48.7,64.3L47.9,65.1L45.7,64.3L41.8,64.7L37.7,63.8L36.5,62.4L33.0,60.3L36.9,58.8L43.1,57.0L45.4,57.0L45.0,58.9L50.9,58.7L48.6,56.4L45.2,55.0L43.3,53.2L40.6,51.6L36.8,50.4L38.3,48.4L43.3,48.3L46.8,46.5L47.4,44.6L50.3,42.8L53.0,42.3L58.2,40.5L60.8,40.8L65.1,38.7L69.3,39.5L71.3,41.3L72.5,40.5L77.2,40.8L77.0,41.7L81.3,42.4L84.1,42.0L90.0,43.2L95.3,43.6L97.4,44.1L101.1,43.5L105.4,44.6L108.4,45.2Z M23.0,67.0L24.7,67.7L26.4,67.3L28.7,68.2L31.4,68.7L31.2,69.1L29.1,69.8L27.0,69.0L25.9,68.4L23.5,68.6L22.8,68.3L23.0,67.0Z M742.7,112.5L740.5,114.4L738.2,114.7L738.1,117.5L736.6,118.7L731.1,117.8L729.1,122.7L727.6,123.3L722.1,124.4L724.6,129.1L722.7,129.8L722.9,131.3L722.9,131.3L721.2,130.9L719.8,130.0L715.7,129.7L711.1,129.6L710.1,129.9L706.1,128.8L704.6,129.3L704.1,130.9L699.6,130.0L697.7,130.4L697.1,131.5L697.1,131.5L695.5,132.0L691.9,133.8L690.6,135.7L689.6,135.7L688.8,134.5L685.3,134.4L684.7,132.2L683.4,132.2L683.6,129.6L680.3,127.6L675.5,127.8L672.3,128.2L669.6,125.8L667.3,124.8L663.0,122.8L662.5,122.6L655.4,124.2L655.5,134.0L655.5,134.0L654.0,134.2L652.1,132.1L650.2,131.4L647.1,131.9L645.8,132.8L645.8,132.8L645.7,132.1L646.4,131.0L645.8,130.1L642.6,129.2L641.4,126.8L639.8,126.1L639.7,125.3L642.4,125.5L642.5,123.5L644.9,123.1L647.3,123.5L647.8,120.8L647.3,119.1L644.6,119.3L642.2,118.6L639.0,119.8L636.4,120.4L636.4,120.4L635.0,119.9L635.3,118.5L633.5,116.7L631.4,116.7L629.1,114.8L630.7,112.7L629.9,112.1L632.1,109.0L634.9,110.7L635.3,108.6L641.0,105.4L645.4,105.3L651.5,107.3L654.8,108.5L657.7,107.3L662.1,107.2L665.7,108.7L666.5,107.9L670.4,108.0L671.1,106.6L666.6,104.6L669.2,103.2L668.7,102.4L671.4,101.6L669.4,99.6L670.7,98.6L681.0,97.5L682.4,96.8L689.4,95.6L691.9,94.4L696.8,95.0L697.7,98.2L700.6,97.4L704.2,98.5L704.0,100.1L706.6,99.9L713.6,97.1L712.6,98.0L716.1,100.4L722.3,107.8L723.8,106.3L727.6,108.0L731.6,107.2L733.2,107.7L734.5,109.4L736.4,110.0L737.6,111.2L741.2,110.8L742.7,112.5Z M655.5,134.0L655.4,124.2L662.5,122.6L663.0,122.8L667.3,124.8L669.6,125.8L672.3,128.2L675.5,127.8L680.3,127.6L683.6,129.6L683.4,132.2L684.7,132.2L685.3,134.4L688.8,134.5L689.6,135.7L690.6,135.7L691.9,133.8L695.5,132.0L697.1,131.5L697.1,131.5L697.9,131.8L695.6,133.5L697.7,134.5L699.6,133.8L702.9,135.2L699.4,137.0L697.3,136.8L697.3,136.8L696.1,136.9L695.7,136.1L696.3,134.9L692.6,135.5L691.7,137.2L690.4,138.6L688.1,138.5L687.3,139.6L689.4,140.2L690.0,142.1L688.4,144.7L688.4,144.7L686.3,144.2L684.8,144.2L684.8,144.2L684.8,142.6L681.2,141.5L678.2,140.3L676.4,139.1L673.3,137.3L671.9,134.6L671.0,134.1L668.0,134.3L666.9,133.7L666.6,131.6L662.9,130.2L660.5,131.8L658.1,132.7L658.6,134.0L655.5,134.0Z M891.7,235.7L896.5,237.2L901.6,238.5L903.5,239.6L905.1,240.7L905.5,242.0L910.1,243.3L910.8,244.5L908.2,244.7L908.9,246.2L911.3,247.7L913.1,250.0L914.7,249.9L914.6,250.9L916.8,251.3L915.9,251.7L918.9,252.6L918.6,253.3L916.7,253.4L916.1,252.8L913.7,252.6L910.9,252.3L908.7,250.9L907.1,249.6L905.7,247.7L902.1,246.7L899.7,247.4L898.0,248.1L898.4,249.7L896.2,250.5L894.6,250.1L891.8,250.0L891.8,250.0L891.7,242.8L891.7,235.7Z M924.0,238.0L925.1,238.7L925.4,239.9L924.5,240.4L924.0,239.2L923.3,238.3L922.1,237.6L920.5,236.7L918.5,236.0L919.3,235.5L920.8,236.1L921.7,236.6L922.9,237.1L924.0,238.0Z M920.3,242.8L918.8,243.3L917.3,243.9L915.9,243.9L913.6,243.2L912.0,242.6L912.2,241.9L914.7,242.2L916.2,242.1L916.7,241.0L917.1,241.0L917.3,242.1L918.9,242.0L919.7,241.2L921.2,240.4L920.9,239.1L922.6,239.1L923.2,239.5L923.1,240.7L922.2,242.0L920.7,242.2L920.3,242.8Z M929.9,241.7L930.7,242.2L932.1,243.6L933.4,244.3L933.0,245.0L932.2,245.2L931.0,244.3L929.8,242.9L929.2,241.3L929.6,241.1L929.9,241.7Z M891.7,235.7L891.7,242.8L891.8,250.0L891.8,250.0L889.3,248.2L886.5,247.8L885.8,248.4L882.3,248.5L883.4,246.7L885.2,246.1L884.5,243.7L883.1,241.8L877.7,240.0L875.5,239.8L871.3,237.8L870.5,238.8L869.4,239.0L868.8,238.2L868.8,237.3L866.6,236.2L869.6,235.4L871.6,235.4L871.4,234.9L867.3,234.8L866.2,233.5L863.7,233.1L862.6,232.1L866.3,231.5L867.7,230.8L872.2,231.7L872.6,232.5L873.4,236.1L876.3,237.4L878.6,235.1L881.8,233.7L884.2,233.7L886.6,234.5L888.7,235.3L891.7,235.7Z M847.1,249.5L847.4,250.0L847.5,250.6L847.5,250.6L845.7,252.3L843.3,252.8L842.9,252.5L843.2,251.8L844.4,250.4L847.1,249.5Z M872.8,245.1L872.5,243.5L873.0,242.7L873.6,241.9L874.2,242.6L874.2,243.6L872.8,245.1Z M827.4,220.9L825.9,222.9L827.9,225.0L827.4,226.0L830.5,228.0L827.3,228.3L826.3,229.8L826.4,231.8L823.8,233.3L823.7,235.4L822.6,238.8L822.2,238.0L819.1,239.0L818.0,237.7L816.0,237.5L814.6,236.8L811.3,237.6L810.3,236.6L808.5,236.7L806.2,236.4L805.7,233.5L804.4,232.9L803.0,231.0L802.6,229.1L803.0,227.1L804.6,225.6L804.6,225.6L805.1,227.1L807.0,228.3L808.8,227.9L810.5,228.0L812.2,226.9L813.5,226.7L816.1,227.3L818.4,226.9L819.8,223.8L820.9,223.1L821.8,220.6L825.0,220.6L827.4,220.9Z M859.4,236.1L862.4,236.8L863.4,238.5L861.1,237.6L858.8,237.4L857.2,237.5L855.3,237.4L855.9,236.2L859.4,236.1Z M852.4,238.3L850.5,237.9L850.0,237.0L852.8,236.9L853.5,237.6L852.4,238.3Z M855.4,225.2L855.6,226.4L857.2,226.6L857.5,227.5L857.3,229.4L855.9,229.2L855.5,230.6L856.6,231.7L855.8,232.0L854.7,230.6L853.9,227.8L854.4,226.0L855.4,225.2Z M841.5,228.1L844.7,228.0L847.4,226.4L847.9,226.9L845.7,229.1L843.6,229.5L840.9,229.1L836.3,229.2L833.8,229.5L833.4,231.1L835.9,233.1L837.4,232.1L842.6,231.3L842.4,232.4L841.2,232.0L840.0,233.3L837.5,234.2L840.1,237.0L839.6,237.7L842.1,240.3L842.1,241.7L840.6,242.4L839.5,241.6L840.9,239.8L838.2,240.6L837.5,240.0L837.8,239.2L835.8,237.9L836.0,235.8L834.2,236.4L834.4,239.0L834.5,242.1L832.8,242.4L831.6,241.8L832.4,239.8L831.9,237.7L830.8,237.6L829.9,236.1L831.1,234.7L831.5,233.0L832.8,229.7L833.4,228.8L835.8,227.1L838.0,227.8L841.5,228.1Z M834.1,252.5L830.5,251.0L833.1,250.6L834.5,251.2L835.5,251.9L835.3,252.5L834.1,252.5Z M837.1,248.7L838.9,248.6L841.4,247.8L841.0,249.0L836.8,249.6L833.1,249.4L833.1,248.5L835.3,248.1L837.1,248.7Z M828.5,248.4L830.2,248.2L830.9,249.1L827.7,249.6L825.8,249.9L824.3,249.8L825.2,248.6L826.8,248.6L827.5,247.8L828.5,248.4Z M801.3,244.1L801.7,244.9L807.1,245.1L807.7,244.2L812.8,245.2L813.8,246.7L818.0,247.1L821.4,248.4L818.2,249.2L815.2,248.3L812.7,248.4L809.8,248.2L807.2,247.8L804.0,247.0L801.9,246.8L800.8,247.0L795.7,246.1L795.2,245.2L792.7,245.0L794.6,242.9L798.0,243.1L800.2,243.9L801.3,244.1Z M789.9,232.4L790.4,233.9L791.4,235.1L793.4,235.3L794.7,236.7L794.0,239.4L793.9,242.8L790.9,242.9L788.5,241.0L785.0,239.3L783.8,237.9L781.7,236.1L780.3,234.5L778.2,231.4L775.7,229.6L774.9,227.7L773.9,226.0L771.4,224.6L769.9,222.7L767.8,221.5L764.9,219.1L764.7,218.0L766.5,218.1L770.8,218.5L773.2,220.6L775.4,222.1L776.9,223.0L779.6,225.4L782.4,225.4L784.7,226.9L786.3,228.8L788.4,229.8L787.3,231.6L788.9,232.3L789.9,232.4Z M309.4,357.4L310.4,358.7L311.8,361.0L315.4,362.8L319.3,363.5L318.1,365.1L315.4,365.2L314.0,364.1L314.0,364.1L312.3,364.1L309.4,364.0L309.4,357.4Z M339.9,298.3L339.2,300.2L338.5,302.7L338.5,305.1L337.9,305.6L337.7,307.2L337.7,307.2L337.5,308.5L341.0,310.6L340.7,312.4L342.4,313.4L342.3,314.7L339.6,317.9L335.5,319.3L329.9,319.8L326.8,319.6L327.4,321.1L326.9,323.0L327.4,324.3L325.7,325.2L322.9,325.6L320.2,324.7L319.1,325.3L319.5,327.9L321.4,328.7L322.9,327.9L323.7,329.3L321.2,330.1L318.9,331.7L318.5,334.4L317.9,335.9L315.3,335.9L313.1,337.3L312.3,339.3L315.0,341.4L317.7,341.9L316.7,344.4L313.4,346.0L311.6,349.3L309.1,350.5L308.0,351.8L308.8,354.8L310.7,356.5L309.5,356.4L309.5,356.4L307.0,355.9L300.2,355.5L299.1,353.8L299.1,351.6L297.3,351.8L296.3,350.8L296.1,347.8L298.2,346.5L299.1,344.7L298.8,343.3L300.2,340.9L301.2,337.3L300.9,335.7L302.2,335.2L301.9,334.2L300.6,333.7L301.5,332.5L300.2,331.5L299.6,328.5L300.7,327.9L300.2,324.7L300.9,322.1L301.6,319.8L303.3,318.9L302.5,316.4L302.4,314.1L304.5,312.4L304.5,310.3L306.1,307.9L306.1,305.7L305.4,305.2L304.1,301.0L305.8,298.5L305.5,296.2L306.5,294.1L308.3,291.8L310.3,290.4L309.5,289.4L310.0,288.7L310.0,284.8L313.0,283.6L313.9,281.2L313.6,280.7L313.6,280.7L315.9,278.6L319.5,279.1L321.2,280.8L322.3,279.0L325.4,279.1L325.9,279.5L325.9,279.5L331.0,283.3L333.3,283.7L336.6,285.4L339.5,286.3L339.9,287.3L337.2,290.9L340.0,291.5L343.1,291.9L345.3,291.5L347.8,289.7L348.3,287.6L348.3,287.6L349.6,287.2L351.0,288.5L351.0,290.4L348.6,291.7L346.8,292.7L343.6,295.0L339.9,298.3Z M309.4,357.4L309.4,364.0L312.3,364.1L314.0,364.1L314.0,364.1L313.1,365.4L310.7,366.3L309.3,366.2L307.7,366.0L305.7,365.1L302.8,364.6L299.3,362.9L296.4,361.3L292.6,358.0L294.9,358.6L298.8,360.6L302.5,361.6L303.9,360.3L304.8,358.2L307.4,357.0L309.4,357.4Z M306.7,268.9L308.1,270.4L308.4,272.1L309.9,273.0L309.0,275.2L310.5,277.8L311.6,281.0L313.6,280.7L313.6,280.7L313.9,281.2L313.0,283.6L310.0,284.8L310.0,288.7L309.5,289.4L310.3,290.4L308.3,291.8L306.5,294.1L305.5,296.2L305.8,298.5L304.1,301.0L305.4,305.2L306.1,305.7L306.1,307.9L304.5,310.3L304.5,312.4L302.4,314.1L302.5,316.4L303.3,318.9L301.6,319.8L300.9,322.1L300.2,324.7L300.7,327.9L299.6,328.5L300.2,331.5L301.5,332.5L300.6,333.7L301.9,334.2L302.2,335.2L300.9,335.7L301.2,337.3L300.2,340.9L298.8,343.3L299.1,344.7L298.2,346.5L296.1,347.8L296.3,350.8L297.3,351.8L299.1,351.6L299.1,353.8L300.2,355.5L307.0,355.9L309.5,356.4L309.5,356.4L307.1,356.3L305.7,357.1L303.2,358.1L302.8,360.9L301.6,361.0L298.5,360.0L295.3,357.9L291.8,356.3L290.9,354.4L291.7,352.7L290.3,350.8L290.0,345.9L291.2,343.2L294.1,341.1L289.9,340.3L292.5,337.9L293.5,333.4L296.6,334.3L298.0,328.8L296.1,328.1L295.3,331.4L293.5,331.0L294.4,327.3L295.3,322.4L296.6,320.7L295.8,318.2L295.6,315.3L296.8,315.2L298.5,311.2L300.4,307.2L301.6,303.6L300.9,299.9L301.8,298.0L301.4,295.0L303.0,292.1L303.5,287.6L304.4,282.7L305.3,277.6L305.1,273.8L304.5,270.6L304.5,270.6L306.0,270.1L306.7,268.9Z M581.5,239.9L582.0,241.9L581.7,243.0L582.3,244.3L583.9,245.5L585.4,248.3L585.4,248.3L584.3,248.1L580.6,248.5L579.8,248.7L579.0,250.1L579.6,251.1L579.2,253.7L578.8,256.0L579.6,256.3L581.5,257.2L582.3,256.8L582.5,259.2L580.4,259.2L579.2,258.0L578.2,257.0L576.1,256.7L575.5,255.5L573.8,256.2L571.5,255.9L570.6,254.9L568.8,254.7L567.5,254.8L567.4,254.1L566.4,254.0L566.4,254.0L565.2,253.9L563.4,254.2L562.2,254.2L561.5,254.4L561.7,251.7L560.8,250.9L560.6,249.6L561.0,248.2L560.4,247.4L560.4,246.0L557.0,246.0L557.2,245.2L555.8,245.2L555.7,245.6L553.9,245.7L553.2,247.0L552.8,247.5L551.3,247.2L550.4,247.5L548.5,247.7L547.5,246.6L546.8,245.8L546.0,244.5L545.4,242.9L537.2,242.9L536.2,243.1L535.4,243.1L534.2,243.4L534.2,243.4L533.8,242.7L533.8,242.7L534.5,242.5L534.6,241.5L535.1,240.9L536.1,240.5L536.1,240.5L536.8,240.7L537.8,239.9L539.3,239.9L539.5,240.5L540.5,240.9L542.1,239.5L543.8,238.4L544.5,237.7L544.4,235.9L545.6,233.8L546.8,232.7L548.7,231.6L549.0,230.9L549.1,230.1L549.5,229.4L549.4,228.1L549.7,226.2L550.3,224.8L551.1,223.6L551.3,222.3L551.3,222.3L551.5,220.8L552.6,219.7L554.1,219.0L556.4,219.7L558.1,220.5L560.2,220.7L562.2,221.2L563.1,219.8L563.4,219.7L564.7,219.9L567.8,218.8L568.9,219.3L569.8,219.2L570.2,218.7L571.3,218.5L573.3,218.7L575.1,218.8L576.0,218.5L576.0,218.5L577.7,220.3L579.0,220.6L579.7,220.2L581.0,220.4L582.5,219.9L583.2,220.8L585.6,222.3L585.6,222.3L585.5,224.9L586.6,225.2L585.7,225.9L584.6,226.5L583.6,227.7L583.0,228.7L582.8,230.5L582.2,231.3L582.2,232.9L582.2,232.9L581.4,233.6L581.3,234.9L580.9,235.0L580.6,236.2L580.6,236.2L581.3,237.2L581.5,239.9Z M615.5,233.7L613.9,231.9L613.8,223.9L616.3,221.4L616.3,221.4L617.0,220.7L618.8,220.7L621.3,219.1L624.9,219.0L632.7,212.4L632.7,212.4L634.7,210.6L635.9,209.2L635.9,208.1L635.9,205.8L635.9,204.9L636.0,204.9L636.0,204.9L636.9,204.9L638.1,204.5L639.6,204.3L640.9,203.5L642.0,203.5L642.0,204.1L641.8,205.4L641.8,206.6L641.2,207.4L640.4,209.8L639.1,212.3L637.4,215.1L635.0,218.3L632.6,220.7L629.3,223.7L626.6,225.5L622.4,227.7L619.8,229.4L616.8,232.0L616.1,233.2L615.5,233.7Z M608.9,240.3L604.9,238.1L604.7,236.8L594.6,232.3L594.2,232.1L594.2,232.1L594.1,229.8L594.9,228.9L596.3,227.4L597.3,225.8L596.1,223.3L595.8,222.2L594.5,220.7L594.5,220.7L596.2,219.4L598.0,217.9L598.0,217.9L599.5,218.3L599.5,219.5L600.4,220.2L602.4,220.2L605.9,222.1L606.8,222.1L607.4,222.1L608.0,222.3L609.9,222.5L610.7,221.6L613.2,220.7L614.4,221.4L616.3,221.4L616.3,221.4L613.8,223.9L613.9,231.9L615.5,233.7L615.5,233.7L613.6,234.6L612.9,235.5L611.8,235.6L611.4,237.2L610.6,238.1L610.0,239.5L608.9,240.3Z M568.2,211.9L566.1,211.0L565.2,210.3L565.0,209.6L565.4,208.7L565.4,207.8L563.8,206.4L563.5,205.5L563.5,205.5L563.5,205.0L562.5,204.3L562.5,203.0L561.9,202.2L560.9,202.3L561.2,201.5L561.9,200.5L561.6,199.6L562.5,198.9L562.0,198.4L562.7,197.0L564.0,195.4L566.4,195.5L566.2,186.6L566.2,186.6L566.2,185.6L569.4,185.6L569.4,181.0L569.4,181.0L580.6,181.0L591.4,181.0L602.4,181.0L602.4,181.0L603.3,183.3L602.7,183.7L603.1,186.0L604.1,188.8L605.2,189.3L606.7,190.2L606.7,190.2L605.3,191.4L603.2,191.8L602.4,192.5L602.1,194.0L600.9,197.3L601.2,198.2L601.2,198.2L600.7,200.1L599.6,202.3L597.9,203.4L596.8,205.1L596.5,206.0L595.2,206.6L594.3,208.9L594.4,210.9L594.4,210.9L594.3,209.2L594.0,209.2L594.0,208.1L593.7,207.3L592.2,206.4L591.9,204.8L592.2,203.2L591.0,203.0L590.8,203.5L589.1,203.6L589.8,204.3L590.0,205.6L588.5,206.8L587.1,208.4L585.7,208.7L583.3,207.4L582.3,207.8L582.0,208.5L580.6,208.9L580.5,209.4L577.7,209.4L577.3,208.9L575.3,208.8L574.3,209.2L573.5,209.0L572.1,207.7L571.6,207.1L569.6,207.4L568.9,208.4L568.2,210.4L567.2,210.8L566.4,211.1L568.2,211.9Z M566.2,186.6L566.4,195.5L564.0,195.4L562.7,197.0L562.0,198.4L562.5,198.9L561.6,199.6L561.9,200.5L561.2,201.5L560.9,202.3L561.9,202.2L562.5,203.0L562.5,204.3L563.5,205.0L563.5,205.5L563.5,205.5L561.8,205.9L560.3,206.8L558.3,209.2L555.7,210.2L553.0,210.1L552.3,210.3L552.5,211.0L551.1,211.8L549.9,212.7L546.4,213.5L545.7,213.0L545.3,213.0L544.7,213.5L542.4,213.7L542.4,213.7L542.9,213.1L542.0,211.6L541.6,210.7L540.4,210.3L538.8,209.0L539.4,208.0L540.6,208.2L541.4,208.0L543.0,208.1L541.5,206.0L541.6,204.6L541.4,203.1L540.3,201.7L540.3,201.7L540.5,200.6L538.8,200.6L538.8,199.1L537.6,198.3L538.8,195.4L542.4,193.2L542.5,190.3L543.6,185.7L544.2,184.7L543.0,183.9L543.0,183.2L541.9,182.6L541.3,179.0L541.3,179.0L544.1,177.8L555.1,182.2L566.2,186.6Z M300.8,186.3L301.0,187.5L300.8,188.4L300.2,188.7L300.9,189.4L300.8,190.0L300.8,190.0L299.0,189.7L297.7,189.8L296.0,189.7L294.7,190.1L293.2,189.4L293.4,188.6L296.0,189.0L298.1,189.1L299.1,188.6L297.8,187.6L297.8,186.8L296.1,186.4L296.7,185.8L298.4,185.9L300.8,186.3Z M300.8,190.0L300.9,189.4L300.2,188.7L300.8,188.4L301.0,187.5L300.8,186.3L300.8,186.3L301.1,185.9L303.3,185.9L305.0,186.5L305.7,186.4L306.2,187.2L307.7,187.2L307.6,187.8L308.9,187.9L310.2,188.8L309.2,189.7L307.9,189.2L306.6,189.3L305.7,189.2L305.2,189.6L304.1,189.7L303.7,189.2L302.8,189.5L301.7,191.1L301.0,190.7L300.8,190.0Z M760.5,-5.2L766.5,-6.4L771.9,-3.8L778.3,1.1L777.6,5.5L771.5,6.1L763.8,4.7L759.2,2.8L757.1,-0.7L753.3,-1.7L760.5,-5.2Z M785.7,3.6L792.7,6.3L791.9,8.3L776.2,10.1L781.3,3.8L783.6,3.2L785.7,3.6Z M885.6,18.3L893.0,18.5L903.0,20.9L900.8,24.2L890.6,24.0L886.0,25.1L880.5,22.2L882.0,19.2L885.6,18.3Z M911.7,21.8L918.7,23.0L915.5,24.7L911.0,24.3L905.9,22.6L906.5,21.2L911.7,21.8Z M888.5,30.4L891.1,28.7L894.6,28.3L898.6,29.9L898.9,31.0L894.7,31.1L889.0,30.6L888.5,30.4Z M624.6,-3.0L630.0,-3.9L634.2,-4.0L634.8,-2.6L636.4,-3.8L639.0,-4.7L643.1,-3.5L642.0,-2.8L638.3,-2.1L635.8,-1.7L635.4,-0.9L632.2,-0.0L629.2,-1.2L630.8,-2.8L624.6,-3.0Z M563.1,97.6L558.0,97.6L554.6,97.3L554.6,97.3L555.2,96.0L559.1,95.0L559.1,95.0L562.0,95.5L563.2,96.0L562.9,96.8L563.1,97.6Z M648.6,28.8L655.3,25.0L654.5,23.0L660.7,20.7L669.9,17.8L679.2,17.0L683.9,15.3L689.3,14.7L691.3,16.5L689.4,17.9L679.5,20.1L671.1,22.2L662.4,26.4L658.3,30.5L653.9,34.5L654.5,37.9L659.8,41.2L658.2,41.6L649.1,41.1L648.4,39.3L643.3,38.2L642.9,36.0L645.8,35.1L645.7,32.9L651.2,29.3L648.6,28.8Z M897.0,99.5L897.9,102.3L897.9,105.2L899.0,108.2L901.8,113.2L897.7,112.3L896.0,116.3L898.7,119.2L898.6,121.1L896.5,119.5L894.7,121.6L894.2,119.3L894.5,116.6L894.2,113.5L894.8,111.4L894.9,107.6L893.3,104.7L893.6,100.7L896.1,99.3L895.0,97.9L896.3,97.5L897.0,99.5Z M863.3,131.6L862.9,131.2L862.9,131.2L862.9,129.8L864.3,129.8L864.7,126.6L864.0,124.3L866.3,123.3L869.7,123.8L871.6,121.2L872.5,118.1L873.6,117.1L875.1,114.6L870.5,115.4L868.1,116.5L863.8,116.5L862.7,113.9L859.4,111.9L854.6,111.0L853.6,108.2L852.6,106.4L851.6,105.1L849.8,102.2L847.4,101.1L843.3,100.2L839.6,100.3L836.1,100.8L833.8,102.3L835.3,103.0L835.4,104.6L833.8,105.6L831.3,108.6L831.4,109.9L827.4,111.7L824.1,110.6L824.1,110.6L820.8,110.9L819.3,109.9L817.7,109.6L813.6,111.6L809.9,112.1L807.4,112.8L803.9,112.3L801.3,112.3L799.6,110.9L796.9,109.5L794.1,109.1L790.6,109.5L788.0,110.0L784.0,108.8L783.5,106.7L780.2,105.9L777.7,105.6L774.6,104.4L771.7,107.4L772.9,109.1L770.2,111.1L766.1,110.4L763.4,110.3L761.5,108.9L758.6,108.9L756.2,108.0L752.0,109.3L746.7,111.8L743.8,112.3L743.8,112.3L742.7,112.5L742.7,112.5L741.2,110.8L737.6,111.2L736.4,110.0L734.5,109.4L733.2,107.7L731.6,107.2L727.6,108.0L723.8,106.3L722.3,107.8L716.1,100.4L712.6,98.0L713.6,97.1L706.6,99.9L704.0,100.1L704.2,98.5L700.6,97.4L697.7,98.2L696.8,95.0L691.9,94.4L689.4,95.6L682.4,96.8L681.0,97.5L670.7,98.6L669.4,99.6L671.4,101.6L668.7,102.4L669.2,103.2L666.6,104.6L671.1,106.6L670.4,108.0L666.5,107.9L665.7,108.7L662.1,107.2L657.7,107.3L654.8,108.5L651.5,107.3L645.4,105.3L641.0,105.4L635.3,108.6L634.9,110.7L632.1,109.0L629.9,112.1L630.7,112.7L629.1,114.8L631.4,116.7L633.5,116.7L635.3,118.5L635.0,119.9L636.4,120.4L636.4,120.4L635.1,122.0L632.4,122.5L629.7,125.3L632.2,127.8L631.9,129.6L635.0,132.7L635.0,132.7L633.3,133.8L632.8,134.4L631.6,134.3L629.7,132.7L628.9,132.6L628.9,132.6L627.2,132.0L626.3,130.9L623.7,130.3L622.0,130.7L621.5,130.3L617.8,129.0L613.7,128.6L611.3,128.1L611.0,128.4L611.0,128.4L607.4,126.2L604.3,125.1L601.9,123.5L603.9,123.1L606.2,120.8L604.6,119.7L608.7,118.6L608.7,118.0L606.2,118.5L606.2,118.5L606.3,117.2L607.7,116.4L610.4,116.2L610.8,115.3L610.2,113.8L611.3,112.3L611.3,111.4L607.2,110.5L605.6,110.5L603.9,109.2L601.7,109.7L598.2,108.6L598.3,108.1L597.3,106.8L595.1,106.7L594.8,105.8L595.5,105.2L593.8,103.5L590.9,103.8L590.0,103.7L589.3,104.3L588.3,104.2L588.3,104.2L587.6,102.3L587.0,101.3L587.5,101.1L589.7,101.2L590.8,100.5L590.0,99.7L588.1,99.2L588.3,98.7L587.2,98.1L585.4,96.1L586.0,95.3L585.8,93.9L583.0,93.1L581.6,93.5L581.2,92.7L578.3,92.0L578.3,92.0L577.4,90.1L577.1,88.6L575.8,87.9L575.8,87.9L577.0,86.9L576.2,83.9L578.1,82.1L577.7,81.5L577.7,81.5L580.9,79.7L578.0,78.1L578.0,78.1L583.9,73.9L586.5,71.9L587.5,70.2L583.4,67.8L584.6,65.5L582.1,62.9L583.9,59.8L580.7,55.7L583.3,52.9L579.0,50.4L579.4,47.7L579.4,47.7L581.7,47.3L586.4,45.8L586.4,45.8L589.3,44.4L593.8,46.8L601.4,47.7L611.9,52.0L614.1,53.8L614.2,56.2L611.2,58.2L606.6,59.1L594.2,56.4L592.2,56.8L596.7,59.5L596.9,61.2L597.1,64.8L600.6,65.9L602.8,66.8L603.2,65.1L601.5,63.6L603.3,62.2L610.0,64.4L612.3,63.6L610.5,60.9L616.9,57.4L619.5,57.6L622.1,58.9L623.7,56.4L621.4,54.2L622.7,51.9L620.7,49.6L628.5,50.8L630.1,52.9L626.5,53.4L626.6,55.4L628.7,56.7L633.0,55.9L633.7,53.5L639.5,51.7L649.2,48.5L651.3,48.7L648.6,51.0L652.0,51.4L654.0,50.1L659.2,50.0L663.3,48.4L666.5,50.7L669.7,48.2L666.7,45.9L668.2,44.7L676.4,45.8L680.2,47.0L690.3,51.4L692.2,49.4L689.3,47.4L689.3,46.6L685.9,46.2L686.8,44.3L685.3,41.3L685.3,40.0L690.4,36.3L692.2,32.6L694.3,31.8L701.6,32.9L702.2,35.2L699.6,38.5L701.3,39.7L702.2,42.5L701.6,47.9L704.6,50.2L703.4,52.7L698.0,58.0L701.2,58.5L702.3,57.2L705.3,56.2L706.1,54.4L708.5,52.6L706.9,50.5L708.2,48.0L705.1,47.7L704.4,45.5L706.7,41.6L703.1,38.3L708.0,35.6L707.4,32.6L708.8,32.5L710.2,34.8L709.1,38.8L712.1,39.5L710.8,36.6L715.5,35.0L721.3,34.7L726.4,37.1L723.9,33.7L723.6,29.2L728.5,28.3L735.2,28.5L741.2,28.0L738.9,25.7L742.1,22.9L745.3,22.7L750.7,20.5L758.1,20.0L759.0,18.7L766.3,18.3L768.5,19.3L774.8,16.9L779.9,17.0L780.7,15.0L783.3,13.1L789.9,11.1L794.6,12.7L790.8,13.8L797.1,14.5L797.9,16.8L800.4,15.7L808.5,15.7L814.8,17.9L817.0,19.6L816.3,21.9L813.3,23.2L806.0,25.6L803.9,26.9L807.3,27.5L811.4,28.6L813.9,27.8L815.4,30.5L816.6,29.4L821.0,28.8L829.9,29.5L830.6,31.4L842.2,32.0L842.4,28.8L848.3,29.6L852.7,29.5L857.2,31.8L858.5,34.4L856.8,36.1L860.3,39.3L864.7,41.0L867.4,36.7L871.8,38.6L876.6,37.5L881.9,38.7L884.0,37.6L888.5,38.1L886.5,34.4L890.2,32.6L915.3,35.2L917.6,37.7L924.9,40.7L936.1,40.0L941.7,40.6L944.0,42.3L943.6,45.2L947.1,46.3L950.8,45.5L955.7,45.4L960.9,46.1L966.2,45.7L971.0,49.1L974.5,47.9L972.2,45.4L973.5,43.7L982.3,44.8L988.1,44.5L996.1,46.4M0.0,48.1L6.8,51.0L14.1,54.7L13.9,57.0L15.7,57.9L15.1,55.2L22.6,55.8L28.1,59.2L25.3,60.8L20.8,61.2L20.7,64.6L19.6,65.4L17.0,65.3L14.9,64.0L11.2,63.0L10.5,61.4L7.7,60.9L4.6,61.3L3.1,60.1L3.7,58.7L0.3,59.6L1.6,61.3L0.0,62.8M1000.0,62.8L996.4,64.4L992.8,64.1L995.3,66.0L997.0,68.8L998.2,69.8L998.6,71.2L997.9,72.1L992.7,71.3L984.9,73.9L982.4,74.3L978.2,76.6L974.2,78.7L973.1,80.2L969.2,77.9L961.9,80.5L960.7,79.3L958.0,80.7L954.3,80.2L953.4,82.3L950.0,85.4L950.1,86.7L953.3,87.4L952.9,92.0L950.4,92.1L949.2,94.7L950.3,96.0L945.5,97.5L944.5,101.0L940.4,101.7L939.5,104.7L935.5,107.4L934.5,105.4L933.3,101.1L931.8,94.4L933.1,90.1L935.4,88.2L935.6,86.8L939.9,86.0L944.9,82.0L949.6,78.6L954.6,76.0L956.9,71.3L953.5,71.5L951.8,74.3L944.8,78.0L942.5,73.9L935.3,75.0L928.4,80.6L930.7,82.6L924.5,83.4L920.2,83.7L920.4,81.4L916.1,80.9L912.6,82.5L904.1,81.9L895.0,82.9L886.0,89.1L875.3,96.4L879.7,96.8L881.1,98.6L883.8,99.3L885.6,97.8L888.6,98.0L892.6,101.3L892.7,103.8L890.5,106.7L890.3,110.2L889.1,114.7L884.9,118.7L883.9,120.6L880.2,123.8L876.4,126.9L874.6,128.5L870.9,130.1L869.2,130.1L867.4,128.8L863.7,130.8L863.3,131.6Z M0.0,38.0L0.4,37.9L2.7,37.9L6.7,39.0L6.5,39.6L3.6,40.5L0.0,40.8M996.9,41.0L996.5,39.7M0.0,38.0Z M592.9,121.6L593.6,120.9L595.6,121.5L596.5,121.6L596.8,122.1L597.3,122.2L597.3,122.2L597.3,122.4L598.6,123.1L601.5,122.9L600.9,123.9L597.9,124.4L594.1,125.9L592.6,125.4L593.2,124.1L590.1,123.3L590.6,122.8L593.3,121.9L592.9,121.6Z M280.6,169.9L281.9,169.7L283.8,169.8L283.8,170.4L280.8,170.8L280.6,169.9Z M283.9,169.3L286.1,170.4L285.6,172.0L285.1,171.7L285.2,170.5L283.9,169.6L283.9,169.3Z M282.8,173.6L283.6,173.7L284.6,175.6L284.6,177.0L283.9,177.1L283.2,175.7L282.2,175.1L282.8,173.6Z M330.0,355.0L333.3,353.3L335.7,354.0L337.4,352.9L339.6,354.2L338.8,355.2L335.0,356.1L333.8,355.0L331.4,356.4L330.0,355.0Z M542.1,1.6L543.1,-0.1L547.2,-0.3L550.7,1.5L559.8,5.1L552.9,7.0L551.3,10.5L548.9,11.4L547.6,15.3L544.2,15.4L538.2,12.6L540.7,11.0L536.6,9.6L531.2,5.6L529.0,1.7L536.6,-0.1L538.1,1.7L542.1,1.6Z M586.4,45.8L581.7,47.3L579.4,47.7L579.4,47.7L580.6,45.0L577.0,43.4L572.7,44.7L571.4,47.6L568.7,49.3L565.7,48.4L562.1,48.5L559.0,46.5L557.3,47.5L557.3,47.5L555.6,47.7L555.2,50.2L550.0,49.6L549.2,51.7L546.6,51.7L544.7,54.4L542.0,58.4L537.7,63.5L538.7,64.7L537.7,66.1L534.9,66.0L533.1,69.3L533.3,73.8L535.1,75.5L534.2,79.4L531.9,81.6L530.6,83.5L530.6,83.5L528.8,81.5L523.3,85.2L519.6,86.0L515.7,84.3L514.7,80.9L513.9,73.2L516.4,71.0L523.8,68.1L529.2,64.5L534.3,59.6L541.0,52.5L545.7,49.6L553.3,44.8L559.4,43.1L564.0,43.3L568.2,40.0L573.2,40.2L578.2,39.4L586.9,42.3L583.3,43.3L586.4,45.8Z M576.1,-0.3L572.0,2.4L564.0,3.0L555.8,2.2L555.3,0.8L551.3,0.7L548.2,-1.6L556.8,-3.0L560.9,-1.8L563.7,-3.3L570.7,-2.0L576.1,-0.3Z M568.7,10.4L562.5,12.3L557.6,11.2L559.5,10.0L557.8,8.5L563.6,7.6L564.7,9.3L568.7,10.4Z M370.1,-13.7L379.4,-16.9L389.2,-16.7L392.7,-18.7L402.5,-19.2L424.7,-18.5L442.1,-14.2L437.0,-12.1L426.3,-11.9L411.4,-11.4L412.8,-10.4L422.6,-11.0L431.0,-9.2L436.4,-10.8L438.7,-8.9L435.6,-5.9L442.7,-7.8L456.2,-9.8L464.5,-8.8L466.1,-6.6L454.8,-2.9L453.2,-1.8L444.3,-0.9L450.7,-0.6L447.5,3.0L445.3,6.1L445.4,11.4L448.7,14.5L444.3,14.6L439.8,16.1L444.9,18.5L445.6,22.3L442.6,22.7L446.2,26.4L440.0,26.7L443.2,28.5L442.3,30.0L438.4,30.6L434.5,30.6L438.0,33.5L438.1,35.3L432.6,33.6L431.1,34.7L434.9,35.7L438.5,38.2L439.6,41.5L434.6,42.2L432.5,40.7L429.0,38.4L430.0,41.1L426.8,43.2L434.1,43.3L437.9,43.6L430.5,46.9L422.9,50.0L414.8,51.3L411.7,51.3L408.9,52.7L405.0,56.7L399.0,59.2L397.1,59.4L393.4,60.2L389.4,61.1L387.0,63.3L387.0,65.8L385.6,68.1L381.1,70.8L382.2,73.5L380.9,76.2L379.5,79.5L375.6,79.7L371.5,77.0L365.9,76.9L363.2,75.1L361.4,71.8L356.6,67.5L355.2,65.3L354.8,62.1L350.9,58.8L351.9,56.1L350.1,54.8L352.8,50.4L357.0,49.0L358.1,47.4L358.7,44.3L355.5,45.7L354.0,46.3L351.5,46.9L348.1,45.6L347.9,42.9L349.0,40.8L351.6,40.8L357.3,41.8L352.5,39.3L350.0,37.9L347.2,38.5L344.9,37.5L348.0,33.7L346.3,32.1L344.1,29.2L340.8,24.6L337.2,22.9L337.3,21.1L329.8,18.5L323.9,18.1L316.5,18.3L309.7,18.7L306.5,17.2L301.7,14.3L309.0,12.9L314.5,12.6L302.7,11.4L296.4,9.5L296.8,7.7L307.3,5.3L317.5,3.0L318.5,1.2L311.0,-0.6L313.5,-2.6L323.1,-6.2L327.1,-6.7L326.0,-9.1L332.6,-10.5L341.1,-11.3L349.6,-11.4L352.7,-9.7L360.0,-12.6L366.7,-10.6L370.6,-10.2L376.3,-8.5L369.7,-11.4L370.1,-13.7Z M691.5,345.8L693.3,346.7L695.9,347.0L696.0,347.6L695.2,348.9L691.0,349.1L690.9,347.5L691.3,346.4L691.5,345.8Z M847.1,249.5L847.5,249.0L849.8,248.5L851.8,248.4L852.7,248.2L853.7,248.4L852.7,249.0L849.8,250.0L847.5,250.6L847.5,250.6L847.4,250.0L847.1,249.5Z M545.4,294.3L546.7,293.2L547.8,293.8L548.3,294.8L549.5,295.0L551.3,295.5L552.8,295.3L555.3,294.1L555.3,285.4L555.3,285.4L556.0,285.7L557.7,287.9L557.4,289.4L558.0,290.2L560.0,290.0L561.4,288.9L562.7,288.2L563.4,287.1L564.8,286.5L565.9,286.8L567.3,287.5L569.5,287.6L571.3,287.0L571.6,286.3L572.1,285.2L573.6,285.0L574.4,284.1L575.3,282.6L577.8,280.9L581.8,279.2L581.8,279.2L582.9,279.2L584.2,279.6L585.2,279.3L586.6,279.6L586.6,279.6L588.0,282.8L588.7,284.4L588.2,287.0L588.4,287.9L588.4,287.9L587.0,287.5L586.2,287.6L586.0,288.3L585.2,289.2L585.2,290.0L586.9,291.3L588.5,291.0L589.1,290.0L589.1,290.0L591.2,290.0L591.2,290.0L590.5,291.7L590.2,293.7L589.5,294.8L587.6,296.0L587.0,296.3L585.8,297.5L585.1,298.7L583.5,300.5L580.3,303.0L578.4,304.4L576.3,305.6L573.4,306.5L572.0,306.6L571.6,307.3L569.9,307.0L568.5,307.4L565.5,306.9L563.9,307.2L562.7,307.1L559.8,308.1L557.5,308.5L555.8,309.4L554.5,309.5L553.3,308.6L552.4,308.5L551.2,307.4L551.0,307.8L550.7,307.1L550.7,305.7L549.8,304.0L550.7,303.6L550.6,301.7L548.8,299.5L547.4,297.4L547.4,297.4L545.4,294.3Z M580.5,295.2L579.3,294.5L578.0,295.0L576.5,295.9L575.0,297.4L577.1,299.3L578.1,299.0L578.6,298.3L580.1,297.9L580.6,297.1L581.5,296.0L580.5,295.2Z M580.5,295.2L581.5,296.0L580.6,297.1L580.1,297.9L578.6,298.3L578.1,299.0L577.1,299.3L575.0,297.4L576.5,295.9L578.0,295.0L579.3,294.5L580.5,295.2Z M174.6,156.1L177.8,155.9L181.3,155.7L181.1,156.2L185.3,157.3L191.6,159.1L197.1,159.0L199.3,159.0L199.3,158.0L204.1,158.0L205.2,158.9L206.6,159.7L208.2,160.7L209.2,162.0L209.8,163.3L211.3,164.0L213.6,164.7L215.3,162.8L217.6,162.8L219.6,163.8L221.0,165.4L221.9,166.8L223.6,168.1L224.2,169.8L224.9,170.9L227.1,171.6L229.1,172.1L230.2,172.1L230.2,172.1L229.1,174.1L228.6,175.8L228.4,178.9L228.1,180.0L228.6,181.3L229.5,182.4L230.0,184.2L231.9,185.9L232.5,187.1L233.6,188.3L236.6,188.9L237.7,189.8L240.1,189.2L242.3,189.0L244.3,188.5L246.1,188.2L247.9,187.2L248.5,185.9L248.7,184.0L249.2,183.3L251.1,182.7L254.0,182.2L256.5,182.3L258.2,182.1L258.9,182.6L258.8,183.7L257.3,185.0L256.6,186.4L257.1,186.8L256.7,187.8L256.0,189.6L255.3,189.0L254.7,189.0L254.7,189.0L254.2,189.0L253.2,190.4L252.7,190.1L252.4,190.2L252.4,190.6L252.4,190.6L249.8,190.6L247.2,190.6L247.2,191.8L246.0,191.8L247.0,192.6L248.0,193.1L248.3,193.6L248.8,193.7L248.7,194.5L245.1,194.5L243.8,196.3L244.2,196.8L243.9,197.3L243.8,197.9L243.8,197.9L240.7,195.5L239.2,194.8L237.0,194.2L235.4,194.4L233.2,195.2L231.8,195.4L229.8,194.8L227.7,194.4L225.1,193.4L223.1,193.1L219.9,192.0L217.6,190.9L216.9,190.3L215.3,190.2L212.5,189.5L211.3,188.4L208.4,187.2L207.0,185.7L206.3,184.6L207.2,184.4L206.9,183.7L207.6,183.1L207.6,182.4L206.7,181.3L206.4,180.4L205.5,179.2L203.0,176.9L200.2,175.1L198.9,173.7L196.5,172.7L196.0,172.2L196.4,170.7L195.0,170.2L193.4,169.0L192.7,167.4L191.2,167.2L189.6,165.9L188.3,164.8L188.1,164.0L186.6,162.2L185.7,160.4L185.7,159.4L183.7,158.5L182.8,158.6L181.2,157.9L180.7,158.9L181.2,160.1L181.5,161.9L182.4,162.9L184.5,164.5L184.9,165.1L185.4,165.2L185.7,166.1L186.2,166.0L186.8,167.6L187.6,168.2L188.2,169.0L190.0,170.2L190.9,172.4L191.7,173.4L192.5,174.5L192.6,175.7L194.0,175.8L195.1,176.8L196.1,177.9L196.0,178.3L194.9,179.1L194.4,179.1L193.6,177.7L191.8,176.4L189.8,175.3L188.4,174.7L188.5,173.0L188.1,171.7L186.7,171.0L184.8,169.9L184.5,170.2L183.8,169.6L182.0,169.1L180.4,167.7L180.6,167.5L181.8,167.6L182.8,166.8L182.9,165.7L180.7,164.0L179.1,163.3L178.1,161.8L177.1,160.3L175.8,158.3L174.6,156.1Z M339.9,298.3L341.7,298.0L344.5,299.9L345.6,299.8L348.4,301.3L350.6,302.7L352.2,304.3L351.0,305.5L351.7,306.9L351.7,306.9L350.5,308.4L347.4,309.8L345.4,309.3L343.8,309.6L341.3,308.5L339.4,308.6L337.7,307.2L337.7,307.2L337.9,305.6L338.5,305.1L338.5,302.7L339.2,300.2L339.9,298.3Z M351.7,306.9L351.0,305.5L352.2,304.3L350.6,302.7L348.4,301.3L345.6,299.8L344.5,299.9L341.7,298.0L339.9,298.3L339.9,298.3L343.6,295.0L346.8,292.7L348.6,291.7L351.0,290.4L351.0,288.5L349.6,287.2L348.3,287.6L348.3,287.6L348.8,286.3L349.2,284.9L349.2,283.6L348.2,283.2L347.1,283.6L346.1,283.5L345.8,282.6L345.5,280.5L345.0,279.8L343.1,279.2L342.0,279.6L339.1,279.2L339.2,276.1L338.4,274.8L338.4,274.8L339.3,274.3L339.0,273.0L339.8,272.0L340.3,270.2L339.6,268.8L338.1,268.2L337.8,267.3L338.2,266.0L332.9,265.9L331.8,263.3L332.6,263.3L332.6,262.3L332.1,261.7L331.9,260.4L330.3,259.7L328.6,259.7L327.4,259.1L325.5,258.6L324.5,257.8L321.3,257.4L318.3,255.4L318.6,254.0L318.2,253.1L318.5,251.5L314.9,251.8L313.4,252.7L311.0,253.6L310.4,254.2L308.9,254.3L306.9,254.1L306.9,254.1L305.3,254.5L304.0,254.2L304.2,250.9L301.9,252.2L299.5,252.1L298.4,250.9L296.6,250.8L297.2,249.8L295.6,248.5L294.5,246.5L295.2,246.1L295.2,245.2L296.9,244.5L296.6,243.4L297.3,242.6L297.5,241.6L300.7,240.1L303.0,239.6L303.3,239.3L305.9,239.4L305.9,239.4L307.1,233.4L307.2,232.5L306.7,231.2L305.5,230.4L305.5,228.8L307.1,228.5L307.6,228.7L307.7,227.8L306.1,227.6L306.1,226.2L311.5,226.3L312.4,225.5L313.2,226.2L313.7,227.5L314.2,227.3L314.2,227.3L315.8,228.4L317.9,228.3L318.5,227.6L320.5,227.1L321.7,226.7L322.0,225.8L324.0,225.2L323.8,224.7L321.5,224.5L321.1,223.1L321.2,221.7L320.0,221.1L320.5,220.9L322.5,221.2L324.7,221.7L325.5,221.2L327.5,220.9L330.6,220.1L331.7,219.2L331.3,218.6L331.3,218.6L332.7,218.5L333.4,219.0L333.0,220.0L334.0,220.3L334.6,221.3L333.8,222.1L333.4,224.0L334.1,225.1L334.3,226.1L336.0,227.1L337.4,227.2L337.7,226.8L338.6,226.7L339.8,226.3L340.7,225.7L342.3,225.9L342.9,225.8L342.9,225.8L344.5,226.0L344.7,225.6L344.2,225.1L344.5,224.5L345.6,224.7L347.0,224.5L348.5,224.9L348.5,224.9L349.8,225.4L350.6,224.8L351.2,224.9L351.6,225.5L352.9,225.3L354.0,224.5L354.9,222.9L356.5,220.9L356.5,220.9L357.5,220.8L358.1,222.0L359.7,225.8L361.2,226.2L361.3,227.7L359.2,229.5L360.0,230.2L364.9,230.5L365.0,232.7L367.2,231.3L370.6,232.1L375.3,233.4L376.6,234.7L376.2,235.9L379.4,235.2L384.8,236.4L388.9,236.3L393.1,238.1L396.6,240.6L398.7,241.2L401.1,241.3L402.1,242.0L403.1,244.8L403.5,246.1L402.4,249.8L401.0,251.2L397.1,254.3L395.3,256.8L393.3,258.7L392.6,258.8L391.8,260.4L392.0,264.6L391.2,268.1L390.9,269.6L390.0,270.4L389.6,273.5L386.7,276.5L386.3,278.8L384.0,279.8L383.4,281.2L380.3,281.2L376.0,282.1L374.0,283.1L370.9,283.8L367.6,285.6L365.3,288.0L364.9,289.7L365.3,291.0L364.8,293.4L364.2,294.6L362.3,295.9L359.2,300.1L356.7,302.0L354.8,303.2L353.6,305.5L351.7,306.9Z M306.9,254.1L308.9,254.3L310.4,254.2L311.0,253.6L313.4,252.7L314.9,251.8L318.5,251.5L318.2,253.1L318.6,254.0L318.3,255.4L321.3,257.4L324.5,257.8L325.5,258.6L327.4,259.1L328.6,259.7L330.3,259.7L331.9,260.4L332.1,261.7L332.6,262.3L332.6,263.3L331.8,263.3L332.9,265.9L338.2,266.0L337.8,267.3L338.1,268.2L339.6,268.8L340.3,270.2L339.8,272.0L339.0,273.0L339.3,274.3L338.4,274.8L338.4,274.8L338.4,274.1L335.8,272.9L333.2,272.9L328.4,273.6L327.0,275.6L327.0,276.8L325.9,279.5L325.9,279.5L325.4,279.1L322.3,279.0L321.2,280.8L319.5,279.1L315.9,278.6L313.6,280.7L313.6,280.7L311.6,281.0L310.5,277.8L309.0,275.2L309.9,273.0L308.4,272.1L308.1,270.4L306.7,268.9L306.7,268.9L308.4,266.5L307.3,264.6L307.9,263.8L307.4,263.0L308.5,261.9L308.5,260.0L308.7,258.4L309.3,257.7L306.9,254.1Z M305.9,239.4L303.3,239.3L303.0,239.6L300.7,240.1L297.5,241.6L297.3,242.6L296.6,243.4L296.9,244.5L295.2,245.2L295.2,246.1L294.5,246.5L295.6,248.5L297.2,249.8L296.6,250.8L298.4,250.9L299.5,252.1L301.9,252.2L304.2,250.9L304.0,254.2L305.3,254.5L306.9,254.1L306.9,254.1L309.3,257.7L308.7,258.4L308.5,260.0L308.5,261.9L307.4,263.0L307.9,263.8L307.3,264.6L308.4,266.5L306.7,268.9L306.7,268.9L306.0,270.1L304.5,270.6L304.5,270.6L301.7,269.3L301.5,268.4L296.0,266.2L291.0,263.7L288.9,262.3L287.7,260.5L288.2,259.8L285.8,256.9L283.1,252.8L280.5,248.4L279.3,247.4L278.4,245.8L276.3,244.3L274.3,243.5L275.2,242.5L273.9,240.4L274.7,238.8L276.9,237.5L276.9,237.5L277.3,238.4L276.5,238.9L276.6,239.7L277.7,239.5L278.8,239.8L280.0,240.9L281.6,240.0L282.1,238.5L283.8,236.6L287.1,235.7L290.2,233.4L291.0,232.0L290.6,230.3L290.6,230.3L291.4,230.1L293.2,231.2L294.1,232.2L295.4,232.8L297.0,235.1L299.1,235.3L300.6,234.8L301.6,235.1L303.3,234.9L305.4,236.0L303.6,238.2L304.5,238.3L305.9,239.4Z M314.2,227.3L313.7,227.5L313.2,226.2L312.4,225.5L311.5,226.3L306.1,226.2L306.1,227.6L307.7,227.8L307.6,228.7L307.1,228.5L305.5,228.8L305.5,230.4L306.7,231.2L307.2,232.5L307.1,233.4L305.9,239.4L305.9,239.4L304.5,238.3L303.6,238.2L305.4,236.0L303.3,234.9L301.6,235.1L300.6,234.8L299.1,235.3L297.0,235.1L295.4,232.8L294.1,232.2L293.2,231.2L291.4,230.1L290.6,230.3L290.6,230.3L289.4,229.8L288.1,229.1L287.3,229.4L284.9,229.1L284.3,228.2L283.7,228.2L281.0,227.0L281.0,227.0L280.6,226.3L281.6,226.1L281.5,225.0L282.1,224.2L283.5,224.1L284.7,222.7L285.8,221.6L284.7,221.0L285.3,219.8L284.6,217.8L285.2,217.2L284.8,215.3L283.7,214.1L283.7,214.1L284.0,213.1L284.9,213.2L285.4,212.6L284.8,211.3L285.1,211.0L285.1,211.0L286.6,211.0L288.7,209.5L289.8,209.3L289.8,208.5L290.3,206.6L291.9,205.6L293.7,205.6L293.9,205.1L296.1,205.3L298.3,204.2L299.3,203.7L300.7,202.6L301.7,202.8L302.4,203.3L301.9,204.1L301.9,204.1L300.1,204.5L299.4,205.6L298.3,206.2L297.5,207.0L297.1,208.6L296.4,209.9L297.8,210.0L298.2,211.1L298.8,211.5L299.0,212.4L298.7,213.2L298.8,213.7L299.5,213.9L300.1,214.7L303.7,214.4L305.3,214.7L307.3,216.6L308.4,216.4L310.4,216.5L312.0,216.3L312.9,216.6L312.4,217.8L311.8,218.6L311.6,220.1L312.2,221.6L313.0,222.2L313.0,222.7L311.6,223.8L312.6,224.3L313.4,225.1L314.2,227.3Z M285.1,211.0L284.8,211.3L285.4,212.6L284.9,213.2L284.0,213.1L283.7,214.1L283.7,214.1L282.7,213.5L282.1,212.3L282.8,211.7L282.1,211.6L281.6,210.9L280.2,210.2L279.0,210.4L278.4,211.1L277.3,211.7L276.7,211.8L276.4,212.2L277.8,213.4L277.0,213.7L276.6,214.0L275.3,214.2L274.8,212.8L274.5,213.2L273.6,213.1L273.0,212.2L271.9,212.1L271.1,211.8L269.9,211.8L269.9,212.3L269.5,211.9L269.5,211.9L269.7,211.5L269.9,211.1L269.8,210.7L270.2,210.4L269.6,210.1L269.6,209.2L270.7,209.0L270.7,209.0L271.7,209.8L271.6,210.2L272.8,210.3L273.0,210.2L273.8,210.7L275.1,210.5L276.3,210.0L278.0,209.5L279.0,208.9L280.5,209.0L280.4,209.2L281.9,209.3L283.2,209.7L284.1,210.3L285.1,211.0Z M270.7,209.0L269.6,209.2L269.6,210.1L270.2,210.4L269.8,210.7L269.9,211.1L269.7,211.5L269.5,211.9L269.5,211.9L268.0,211.5L267.5,211.0L267.8,210.6L267.7,210.1L266.9,209.6L265.8,209.2L264.9,208.9L264.7,208.2L264.0,207.8L264.1,208.5L263.6,209.0L262.9,208.4L262.1,208.2L261.7,207.7L261.7,207.1L262.1,206.3L261.3,206.0L261.9,205.6L261.9,205.6L262.3,205.3L264.2,205.9L264.8,205.6L265.7,205.8L266.1,206.3L267.0,206.4L267.6,205.9L267.6,205.9L268.3,207.1L269.4,208.0L270.7,209.0Z M267.6,205.9L267.0,206.4L266.1,206.3L265.7,205.8L264.8,205.6L264.2,205.9L262.3,205.3L261.9,205.6L261.9,205.6L261.0,204.9L259.7,204.0L259.0,203.3L257.9,202.6L256.5,201.6L256.8,201.2L257.2,201.6L257.5,201.4L257.5,201.4L258.3,201.3L258.7,200.8L259.1,200.8L259.0,199.7L259.7,199.6L260.2,199.6L260.8,199.0L261.7,199.5L262.0,199.2L262.5,199.0L263.4,198.3L263.5,197.9L263.7,197.9L264.1,197.4L264.4,197.3L264.9,197.6L265.4,197.7L266.0,197.5L266.7,197.5L267.7,197.2L268.1,196.9L269.0,196.9L269.0,196.9L268.8,197.1L268.7,197.6L268.9,198.4L268.3,199.2L268.0,200.1L267.9,201.1L268.1,201.7L268.1,202.7L267.7,202.9L267.4,203.8L267.6,204.4L267.1,205.0L267.2,205.6L267.6,205.9Z M269.0,196.9L268.1,196.9L267.7,197.2L266.7,197.5L266.0,197.5L265.4,197.7L264.9,197.6L264.4,197.3L264.1,197.4L263.7,197.9L263.5,197.9L263.4,198.3L262.5,199.0L262.0,199.2L261.7,199.5L260.8,199.0L260.2,199.6L259.7,199.6L259.0,199.7L259.1,200.8L258.7,200.8L258.3,201.3L257.5,201.4L257.5,201.4L257.0,200.7L256.1,200.5L256.1,200.5L256.3,199.6L255.9,199.4L255.4,199.2L254.2,199.5L254.1,199.2L253.2,198.8L252.6,198.4L251.8,198.2L251.8,198.2L252.4,197.6L252.2,197.2L252.4,196.7L253.7,196.1L254.9,195.3L254.9,195.3L255.2,195.4L255.8,195.0L256.6,194.9L256.9,195.1L257.3,195.0L258.6,195.2L259.9,195.1L260.8,194.9L261.1,194.6L262.0,194.8L262.7,194.9L263.4,194.9L263.9,194.7L265.2,195.0L265.6,195.0L266.5,195.4L267.3,195.9L268.3,196.3L269.0,196.9Z M251.8,198.2L252.6,198.4L253.2,198.8L254.1,199.2L254.2,199.5L255.4,199.2L255.9,199.4L256.3,199.6L256.1,200.5L256.1,200.5L255.8,201.0L254.2,201.0L253.2,200.8L252.1,200.3L250.5,200.2L249.7,199.7L249.7,199.7L249.8,199.4L250.8,198.8L251.3,198.6L251.1,198.3L251.8,198.2Z M243.8,197.9L243.9,197.3L244.2,196.8L243.8,196.3L245.1,194.5L248.7,194.5L248.8,193.7L248.3,193.6L248.0,193.1L247.0,192.6L246.0,191.8L247.2,191.8L247.2,190.6L249.8,190.6L252.4,190.6L252.4,190.6L252.4,192.4L252.1,194.9L253.0,194.9L253.0,194.9L253.9,195.3L254.1,195.0L254.9,195.3L254.9,195.3L253.7,196.1L252.4,196.7L252.2,197.2L252.4,197.6L251.8,198.2L251.8,198.2L251.1,198.3L251.3,198.6L250.8,198.8L249.8,199.4L249.7,199.7L249.7,199.7L248.3,199.3L246.6,199.3L245.3,198.8L243.8,197.9Z M252.4,190.6L252.4,190.2L252.7,190.1L253.2,190.4L254.2,189.0L254.7,189.0L254.7,189.0L254.7,189.3L255.3,189.4L255.2,190.0L254.8,191.0L255.0,191.3L254.7,192.1L254.9,192.3L254.6,193.5L254.0,194.1L253.5,194.1L253.0,194.9L253.0,194.9L252.1,194.9L252.4,192.4L252.4,190.6Z M331.3,218.6L331.7,219.2L330.6,220.1L327.5,220.9L325.5,221.2L324.7,221.7L322.5,221.2L320.5,220.9L320.0,221.1L321.2,221.7L321.1,223.1L321.5,224.5L323.8,224.7L324.0,225.2L322.0,225.8L321.7,226.7L320.5,227.1L318.5,227.6L317.9,228.3L315.8,228.4L314.2,227.3L314.2,227.3L313.4,225.1L312.6,224.3L311.6,223.8L313.0,222.7L313.0,222.2L312.2,221.6L311.6,220.1L311.8,218.6L312.4,217.8L312.9,216.6L312.0,216.3L310.4,216.5L308.4,216.4L307.3,216.6L305.3,214.7L303.7,214.4L300.1,214.7L299.5,213.9L298.8,213.7L298.7,213.2L299.0,212.4L298.8,211.5L298.2,211.1L297.8,210.0L296.4,209.9L297.1,208.6L297.5,207.0L298.3,206.2L299.4,205.6L300.1,204.5L301.9,204.1L301.9,204.1L301.8,204.6L300.1,204.9L301.1,205.9L301.0,207.0L299.8,208.3L300.8,210.1L302.0,209.9L302.7,208.3L301.8,207.6L301.7,205.9L305.1,205.0L304.7,203.9L305.7,203.2L306.7,204.8L308.7,204.8L310.5,206.1L310.6,206.8L313.1,206.8L316.0,206.6L317.6,207.6L319.8,207.9L321.3,207.2L321.3,206.6L324.8,206.5L328.1,206.4L325.8,207.1L326.7,208.1L328.9,208.3L331.0,209.4L331.5,211.2L332.9,211.1L334.0,211.6L334.0,211.6L331.8,212.9L331.6,213.7L332.5,214.5L331.8,215.0L330.1,215.3L330.2,216.3L329.4,216.9L331.3,218.6Z M342.9,225.8L342.3,225.9L340.7,225.7L339.8,226.3L338.6,226.7L337.7,226.8L337.4,227.2L336.0,227.1L334.3,226.1L334.1,225.1L333.4,224.0L333.8,222.1L334.6,221.3L334.0,220.3L333.0,220.0L333.4,219.0L332.7,218.5L331.3,218.6L331.3,218.6L329.4,216.9L330.2,216.3L330.1,215.3L331.8,215.0L332.5,214.5L331.6,213.7L331.8,212.9L334.0,211.6L334.0,211.6L335.8,212.4L337.5,213.9L337.6,215.0L338.7,215.1L340.2,216.1L341.3,216.9L341.3,216.9L340.8,218.9L339.1,219.4L339.3,220.0L338.8,221.1L340.0,222.7L340.9,222.7L341.3,223.9L342.9,225.8Z M348.5,224.9L347.0,224.5L345.6,224.7L344.5,224.5L344.2,225.1L344.7,225.6L344.5,226.0L342.9,225.8L342.9,225.8L341.3,223.9L340.9,222.7L340.0,222.7L338.8,221.1L339.3,220.0L339.1,219.4L340.8,218.9L341.3,216.9L341.3,216.9L344.6,217.3L344.9,216.9L347.1,216.8L350.1,217.4L350.1,217.4L348.7,219.3L348.9,220.8L350.0,222.1L349.5,223.0L349.3,224.0L348.5,224.9Z M356.5,220.9L354.9,222.9L354.0,224.5L352.9,225.3L351.6,225.5L351.2,224.9L350.6,224.8L349.8,225.4L348.5,224.9L348.5,224.9L349.3,224.0L349.5,223.0L350.0,222.1L348.9,220.8L348.7,219.3L350.1,217.4L350.1,217.4L351.1,217.6L353.1,218.1L356.0,220.0L356.5,220.9Z M517.2,111.8L518.5,112.6L522.5,113.1L521.1,115.0L520.7,117.0L520.7,117.0L520.0,117.5L518.7,117.2L518.8,117.9L516.8,119.5L516.7,120.7L518.1,120.3L519.0,121.5L519.0,121.5L518.9,122.3L519.7,123.3L518.7,124.1L519.5,126.2L521.0,126.6L520.7,127.7L520.7,127.7L518.1,129.2L512.7,128.5L508.6,129.4L508.3,131.0L508.3,131.0L505.1,131.3L501.9,130.1L500.9,130.7L495.8,129.5L494.7,128.4L494.7,128.4L496.2,126.8L496.7,121.4L493.8,118.6L491.8,117.2L487.5,116.1L487.2,114.0L490.8,113.4L495.5,114.1L494.6,110.9L497.3,112.2L503.7,109.9L504.6,107.6L507.0,107.0L507.0,107.0L507.4,108.0L508.7,108.1L510.0,109.2L511.9,110.6L513.3,110.3L515.8,111.6L515.8,111.6L516.4,111.9L517.2,111.8Z M524.3,130.6L526.1,129.5L526.6,131.8L525.6,133.8L524.4,133.3L523.7,131.5L524.3,130.6Z M290.6,230.3L291.0,232.0L290.2,233.4L287.1,235.7L283.8,236.6L282.1,238.5L281.6,240.0L280.0,240.9L278.8,239.8L277.7,239.5L276.6,239.7L276.5,238.9L277.3,238.4L276.9,237.5L276.9,237.5L278.4,235.8L277.8,234.9L276.8,235.9L275.1,234.9L275.7,234.3L275.2,232.3L276.2,232.0L276.7,230.6L277.7,229.2L277.5,228.3L279.1,227.8L281.0,227.0L281.0,227.0L283.7,228.2L284.3,228.2L284.9,229.1L287.3,229.4L288.1,229.1L289.4,229.8L290.6,230.3Z M315.9,189.0L317.3,189.2L317.8,189.6L317.1,190.2L315.0,190.2L313.4,190.3L313.2,189.3L313.6,189.0L315.9,189.0Z M284.5,189.0L286.4,189.2L287.9,189.8L288.3,190.4L286.4,190.4L285.5,190.8L284.0,190.5L282.4,189.6L282.7,189.1L283.9,189.0L284.5,189.0Z M271.5,178.3L273.9,178.5L276.1,178.5L278.7,179.3L279.8,180.1L282.4,179.9L283.4,180.4L285.7,181.8L287.4,182.8L288.4,182.8L290.0,183.3L289.8,183.9L291.9,184.0L294.0,185.0L293.6,185.5L291.8,185.8L289.9,185.9L288.0,185.7L284.0,185.9L285.9,184.7L284.7,184.1L283.0,183.9L282.0,183.3L281.3,182.0L279.8,182.0L277.2,181.4L276.3,180.9L272.7,180.6L271.8,180.1L272.8,179.6L270.1,179.4L268.1,180.6L266.9,180.7L266.5,181.2L265.1,181.5L264.0,181.3L265.4,180.6L266.0,179.7L267.3,179.2L268.7,178.8L270.8,178.5L271.5,178.3Z M586.6,279.6L585.2,279.3L584.2,279.6L582.9,279.2L581.8,279.2L581.8,279.2L580.0,278.1L577.8,277.8L577.0,276.3L577.0,275.5L575.8,275.3L572.7,272.8L571.8,271.5L571.2,271.1L570.2,269.3L570.2,269.3L573.3,269.5L574.2,269.8L575.1,269.7L576.7,268.3L579.1,266.4L580.1,266.2L580.4,265.4L582.0,264.6L584.1,264.2L584.1,264.2L584.3,265.1L586.6,265.0L587.9,265.5L588.5,266.1L589.8,266.2L591.2,267.0L591.2,269.8L590.7,271.4L590.6,273.1L591.0,273.7L590.7,275.1L590.3,275.3L589.6,276.9L586.6,279.6Z M581.8,279.2L577.8,280.9L575.3,282.6L574.4,284.1L573.6,285.0L572.1,285.2L571.6,286.3L571.3,287.0L569.5,287.6L567.3,287.5L565.9,286.8L564.8,286.5L563.4,287.1L562.7,288.2L561.4,288.9L560.0,290.0L558.0,290.2L557.4,289.4L557.7,287.9L556.0,285.7L555.3,285.4L555.3,285.4L555.3,278.6L558.0,278.5L558.1,270.4L560.2,270.4L564.4,269.6L565.5,270.5L567.3,269.6L568.1,269.6L569.7,269.1L569.7,269.1L570.2,269.3L570.2,269.3L571.2,271.1L571.8,271.5L572.7,272.8L575.8,275.3L577.0,275.5L577.0,276.3L577.8,277.8L580.0,278.1L581.8,279.2Z M555.3,285.4L555.3,294.1L552.8,295.3L551.3,295.5L549.5,295.0L548.3,294.8L547.8,293.8L546.7,293.2L545.4,294.3L545.4,294.3L543.3,292.5L542.3,290.8L541.6,288.5L541.0,286.8L540.0,283.2L540.0,280.5L539.6,279.2L538.5,278.3L537.1,276.4L535.6,273.7L535.0,272.2L532.8,270.0L532.6,268.3L532.6,268.3L533.9,267.8L535.6,267.5L537.4,267.5L539.1,268.6L539.5,268.4L550.7,268.3L552.7,269.4L559.4,269.7L564.5,268.8L564.5,268.8L566.8,268.3L568.6,268.4L569.7,268.9L569.7,269.1L569.7,269.1L568.1,269.6L567.3,269.6L565.5,270.5L564.4,269.6L560.2,270.4L558.1,270.4L558.0,278.5L555.3,278.6L555.3,285.4Z M453.6,200.0L452.4,198.3L451.0,197.5L452.3,197.1L453.6,195.5L454.3,194.3L454.3,194.3L455.2,193.6L456.6,193.8L458.0,193.3L459.5,193.3L460.8,194.0L462.7,194.6L464.4,196.2L466.2,197.8L466.2,197.8L466.3,199.1L466.9,200.4L467.9,201.0L468.1,201.9L468.0,202.6L468.0,202.6L467.6,202.7L466.1,202.6L465.9,202.8L465.3,202.8L463.3,202.3L461.9,202.3L461.9,202.3L456.8,202.2L456.1,202.4L455.1,202.4L453.7,202.7L453.7,202.7L453.2,201.0L453.2,201.0L455.7,201.1L456.4,200.8L456.9,200.7L457.9,200.2L459.1,200.7L460.3,200.7L461.5,200.2L461.0,199.6L460.1,200.0L459.2,200.0L458.1,199.4L457.2,199.4L456.6,200.0L453.6,200.0Z M468.0,202.6L468.1,201.9L467.9,201.0L466.9,200.4L466.3,199.1L466.2,197.8L466.2,197.8L467.1,197.3L467.6,196.0L468.5,196.0L470.4,196.6L472.0,196.2L473.1,196.3L473.5,195.8L484.6,195.8L485.2,194.2L484.8,193.9L483.4,184.1L482.1,174.2L486.3,174.1L486.3,174.1L495.7,179.2L505.1,184.2L505.7,185.3L507.5,185.9L508.7,186.3L508.8,187.7L511.9,187.5L511.9,187.5L511.9,192.7L510.3,194.2L510.1,195.6L507.6,196.0L503.8,196.2L502.8,197.0L501.0,197.1L501.0,197.1L499.3,197.1L498.6,196.6L497.0,197.0L494.4,197.9L493.9,198.6L491.8,199.6L491.4,200.2L490.2,200.6L488.9,200.3L488.1,200.9L487.7,202.4L485.5,204.2L485.6,205.0L484.8,205.9L485.0,207.2L485.0,207.2L483.8,207.5L483.2,207.8L482.8,206.9L482.0,207.1L481.5,207.1L481.0,207.7L478.8,207.7L478.1,207.4L477.7,207.6L477.7,207.6L476.8,206.9L477.0,206.3L476.6,206.0L476.1,206.2L476.2,205.5L476.7,204.9L475.6,204.0L475.3,203.4L474.6,202.9L474.1,202.8L473.4,203.2L472.5,203.5L471.8,203.9L470.6,203.8L469.8,203.2L469.3,203.1L468.6,203.4L468.2,203.4L468.0,202.6Z M452.6,183.3L453.2,182.6L464.1,182.6L463.6,179.3L464.2,178.1L466.8,177.9L466.8,171.9L475.9,172.0L475.9,168.5L475.9,168.5L486.3,174.1L486.3,174.1L482.1,174.2L483.4,184.1L484.8,193.9L485.2,194.2L484.6,195.8L473.5,195.8L473.1,196.3L472.0,196.2L470.4,196.6L468.5,196.0L467.6,196.0L467.1,197.3L466.2,197.8L466.2,197.8L464.4,196.2L462.7,194.6L460.8,194.0L459.5,193.3L458.0,193.3L456.6,193.8L455.2,193.6L454.3,194.3L454.3,194.3L454.0,193.1L454.8,192.0L455.1,189.9L454.8,187.7L454.5,186.5L454.8,185.4L454.1,184.3L452.6,183.3Z M507.5,216.3L505.2,216.5L505.2,216.5L504.5,215.0L504.6,209.9L504.1,209.5L504.0,208.4L503.0,207.6L502.1,207.0L502.5,205.8L502.5,205.8L503.5,205.6L504.0,204.6L505.4,204.4L506.0,203.7L506.0,203.7L506.9,203.1L507.9,203.1L510.0,204.3L510.0,204.3L509.9,205.1L510.5,206.4L510.0,207.3L510.3,207.9L508.9,209.3L508.1,209.9L507.6,211.3L507.6,212.7L507.5,216.3Z M541.3,179.0L541.9,182.6L543.0,183.2L543.0,183.9L544.2,184.7L543.6,185.7L542.5,190.3L542.4,193.2L538.8,195.4L537.6,198.3L538.8,199.1L538.8,200.6L540.5,200.6L540.3,201.7L540.3,201.7L539.5,201.8L539.4,202.5L539.4,202.5L538.9,202.6L537.0,200.1L536.3,200.0L534.2,201.3L532.0,200.6L530.5,200.5L529.7,200.8L528.1,200.7L526.5,201.7L525.0,201.7L521.7,200.6L520.4,201.1L518.9,201.1L517.9,200.3L515.1,199.4L512.1,199.7L511.4,200.2L511.0,201.5L510.2,202.4L510.0,204.3L510.0,204.3L507.9,203.1L506.9,203.1L506.0,203.7L506.0,203.7L506.0,202.2L502.8,201.7L502.8,200.6L501.2,199.2L500.8,198.1L501.0,197.1L501.0,197.1L502.8,197.0L503.8,196.2L507.6,196.0L510.1,195.6L510.3,194.2L511.9,192.7L511.9,187.5L511.9,187.5L515.8,186.5L523.8,182.0L533.3,177.6L533.3,177.6L537.7,178.6L539.3,179.9L541.3,179.0Z M507.5,216.3L507.6,212.7L507.6,211.3L508.1,209.9L508.9,209.3L510.3,207.9L510.0,207.3L510.5,206.4L509.9,205.1L510.0,204.3L510.0,204.3L510.2,202.4L511.0,201.5L511.4,200.2L512.1,199.7L515.1,199.4L517.9,200.3L518.9,201.1L520.4,201.1L521.7,200.6L525.0,201.7L526.5,201.7L528.1,200.7L529.7,200.8L530.5,200.5L532.0,200.6L534.2,201.3L536.3,200.0L537.0,200.1L538.9,202.6L539.4,202.5L539.4,202.5L540.5,203.4L540.2,203.8L540.0,204.5L537.7,206.3L537.0,207.7L536.6,208.8L536.0,209.3L535.4,210.9L533.9,211.8L533.5,212.9L532.9,213.8L532.6,214.7L530.7,215.4L529.2,214.5L528.1,214.6L526.5,215.8L525.6,215.9L524.3,218.0L523.6,219.5L523.6,219.5L520.7,220.3L519.7,220.2L518.6,220.7L516.4,220.7L514.9,219.3L514.0,217.7L512.0,216.2L509.9,216.3L507.5,216.3Z M540.3,201.7L541.4,203.1L541.6,204.6L541.5,206.0L543.0,208.1L541.4,208.0L540.6,208.2L539.4,208.0L538.8,209.0L540.4,210.3L541.6,210.7L542.0,211.6L542.9,213.1L542.4,213.7L542.4,213.7L541.0,215.9L540.4,216.3L540.2,218.0L540.4,219.0L540.2,219.6L541.5,220.8L541.8,221.6L542.8,222.7L544.1,223.4L544.2,224.4L544.5,225.0L544.5,225.0L544.3,226.2L542.1,225.7L539.8,225.1L536.3,225.0L536.3,225.0L536.0,224.9L534.3,225.2L532.6,224.9L531.3,225.0L531.3,225.0L526.8,225.0L526.8,225.0L527.2,223.3L526.1,221.8L524.9,221.4L524.3,220.5L523.6,220.1L523.6,219.5L523.6,219.5L524.3,218.0L525.6,215.9L526.5,215.8L528.1,214.6L529.2,214.5L530.7,215.4L532.6,214.7L532.9,213.8L533.5,212.9L533.9,211.8L535.4,210.9L536.0,209.3L536.6,208.8L537.0,207.7L537.7,206.3L540.0,204.5L540.2,203.8L540.5,203.4L539.4,202.5L539.4,202.5L539.5,201.8L540.3,201.7Z M502.5,205.8L502.1,207.0L503.0,207.6L504.0,208.4L504.1,209.5L504.6,209.9L504.5,215.0L505.2,216.5L505.2,216.5L502.9,217.0L502.9,217.0L502.3,216.2L501.6,214.8L501.4,213.7L502.0,211.7L501.3,210.9L501.0,209.2L501.0,207.6L499.9,206.5L500.1,205.8L500.1,205.8L502.5,205.8Z M500.1,205.8L499.9,206.5L501.0,207.6L501.0,209.2L501.3,210.9L502.0,211.7L501.4,213.7L501.6,214.8L502.3,216.2L502.9,217.0L502.9,217.0L498.6,218.3L497.0,219.0L494.5,219.7L492.1,219.0L492.1,219.0L492.2,218.2L491.0,216.3L491.7,213.8L492.9,212.0L492.1,208.8L492.1,208.8L491.8,207.1L491.8,205.9L496.7,205.8L497.9,205.9L498.8,205.6L500.1,205.8Z M477.7,207.6L478.1,207.4L478.8,207.7L481.0,207.7L481.5,207.1L482.0,207.1L482.8,206.9L483.2,207.8L483.8,207.5L485.0,207.2L485.0,207.2L486.2,207.7L486.7,208.4L488.0,208.9L488.9,208.3L490.2,208.2L492.1,208.8L492.1,208.8L492.9,212.0L491.7,213.8L491.0,216.3L492.2,218.2L492.1,219.0L492.1,219.0L490.8,219.1L488.9,218.6L487.1,218.7L483.8,219.1L481.9,219.7L479.1,220.5L478.6,220.4L478.6,220.4L478.8,218.6L479.1,218.3L479.0,217.5L477.8,216.6L476.9,216.4L476.1,215.8L476.7,214.8L476.4,213.8L476.6,213.1L476.6,213.1L477.0,213.1L477.2,212.2L476.9,211.7L477.2,211.4L478.2,211.2L477.6,209.4L476.9,208.5L477.1,207.7L477.7,207.6Z M461.9,202.3L463.3,202.3L465.3,202.8L465.9,202.8L466.1,202.6L467.6,202.7L468.0,202.6L468.0,202.6L468.2,203.4L468.6,203.4L469.3,203.1L469.8,203.2L470.6,203.8L471.8,203.9L472.5,203.5L473.4,203.2L474.1,202.8L474.6,202.9L475.3,203.4L475.6,204.0L476.7,204.9L476.2,205.5L476.1,206.2L476.6,206.0L477.0,206.3L476.8,206.9L477.7,207.6L477.7,207.6L477.1,207.7L476.9,208.5L477.6,209.4L478.2,211.2L477.2,211.4L476.9,211.7L477.2,212.2L477.0,213.1L476.6,213.1L476.6,213.1L475.8,213.1L475.2,214.0L474.4,213.9L473.9,213.5L474.1,212.6L472.9,211.2L472.2,211.5L471.6,211.5L471.6,211.5L470.8,211.7L470.8,210.9L470.4,210.3L470.5,209.6L469.9,208.7L469.1,207.9L466.9,207.9L466.2,208.3L465.5,208.4L465.0,208.9L464.7,209.5L463.2,210.4L463.2,210.4L462.0,209.1L460.9,208.3L460.2,208.0L459.5,207.5L459.2,206.6L458.8,206.1L458.0,205.7L458.0,205.7L459.2,204.6L460.0,204.7L460.8,204.3L461.4,204.3L461.8,204.0L461.6,203.3L461.9,203.0L461.9,202.3Z M453.7,202.7L455.1,202.4L456.1,202.4L456.8,202.2L461.9,202.3L461.9,202.3L461.9,203.0L461.6,203.3L461.8,204.0L461.4,204.3L460.8,204.3L460.0,204.7L459.2,204.6L458.0,205.7L458.0,205.7L456.5,204.8L455.3,204.6L454.7,204.0L454.7,203.7L453.9,203.2L453.7,202.7Z M476.6,213.1L476.4,213.8L476.7,214.8L476.1,215.8L476.9,216.4L477.8,216.6L479.0,217.5L479.1,218.3L478.8,218.6L478.6,220.4L478.6,220.4L477.8,220.5L475.0,219.4L472.5,217.7L470.1,216.5L468.2,215.1L468.2,215.1L468.9,214.4L469.0,213.8L470.3,212.6L471.6,211.5L471.6,211.5L472.2,211.5L472.9,211.2L474.1,212.6L473.9,213.5L474.4,213.9L475.2,214.0L475.8,213.1L476.6,213.1Z M463.2,210.4L464.7,209.5L465.0,208.9L465.5,208.4L466.2,208.3L466.9,207.9L469.1,207.9L469.9,208.7L470.5,209.6L470.4,210.3L470.8,210.9L470.8,211.7L471.6,211.5L471.6,211.5L470.3,212.6L469.0,213.8L468.9,214.4L468.2,215.1L468.2,215.1L467.5,214.9L465.5,214.1L464.0,212.9L463.5,212.1L463.2,210.4Z M485.0,207.2L484.8,205.9L485.6,205.0L485.5,204.2L487.7,202.4L488.1,200.9L488.9,200.3L490.2,200.6L491.4,200.2L491.8,199.6L493.9,198.6L494.4,197.9L497.0,197.0L498.6,196.6L499.3,197.1L501.0,197.1L501.0,197.1L500.8,198.1L501.2,199.2L502.8,200.6L502.8,201.7L506.0,202.2L506.0,203.7L506.0,203.7L505.4,204.4L504.0,204.6L503.5,205.6L502.5,205.8L502.5,205.8L500.1,205.8L500.1,205.8L498.8,205.6L497.9,205.9L496.7,205.8L491.8,205.9L491.8,207.1L492.1,208.8L492.1,208.8L490.2,208.2L488.9,208.3L488.0,208.9L486.7,208.4L486.2,207.7L485.0,207.2Z M576.0,218.5L575.1,218.8L573.3,218.7L571.3,218.5L570.2,218.7L569.8,219.2L568.9,219.3L567.8,218.8L564.7,219.9L563.4,219.7L563.1,219.8L562.2,221.2L560.2,220.7L558.1,220.5L556.4,219.7L554.1,219.0L552.6,219.7L551.5,220.8L551.3,222.3L551.3,222.3L549.5,222.2L547.6,221.8L545.9,223.0L544.5,225.0L544.5,225.0L544.2,224.4L544.1,223.4L542.8,222.7L541.8,221.6L541.5,220.8L540.2,219.6L540.4,219.0L540.2,218.0L540.4,216.3L541.0,215.9L542.4,213.7L542.4,213.7L544.7,213.5L545.3,213.0L545.7,213.0L546.4,213.5L549.9,212.7L551.1,211.8L552.5,211.0L552.3,210.3L553.0,210.1L555.7,210.2L558.3,209.2L560.3,206.8L561.8,205.9L563.5,205.5L563.5,205.5L563.8,206.4L565.4,207.8L565.4,208.7L565.0,209.6L565.2,210.3L566.1,211.0L568.2,211.9L568.2,211.9L569.8,212.8L569.8,213.5L571.7,214.7L572.8,215.6L573.5,217.0L575.6,217.8L576.0,218.5Z M551.3,222.3L551.1,223.6L550.3,224.8L549.7,226.2L549.4,228.1L549.5,229.4L549.1,230.1L549.0,230.9L548.7,231.6L546.8,232.7L545.6,233.8L544.4,235.9L544.5,237.7L543.8,238.4L542.1,239.5L540.5,240.9L539.5,240.5L539.3,239.9L537.8,239.9L536.8,240.7L536.1,240.5L536.1,240.5L535.1,239.7L534.2,240.1L533.1,241.0L533.1,241.0L530.8,238.7L530.8,238.7L532.9,237.5L531.9,236.1L532.8,235.5L534.7,235.2L534.9,234.3L536.4,235.3L538.9,235.4L539.7,234.4L540.1,232.9L539.8,231.2L538.5,229.9L539.7,227.4L539.0,226.9L536.9,227.1L536.1,226.0L536.3,225.0L536.3,225.0L539.8,225.1L542.1,225.7L544.3,226.2L544.5,225.0L544.5,225.0L545.9,223.0L547.6,221.8L549.5,222.2L551.3,222.3Z M531.3,225.0L532.6,224.9L534.3,225.2L536.0,224.9L536.3,225.0L536.3,225.0L536.1,226.0L536.9,227.1L539.0,226.9L539.7,227.4L538.5,229.9L539.8,231.2L540.1,232.9L539.7,234.4L538.9,235.4L536.4,235.3L534.9,234.3L534.7,235.2L532.8,235.5L531.9,236.1L532.9,237.5L530.8,238.7L530.8,238.7L528.0,236.5L526.1,234.7L524.4,232.4L524.5,231.7L525.1,231.0L525.8,229.4L526.4,227.8L526.4,227.8L527.3,227.7L531.3,227.7L531.3,225.0Z M526.8,225.0L531.3,225.0L531.3,225.0L531.3,227.7L527.3,227.7L526.4,227.8L526.4,227.8L525.8,227.5L526.8,225.0Z M585.4,248.3L586.5,248.9L587.7,249.2L589.4,249.6L591.0,250.3L591.0,250.3L592.3,251.3L593.0,253.1L592.5,253.7L592.0,255.5L592.5,257.4L591.6,258.2L590.8,260.2L592.3,260.8L592.3,260.8L583.8,262.6L584.1,264.2L584.1,264.2L582.0,264.6L580.4,265.4L580.1,266.2L579.1,266.4L576.7,268.3L575.1,269.7L574.2,269.8L573.3,269.5L570.2,269.3L570.2,269.3L569.7,269.1L569.7,269.1L569.7,268.9L568.6,268.4L566.8,268.3L564.5,268.8L564.5,268.8L562.7,267.4L560.8,265.5L560.9,258.4L566.7,258.4L566.5,257.7L566.9,256.8L566.4,255.8L566.7,254.7L566.4,254.0L566.4,254.0L567.4,254.1L567.5,254.8L568.8,254.7L570.6,254.9L571.5,255.9L573.8,256.2L575.5,255.5L576.1,256.7L578.2,257.0L579.2,258.0L580.4,259.2L582.5,259.2L582.3,256.8L581.5,257.2L579.6,256.3L578.8,256.0L579.2,253.7L579.6,251.1L579.0,250.1L579.8,248.7L580.6,248.5L584.3,248.1L585.4,248.3Z M591.0,250.3L593.7,250.7L594.3,251.3L595.2,252.3L596.0,255.3L596.0,255.3L595.2,257.0L596.0,259.9L597.0,259.9L598.0,260.6L599.1,262.2L599.4,265.1L598.2,265.6L597.3,267.1L595.5,265.8L595.3,264.2L595.9,263.1L595.7,262.2L594.6,261.7L593.9,261.9L592.3,260.8L592.3,260.8L590.8,260.2L591.6,258.2L592.5,257.4L592.0,255.5L592.5,253.7L593.0,253.1L592.3,251.3L591.0,250.3Z M596.0,255.3L598.1,255.2L601.4,255.8L602.2,255.5L604.1,255.5L605.1,254.8L606.7,254.8L609.8,254.0L612.0,252.7L612.0,252.7L612.4,253.7L612.3,255.9L612.7,257.8L612.8,261.3L613.3,262.4L612.4,264.0L611.4,265.6L609.6,267.0L607.0,267.8L603.9,268.9L600.8,271.3L599.7,271.8L597.8,273.4L596.6,273.9L596.4,275.5L597.7,277.3L598.3,278.6L598.3,279.3L598.8,279.2L598.7,281.4L598.3,282.5L598.9,282.9L598.5,283.9L597.3,284.7L595.0,285.5L591.7,286.7L590.5,287.6L590.7,288.6L591.4,288.8L591.2,290.0L591.2,290.0L589.1,290.0L589.1,290.0L588.8,288.9L588.4,287.9L588.4,287.9L588.2,287.0L588.7,284.4L588.0,282.8L586.6,279.6L586.6,279.6L589.6,276.9L590.3,275.3L590.7,275.1L591.0,273.7L590.6,273.1L590.7,271.4L591.2,269.8L591.2,267.0L589.8,266.2L588.5,266.1L587.9,265.5L586.6,265.0L584.3,265.1L584.1,264.2L584.1,264.2L583.8,262.6L592.3,260.8L592.3,260.8L593.9,261.9L594.6,261.7L595.7,262.2L595.9,263.1L595.3,264.2L595.5,265.8L597.3,267.1L598.2,265.6L599.4,265.1L599.1,262.2L598.0,260.6L597.0,259.9L596.0,259.9L595.2,257.0L596.0,255.3Z M589.1,290.0L588.5,291.0L586.9,291.3L585.2,290.0L585.2,289.2L586.0,288.3L586.2,287.6L587.0,287.5L588.4,287.9L588.4,287.9L588.8,288.9L589.1,290.0Z M536.1,240.5L535.1,240.9L534.6,241.5L534.5,242.5L533.8,242.7L533.8,242.7L533.1,241.0L533.1,241.0L534.2,240.1L535.1,239.7L536.1,240.5Z M534.2,243.4L535.4,243.1L536.2,243.1L537.2,242.9L545.4,242.9L546.0,244.5L546.8,245.8L547.5,246.6L548.5,247.7L550.4,247.5L551.3,247.2L552.8,247.5L553.2,247.0L553.9,245.7L555.7,245.6L555.8,245.2L557.2,245.2L557.0,246.0L560.4,246.0L560.4,247.4L561.0,248.2L560.6,249.6L560.8,250.9L561.7,251.7L561.5,254.4L562.2,254.2L563.4,254.2L565.2,253.9L566.4,254.0L566.4,254.0L566.7,254.7L566.4,255.8L566.9,256.8L566.5,257.7L566.7,258.4L560.9,258.4L560.8,265.5L562.7,267.4L564.5,268.8L564.5,268.8L559.4,269.7L552.7,269.4L550.7,268.3L539.5,268.4L539.1,268.6L537.4,267.5L535.6,267.5L533.9,267.8L532.6,268.3L532.6,268.3L532.3,266.9L532.7,264.9L533.7,262.8L533.8,261.9L534.7,259.9L535.4,258.9L537.0,257.5L537.9,256.5L538.2,254.9L538.0,253.6L537.2,252.8L536.4,251.5L535.8,250.1L535.9,249.7L536.8,248.8L535.9,246.7L535.4,245.2L534.0,243.8L534.2,243.4Z M584.6,235.3L584.8,236.2L585.4,236.6L585.4,237.4L584.7,237.8L583.7,239.0L582.6,239.8L581.5,239.9L581.5,239.9L581.3,237.2L580.6,236.2L580.6,236.2L582.3,236.4L583.2,235.1L584.6,235.3Z M599.2,155.7L598.7,156.5L598.7,156.5L597.7,156.1L597.2,157.8L597.8,158.0L597.1,158.4L597.0,159.0L598.3,158.7L598.3,158.7L598.4,159.6L597.0,163.5L597.0,163.5L596.7,162.8L595.2,159.3L595.2,159.3L596.0,158.5L595.8,158.4L596.5,157.3L597.1,155.4L597.5,154.8L597.6,154.8L597.6,154.8L598.5,154.8L598.8,154.4L599.5,154.3L599.5,154.3L599.5,155.3L599.2,155.7L599.2,155.7Z M599.5,154.3L598.8,154.4L598.5,154.8L597.6,154.8L597.6,154.8L598.6,152.8L599.9,151.0L600.0,151.0L600.0,151.0L601.2,151.1L601.7,152.1L600.2,153.0L599.5,154.3Z M637.6,257.5L638.4,258.4L639.0,259.9L639.5,262.6L640.2,263.6L639.9,264.7L639.4,265.3L638.5,264.0L638.0,264.7L638.5,266.4L638.3,267.3L637.5,267.8L637.3,269.7L636.2,272.4L634.9,275.5L633.1,279.9L632.1,283.1L630.8,285.8L628.6,286.3L626.1,287.3L624.5,286.7L622.3,285.9L621.6,284.7L621.4,282.6L620.4,280.8L620.1,279.1L620.6,277.4L621.9,277.1L621.9,276.3L623.3,274.6L623.5,273.1L622.9,272.0L622.3,270.6L622.1,268.5L623.1,267.3L623.5,265.8L624.8,265.7L626.4,265.3L627.4,264.9L628.6,264.9L630.2,263.6L632.5,262.2L633.3,261.1L633.0,260.1L634.1,260.4L635.7,258.8L635.7,257.5L636.7,256.5L637.6,257.5Z M598.3,158.7L597.0,159.0L597.1,158.4L597.8,158.0L597.2,157.8L597.7,156.1L598.7,156.5L598.7,156.5L598.7,158.0L598.3,158.7Z M453.6,200.0L456.6,200.0L457.2,199.4L458.1,199.4L459.2,200.0L460.1,200.0L461.0,199.6L461.5,200.2L460.3,200.7L459.1,200.7L457.9,200.2L456.9,200.7L456.4,200.8L455.7,201.1L453.2,201.0L453.2,201.0L453.6,200.0Z M526.3,161.5L525.2,157.2L523.4,156.2L523.4,155.6L521.1,154.2L520.9,152.3L522.6,150.9L523.3,148.9L522.8,146.5L523.4,145.2L523.4,145.2L526.4,144.2L528.4,144.5L528.3,145.8L530.6,144.8L530.8,145.3L529.4,146.6L529.4,147.7L530.4,148.3L530.0,150.5L528.2,151.7L528.7,153.1L530.2,153.1L530.9,154.3L531.9,154.7L531.9,154.7L531.8,156.5L530.4,157.2L529.5,158.0L527.6,159.0L527.9,160.0L527.7,161.0L526.3,161.5Z M475.9,168.5L475.9,168.0L475.9,167.8L475.9,167.8L475.9,165.0L480.4,163.3L483.2,162.9L485.4,162.3L486.5,161.1L489.7,160.1L489.9,158.3L491.5,158.1L492.7,157.2L496.4,156.8L496.9,155.9L496.1,155.3L495.2,152.7L495.0,151.2L494.0,149.7L494.0,149.7L496.6,148.3L499.6,147.9L501.4,146.8L504.1,146.1L508.8,145.6L513.4,145.4L514.8,145.8L517.4,144.8L520.4,144.8L521.5,145.4L523.4,145.2L523.4,145.2L522.8,146.5L523.3,148.9L522.6,150.9L520.9,152.3L521.1,154.2L523.4,155.6L523.4,156.2L525.2,157.2L526.3,161.5L526.3,161.5L527.2,163.6L527.4,164.8L526.9,166.7L527.1,167.8L526.7,169.1L527.0,170.5L525.9,171.5L527.5,173.2L527.6,174.2L528.6,175.5L529.9,175.1L532.1,176.2L533.3,177.6L533.3,177.6L523.8,182.0L515.8,186.5L511.9,187.5L511.9,187.5L508.8,187.7L508.7,186.3L507.5,185.9L505.7,185.3L505.1,184.2L495.7,179.2L486.3,174.1L486.3,174.1L475.9,168.5Z M598.7,156.5L599.2,155.7L599.2,155.7L602.3,156.7L607.8,154.1L607.8,154.1L608.9,157.0L608.9,157.0L608.3,157.4L602.8,158.6L605.6,161.0L604.6,161.5L604.2,162.3L602.1,162.6L601.4,163.5L600.2,164.2L597.1,163.8L597.1,163.8L597.0,163.5L597.0,163.5L598.4,159.6L598.3,158.7L598.3,158.7L598.7,158.0L598.7,156.5Z M643.3,175.8L643.8,175.7L643.9,176.4L646.0,176.0L648.3,176.1L650.0,176.1L651.9,174.6L654.0,173.1L655.8,171.6L655.8,171.6L656.3,172.4L656.3,172.4L656.7,174.3L656.7,174.3L655.2,174.3L655.0,175.8L655.5,176.1L654.2,176.6L654.2,177.5L653.4,178.5L653.4,179.4L653.4,179.4L652.8,179.9L644.4,178.7L643.4,176.4L643.3,175.8Z M641.1,174.7L641.0,173.0L641.7,171.7L642.5,171.5L643.3,172.2L643.4,173.6L642.7,175.0L642.7,175.0L642.0,175.1L641.1,174.7Z M633.3,162.3L633.8,163.4L633.6,163.9L634.5,165.7L634.5,165.7L632.5,165.8L631.8,164.7L629.4,164.4L629.4,164.4L631.4,162.1L633.3,162.3Z M608.9,157.0L607.8,154.1L607.8,154.1L613.9,151.5L615.0,148.5L614.7,146.7L616.2,146.1L617.6,144.5L617.6,144.5L618.8,144.1L622.1,144.4L623.0,145.1L624.4,144.6L624.4,144.6L626.2,147.6L628.0,148.4L628.2,149.8L626.8,150.7L626.2,152.6L628.1,155.0L631.5,156.3L632.9,158.1L632.5,159.9L633.3,159.9L633.4,161.2L634.9,162.4L634.9,162.4L633.3,162.3L633.3,162.3L631.4,162.1L629.4,164.4L629.4,164.4L624.2,164.2L616.4,159.4L612.2,157.7L608.9,157.0Z M653.4,179.4L653.4,178.5L654.2,177.5L654.2,176.6L655.5,176.1L655.0,175.8L655.2,174.3L656.7,174.3L656.7,174.3L657.9,175.8L659.5,176.7L661.5,177.0L663.1,177.4L664.4,178.7L665.1,179.5L666.1,179.8L666.1,180.3L665.1,181.7L664.7,182.3L663.5,183.1L662.5,184.6L661.2,184.5L660.6,185.0L660.2,186.2L660.5,187.7L660.3,188.0L659.0,188.0L657.2,188.8L657.0,189.9L656.3,190.4L654.6,190.4L653.5,191.0L653.5,191.9L652.2,192.5L650.7,192.3L648.8,193.1L647.5,193.2L647.5,193.2L646.6,191.6L644.4,187.9L644.4,187.9L652.8,185.6L654.6,181.0L653.4,179.4Z M656.3,172.4L655.8,171.6L655.8,171.6L656.6,170.8L656.9,171.0L656.6,172.0L656.3,172.4Z M964.5,265.1L966.2,266.4L965.3,266.7L964.4,265.7L964.5,265.1Z M963.3,264.6L962.9,264.0L962.9,262.3L964.2,263.0L964.6,264.8L963.9,264.5L963.3,264.6Z M785.0,203.2L784.3,200.5L786.1,198.6L789.7,198.2L792.3,198.5L792.3,198.5L794.6,199.4L795.8,197.9L798.3,198.7L798.3,198.7L798.9,200.2L798.6,202.8L793.9,204.5L795.1,205.9L792.2,206.1L789.8,206.9L789.8,206.9L787.5,206.6L786.4,205.5L785.0,203.2Z M792.3,198.5L789.7,198.2L786.1,198.6L784.3,200.5L785.0,203.2L785.0,203.2L782.5,202.2L780.1,202.2L780.5,200.4L778.0,200.5L777.8,202.9L776.3,206.1L775.4,208.1L775.6,209.7L777.4,209.8L778.6,211.8L779.1,213.7L780.6,215.0L782.3,215.2L783.7,216.4L783.7,216.4L782.8,217.3L781.0,217.5L780.8,216.4L778.5,215.4L778.0,215.8L778.0,215.8L776.9,215.0L776.4,213.9L775.0,212.6L773.6,211.6L773.2,212.9L772.6,211.7L772.9,210.3L773.8,208.2L773.8,208.2L775.1,205.9L776.6,203.8L775.5,201.8L775.6,200.8L775.3,199.5L773.4,197.7L772.8,196.6L773.7,196.2L774.7,194.3L773.6,192.8L771.8,191.1L770.5,189.1L771.7,188.7L772.9,186.3L774.9,186.2L776.5,185.2L778.1,184.7L778.1,184.7L779.3,185.4L779.5,186.7L781.3,186.8L780.7,189.2L780.7,191.2L783.6,189.9L784.5,190.3L786.1,190.2L786.7,189.4L788.8,189.6L790.9,191.4L791.1,193.7L793.3,195.6L793.2,197.5L792.3,198.5Z M798.3,198.7L795.8,197.9L794.6,199.4L792.3,198.5L792.3,198.5L793.2,197.5L793.3,195.6L791.1,193.7L790.9,191.4L788.8,189.6L786.7,189.4L786.1,190.2L784.5,190.3L783.6,189.9L780.7,191.2L780.7,189.2L781.3,186.8L779.5,186.7L779.3,185.4L778.1,184.7L778.1,184.7L778.7,183.8L781.1,182.3L781.1,182.3L781.3,182.9L782.8,182.9L782.4,180.3L783.8,180.0L783.8,180.0L785.4,181.8L786.7,183.9L790.1,183.9L791.2,185.9L789.4,186.5L788.6,187.3L791.9,188.6L794.2,191.3L796.0,193.3L798.1,194.9L798.8,196.4L798.3,198.7Z M778.1,184.7L776.5,185.2L774.9,186.2L772.9,186.3L771.7,188.7L770.5,189.1L771.8,191.1L773.6,192.8L774.7,194.3L773.7,196.2L772.8,196.6L773.4,197.7L775.3,199.5L775.6,200.8L775.5,201.8L776.6,203.8L775.1,205.9L773.8,208.2L773.8,208.2L773.5,206.5L774.3,204.8L773.4,203.5L773.6,201.1L772.5,199.9L771.6,197.3L771.1,194.4L769.9,192.6L768.1,193.7L764.9,195.3L763.4,195.1L761.6,194.6L762.6,191.8L762.0,189.7L759.8,187.0L760.2,186.2L758.5,185.9L756.6,184.1L756.6,184.1L756.4,182.2L757.4,182.6L757.4,180.9L757.4,180.9L758.8,180.4L758.5,179.4L759.1,178.6L759.2,176.2L761.4,176.8L762.6,174.8L762.8,173.7L764.3,171.7L764.2,170.4L767.8,168.8L769.8,169.2L769.6,167.7L770.6,167.3L770.4,166.4L770.4,166.4L772.0,166.2L772.9,167.6L774.1,168.2L774.2,170.0L774.1,171.9L771.5,173.9L771.1,176.6L774.1,176.3L774.7,178.4L776.5,178.8L775.7,180.8L777.7,181.6L778.9,182.0L781.0,181.4L781.1,182.3L781.1,182.3L778.7,183.8L778.1,184.7Z M789.8,206.9L792.2,206.1L795.1,205.9L793.9,204.5L798.6,202.8L798.9,200.2L798.3,198.7L798.3,198.7L798.8,196.4L798.1,194.9L796.0,193.3L794.2,191.3L791.9,188.6L788.6,187.3L789.4,186.5L791.2,185.9L790.1,183.9L786.7,183.9L785.4,181.8L783.8,180.0L783.8,180.0L785.3,179.4L787.5,179.4L790.2,179.1L792.6,177.9L793.9,178.8L796.5,179.2L796.0,180.5L797.3,181.5L800.1,182.1L800.1,182.1L796.4,184.0L794.1,186.2L793.5,187.7L795.6,190.1L798.2,193.1L800.7,194.5L802.4,196.3L803.7,200.4L803.3,204.3L801.0,205.8L797.8,207.2L795.6,209.1L792.1,211.1L791.1,209.7L791.9,208.2L789.8,206.9Z M863.3,131.6L863.3,131.6L863.3,131.6L863.3,131.6L863.3,131.6L863.3,131.6Z M862.9,131.2L863.3,131.6L863.3,131.6L862.2,131.5L861.0,132.4L860.2,133.3L860.3,135.1L858.9,135.7L858.4,136.2L857.3,136.9L855.5,137.4L854.3,138.1L854.2,139.2L853.8,139.4L855.0,139.9L856.5,141.0L856.5,141.0L856.1,141.6L854.9,141.8L853.0,141.9L851.9,143.0L850.7,143.0L850.5,143.2L850.5,143.2L849.1,142.7L848.8,143.2L848.0,143.4L847.9,142.9L847.2,142.7L846.4,142.3L847.2,141.2L847.8,140.9L847.6,140.4L848.3,139.0L848.1,138.6L846.5,138.3L845.2,137.6L845.2,137.6L847.4,135.9L850.5,134.5L852.4,132.7L853.7,133.5L856.1,133.6L855.7,132.2L860.0,131.1L861.1,129.6L862.9,131.2Z M850.5,143.2L850.7,143.0L851.9,143.0L853.0,141.9L854.9,141.8L856.1,141.6L856.5,141.0L856.5,141.0L858.9,144.0L859.6,145.6L859.6,148.5L858.6,149.9L856.1,150.3L853.8,151.4L851.3,151.6L851.0,150.2L851.5,148.4L850.3,145.8L852.4,145.3L850.5,143.2Z M743.8,112.3L746.7,111.8L752.0,109.3L756.2,108.0L758.6,108.9L761.5,108.9L763.4,110.3L766.1,110.4L770.2,111.1L772.9,109.1L771.7,107.4L774.6,104.4L777.7,105.6L780.2,105.9L783.5,106.7L784.0,108.8L788.0,110.0L790.6,109.5L794.1,109.1L796.9,109.5L799.6,110.9L801.3,112.3L803.9,112.3L807.4,112.8L809.9,112.1L813.6,111.6L817.7,109.6L819.3,109.9L820.8,110.9L824.1,110.6L824.1,110.6L822.8,112.8L820.8,115.6L821.5,116.7L823.1,116.4L825.8,116.8L828.0,115.8L830.2,116.7L832.7,118.6L832.4,119.6L830.2,119.3L826.2,119.6L824.2,120.4L822.2,122.2L817.9,123.3L815.2,124.7L812.3,124.2L810.8,123.9L809.3,125.7L810.2,126.7L810.6,127.6L808.7,128.5L806.7,129.9L803.5,130.8L799.3,130.9L794.8,131.9L791.6,133.3L790.3,132.5L787.0,132.5L782.9,130.9L780.1,130.5L776.4,130.8L770.7,130.2L767.6,130.3L766.0,128.7L764.7,126.3L763.0,126.0L759.7,124.3L755.9,123.9L752.6,123.4L751.6,122.2L752.7,119.0L750.8,116.8L746.8,115.8L744.5,114.3L743.8,112.3Z M770.4,166.4L770.6,167.3L769.6,167.7L769.8,169.2L767.8,168.8L764.2,170.4L764.3,171.7L762.8,173.7L762.6,174.8L761.4,176.8L759.2,176.2L759.1,178.6L758.5,179.4L758.8,180.4L757.4,180.9L757.4,180.9L756.0,177.3L755.2,177.3L754.7,178.8L753.2,177.6L754.1,176.2L755.3,176.1L756.6,174.1L755.0,173.7L752.4,173.8L749.8,173.5L749.5,171.8L748.2,171.7L746.0,170.7L745.0,172.3L747.0,173.5L745.3,174.4L744.7,175.2L746.4,175.9L745.9,177.3L746.9,179.0L747.3,180.9L747.3,180.9L746.9,181.7L745.0,181.7L741.6,182.2L741.8,183.9L740.3,185.3L736.3,186.8L733.2,189.5L731.1,190.9L728.3,192.4L728.3,193.4L726.9,194.0L724.4,194.8L723.1,194.9L722.3,196.6L722.9,199.5L723.0,201.3L721.8,203.5L721.8,207.2L720.4,207.3L719.1,209.0L720.0,209.8L717.4,210.4L716.5,211.9L715.4,212.5L712.8,210.5L711.5,207.4L710.4,205.1L709.4,204.1L708.0,201.9L707.3,199.1L706.8,197.8L704.3,194.7L703.1,190.3L702.3,187.4L702.3,184.6L701.7,182.5L697.7,183.9L695.7,183.6L692.1,180.8L693.5,180.0L692.6,179.1L689.4,177.1L689.4,177.1L691.2,175.6L697.3,175.6L696.8,173.6L695.2,172.4L694.9,170.6L693.1,169.5L696.2,167.1L699.4,167.2L702.3,164.7L704.0,162.3L706.7,159.9L706.7,158.2L709.0,156.8L706.8,155.6L705.8,153.9L704.9,151.8L706.2,150.7L710.4,151.3L713.5,150.9L716.2,148.8L716.2,148.8L719.2,151.8L718.9,153.8L720.0,155.0L719.9,156.3L717.9,155.9L718.7,158.6L721.4,160.1L725.3,161.8L725.3,161.8L723.5,162.9L722.5,165.1L725.2,166.0L727.8,167.2L731.4,168.5L735.2,168.8L736.8,170.0L739.0,170.3L742.3,170.8L744.6,170.8L744.9,169.8L744.6,168.3L744.8,167.3L744.8,167.3L746.5,166.8L746.7,168.7L746.7,168.7L746.8,169.2L749.3,170.1L751.0,169.7L753.4,169.8L755.6,169.8L755.8,168.3L754.7,167.6L754.7,167.6L757.0,167.3L759.5,165.5L762.7,164.0L765.0,164.6L767.0,163.6L768.3,165.1L767.4,166.1L770.4,166.4Z M757.4,180.9L757.4,182.6L756.4,182.2L756.6,184.1L756.6,184.1L755.8,182.9L755.6,181.7L755.1,180.6L753.9,179.3L751.4,179.2L751.6,180.1L750.8,181.4L749.6,180.9L749.2,181.4L748.4,181.1L747.3,180.9L747.3,180.9L746.9,179.0L745.9,177.3L746.4,175.9L744.7,175.2L745.3,174.4L747.0,173.5L745.0,172.3L746.0,170.7L748.2,171.7L749.5,171.8L749.8,173.5L752.4,173.8L755.0,173.7L756.6,174.1L755.3,176.1L754.1,176.2L753.2,177.6L754.7,178.8L755.2,177.3L756.0,177.3L757.4,180.9Z M754.7,167.6L755.8,168.3L755.6,169.8L753.4,169.8L751.0,169.7L749.3,170.1L746.8,169.2L746.7,168.7L746.7,168.7L748.5,166.9L750.0,166.3L752.0,166.9L753.5,166.9L754.7,167.6Z M744.8,167.3L744.6,168.3L744.9,169.8L744.6,170.8L742.3,170.8L739.0,170.3L736.8,170.0L735.2,168.8L731.4,168.5L727.8,167.2L725.2,166.0L722.5,165.1L723.5,162.9L725.3,161.8L725.3,161.8L726.5,161.3L728.7,162.0L731.5,163.6L733.1,163.9L734.0,165.0L736.1,165.5L738.4,166.6L741.5,167.1L744.8,167.3Z M716.2,148.8L713.5,150.9L710.4,151.3L706.2,150.7L704.9,151.8L705.8,153.9L706.8,155.6L709.0,156.8L706.7,158.2L706.7,159.9L704.0,162.3L702.3,164.7L699.4,167.2L696.2,167.1L693.1,169.5L694.9,170.6L695.2,172.4L696.8,173.6L697.3,175.6L691.2,175.6L689.4,177.1L689.4,177.1L687.3,176.5L686.5,174.9L684.4,173.1L679.2,173.5L674.7,173.6L670.8,173.9L670.8,173.9L671.9,171.2L675.9,170.0L675.6,168.9L674.3,168.5L674.2,166.4L671.6,165.4L670.5,163.9L669.1,162.7L669.1,162.7L673.7,163.9L676.5,163.5L678.2,163.8L678.7,163.3L680.7,163.5L684.3,162.5L684.4,160.5L685.9,159.1L688.0,159.1L688.3,158.5L690.4,158.1L691.5,158.4L692.5,157.7L692.4,156.2L693.6,154.7L695.3,154.1L694.2,152.5L696.9,152.6L697.7,151.7L697.5,150.7L698.9,149.7L698.6,148.5L697.9,147.4L699.6,146.3L702.6,145.8L705.7,145.5L707.2,145.0L708.8,144.7L708.8,144.7L710.8,145.9L711.6,147.8L716.2,148.8Z M684.8,144.2L686.3,144.2L688.4,144.7L688.4,144.7L689.3,145.0L691.3,144.2L692.2,144.7L693.1,143.5L694.8,143.6L695.2,143.2L695.5,142.2L696.7,141.3L698.2,141.9L697.9,142.7L698.7,142.8L698.5,144.9L699.6,145.7L700.5,145.2L701.8,145.0L703.5,143.8L705.4,144.0L708.3,144.0L708.3,144.0L708.8,144.7L708.8,144.7L707.2,145.0L705.7,145.5L702.6,145.8L699.6,146.3L697.9,147.4L698.6,148.5L698.9,149.7L697.5,150.7L697.7,151.7L696.9,152.6L694.2,152.5L695.3,154.1L693.6,154.7L692.4,156.2L692.5,157.7L691.5,158.4L690.4,158.1L688.3,158.5L688.0,159.1L685.9,159.1L684.4,160.5L684.3,162.5L680.7,163.5L678.7,163.3L678.2,163.8L676.5,163.5L673.7,163.9L669.1,162.7L669.1,162.7L671.6,160.5L671.4,158.9L669.3,158.5L669.1,157.0L668.2,155.0L669.3,153.7L668.1,153.3L668.9,151.6L670.0,148.5L670.0,148.5L672.9,149.4L675.0,149.1L675.5,147.9L677.7,147.6L679.3,146.8L679.8,144.8L682.2,144.3L682.6,143.4L683.9,144.1L684.8,144.2Z M688.4,144.7L690.0,142.1L689.4,140.2L687.3,139.6L688.1,138.5L690.4,138.6L691.7,137.2L692.6,135.5L696.3,134.9L695.7,136.1L696.1,136.9L697.3,136.8L697.3,136.8L696.2,137.6L693.2,137.2L693.0,138.6L696.0,138.4L699.4,139.3L704.7,138.9L704.7,138.9L705.4,141.3L706.3,141.0L708.0,141.6L707.9,142.6L708.3,144.0L708.3,144.0L705.4,144.0L703.5,143.8L701.8,145.0L700.5,145.2L699.6,145.7L698.5,144.9L698.7,142.8L697.9,142.7L698.2,141.9L696.7,141.3L695.5,142.2L695.2,143.2L694.8,143.6L693.1,143.5L692.2,144.7L691.3,144.2L689.3,145.0L688.4,144.7Z M697.1,131.5L697.7,130.4L699.6,130.0L704.1,130.9L704.6,129.3L706.1,128.8L710.1,129.9L711.1,129.6L715.7,129.7L719.8,130.0L721.2,130.9L722.9,131.3L722.9,131.3L722.6,131.9L718.2,133.3L717.2,134.3L713.6,134.7L712.6,136.3L709.6,136.0L707.7,136.5L705.1,137.7L705.4,138.3L704.7,138.9L704.7,138.9L699.4,139.3L696.0,138.4L693.0,138.6L693.2,137.2L696.2,137.6L697.3,136.8L697.3,136.8L699.4,137.0L702.9,135.2L699.6,133.8L697.7,134.5L695.6,133.5L697.9,131.8L697.1,131.5Z M645.8,132.8L647.1,131.9L650.2,131.4L652.1,132.1L654.0,134.2L655.5,134.0L655.5,134.0L658.6,134.0L658.1,132.7L660.5,131.8L662.9,130.2L666.6,131.6L666.9,133.7L668.0,134.3L671.0,134.1L671.9,134.6L673.3,137.3L676.4,139.1L678.2,140.3L681.2,141.5L684.8,142.6L684.8,144.2L684.8,144.2L683.9,144.1L682.6,143.4L682.2,144.3L679.8,144.8L679.3,146.8L677.7,147.6L675.5,147.9L675.0,149.1L672.9,149.4L670.0,148.5L670.0,148.5L669.8,146.4L667.7,146.3L664.5,144.0L662.3,143.8L659.2,142.5L657.3,142.2L656.1,142.7L654.2,142.6L652.2,144.1L649.8,144.6L649.8,144.6L649.3,142.8L649.7,140.1L647.5,139.3L648.2,137.5L646.4,137.3L647.0,135.2L649.6,135.8L652.0,135.0L650.0,133.4L649.2,131.9L647.0,132.6L646.7,134.5L645.8,132.8Z M634.9,162.4L633.4,161.2L633.3,159.9L632.5,159.9L632.9,158.1L631.5,156.3L628.1,155.0L626.2,152.6L626.8,150.7L628.2,149.8L628.0,148.4L626.2,147.6L624.4,144.6L624.4,144.6L622.8,142.6L623.4,141.8L622.5,138.9L624.4,138.2L624.4,138.2L624.9,139.1L626.3,140.3L628.2,140.7L628.2,140.7L629.2,140.6L629.2,140.6L632.5,138.7L633.5,138.5L634.3,139.3L633.4,140.5L635.1,141.9L635.8,141.7L635.8,141.7L636.7,143.6L639.3,144.1L641.2,145.4L645.2,145.8L649.5,145.2L649.8,144.6L649.8,144.6L652.2,144.1L654.2,142.6L656.1,142.7L657.3,142.2L659.2,142.5L662.3,143.8L664.5,144.0L667.7,146.3L669.8,146.4L670.0,148.5L670.0,148.5L668.9,151.6L668.1,153.3L669.3,153.7L668.2,155.0L669.1,157.0L669.3,158.5L671.4,158.9L671.6,160.5L669.1,162.7L669.1,162.7L670.5,163.9L671.6,165.4L674.2,166.4L674.3,168.5L675.6,168.9L675.9,170.0L671.9,171.2L670.8,173.9L670.8,173.9L665.6,173.2L662.6,172.7L659.4,172.4L658.3,169.5L656.9,169.1L654.8,169.5L652.0,170.6L648.6,169.8L645.8,168.0L643.1,167.4L641.3,165.1L639.2,161.9L637.7,162.3L635.9,161.5L634.9,162.4Z M599.2,155.7L599.2,155.7L599.5,155.3L599.5,154.3L599.5,154.3L600.2,153.0L601.7,152.1L601.2,151.1L600.0,151.0L600.0,151.0L599.7,149.1L600.4,148.0L600.4,148.0L601.2,147.5L601.9,146.9L602.1,145.5L603.0,146.0L606.0,145.3L607.5,145.8L609.8,145.8L613.0,144.8L614.5,144.9L617.6,144.5L617.6,144.5L616.2,146.1L614.7,146.7L615.0,148.5L613.9,151.5L607.8,154.1L607.8,154.1L602.3,156.7L599.2,155.7Z M629.2,140.6L628.2,140.7L628.2,140.7L627.0,139.2L627.1,138.8L625.8,138.8L625.0,138.1L624.4,138.2L624.4,138.2L623.3,137.4L621.3,136.8L621.5,135.5L621.1,134.6L621.1,134.6L624.9,134.2L624.9,134.2L625.5,134.9L626.6,135.3L626.0,136.0L627.5,136.9L626.7,137.7L627.9,138.4L629.1,138.8L629.2,140.6Z M530.6,83.5L531.9,81.6L534.2,79.4L535.1,75.5L533.3,73.8L533.1,69.3L534.9,66.0L537.7,66.1L538.7,64.7L537.7,63.5L542.0,58.4L544.7,54.4L546.6,51.7L549.2,51.7L550.0,49.6L555.2,50.2L555.6,47.7L557.3,47.5L557.3,47.5L561.1,49.4L565.4,52.0L565.5,57.7L566.4,59.1L566.4,59.1L561.6,60.1L558.9,62.6L559.4,64.8L554.9,67.6L549.6,70.6L547.6,75.3L549.5,77.7L552.2,79.5L549.6,83.2L546.7,83.9L545.7,89.2L544.1,92.2L540.7,91.9L539.2,94.3L536.0,94.4L535.1,91.5L532.7,88.0L530.6,83.5Z M578.3,92.0L581.2,92.7L581.6,93.5L583.0,93.1L585.8,93.9L586.0,95.3L585.4,96.1L587.2,98.1L588.3,98.7L588.1,99.2L590.0,99.7L590.8,100.5L589.7,101.2L587.5,101.1L587.0,101.3L587.6,102.3L588.3,104.2L588.3,104.2L585.9,104.4L585.1,105.0L584.9,106.5L583.8,106.2L581.3,106.4L580.5,105.7L579.5,106.2L578.4,105.8L576.3,105.7L573.2,105.0L570.4,104.8L568.2,104.8L566.7,105.6L565.4,105.7L565.4,105.7L565.3,104.4L564.4,103.1L566.1,102.5L566.1,101.3L565.4,100.2L565.2,98.8L565.2,98.8L567.9,98.9L570.9,97.7L571.6,96.0L573.9,95.0L573.6,93.7L573.6,93.7L575.3,93.2L578.3,92.0Z M588.3,104.2L589.3,104.3L590.0,103.7L590.9,103.8L593.8,103.5L595.5,105.2L594.8,105.8L595.1,106.7L597.3,106.8L598.3,108.1L598.2,108.6L601.7,109.7L603.9,109.2L605.6,110.5L607.2,110.5L611.3,111.4L611.3,112.3L610.2,113.8L610.8,115.3L610.4,116.2L607.7,116.4L606.3,117.2L606.2,118.5L606.2,118.5L604.0,118.7L602.1,119.6L599.5,119.7L597.1,120.7L597.3,122.2L597.3,122.2L596.8,122.1L596.5,121.6L595.6,121.5L593.6,120.9L592.9,121.6L592.9,121.6L592.5,121.3L588.2,120.6L588.0,119.5L585.4,119.9L584.4,121.4L582.2,123.4L582.2,123.4L581.0,122.9L579.7,123.4L578.4,122.9L578.4,122.9L579.1,122.6L579.6,121.6L580.4,120.8L580.2,120.3L580.8,120.1L581.0,120.4L582.7,120.5L583.4,120.3L582.9,120.0L583.1,119.6L582.1,118.9L581.7,117.8L580.7,117.3L580.9,116.4L579.6,115.6L578.5,115.5L576.5,114.6L574.6,114.9L573.9,115.3L573.9,115.3L572.8,115.3L572.1,116.0L570.0,116.3L569.1,116.7L567.8,116.0L566.0,116.0L564.3,115.7L563.1,116.3L563.1,116.3L562.9,115.5L561.3,114.8L561.3,114.8L561.9,113.6L562.7,112.9L562.7,112.9L563.3,113.1L562.6,111.8L565.1,109.4L566.5,109.1L566.7,108.3L565.4,105.7L565.4,105.7L566.7,105.6L568.2,104.8L570.4,104.8L573.2,105.0L576.3,105.7L578.4,105.8L579.5,106.2L580.5,105.7L581.3,106.4L583.8,106.2L584.9,106.5L585.1,105.0L585.9,104.4L588.3,104.2Z M565.2,98.8L565.4,100.2L566.1,101.3L566.1,102.5L564.4,103.1L565.3,104.4L565.4,105.7L565.4,105.7L566.7,108.3L566.5,109.1L565.1,109.4L562.6,111.8L563.3,113.1L562.7,112.9L562.7,112.9L560.0,111.8L558.0,112.2L556.7,111.9L555.1,112.5L553.7,111.5L552.5,111.9L552.4,111.7L552.4,111.7L551.1,110.3L549.0,110.2L548.8,109.3L546.9,108.9L546.4,109.7L544.9,109.1L545.1,108.3L543.0,108.0L541.7,107.1L541.7,107.1L540.6,105.3L540.8,104.2L540.1,102.7L539.1,101.6L539.9,100.8L539.2,99.3L539.2,99.3L541.1,98.4L545.5,97.0L549.0,96.0L551.7,96.5L551.9,97.3L554.6,97.3L554.6,97.3L558.0,97.6L563.1,97.6L563.1,97.6L564.6,97.9L565.2,98.8Z M547.2,115.6L547.0,116.7L545.4,116.8L545.9,117.4L545.0,119.1L545.0,119.1L544.5,119.6L542.0,119.7L540.6,120.3L538.4,120.1L538.4,120.1L534.4,119.4L533.8,118.4L531.0,118.9L530.7,119.4L529.0,119.0L529.0,119.0L527.6,119.0L526.3,118.5L526.8,117.8L526.7,117.3L526.7,117.3L527.5,117.1L528.9,117.9L529.3,117.2L531.7,117.3L533.7,116.8L535.1,116.9L535.9,117.4L536.2,117.0L535.8,115.1L536.8,114.8L537.8,113.5L537.8,113.5L539.8,114.4L541.4,113.2L542.4,113.0L544.5,113.9L545.8,113.7L547.1,114.3L547.1,114.3L546.9,114.6L547.2,115.6Z M561.3,114.8L562.9,115.5L563.1,116.3L563.1,116.3L561.4,116.9L560.1,118.7L558.4,120.6L556.2,121.1L556.2,121.1L554.4,121.0L552.3,121.7L552.3,121.7L551.3,122.1L549.0,121.6L546.9,120.4L546.0,120.1L546.0,120.1L545.5,119.2L545.0,119.1L545.0,119.1L545.9,117.4L545.4,116.8L547.0,116.7L547.2,115.6L547.2,115.6L548.6,116.3L549.6,116.6L551.9,116.3L552.2,115.7L553.3,115.6L554.6,115.2L554.9,115.4L556.2,115.0L556.9,114.4L557.8,114.2L560.8,115.1L561.3,114.8Z M573.9,115.3L574.6,114.9L576.5,114.6L578.5,115.5L579.6,115.6L580.9,116.4L580.7,117.3L581.7,117.8L582.1,118.9L583.1,119.6L582.9,120.0L583.4,120.3L582.7,120.5L581.0,120.4L580.8,120.1L580.2,120.3L580.4,120.8L579.6,121.6L579.1,122.6L578.4,122.9L578.4,122.9L577.9,121.6L578.2,120.5L578.1,119.3L576.5,117.6L575.6,116.4L574.8,115.6L573.9,115.3Z M578.4,122.9L579.7,123.4L581.0,122.9L582.2,123.4L582.2,123.4L582.3,124.1L580.9,124.7L580.1,124.4L579.3,127.7L579.3,127.7L577.7,127.4L575.7,126.4L572.4,127.1L571.0,127.7L566.9,127.6L564.8,127.2L563.7,127.4L562.9,126.3L562.9,126.3L562.4,125.8L563.1,125.3L562.4,125.0L561.5,125.6L559.9,124.8L559.7,123.7L558.0,123.1L557.7,122.2L556.2,121.1L556.2,121.1L558.4,120.6L560.1,118.7L561.4,116.9L563.1,116.3L563.1,116.3L564.3,115.7L566.0,116.0L567.8,116.0L569.1,116.7L570.0,116.3L572.1,116.0L572.8,115.3L573.9,115.3L573.9,115.3L574.8,115.6L575.6,116.4L576.5,117.6L578.1,119.3L578.2,120.5L577.9,121.6L578.4,122.9Z M573.6,93.7L573.9,95.0L571.6,96.0L570.9,97.7L567.9,98.9L565.2,98.8L565.2,98.8L564.6,97.9L563.1,97.6L563.1,97.6L562.9,96.8L563.2,96.0L562.0,95.5L559.1,95.0L559.1,95.0L558.5,92.4L558.5,92.4L561.7,91.4L566.3,91.6L569.1,91.3L569.4,92.0L570.9,92.2L573.6,93.7Z M575.8,87.9L577.1,88.6L577.4,90.1L578.3,92.0L578.3,92.0L575.3,93.2L573.6,93.7L573.6,93.7L570.9,92.2L569.4,92.0L569.1,91.3L566.3,91.6L561.7,91.4L558.5,92.4L558.5,92.4L558.6,90.1L559.9,88.1L562.6,87.0L564.8,89.4L567.0,89.3L567.5,86.9L567.5,86.9L569.9,86.3L571.1,86.7L573.5,87.9L575.8,87.9Z M577.7,81.5L578.1,82.1L576.2,83.9L577.0,86.9L575.8,87.9L575.8,87.9L573.5,87.9L571.1,86.7L569.9,86.3L567.5,86.9L567.5,86.9L567.9,85.0L566.8,85.4L565.1,84.3L564.8,82.4L568.3,81.5L571.8,81.0L574.9,81.6L577.7,81.5Z M539.2,99.3L539.9,100.8L539.1,101.6L540.1,102.7L540.8,104.2L540.6,105.3L541.7,107.1L541.7,107.1L540.5,107.4L539.7,107.1L539.0,107.6L537.0,108.2L536.0,108.9L534.0,109.5L534.5,110.4L534.8,111.6L536.2,112.3L537.8,113.5L537.8,113.5L536.8,114.8L535.8,115.1L536.2,117.0L535.9,117.4L535.1,116.9L533.7,116.8L531.7,117.3L529.3,117.2L528.9,117.9L527.5,117.1L526.7,117.3L526.7,117.3L523.7,116.4L523.1,117.0L520.7,117.0L520.7,117.0L521.1,115.0L522.5,113.1L518.5,112.6L517.2,111.8L517.2,111.8L517.3,110.6L516.8,109.9L516.8,109.9L517.1,108.0L517.1,108.0L516.6,104.9L518.3,104.9L519.0,103.8L519.7,101.1L519.2,100.1L519.2,100.1L519.7,99.5L522.0,99.3L522.6,100.0L524.4,98.5L523.8,97.4L523.7,95.7L523.7,95.7L525.8,96.1L527.6,95.6L527.6,95.6L527.6,96.8L530.4,97.5L530.4,98.6L533.2,98.0L534.8,97.2L537.9,98.3L539.2,99.3Z M562.9,126.3L563.7,127.4L564.8,127.2L566.9,127.6L571.0,127.7L572.4,127.1L575.7,126.4L577.7,127.4L579.3,127.7L579.3,127.7L577.9,128.8L576.9,130.7L577.8,132.2L577.8,132.2L575.4,131.8L572.5,132.7L572.5,132.7L572.5,134.0L570.0,134.2L568.0,133.3L565.8,134.0L563.8,133.9L563.8,133.9L563.6,132.2L562.2,131.4L562.2,131.4L562.6,131.0L562.3,130.7L562.8,129.8L563.8,129.0L562.5,127.9L562.3,126.9L562.9,126.3Z M573.0,149.3L572.7,150.1L568.7,150.3L568.7,149.9L565.3,149.4L565.8,148.3L567.4,149.2L569.5,149.0L571.6,149.2L571.5,149.6L573.0,149.3Z M563.8,133.9L565.8,134.0L568.0,133.3L570.0,134.2L572.5,134.0L572.5,132.7L572.5,132.7L573.9,133.4L573.0,135.0L572.4,135.3L572.4,135.3L570.7,135.2L569.2,135.0L565.9,135.6L567.8,137.1L566.4,137.5L564.8,137.5L563.4,136.2L562.9,136.8L563.5,138.3L564.9,139.5L563.8,140.1L565.4,141.2L566.7,142.0L566.8,143.4L564.2,142.7L565.0,144.0L563.3,144.3L564.3,146.5L562.5,146.6L560.2,145.5L559.2,143.4L558.7,141.8L557.6,140.6L556.2,139.1L556.0,138.4L556.0,138.4L557.3,137.1L557.4,136.3L558.3,135.9L558.4,135.2L558.4,135.2L560.2,135.0L561.3,134.4L562.8,134.5L563.2,134.0L563.8,133.9Z M624.4,144.6L623.0,145.1L622.1,144.4L618.8,144.1L617.6,144.5L617.6,144.5L614.5,144.9L613.0,144.8L609.8,145.8L607.5,145.8L606.0,145.3L603.0,146.0L602.1,145.5L601.9,146.9L601.2,147.5L600.4,148.0L600.4,148.0L599.4,146.9L600.4,146.0L598.8,146.2L596.4,145.6L594.5,147.0L590.3,147.3L588.1,146.0L585.1,145.9L584.4,146.9L582.5,147.2L579.8,145.9L576.8,145.9L575.1,143.4L573.1,142.0L574.5,140.0L572.7,138.8L575.8,136.3L580.1,136.2L581.2,134.3L586.5,134.6L589.9,132.9L593.1,132.2L597.7,132.1L602.5,134.0L606.5,135.0L609.8,134.6L612.1,134.8L615.4,133.4L615.4,133.4L618.4,133.3L621.1,134.6L621.1,134.6L621.5,135.5L621.3,136.8L623.3,137.4L624.4,138.2L624.4,138.2L622.5,138.9L623.4,141.8L622.8,142.6L624.4,144.6Z M572.5,132.7L575.4,131.8L577.8,132.2L577.8,132.2L578.1,133.2L580.5,134.0L580.0,134.7L576.7,134.8L575.5,135.6L573.2,137.0L572.3,135.8L572.4,135.3L572.4,135.3L573.0,135.0L573.9,133.4L572.5,132.7Z M558.4,135.2L558.3,135.9L557.4,136.3L557.3,137.1L556.0,138.4L556.0,138.4L555.5,138.2L555.4,137.6L553.9,136.8L553.7,135.5L553.9,133.8L554.3,132.9L553.8,132.5L553.8,132.5L553.6,131.7L554.8,130.4L555.0,130.9L555.8,130.7L555.8,130.7L556.3,131.4L557.0,131.6L557.2,132.6L557.2,132.6L556.8,133.5L557.2,134.6L558.4,135.2Z M546.0,120.1L546.9,120.4L549.0,121.6L551.3,122.1L552.3,121.7L552.3,121.7L553.0,122.8L553.9,123.6L552.8,124.6L552.8,124.6L551.5,124.0L549.6,124.0L547.2,123.6L545.9,123.6L545.3,124.2L544.3,123.6L543.7,124.7L545.1,126.0L545.7,126.8L547.0,127.8L548.0,128.4L549.1,129.5L551.6,130.5L551.6,130.5L551.2,130.9L551.2,130.9L548.6,130.0L547.0,129.0L544.5,128.2L542.2,126.3L542.7,126.0L541.4,124.9L541.4,124.0L539.6,123.6L538.8,124.7L537.9,123.8L538.0,122.9L538.1,122.8L538.1,122.8L540.0,122.9L540.5,122.5L541.5,122.9L542.6,123.0L542.6,122.2L543.5,121.9L543.8,120.8L546.0,120.1Z M526.7,117.3L526.8,117.8L526.3,118.5L527.6,119.0L529.0,119.0L529.0,119.0L528.8,120.2L527.6,120.6L525.5,120.3L524.9,121.4L523.6,121.5L523.1,121.0L521.5,122.0L520.2,122.1L519.0,121.5L519.0,121.5L518.1,120.3L516.7,120.7L516.8,119.5L518.8,117.9L518.7,117.2L520.0,117.5L520.7,117.0L520.7,117.0L523.1,117.0L523.7,116.4L526.7,117.3Z M516.8,109.9L517.3,110.6L517.2,111.8L517.2,111.8L516.4,111.9L515.8,111.6L515.8,111.6L516.1,110.0L516.8,109.9Z M517.1,108.0L516.8,109.9L516.8,109.9L516.1,110.0L515.8,111.6L515.8,111.6L513.3,110.3L511.9,110.6L510.0,109.2L508.7,108.1L507.4,108.0L507.0,107.0L507.0,107.0L509.2,106.4L509.2,106.4L511.2,106.7L513.8,106.0L515.6,107.3L517.1,108.0Z M519.2,100.1L519.7,101.1L519.0,103.8L518.3,104.9L516.6,104.9L517.1,108.0L517.1,108.0L515.6,107.3L513.8,106.0L511.2,106.7L509.2,106.4L509.2,106.4L510.6,105.6L513.1,101.3L516.9,100.0L519.2,100.1Z M474.9,132.5L475.9,131.9L477.0,131.5L477.7,132.8L479.4,132.8L479.9,132.4L481.5,132.5L482.3,133.8L481.0,134.5L480.9,136.6L480.5,136.9L480.4,138.2L479.2,138.4L480.3,139.9L479.5,141.6L480.5,142.4L480.1,143.0L479.1,144.0L479.3,144.8L479.3,144.8L478.2,145.5L476.7,145.1L475.3,145.4L475.7,143.4L475.4,141.9L474.2,141.6L473.5,140.7L473.8,139.0L474.9,138.1L475.1,137.0L475.6,135.5L475.6,134.3L475.0,133.4L474.9,132.5Z M479.3,144.8L479.1,144.0L480.1,143.0L480.5,142.4L479.5,141.6L480.3,139.9L479.2,138.4L480.4,138.2L480.5,136.9L480.9,136.6L481.0,134.5L482.3,133.8L481.5,132.5L479.9,132.4L479.4,132.8L477.7,132.8L477.0,131.5L475.9,131.9L474.9,132.5L474.9,132.5L475.0,130.6L473.9,129.5L477.8,127.6L481.2,128.1L485.0,128.0L487.9,128.5L490.2,128.4L494.7,128.4L494.7,128.4L495.8,129.5L500.9,130.7L501.9,130.1L505.1,131.3L508.3,131.0L508.3,131.0L508.4,132.5L505.8,134.2L502.3,134.8L502.0,135.7L500.3,137.1L499.2,139.2L500.3,140.7L498.7,141.8L498.1,143.5L496.0,144.0L494.0,145.9L490.5,145.9L487.9,145.9L486.1,146.8L485.1,147.7L483.7,147.5L482.7,146.7L481.9,145.2L479.3,144.8Z M482.8,99.0L483.2,101.1L481.1,103.7L476.2,105.5L472.3,105.0L474.5,102.0L473.1,98.9L476.9,96.6L479.0,95.1L479.0,95.1L479.5,96.8L479.0,98.4L480.7,98.4L482.8,99.0Z M960.5,276.9L962.8,278.3L964.2,279.3L963.2,279.9L961.6,279.3L959.6,278.2L957.9,277.0L956.0,275.4L955.6,274.6L956.8,274.7L958.4,275.4L959.6,276.2L960.5,276.9Z M950.3,253.0L951.1,253.8L949.2,253.8L948.1,252.4L949.8,253.0L950.3,253.0Z M949.1,251.1L948.7,251.5L946.6,249.6L946.1,248.3L947.0,248.3L948.0,250.0L949.1,251.1Z M946.8,251.7L945.7,251.7L944.0,251.5L943.4,251.2L943.6,250.3L945.4,250.7L946.4,251.1L946.8,251.7Z M943.4,247.6L944.1,248.3L944.2,248.7L942.0,247.8L940.5,247.0L939.5,246.3L939.9,246.1L941.2,246.6L943.4,247.6Z M936.5,245.4L937.6,246.1L937.0,246.2L935.8,245.8L934.7,244.8L934.8,244.5L936.5,245.4Z M991.3,322.7L990.3,324.1L988.9,325.9L986.8,327.0L986.3,326.3L985.1,325.9L986.7,323.8L985.8,322.3L982.8,321.3L982.9,320.4L984.9,319.5L985.4,317.5L985.3,315.9L984.1,314.2L984.2,313.8L982.9,312.7L980.7,310.5L979.5,308.8L980.6,308.6L982.1,309.9L984.2,310.6L985.0,312.8L987.0,315.4L987.1,313.7L988.4,314.4L988.8,316.3L991.0,317.1L992.9,317.4L994.5,316.4L995.9,316.7L995.2,318.9L994.4,320.4L992.2,320.4L991.5,321.2L991.8,322.3L991.3,322.7Z M971.3,331.9L973.7,330.5L975.3,329.1L976.6,327.2L977.6,326.5L978.0,325.1L980.0,323.9L980.6,325.0L981.2,326.0L983.2,325.0L984.0,326.1L984.0,327.2L983.0,328.4L981.2,330.4L979.7,331.4L980.8,332.7L978.6,332.7L976.3,333.8L975.5,335.5L973.9,338.3L971.7,339.5L970.4,340.3L967.8,340.2L966.0,339.3L963.0,339.1L962.5,338.1L964.0,336.1L967.5,333.4L969.3,332.9L971.3,331.9Z M910.2,324.7L911.9,324.8L912.1,328.0L911.2,328.9L910.9,331.0L909.9,330.3L908.0,332.1L907.4,332.0L905.7,331.9L904.0,329.6L903.6,327.9L902.0,325.6L902.1,324.4L903.9,324.6L906.6,325.5L908.1,325.2L910.2,324.7Z M850.4,303.1L847.5,304.3L845.1,304.9L844.5,306.2L843.5,307.2L841.1,307.2L839.4,307.5L836.9,307.0L834.9,307.3L833.0,307.4L831.4,308.7L830.6,308.6L829.2,309.3L827.8,310.1L825.8,310.0L824.0,310.0L821.0,308.4L819.5,307.9L819.6,306.5L821.0,306.2L821.4,305.6L821.3,304.8L821.7,303.1L821.4,301.6L819.9,299.2L819.4,297.8L819.6,296.4L818.4,294.9L818.4,294.2L817.1,293.2L816.8,291.4L815.2,289.5L814.8,288.5L816.0,289.5L815.1,287.4L816.5,288.0L817.3,289.0L817.3,287.8L815.9,285.9L815.6,285.2L815.0,284.5L815.3,283.1L815.8,282.6L816.2,281.4L815.9,280.1L817.1,278.4L817.3,280.2L818.5,278.6L820.7,277.8L822.1,276.8L824.2,276.0L825.5,275.8L826.2,276.1L828.4,275.2L830.1,275.0L830.5,274.5L831.3,274.3L832.8,274.3L835.7,273.7L837.2,272.7L837.9,271.5L839.6,270.3L839.7,269.4L839.8,268.2L841.7,266.3L842.9,268.2L844.1,267.8L843.1,266.7L843.9,265.6L845.2,266.1L845.5,264.4L847.0,263.3L847.7,262.4L849.1,262.0L849.1,261.4L850.3,261.6L850.4,261.1L851.6,260.8L853.0,260.5L855.0,261.5L856.6,262.8L858.3,262.8L860.1,263.0L859.5,261.8L860.8,260.0L862.1,259.4L861.6,258.9L862.8,257.6L864.5,256.8L865.9,257.1L868.3,256.7L868.2,255.5L866.2,254.8L867.7,254.5L869.5,255.0L871.0,255.9L873.3,256.5L874.1,256.3L875.8,257.0L877.4,256.3L878.5,256.5L879.1,256.1L880.4,257.2L879.7,258.4L878.6,259.3L877.7,259.4L878.0,260.3L877.2,261.4L876.2,262.5L876.4,263.1L878.6,264.3L880.7,265.1L882.2,265.8L884.2,267.2L885.0,267.2L886.4,267.7L886.8,268.4L889.5,269.2L891.3,268.4L891.9,267.2L892.4,266.2L892.8,265.0L893.6,263.2L893.2,262.1L893.4,261.5L893.1,260.2L893.5,258.5L894.0,258.1L893.6,257.3L894.2,256.1L894.8,254.9L894.8,254.3L895.9,253.5L896.7,254.5L896.8,255.9L897.5,256.2L897.7,257.1L898.7,258.3L898.9,259.5L898.8,260.3L899.8,262.1L901.6,261.2L902.5,262.2L903.8,263.1L903.5,264.1L904.1,266.0L904.5,267.1L905.2,267.4L906.0,269.3L905.7,270.5L906.6,272.0L909.6,273.2L911.6,274.3L913.5,275.3L913.1,275.8L914.7,277.3L915.8,279.8L916.9,279.3L918.0,280.3L918.7,279.9L919.2,282.3L921.1,283.8L922.4,284.7L924.6,286.5L925.4,288.4L925.4,289.8L925.3,291.2L926.6,293.2L926.4,295.3L925.9,296.4L925.2,298.6L925.2,300.0L924.7,301.7L923.5,303.9L921.4,305.1L920.4,307.0L919.5,308.2L918.6,310.4L917.6,311.6L916.9,313.5L916.5,315.2L916.7,316.0L915.1,316.9L912.0,317.0L909.4,318.0L908.1,319.0L906.4,320.1L904.1,319.0L902.4,318.5L902.9,317.2L901.3,317.7L898.9,319.5L896.5,318.8L894.9,318.4L893.3,318.2L890.7,317.5L888.9,315.9L888.3,314.0L887.7,312.8L886.3,311.7L883.7,311.4L884.6,310.2L883.9,308.4L882.5,310.1L880.1,310.6L881.5,309.2L882.0,307.8L883.0,306.6L882.8,304.8L880.5,306.8L878.8,307.7L877.7,309.7L875.6,308.6L875.7,307.3L873.9,305.5L872.5,304.6L873.0,304.1L869.4,302.6L867.5,302.5L864.8,301.3L859.8,301.6L856.2,302.4L853.1,303.2L850.4,303.1Z M727.2,213.5L726.8,215.8L725.6,216.4L723.2,216.9L721.9,215.2L721.4,212.0L722.6,208.4L724.6,209.6L725.8,211.2L727.2,213.5Z M804.1,189.7L801.8,189.0L801.7,187.0L803.1,186.0L806.1,185.4L807.7,185.4L808.4,186.3L807.1,187.3L806.5,188.6L804.1,189.7Z M722.9,131.3L722.7,129.8L724.6,129.1L722.1,124.4L727.6,123.3L729.1,122.7L731.1,117.8L736.6,118.7L738.1,117.5L738.2,114.7L740.5,114.4L742.7,112.5L742.7,112.5L743.8,112.3L743.8,112.3L744.5,114.3L746.8,115.8L750.8,116.8L752.7,119.0L751.6,122.2L752.6,123.4L755.9,123.9L759.7,124.3L763.0,126.0L764.7,126.3L766.0,128.7L767.6,130.3L770.7,130.2L776.4,130.8L780.1,130.5L782.9,130.9L787.0,132.5L790.3,132.5L791.6,133.3L794.8,131.9L799.3,130.9L803.5,130.8L806.7,129.9L808.7,128.5L810.6,127.6L810.2,126.7L809.3,125.7L810.8,123.9L812.3,124.2L815.2,124.7L817.9,123.3L822.2,122.2L824.2,120.4L826.2,119.6L830.2,119.3L832.4,119.6L832.7,118.6L830.2,116.7L828.0,115.8L825.8,116.8L823.1,116.4L821.5,116.7L820.8,115.6L822.8,112.8L824.1,110.6L824.1,110.6L827.4,111.7L831.4,109.9L831.3,108.6L833.8,105.6L835.4,104.6L835.3,103.0L833.8,102.3L836.1,100.8L839.6,100.3L843.3,100.2L847.4,101.1L849.8,102.2L851.6,105.1L852.6,106.4L853.6,108.2L854.6,111.0L859.4,111.9L862.7,113.9L863.8,116.5L868.1,116.5L870.5,115.4L875.1,114.6L873.6,117.1L872.5,118.1L871.6,121.2L869.7,123.8L866.3,123.3L864.0,124.3L864.7,126.6L864.3,129.8L862.9,129.8L862.9,131.2L862.9,131.2L861.1,129.6L860.0,131.1L855.7,132.2L856.1,133.6L853.7,133.5L852.4,132.7L850.5,134.5L847.4,135.9L845.2,137.6L845.2,137.6L841.3,138.4L839.3,139.6L836.3,140.3L837.7,139.1L837.2,138.1L839.4,136.3L837.9,135.0L835.5,135.9L832.3,137.7L830.6,139.3L827.9,139.5L826.5,140.7L827.9,142.4L830.2,142.8L830.3,143.9L832.5,144.7L835.6,142.9L838.1,143.9L839.9,143.9L840.3,145.3L836.4,146.0L835.1,147.3L832.4,148.6L831.0,150.3L834.0,151.7L835.1,154.1L836.7,156.3L838.6,158.2L838.6,160.0L836.8,160.6L837.5,161.9L839.1,162.7L838.7,164.6L838.0,166.5L836.5,166.7L834.4,169.3L832.2,172.4L829.6,175.1L825.8,177.3L821.9,179.2L818.8,179.5L817.1,180.5L816.1,179.8L814.6,180.9L810.7,182.1L807.7,182.4L806.8,184.8L805.2,185.0L804.5,183.3L805.2,182.4L801.4,181.7L800.1,182.1L800.1,182.1L797.3,181.5L796.0,180.5L796.5,179.2L793.9,178.8L792.6,177.9L790.2,179.1L787.5,179.4L785.3,179.4L783.8,180.0L783.8,180.0L782.4,180.3L782.8,182.9L781.3,182.9L781.1,182.3L781.1,182.3L781.0,181.4L778.9,182.0L777.7,181.6L775.7,180.8L776.5,178.8L774.7,178.4L774.1,176.3L771.1,176.6L771.5,173.9L774.1,171.9L774.2,170.0L774.1,168.2L772.9,167.6L772.0,166.2L770.4,166.4L770.4,166.4L767.4,166.1L768.3,165.1L767.0,163.6L765.0,164.6L762.7,164.0L759.5,165.5L757.0,167.3L754.7,167.6L754.7,167.6L753.5,166.9L752.0,166.9L750.0,166.3L748.5,166.9L746.7,168.7L746.7,168.7L746.5,166.8L744.8,167.3L744.8,167.3L741.5,167.1L738.4,166.6L736.1,165.5L734.0,165.0L733.1,163.9L731.5,163.6L728.7,162.0L726.5,161.3L725.3,161.8L725.3,161.8L721.4,160.1L718.7,158.6L717.9,155.9L719.9,156.3L720.0,155.0L718.9,153.8L719.2,151.8L716.2,148.8L716.2,148.8L711.6,147.8L710.8,145.9L708.8,144.7L708.8,144.7L708.3,144.0L708.3,144.0L707.9,142.6L708.0,141.6L706.3,141.0L705.4,141.3L704.7,138.9L704.7,138.9L705.4,138.3L705.1,137.7L707.7,136.5L709.6,136.0L712.6,136.3L713.6,134.7L717.2,134.3L718.2,133.3L722.6,131.9L722.9,131.3Z M838.3,175.5L836.6,179.2L835.4,181.1L833.9,179.2L833.6,177.4L835.3,175.2L837.5,173.4L838.8,174.1L838.3,175.5Z M529.0,119.0L530.7,119.4L531.0,118.9L533.8,118.4L534.4,119.4L538.4,120.1L538.4,120.1L538.0,121.4L538.7,122.6L538.7,122.6L536.5,122.2L534.2,123.2L534.4,124.5L534.1,125.3L535.0,126.7L537.6,128.0L539.0,130.2L542.1,132.3L544.2,132.3L544.9,132.9L544.1,133.4L546.6,134.4L548.7,135.1L551.0,136.5L551.3,137.0L550.8,137.9L549.3,136.7L546.9,136.3L545.7,138.0L547.7,138.9L547.4,140.2L546.2,140.4L544.7,142.6L543.6,142.8L543.6,142.0L544.1,140.6L544.7,140.1L543.7,138.6L542.8,137.3L541.7,137.0L540.8,135.9L539.1,135.4L537.9,134.3L535.8,134.2L533.6,133.0L531.1,131.3L529.2,129.8L528.3,127.1L527.0,126.8L524.7,125.9L523.4,126.3L521.8,127.5L520.7,127.7L520.7,127.7L521.0,126.6L519.5,126.2L518.7,124.1L519.7,123.3L518.9,122.3L519.0,121.5L519.0,121.5L520.2,122.1L521.5,122.0L523.1,121.0L523.6,121.5L524.9,121.4L525.5,120.3L527.6,120.6L528.8,120.2L529.0,119.0Z M541.0,142.2L543.1,142.0L542.1,144.0L542.5,144.7L541.9,146.0L539.8,145.1L538.4,144.8L534.5,143.5L534.9,142.2L538.2,142.5L541.0,142.2Z M524.2,135.1L525.6,134.3L527.2,136.1L526.9,139.5L525.6,139.4L524.5,140.2L523.4,139.6L523.3,136.4L522.7,135.0L524.2,135.1Z M527.6,95.6L525.8,96.1L523.7,95.7L523.7,95.7L522.6,94.0L522.5,90.8L522.9,90.0L523.7,89.0L526.2,88.8L527.2,88.0L529.4,87.1L529.3,88.7L528.5,89.7L528.8,90.6L530.3,91.1L529.6,92.2L528.8,91.9L526.8,94.1L527.6,95.6Z M534.4,92.1L535.2,93.7L533.6,96.2L530.7,94.4L530.3,93.2L534.4,92.1Z M482.8,99.0L480.7,98.4L479.0,98.4L479.5,96.8L479.0,95.1L479.0,95.1L481.3,95.0L484.3,96.9L482.8,99.0Z M491.4,100.4L491.4,100.4L491.8,98.6L490.0,96.8L489.9,96.7L486.5,96.2L485.9,95.4L486.9,94.0L486.0,93.2L484.5,94.6L484.3,91.6L482.9,90.1L483.9,86.8L486.1,84.2L488.3,84.5L491.7,84.2L488.7,87.6L491.5,87.2L494.6,87.2L493.8,89.8L491.3,92.6L494.2,92.8L494.4,93.1L496.9,96.7L498.8,97.2L500.5,100.6L501.3,101.8L504.7,102.3L504.3,104.2L502.9,105.1L504.0,106.6L501.5,108.1L497.8,108.1L493.1,108.9L491.8,108.3L490.0,109.6L487.4,109.3L485.4,110.4L484.0,109.8L488.0,106.8L490.5,106.2L490.5,106.2L486.2,105.7L485.4,104.5L488.3,103.6L486.8,102.0L487.3,100.1L491.4,100.4Z M459.7,57.5L459.1,59.8L462.2,62.3L458.6,65.0L450.6,67.4L448.2,68.0L444.5,67.5L436.8,66.4L439.5,64.8L433.5,63.1L438.4,62.4L438.3,61.4L432.4,60.5L434.3,58.2L438.5,57.6L442.8,60.1L447.1,58.1L450.6,59.2L455.1,57.2L459.7,57.5Z M628.9,132.6L629.7,132.7L631.6,134.3L632.8,134.4L633.3,133.8L635.0,132.7L635.0,132.7L636.4,134.1L637.8,135.9L639.1,136.1L640.0,136.8L637.7,137.0L637.2,139.0L636.7,139.9L635.7,140.5L635.8,141.7L635.8,141.7L635.1,141.9L633.4,140.5L634.3,139.3L633.5,138.5L632.5,138.7L629.2,140.6L629.2,140.6L629.1,138.8L627.9,138.4L626.7,137.7L627.5,136.9L626.0,136.0L626.6,135.3L625.5,134.9L624.9,134.2L624.9,134.2L625.6,133.8L627.7,134.5L629.2,134.7L629.5,134.4L628.2,132.9L628.9,132.6Z M628.2,140.7L626.3,140.3L624.9,139.1L624.4,138.2L624.4,138.2L625.0,138.1L625.8,138.8L627.1,138.8L627.0,139.2L628.2,140.7Z M611.0,128.4L611.3,128.1L613.7,128.6L617.8,129.0L621.5,130.3L622.0,130.7L623.7,130.3L626.3,130.9L627.2,132.0L628.9,132.6L628.9,132.6L628.2,132.9L629.5,134.4L629.2,134.7L627.7,134.5L625.6,133.8L624.9,134.2L624.9,134.2L621.1,134.6L621.1,134.6L618.4,133.3L615.4,133.4L615.4,133.4L615.8,132.3L615.1,130.5L613.5,129.5L612.0,129.2L611.0,128.4Z M835.6,202.0L834.2,200.3L836.6,200.4L837.6,201.2L836.8,203.1L835.6,202.0Z M840.5,208.1L841.2,207.4L841.5,206.1L843.0,205.9L842.6,207.4L844.7,205.3L844.4,207.4L843.4,208.1L842.5,209.5L841.7,210.2L839.9,208.7L840.5,208.1Z M851.0,211.5L851.3,213.0L851.5,214.2L850.5,216.2L849.5,214.0L848.2,215.1L849.1,216.7L848.3,217.8L845.1,216.5L844.3,214.9L845.1,213.8L843.4,212.8L842.5,213.7L841.2,213.6L839.1,214.9L838.7,214.2L839.8,212.4L841.5,211.7L843.0,210.9L844.0,211.9L846.1,211.3L846.6,210.3L848.5,210.3L848.4,208.6L850.6,209.6L850.8,210.7L851.0,211.5Z M829.2,209.5L825.5,211.6L826.8,210.1L828.8,208.7L830.5,207.2L832.0,205.0L832.5,206.8L830.6,208.0L829.2,209.5Z M839.8,189.6L839.4,190.6L840.3,192.2L839.6,194.1L837.9,194.8L837.5,196.6L838.1,198.4L839.6,198.6L840.8,198.4L844.3,199.6L844.0,200.8L844.9,201.4L844.7,202.4L842.5,201.3L841.5,200.1L840.8,200.9L839.0,199.6L836.5,199.9L835.1,199.5L835.2,198.5L836.1,198.0L835.3,197.4L834.9,198.2L833.5,197.0L833.1,196.0L833.0,193.8L834.1,194.6L834.4,191.0L835.3,189.0L837.0,189.0L838.7,189.6L839.6,189.1L839.8,189.6Z M839.0,204.9L838.6,203.8L840.2,204.5L842.0,204.5L841.9,205.4L840.7,206.4L838.9,207.0L838.8,206.0L839.0,204.9Z M848.6,203.2L849.4,205.7L847.3,205.1L847.3,205.9L848.0,207.2L846.7,207.7L846.6,206.2L845.7,206.0L845.3,204.7L846.9,204.9L846.9,204.0L845.2,202.3L847.8,202.4L848.6,203.2Z M778.0,215.8L778.5,215.4L780.8,216.4L781.0,217.5L782.8,217.3L783.7,216.4L783.7,216.4L784.4,216.6L786.0,217.9L787.2,219.4L787.3,220.8L787.0,221.8L787.3,222.6L787.5,223.9L788.5,224.5L789.6,226.4L789.5,227.2L787.6,227.3L784.9,225.7L781.6,223.9L781.3,222.8L779.7,221.4L779.3,219.5L778.3,218.4L778.6,216.7L778.0,215.8Z M827.4,220.9L825.0,220.6L821.8,220.6L820.9,223.1L819.8,223.8L818.4,226.9L816.1,227.3L813.5,226.7L812.2,226.9L810.5,228.0L808.8,227.9L807.0,228.3L805.1,227.1L804.6,225.6L804.6,225.6L806.7,226.4L808.8,225.9L809.4,224.1L810.5,223.7L813.9,223.2L815.9,221.5L817.2,220.1L817.2,220.1L818.5,221.2L819.1,220.5L820.4,220.5L820.6,219.1L820.7,218.1L820.7,218.1L822.8,216.5L824.2,214.8L825.4,214.8L826.8,215.9L826.9,216.9L828.7,217.5L831.1,218.1L830.9,219.0L829.0,219.1L829.5,220.2L827.4,220.9Z M820.7,218.1L820.6,219.1L820.4,220.5L819.1,220.5L818.5,221.2L817.2,220.1L817.2,220.1L818.3,219.3L820.7,218.1Z M538.4,120.1L540.6,120.3L542.0,119.7L544.5,119.6L545.0,119.1L545.0,119.1L545.5,119.2L546.0,120.1L546.0,120.1L543.8,120.8L543.5,121.9L542.6,122.2L542.6,123.0L541.5,122.9L540.5,122.5L540.0,122.9L538.1,122.8L538.1,122.8L538.7,122.6L538.7,122.6L538.0,121.4L538.4,120.1Z M579.4,47.7L579.0,50.4L583.3,52.9L580.7,55.7L583.9,59.8L582.1,62.9L584.6,65.5L583.4,67.8L587.5,70.2L586.5,71.9L583.9,73.9L578.0,78.1L578.0,78.1L572.9,78.4L568.0,79.6L563.5,80.3L561.9,78.5L559.2,77.4L559.8,74.1L558.5,71.1L559.8,69.1L562.3,66.9L568.7,63.1L570.5,62.3L570.3,60.8L566.4,59.1L566.4,59.1L565.5,57.7L565.4,52.0L561.1,49.4L557.3,47.5L557.3,47.5L559.0,46.5L562.1,48.5L565.7,48.4L568.7,49.3L571.4,47.6L572.7,44.7L577.0,43.4L580.6,45.0L579.4,47.7Z M562.7,112.9L561.9,113.6L561.3,114.8L561.3,114.8L560.8,115.1L557.8,114.2L556.9,114.4L556.2,115.0L554.9,115.4L554.6,115.2L553.3,115.6L552.2,115.7L551.9,116.3L549.6,116.6L548.6,116.3L547.2,115.6L547.2,115.6L546.9,114.6L547.1,114.3L547.1,114.3L547.5,113.7L548.7,113.7L549.7,113.4L549.8,113.2L550.3,113.0L550.5,112.4L551.1,112.3L551.5,111.7L552.4,111.7L552.4,111.7L552.5,111.9L553.7,111.5L555.1,112.5L556.7,111.9L558.0,112.2L560.0,111.8L562.7,112.9Z M541.7,107.1L543.0,108.0L545.1,108.3L544.9,109.1L546.4,109.7L546.9,108.9L548.8,109.3L549.0,110.2L551.1,110.3L552.4,111.7L552.4,111.7L551.5,111.7L551.1,112.3L550.5,112.4L550.3,113.0L549.8,113.2L549.7,113.4L548.7,113.7L547.5,113.7L547.1,114.3L547.1,114.3L545.8,113.7L544.5,113.9L542.4,113.0L541.4,113.2L539.8,114.4L537.8,113.5L537.8,113.5L536.2,112.3L534.8,111.6L534.5,110.4L534.0,109.5L536.0,108.9L537.0,108.2L539.0,107.6L539.7,107.1L540.5,107.4L541.7,107.1Z M601.2,198.2L600.9,197.3L602.1,194.0L602.4,192.5L603.2,191.8L605.3,191.4L606.7,190.2L606.7,190.2L608.3,192.8L609.1,194.8L610.6,195.9L614.4,198.0L615.9,199.3L617.4,200.6L618.3,201.4L619.7,202.0L619.7,202.0L618.8,202.6L617.6,202.4L617.6,202.4L616.7,201.7L615.6,200.4L614.3,199.6L613.6,198.9L611.2,198.0L609.3,197.9L608.6,197.5L607.0,198.0L605.3,197.0L604.4,198.7L601.2,198.2Z M894.1,139.5L891.6,142.1L891.6,144.7L890.6,146.7L891.0,148.0L889.6,149.7L886.0,150.9L881.2,151.1L877.2,153.9L875.3,152.9L875.2,151.1L870.4,151.6L867.1,152.8L863.8,152.8L866.7,154.6L864.8,158.8L863.0,159.8L861.7,158.9L862.4,156.7L860.6,156.0L859.5,154.3L862.1,153.5L863.5,152.0L866.3,150.7L868.4,149.0L873.9,148.3L876.9,148.8L879.8,144.3L881.6,145.5L885.7,143.0L887.3,142.0L889.0,138.9L888.6,136.0L889.7,134.3L892.7,133.8L894.2,137.4L894.1,139.5Z M901.7,127.0L903.7,125.9L904.3,128.9L900.2,129.6L897.7,132.2L893.4,130.4L891.8,133.3L888.8,133.3L888.4,130.7L889.8,128.7L892.7,128.5L893.5,124.8L894.4,122.7L897.6,125.5L899.7,126.4L901.7,127.0Z M867.7,153.9L869.2,152.4L870.8,152.7L872.0,151.6L874.0,152.2L874.3,153.0L872.8,154.5L871.6,153.7L870.2,154.3L869.5,155.7L867.7,155.0L867.7,153.9Z M338.4,274.8L339.2,276.1L339.1,279.2L342.0,279.6L343.1,279.2L345.0,279.8L345.5,280.5L345.8,282.6L346.1,283.5L347.1,283.6L348.2,283.2L349.2,283.6L349.2,284.9L348.8,286.3L348.3,287.6L348.3,287.6L347.8,289.7L345.3,291.5L343.1,291.9L340.0,291.5L337.2,290.9L339.9,287.3L339.5,286.3L336.6,285.4L333.3,283.7L331.0,283.3L325.9,279.5L325.9,279.5L327.0,276.8L327.0,275.6L328.4,273.6L333.2,272.9L335.8,272.9L338.4,274.1L338.4,274.8Z M644.4,187.9L646.6,191.6L647.5,193.2L647.5,193.2L645.5,193.8L645.0,194.8L644.9,195.6L642.1,196.5L637.7,197.5L635.2,199.1L634.0,199.3L633.2,199.1L631.5,200.0L629.8,200.5L627.4,200.6L626.7,200.7L626.1,201.3L625.4,201.5L625.0,202.0L623.6,202.0L622.7,202.3L620.8,202.2L620.1,200.9L620.1,199.7L619.7,199.0L619.1,197.3L618.3,196.4L618.9,196.3L618.6,195.3L619.0,194.9L618.8,193.9L618.8,193.9L620.0,193.2L619.8,192.2L620.5,191.1L621.6,191.7L622.4,191.5L625.6,191.4L626.1,191.6L628.8,191.9L629.9,191.8L630.6,192.5L631.9,192.1L633.8,189.8L636.4,188.7L644.4,187.9Z M597.1,163.8L600.2,164.2L601.4,163.5L602.1,162.6L604.2,162.3L604.6,161.5L605.6,161.0L602.8,158.6L608.3,157.4L608.9,157.0L608.9,157.0L612.2,157.7L616.4,159.4L624.2,164.2L629.4,164.4L629.4,164.4L631.8,164.7L632.5,165.8L634.5,165.7L634.5,165.7L635.6,167.8L636.9,168.3L637.4,169.1L639.3,170.1L639.5,171.1L639.2,171.9L639.6,172.7L640.4,173.3L640.7,174.1L641.1,174.7L641.1,174.7L642.0,175.1L642.7,175.0L642.7,175.0L643.3,175.8L643.3,175.8L643.4,176.4L644.4,178.7L652.8,179.9L653.4,179.4L653.4,179.4L654.6,181.0L652.8,185.6L644.4,187.9L644.4,187.9L636.4,188.7L633.8,189.8L631.9,192.1L630.6,192.5L629.9,191.8L628.8,191.9L626.1,191.6L625.6,191.4L622.4,191.5L621.6,191.7L620.5,191.1L619.8,192.2L620.0,193.2L618.8,193.9L618.8,193.9L618.5,192.9L617.6,192.2L617.4,191.3L616.0,190.5L614.5,188.6L613.7,186.8L611.8,185.2L610.6,184.8L608.7,182.7L608.4,181.1L608.5,179.7L606.9,177.1L605.6,176.2L604.1,175.7L603.2,174.4L603.4,173.9L602.6,172.7L601.8,172.2L600.7,170.4L599.0,168.5L597.6,166.9L596.2,166.9L596.6,165.6L596.8,164.8L597.1,163.8Z M364.8,450.5L366.2,450.5L370.4,449.5L374.6,450.5L378.0,452.6L379.2,455.5L379.5,457.6L379.6,460.1L375.3,461.7L370.8,463.0L365.6,464.2L359.8,465.2L353.2,464.9L349.5,463.2L350.0,461.1L356.0,459.7L358.4,458.1L360.1,456.0L361.4,454.2L363.0,452.5L364.8,450.5Z M315.9,461.3L322.1,461.5L328.1,462.0L330.2,459.9L331.6,458.2L334.5,460.2L333.7,462.8L332.9,465.1L327.1,464.4L320.9,464.7L317.4,463.0L317.4,462.8L315.9,461.3Z M294.7,421.0L296.6,420.5L299.8,420.7L300.6,418.6L300.8,417.2L300.7,414.0L302.3,412.2L304.9,411.6L306.3,413.0L307.0,414.5L308.2,416.2L309.1,417.9L309.9,419.7L310.2,421.5L309.7,423.1L308.9,424.6L305.7,425.2L302.6,426.0L298.9,425.9L300.3,424.3L297.0,424.9L293.9,425.4L291.8,424.2L291.6,422.6L294.7,421.0Z M215.8,423.5L217.5,422.8L221.0,423.3L225.1,423.7L228.1,424.2L231.1,423.7L232.8,426.1L230.6,425.8L227.2,425.9L223.8,425.8L220.0,426.0L217.2,425.2L215.8,423.5Z M159.4,430.8L160.0,429.4L163.3,430.2L166.9,430.8L170.2,430.1L168.6,431.6L166.0,432.7L162.2,432.3L159.4,430.8Z M146.4,430.0L148.5,429.1L151.2,430.1L155.5,431.8L153.8,431.6L150.2,431.2L146.4,430.0Z M45.2,453.1L46.9,451.3L52.1,452.1L54.9,453.6L57.0,455.3L57.8,457.5L52.4,458.2L48.8,456.4L47.2,454.7L47.0,454.4L45.2,453.1Z M0.0,485.3L0.2,485.4L2.6,482.0L7.6,483.8L7.9,483.6L10.9,481.8L11.3,481.9L11.6,481.9L15.6,484.3L19.1,481.9L19.8,481.6L27.9,480.6L30.6,481.9L31.9,482.6L36.1,484.5L43.9,486.0L50.2,487.0L60.9,487.0L68.9,487.0L80.7,487.0L87.4,487.0L94.8,487.0L102.5,487.0L103.1,484.5L92.1,484.3L83.2,482.9L80.8,480.7L73.4,479.5L73.9,477.0L74.9,474.7L75.9,472.7L75.4,470.5L70.8,469.1L68.6,467.2L64.3,465.6L71.1,465.9L77.5,465.1L81.5,466.8L86.5,465.3L91.1,463.4L93.3,461.7L92.3,459.6L88.7,458.3L84.6,456.8L78.9,456.5L73.9,455.9L68.5,455.4L66.7,453.6L63.1,452.1L61.0,450.4L60.1,445.1L61.5,445.6L64.0,447.0L68.5,446.5L72.9,445.9L75.2,447.9L79.6,447.5L83.3,446.5L86.8,445.2L90.0,443.7L94.2,443.2L94.0,441.5L93.1,439.9L93.9,438.3L97.5,437.5L99.1,439.0L103.4,438.1L106.6,437.0L110.5,436.9L114.3,436.5L118.0,435.5L121.0,434.5L124.4,433.6L126.6,433.9L128.5,434.2L132.6,433.6L136.3,434.4L140.1,434.3L143.8,433.7L147.5,434.1L151.7,434.5L155.5,434.4L159.6,434.4L163.7,434.5L167.5,434.4L170.3,433.1L173.7,432.4L177.2,433.3L180.5,432.6L183.5,431.1L185.3,432.4L186.3,433.9L188.1,435.4L190.9,434.1L194.3,435.7L198.0,436.2L201.2,437.4L205.1,437.2L208.7,436.4L212.9,436.6L216.6,437.2L220.4,438.0L221.9,436.1L220.1,434.6L218.7,433.1L215.2,432.8L213.6,431.2L213.0,429.6L212.0,426.5L214.1,427.0L217.8,427.3L221.4,427.0L224.6,427.7L227.5,428.9L228.6,430.4L232.4,430.7L236.0,430.1L239.8,429.3L243.2,428.8L246.1,429.8L249.8,429.4L252.1,426.2L254.4,428.1L257.6,428.8L261.1,428.4L263.4,430.1L267.0,430.3L270.4,430.7L273.7,431.7L275.9,430.1L277.0,428.6L279.7,430.3L283.5,429.8L286.4,430.7L288.3,432.2L292.0,431.7L294.9,430.8L297.7,429.8L301.1,429.2L305.0,428.7L308.5,428.1L311.2,427.2L312.9,425.9L313.5,424.1L313.2,422.5L312.3,420.9L311.3,419.3L310.5,417.8L309.8,416.4L309.6,414.8L309.9,413.3L311.2,411.9L312.3,410.3L312.7,408.8L312.2,407.2L311.8,405.7L313.2,404.1L314.7,403.0L316.5,401.6L318.4,400.5L320.6,399.4L321.7,397.9L323.3,396.9L325.0,396.0L327.7,395.8L329.4,394.7L331.4,394.0L333.6,393.6L335.7,392.7L337.2,391.6L339.4,391.2L341.0,392.1L340.0,393.3L337.2,394.3L336.0,395.0L333.9,394.5L331.6,394.8L329.7,395.7L327.7,396.6L326.4,397.6L326.0,399.0L326.1,400.4L327.4,401.6L325.5,402.4L322.9,402.7L321.4,403.9L319.8,405.1L318.0,406.7L317.6,408.1L318.6,409.6L320.0,410.8L322.3,411.7L324.5,412.9L325.6,414.4L326.2,415.9L327.0,417.4L328.3,418.8L329.1,420.2L329.5,424.0L330.3,425.5L330.5,427.1L331.4,428.8L331.0,431.0L329.5,432.8L327.9,434.2L324.2,434.8L322.9,436.3L321.2,437.8L317.1,439.4L313.4,440.1L309.9,441.1L306.1,442.1L303.9,443.9L299.4,444.1L294.5,443.9L290.1,444.3L285.4,444.3L286.3,446.1L290.6,446.9L293.7,448.2L295.4,449.8L292.3,451.3L287.5,450.9L283.5,452.1L283.4,454.1L283.3,456.0L286.5,457.6L287.1,459.4L290.7,461.3L296.5,462.1L301.5,463.5L305.5,465.1L310.6,466.7L317.5,467.5L324.3,469.0L329.0,470.5L334.2,472.3L336.9,474.8L338.3,476.9L341.6,474.9L346.2,473.4L351.1,471.7L356.8,470.3L361.8,468.9L368.7,468.8L375.5,469.5L381.1,470.7L382.9,468.4L386.7,466.9L393.8,466.8L399.3,465.7L404.5,464.6L410.3,463.9L416.4,463.0L420.7,461.7L418.7,459.9L417.5,458.2L417.5,456.3L412.2,456.5L406.4,457.3L401.0,457.3L400.2,455.5L400.6,451.9L401.9,450.9L405.8,449.8L410.5,448.7L413.9,447.3L417.3,445.9L419.8,444.1L423.6,443.3L427.3,442.7L429.2,442.3L433.5,442.2L437.6,441.5L441.0,440.7L444.4,439.6L447.5,438.6L451.3,437.2L453.8,435.7L456.4,434.4L457.2,432.8L454.3,431.7L455.2,430.0L457.1,428.7L460.0,427.9L463.0,426.9L465.9,425.6L468.0,424.0L469.4,422.1L471.4,421.0L474.7,421.2L476.1,422.5L479.4,422.7L479.5,421.2L480.9,419.6L483.9,420.0L484.6,421.5L487.9,421.7L491.5,421.0L495.0,420.6L498.2,420.8L499.4,422.5L502.4,421.1L505.2,420.4L508.4,419.9L511.5,419.3L514.3,418.4L517.4,417.8L519.8,416.9L521.5,415.5L523.6,416.5L526.5,416.0L528.5,417.8L530.0,419.2L533.2,418.5L534.5,416.9L537.3,415.8L540.9,416.1L542.0,417.5L544.3,416.1L547.3,415.6L550.6,415.4L553.5,415.5L556.6,416.0L559.6,416.2L560.9,417.5L562.7,418.7L565.7,418.0L569.0,417.8L572.2,417.8L575.3,417.8L578.0,417.2L581.0,416.7L583.4,415.7L586.0,415.0L588.9,414.6L591.0,413.5L592.5,411.4L594.1,410.2L597.0,410.8L598.1,412.1L600.4,413.0L603.3,412.7L605.3,414.1L607.4,415.1L610.2,414.1L611.2,412.5L613.7,411.8L616.6,410.5L619.3,410.0L622.5,409.3L624.7,408.5L627.0,407.6L629.2,406.8L631.8,407.2L634.3,405.9L636.1,404.9L638.7,404.9L641.0,404.1L641.5,402.8L643.9,401.8L646.1,401.1L648.9,400.5L651.5,400.2L653.9,400.4L656.5,400.8L658.8,401.8L659.0,403.3L661.5,404.6L663.2,405.6L666.5,406.0L668.3,407.1L670.6,408.1L673.3,408.3L675.5,407.6L677.9,406.0L680.5,406.8L683.3,407.3L685.9,407.7L688.6,408.0L691.4,408.0L693.6,412.0L693.5,412.9L693.2,414.7L690.5,415.7L688.4,417.1L688.7,418.7L691.8,418.6L691.5,420.2L690.1,421.7L688.7,423.3L690.9,424.6L694.1,425.0L697.3,424.3L698.8,422.7L699.7,421.2L701.3,419.9L703.0,418.8L703.7,417.4L705.2,415.4L706.9,415.1L710.1,414.9L712.8,414.4L715.7,413.8L717.0,412.3L717.9,410.9L719.8,409.5L722.5,408.5L724.8,407.8L726.3,406.5L727.9,405.9L729.9,405.3L732.7,405.7L735.2,405.3L737.9,404.9L741.0,405.1L743.0,404.1L744.4,401.6L745.4,402.6L746.7,404.4L749.1,405.1L751.7,405.4L754.4,404.9L757.2,405.2L759.9,405.3L761.6,404.9L763.9,405.2L766.1,406.0L768.6,405.4L771.6,405.4L774.1,404.9L777.0,405.4L778.8,404.2L780.3,403.0L782.2,402.0L785.6,399.3L787.4,399.8L789.6,400.8L791.4,402.1L794.9,404.3L797.7,404.4L800.2,404.4L803.2,403.9L806.2,403.4L808.5,402.4L810.4,401.3L813.5,401.2L815.6,400.4L817.7,401.1L819.2,402.3L821.1,403.4L824.2,403.3L826.1,404.2L829.4,405.2L832.9,405.5L835.7,405.2L837.9,404.1L839.8,402.9L842.3,402.6L844.8,403.1L847.7,403.5L850.3,402.9L852.8,402.9L855.2,403.3L857.8,403.6L860.3,403.0L863.3,402.4L866.1,402.3L869.3,402.3L871.8,401.9L874.3,401.6L875.1,399.9L875.2,398.4L876.9,399.4L877.4,401.0L878.3,402.5L879.5,403.7L881.8,404.4L885.0,404.1L888.6,404.1L891.1,403.9L894.8,403.9L897.4,403.8L901.0,403.9L904.1,404.2L906.1,405.4L905.6,406.8L907.3,407.9L910.3,408.7L913.4,409.7L917.0,410.4L920.8,411.0L923.6,411.6L926.8,411.7L928.6,410.4L931.0,411.4L933.1,412.6L935.6,413.5L939.0,413.9L942.2,414.4L943.5,415.9L946.7,416.8L948.8,418.2L951.9,418.8L955.1,418.8L958.1,419.0L961.4,418.9L964.7,419.2L967.8,419.8L970.7,420.7L973.6,421.5L975.6,422.7L975.2,424.3L973.8,425.7L972.5,427.6L971.5,429.1L970.2,430.8L966.6,431.5L965.0,433.0L961.4,433.9L960.1,435.6L958.2,437.3L956.2,438.7L955.1,440.5L954.4,442.2L954.1,444.2L954.1,445.9L955.7,447.7L956.3,449.5L957.6,451.1L962.8,451.8L963.9,453.9L958.9,454.6L954.6,455.7L949.3,455.9L947.0,458.7L946.5,461.0L945.3,462.9L943.9,464.8L947.6,466.5L949.0,468.7L951.4,470.6L954.7,472.4L958.6,474.1L962.8,475.8L969.1,477.5L970.6,480.3L978.6,481.5L979.1,481.9L981.2,483.6L988.8,482.1L995.2,483.9L1000.0,485.3M0.0,485.3Z M590.9,149.7L591.1,149.7L591.5,149.1L593.5,149.1L596.0,148.4L594.2,149.5L594.4,149.9L594.4,149.9L594.1,149.8L593.5,150.0L593.1,150.0L593.0,150.1L592.9,149.8L592.7,149.7L592.2,149.6L591.4,149.9L590.9,149.7Z M590.9,149.7L591.4,149.9L592.2,149.6L592.7,149.7L592.9,149.8L593.0,150.1L593.1,150.0L593.5,150.0L594.1,149.8L594.4,149.9L594.4,149.9L594.5,150.1L591.6,151.1L590.2,150.8L589.6,149.8L590.9,149.7Z M494.0,149.7L495.0,151.2L495.2,152.7L496.1,155.3L496.9,155.9L496.4,156.8L492.7,157.2L491.5,158.1L489.9,158.3L489.7,160.1L486.5,161.1L485.4,162.3L483.2,162.9L480.4,163.3L475.9,165.0L475.9,167.8L475.9,167.8L475.5,167.8L475.6,169.1L473.9,169.2L473.0,169.7L471.7,169.7L470.7,169.4L468.4,169.7L467.4,171.5L466.6,171.7L465.3,174.6L461.4,177.1L460.5,180.3L459.4,181.3L459.0,182.2L452.8,182.4L452.7,182.4L452.7,182.4L452.9,181.3L453.9,180.7L454.8,179.5L454.6,178.7L455.6,177.1L457.2,175.6L458.1,175.2L458.8,173.8L458.9,172.6L459.9,171.2L461.7,170.3L463.5,167.9L463.6,167.9L464.9,166.9L467.5,166.7L469.7,165.1L471.1,164.4L473.4,162.4L472.7,159.4L473.8,157.3L474.2,156.1L476.0,154.4L478.7,153.3L480.8,152.3L482.7,149.7L483.5,148.2L485.6,148.2L487.2,149.3L489.9,149.1L492.8,149.6L494.0,149.7Z M602.4,181.0L591.4,181.0L580.6,181.0L569.4,181.0L569.4,181.0L569.4,172.5L569.4,164.1L568.6,162.2L569.3,160.7L568.9,159.6L569.9,158.5L569.9,158.5L573.6,158.4L576.3,159.1L579.0,159.8L580.3,160.2L582.5,159.4L583.6,158.7L586.0,158.5L588.0,158.8L588.8,160.0L589.4,159.2L591.6,159.8L593.8,159.9L595.2,159.3L595.2,159.3L596.7,162.8L597.0,163.5L597.0,163.5L596.2,164.4L595.6,166.2L594.9,167.5L594.2,167.9L593.3,167.1L592.0,166.0L590.1,162.6L589.8,162.8L590.9,165.4L592.6,167.7L594.7,171.4L595.8,172.7L596.7,174.0L599.1,176.6L598.6,177.0L598.7,178.5L601.9,180.6L602.4,181.0Z M569.4,181.0L569.4,185.6L566.2,185.6L566.2,186.6L566.2,186.6L555.1,182.2L544.1,177.8L541.3,179.0L541.3,179.0L539.3,179.9L537.7,178.6L533.3,177.6L533.3,177.6L532.1,176.2L529.9,175.1L528.6,175.5L527.6,174.2L527.5,173.2L525.9,171.5L527.0,170.5L526.7,169.1L527.1,167.8L526.9,166.7L527.4,164.8L527.2,163.6L526.3,161.5L526.3,161.5L527.7,161.0L527.9,160.0L527.6,159.0L529.5,158.0L530.4,157.2L531.8,156.5L531.9,154.7L531.9,154.7L535.2,155.5L536.3,155.3L538.7,155.7L542.3,156.8L543.6,159.0L546.1,159.4L550.1,160.4L553.0,161.6L554.4,161.0L555.7,159.9L555.1,158.0L555.9,156.9L557.9,155.7L559.8,155.4L563.6,155.9L564.5,157.0L565.6,157.0L566.5,157.4L569.2,157.7L569.9,158.5L569.9,158.5L568.9,159.6L569.3,160.7L568.6,162.2L569.4,164.1L569.4,172.5L569.4,181.0Z M632.7,212.4L624.9,219.0L621.3,219.1L618.8,220.7L617.0,220.7L616.3,221.4L616.3,221.4L614.4,221.4L613.2,220.7L610.7,221.6L609.9,222.5L608.0,222.3L607.4,222.1L606.8,222.1L605.9,222.1L602.4,220.2L600.4,220.2L599.5,219.5L599.5,218.3L598.0,217.9L598.0,217.9L596.4,215.5L595.1,215.0L594.7,214.1L593.2,213.1L591.5,212.9L592.5,211.7L594.0,211.6L594.4,210.9L594.4,210.9L594.3,208.9L595.2,206.6L596.5,206.0L596.8,205.1L597.9,203.4L599.6,202.3L600.7,200.1L601.2,198.2L601.2,198.2L604.4,198.7L605.3,197.0L607.0,198.0L608.6,197.5L609.3,197.9L611.2,198.0L613.6,198.9L614.3,199.6L615.6,200.4L616.7,201.7L617.6,202.4L617.6,202.4L616.7,203.4L615.7,204.4L615.9,205.0L616.0,205.7L617.5,205.7L618.2,205.6L618.8,206.0L618.8,206.0L618.2,206.8L619.2,208.0L620.3,209.0L621.3,209.8L630.4,212.4L632.7,212.4Z M617.6,202.4L618.8,202.6L619.7,202.0L619.7,202.0L620.3,202.7L620.2,203.6L618.7,204.2L619.8,204.8L619.8,204.8L618.8,206.0L618.8,206.0L618.2,205.6L617.5,205.7L616.0,205.7L615.9,205.0L615.7,204.4L616.7,203.4L617.6,202.4Z M636.0,204.9L635.9,204.9L635.9,205.8L635.9,208.1L635.9,209.2L634.7,210.6L632.7,212.4L632.7,212.4L630.4,212.4L621.3,209.8L620.3,209.0L619.2,208.0L618.2,206.8L618.8,206.0L618.8,206.0L619.8,204.8L619.8,204.8L620.8,205.2L621.3,206.1L622.5,207.0L623.9,207.0L626.5,206.5L629.6,206.2L632.0,205.5L633.4,205.4L634.4,205.0L636.0,204.9Z M594.2,232.1L588.5,232.2L585.5,232.2L584.5,232.5L584.5,232.5L582.8,233.2L582.2,232.9L582.2,232.9L582.2,231.3L582.8,230.5L583.0,228.7L583.6,227.7L584.6,226.5L585.7,225.9L586.6,225.2L585.5,224.9L585.6,222.3L585.6,222.3L586.8,221.7L588.6,222.2L590.8,221.7L592.7,221.7L594.5,220.7L594.5,220.7L595.8,222.2L596.1,223.3L597.3,225.8L596.3,227.4L594.9,228.9L594.1,229.8L594.2,232.1Z M584.5,232.5L585.6,233.7L585.4,235.0L584.6,235.3L584.6,235.3L583.2,235.1L582.3,236.4L580.6,236.2L580.6,236.2L580.9,235.0L581.3,234.9L581.4,233.6L582.2,232.9L582.2,232.9L582.8,233.2L584.5,232.5Z M551.6,130.5L549.1,129.5L548.0,128.4L547.0,127.8L545.7,126.8L545.1,126.0L543.7,124.7L544.3,123.6L545.3,124.2L545.9,123.6L547.2,123.6L549.6,124.0L551.5,124.0L552.8,124.6L552.8,124.6L553.8,124.6L553.1,125.8L554.4,126.8L554.0,128.1L553.4,128.2L553.4,128.2L552.9,128.4L552.0,129.0L551.6,130.5Z M562.2,131.4L563.6,132.2L563.8,133.9L563.8,133.9L563.2,134.0L562.8,134.5L561.3,134.4L560.2,135.0L558.4,135.2L558.4,135.2L557.2,134.6L556.8,133.5L557.2,132.6L557.2,132.6L557.5,132.6L557.7,132.1L559.3,131.7L559.9,131.6L559.9,131.6L560.9,131.4L562.2,131.4Z M552.3,121.7L554.4,121.0L556.2,121.1L556.2,121.1L557.7,122.2L558.0,123.1L559.7,123.7L559.9,124.8L561.5,125.6L562.4,125.0L563.1,125.3L562.4,125.8L562.9,126.3L562.9,126.3L562.3,126.9L562.5,127.9L563.8,129.0L562.8,129.8L562.3,130.7L562.6,131.0L562.2,131.4L562.2,131.4L560.9,131.4L559.9,131.6L559.9,131.6L559.8,131.4L560.2,131.1L560.5,130.4L560.1,130.4L559.6,129.9L559.1,129.8L558.7,129.4L558.2,129.2L557.8,128.8L557.3,129.0L556.9,129.9L556.3,130.1L556.3,130.1L556.5,129.8L555.4,129.3L554.5,129.0L554.1,128.6L553.4,128.2L553.4,128.2L554.0,128.1L554.4,126.8L553.1,125.8L553.8,124.6L552.8,124.6L552.8,124.6L553.9,123.6L553.0,122.8L552.3,121.7Z M555.8,130.7L555.0,130.9L554.8,130.4L553.6,131.7L553.8,132.5L553.8,132.5L553.2,132.3L552.4,131.5L551.2,130.9L551.2,130.9L551.6,130.5L551.6,130.5L552.0,129.0L552.9,128.4L553.4,128.2L553.4,128.2L554.1,128.6L554.5,129.0L555.4,129.3L556.5,129.8L556.3,130.1L556.3,130.1L555.8,130.7Z M557.2,132.6L557.0,131.6L556.3,131.4L555.8,130.7L555.8,130.7L556.3,130.1L556.3,130.1L556.9,129.9L557.3,129.0L557.8,128.8L558.2,129.2L558.7,129.4L559.1,129.8L559.6,129.9L560.1,130.4L560.5,130.4L560.2,131.1L559.8,131.4L559.9,131.6L559.9,131.6L559.3,131.7L557.7,132.1L557.5,132.6L557.2,132.6Z M328.7,206.3L330.3,206.0L330.8,206.1L330.7,207.8L328.4,208.0L327.9,207.8L328.7,207.2L328.7,206.3Z M585.6,222.3L583.2,220.8L582.5,219.9L581.0,220.4L579.7,220.2L579.0,220.6L577.7,220.3L576.0,218.5L576.0,218.5L575.6,217.8L573.5,217.0L572.8,215.6L571.7,214.7L569.8,213.5L569.8,212.8L568.2,211.9L568.2,211.9L566.4,211.1L567.2,210.8L568.2,210.4L568.9,208.4L569.6,207.4L571.6,207.1L572.1,207.7L573.5,209.0L574.3,209.2L575.3,208.8L577.3,208.9L577.7,209.4L580.5,209.4L580.6,208.9L582.0,208.5L582.3,207.8L583.3,207.4L585.7,208.7L587.1,208.4L588.5,206.8L590.0,205.6L589.8,204.3L589.1,203.6L590.8,203.5L591.0,203.0L592.2,203.2L591.9,204.8L592.2,206.4L593.7,207.3L594.0,208.1L594.0,209.2L594.3,209.2L594.4,210.9L594.4,210.9L594.0,211.6L592.5,211.7L591.5,212.9L593.2,213.1L594.7,214.1L595.1,215.0L596.4,215.5L598.0,217.9L598.0,217.9L596.2,219.4L594.5,220.7L594.5,220.7L592.7,221.7L590.8,221.7L588.6,222.2L586.8,221.7L585.6,222.3Z" fill="#162035" stroke="#1e3a5f" stroke-width="0.5" stroke-linejoin="round"/>
<circle cx="284.7" cy="143.8" r="4" fill="none" stroke="#22C55E" stroke-width="1.5"><animate attributeName="r" values="4;13;4" dur="2.4s" begin="0.00s" repeatCount="indefinite"/><animate attributeName="stroke-opacity" values="0.6;0;0.6" dur="2.4s" begin="0.00s" repeatCount="indefinite"/></circle>
<circle cx="284.7" cy="143.8" r="4" fill="none" stroke="#22C55E" stroke-width="1"><animate attributeName="r" values="4;13;4" dur="2.4s" begin="0.80s" repeatCount="indefinite"/><animate attributeName="stroke-opacity" values="0.4;0;0.4" dur="2.4s" begin="0.80s" repeatCount="indefinite"/></circle>
<circle cx="284.7" cy="143.8" r="4.5" fill="#22C55E" stroke="#0a1628" stroke-width="1.5"/>
<circle cx="269.7" cy="136.4" r="4" fill="none" stroke="#22C55E" stroke-width="1.5"><animate attributeName="r" values="4;13;4" dur="2.4s" begin="0.08s" repeatCount="indefinite"/><animate attributeName="stroke-opacity" values="0.6;0;0.6" dur="2.4s" begin="0.08s" repeatCount="indefinite"/></circle>
<circle cx="269.7" cy="136.4" r="4" fill="none" stroke="#22C55E" stroke-width="1"><animate attributeName="r" values="4;13;4" dur="2.4s" begin="0.88s" repeatCount="indefinite"/><animate attributeName="stroke-opacity" values="0.4;0;0.4" dur="2.4s" begin="0.88s" repeatCount="indefinite"/></circle>
<circle cx="269.7" cy="136.4" r="4.5" fill="#22C55E" stroke="#0a1628" stroke-width="1.5"/>
<circle cx="160.0" cy="143.1" r="4" fill="none" stroke="#22C55E" stroke-width="1.5"><animate attributeName="r" values="4;13;4" dur="2.4s" begin="0.16s" repeatCount="indefinite"/><animate attributeName="stroke-opacity" values="0.6;0;0.6" dur="2.4s" begin="0.16s" repeatCount="indefinite"/></circle>
<circle cx="160.0" cy="143.1" r="4" fill="none" stroke="#22C55E" stroke-width="1"><animate attributeName="r" values="4;13;4" dur="2.4s" begin="0.96s" repeatCount="indefinite"/><animate attributeName="stroke-opacity" values="0.4;0;0.4" dur="2.4s" begin="0.96s" repeatCount="indefinite"/></circle>
<circle cx="160.0" cy="143.1" r="4.5" fill="#22C55E" stroke="#0a1628" stroke-width="1.5"/>
<circle cx="158.6" cy="122.8" r="4" fill="none" stroke="#22C55E" stroke-width="1.5"><animate attributeName="r" values="4;13;4" dur="2.4s" begin="0.24s" repeatCount="indefinite"/><animate attributeName="stroke-opacity" values="0.6;0;0.6" dur="2.4s" begin="0.24s" repeatCount="indefinite"/></circle>
<circle cx="158.6" cy="122.8" r="4" fill="none" stroke="#22C55E" stroke-width="1"><animate attributeName="r" values="4;13;4" dur="2.4s" begin="1.04s" repeatCount="indefinite"/><animate attributeName="stroke-opacity" values="0.4;0;0.4" dur="2.4s" begin="1.04s" repeatCount="indefinite"/></circle>
<circle cx="158.6" cy="122.8" r="4.5" fill="#22C55E" stroke="#0a1628" stroke-width="1.5"/>
<circle cx="295.6" cy="122.8" r="4" fill="none" stroke="#22C55E" stroke-width="1.5"><animate attributeName="r" values="4;13;4" dur="2.4s" begin="0.32s" repeatCount="indefinite"/><animate attributeName="stroke-opacity" values="0.6;0;0.6" dur="2.4s" begin="0.32s" repeatCount="indefinite"/></circle>
<circle cx="295.6" cy="122.8" r="4" fill="none" stroke="#22C55E" stroke-width="1"><animate attributeName="r" values="4;13;4" dur="2.4s" begin="1.12s" repeatCount="indefinite"/><animate attributeName="stroke-opacity" values="0.4;0;0.4" dur="2.4s" begin="1.12s" repeatCount="indefinite"/></circle>
<circle cx="295.6" cy="122.8" r="4.5" fill="#22C55E" stroke="#0a1628" stroke-width="1.5"/>
<circle cx="183.3" cy="107.4" r="4" fill="none" stroke="#22C55E" stroke-width="1.5"><animate attributeName="r" values="4;13;4" dur="2.4s" begin="0.40s" repeatCount="indefinite"/><animate attributeName="stroke-opacity" values="0.6;0;0.6" dur="2.4s" begin="0.40s" repeatCount="indefinite"/></circle>
<circle cx="183.3" cy="107.4" r="4" fill="none" stroke="#22C55E" stroke-width="1"><animate attributeName="r" values="4;13;4" dur="2.4s" begin="1.20s" repeatCount="indefinite"/><animate attributeName="stroke-opacity" values="0.4;0;0.4" dur="2.4s" begin="1.20s" repeatCount="indefinite"/></circle>
<circle cx="183.3" cy="107.4" r="4.5" fill="#22C55E" stroke="#0a1628" stroke-width="1.5"/>
<circle cx="224.7" cy="187.0" r="4" fill="none" stroke="#22C55E" stroke-width="1.5"><animate attributeName="r" values="4;13;4" dur="2.4s" begin="0.48s" repeatCount="indefinite"/><animate attributeName="stroke-opacity" values="0.6;0;0.6" dur="2.4s" begin="0.48s" repeatCount="indefinite"/></circle>
<circle cx="224.7" cy="187.0" r="4" fill="none" stroke="#22C55E" stroke-width="1"><animate attributeName="r" values="4;13;4" dur="2.4s" begin="1.28s" repeatCount="indefinite"/><animate attributeName="stroke-opacity" values="0.4;0;0.4" dur="2.4s" begin="1.28s" repeatCount="indefinite"/></circle>
<circle cx="224.7" cy="187.0" r="4.5" fill="#22C55E" stroke="#0a1628" stroke-width="1.5"/>
<circle cx="370.6" cy="282.7" r="4" fill="none" stroke="#22C55E" stroke-width="1.5"><animate attributeName="r" values="4;13;4" dur="2.4s" begin="0.56s" repeatCount="indefinite"/><animate attributeName="stroke-opacity" values="0.6;0;0.6" dur="2.4s" begin="0.56s" repeatCount="indefinite"/></circle>
<circle cx="370.6" cy="282.7" r="4" fill="none" stroke="#22C55E" stroke-width="1"><animate attributeName="r" values="4;13;4" dur="2.4s" begin="1.36s" repeatCount="indefinite"/><animate attributeName="stroke-opacity" values="0.4;0;0.4" dur="2.4s" begin="1.36s" repeatCount="indefinite"/></circle>
<circle cx="370.6" cy="282.7" r="4.5" fill="#22C55E" stroke="#0a1628" stroke-width="1.5"/>
<circle cx="482.5" cy="100.7" r="4" fill="none" stroke="#22C55E" stroke-width="1.5"><animate attributeName="r" values="4;13;4" dur="2.4s" begin="0.64s" repeatCount="indefinite"/><animate attributeName="stroke-opacity" values="0.6;0;0.6" dur="2.4s" begin="0.64s" repeatCount="indefinite"/></circle>
<circle cx="482.5" cy="100.7" r="4" fill="none" stroke="#22C55E" stroke-width="1"><animate attributeName="r" values="4;13;4" dur="2.4s" begin="1.44s" repeatCount="indefinite"/><animate attributeName="stroke-opacity" values="0.4;0;0.4" dur="2.4s" begin="1.44s" repeatCount="indefinite"/></circle>
<circle cx="482.5" cy="100.7" r="4.5" fill="#22C55E" stroke="#0a1628" stroke-width="1.5"/>
<circle cx="499.7" cy="106.0" r="4" fill="none" stroke="#22C55E" stroke-width="1.5"><animate attributeName="r" values="4;13;4" dur="2.4s" begin="0.72s" repeatCount="indefinite"/><animate attributeName="stroke-opacity" values="0.6;0;0.6" dur="2.4s" begin="0.72s" repeatCount="indefinite"/></circle>
<circle cx="499.7" cy="106.0" r="4" fill="none" stroke="#22C55E" stroke-width="1"><animate attributeName="r" values="4;13;4" dur="2.4s" begin="1.52s" repeatCount="indefinite"/><animate attributeName="stroke-opacity" values="0.4;0;0.4" dur="2.4s" begin="1.52s" repeatCount="indefinite"/></circle>
<circle cx="499.7" cy="106.0" r="4.5" fill="#22C55E" stroke="#0a1628" stroke-width="1.5"/>
<circle cx="506.4" cy="113.4" r="4" fill="none" stroke="#22C55E" stroke-width="1.5"><animate attributeName="r" values="4;13;4" dur="2.4s" begin="0.80s" repeatCount="indefinite"/><animate attributeName="stroke-opacity" values="0.6;0;0.6" dur="2.4s" begin="0.80s" repeatCount="indefinite"/></circle>
<circle cx="506.4" cy="113.4" r="4" fill="none" stroke="#22C55E" stroke-width="1"><animate attributeName="r" values="4;13;4" dur="2.4s" begin="1.60s" repeatCount="indefinite"/><animate attributeName="stroke-opacity" values="0.4;0;0.4" dur="2.4s" begin="1.60s" repeatCount="indefinite"/></circle>
<circle cx="506.4" cy="113.4" r="4.5" fill="#22C55E" stroke="#0a1628" stroke-width="1.5"/>
<circle cx="524.2" cy="110.0" r="4" fill="none" stroke="#22C55E" stroke-width="1.5"><animate attributeName="r" values="4;13;4" dur="2.4s" begin="0.88s" repeatCount="indefinite"/><animate attributeName="stroke-opacity" values="0.6;0;0.6" dur="2.4s" begin="0.88s" repeatCount="indefinite"/></circle>
<circle cx="524.2" cy="110.0" r="4" fill="none" stroke="#22C55E" stroke-width="1"><animate attributeName="r" values="4;13;4" dur="2.4s" begin="1.68s" repeatCount="indefinite"/><animate attributeName="stroke-opacity" values="0.4;0;0.4" dur="2.4s" begin="1.68s" repeatCount="indefinite"/></circle>
<circle cx="524.2" cy="110.0" r="4.5" fill="#22C55E" stroke="#0a1628" stroke-width="1.5"/>
<circle cx="523.6" cy="117.6" r="5" fill="none" stroke="#D4AF37" stroke-width="2"><animate attributeName="r" values="5;18;5" dur="2.4s" begin="0.96s" repeatCount="indefinite"/><animate attributeName="stroke-opacity" values="0.6;0;0.6" dur="2.4s" begin="0.96s" repeatCount="indefinite"/></circle>
<circle cx="523.6" cy="117.6" r="5" fill="none" stroke="#D4AF37" stroke-width="1.5"><animate attributeName="r" values="5;18;5" dur="2.4s" begin="1.76s" repeatCount="indefinite"/><animate attributeName="stroke-opacity" values="0.4;0;0.4" dur="2.4s" begin="1.76s" repeatCount="indefinite"/></circle>
<circle cx="523.6" cy="117.6" r="6" fill="#D4AF37" stroke="#0a1628" stroke-width="2"/>
<circle cx="523.6" cy="117.6" r="3" fill="#0a1628"/>
<circle cx="525.6" cy="122.8" r="4" fill="none" stroke="#22C55E" stroke-width="1.5"><animate attributeName="r" values="4;13;4" dur="2.4s" begin="1.04s" repeatCount="indefinite"/><animate attributeName="stroke-opacity" values="0.6;0;0.6" dur="2.4s" begin="1.04s" repeatCount="indefinite"/></circle>
<circle cx="525.6" cy="122.8" r="4" fill="none" stroke="#22C55E" stroke-width="1"><animate attributeName="r" values="4;13;4" dur="2.4s" begin="1.84s" repeatCount="indefinite"/><animate attributeName="stroke-opacity" values="0.4;0;0.4" dur="2.4s" begin="1.84s" repeatCount="indefinite"/></circle>
<circle cx="525.6" cy="122.8" r="4.5" fill="#22C55E" stroke="#0a1628" stroke-width="1.5"/>
<circle cx="489.7" cy="136.4" r="4" fill="none" stroke="#22C55E" stroke-width="1.5"><animate attributeName="r" values="4;13;4" dur="2.4s" begin="1.12s" repeatCount="indefinite"/><animate attributeName="stroke-opacity" values="0.6;0;0.6" dur="2.4s" begin="1.12s" repeatCount="indefinite"/></circle>
<circle cx="489.7" cy="136.4" r="4" fill="none" stroke="#22C55E" stroke-width="1"><animate attributeName="r" values="4;13;4" dur="2.4s" begin="1.92s" repeatCount="indefinite"/><animate attributeName="stroke-opacity" values="0.4;0;0.4" dur="2.4s" begin="1.92s" repeatCount="indefinite"/></circle>
<circle cx="489.7" cy="136.4" r="4.5" fill="#22C55E" stroke="#0a1628" stroke-width="1.5"/>
<circle cx="550.3" cy="82.1" r="4" fill="none" stroke="#22C55E" stroke-width="1.5"><animate attributeName="r" values="4;13;4" dur="2.4s" begin="1.20s" repeatCount="indefinite"/><animate attributeName="stroke-opacity" values="0.6;0;0.6" dur="2.4s" begin="1.20s" repeatCount="indefinite"/></circle>
<circle cx="550.3" cy="82.1" r="4" fill="none" stroke="#22C55E" stroke-width="1"><animate attributeName="r" values="4;13;4" dur="2.4s" begin="2.00s" repeatCount="indefinite"/><animate attributeName="stroke-opacity" values="0.4;0;0.4" dur="2.4s" begin="2.00s" repeatCount="indefinite"/></circle>
<circle cx="550.3" cy="82.1" r="4.5" fill="#22C55E" stroke="#0a1628" stroke-width="1.5"/>
<circle cx="640.6" cy="171.3" r="4" fill="none" stroke="#22C55E" stroke-width="1.5"><animate attributeName="r" values="4;13;4" dur="2.4s" begin="1.28s" repeatCount="indefinite"/><animate attributeName="stroke-opacity" values="0.6;0;0.6" dur="2.4s" begin="1.28s" repeatCount="indefinite"/></circle>
<circle cx="640.6" cy="171.3" r="4" fill="none" stroke="#22C55E" stroke-width="1"><animate attributeName="r" values="4;13;4" dur="2.4s" begin="2.08s" repeatCount="indefinite"/><animate attributeName="stroke-opacity" values="0.4;0;0.4" dur="2.4s" begin="2.08s" repeatCount="indefinite"/></circle>
<circle cx="640.6" cy="171.3" r="4.5" fill="#22C55E" stroke="#0a1628" stroke-width="1.5"/>
<circle cx="653.6" cy="173.6" r="4" fill="none" stroke="#22C55E" stroke-width="1.5"><animate attributeName="r" values="4;13;4" dur="2.4s" begin="1.36s" repeatCount="indefinite"/><animate attributeName="stroke-opacity" values="0.6;0;0.6" dur="2.4s" begin="1.36s" repeatCount="indefinite"/></circle>
<circle cx="653.6" cy="173.6" r="4" fill="none" stroke="#22C55E" stroke-width="1"><animate attributeName="r" values="4;13;4" dur="2.4s" begin="2.16s" repeatCount="indefinite"/><animate attributeName="stroke-opacity" values="0.4;0;0.4" dur="2.4s" begin="2.16s" repeatCount="indefinite"/></circle>
<circle cx="653.6" cy="173.6" r="4.5" fill="#22C55E" stroke="#0a1628" stroke-width="1.5"/>
<circle cx="596.7" cy="157.2" r="4" fill="none" stroke="#22C55E" stroke-width="1.5"><animate attributeName="r" values="4;13;4" dur="2.4s" begin="1.44s" repeatCount="indefinite"/><animate attributeName="stroke-opacity" values="0.6;0;0.6" dur="2.4s" begin="1.44s" repeatCount="indefinite"/></circle>
<circle cx="596.7" cy="157.2" r="4" fill="none" stroke="#22C55E" stroke-width="1"><animate attributeName="r" values="4;13;4" dur="2.4s" begin="2.24s" repeatCount="indefinite"/><animate attributeName="stroke-opacity" values="0.4;0;0.4" dur="2.4s" begin="2.24s" repeatCount="indefinite"/></circle>
<circle cx="596.7" cy="157.2" r="4.5" fill="#22C55E" stroke="#0a1628" stroke-width="1.5"/>
<circle cx="551.1" cy="307.2" r="4" fill="none" stroke="#22C55E" stroke-width="1.5"><animate attributeName="r" values="4;13;4" dur="2.4s" begin="1.52s" repeatCount="indefinite"/><animate attributeName="stroke-opacity" values="0.6;0;0.6" dur="2.4s" begin="1.52s" repeatCount="indefinite"/></circle>
<circle cx="551.1" cy="307.2" r="4" fill="none" stroke="#22C55E" stroke-width="1"><animate attributeName="r" values="4;13;4" dur="2.4s" begin="2.32s" repeatCount="indefinite"/><animate attributeName="stroke-opacity" values="0.4;0;0.4" dur="2.4s" begin="2.32s" repeatCount="indefinite"/></circle>
<circle cx="551.1" cy="307.2" r="4.5" fill="#22C55E" stroke="#0a1628" stroke-width="1.5"/>
<circle cx="702.5" cy="187.7" r="4" fill="none" stroke="#22C55E" stroke-width="1.5"><animate attributeName="r" values="4;13;4" dur="2.4s" begin="1.60s" repeatCount="indefinite"/><animate attributeName="stroke-opacity" values="0.6;0;0.6" dur="2.4s" begin="1.60s" repeatCount="indefinite"/></circle>
<circle cx="702.5" cy="187.7" r="4" fill="none" stroke="#22C55E" stroke-width="1"><animate attributeName="r" values="4;13;4" dur="2.4s" begin="2.40s" repeatCount="indefinite"/><animate attributeName="stroke-opacity" values="0.4;0;0.4" dur="2.4s" begin="2.40s" repeatCount="indefinite"/></circle>
<circle cx="702.5" cy="187.7" r="4.5" fill="#22C55E" stroke="#0a1628" stroke-width="1.5"/>
<circle cx="718.1" cy="191.5" r="4" fill="none" stroke="#22C55E" stroke-width="1.5"><animate attributeName="r" values="4;13;4" dur="2.4s" begin="1.68s" repeatCount="indefinite"/><animate attributeName="stroke-opacity" values="0.6;0;0.6" dur="2.4s" begin="1.68s" repeatCount="indefinite"/></circle>
<circle cx="718.1" cy="191.5" r="4" fill="none" stroke="#22C55E" stroke-width="1"><animate attributeName="r" values="4;13;4" dur="2.4s" begin="2.48s" repeatCount="indefinite"/><animate attributeName="stroke-opacity" values="0.4;0;0.4" dur="2.4s" begin="2.48s" repeatCount="indefinite"/></circle>
<circle cx="718.1" cy="191.5" r="4.5" fill="#22C55E" stroke="#0a1628" stroke-width="1.5"/>
<circle cx="788.3" cy="227.2" r="4" fill="none" stroke="#22C55E" stroke-width="1.5"><animate attributeName="r" values="4;13;4" dur="2.4s" begin="1.76s" repeatCount="indefinite"/><animate attributeName="stroke-opacity" values="0.6;0;0.6" dur="2.4s" begin="1.76s" repeatCount="indefinite"/></circle>
<circle cx="788.3" cy="227.2" r="4" fill="none" stroke="#22C55E" stroke-width="1"><animate attributeName="r" values="4;13;4" dur="2.4s" begin="2.56s" repeatCount="indefinite"/><animate attributeName="stroke-opacity" values="0.4;0;0.4" dur="2.4s" begin="2.56s" repeatCount="indefinite"/></circle>
<circle cx="788.3" cy="227.2" r="4.5" fill="#22C55E" stroke="#0a1628" stroke-width="1.5"/>
<circle cx="796.7" cy="243.6" r="4" fill="none" stroke="#22C55E" stroke-width="1.5"><animate attributeName="r" values="4;13;4" dur="2.4s" begin="1.84s" repeatCount="indefinite"/><animate attributeName="stroke-opacity" values="0.6;0;0.6" dur="2.4s" begin="1.84s" repeatCount="indefinite"/></circle>
<circle cx="796.7" cy="243.6" r="4" fill="none" stroke="#22C55E" stroke-width="1"><animate attributeName="r" values="4;13;4" dur="2.4s" begin="2.64s" repeatCount="indefinite"/><animate attributeName="stroke-opacity" values="0.4;0;0.4" dur="2.4s" begin="2.64s" repeatCount="indefinite"/></circle>
<circle cx="796.7" cy="243.6" r="4.5" fill="#22C55E" stroke="#0a1628" stroke-width="1.5"/>
<circle cx="782.5" cy="223.2" r="4" fill="none" stroke="#22C55E" stroke-width="1.5"><animate attributeName="r" values="4;13;4" dur="2.4s" begin="1.92s" repeatCount="indefinite"/><animate attributeName="stroke-opacity" values="0.6;0;0.6" dur="2.4s" begin="1.92s" repeatCount="indefinite"/></circle>
<circle cx="782.5" cy="223.2" r="4" fill="none" stroke="#22C55E" stroke-width="1"><animate attributeName="r" values="4;13;4" dur="2.4s" begin="2.72s" repeatCount="indefinite"/><animate attributeName="stroke-opacity" values="0.4;0;0.4" dur="2.4s" begin="2.72s" repeatCount="indefinite"/></circle>
<circle cx="782.5" cy="223.2" r="4.5" fill="#22C55E" stroke="#0a1628" stroke-width="1.5"/>
<circle cx="920.0" cy="307.2" r="4" fill="none" stroke="#22C55E" stroke-width="1.5"><animate attributeName="r" values="4;13;4" dur="2.4s" begin="2.00s" repeatCount="indefinite"/><animate attributeName="stroke-opacity" values="0.6;0;0.6" dur="2.4s" begin="2.00s" repeatCount="indefinite"/></circle>
<circle cx="920.0" cy="307.2" r="4" fill="none" stroke="#22C55E" stroke-width="1"><animate attributeName="r" values="4;13;4" dur="2.4s" begin="2.80s" repeatCount="indefinite"/><animate attributeName="stroke-opacity" values="0.4;0;0.4" dur="2.4s" begin="2.80s" repeatCount="indefinite"/></circle>
<circle cx="920.0" cy="307.2" r="4.5" fill="#22C55E" stroke="#0a1628" stroke-width="1.5"/>
<circle cx="902.8" cy="316.9" r="4" fill="none" stroke="#22C55E" stroke-width="1.5"><animate attributeName="r" values="4;13;4" dur="2.4s" begin="2.08s" repeatCount="indefinite"/><animate attributeName="stroke-opacity" values="0.6;0;0.6" dur="2.4s" begin="2.08s" repeatCount="indefinite"/></circle>
<circle cx="902.8" cy="316.9" r="4" fill="none" stroke="#22C55E" stroke-width="1"><animate attributeName="r" values="4;13;4" dur="2.4s" begin="2.88s" repeatCount="indefinite"/><animate attributeName="stroke-opacity" values="0.4;0;0.4" dur="2.4s" begin="2.88s" repeatCount="indefinite"/></circle>
<circle cx="902.8" cy="316.9" r="4.5" fill="#22C55E" stroke="#0a1628" stroke-width="1.5"/>
<circle cx="888.1" cy="148.3" r="4" fill="none" stroke="#22C55E" stroke-width="1.5"><animate attributeName="r" values="4;13;4" dur="2.4s" begin="2.16s" repeatCount="indefinite"/><animate attributeName="stroke-opacity" values="0.6;0;0.6" dur="2.4s" begin="2.16s" repeatCount="indefinite"/></circle>
<circle cx="888.1" cy="148.3" r="4" fill="none" stroke="#22C55E" stroke-width="1"><animate attributeName="r" values="4;13;4" dur="2.4s" begin="2.96s" repeatCount="indefinite"/><animate attributeName="stroke-opacity" values="0.4;0;0.4" dur="2.4s" begin="2.96s" repeatCount="indefinite"/></circle>
<circle cx="888.1" cy="148.3" r="4.5" fill="#22C55E" stroke="#0a1628" stroke-width="1.5"/>
<circle cx="876.4" cy="150.8" r="4" fill="none" stroke="#22C55E" stroke-width="1.5"><animate attributeName="r" values="4;13;4" dur="2.4s" begin="2.24s" repeatCount="indefinite"/><animate attributeName="stroke-opacity" values="0.6;0;0.6" dur="2.4s" begin="2.24s" repeatCount="indefinite"/></circle>
<circle cx="876.4" cy="150.8" r="4" fill="none" stroke="#22C55E" stroke-width="1"><animate attributeName="r" values="4;13;4" dur="2.4s" begin="3.04s" repeatCount="indefinite"/><animate attributeName="stroke-opacity" values="0.4;0;0.4" dur="2.4s" begin="3.04s" repeatCount="indefinite"/></circle>
<circle cx="876.4" cy="150.8" r="4.5" fill="#22C55E" stroke="#0a1628" stroke-width="1.5"/>
<circle cx="852.5" cy="143.6" r="4" fill="none" stroke="#22C55E" stroke-width="1.5"><animate attributeName="r" values="4;13;4" dur="2.4s" begin="2.32s" repeatCount="indefinite"/><animate attributeName="stroke-opacity" values="0.6;0;0.6" dur="2.4s" begin="2.32s" repeatCount="indefinite"/></circle>
<circle cx="852.5" cy="143.6" r="4" fill="none" stroke="#22C55E" stroke-width="1"><animate attributeName="r" values="4;13;4" dur="2.4s" begin="3.12s" repeatCount="indefinite"/><animate attributeName="stroke-opacity" values="0.4;0;0.4" dur="2.4s" begin="3.12s" repeatCount="indefinite"/></circle>
<circle cx="852.5" cy="143.6" r="4.5" fill="#22C55E" stroke="#0a1628" stroke-width="1.5"/>
<circle cx="817.2" cy="180.3" r="4" fill="none" stroke="#22C55E" stroke-width="1.5"><animate attributeName="r" values="4;13;4" dur="2.4s" begin="2.40s" repeatCount="indefinite"/><animate attributeName="stroke-opacity" values="0.6;0;0.6" dur="2.4s" begin="2.40s" repeatCount="indefinite"/></circle>
<circle cx="817.2" cy="180.3" r="4" fill="none" stroke="#22C55E" stroke-width="1"><animate attributeName="r" values="4;13;4" dur="2.4s" begin="3.20s" repeatCount="indefinite"/><animate attributeName="stroke-opacity" values="0.4;0;0.4" dur="2.4s" begin="3.20s" repeatCount="indefinite"/></circle>
<circle cx="817.2" cy="180.3" r="4.5" fill="#22C55E" stroke="#0a1628" stroke-width="1.5"/>
</svg>
</div>
<div id="dc-grid" style="display:flex;gap:12px;width:100%;margin-bottom:2.5rem">
<div class="rounded-xl p-4 text-center card-hover" data-lon="-77.4" style="background:#0d1f10;border:1px solid rgba(34,197,94,0.25);flex:1;min-width:0">
<div class="text-2xl mb-1.5">🇺🇸</div>
<div class="text-white font-semibold text-sm">Virginia</div>
<div class="text-gray-500 text-xs mb-2">US East</div>
<div class="flex items-center justify-center gap-1.5 text-xs text-accent"><span class="w-1.5 h-1.5 rounded-full bg-accent inline-block"></span>Live</div>
</div>
<div class="rounded-xl p-4 text-center card-hover" data-lon="8.5" style="background:#3d2e00;border:1px solid rgba(212,175,55,0.5);flex:1;min-width:0">
<div class="text-2xl mb-2">🇨🇭</div>
<div class="text-white font-semibold text-sm">Zürich</div>
<div class="text-gray-500 text-xs mb-2">EU Central</div>
<div class="flex items-center justify-center gap-1.5 text-xs" style="color:#D4AF37"><span class="w-1.5 h-1.5 rounded-full inline-block" style="background:#D4AF37"></span>Live</div>
</div>
<div class="rounded-xl p-4 text-center card-hover" data-lon="151.2" style="background:#0d1f10;border:1px solid rgba(34,197,94,0.25);flex:1;min-width:0">
<div class="text-2xl mb-2">🇦🇺</div>
<div class="text-white font-semibold text-sm">Sydney</div>
<div class="text-gray-500 text-xs mb-2">Asia Pacific South</div>
<div class="flex items-center justify-center gap-1.5 text-xs text-accent"><span class="w-1.5 h-1.5 rounded-full bg-accent inline-block"></span>Live</div>
</div>
</div>
</div>
</section>
<!-- Access Methods -->
<section class="py-8 border-t border-white/5">
<div class="max-w-7xl mx-auto px-6 text-center">
<h2 class="text-3xl md:text-4xl font-bold text-white mb-4">Your agent and you — same vault, right access</h2>
<p class="text-gray-400 max-w-2xl mx-auto mb-14">Four ways in. Each one designed for a different context. All pointing at the same encrypted store.</p>
<div class="grid sm:grid-cols-2 lg:grid-cols-4 gap-6 text-left">
<div class="bg-navy-light rounded-xl p-6 border border-white/5">
<div class="font-mono text-accent font-bold text-lg mb-2">MCP</div>
<div class="text-sm font-semibold text-white mb-2">For AI agents</div>
<p class="text-gray-400 text-sm leading-relaxed">Claude, GPT, or any MCP-compatible agent can search credentials, fetch API keys, and generate 2FA codes — scoped to exactly what you allow.</p>
</div>
<div class="bg-navy-light rounded-xl p-6 border border-white/5">
<div class="font-mono text-accent font-bold text-lg mb-2">Extension</div>
<div class="text-sm font-semibold text-white mb-2">For humans in a browser</div>
<p class="text-gray-400 text-sm leading-relaxed">Autofill passwords, generate 2FA codes inline, and unlock L2 fields with Touch ID — without leaving the page you're on.</p>
</div>
<div class="bg-navy-light rounded-xl p-6 border border-white/5">
<div class="font-mono text-accent font-bold text-lg mb-2">CLI</div>
<div class="text-sm font-semibold text-white mb-2">For terminal workflows</div>
<p class="text-gray-400 text-sm leading-relaxed">Pipe credentials directly into scripts and CI pipelines. <span class="font-mono text-gray-300 text-xs">vault get github.token</span> — done.</p>
</div>
<div class="bg-navy-light rounded-xl p-6 border border-white/5">
<div class="font-mono text-accent font-bold text-lg mb-2">API</div>
<div class="text-sm font-semibold text-white mb-2">For everything else</div>
<p class="text-gray-400 text-sm leading-relaxed">REST API with scoped tokens. Give your deployment pipeline read access to staging keys. Nothing else.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Complaints Wall -->
<section class="py-24 bg-navy">
<div class="max-w-7xl mx-auto px-6">
<div class="text-center mb-16">
<p class="text-green-400 text-xs font-mono uppercase tracking-widest mb-4">The competition</p>
<h2 class="text-3xl md:text-4xl font-bold text-white mb-4">We listened. And addressed them all.</h2>
<p class="text-gray-400 max-w-2xl mx-auto">Real complaints from real users — about 1Password, Bitwarden, and LastPass. Pulled from forums, GitHub issues, and Hacker News. Not cherry-picked from our own users.</p>
</div>
<!-- Complaint cards — masonry-style grid -->
<div class="columns-1 md:columns-2 lg:columns-3 gap-6 space-y-6">
<div class="break-inside-avoid rounded-xl bg-navy-light border border-red-500/10 p-6 mb-6">
<p class="text-red-400 text-xs font-mono mb-3">1PASSWORD — Community Forum</p>
<p class="text-gray-300 text-sm leading-relaxed italic">"The web extensions are laughably bad at this point. This has been going on for months. They either won't fill, wont' unlock, or just plain won't do anything (even clicking extension icon). It's so bad"</p>
<a href="https://www.1password.community/discussions/1password/constantly-being-asked-to-unlock-with-password/90511" target="_blank" rel="noopener" class="text-gray-600 text-xs mt-2 block hover:text-gray-400 transition-colors">— notnotjake, April 2024 ↗</a>
<div class="mt-4 pt-4 border-t border-gray-700">
<p class="text-green-400 text-xs">✓ vault<span class="text-accent font-mono">1984</span>: No desktop app dependency. The extension talks directly to the local vault binary — no IPC, no sync, no unlock chains.</p>
</div>
</div>
<div class="break-inside-avoid rounded-xl bg-navy-light border border-red-500/10 p-6 mb-6">
<p class="text-red-400 text-xs font-mono mb-3">BITWARDEN — GitHub Issues</p>
<p class="text-gray-300 text-sm leading-relaxed italic">"Every single website loads slower. From Google, up to social media websites like Reddit, Instagram, X up to websites like example.com. Even scrolling and animation stutters sometimes. javascript heavy websites like X, Instagram, Reddit etc. become extremely sluggish when interacting with buttons. So for me the Bitwarden browser extension is unusable. It interferes with my browsing experience like malware."</p>
<a href="https://github.com/bitwarden/clients/issues/11077" target="_blank" rel="noopener" class="text-gray-600 text-xs mt-2 block hover:text-gray-400 transition-colors">— julianw1011, 2024 ↗</a>
<div class="mt-4 pt-4 border-t border-gray-700">
<p class="text-green-400 text-xs">✓ vault<span class="text-accent font-mono">1984</span>: Zero content scripts. The extension injects nothing into pages — it fills via the browser autofill API only when you ask.</p>
</div>
</div>
<div class="break-inside-avoid rounded-xl bg-navy-light border border-red-500/10 p-6 mb-6">
<p class="text-red-400 text-xs font-mono mb-3">LASTPASS — Hacker News</p>
<p class="text-gray-300 text-sm leading-relaxed italic">"The fact they're drip-feeding how bad this breach actually was is terrible enough... Personally I'm never touching them again."</p>
<a href="https://news.ycombinator.com/item?id=34516275" target="_blank" rel="noopener" class="text-gray-600 text-xs mt-2 block hover:text-gray-400 transition-colors">— intunderflow, January 2023 ↗</a>
<div class="mt-4 pt-4 border-t border-gray-700">
<p class="text-green-400 text-xs">✓ vault<span class="text-accent font-mono">1984</span>: Self-host or use hosted with L2 encryption — we mathematically cannot read your private fields. No vault data to breach.</p>
</div>
</div>
<div class="break-inside-avoid rounded-xl bg-navy-light border border-red-500/10 p-6 mb-6">
<p class="text-red-400 text-xs font-mono mb-3">1PASSWORD — Community Forum</p>
<p class="text-gray-300 text-sm leading-relaxed italic">"Since doing so, it asks me to enter my password every 10 minutes or so in the chrome extension"</p>
<a href="https://www.1password.community/discussions/1password/why-does-the-chrome-extension-keep-asking-for-my-password-every-10-mins-rather-t/74253" target="_blank" rel="noopener" class="text-gray-600 text-xs mt-2 block hover:text-gray-400 transition-colors">— Anonymous (Former Member), November 2022 ↗</a>
<div class="mt-4 pt-4 border-t border-gray-700">
<p class="text-green-400 text-xs">✓ vault<span class="text-accent font-mono">1984</span>: WebAuthn-first. Touch ID is the primary unlock. Session lives locally — no server-side expiry forcing re-auth.</p>
</div>
</div>
<div class="break-inside-avoid rounded-xl bg-navy-light border border-red-500/10 p-6 mb-6">
<p class="text-red-400 text-xs font-mono mb-3">BITWARDEN — Community Forums</p>
<p class="text-gray-300 text-sm leading-relaxed italic">"the password not only auto-filled in the password field, but also auto-filled in reddit's search box!"</p>
<p class="text-gray-300 text-sm leading-relaxed italic mt-2">"if autofill has the propensity at times to put an entire password in plain text in a random field, autofill seems like more risk than it's worth."</p>
<a href="https://community.bitwarden.com/t/auto-fill-is-pasting-password-in-website-search-box/44045" target="_blank" rel="noopener" class="text-gray-600 text-xs mt-2 block hover:text-gray-400 transition-colors">— xru1nib5 ↗</a>
<div class="mt-4 pt-4 border-t border-gray-700">
<p class="text-green-400 text-xs">✓ vault<span class="text-accent font-mono">1984</span>: LLM field mapping. The extension reads the form, asks the model which field is which — fills by intent, not by CSS selector.</p>
</div>
</div>
<div class="break-inside-avoid rounded-xl bg-navy-light border border-red-500/10 p-6 mb-6">
<p class="text-red-400 text-xs font-mono mb-3">BITWARDEN — Community Forums</p>
<p class="text-gray-300 text-sm leading-relaxed italic">"Bitwarden REFUSES to autofill the actual password saved for a given site or app...and instead fills an old password. It simply substitutes the OLD password for the new one that is plainly saved in the vault."</p>
<a href="https://community.bitwarden.com/t/autofill-is-wrong-saved-password-is-right/32090" target="_blank" rel="noopener" class="text-gray-600 text-xs mt-2 block hover:text-gray-400 transition-colors">— gentlezacharias ↗</a>
<div class="mt-4 pt-4 border-t border-gray-700">
<p class="text-green-400 text-xs">✓ vault<span class="text-accent font-mono">1984</span>: LLM field mapping matches by intent. Entries are indexed by URL — the right credential for the right site, every time.</p>
</div>
</div>
</div>
<p class="text-center text-gray-500 text-sm mt-12">All quotes verbatim from public posts. URLs verified. <a href="/sources" class="text-gray-400 underline hover:text-white">View sources →</a></p>
</div>
</section>
<!-- Pricing -->
<section id="pricing" class="py-20 border-t border-white/5">
<div class="max-w-7xl mx-auto px-6">
<h2 class="text-3xl md:text-4xl font-bold text-white text-center mb-4">Pricing</h2>
<p class="text-gray-400 text-center mb-14 max-w-2xl mx-auto">No tiers. No per-seat. No "contact sales." Two options.</p>
<div class="grid md:grid-cols-2 gap-6 max-w-4xl mx-auto">
<!-- Self-hosted -->
<div class="bg-navy-light rounded-xl p-8 border border-white/5 card-hover">
<h3 class="text-xl font-bold text-white mb-1">Self-hosted</h3>
<div class="text-3xl font-bold text-white mb-1">Free</div>
<p class="text-gray-500 text-sm mb-6">Forever. MIT license.</p>
<p class="text-gray-400 text-sm mb-8">One binary, your machine, your data. Full source on GitHub.</p>
<ul class="space-y-3 mb-8">
<li class="flex items-center gap-3 text-sm text-gray-300">
<svg class="w-4 h-4 text-accent flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"/></svg>
All features included
</li>
<li class="flex items-center gap-3 text-sm text-gray-300">
<svg class="w-4 h-4 text-accent flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"/></svg>
L1/L2 encryption
</li>
<li class="flex items-center gap-3 text-sm text-gray-300">
<svg class="w-4 h-4 text-accent flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"/></svg>
MCP server
</li>
<li class="flex items-center gap-3 text-sm text-gray-300">
<svg class="w-4 h-4 text-accent flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"/></svg>
Browser extension
</li>
<li class="flex items-center gap-3 text-sm text-gray-300">
<svg class="w-4 h-4 text-accent flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"/></svg>
Unlimited entries
</li>
</ul>
<a href="/install.html" class="block text-center border border-gray-600 text-gray-300 hover:border-accent hover:text-white font-medium px-6 py-3 rounded-lg transition-colors">Self-host guide &rarr;</a>
</div>
<!-- Hosted -->
<div class="bg-navy-light rounded-xl p-8 border border-accent/30 card-hover relative">
<div class="absolute -top-3 right-6 bg-accent text-black text-xs font-semibold px-3 py-1 rounded-full">Recommended</div>
<h3 class="text-xl font-bold text-white mb-1">Hosted</h3>
<div class="text-3xl font-bold text-white mb-1">$12<span class="text-lg font-normal text-gray-400">/year</span></div>
<p class="text-gray-500 text-sm mb-6">We manage it. You use it.</p>
<p class="text-gray-400 text-sm mb-8">New York, Amsterdam, Frankfurt, Helsinki. Pick your region.</p>
<ul class="space-y-3 mb-8">
<li class="flex items-center gap-3 text-sm text-gray-300">
<svg class="w-4 h-4 text-accent flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"/></svg>
Everything in self-hosted
</li>
<li class="flex items-center gap-3 text-sm text-gray-300">
<svg class="w-4 h-4 text-accent flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"/></svg>
Managed backups
</li>
<li class="flex items-center gap-3 text-sm text-gray-300">
<svg class="w-4 h-4 text-accent flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"/></svg>
Multi-region deployment
</li>
<li class="flex items-center gap-3 text-sm text-gray-300">
<svg class="w-4 h-4 text-accent flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"/></svg>
Uptime monitoring
</li>
<li class="flex items-center gap-3 text-sm text-gray-300">
<svg class="w-4 h-4 text-accent flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"/></svg>
Automatic updates
</li>
</ul>
<a href="#" class="block text-center bg-accent hover:bg-accent-hover text-black font-semibold px-6 py-3 rounded-lg transition-colors">Get started &mdash; $12/yr</a>
</div>
</div>
</div>
</div>
</section>
</div>
<footer class="border-t border-white/5 py-12">
<div class="max-w-7xl mx-auto px-6 flex flex-col md:flex-row items-center justify-between gap-6">
<div class="flex items-center gap-6">
<a href="/" class="font-mono font-semibold text-lg text-white tracking-tight leading-none">vault<span class="text-accent font-mono">1984</span></a>
<div class="flex items-center gap-4 text-sm text-gray-500">
<a href="#" class="hover:text-gray-300 transition-colors">GitHub</a>
<a href="#" class="hover:text-gray-300 transition-colors">Discord</a>
<a href="#" class="hover:text-gray-300 transition-colors">X</a>
</div>
</div>
<div class="flex items-center gap-6 text-sm text-gray-500">
<a href="/privacy.html" class="hover:text-gray-300 transition-colors">Privacy</a>
<a href="/terms.html" class="hover:text-gray-300 transition-colors">Terms</a>
<span>MIT License</span>
</div>
</div>
<div class="max-w-7xl mx-auto px-6 mt-8 text-center text-xs text-gray-600">
Built for humans with AI assistants.
</div>
</footer>
<script>
(function() {
const W = 1000, H = 460;
function project(lon, lat) {
const latR = Math.min(Math.abs(lat), 85) * Math.PI / 180 * (lat < 0 ? -1 : 1);
const miller = 1.25 * Math.log(Math.tan(Math.PI/4 + 0.4*latR));
const maxMiller = 1.25 * Math.log(Math.tan(Math.PI/4 + 0.4*80*Math.PI/180));
const x = (lon + 180) / 360 * W;
const y = H/2 - (miller / (2*maxMiller)) * H;
return [Math.round(x*10)/10, Math.round(y*10)/10];
}
function addVisitorDot(lat, lon, city) {
const svg = document.getElementById('worldmap');
if (!svg) return;
const [x, y] = project(lon, lat);
const ns = 'http://www.w3.org/2000/svg';
// Pulse ring
const ring = document.createElementNS(ns, 'circle');
ring.setAttribute('cx', x); ring.setAttribute('cy', y);
ring.setAttribute('r', '3'); ring.setAttribute('fill', 'none');
ring.setAttribute('stroke', '#EF4444'); ring.setAttribute('stroke-width', '1.5');
const a1 = document.createElementNS(ns, 'animate');
a1.setAttribute('attributeName', 'r'); a1.setAttribute('values', '3;16;3');
a1.setAttribute('dur', '2s'); a1.setAttribute('repeatCount', 'indefinite');
const a2 = document.createElementNS(ns, 'animate');
a2.setAttribute('attributeName', 'stroke-opacity'); a2.setAttribute('values', '0.8;0;0.8');
a2.setAttribute('dur', '2s'); a2.setAttribute('repeatCount', 'indefinite');
ring.appendChild(a1); ring.appendChild(a2);
// Dot
const dot = document.createElementNS(ns, 'circle');
dot.setAttribute('cx', x); dot.setAttribute('cy', y);
dot.setAttribute('r', '4'); dot.setAttribute('fill', '#EF4444');
dot.setAttribute('stroke', '#0a1628'); dot.setAttribute('stroke-width', '1.5');
// Label
const label = document.createElementNS(ns, 'text');
label.setAttribute('x', x); label.setAttribute('y', y + 15);
label.setAttribute('font-family', 'Inter,sans-serif');
label.setAttribute('font-size', '10');
label.setAttribute('fill', '#EF4444');
label.setAttribute('text-anchor', 'middle');
label.setAttribute('font-weight', '500');
label.textContent = city || 'You';
svg.appendChild(ring);
svg.appendChild(dot);
svg.appendChild(label);
}
function handleGeoData(d) {
if (!d.latitude || !d.longitude) return;
addVisitorDot(d.latitude, d.longitude, d.city || 'You');
const grid = document.getElementById('dc-grid');
if (!grid) return;
// Build visitor card
const flag = d.country_code ? d.country_code.toUpperCase().split('').map(c =>
String.fromCodePoint(c.charCodeAt(0) + 127397)).join('') : '📍';
const city = d.city || 'You';
const country = d.country_name || '';
const region = d.region || '';
const card = document.createElement('div');
card.className = 'rounded-xl p-4 text-center card-hover';
card.setAttribute('data-lon', d.longitude);
card.style.cssText = 'background:#1f0a0a;border:1px solid rgba(239,68,68,0.35);flex:1;min-width:0';
card.innerHTML = `
<div class="text-2xl mb-2">${flag}</div>
<div class="text-white font-semibold text-sm">${city}</div>
<div class="text-gray-500 text-xs">${country}</div>
<div class="text-gray-500 text-xs mb-2">${region}</div>
<div class="flex items-center justify-center gap-1.5 text-xs text-gray-400">
<span class="w-1.5 h-1.5 rounded-full inline-block" style="background:#EF4444;opacity:0.6"></span>You are here
</div>`;
// Insert at correct longitude position
const cards = [...grid.children];
const insertBefore = cards.find(c => parseFloat(c.getAttribute('data-lon')) > d.longitude);
if (insertBefore) grid.insertBefore(card, insertBefore);
else grid.appendChild(card);
}
fetch('/geo')
.then(r => r.json())
.then(d => {
if (d.latitude) {
handleGeoData(d);
} else if (d.private && navigator.geolocation) {
navigator.geolocation.getCurrentPosition(pos => {
const lat = pos.coords.latitude, lon = pos.coords.longitude;
// Reverse geocode via open-meteo's free geocoding isn't ideal;
// use bigdatacloud free reverse geocode — no key, no signup
fetch(`/geo?lat=${lat}&lon=${lon}`)
.then(r => r.json())
.then(g => handleGeoData({
latitude: lat, longitude: lon,
city: g.city || 'You',
region: g.region || '',
country_name: g.country_name || '',
country_code: g.country_code || ''
}))
.catch(() => handleGeoData({ latitude: lat, longitude: lon,
city: 'You', region: '', country_name: '', country_code: '' }));
}, () => {});
}
})
.catch(() => {});
})();
</script>
</body>
</html>