]> git.datanom.net - omvzfs.git/commitdiff
Refactored the design. Make removeDisk abstract
authorMichael Rasmussen <mir@datanom.net>
Tue, 25 Feb 2014 17:08:39 +0000 (18:08 +0100)
committerMichael Rasmussen <mir@datanom.net>
Tue, 25 Feb 2014 17:08:39 +0000 (18:08 +0100)
class-diagram.dia
class-diagram.png
class-diagram.svg

index 8a0dbfad9e767c87ee4faf137a75daf642122c5e..f5abb5c9bb35d5c3bc370109def9ad5b7b7dd5d0 100644 (file)
Binary files a/class-diagram.dia and b/class-diagram.dia differ
index e5d9a87adf648930d461a1b61a54543a9c26ae3b..010b9690976fe10348c6ad5659a28894ca679711 100644 (file)
Binary files a/class-diagram.png and b/class-diagram.png differ
index dea1b7bba7558dba4c19101310aa6d5022006e19..c7ec222693278fc05df697bdcdea9d6a4bdc93e7 100644 (file)
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/PR-SVG-20010719/DTD/svg10.dtd">
-<svg width="44cm" height="39cm" viewBox="12 23 868 774" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-  <g>
-    <rect style="fill: #ffffff" x="47" y="24" width="271.8" height="28"/>
-    <rect style="fill: none; fill-opacity:0; stroke-width: 2; stroke: #000000" x="47" y="24" width="271.8" height="28"/>
-    <text font-size="16" style="fill: #000000;text-anchor:middle;font-family:sans-serif;font-style:normal;font-weight:700" x="182.9" y="43">Zpool</text>
-    <rect style="fill: #ffffff" x="47" y="52" width="271.8" height="132"/>
-    <rect style="fill: none; fill-opacity:0; stroke-width: 2; stroke: #000000" x="47" y="52" width="271.8" height="132"/>
-    <text font-size="12.8" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="50" y="66">-name: string</text>
-    <text font-size="12.8" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="50" y="82">-vdevs: array</text>
-    <text font-size="12.8" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="50" y="98">-spare: array</text>
-    <text font-size="12.8" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="50" y="114">-log: Log</text>
-    <text font-size="12.8" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="50" y="130">-cache: Cache</text>
-    <text font-size="12.8" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="50" y="146">-size: int</text>
-    <text font-size="12.8" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="50" y="162">-mountPoint: string</text>
-    <text font-size="12.8" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="50" y="178">-features: array</text>
-    <rect style="fill: #ffffff" x="47" y="184" width="271.8" height="340"/>
-    <rect style="fill: none; fill-opacity:0; stroke-width: 2; stroke: #000000" x="47" y="184" width="271.8" height="340"/>
-    <text font-size="12.8" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="50" y="198">+getName(): string</text>
-    <text font-size="12.8" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="50" y="214">+getVdevs(): array</text>
-    <text font-size="12.8" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="50" y="230">+addVdev(vdev:Vdev): void</text>
-    <text font-size="12.8" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="50" y="246">+removeVdev(vdev:Vdev): void</text>
-    <text font-size="12.8" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="50" y="262">+addCache(cache:Cache): void</text>
-    <text font-size="12.8" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="50" y="278">+removeCache(): void</text>
-    <text font-size="12.8" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="50" y="294">+getCache(): Cache</text>
-    <text font-size="12.8" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="50" y="310">+addLog(log:Log): void</text>
-    <text font-size="12.8" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="50" y="326">+removeLog(): void</text>
-    <text font-size="12.8" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="50" y="342">+getLog(): Log</text>
-    <text font-size="12.8" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="50" y="358">+addSpare(spare:Disk): void</text>
-    <text font-size="12.8" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="50" y="374">+removeSpare(spare:Disk): void</text>
-    <text font-size="12.8" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="50" y="390">+getSpares(): array</text>
-    <text font-size="12.8" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="50" y="406">+getSize(): int</text>
-    <text font-size="12.8" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="50" y="422">+getMountPoint(): string</text>
-    <text font-size="12.8" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="50" y="438">+setFeatures(features:array): void</text>
-    <text font-size="12.8" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="50" y="454">+getFeatures(): array</text>
-    <text font-size="12.8" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="50" y="470">+export(): void</text>
-    <text font-size="12.8" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="50" y="486">+import(name:string): void</text>
-    <text font-size="12.8" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="50" y="502">+scrub(): void</text>
-    <text font-size="12.8" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="50" y="518">+status(): string</text>
-  </g>
-  <g>
-    <rect style="fill: #ffffff" x="402" y="339" width="202.5" height="28"/>
-    <rect style="fill: none; fill-opacity:0; stroke-width: 2; stroke: #000000" x="402" y="339" width="202.5" height="28"/>
-    <text font-size="16" style="fill: #000000;text-anchor:middle;font-family:sans-serif;font-style:normal;font-weight:700" x="503.25" y="358">Mirror</text>
-    <rect style="fill: #ffffff" x="402" y="367" width="202.5" height="8"/>
-    <rect style="fill: none; fill-opacity:0; stroke-width: 2; stroke: #000000" x="402" y="367" width="202.5" height="8"/>
-    <rect style="fill: #ffffff" x="402" y="375" width="202.5" height="20"/>
-    <rect style="fill: none; fill-opacity:0; stroke-width: 2; stroke: #000000" x="402" y="375" width="202.5" height="20"/>
-    <text font-size="12.8" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="405" y="389">+__construct(disks:array)</text>
-  </g>
-  <g>
-    <rect style="fill: #ffffff" x="526" y="141" width="225.6" height="28"/>
-    <rect style="fill: none; fill-opacity:0; stroke-width: 2; stroke: #000000" x="526" y="141" width="225.6" height="28"/>
-    <text font-size="16" style="fill: #000000;text-anchor:middle;font-family:sans-serif;font-style:italic;font-weight:700" x="638.8" y="160">Vdev</text>
-    <rect style="fill: #ffffff" x="526" y="169" width="225.6" height="20"/>
-    <rect style="fill: none; fill-opacity:0; stroke-width: 2; stroke: #000000" x="526" y="169" width="225.6" height="20"/>
-    <text font-size="12.8" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="529" y="183">#disks: array</text>
-    <rect style="fill: #ffffff" x="526" y="189" width="225.6" height="52"/>
-    <rect style="fill: none; fill-opacity:0; stroke-width: 2; stroke: #000000" x="526" y="189" width="225.6" height="52"/>
-    <text font-size="12.8" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="529" y="203">+addDisk(disk:Disk): void</text>
-    <text font-size="12.8" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="529" y="219">+removeDisk(disk:Disk): void</text>
-    <text font-size="12.8" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="529" y="235">+getDisks(): array</text>
-  </g>
-  <g>
-    <rect style="fill: #ffffff" x="14" y="614.25" width="271.8" height="28"/>
-    <rect style="fill: none; fill-opacity:0; stroke-width: 2; stroke: #000000" x="14" y="614.25" width="271.8" height="28"/>
-    <text font-size="16" style="fill: #000000;text-anchor:middle;font-family:sans-serif;font-style:normal;font-weight:700" x="149.9" y="633.25">Zvol</text>
-    <rect style="fill: #ffffff" x="14" y="642.25" width="271.8" height="68"/>
-    <rect style="fill: none; fill-opacity:0; stroke-width: 2; stroke: #000000" x="14" y="642.25" width="271.8" height="68"/>
-    <text font-size="12.8" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="17" y="656.25">-name: string</text>
-    <text font-size="12.8" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="17" y="672.25">-size: int</text>
-    <text font-size="12.8" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="17" y="688.25">-mountPoint: string</text>
-    <text font-size="12.8" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="17" y="704.25">-features: array</text>
-    <rect style="fill: #ffffff" x="14" y="710.25" width="271.8" height="84"/>
-    <rect style="fill: none; fill-opacity:0; stroke-width: 2; stroke: #000000" x="14" y="710.25" width="271.8" height="84"/>
-    <text font-size="12.8" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="17" y="724.25">+getName(): string</text>
-    <text font-size="12.8" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="17" y="740.25">+getSize(): int</text>
-    <text font-size="12.8" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="17" y="756.25">+getMountPoint(): string</text>
-    <text font-size="12.8" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="17" y="772.25">+getFeatures(): array</text>
-    <text font-size="12.8" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="17" y="788.25">+setFeatures(features:array): void</text>
-  </g>
-  <g>
-    <rect style="fill: #ffffff" x="608.1" y="615.35" width="271.8" height="28"/>
-    <rect style="fill: none; fill-opacity:0; stroke-width: 2; stroke: #000000" x="608.1" y="615.35" width="271.8" height="28"/>
-    <text font-size="16" style="fill: #000000;text-anchor:middle;font-family:sans-serif;font-style:normal;font-weight:700" x="744" y="634.35">Snapshot</text>
-    <rect style="fill: #ffffff" x="608.1" y="643.35" width="271.8" height="68"/>
-    <rect style="fill: none; fill-opacity:0; stroke-width: 2; stroke: #000000" x="608.1" y="643.35" width="271.8" height="68"/>
-    <text font-size="12.8" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="611.1" y="657.35">-name: string</text>
-    <text font-size="12.8" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="611.1" y="673.35">-size: int</text>
-    <text font-size="12.8" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="611.1" y="689.35">-mountPoint: string</text>
-    <text font-size="12.8" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="611.1" y="705.35">-features: array</text>
-    <rect style="fill: #ffffff" x="608.1" y="711.35" width="271.8" height="84"/>
-    <rect style="fill: none; fill-opacity:0; stroke-width: 2; stroke: #000000" x="608.1" y="711.35" width="271.8" height="84"/>
-    <text font-size="12.8" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="611.1" y="725.35">+getName(): string</text>
-    <text font-size="12.8" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="611.1" y="741.35">+getSize(): int</text>
-    <text font-size="12.8" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="611.1" y="757.35">+getMountPoint(): string</text>
-    <text font-size="12.8" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="611.1" y="773.35">+getFeatures(): array</text>
-    <text font-size="12.8" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="611.1" y="789.35">+setFeatures(features:array): void</text>
-  </g>
-  <g>
-    <rect style="fill: #ffffff" x="316.2" y="613.45" width="271.8" height="28"/>
-    <rect style="fill: none; fill-opacity:0; stroke-width: 2; stroke: #000000" x="316.2" y="613.45" width="271.8" height="28"/>
-    <text font-size="16" style="fill: #000000;text-anchor:middle;font-family:sans-serif;font-style:normal;font-weight:700" x="452.1" y="632.45">Dataset</text>
-    <rect style="fill: #ffffff" x="316.2" y="641.45" width="271.8" height="68"/>
-    <rect style="fill: none; fill-opacity:0; stroke-width: 2; stroke: #000000" x="316.2" y="641.45" width="271.8" height="68"/>
-    <text font-size="12.8" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="319.2" y="655.45">-name: string</text>
-    <text font-size="12.8" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="319.2" y="671.45">-size: int</text>
-    <text font-size="12.8" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="319.2" y="687.45">-mountPoint: string</text>
-    <text font-size="12.8" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="319.2" y="703.45">-features: array</text>
-    <rect style="fill: #ffffff" x="316.2" y="709.45" width="271.8" height="84"/>
-    <rect style="fill: none; fill-opacity:0; stroke-width: 2; stroke: #000000" x="316.2" y="709.45" width="271.8" height="84"/>
-    <text font-size="12.8" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="319.2" y="723.45">+getName(): string</text>
-    <text font-size="12.8" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="319.2" y="739.45">+getSize(): int</text>
-    <text font-size="12.8" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="319.2" y="755.45">+getMountPoint(): string</text>
-    <text font-size="12.8" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="319.2" y="771.45">+getFeatures(): array</text>
-    <text font-size="12.8" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="319.2" y="787.45">+setFeatures(features:array): void</text>
-  </g>
-  <g>
-    <polyline style="fill: none; fill-opacity:0; stroke-width: 2; stroke: #000000" points="182.9,550.171 182.9,573.626 149.9,573.626 149.9,613.266 "/>
-    <polygon style="fill: #000000" points="182.9,524.999 187.7,538.999 182.9,552.999 178.1,538.999 "/>
-    <polygon style="fill: none; fill-opacity:0; stroke-width: 2; stroke: #000000" points="182.9,524.999 187.7,538.999 182.9,552.999 178.1,538.999 "/>
-    <text font-size="12.7998" style="fill: #000000;text-anchor:middle;font-family:monospace;font-style:normal;font-weight:normal" x="166.4" y="570.626"/>
-    <text font-size="12.7998" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="193.9" y="536.999">1</text>
-    <text font-size="12.7998" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="153.9" y="609.266">*</text>
-  </g>
-  <g>
-    <polyline style="fill: none; fill-opacity:0; stroke-width: 2; stroke: #000000" points="182.9,550.179 182.9,575.726 452.1,575.726 452.1,612.444 "/>
-    <polygon style="fill: #000000" points="182.9,525.008 187.7,539.008 182.9,553.008 178.1,539.008 "/>
-    <polygon style="fill: none; fill-opacity:0; stroke-width: 2; stroke: #000000" points="182.9,525.008 187.7,539.008 182.9,553.008 178.1,539.008 "/>
-    <text font-size="12.7998" style="fill: #000000;text-anchor:middle;font-family:monospace;font-style:normal;font-weight:normal" x="317.5" y="572.726"/>
-    <text font-size="12.7998" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="193.9" y="537.008">1</text>
-    <text font-size="12.7998" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="456.1" y="608.444">*</text>
-  </g>
-  <g>
-    <polyline style="fill: none; fill-opacity:0; stroke-width: 2; stroke: #000000" points="182.9,550.179 182.9,576.676 744,576.676 744,614.344 "/>
-    <polygon style="fill: #000000" points="182.9,525.008 187.7,539.008 182.9,553.008 178.1,539.008 "/>
-    <polygon style="fill: none; fill-opacity:0; stroke-width: 2; stroke: #000000" points="182.9,525.008 187.7,539.008 182.9,553.008 178.1,539.008 "/>
-    <text font-size="12.7998" style="fill: #000000;text-anchor:middle;font-family:monospace;font-style:normal;font-weight:normal" x="463.45" y="573.676"/>
-    <text font-size="12.7998" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="193.9" y="537.008">1</text>
-    <text font-size="12.7998" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="748" y="610.344">*</text>
-  </g>
-  <g>
-    <polyline style="fill: none; fill-opacity:0; stroke-width: 2; stroke: #000000" points="638.8,260.242 638.8,298 503.25,298 503.25,337.993 "/>
-    <polygon style="fill: #ffffff" points="646.8,260.242 638.8,244.242 630.8,260.242 "/>
-    <polygon style="fill: none; fill-opacity:0; stroke-width: 2; stroke: #000000" points="646.8,260.242 638.8,244.242 630.8,260.242 "/>
-  </g>
-  <g>
-    <rect style="fill: #ffffff" x="402.1" y="461.1" width="202.5" height="28"/>
-    <rect style="fill: none; fill-opacity:0; stroke-width: 2; stroke: #000000" x="402.1" y="461.1" width="202.5" height="28"/>
-    <text font-size="16" style="fill: #000000;text-anchor:middle;font-family:sans-serif;font-style:normal;font-weight:700" x="503.35" y="480.1">Raidz1</text>
-    <rect style="fill: #ffffff" x="402.1" y="489.1" width="202.5" height="8"/>
-    <rect style="fill: none; fill-opacity:0; stroke-width: 2; stroke: #000000" x="402.1" y="489.1" width="202.5" height="8"/>
-    <rect style="fill: #ffffff" x="402.1" y="497.1" width="202.5" height="20"/>
-    <rect style="fill: none; fill-opacity:0; stroke-width: 2; stroke: #000000" x="402.1" y="497.1" width="202.5" height="20"/>
-    <text font-size="12.8" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="405.1" y="511.1">+__construct(disks:array)</text>
-  </g>
-  <g>
-    <rect style="fill: #ffffff" x="675.2" y="339.2" width="202.5" height="28"/>
-    <rect style="fill: none; fill-opacity:0; stroke-width: 2; stroke: #000000" x="675.2" y="339.2" width="202.5" height="28"/>
-    <text font-size="16" style="fill: #000000;text-anchor:middle;font-family:sans-serif;font-style:normal;font-weight:700" x="776.45" y="358.2">Raidz2</text>
-    <rect style="fill: #ffffff" x="675.2" y="367.2" width="202.5" height="8"/>
-    <rect style="fill: none; fill-opacity:0; stroke-width: 2; stroke: #000000" x="675.2" y="367.2" width="202.5" height="8"/>
-    <rect style="fill: #ffffff" x="675.2" y="375.2" width="202.5" height="20"/>
-    <rect style="fill: none; fill-opacity:0; stroke-width: 2; stroke: #000000" x="675.2" y="375.2" width="202.5" height="20"/>
-    <text font-size="12.8" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="678.2" y="389.2">+__construct(disks:array)</text>
-  </g>
-  <g>
-    <rect style="fill: #ffffff" x="676.3" y="462.3" width="202.5" height="28"/>
-    <rect style="fill: none; fill-opacity:0; stroke-width: 2; stroke: #000000" x="676.3" y="462.3" width="202.5" height="28"/>
-    <text font-size="16" style="fill: #000000;text-anchor:middle;font-family:sans-serif;font-style:italic;font-weight:700" x="777.55" y="481.3">Raidz3</text>
-    <rect style="fill: #ffffff" x="676.3" y="490.3" width="202.5" height="8"/>
-    <rect style="fill: none; fill-opacity:0; stroke-width: 2; stroke: #000000" x="676.3" y="490.3" width="202.5" height="8"/>
-    <rect style="fill: #ffffff" x="676.3" y="498.3" width="202.5" height="20"/>
-    <rect style="fill: none; fill-opacity:0; stroke-width: 2; stroke: #000000" x="676.3" y="498.3" width="202.5" height="20"/>
-    <text font-size="12.8" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="679.3" y="512.3">+__construct(disks:array)</text>
-  </g>
-  <g>
-    <polyline style="fill: none; fill-opacity:0; stroke-width: 2; stroke: #000000" points="638.8,260.135 638.8,425.25 503.35,425.25 503.35,460.098 "/>
-    <polygon style="fill: #ffffff" points="646.8,260.135 638.8,244.135 630.8,260.135 "/>
-    <polygon style="fill: none; fill-opacity:0; stroke-width: 2; stroke: #000000" points="646.8,260.135 638.8,244.135 630.8,260.135 "/>
-  </g>
-  <g>
-    <polyline style="fill: none; fill-opacity:0; stroke-width: 2; stroke: #000000" points="638.8,260.242 638.8,298.1 776.45,298.1 776.45,338.193 "/>
-    <polygon style="fill: #ffffff" points="646.8,260.242 638.8,244.242 630.8,260.242 "/>
-    <polygon style="fill: none; fill-opacity:0; stroke-width: 2; stroke: #000000" points="646.8,260.242 638.8,244.242 630.8,260.242 "/>
-  </g>
-  <g>
-    <polyline style="fill: none; fill-opacity:0; stroke-width: 2; stroke: #000000" points="638.8,260.224 638.8,425 777.55,425 777.55,461.317 "/>
-    <polygon style="fill: #ffffff" points="646.8,260.224 638.8,244.224 630.8,260.224 "/>
-    <polygon style="fill: none; fill-opacity:0; stroke-width: 2; stroke: #000000" points="646.8,260.224 638.8,244.224 630.8,260.224 "/>
-  </g>
-  <g>
-    <polyline style="fill: none; fill-opacity:0; stroke-width: 2; stroke: #000000" points="344.98,274 429.904,274 429.904,179 526,179 "/>
-    <polygon style="fill: #ffffff" points="319.808,274 333.808,269.2 347.808,274 333.808,278.8 "/>
-    <polygon style="fill: none; fill-opacity:0; stroke-width: 2; stroke: #000000" points="319.808,274 333.808,269.2 347.808,274 333.808,278.8 "/>
-    <text font-size="12.7998" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="431.904" y="223.5"/>
-    <text font-size="12.7998" style="fill: #000000;text-anchor:start;font-family:monospace;font-style:normal;font-weight:normal" x="351.808" y="271">1</text>
-    <text font-size="12.7998" style="fill: #000000;text-anchor:end;font-family:monospace;font-style:normal;font-weight:normal" x="522" y="176">1..*</text>
-  </g>
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="895pt" height="773pt" viewBox="0 0 895 773" version="1.1">
+<defs>
+<g>
+<symbol overflow="visible" id="glyph0-0">
+<path style="stroke:none;" d="M 0.796875 2.828125 L 0.796875 -11.28125 L 8.796875 -11.28125 L 8.796875 2.828125 Z M 1.703125 1.9375 L 7.90625 1.9375 L 7.90625 -10.390625 L 1.703125 -10.390625 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-1">
+<path style="stroke:none;" d="M 0.90625 -11.671875 L 10.703125 -11.671875 L 10.703125 -9.84375 L 4.453125 -2.28125 L 10.890625 -2.28125 L 10.890625 0 L 0.71875 0 L 0.71875 -1.828125 L 6.984375 -9.390625 L 0.90625 -9.390625 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-2">
+<path style="stroke:none;" d="M 4.140625 -1.265625 L 4.140625 3.328125 L 1.34375 3.328125 L 1.34375 -8.75 L 4.140625 -8.75 L 4.140625 -7.46875 C 4.523438 -7.976562 4.953125 -8.351562 5.421875 -8.59375 C 5.890625 -8.84375 6.429688 -8.96875 7.046875 -8.96875 C 8.117188 -8.96875 9 -8.535156 9.6875 -7.671875 C 10.382812 -6.816406 10.734375 -5.71875 10.734375 -4.375 C 10.734375 -3.019531 10.382812 -1.910156 9.6875 -1.046875 C 9 -0.191406 8.117188 0.234375 7.046875 0.234375 C 6.429688 0.234375 5.890625 0.113281 5.421875 -0.125 C 4.953125 -0.375 4.523438 -0.753906 4.140625 -1.265625 Z M 6 -6.9375 C 5.40625 -6.9375 4.945312 -6.710938 4.625 -6.265625 C 4.300781 -5.828125 4.140625 -5.195312 4.140625 -4.375 C 4.140625 -3.539062 4.300781 -2.90625 4.625 -2.46875 C 4.945312 -2.03125 5.40625 -1.8125 6 -1.8125 C 6.601562 -1.8125 7.0625 -2.03125 7.375 -2.46875 C 7.6875 -2.90625 7.84375 -3.539062 7.84375 -4.375 C 7.84375 -5.207031 7.6875 -5.84375 7.375 -6.28125 C 7.0625 -6.71875 6.601562 -6.9375 6 -6.9375 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-3">
+<path style="stroke:none;" d="M 5.515625 -6.96875 C 4.890625 -6.96875 4.414062 -6.742188 4.09375 -6.296875 C 3.769531 -5.847656 3.609375 -5.207031 3.609375 -4.375 C 3.609375 -3.53125 3.769531 -2.882812 4.09375 -2.4375 C 4.414062 -2 4.890625 -1.78125 5.515625 -1.78125 C 6.117188 -1.78125 6.582031 -2 6.90625 -2.4375 C 7.226562 -2.882812 7.390625 -3.53125 7.390625 -4.375 C 7.390625 -5.207031 7.226562 -5.847656 6.90625 -6.296875 C 6.582031 -6.742188 6.117188 -6.96875 5.515625 -6.96875 Z M 5.515625 -8.96875 C 7.015625 -8.96875 8.1875 -8.5625 9.03125 -7.75 C 9.882812 -6.9375 10.3125 -5.8125 10.3125 -4.375 C 10.3125 -2.9375 9.882812 -1.804688 9.03125 -0.984375 C 8.1875 -0.171875 7.015625 0.234375 5.515625 0.234375 C 4.003906 0.234375 2.820312 -0.171875 1.96875 -0.984375 C 1.113281 -1.804688 0.6875 -2.9375 0.6875 -4.375 C 0.6875 -5.8125 1.113281 -6.9375 1.96875 -7.75 C 2.820312 -8.5625 4.003906 -8.96875 5.515625 -8.96875 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-4">
+<path style="stroke:none;" d="M 1.34375 -12.15625 L 4.140625 -12.15625 L 4.140625 0 L 1.34375 0 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-5">
+<path style="stroke:none;" d="M 1.46875 -11.671875 L 5.296875 -11.671875 L 7.953125 -5.421875 L 10.625 -11.671875 L 14.453125 -11.671875 L 14.453125 0 L 11.609375 0 L 11.609375 -8.53125 L 8.921875 -2.25 L 7.015625 -2.25 L 4.328125 -8.53125 L 4.328125 0 L 1.46875 0 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-6">
+<path style="stroke:none;" d="M 1.34375 -8.75 L 4.140625 -8.75 L 4.140625 0 L 1.34375 0 Z M 1.34375 -12.15625 L 4.140625 -12.15625 L 4.140625 -9.875 L 1.34375 -9.875 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-7">
+<path style="stroke:none;" d="M 7.84375 -6.375 C 7.601562 -6.488281 7.359375 -6.570312 7.109375 -6.625 C 6.867188 -6.675781 6.628906 -6.703125 6.390625 -6.703125 C 5.671875 -6.703125 5.113281 -6.472656 4.71875 -6.015625 C 4.332031 -5.554688 4.140625 -4.894531 4.140625 -4.03125 L 4.140625 0 L 1.34375 0 L 1.34375 -8.75 L 4.140625 -8.75 L 4.140625 -7.3125 C 4.503906 -7.882812 4.914062 -8.300781 5.375 -8.5625 C 5.84375 -8.832031 6.40625 -8.96875 7.0625 -8.96875 C 7.15625 -8.96875 7.253906 -8.960938 7.359375 -8.953125 C 7.472656 -8.941406 7.632812 -8.925781 7.84375 -8.90625 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-8">
+<path style="stroke:none;" d="M 0.25 -8.75 L 3.046875 -8.75 L 5.21875 -2.703125 L 7.390625 -8.75 L 10.203125 -8.75 L 6.75 0 L 3.6875 0 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-9">
+<path style="stroke:none;" d="M 9.59375 -11.296875 L 9.59375 -8.828125 C 8.945312 -9.117188 8.316406 -9.335938 7.703125 -9.484375 C 7.097656 -9.628906 6.523438 -9.703125 5.984375 -9.703125 C 5.265625 -9.703125 4.734375 -9.601562 4.390625 -9.40625 C 4.046875 -9.207031 3.875 -8.898438 3.875 -8.484375 C 3.875 -8.171875 3.988281 -7.925781 4.21875 -7.75 C 4.457031 -7.570312 4.878906 -7.421875 5.484375 -7.296875 L 6.765625 -7.046875 C 8.066406 -6.785156 8.988281 -6.390625 9.53125 -5.859375 C 10.082031 -5.328125 10.359375 -4.570312 10.359375 -3.59375 C 10.359375 -2.300781 9.972656 -1.335938 9.203125 -0.703125 C 8.441406 -0.078125 7.28125 0.234375 5.71875 0.234375 C 4.976562 0.234375 4.234375 0.160156 3.484375 0.015625 C 2.742188 -0.128906 2 -0.335938 1.25 -0.609375 L 1.25 -3.15625 C 2 -2.757812 2.71875 -2.457031 3.40625 -2.25 C 4.101562 -2.050781 4.773438 -1.953125 5.421875 -1.953125 C 6.078125 -1.953125 6.578125 -2.0625 6.921875 -2.28125 C 7.273438 -2.5 7.453125 -2.8125 7.453125 -3.21875 C 7.453125 -3.582031 7.332031 -3.863281 7.09375 -4.0625 C 6.863281 -4.257812 6.394531 -4.4375 5.6875 -4.59375 L 4.515625 -4.859375 C 3.347656 -5.109375 2.492188 -5.503906 1.953125 -6.046875 C 1.421875 -6.597656 1.15625 -7.335938 1.15625 -8.265625 C 1.15625 -9.421875 1.53125 -10.3125 2.28125 -10.9375 C 3.03125 -11.5625 4.109375 -11.875 5.515625 -11.875 C 6.148438 -11.875 6.804688 -11.828125 7.484375 -11.734375 C 8.160156 -11.640625 8.863281 -11.492188 9.59375 -11.296875 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-10">
+<path style="stroke:none;" d="M 10.140625 -5.328125 L 10.140625 0 L 7.328125 0 L 7.328125 -4.078125 C 7.328125 -4.835938 7.3125 -5.359375 7.28125 -5.640625 C 7.25 -5.929688 7.191406 -6.144531 7.109375 -6.28125 C 6.992188 -6.457031 6.84375 -6.597656 6.65625 -6.703125 C 6.46875 -6.804688 6.253906 -6.859375 6.015625 -6.859375 C 5.429688 -6.859375 4.972656 -6.628906 4.640625 -6.171875 C 4.304688 -5.722656 4.140625 -5.101562 4.140625 -4.3125 L 4.140625 0 L 1.34375 0 L 1.34375 -8.75 L 4.140625 -8.75 L 4.140625 -7.46875 C 4.566406 -7.976562 5.015625 -8.351562 5.484375 -8.59375 C 5.960938 -8.84375 6.488281 -8.96875 7.0625 -8.96875 C 8.070312 -8.96875 8.835938 -8.65625 9.359375 -8.03125 C 9.878906 -7.414062 10.140625 -6.515625 10.140625 -5.328125 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-11">
+<path style="stroke:none;" d="M 5.265625 -3.9375 C 4.679688 -3.9375 4.242188 -3.835938 3.953125 -3.640625 C 3.660156 -3.441406 3.515625 -3.148438 3.515625 -2.765625 C 3.515625 -2.410156 3.628906 -2.132812 3.859375 -1.9375 C 4.097656 -1.738281 4.429688 -1.640625 4.859375 -1.640625 C 5.378906 -1.640625 5.816406 -1.828125 6.171875 -2.203125 C 6.535156 -2.578125 6.71875 -3.050781 6.71875 -3.625 L 6.71875 -3.9375 Z M 9.546875 -5 L 9.546875 0 L 6.71875 0 L 6.71875 -1.296875 C 6.34375 -0.765625 5.921875 -0.375 5.453125 -0.125 C 4.984375 0.113281 4.414062 0.234375 3.75 0.234375 C 2.84375 0.234375 2.101562 -0.03125 1.53125 -0.5625 C 0.96875 -1.09375 0.6875 -1.78125 0.6875 -2.625 C 0.6875 -3.65625 1.039062 -4.410156 1.75 -4.890625 C 2.457031 -5.367188 3.566406 -5.609375 5.078125 -5.609375 L 6.71875 -5.609375 L 6.71875 -5.828125 C 6.71875 -6.265625 6.539062 -6.585938 6.1875 -6.796875 C 5.84375 -7.003906 5.300781 -7.109375 4.5625 -7.109375 C 3.96875 -7.109375 3.410156 -7.046875 2.890625 -6.921875 C 2.378906 -6.804688 1.898438 -6.628906 1.453125 -6.390625 L 1.453125 -8.515625 C 2.054688 -8.660156 2.660156 -8.769531 3.265625 -8.84375 C 3.867188 -8.925781 4.472656 -8.96875 5.078125 -8.96875 C 6.648438 -8.96875 7.785156 -8.65625 8.484375 -8.03125 C 9.191406 -7.40625 9.546875 -6.394531 9.546875 -5 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-12">
+<path style="stroke:none;" d="M 8.1875 -8.484375 L 8.1875 -6.359375 C 7.582031 -6.609375 7 -6.796875 6.4375 -6.921875 C 5.882812 -7.046875 5.363281 -7.109375 4.875 -7.109375 C 4.34375 -7.109375 3.945312 -7.039062 3.6875 -6.90625 C 3.425781 -6.769531 3.296875 -6.566406 3.296875 -6.296875 C 3.296875 -6.066406 3.394531 -5.890625 3.59375 -5.765625 C 3.789062 -5.648438 4.140625 -5.566406 4.640625 -5.515625 L 5.140625 -5.4375 C 6.566406 -5.257812 7.523438 -4.960938 8.015625 -4.546875 C 8.515625 -4.128906 8.765625 -3.472656 8.765625 -2.578125 C 8.765625 -1.648438 8.421875 -0.945312 7.734375 -0.46875 C 7.046875 0 6.019531 0.234375 4.65625 0.234375 C 4.082031 0.234375 3.484375 0.1875 2.859375 0.09375 C 2.242188 0 1.613281 -0.140625 0.96875 -0.328125 L 0.96875 -2.453125 C 1.519531 -2.179688 2.085938 -1.976562 2.671875 -1.84375 C 3.265625 -1.707031 3.863281 -1.640625 4.46875 -1.640625 C 5.007812 -1.640625 5.414062 -1.710938 5.6875 -1.859375 C 5.96875 -2.015625 6.109375 -2.238281 6.109375 -2.53125 C 6.109375 -2.78125 6.015625 -2.96875 5.828125 -3.09375 C 5.640625 -3.21875 5.257812 -3.3125 4.6875 -3.375 L 4.203125 -3.4375 C 2.953125 -3.59375 2.078125 -3.878906 1.578125 -4.296875 C 1.078125 -4.722656 0.828125 -5.367188 0.828125 -6.234375 C 0.828125 -7.160156 1.144531 -7.847656 1.78125 -8.296875 C 2.414062 -8.742188 3.390625 -8.96875 4.703125 -8.96875 C 5.222656 -8.96875 5.765625 -8.925781 6.328125 -8.84375 C 6.898438 -8.769531 7.519531 -8.648438 8.1875 -8.484375 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-13">
+<path style="stroke:none;" d="M 10.140625 -5.328125 L 10.140625 0 L 7.328125 0 L 7.328125 -4.0625 C 7.328125 -4.832031 7.3125 -5.359375 7.28125 -5.640625 C 7.25 -5.929688 7.191406 -6.144531 7.109375 -6.28125 C 6.992188 -6.457031 6.84375 -6.597656 6.65625 -6.703125 C 6.46875 -6.804688 6.253906 -6.859375 6.015625 -6.859375 C 5.429688 -6.859375 4.972656 -6.628906 4.640625 -6.171875 C 4.304688 -5.722656 4.140625 -5.101562 4.140625 -4.3125 L 4.140625 0 L 1.34375 0 L 1.34375 -12.15625 L 4.140625 -12.15625 L 4.140625 -7.46875 C 4.566406 -7.976562 5.015625 -8.351562 5.484375 -8.59375 C 5.960938 -8.84375 6.488281 -8.96875 7.0625 -8.96875 C 8.070312 -8.96875 8.835938 -8.65625 9.359375 -8.03125 C 9.878906 -7.414062 10.140625 -6.515625 10.140625 -5.328125 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-14">
+<path style="stroke:none;" d="M 4.40625 -11.234375 L 4.40625 -8.75 L 7.28125 -8.75 L 7.28125 -6.75 L 4.40625 -6.75 L 4.40625 -3.046875 C 4.40625 -2.640625 4.484375 -2.363281 4.640625 -2.21875 C 4.804688 -2.070312 5.128906 -2 5.609375 -2 L 7.046875 -2 L 7.046875 0 L 4.640625 0 C 3.535156 0 2.753906 -0.226562 2.296875 -0.6875 C 1.835938 -1.15625 1.609375 -1.941406 1.609375 -3.046875 L 1.609375 -6.75 L 0.21875 -6.75 L 0.21875 -8.75 L 1.609375 -8.75 L 1.609375 -11.234375 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-15">
+<path style="stroke:none;" d="M 4.484375 -9.390625 L 4.484375 -2.28125 L 5.5625 -2.28125 C 6.789062 -2.28125 7.726562 -2.582031 8.375 -3.1875 C 9.019531 -3.800781 9.34375 -4.6875 9.34375 -5.84375 C 9.34375 -7 9.019531 -7.878906 8.375 -8.484375 C 7.726562 -9.085938 6.789062 -9.390625 5.5625 -9.390625 Z M 1.46875 -11.671875 L 4.640625 -11.671875 C 6.410156 -11.671875 7.726562 -11.539062 8.59375 -11.28125 C 9.46875 -11.03125 10.210938 -10.601562 10.828125 -10 C 11.378906 -9.476562 11.785156 -8.875 12.046875 -8.1875 C 12.316406 -7.5 12.453125 -6.71875 12.453125 -5.84375 C 12.453125 -4.96875 12.316406 -4.179688 12.046875 -3.484375 C 11.785156 -2.796875 11.378906 -2.191406 10.828125 -1.671875 C 10.203125 -1.066406 9.453125 -0.632812 8.578125 -0.375 C 7.703125 -0.125 6.390625 0 4.640625 0 L 1.46875 0 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-16">
+<path style="stroke:none;" d="M 10.078125 -4.40625 L 10.078125 -3.609375 L 3.546875 -3.609375 C 3.609375 -2.953125 3.84375 -2.457031 4.25 -2.125 C 4.65625 -1.800781 5.222656 -1.640625 5.953125 -1.640625 C 6.546875 -1.640625 7.148438 -1.722656 7.765625 -1.890625 C 8.378906 -2.066406 9.015625 -2.332031 9.671875 -2.6875 L 9.671875 -0.53125 C 9.003906 -0.28125 8.335938 -0.09375 7.671875 0.03125 C 7.015625 0.164062 6.359375 0.234375 5.703125 0.234375 C 4.117188 0.234375 2.882812 -0.164062 2 -0.96875 C 1.125 -1.78125 0.6875 -2.914062 0.6875 -4.375 C 0.6875 -5.800781 1.117188 -6.921875 1.984375 -7.734375 C 2.847656 -8.554688 4.035156 -8.96875 5.546875 -8.96875 C 6.921875 -8.96875 8.019531 -8.550781 8.84375 -7.71875 C 9.664062 -6.894531 10.078125 -5.789062 10.078125 -4.40625 Z M 7.203125 -5.328125 C 7.203125 -5.859375 7.046875 -6.285156 6.734375 -6.609375 C 6.429688 -6.941406 6.03125 -7.109375 5.53125 -7.109375 C 4.988281 -7.109375 4.546875 -6.953125 4.203125 -6.640625 C 3.867188 -6.335938 3.660156 -5.898438 3.578125 -5.328125 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-17">
+<path style="stroke:none;" d="M 5.75 -6.5 C 6.375 -6.5 6.820312 -6.613281 7.09375 -6.84375 C 7.375 -7.082031 7.515625 -7.46875 7.515625 -8 C 7.515625 -8.53125 7.375 -8.910156 7.09375 -9.140625 C 6.820312 -9.367188 6.375 -9.484375 5.75 -9.484375 L 4.484375 -9.484375 L 4.484375 -6.5 Z M 4.484375 -4.421875 L 4.484375 0 L 1.46875 0 L 1.46875 -11.671875 L 6.0625 -11.671875 C 7.601562 -11.671875 8.726562 -11.410156 9.4375 -10.890625 C 10.15625 -10.378906 10.515625 -9.566406 10.515625 -8.453125 C 10.515625 -7.679688 10.328125 -7.046875 9.953125 -6.546875 C 9.585938 -6.054688 9.03125 -5.691406 8.28125 -5.453125 C 8.6875 -5.359375 9.050781 -5.144531 9.375 -4.8125 C 9.707031 -4.488281 10.039062 -3.988281 10.375 -3.3125 L 12 0 L 8.796875 0 L 7.375 -2.90625 C 7.09375 -3.488281 6.800781 -3.882812 6.5 -4.09375 C 6.207031 -4.3125 5.816406 -4.421875 5.328125 -4.421875 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-18">
+<path style="stroke:none;" d="M 7.296875 -7.46875 L 7.296875 -12.15625 L 10.109375 -12.15625 L 10.109375 0 L 7.296875 0 L 7.296875 -1.265625 C 6.910156 -0.753906 6.484375 -0.375 6.015625 -0.125 C 5.554688 0.113281 5.023438 0.234375 4.421875 0.234375 C 3.335938 0.234375 2.445312 -0.191406 1.75 -1.046875 C 1.0625 -1.910156 0.71875 -3.019531 0.71875 -4.375 C 0.71875 -5.71875 1.0625 -6.816406 1.75 -7.671875 C 2.445312 -8.535156 3.335938 -8.96875 4.421875 -8.96875 C 5.023438 -8.96875 5.554688 -8.84375 6.015625 -8.59375 C 6.484375 -8.351562 6.910156 -7.976562 7.296875 -7.46875 Z M 5.453125 -1.8125 C 6.054688 -1.8125 6.515625 -2.03125 6.828125 -2.46875 C 7.140625 -2.90625 7.296875 -3.539062 7.296875 -4.375 C 7.296875 -5.207031 7.140625 -5.84375 6.828125 -6.28125 C 6.515625 -6.71875 6.054688 -6.9375 5.453125 -6.9375 C 4.859375 -6.9375 4.40625 -6.71875 4.09375 -6.28125 C 3.78125 -5.84375 3.625 -5.207031 3.625 -4.375 C 3.625 -3.539062 3.78125 -2.90625 4.09375 -2.46875 C 4.40625 -2.03125 4.859375 -1.8125 5.453125 -1.8125 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-19">
+<path style="stroke:none;" d="M 0.921875 -8.75 L 8.546875 -8.75 L 8.546875 -6.796875 L 3.9375 -2 L 8.546875 -2 L 8.546875 0 L 0.71875 0 L 0.71875 -1.953125 L 5.328125 -6.75 L 0.921875 -6.75 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-20">
+<path style="stroke:none;" d="M 1.875 -2.078125 L 4.53125 -2.078125 L 4.53125 -9.625 L 1.8125 -9.0625 L 1.8125 -11.109375 L 4.515625 -11.671875 L 7.375 -11.671875 L 7.375 -2.078125 L 10.03125 -2.078125 L 10.03125 0 L 1.875 0 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-21">
+<path style="stroke:none;" d="M 4.609375 -2.21875 L 9.75 -2.21875 L 9.75 0 L 1.265625 0 L 1.265625 -2.21875 L 5.53125 -5.96875 C 5.90625 -6.3125 6.179688 -6.644531 6.359375 -6.96875 C 6.546875 -7.300781 6.640625 -7.644531 6.640625 -8 C 6.640625 -8.550781 6.457031 -8.992188 6.09375 -9.328125 C 5.726562 -9.660156 5.238281 -9.828125 4.625 -9.828125 C 4.15625 -9.828125 3.640625 -9.722656 3.078125 -9.515625 C 2.523438 -9.316406 1.929688 -9.019531 1.296875 -8.625 L 1.296875 -11.1875 C 1.972656 -11.414062 2.640625 -11.585938 3.296875 -11.703125 C 3.960938 -11.816406 4.613281 -11.875 5.25 -11.875 C 6.644531 -11.875 7.726562 -11.566406 8.5 -10.953125 C 9.28125 -10.335938 9.671875 -9.484375 9.671875 -8.390625 C 9.671875 -7.753906 9.503906 -7.160156 9.171875 -6.609375 C 8.847656 -6.054688 8.160156 -5.320312 7.109375 -4.40625 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph1-0">
+<path style="stroke:none;" d="M 0.65625 2.296875 L 0.65625 -9.171875 L 7.15625 -9.171875 L 7.15625 2.296875 Z M 1.390625 1.578125 L 6.4375 1.578125 L 6.4375 -8.4375 L 1.390625 -8.4375 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph1-1">
+<path style="stroke:none;" d="M 2.265625 -4.078125 L 5.5625 -4.078125 L 5.5625 -3.046875 L 2.265625 -3.046875 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph1-2">
+<path style="stroke:none;" d="M 6.671875 -4.40625 L 6.671875 0 L 5.5 0 L 5.5 -4.40625 C 5.5 -5.039062 5.382812 -5.507812 5.15625 -5.8125 C 4.9375 -6.113281 4.585938 -6.265625 4.109375 -6.265625 C 3.554688 -6.265625 3.132812 -6.070312 2.84375 -5.6875 C 2.550781 -5.300781 2.40625 -4.742188 2.40625 -4.015625 L 2.40625 0 L 1.234375 0 L 1.234375 -7.109375 L 2.40625 -7.109375 L 2.40625 -6.046875 C 2.613281 -6.453125 2.894531 -6.757812 3.25 -6.96875 C 3.601562 -7.175781 4.023438 -7.28125 4.515625 -7.28125 C 5.234375 -7.28125 5.769531 -7.039062 6.125 -6.5625 C 6.488281 -6.09375 6.671875 -5.375 6.671875 -4.40625 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph1-3">
+<path style="stroke:none;" d="M 4.453125 -3.578125 L 4.0625 -3.578125 C 3.382812 -3.578125 2.875 -3.457031 2.53125 -3.21875 C 2.1875 -2.976562 2.015625 -2.617188 2.015625 -2.140625 C 2.015625 -1.710938 2.140625 -1.378906 2.390625 -1.140625 C 2.648438 -0.910156 3.007812 -0.796875 3.46875 -0.796875 C 4.113281 -0.796875 4.617188 -1.019531 4.984375 -1.46875 C 5.359375 -1.914062 5.546875 -2.53125 5.546875 -3.3125 L 5.546875 -3.578125 Z M 6.71875 -4.0625 L 6.71875 0 L 5.546875 0 L 5.546875 -1.046875 C 5.296875 -0.628906 4.976562 -0.316406 4.59375 -0.109375 C 4.21875 0.0859375 3.757812 0.1875 3.21875 0.1875 C 2.5 0.1875 1.921875 -0.015625 1.484375 -0.421875 C 1.054688 -0.835938 0.84375 -1.382812 0.84375 -2.0625 C 0.84375 -2.851562 1.109375 -3.453125 1.640625 -3.859375 C 2.171875 -4.273438 2.953125 -4.484375 3.984375 -4.484375 L 5.546875 -4.484375 L 5.546875 -4.671875 C 5.546875 -5.234375 5.398438 -5.644531 5.109375 -5.90625 C 4.828125 -6.164062 4.378906 -6.296875 3.765625 -6.296875 C 3.359375 -6.296875 2.953125 -6.238281 2.546875 -6.125 C 2.140625 -6.007812 1.742188 -5.84375 1.359375 -5.625 L 1.359375 -6.78125 C 1.796875 -6.945312 2.210938 -7.070312 2.609375 -7.15625 C 3.003906 -7.238281 3.390625 -7.28125 3.765625 -7.28125 C 4.347656 -7.28125 4.847656 -7.191406 5.265625 -7.015625 C 5.679688 -6.847656 6.019531 -6.585938 6.28125 -6.234375 C 6.4375 -6.023438 6.546875 -5.765625 6.609375 -5.453125 C 6.679688 -5.140625 6.71875 -4.675781 6.71875 -4.0625 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph1-4">
+<path style="stroke:none;" d="M 4.296875 -6.390625 C 4.429688 -6.691406 4.609375 -6.914062 4.828125 -7.0625 C 5.054688 -7.207031 5.328125 -7.28125 5.640625 -7.28125 C 6.210938 -7.28125 6.613281 -7.054688 6.84375 -6.609375 C 7.082031 -6.171875 7.203125 -5.34375 7.203125 -4.125 L 7.203125 0 L 6.140625 0 L 6.140625 -4.0625 C 6.140625 -5.070312 6.082031 -5.695312 5.96875 -5.9375 C 5.851562 -6.175781 5.648438 -6.296875 5.359375 -6.296875 C 5.015625 -6.296875 4.78125 -6.164062 4.65625 -5.90625 C 4.53125 -5.644531 4.46875 -5.03125 4.46875 -4.0625 L 4.46875 0 L 3.40625 0 L 3.40625 -4.0625 C 3.40625 -5.082031 3.34375 -5.707031 3.21875 -5.9375 C 3.101562 -6.175781 2.890625 -6.296875 2.578125 -6.296875 C 2.265625 -6.296875 2.046875 -6.164062 1.921875 -5.90625 C 1.804688 -5.644531 1.75 -5.03125 1.75 -4.0625 L 1.75 0 L 0.6875 0 L 0.6875 -7.109375 L 1.75 -7.109375 L 1.75 -6.5 C 1.894531 -6.75 2.070312 -6.941406 2.28125 -7.078125 C 2.488281 -7.210938 2.722656 -7.28125 2.984375 -7.28125 C 3.304688 -7.28125 3.570312 -7.207031 3.78125 -7.0625 C 4 -6.914062 4.171875 -6.691406 4.296875 -6.390625 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph1-5">
+<path style="stroke:none;" d="M 7.0625 -3.84375 L 7.0625 -3.28125 L 2 -3.28125 L 2 -3.234375 C 2 -2.460938 2.203125 -1.863281 2.609375 -1.4375 C 3.015625 -1.019531 3.582031 -0.8125 4.3125 -0.8125 C 4.6875 -0.8125 5.078125 -0.867188 5.484375 -0.984375 C 5.890625 -1.097656 6.320312 -1.28125 6.78125 -1.53125 L 6.78125 -0.359375 C 6.34375 -0.179688 5.914062 -0.046875 5.5 0.046875 C 5.082031 0.140625 4.679688 0.1875 4.296875 0.1875 C 3.191406 0.1875 2.328125 -0.140625 1.703125 -0.796875 C 1.085938 -1.460938 0.78125 -2.378906 0.78125 -3.546875 C 0.78125 -4.679688 1.082031 -5.585938 1.6875 -6.265625 C 2.300781 -6.941406 3.113281 -7.28125 4.125 -7.28125 C 5.03125 -7.28125 5.742188 -6.972656 6.265625 -6.359375 C 6.796875 -5.742188 7.0625 -4.90625 7.0625 -3.84375 Z M 5.890625 -4.1875 C 5.867188 -4.875 5.703125 -5.394531 5.390625 -5.75 C 5.085938 -6.113281 4.648438 -6.296875 4.078125 -6.296875 C 3.515625 -6.296875 3.050781 -6.109375 2.6875 -5.734375 C 2.320312 -5.359375 2.109375 -4.84375 2.046875 -4.1875 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph1-6">
+<path style="stroke:none;" d="M 3.109375 -6.75 L 4.703125 -6.75 L 4.703125 -4.828125 L 3.109375 -4.828125 Z M 3.109375 -1.9375 L 4.703125 -1.9375 L 4.703125 0 L 3.109375 0 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph1-7">
+<path style="stroke:none;" d=""/>
+</symbol>
+<symbol overflow="visible" id="glyph1-8">
+<path style="stroke:none;" d="M 6.171875 -6.859375 L 6.171875 -5.71875 C 5.835938 -5.914062 5.5 -6.0625 5.15625 -6.15625 C 4.820312 -6.25 4.476562 -6.296875 4.125 -6.296875 C 3.601562 -6.296875 3.210938 -6.210938 2.953125 -6.046875 C 2.691406 -5.878906 2.5625 -5.617188 2.5625 -5.265625 C 2.5625 -4.941406 2.65625 -4.703125 2.84375 -4.546875 C 3.039062 -4.390625 3.523438 -4.238281 4.296875 -4.09375 L 4.78125 -4 C 5.351562 -3.894531 5.785156 -3.675781 6.078125 -3.34375 C 6.378906 -3.007812 6.53125 -2.582031 6.53125 -2.0625 C 6.53125 -1.351562 6.28125 -0.800781 5.78125 -0.40625 C 5.289062 -0.0078125 4.597656 0.1875 3.703125 0.1875 C 3.359375 0.1875 2.992188 0.148438 2.609375 0.078125 C 2.222656 0.00390625 1.804688 -0.109375 1.359375 -0.265625 L 1.359375 -1.46875 C 1.785156 -1.238281 2.195312 -1.066406 2.59375 -0.953125 C 3 -0.847656 3.378906 -0.796875 3.734375 -0.796875 C 4.242188 -0.796875 4.640625 -0.898438 4.921875 -1.109375 C 5.210938 -1.316406 5.359375 -1.609375 5.359375 -1.984375 C 5.359375 -2.523438 4.835938 -2.898438 3.796875 -3.109375 L 3.75 -3.125 L 3.3125 -3.21875 C 2.632812 -3.34375 2.140625 -3.5625 1.828125 -3.875 C 1.523438 -4.1875 1.375 -4.609375 1.375 -5.140625 C 1.375 -5.828125 1.601562 -6.351562 2.0625 -6.71875 C 2.53125 -7.09375 3.191406 -7.28125 4.046875 -7.28125 C 4.421875 -7.28125 4.785156 -7.242188 5.140625 -7.171875 C 5.492188 -7.109375 5.835938 -7.003906 6.171875 -6.859375 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph1-9">
+<path style="stroke:none;" d="M 3.890625 -9.125 L 3.890625 -7.109375 L 6.546875 -7.109375 L 6.546875 -6.203125 L 3.890625 -6.203125 L 3.890625 -2.34375 C 3.890625 -1.820312 3.988281 -1.457031 4.1875 -1.25 C 4.394531 -1.039062 4.742188 -0.9375 5.234375 -0.9375 L 6.546875 -0.9375 L 6.546875 0 L 5.125 0 C 4.25 0 3.628906 -0.171875 3.265625 -0.515625 C 2.910156 -0.867188 2.734375 -1.476562 2.734375 -2.34375 L 2.734375 -6.203125 L 0.828125 -6.203125 L 0.828125 -7.109375 L 2.734375 -7.109375 L 2.734375 -9.125 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph1-10">
+<path style="stroke:none;" d="M 7.328125 -5.640625 C 7.078125 -5.835938 6.820312 -5.976562 6.5625 -6.0625 C 6.3125 -6.15625 6.03125 -6.203125 5.71875 -6.203125 C 4.988281 -6.203125 4.429688 -5.972656 4.046875 -5.515625 C 3.660156 -5.054688 3.46875 -4.394531 3.46875 -3.53125 L 3.46875 0 L 2.296875 0 L 2.296875 -7.109375 L 3.46875 -7.109375 L 3.46875 -5.71875 C 3.664062 -6.21875 3.96875 -6.601562 4.375 -6.875 C 4.78125 -7.144531 5.257812 -7.28125 5.8125 -7.28125 C 6.09375 -7.28125 6.359375 -7.242188 6.609375 -7.171875 C 6.859375 -7.097656 7.097656 -6.988281 7.328125 -6.84375 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph1-11">
+<path style="stroke:none;" d="M 1.625 -7.109375 L 4.609375 -7.109375 L 4.609375 -0.90625 L 6.9375 -0.90625 L 6.9375 0 L 1.125 0 L 1.125 -0.90625 L 3.453125 -0.90625 L 3.453125 -6.203125 L 1.625 -6.203125 Z M 3.453125 -9.875 L 4.609375 -9.875 L 4.609375 -8.390625 L 3.453125 -8.390625 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph1-12">
+<path style="stroke:none;" d="M 5.453125 -3.609375 C 5.453125 -4.484375 5.304688 -5.148438 5.015625 -5.609375 C 4.734375 -6.066406 4.316406 -6.296875 3.765625 -6.296875 C 3.191406 -6.296875 2.753906 -6.066406 2.453125 -5.609375 C 2.160156 -5.148438 2.015625 -4.484375 2.015625 -3.609375 C 2.015625 -2.734375 2.164062 -2.066406 2.46875 -1.609375 C 2.769531 -1.148438 3.207031 -0.921875 3.78125 -0.921875 C 4.320312 -0.921875 4.734375 -1.148438 5.015625 -1.609375 C 5.304688 -2.066406 5.453125 -2.734375 5.453125 -3.609375 Z M 6.609375 -0.453125 C 6.609375 0.609375 6.359375 1.414062 5.859375 1.96875 C 5.359375 2.519531 4.617188 2.796875 3.640625 2.796875 C 3.316406 2.796875 2.976562 2.765625 2.625 2.703125 C 2.269531 2.640625 1.921875 2.550781 1.578125 2.4375 L 1.578125 1.28125 C 1.992188 1.476562 2.367188 1.625 2.703125 1.71875 C 3.046875 1.8125 3.359375 1.859375 3.640625 1.859375 C 4.265625 1.859375 4.722656 1.6875 5.015625 1.34375 C 5.304688 1 5.453125 0.457031 5.453125 -0.28125 L 5.453125 -1.125 C 5.265625 -0.726562 5.007812 -0.429688 4.6875 -0.234375 C 4.363281 -0.046875 3.972656 0.046875 3.515625 0.046875 C 2.679688 0.046875 2.015625 -0.28125 1.515625 -0.9375 C 1.023438 -1.601562 0.78125 -2.492188 0.78125 -3.609375 C 0.78125 -4.722656 1.023438 -5.613281 1.515625 -6.28125 C 2.015625 -6.945312 2.679688 -7.28125 3.515625 -7.28125 C 3.972656 -7.28125 4.359375 -7.1875 4.671875 -7 C 4.984375 -6.820312 5.242188 -6.539062 5.453125 -6.15625 L 5.453125 -7.078125 L 6.609375 -7.078125 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph1-13">
+<path style="stroke:none;" d="M 0.640625 -7.109375 L 1.84375 -7.109375 L 3.90625 -1.140625 L 5.984375 -7.109375 L 7.1875 -7.109375 L 4.671875 0 L 3.15625 0 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph1-14">
+<path style="stroke:none;" d="M 5.453125 -6.203125 L 5.453125 -9.875 L 6.609375 -9.875 L 6.609375 0 L 5.453125 0 L 5.453125 -0.890625 C 5.253906 -0.546875 4.992188 -0.28125 4.671875 -0.09375 C 4.347656 0.09375 3.972656 0.1875 3.546875 0.1875 C 2.691406 0.1875 2.015625 -0.144531 1.515625 -0.8125 C 1.023438 -1.476562 0.78125 -2.398438 0.78125 -3.578125 C 0.78125 -4.734375 1.023438 -5.640625 1.515625 -6.296875 C 2.015625 -6.953125 2.691406 -7.28125 3.546875 -7.28125 C 3.972656 -7.28125 4.347656 -7.1875 4.671875 -7 C 5.003906 -6.820312 5.265625 -6.554688 5.453125 -6.203125 Z M 2.015625 -3.546875 C 2.015625 -2.640625 2.15625 -1.957031 2.4375 -1.5 C 2.726562 -1.039062 3.15625 -0.8125 3.71875 -0.8125 C 4.28125 -0.8125 4.707031 -1.039062 5 -1.5 C 5.300781 -1.96875 5.453125 -2.648438 5.453125 -3.546875 C 5.453125 -4.453125 5.300781 -5.132812 5 -5.59375 C 4.707031 -6.0625 4.28125 -6.296875 3.71875 -6.296875 C 3.15625 -6.296875 2.726562 -6.0625 2.4375 -5.59375 C 2.15625 -5.132812 2.015625 -4.453125 2.015625 -3.546875 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph1-15">
+<path style="stroke:none;" d="M 5.453125 -2.28125 C 5.253906 -1.789062 5.003906 -1.140625 4.703125 -0.328125 C 4.285156 0.785156 4.003906 1.46875 3.859375 1.71875 C 3.660156 2.039062 3.414062 2.285156 3.125 2.453125 C 2.832031 2.617188 2.492188 2.703125 2.109375 2.703125 L 1.171875 2.703125 L 1.171875 1.734375 L 1.859375 1.734375 C 2.203125 1.734375 2.46875 1.628906 2.65625 1.421875 C 2.851562 1.222656 3.101562 0.710938 3.40625 -0.109375 L 0.65625 -7.109375 L 1.890625 -7.109375 L 4 -1.546875 L 6.078125 -7.109375 L 7.3125 -7.109375 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph1-16">
+<path style="stroke:none;" d="M 2.375 -0.890625 L 2.375 2.703125 L 1.203125 2.703125 L 1.203125 -7.109375 L 2.375 -7.109375 L 2.375 -6.203125 C 2.570312 -6.554688 2.832031 -6.820312 3.15625 -7 C 3.476562 -7.1875 3.851562 -7.28125 4.28125 -7.28125 C 5.132812 -7.28125 5.804688 -6.945312 6.296875 -6.28125 C 6.785156 -5.613281 7.03125 -4.691406 7.03125 -3.515625 C 7.03125 -2.367188 6.785156 -1.460938 6.296875 -0.796875 C 5.804688 -0.140625 5.132812 0.1875 4.28125 0.1875 C 3.84375 0.1875 3.460938 0.09375 3.140625 -0.09375 C 2.816406 -0.28125 2.5625 -0.546875 2.375 -0.890625 Z M 5.8125 -3.546875 C 5.8125 -4.453125 5.664062 -5.132812 5.375 -5.59375 C 5.09375 -6.0625 4.671875 -6.296875 4.109375 -6.296875 C 3.535156 -6.296875 3.101562 -6.0625 2.8125 -5.59375 C 2.519531 -5.132812 2.375 -4.453125 2.375 -3.546875 C 2.375 -2.648438 2.519531 -1.96875 2.8125 -1.5 C 3.101562 -1.039062 3.535156 -0.8125 4.109375 -0.8125 C 4.671875 -0.8125 5.09375 -1.039062 5.375 -1.5 C 5.664062 -1.957031 5.8125 -2.640625 5.8125 -3.546875 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph1-17">
+<path style="stroke:none;" d="M 4.0625 -2.578125 C 4.0625 -2.054688 4.15625 -1.660156 4.34375 -1.390625 C 4.539062 -1.117188 4.828125 -0.984375 5.203125 -0.984375 L 6.5625 -0.984375 L 6.5625 0 L 5.078125 0 C 4.378906 0 3.835938 -0.222656 3.453125 -0.671875 C 3.078125 -1.117188 2.890625 -1.753906 2.890625 -2.578125 L 2.890625 -9.03125 L 1.015625 -9.03125 L 1.015625 -9.953125 L 4.0625 -9.953125 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph1-18">
+<path style="stroke:none;" d="M 3.90625 -6.296875 C 3.3125 -6.296875 2.863281 -6.0625 2.5625 -5.59375 C 2.257812 -5.132812 2.109375 -4.453125 2.109375 -3.546875 C 2.109375 -2.648438 2.257812 -1.96875 2.5625 -1.5 C 2.863281 -1.039062 3.3125 -0.8125 3.90625 -0.8125 C 4.507812 -0.8125 4.960938 -1.039062 5.265625 -1.5 C 5.566406 -1.96875 5.71875 -2.648438 5.71875 -3.546875 C 5.71875 -4.453125 5.566406 -5.132812 5.265625 -5.59375 C 4.960938 -6.0625 4.507812 -6.296875 3.90625 -6.296875 Z M 3.90625 -7.28125 C 4.894531 -7.28125 5.648438 -6.957031 6.171875 -6.3125 C 6.691406 -5.675781 6.953125 -4.753906 6.953125 -3.546875 C 6.953125 -2.335938 6.691406 -1.410156 6.171875 -0.765625 C 5.648438 -0.128906 4.894531 0.1875 3.90625 0.1875 C 2.925781 0.1875 2.175781 -0.128906 1.65625 -0.765625 C 1.132812 -1.410156 0.875 -2.335938 0.875 -3.546875 C 0.875 -4.753906 1.132812 -5.675781 1.65625 -6.3125 C 2.175781 -6.957031 2.925781 -7.28125 3.90625 -7.28125 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph1-19">
+<path style="stroke:none;" d="M 1.359375 -9.484375 L 2.65625 -9.484375 L 2.65625 -1.078125 L 7.234375 -1.078125 L 7.234375 0 L 1.359375 0 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph1-20">
+<path style="stroke:none;" d="M 6.734375 -0.359375 C 6.421875 -0.179688 6.097656 -0.046875 5.765625 0.046875 C 5.429688 0.140625 5.09375 0.1875 4.75 0.1875 C 3.644531 0.1875 2.78125 -0.140625 2.15625 -0.796875 C 1.539062 -1.460938 1.234375 -2.378906 1.234375 -3.546875 C 1.234375 -4.710938 1.539062 -5.625 2.15625 -6.28125 C 2.78125 -6.945312 3.644531 -7.28125 4.75 -7.28125 C 5.09375 -7.28125 5.425781 -7.234375 5.75 -7.140625 C 6.070312 -7.054688 6.398438 -6.921875 6.734375 -6.734375 L 6.734375 -5.515625 C 6.421875 -5.785156 6.109375 -5.984375 5.796875 -6.109375 C 5.492188 -6.234375 5.144531 -6.296875 4.75 -6.296875 C 4.019531 -6.296875 3.457031 -6.054688 3.0625 -5.578125 C 2.664062 -5.109375 2.46875 -4.429688 2.46875 -3.546875 C 2.46875 -2.671875 2.664062 -1.992188 3.0625 -1.515625 C 3.457031 -1.046875 4.019531 -0.8125 4.75 -0.8125 C 5.15625 -0.8125 5.519531 -0.875 5.84375 -1 C 6.164062 -1.125 6.460938 -1.316406 6.734375 -1.578125 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph1-21">
+<path style="stroke:none;" d="M 6.671875 -4.40625 L 6.671875 0 L 5.5 0 L 5.5 -4.40625 C 5.5 -5.039062 5.382812 -5.507812 5.15625 -5.8125 C 4.9375 -6.113281 4.585938 -6.265625 4.109375 -6.265625 C 3.554688 -6.265625 3.132812 -6.070312 2.84375 -5.6875 C 2.550781 -5.300781 2.40625 -4.742188 2.40625 -4.015625 L 2.40625 0 L 1.234375 0 L 1.234375 -9.875 L 2.40625 -9.875 L 2.40625 -6.046875 C 2.613281 -6.453125 2.894531 -6.757812 3.25 -6.96875 C 3.601562 -7.175781 4.023438 -7.28125 4.515625 -7.28125 C 5.234375 -7.28125 5.769531 -7.039062 6.125 -6.5625 C 6.488281 -6.09375 6.671875 -5.375 6.671875 -4.40625 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph1-22">
+<path style="stroke:none;" d="M 6.8125 -0.34375 C 6.488281 -0.164062 6.15625 -0.0351562 5.8125 0.046875 C 5.46875 0.140625 5.101562 0.1875 4.71875 0.1875 C 3.5 0.1875 2.550781 -0.238281 1.875 -1.09375 C 1.207031 -1.957031 0.875 -3.171875 0.875 -4.734375 C 0.875 -6.273438 1.210938 -7.476562 1.890625 -8.34375 C 2.566406 -9.21875 3.507812 -9.65625 4.71875 -9.65625 C 5.101562 -9.65625 5.46875 -9.609375 5.8125 -9.515625 C 6.15625 -9.429688 6.488281 -9.300781 6.8125 -9.125 L 6.8125 -7.8125 C 6.5 -8.070312 6.160156 -8.269531 5.796875 -8.40625 C 5.441406 -8.539062 5.082031 -8.609375 4.71875 -8.609375 C 3.882812 -8.609375 3.257812 -8.285156 2.84375 -7.640625 C 2.425781 -6.992188 2.21875 -6.023438 2.21875 -4.734375 C 2.21875 -3.429688 2.425781 -2.457031 2.84375 -1.8125 C 3.257812 -1.175781 3.882812 -0.859375 4.71875 -0.859375 C 5.09375 -0.859375 5.457031 -0.925781 5.8125 -1.0625 C 6.164062 -1.195312 6.5 -1.394531 6.8125 -1.65625 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph1-23">
+<path style="stroke:none;" d="M 1.4375 -7.125 L 6.609375 -7.125 L 6.609375 -6.0625 L 2.515625 -0.953125 L 6.609375 -0.953125 L 6.609375 0 L 1.28125 0 L 1.28125 -1.078125 L 5.375 -6.1875 L 1.4375 -6.1875 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph1-24">
+<path style="stroke:none;" d="M 1.234375 -2.6875 L 1.234375 -7.09375 L 2.40625 -7.09375 L 2.40625 -2.6875 C 2.40625 -2.050781 2.515625 -1.582031 2.734375 -1.28125 C 2.960938 -0.976562 3.316406 -0.828125 3.796875 -0.828125 C 4.347656 -0.828125 4.769531 -1.019531 5.0625 -1.40625 C 5.351562 -1.800781 5.5 -2.359375 5.5 -3.078125 L 5.5 -7.09375 L 6.671875 -7.09375 L 6.671875 0 L 5.5 0 L 5.5 -1.0625 C 5.289062 -0.65625 5.003906 -0.34375 4.640625 -0.125 C 4.285156 0.0820312 3.867188 0.1875 3.390625 0.1875 C 2.660156 0.1875 2.117188 -0.0507812 1.765625 -0.53125 C 1.410156 -1.007812 1.234375 -1.726562 1.234375 -2.6875 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph1-25">
+<path style="stroke:none;" d="M 2.53125 -8.421875 L 2.53125 -4.859375 L 4.015625 -4.859375 C 4.609375 -4.859375 5.070312 -5.015625 5.40625 -5.328125 C 5.738281 -5.640625 5.90625 -6.078125 5.90625 -6.640625 C 5.90625 -7.203125 5.738281 -7.640625 5.40625 -7.953125 C 5.070312 -8.265625 4.609375 -8.421875 4.015625 -8.421875 Z M 1.25 -9.484375 L 4.015625 -9.484375 C 5.078125 -9.484375 5.878906 -9.238281 6.421875 -8.75 C 6.972656 -8.269531 7.25 -7.566406 7.25 -6.640625 C 7.25 -5.710938 6.972656 -5.007812 6.421875 -4.53125 C 5.878906 -4.050781 5.078125 -3.8125 4.015625 -3.8125 L 2.53125 -3.8125 L 2.53125 0 L 1.25 0 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph1-26">
+<path style="stroke:none;" d="M 6.75 -9.875 L 6.75 -8.90625 L 5.421875 -8.90625 C 5.003906 -8.90625 4.710938 -8.816406 4.546875 -8.640625 C 4.378906 -8.472656 4.296875 -8.171875 4.296875 -7.734375 L 4.296875 -7.109375 L 6.75 -7.109375 L 6.75 -6.203125 L 4.296875 -6.203125 L 4.296875 0 L 3.140625 0 L 3.140625 -6.203125 L 1.234375 -6.203125 L 1.234375 -7.109375 L 3.140625 -7.109375 L 3.140625 -7.609375 C 3.140625 -8.378906 3.316406 -8.945312 3.671875 -9.3125 C 4.023438 -9.6875 4.582031 -9.875 5.34375 -9.875 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph1-27">
+<path style="stroke:none;" d="M 4.4375 -7.4375 L 4.4375 -4.609375 L 7.265625 -4.609375 L 7.265625 -3.53125 L 4.4375 -3.53125 L 4.4375 -0.71875 L 3.375 -0.71875 L 3.375 -3.53125 L 0.5625 -3.53125 L 0.5625 -4.609375 L 3.375 -4.609375 L 3.375 -7.4375 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph1-28">
+<path style="stroke:none;" d="M 0.875 -9.484375 L 2.5 -9.484375 L 5.703125 -1.671875 L 5.703125 -9.484375 L 6.9375 -9.484375 L 6.9375 0 L 5.3125 0 L 2.125 -7.796875 L 2.125 0 L 0.875 0 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph1-29">
+<path style="stroke:none;" d="M 5.625 -9.859375 C 5.0625 -8.898438 4.640625 -7.941406 4.359375 -6.984375 C 4.078125 -6.023438 3.9375 -5.054688 3.9375 -4.078125 C 3.9375 -3.109375 4.078125 -2.144531 4.359375 -1.1875 C 4.640625 -0.226562 5.0625 0.738281 5.625 1.71875 L 4.609375 1.71875 C 3.960938 0.707031 3.484375 -0.269531 3.171875 -1.21875 C 2.859375 -2.175781 2.703125 -3.128906 2.703125 -4.078125 C 2.703125 -5.023438 2.859375 -5.972656 3.171875 -6.921875 C 3.484375 -7.878906 3.960938 -8.859375 4.609375 -9.859375 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph1-30">
+<path style="stroke:none;" d="M 2.203125 -9.859375 L 3.21875 -9.859375 C 3.863281 -8.859375 4.34375 -7.878906 4.65625 -6.921875 C 4.96875 -5.972656 5.125 -5.023438 5.125 -4.078125 C 5.125 -3.128906 4.96875 -2.175781 4.65625 -1.21875 C 4.34375 -0.257812 3.863281 0.71875 3.21875 1.71875 L 2.203125 1.71875 C 2.765625 0.726562 3.1875 -0.242188 3.46875 -1.203125 C 3.75 -2.160156 3.890625 -3.117188 3.890625 -4.078125 C 3.890625 -5.046875 3.75 -6.007812 3.46875 -6.96875 C 3.1875 -7.925781 2.765625 -8.890625 2.203125 -9.859375 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph1-31">
+<path style="stroke:none;" d="M 3.90625 -1.078125 L 6.140625 -9.484375 L 7.46875 -9.484375 L 4.6875 0 L 3.140625 0 L 0.359375 -9.484375 L 1.6875 -9.484375 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph1-32">
+<path style="stroke:none;" d="M 6.421875 -9.15625 L 6.421875 -7.859375 C 6.035156 -8.109375 5.644531 -8.296875 5.25 -8.421875 C 4.863281 -8.546875 4.46875 -8.609375 4.0625 -8.609375 C 3.457031 -8.609375 2.976562 -8.46875 2.625 -8.1875 C 2.28125 -7.90625 2.109375 -7.523438 2.109375 -7.046875 C 2.109375 -6.628906 2.222656 -6.304688 2.453125 -6.078125 C 2.679688 -5.859375 3.113281 -5.675781 3.75 -5.53125 L 4.421875 -5.390625 C 5.304688 -5.179688 5.953125 -4.851562 6.359375 -4.40625 C 6.765625 -3.957031 6.96875 -3.351562 6.96875 -2.59375 C 6.96875 -1.6875 6.6875 -0.992188 6.125 -0.515625 C 5.570312 -0.046875 4.757812 0.1875 3.6875 0.1875 C 3.25 0.1875 2.804688 0.132812 2.359375 0.03125 C 1.910156 -0.0625 1.457031 -0.203125 1 -0.390625 L 1 -1.75 C 1.488281 -1.4375 1.945312 -1.207031 2.375 -1.0625 C 2.8125 -0.925781 3.25 -0.859375 3.6875 -0.859375 C 4.34375 -0.859375 4.847656 -1.003906 5.203125 -1.296875 C 5.566406 -1.585938 5.75 -1.988281 5.75 -2.5 C 5.75 -2.976562 5.625 -3.34375 5.375 -3.59375 C 5.125 -3.84375 4.691406 -4.035156 4.078125 -4.171875 L 3.390625 -4.328125 C 2.515625 -4.523438 1.875 -4.820312 1.46875 -5.21875 C 1.070312 -5.625 0.875 -6.164062 0.875 -6.84375 C 0.875 -7.695312 1.160156 -8.378906 1.734375 -8.890625 C 2.304688 -9.398438 3.0625 -9.65625 4 -9.65625 C 4.363281 -9.65625 4.742188 -9.613281 5.140625 -9.53125 C 5.546875 -9.445312 5.972656 -9.320312 6.421875 -9.15625 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph1-33">
+<path style="stroke:none;" d="M 2.765625 -1.046875 C 3.847656 -1.046875 4.601562 -1.3125 5.03125 -1.84375 C 5.457031 -2.375 5.671875 -3.335938 5.671875 -4.734375 C 5.671875 -6.128906 5.457031 -7.09375 5.03125 -7.625 C 4.601562 -8.15625 3.847656 -8.421875 2.765625 -8.421875 L 2.15625 -8.421875 L 2.15625 -1.046875 Z M 2.796875 -9.484375 C 4.242188 -9.484375 5.304688 -9.097656 5.984375 -8.328125 C 6.671875 -7.554688 7.015625 -6.359375 7.015625 -4.734375 C 7.015625 -3.109375 6.671875 -1.910156 5.984375 -1.140625 C 5.304688 -0.378906 4.242188 0 2.796875 0 L 0.875 0 L 0.875 -9.484375 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph1-34">
+<path style="stroke:none;" d="M 1.5 -9.875 L 2.703125 -9.875 L 2.703125 -4.15625 L 5.765625 -7.109375 L 7.1875 -7.109375 L 4.390625 -4.4375 L 7.625 0 L 6.203125 0 L 3.578125 -3.671875 L 2.703125 -2.84375 L 2.703125 0 L 1.5 0 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph1-35">
+<path style="stroke:none;" d="M 0.546875 -9.484375 L 2.265625 -9.484375 L 3.890625 -4.65625 L 5.546875 -9.484375 L 7.265625 -9.484375 L 7.265625 0 L 6.078125 0 L 6.078125 -8.375 L 4.390625 -3.375 L 3.421875 -3.375 L 1.734375 -8.375 L 1.734375 0 L 0.546875 0 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph1-36">
+<path style="stroke:none;" d="M 1.484375 -9.484375 L 7.0625 -9.484375 L 7.0625 -8.390625 L 2.765625 -8.390625 L 2.765625 -5.609375 L 6.65625 -5.609375 L 6.65625 -4.53125 L 2.765625 -4.53125 L 2.765625 0 L 1.484375 0 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph1-37">
+<path style="stroke:none;" d="M 7.09375 -7.109375 L 4.546875 -3.703125 L 7.34375 0 L 6 0 L 3.90625 -2.84375 L 1.828125 0 L 0.484375 0 L 3.28125 -3.703125 L 0.734375 -7.109375 L 2.03125 -7.109375 L 3.90625 -4.53125 L 5.78125 -7.109375 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph1-38">
+<path style="stroke:none;" d="M 5.828125 -3.546875 C 5.828125 -4.453125 5.679688 -5.132812 5.390625 -5.59375 C 5.109375 -6.0625 4.6875 -6.296875 4.125 -6.296875 C 3.550781 -6.296875 3.117188 -6.0625 2.828125 -5.59375 C 2.535156 -5.132812 2.390625 -4.453125 2.390625 -3.546875 C 2.390625 -2.648438 2.535156 -1.96875 2.828125 -1.5 C 3.117188 -1.039062 3.550781 -0.8125 4.125 -0.8125 C 4.6875 -0.8125 5.109375 -1.039062 5.390625 -1.5 C 5.679688 -1.957031 5.828125 -2.640625 5.828125 -3.546875 Z M 2.390625 -6.203125 C 2.578125 -6.546875 2.832031 -6.8125 3.15625 -7 C 3.488281 -7.1875 3.867188 -7.28125 4.296875 -7.28125 C 5.160156 -7.28125 5.835938 -6.953125 6.328125 -6.296875 C 6.816406 -5.640625 7.0625 -4.734375 7.0625 -3.578125 C 7.0625 -2.398438 6.8125 -1.476562 6.3125 -0.8125 C 5.820312 -0.144531 5.148438 0.1875 4.296875 0.1875 C 3.867188 0.1875 3.492188 0.09375 3.171875 -0.09375 C 2.847656 -0.28125 2.585938 -0.546875 2.390625 -0.890625 L 2.390625 0 L 1.21875 0 L 1.21875 -9.875 L 2.390625 -9.875 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph1-39">
+<path style="stroke:none;" d="M 7.828125 2.5625 L 7.828125 3.0625 L 0 3.0625 L 0 2.5625 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph1-40">
+<path style="stroke:none;" d="M 4.34375 -9.328125 L 3.6875 -6.703125 L 5.234375 -6.703125 L 5.90625 -9.328125 L 6.921875 -9.328125 L 6.25 -6.703125 L 7.796875 -6.703125 L 7.796875 -5.71875 L 6.015625 -5.71875 L 5.484375 -3.59375 L 7.078125 -3.59375 L 7.078125 -2.625 L 5.234375 -2.625 L 4.578125 0 L 3.5625 0 L 4.234375 -2.625 L 2.671875 -2.625 L 2 0 L 0.984375 0 L 1.65625 -2.625 L 0.015625 -2.625 L 0.015625 -3.59375 L 1.890625 -3.59375 L 2.4375 -5.71875 L 0.75 -5.71875 L 0.75 -6.703125 L 2.671875 -6.703125 L 3.328125 -9.328125 Z M 5 -5.71875 L 3.453125 -5.71875 L 2.90625 -3.59375 L 4.46875 -3.59375 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph1-41">
+<path style="stroke:none;" d="M 1.71875 -1.078125 L 3.703125 -1.078125 L 3.703125 -8.328125 L 1.5625 -7.84375 L 1.5625 -9 L 3.6875 -9.484375 L 4.984375 -9.484375 L 4.984375 -1.078125 L 6.9375 -1.078125 L 6.9375 0 L 1.71875 0 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph1-42">
+<path style="stroke:none;" d="M 6.765625 -7.921875 L 4.5 -6.6875 L 6.765625 -5.453125 L 6.40625 -4.828125 L 4.28125 -6.109375 L 4.28125 -3.71875 L 3.546875 -3.71875 L 3.546875 -6.109375 L 1.421875 -4.828125 L 1.046875 -5.453125 L 3.328125 -6.6875 L 1.046875 -7.921875 L 1.421875 -8.546875 L 3.546875 -7.25 L 3.546875 -9.65625 L 4.28125 -9.65625 L 4.28125 -7.25 L 6.40625 -8.546875 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph1-43">
+<path style="stroke:none;" d="M 3.109375 -1.9375 L 4.703125 -1.9375 L 4.703125 0 L 3.109375 0 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph2-0">
+<path style="stroke:none;" d="M 0.796875 2.828125 L 0.796875 -11.28125 L 8.796875 -11.28125 L 8.796875 2.828125 Z M 1.703125 1.9375 L 7.90625 1.9375 L 7.90625 -10.390625 L 1.703125 -10.390625 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph2-1">
+<path style="stroke:none;" d="M 1.21875 -11.671875 L 4.078125 -11.671875 L 5.515625 -2.953125 L 10.34375 -11.671875 L 13.4375 -11.671875 L 6.859375 0 L 3.265625 0 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph2-2">
+<path style="stroke:none;" d="M 4.921875 -1.8125 C 5.640625 -1.8125 6.222656 -2.140625 6.671875 -2.796875 C 7.117188 -3.460938 7.34375 -4.328125 7.34375 -5.390625 C 7.34375 -5.878906 7.21875 -6.257812 6.96875 -6.53125 C 6.71875 -6.800781 6.363281 -6.9375 5.90625 -6.9375 C 5.195312 -6.9375 4.613281 -6.609375 4.15625 -5.953125 C 3.695312 -5.296875 3.46875 -4.457031 3.46875 -3.4375 C 3.46875 -2.90625 3.59375 -2.5 3.84375 -2.21875 C 4.09375 -1.945312 4.453125 -1.8125 4.921875 -1.8125 Z M 7.859375 -7.46875 L 8.765625 -12.15625 L 11.59375 -12.15625 L 9.21875 0 L 6.40625 0 L 6.65625 -1.265625 C 6.226562 -0.753906 5.78125 -0.375 5.3125 -0.125 C 4.84375 0.113281 4.332031 0.234375 3.78125 0.234375 C 2.789062 0.234375 2.007812 -0.078125 1.4375 -0.703125 C 0.863281 -1.335938 0.578125 -2.191406 0.578125 -3.265625 C 0.578125 -3.941406 0.675781 -4.597656 0.875 -5.234375 C 1.082031 -5.867188 1.375 -6.445312 1.75 -6.96875 C 2.21875 -7.625 2.75 -8.117188 3.34375 -8.453125 C 3.945312 -8.796875 4.585938 -8.96875 5.265625 -8.96875 C 5.867188 -8.96875 6.378906 -8.84375 6.796875 -8.59375 C 7.210938 -8.351562 7.566406 -7.976562 7.859375 -7.46875 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph2-3">
+<path style="stroke:none;" d="M 10.0625 -4.046875 L 9.96875 -3.609375 L 3.421875 -3.609375 C 3.421875 -3.578125 3.414062 -3.53125 3.40625 -3.46875 C 3.40625 -3.40625 3.40625 -3.359375 3.40625 -3.328125 C 3.40625 -2.765625 3.578125 -2.34375 3.921875 -2.0625 C 4.265625 -1.78125 4.773438 -1.640625 5.453125 -1.640625 C 6.046875 -1.640625 6.664062 -1.726562 7.3125 -1.90625 C 7.96875 -2.082031 8.65625 -2.34375 9.375 -2.6875 L 8.953125 -0.515625 C 8.265625 -0.265625 7.582031 -0.078125 6.90625 0.046875 C 6.238281 0.171875 5.554688 0.234375 4.859375 0.234375 C 3.492188 0.234375 2.4375 -0.0820312 1.6875 -0.71875 C 0.945312 -1.351562 0.578125 -2.242188 0.578125 -3.390625 C 0.578125 -4.054688 0.695312 -4.703125 0.9375 -5.328125 C 1.175781 -5.960938 1.519531 -6.539062 1.96875 -7.0625 C 2.507812 -7.6875 3.148438 -8.160156 3.890625 -8.484375 C 4.640625 -8.804688 5.472656 -8.96875 6.390625 -8.96875 C 7.566406 -8.96875 8.503906 -8.648438 9.203125 -8.015625 C 9.898438 -7.390625 10.25 -6.539062 10.25 -5.46875 C 10.25 -5.257812 10.234375 -5.039062 10.203125 -4.8125 C 10.171875 -4.582031 10.125 -4.328125 10.0625 -4.046875 Z M 7.421875 -5.328125 C 7.441406 -5.398438 7.453125 -5.46875 7.453125 -5.53125 C 7.460938 -5.601562 7.46875 -5.675781 7.46875 -5.75 C 7.46875 -6.164062 7.34375 -6.492188 7.09375 -6.734375 C 6.84375 -6.984375 6.503906 -7.109375 6.078125 -7.109375 C 5.535156 -7.109375 5.070312 -6.957031 4.6875 -6.65625 C 4.300781 -6.351562 4.007812 -5.910156 3.8125 -5.328125 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph2-4">
+<path style="stroke:none;" d="M 1.015625 -8.75 L 3.59375 -8.75 L 4.71875 -2.640625 L 8.015625 -8.75 L 10.859375 -8.75 L 5.71875 0 L 2.75 0 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph2-5">
+<path style="stroke:none;" d="M 5.875 -6.5 C 6.5625 -6.5 7.078125 -6.65625 7.421875 -6.96875 C 7.773438 -7.289062 7.953125 -7.757812 7.953125 -8.375 C 7.953125 -8.757812 7.832031 -9.039062 7.59375 -9.21875 C 7.351562 -9.394531 6.972656 -9.484375 6.453125 -9.484375 L 5.203125 -9.484375 L 4.609375 -6.5 Z M 4.21875 -4.421875 L 3.34375 0 L 0.34375 0 L 2.609375 -11.671875 L 7.0625 -11.671875 C 8.34375 -11.671875 9.3125 -11.429688 9.96875 -10.953125 C 10.632812 -10.472656 10.96875 -9.765625 10.96875 -8.828125 C 10.96875 -7.890625 10.707031 -7.113281 10.1875 -6.5 C 9.664062 -5.894531 8.957031 -5.546875 8.0625 -5.453125 C 8.46875 -5.367188 8.804688 -5.160156 9.078125 -4.828125 C 9.347656 -4.503906 9.585938 -4 9.796875 -3.3125 L 10.78125 0 L 7.796875 0 L 6.921875 -2.90625 C 6.742188 -3.476562 6.523438 -3.875 6.265625 -4.09375 C 6.015625 -4.3125 5.648438 -4.421875 5.171875 -4.421875 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph2-6">
+<path style="stroke:none;" d="M 5.265625 -3.9375 C 4.566406 -3.9375 4.039062 -3.828125 3.6875 -3.609375 C 3.332031 -3.398438 3.15625 -3.082031 3.15625 -2.65625 C 3.15625 -2.34375 3.257812 -2.09375 3.46875 -1.90625 C 3.675781 -1.726562 3.96875 -1.640625 4.34375 -1.640625 C 4.914062 -1.640625 5.394531 -1.8125 5.78125 -2.15625 C 6.164062 -2.5 6.421875 -2.988281 6.546875 -3.625 L 6.609375 -3.9375 Z M 9.640625 -5 L 8.65625 0 L 5.859375 0 L 6.09375 -1.296875 C 5.632812 -0.773438 5.148438 -0.390625 4.640625 -0.140625 C 4.128906 0.109375 3.578125 0.234375 2.984375 0.234375 C 2.148438 0.234375 1.488281 0.0195312 1 -0.40625 C 0.519531 -0.84375 0.28125 -1.425781 0.28125 -2.15625 C 0.28125 -3.269531 0.707031 -4.125 1.5625 -4.71875 C 2.425781 -5.3125 3.671875 -5.609375 5.296875 -5.609375 L 6.953125 -5.609375 L 6.984375 -5.828125 C 6.992188 -5.898438 7 -5.953125 7 -5.984375 C 7.007812 -6.015625 7.015625 -6.039062 7.015625 -6.0625 C 7.015625 -6.40625 6.847656 -6.664062 6.515625 -6.84375 C 6.191406 -7.019531 5.710938 -7.109375 5.078125 -7.109375 C 4.492188 -7.109375 3.929688 -7.046875 3.390625 -6.921875 C 2.847656 -6.804688 2.328125 -6.628906 1.828125 -6.390625 L 2.25 -8.515625 C 2.832031 -8.660156 3.425781 -8.769531 4.03125 -8.84375 C 4.644531 -8.925781 5.28125 -8.96875 5.9375 -8.96875 C 7.238281 -8.96875 8.203125 -8.742188 8.828125 -8.296875 C 9.460938 -7.847656 9.78125 -7.171875 9.78125 -6.265625 C 9.78125 -6.085938 9.765625 -5.890625 9.734375 -5.671875 C 9.710938 -5.460938 9.679688 -5.238281 9.640625 -5 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph2-7">
+<path style="stroke:none;" d="M 2.203125 -8.75 L 5.015625 -8.75 L 3.296875 0 L 0.5 0 Z M 2.859375 -12.15625 L 5.671875 -12.15625 L 5.21875 -9.875 L 2.40625 -9.875 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph2-8">
+<path style="stroke:none;" d="M 1.75 -8.75 L 9.375 -8.75 L 9 -6.796875 L 3.546875 -2 L 8.0625 -2 L 7.6875 0 L -0.140625 0 L 0.234375 -1.953125 L 5.703125 -6.75 L 1.359375 -6.75 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph2-9">
+<path style="stroke:none;" d="M 7.5625 -6.296875 C 8.144531 -6.160156 8.597656 -5.882812 8.921875 -5.46875 C 9.253906 -5.0625 9.421875 -4.554688 9.421875 -3.953125 C 9.421875 -2.660156 8.910156 -1.640625 7.890625 -0.890625 C 6.867188 -0.140625 5.460938 0.234375 3.671875 0.234375 C 2.992188 0.234375 2.347656 0.179688 1.734375 0.078125 C 1.117188 -0.015625 0.539062 -0.160156 0 -0.359375 L 0.453125 -2.671875 C 0.910156 -2.398438 1.410156 -2.191406 1.953125 -2.046875 C 2.503906 -1.898438 3.054688 -1.828125 3.609375 -1.828125 C 4.484375 -1.828125 5.175781 -1.988281 5.6875 -2.3125 C 6.207031 -2.644531 6.46875 -3.09375 6.46875 -3.65625 C 6.46875 -4.113281 6.269531 -4.457031 5.875 -4.6875 C 5.488281 -4.925781 4.898438 -5.046875 4.109375 -5.046875 L 2.921875 -5.046875 L 3.296875 -6.984375 L 4.5625 -6.984375 C 5.382812 -6.984375 6.03125 -7.128906 6.5 -7.421875 C 6.976562 -7.722656 7.21875 -8.125 7.21875 -8.625 C 7.21875 -9.019531 7.050781 -9.320312 6.71875 -9.53125 C 6.394531 -9.738281 5.914062 -9.84375 5.28125 -9.84375 C 4.84375 -9.84375 4.363281 -9.785156 3.84375 -9.671875 C 3.320312 -9.554688 2.78125 -9.390625 2.21875 -9.171875 L 2.640625 -11.375 C 3.253906 -11.539062 3.859375 -11.664062 4.453125 -11.75 C 5.054688 -11.832031 5.648438 -11.875 6.234375 -11.875 C 7.546875 -11.875 8.535156 -11.65625 9.203125 -11.21875 C 9.867188 -10.78125 10.203125 -10.128906 10.203125 -9.265625 C 10.203125 -8.492188 9.96875 -7.847656 9.5 -7.328125 C 9.039062 -6.804688 8.394531 -6.460938 7.5625 -6.296875 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph3-0">
+<path style="stroke:none;" d="M 0.65625 2.296875 L 0.65625 -9.171875 L 7.15625 -9.171875 L 7.15625 2.296875 Z M 1.390625 1.578125 L 6.4375 1.578125 L 6.4375 -8.4375 L 1.390625 -8.4375 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph3-1">
+<path style="stroke:none;" d="M 4.671875 -7.5625 L 4.671875 -4.84375 L 7.390625 -4.84375 L 7.390625 -3.328125 L 4.671875 -3.328125 L 4.671875 -0.578125 L 3.15625 -0.578125 L 3.15625 -3.328125 L 0.421875 -3.328125 L 0.421875 -4.84375 L 3.15625 -4.84375 L 3.15625 -7.5625 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph3-2">
+<path style="stroke:none;" d="M 7.453125 -5.171875 C 7.242188 -5.359375 7.015625 -5.492188 6.765625 -5.578125 C 6.523438 -5.660156 6.242188 -5.703125 5.921875 -5.703125 C 5.222656 -5.703125 4.679688 -5.515625 4.296875 -5.140625 C 3.921875 -4.773438 3.648438 -4.15625 3.484375 -3.28125 L 2.84375 0 L 0.984375 0 L 2.375 -7.109375 L 4.234375 -7.109375 L 4 -6 C 4.269531 -6.40625 4.613281 -6.71875 5.03125 -6.9375 C 5.445312 -7.164062 5.90625 -7.28125 6.40625 -7.28125 C 6.675781 -7.28125 6.925781 -7.25 7.15625 -7.1875 C 7.394531 -7.125 7.601562 -7.035156 7.78125 -6.921875 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph3-3">
+<path style="stroke:none;" d="M 6.296875 -0.34375 C 5.898438 -0.164062 5.484375 -0.0351562 5.046875 0.046875 C 4.609375 0.140625 4.15625 0.1875 3.6875 0.1875 C 2.644531 0.1875 1.847656 -0.0625 1.296875 -0.5625 C 0.753906 -1.070312 0.484375 -1.804688 0.484375 -2.765625 C 0.484375 -3.359375 0.578125 -3.9375 0.765625 -4.5 C 0.953125 -5.0625 1.210938 -5.546875 1.546875 -5.953125 C 1.898438 -6.390625 2.320312 -6.722656 2.8125 -6.953125 C 3.3125 -7.179688 3.84375 -7.296875 4.40625 -7.296875 C 5.289062 -7.296875 6 -7.039062 6.53125 -6.53125 C 7.0625 -6.019531 7.328125 -5.347656 7.328125 -4.515625 C 7.328125 -4.328125 7.3125 -4.109375 7.28125 -3.859375 C 7.257812 -3.609375 7.21875 -3.304688 7.15625 -2.953125 L 2.34375 -2.953125 C 2.332031 -2.878906 2.320312 -2.8125 2.3125 -2.75 C 2.300781 -2.6875 2.296875 -2.625 2.296875 -2.5625 C 2.296875 -2.144531 2.4375 -1.828125 2.71875 -1.609375 C 3.007812 -1.390625 3.429688 -1.28125 3.984375 -1.28125 C 4.441406 -1.28125 4.894531 -1.347656 5.34375 -1.484375 C 5.800781 -1.617188 6.226562 -1.8125 6.625 -2.0625 Z M 5.5625 -4.34375 C 5.582031 -4.40625 5.59375 -4.460938 5.59375 -4.515625 C 5.601562 -4.578125 5.609375 -4.628906 5.609375 -4.671875 C 5.609375 -5.035156 5.5 -5.320312 5.28125 -5.53125 C 5.0625 -5.738281 4.765625 -5.84375 4.390625 -5.84375 C 3.972656 -5.84375 3.613281 -5.71875 3.3125 -5.46875 C 3.007812 -5.21875 2.773438 -4.84375 2.609375 -4.34375 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph3-4">
+<path style="stroke:none;" d="M 4.890625 -6.40625 C 5.023438 -6.675781 5.226562 -6.890625 5.5 -7.046875 C 5.769531 -7.203125 6.066406 -7.28125 6.390625 -7.28125 C 6.773438 -7.28125 7.082031 -7.160156 7.3125 -6.921875 C 7.539062 -6.679688 7.65625 -6.359375 7.65625 -5.953125 C 7.65625 -5.753906 7.640625 -5.550781 7.609375 -5.34375 C 7.585938 -5.144531 7.546875 -4.882812 7.484375 -4.5625 L 6.609375 0 L 5.078125 0 L 5.96875 -4.5625 C 6.007812 -4.78125 6.035156 -4.953125 6.046875 -5.078125 C 6.066406 -5.210938 6.078125 -5.3125 6.078125 -5.375 C 6.078125 -5.539062 6.039062 -5.664062 5.96875 -5.75 C 5.894531 -5.84375 5.785156 -5.890625 5.640625 -5.890625 C 5.441406 -5.890625 5.28125 -5.789062 5.15625 -5.59375 C 5.039062 -5.40625 4.9375 -5.0625 4.84375 -4.5625 L 3.953125 0 L 2.4375 0 L 3.328125 -4.5625 C 3.359375 -4.738281 3.382812 -4.894531 3.40625 -5.03125 C 3.425781 -5.175781 3.4375 -5.289062 3.4375 -5.375 C 3.4375 -5.539062 3.394531 -5.664062 3.3125 -5.75 C 3.238281 -5.84375 3.128906 -5.890625 2.984375 -5.890625 C 2.785156 -5.890625 2.628906 -5.796875 2.515625 -5.609375 C 2.398438 -5.429688 2.296875 -5.082031 2.203125 -4.5625 L 1.3125 0 L -0.203125 0 L 1.171875 -7.109375 L 2.515625 -7.109375 L 2.375 -6.375 C 2.550781 -6.664062 2.765625 -6.890625 3.015625 -7.046875 C 3.273438 -7.203125 3.550781 -7.28125 3.84375 -7.28125 C 4.132812 -7.28125 4.375 -7.203125 4.5625 -7.046875 C 4.75 -6.890625 4.859375 -6.675781 4.890625 -6.40625 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph3-5">
+<path style="stroke:none;" d="M 5.390625 -4.34375 C 5.390625 -4.800781 5.289062 -5.15625 5.09375 -5.40625 C 4.90625 -5.65625 4.628906 -5.78125 4.265625 -5.78125 C 3.742188 -5.78125 3.304688 -5.492188 2.953125 -4.921875 C 2.609375 -4.347656 2.4375 -3.625 2.4375 -2.75 C 2.4375 -2.300781 2.535156 -1.945312 2.734375 -1.6875 C 2.941406 -1.4375 3.222656 -1.3125 3.578125 -1.3125 C 4.085938 -1.3125 4.515625 -1.597656 4.859375 -2.171875 C 5.210938 -2.753906 5.390625 -3.476562 5.390625 -4.34375 Z M 0.5625 -2.703125 C 0.5625 -4.066406 0.910156 -5.171875 1.609375 -6.015625 C 2.316406 -6.867188 3.238281 -7.296875 4.375 -7.296875 C 5.28125 -7.296875 5.988281 -7.039062 6.5 -6.53125 C 7.007812 -6.019531 7.265625 -5.3125 7.265625 -4.40625 C 7.265625 -3.039062 6.910156 -1.929688 6.203125 -1.078125 C 5.503906 -0.234375 4.585938 0.1875 3.453125 0.1875 C 2.546875 0.1875 1.835938 -0.0664062 1.328125 -0.578125 C 0.816406 -1.085938 0.5625 -1.796875 0.5625 -2.703125 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph3-6">
+<path style="stroke:none;" d="M 7.8125 -7.109375 L 4.3125 0 L 1.96875 0 L 1.09375 -7.109375 L 2.890625 -7.109375 L 3.390625 -1.53125 L 5.859375 -7.109375 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph3-7">
+<path style="stroke:none;" d="M 3.328125 -7.78125 L 2.140625 -1.6875 L 2.75 -1.6875 C 3.226562 -1.6875 3.628906 -1.78125 3.953125 -1.96875 C 4.273438 -2.15625 4.53125 -2.4375 4.71875 -2.8125 C 4.9375 -3.257812 5.113281 -3.789062 5.25 -4.40625 C 5.382812 -5.03125 5.453125 -5.609375 5.453125 -6.140625 C 5.453125 -6.691406 5.320312 -7.101562 5.0625 -7.375 C 4.800781 -7.644531 4.394531 -7.78125 3.84375 -7.78125 Z M 1.796875 -9.484375 L 3.796875 -9.484375 C 5.003906 -9.484375 5.90625 -9.222656 6.5 -8.703125 C 7.09375 -8.179688 7.390625 -7.394531 7.390625 -6.34375 C 7.390625 -5.976562 7.359375 -5.582031 7.296875 -5.15625 C 7.242188 -4.738281 7.160156 -4.296875 7.046875 -3.828125 C 6.890625 -3.179688 6.703125 -2.632812 6.484375 -2.1875 C 6.265625 -1.75 6 -1.382812 5.6875 -1.09375 C 5.289062 -0.707031 4.816406 -0.425781 4.265625 -0.25 C 3.710938 -0.0820312 2.972656 0 2.046875 0 L -0.046875 0 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph3-8">
+<path style="stroke:none;" d="M 1.96875 -7.109375 L 5.640625 -7.109375 L 4.53125 -1.421875 L 6.84375 -1.421875 L 6.578125 0 L 0.09375 0 L 0.359375 -1.421875 L 2.671875 -1.421875 L 3.515625 -5.6875 L 1.6875 -5.6875 Z M 4.453125 -10.5625 L 6.3125 -10.5625 L 5.890625 -8.390625 L 4.03125 -8.390625 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph3-9">
+<path style="stroke:none;" d="M 6.9375 -6.890625 L 6.625 -5.28125 C 6.3125 -5.5 5.96875 -5.664062 5.59375 -5.78125 C 5.226562 -5.894531 4.847656 -5.953125 4.453125 -5.953125 C 4.054688 -5.953125 3.738281 -5.878906 3.5 -5.734375 C 3.269531 -5.585938 3.15625 -5.390625 3.15625 -5.140625 C 3.15625 -4.941406 3.234375 -4.785156 3.390625 -4.671875 C 3.546875 -4.554688 3.894531 -4.421875 4.4375 -4.265625 L 4.90625 -4.125 C 5.445312 -3.96875 5.84375 -3.742188 6.09375 -3.453125 C 6.34375 -3.160156 6.46875 -2.769531 6.46875 -2.28125 C 6.46875 -1.507812 6.175781 -0.90625 5.59375 -0.46875 C 5.019531 -0.03125 4.210938 0.1875 3.171875 0.1875 C 2.734375 0.1875 2.296875 0.148438 1.859375 0.078125 C 1.421875 0.00390625 0.992188 -0.109375 0.578125 -0.265625 L 0.890625 -1.890625 C 1.253906 -1.648438 1.632812 -1.46875 2.03125 -1.34375 C 2.4375 -1.21875 2.835938 -1.15625 3.234375 -1.15625 C 3.703125 -1.15625 4.066406 -1.234375 4.328125 -1.390625 C 4.585938 -1.546875 4.71875 -1.769531 4.71875 -2.0625 C 4.71875 -2.25 4.648438 -2.394531 4.515625 -2.5 C 4.390625 -2.613281 4.046875 -2.753906 3.484375 -2.921875 L 2.921875 -3.078125 C 2.410156 -3.234375 2.03125 -3.457031 1.78125 -3.75 C 1.539062 -4.039062 1.421875 -4.425781 1.421875 -4.90625 C 1.421875 -5.613281 1.707031 -6.1875 2.28125 -6.625 C 2.863281 -7.0625 3.632812 -7.28125 4.59375 -7.28125 C 4.988281 -7.28125 5.378906 -7.242188 5.765625 -7.171875 C 6.160156 -7.109375 6.550781 -7.015625 6.9375 -6.890625 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph3-10">
+<path style="stroke:none;" d="M 2.4375 -9.875 L 4.296875 -9.875 L 3.328125 -4.90625 L 5.890625 -7.109375 L 8.234375 -7.109375 L 5.03125 -4.453125 L 7.015625 0 L 5.046875 0 L 3.640625 -3.328125 L 2.90625 -2.71875 L 2.375 0 L 0.515625 0 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph3-11">
+<path style="stroke:none;" d="M 6.84375 -9.859375 C 5.863281 -8.546875 5.125 -7.25 4.625 -5.96875 C 4.132812 -4.695312 3.890625 -3.441406 3.890625 -2.203125 C 3.890625 -1.585938 3.945312 -0.957031 4.0625 -0.3125 C 4.175781 0.332031 4.359375 1.007812 4.609375 1.71875 L 3.171875 1.71875 C 2.828125 0.988281 2.566406 0.273438 2.390625 -0.421875 C 2.222656 -1.117188 2.140625 -1.8125 2.140625 -2.5 C 2.140625 -3.71875 2.414062 -4.941406 2.96875 -6.171875 C 3.519531 -7.410156 4.335938 -8.640625 5.421875 -9.859375 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph3-12">
+<path style="stroke:none;" d="M 4.015625 -5.765625 C 3.546875 -5.765625 3.140625 -5.460938 2.796875 -4.859375 C 2.460938 -4.265625 2.296875 -3.539062 2.296875 -2.6875 C 2.296875 -2.257812 2.382812 -1.925781 2.5625 -1.6875 C 2.738281 -1.457031 2.976562 -1.34375 3.28125 -1.34375 C 3.769531 -1.34375 4.191406 -1.632812 4.546875 -2.21875 C 4.898438 -2.800781 5.078125 -3.515625 5.078125 -4.359375 C 5.078125 -4.796875 4.976562 -5.140625 4.78125 -5.390625 C 4.59375 -5.640625 4.335938 -5.765625 4.015625 -5.765625 Z M 5.421875 -5.78125 L 6.21875 -9.875 L 8.078125 -9.875 L 6.15625 0 L 4.296875 0 L 4.5 -1.046875 C 4.21875 -0.640625 3.898438 -0.332031 3.546875 -0.125 C 3.203125 0.0820312 2.832031 0.1875 2.4375 0.1875 C 1.8125 0.1875 1.316406 -0.046875 0.953125 -0.515625 C 0.597656 -0.984375 0.421875 -1.617188 0.421875 -2.421875 C 0.421875 -2.960938 0.484375 -3.503906 0.609375 -4.046875 C 0.742188 -4.597656 0.929688 -5.097656 1.171875 -5.546875 C 1.460938 -6.085938 1.828125 -6.515625 2.265625 -6.828125 C 2.710938 -7.140625 3.1875 -7.296875 3.6875 -7.296875 C 4.15625 -7.296875 4.546875 -7.160156 4.859375 -6.890625 C 5.171875 -6.617188 5.359375 -6.25 5.421875 -5.78125 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph3-13">
+<path style="stroke:none;" d="M 3.234375 -6.75 L 5.359375 -6.75 L 4.90625 -4.4375 L 2.78125 -4.4375 Z M 2.375 -2.328125 L 4.5 -2.328125 L 4.0625 0 L 1.9375 0 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph3-14">
+<path style="stroke:none;" d="M 0.71875 1.71875 C 1.707031 0.394531 2.445312 -0.898438 2.9375 -2.171875 C 3.4375 -3.453125 3.6875 -4.710938 3.6875 -5.953125 C 3.6875 -6.554688 3.625 -7.179688 3.5 -7.828125 C 3.382812 -8.484375 3.207031 -9.160156 2.96875 -9.859375 L 4.390625 -9.859375 C 4.734375 -9.140625 4.988281 -8.429688 5.15625 -7.734375 C 5.332031 -7.035156 5.421875 -6.34375 5.421875 -5.65625 C 5.421875 -4.425781 5.144531 -3.195312 4.59375 -1.96875 C 4.050781 -0.738281 3.234375 0.488281 2.140625 1.71875 Z "/>
+</symbol>
+<symbol overflow="visible" id="glyph3-15">
+<path style="stroke:none;" d=""/>
+</symbol>
+</g>
+</defs>
+<g id="surface16950">
+<rect x="0" y="0" width="895" height="773" style="fill:rgb(100%,100%,100%);fill-opacity:1;stroke:none;"/>
+<path style="fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2.35 1.2 L 15.940039 1.2 L 15.940039 2.6 L 2.35 2.6 Z " transform="matrix(20,0,0,20,-13,-23)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-1" x="144.644531" y="20"/>
+  <use xlink:href="#glyph0-2" x="156.246094" y="20"/>
+  <use xlink:href="#glyph0-3" x="167.691406" y="20"/>
+  <use xlink:href="#glyph0-3" x="178.6875" y="20"/>
+  <use xlink:href="#glyph0-4" x="189.683594" y="20"/>
+</g>
+<path style="fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2.35 2.6 L 15.940039 2.6 L 15.940039 9.2 L 2.35 9.2 Z " transform="matrix(20,0,0,20,-13,-23)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-1" x="37" y="43"/>
+  <use xlink:href="#glyph1-2" x="44.832031" y="43"/>
+  <use xlink:href="#glyph1-3" x="52.664062" y="43"/>
+  <use xlink:href="#glyph1-4" x="60.496094" y="43"/>
+  <use xlink:href="#glyph1-5" x="68.328125" y="43"/>
+  <use xlink:href="#glyph1-6" x="76.160156" y="43"/>
+  <use xlink:href="#glyph1-7" x="83.992188" y="43"/>
+  <use xlink:href="#glyph1-8" x="91.824219" y="43"/>
+  <use xlink:href="#glyph1-9" x="99.65625" y="43"/>
+  <use xlink:href="#glyph1-10" x="107.488281" y="43"/>
+  <use xlink:href="#glyph1-11" x="115.320312" y="43"/>
+  <use xlink:href="#glyph1-2" x="123.152344" y="43"/>
+  <use xlink:href="#glyph1-12" x="130.984375" y="43"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-1" x="37" y="59"/>
+  <use xlink:href="#glyph1-13" x="44.832031" y="59"/>
+  <use xlink:href="#glyph1-14" x="52.664062" y="59"/>
+  <use xlink:href="#glyph1-5" x="60.496094" y="59"/>
+  <use xlink:href="#glyph1-13" x="68.328125" y="59"/>
+  <use xlink:href="#glyph1-8" x="76.160156" y="59"/>
+  <use xlink:href="#glyph1-6" x="83.992188" y="59"/>
+  <use xlink:href="#glyph1-7" x="91.824219" y="59"/>
+  <use xlink:href="#glyph1-3" x="99.65625" y="59"/>
+  <use xlink:href="#glyph1-10" x="107.488281" y="59"/>
+  <use xlink:href="#glyph1-10" x="115.320312" y="59"/>
+  <use xlink:href="#glyph1-3" x="123.152344" y="59"/>
+  <use xlink:href="#glyph1-15" x="130.984375" y="59"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-1" x="37" y="75"/>
+  <use xlink:href="#glyph1-8" x="44.832031" y="75"/>
+  <use xlink:href="#glyph1-16" x="52.664062" y="75"/>
+  <use xlink:href="#glyph1-3" x="60.496094" y="75"/>
+  <use xlink:href="#glyph1-10" x="68.328125" y="75"/>
+  <use xlink:href="#glyph1-5" x="76.160156" y="75"/>
+  <use xlink:href="#glyph1-6" x="83.992188" y="75"/>
+  <use xlink:href="#glyph1-7" x="91.824219" y="75"/>
+  <use xlink:href="#glyph1-3" x="99.65625" y="75"/>
+  <use xlink:href="#glyph1-10" x="107.488281" y="75"/>
+  <use xlink:href="#glyph1-10" x="115.320312" y="75"/>
+  <use xlink:href="#glyph1-3" x="123.152344" y="75"/>
+  <use xlink:href="#glyph1-15" x="130.984375" y="75"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-1" x="37" y="91"/>
+  <use xlink:href="#glyph1-17" x="44.832031" y="91"/>
+  <use xlink:href="#glyph1-18" x="52.664062" y="91"/>
+  <use xlink:href="#glyph1-12" x="60.496094" y="91"/>
+  <use xlink:href="#glyph1-6" x="68.328125" y="91"/>
+  <use xlink:href="#glyph1-7" x="76.160156" y="91"/>
+  <use xlink:href="#glyph1-19" x="83.992188" y="91"/>
+  <use xlink:href="#glyph1-18" x="91.824219" y="91"/>
+  <use xlink:href="#glyph1-12" x="99.65625" y="91"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-1" x="37" y="107"/>
+  <use xlink:href="#glyph1-20" x="44.832031" y="107"/>
+  <use xlink:href="#glyph1-3" x="52.664062" y="107"/>
+  <use xlink:href="#glyph1-20" x="60.496094" y="107"/>
+  <use xlink:href="#glyph1-21" x="68.328125" y="107"/>
+  <use xlink:href="#glyph1-5" x="76.160156" y="107"/>
+  <use xlink:href="#glyph1-6" x="83.992188" y="107"/>
+  <use xlink:href="#glyph1-7" x="91.824219" y="107"/>
+  <use xlink:href="#glyph1-22" x="99.65625" y="107"/>
+  <use xlink:href="#glyph1-3" x="107.488281" y="107"/>
+  <use xlink:href="#glyph1-20" x="115.320312" y="107"/>
+  <use xlink:href="#glyph1-21" x="123.152344" y="107"/>
+  <use xlink:href="#glyph1-5" x="130.984375" y="107"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-1" x="37" y="123"/>
+  <use xlink:href="#glyph1-8" x="44.832031" y="123"/>
+  <use xlink:href="#glyph1-11" x="52.664062" y="123"/>
+  <use xlink:href="#glyph1-23" x="60.496094" y="123"/>
+  <use xlink:href="#glyph1-5" x="68.328125" y="123"/>
+  <use xlink:href="#glyph1-6" x="76.160156" y="123"/>
+  <use xlink:href="#glyph1-7" x="83.992188" y="123"/>
+  <use xlink:href="#glyph1-11" x="91.824219" y="123"/>
+  <use xlink:href="#glyph1-2" x="99.65625" y="123"/>
+  <use xlink:href="#glyph1-9" x="107.488281" y="123"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-1" x="37" y="139"/>
+  <use xlink:href="#glyph1-4" x="44.832031" y="139"/>
+  <use xlink:href="#glyph1-18" x="52.664062" y="139"/>
+  <use xlink:href="#glyph1-24" x="60.496094" y="139"/>
+  <use xlink:href="#glyph1-2" x="68.328125" y="139"/>
+  <use xlink:href="#glyph1-9" x="76.160156" y="139"/>
+  <use xlink:href="#glyph1-25" x="83.992188" y="139"/>
+  <use xlink:href="#glyph1-18" x="91.824219" y="139"/>
+  <use xlink:href="#glyph1-11" x="99.65625" y="139"/>
+  <use xlink:href="#glyph1-2" x="107.488281" y="139"/>
+  <use xlink:href="#glyph1-9" x="115.320312" y="139"/>
+  <use xlink:href="#glyph1-6" x="123.152344" y="139"/>
+  <use xlink:href="#glyph1-7" x="130.984375" y="139"/>
+  <use xlink:href="#glyph1-8" x="138.816406" y="139"/>
+  <use xlink:href="#glyph1-9" x="146.648438" y="139"/>
+  <use xlink:href="#glyph1-10" x="154.480469" y="139"/>
+  <use xlink:href="#glyph1-11" x="162.3125" y="139"/>
+  <use xlink:href="#glyph1-2" x="170.144531" y="139"/>
+  <use xlink:href="#glyph1-12" x="177.976562" y="139"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-1" x="37" y="155"/>
+  <use xlink:href="#glyph1-26" x="44.832031" y="155"/>
+  <use xlink:href="#glyph1-5" x="52.664062" y="155"/>
+  <use xlink:href="#glyph1-3" x="60.496094" y="155"/>
+  <use xlink:href="#glyph1-9" x="68.328125" y="155"/>
+  <use xlink:href="#glyph1-24" x="76.160156" y="155"/>
+  <use xlink:href="#glyph1-10" x="83.992188" y="155"/>
+  <use xlink:href="#glyph1-5" x="91.824219" y="155"/>
+  <use xlink:href="#glyph1-8" x="99.65625" y="155"/>
+  <use xlink:href="#glyph1-6" x="107.488281" y="155"/>
+  <use xlink:href="#glyph1-7" x="115.320312" y="155"/>
+  <use xlink:href="#glyph1-3" x="123.152344" y="155"/>
+  <use xlink:href="#glyph1-10" x="130.984375" y="155"/>
+  <use xlink:href="#glyph1-10" x="138.816406" y="155"/>
+  <use xlink:href="#glyph1-3" x="146.648438" y="155"/>
+  <use xlink:href="#glyph1-15" x="154.480469" y="155"/>
+</g>
+<path style="fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2.35 9.2 L 15.940039 9.2 L 15.940039 26.2 L 2.35 26.2 Z " transform="matrix(20,0,0,20,-13,-23)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-27" x="37" y="175"/>
+  <use xlink:href="#glyph1-12" x="44.832031" y="175"/>
+  <use xlink:href="#glyph1-5" x="52.664062" y="175"/>
+  <use xlink:href="#glyph1-9" x="60.496094" y="175"/>
+  <use xlink:href="#glyph1-28" x="68.328125" y="175"/>
+  <use xlink:href="#glyph1-3" x="76.160156" y="175"/>
+  <use xlink:href="#glyph1-4" x="83.992188" y="175"/>
+  <use xlink:href="#glyph1-5" x="91.824219" y="175"/>
+  <use xlink:href="#glyph1-29" x="99.65625" y="175"/>
+  <use xlink:href="#glyph1-30" x="107.488281" y="175"/>
+  <use xlink:href="#glyph1-6" x="115.320312" y="175"/>
+  <use xlink:href="#glyph1-7" x="123.152344" y="175"/>
+  <use xlink:href="#glyph1-8" x="130.984375" y="175"/>
+  <use xlink:href="#glyph1-9" x="138.816406" y="175"/>
+  <use xlink:href="#glyph1-10" x="146.648438" y="175"/>
+  <use xlink:href="#glyph1-11" x="154.480469" y="175"/>
+  <use xlink:href="#glyph1-2" x="162.3125" y="175"/>
+  <use xlink:href="#glyph1-12" x="170.144531" y="175"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-27" x="37" y="191"/>
+  <use xlink:href="#glyph1-12" x="44.832031" y="191"/>
+  <use xlink:href="#glyph1-5" x="52.664062" y="191"/>
+  <use xlink:href="#glyph1-9" x="60.496094" y="191"/>
+  <use xlink:href="#glyph1-31" x="68.328125" y="191"/>
+  <use xlink:href="#glyph1-14" x="76.160156" y="191"/>
+  <use xlink:href="#glyph1-5" x="83.992188" y="191"/>
+  <use xlink:href="#glyph1-13" x="91.824219" y="191"/>
+  <use xlink:href="#glyph1-8" x="99.65625" y="191"/>
+  <use xlink:href="#glyph1-29" x="107.488281" y="191"/>
+  <use xlink:href="#glyph1-30" x="115.320312" y="191"/>
+  <use xlink:href="#glyph1-6" x="123.152344" y="191"/>
+  <use xlink:href="#glyph1-7" x="130.984375" y="191"/>
+  <use xlink:href="#glyph1-3" x="138.816406" y="191"/>
+  <use xlink:href="#glyph1-10" x="146.648438" y="191"/>
+  <use xlink:href="#glyph1-10" x="154.480469" y="191"/>
+  <use xlink:href="#glyph1-3" x="162.3125" y="191"/>
+  <use xlink:href="#glyph1-15" x="170.144531" y="191"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-27" x="37" y="207"/>
+  <use xlink:href="#glyph1-3" x="44.832031" y="207"/>
+  <use xlink:href="#glyph1-14" x="52.664062" y="207"/>
+  <use xlink:href="#glyph1-14" x="60.496094" y="207"/>
+  <use xlink:href="#glyph1-31" x="68.328125" y="207"/>
+  <use xlink:href="#glyph1-14" x="76.160156" y="207"/>
+  <use xlink:href="#glyph1-5" x="83.992188" y="207"/>
+  <use xlink:href="#glyph1-13" x="91.824219" y="207"/>
+  <use xlink:href="#glyph1-29" x="99.65625" y="207"/>
+  <use xlink:href="#glyph1-13" x="107.488281" y="207"/>
+  <use xlink:href="#glyph1-14" x="115.320312" y="207"/>
+  <use xlink:href="#glyph1-5" x="123.152344" y="207"/>
+  <use xlink:href="#glyph1-13" x="130.984375" y="207"/>
+  <use xlink:href="#glyph1-6" x="138.816406" y="207"/>
+  <use xlink:href="#glyph1-31" x="146.648438" y="207"/>
+  <use xlink:href="#glyph1-14" x="154.480469" y="207"/>
+  <use xlink:href="#glyph1-5" x="162.3125" y="207"/>
+  <use xlink:href="#glyph1-13" x="170.144531" y="207"/>
+  <use xlink:href="#glyph1-30" x="177.976562" y="207"/>
+  <use xlink:href="#glyph1-6" x="185.808594" y="207"/>
+  <use xlink:href="#glyph1-7" x="193.640625" y="207"/>
+  <use xlink:href="#glyph1-13" x="201.472656" y="207"/>
+  <use xlink:href="#glyph1-18" x="209.304688" y="207"/>
+  <use xlink:href="#glyph1-11" x="217.136719" y="207"/>
+  <use xlink:href="#glyph1-14" x="224.96875" y="207"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-27" x="37" y="223"/>
+  <use xlink:href="#glyph1-10" x="44.832031" y="223"/>
+  <use xlink:href="#glyph1-5" x="52.664062" y="223"/>
+  <use xlink:href="#glyph1-4" x="60.496094" y="223"/>
+  <use xlink:href="#glyph1-18" x="68.328125" y="223"/>
+  <use xlink:href="#glyph1-13" x="76.160156" y="223"/>
+  <use xlink:href="#glyph1-5" x="83.992188" y="223"/>
+  <use xlink:href="#glyph1-31" x="91.824219" y="223"/>
+  <use xlink:href="#glyph1-14" x="99.65625" y="223"/>
+  <use xlink:href="#glyph1-5" x="107.488281" y="223"/>
+  <use xlink:href="#glyph1-13" x="115.320312" y="223"/>
+  <use xlink:href="#glyph1-29" x="123.152344" y="223"/>
+  <use xlink:href="#glyph1-13" x="130.984375" y="223"/>
+  <use xlink:href="#glyph1-14" x="138.816406" y="223"/>
+  <use xlink:href="#glyph1-5" x="146.648438" y="223"/>
+  <use xlink:href="#glyph1-13" x="154.480469" y="223"/>
+  <use xlink:href="#glyph1-6" x="162.3125" y="223"/>
+  <use xlink:href="#glyph1-31" x="170.144531" y="223"/>
+  <use xlink:href="#glyph1-14" x="177.976562" y="223"/>
+  <use xlink:href="#glyph1-5" x="185.808594" y="223"/>
+  <use xlink:href="#glyph1-13" x="193.640625" y="223"/>
+  <use xlink:href="#glyph1-30" x="201.472656" y="223"/>
+  <use xlink:href="#glyph1-6" x="209.304688" y="223"/>
+  <use xlink:href="#glyph1-7" x="217.136719" y="223"/>
+  <use xlink:href="#glyph1-13" x="224.96875" y="223"/>
+  <use xlink:href="#glyph1-18" x="232.800781" y="223"/>
+  <use xlink:href="#glyph1-11" x="240.632812" y="223"/>
+  <use xlink:href="#glyph1-14" x="248.464844" y="223"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-27" x="37" y="239"/>
+  <use xlink:href="#glyph1-3" x="44.832031" y="239"/>
+  <use xlink:href="#glyph1-14" x="52.664062" y="239"/>
+  <use xlink:href="#glyph1-14" x="60.496094" y="239"/>
+  <use xlink:href="#glyph1-22" x="68.328125" y="239"/>
+  <use xlink:href="#glyph1-3" x="76.160156" y="239"/>
+  <use xlink:href="#glyph1-20" x="83.992188" y="239"/>
+  <use xlink:href="#glyph1-21" x="91.824219" y="239"/>
+  <use xlink:href="#glyph1-5" x="99.65625" y="239"/>
+  <use xlink:href="#glyph1-29" x="107.488281" y="239"/>
+  <use xlink:href="#glyph1-20" x="115.320312" y="239"/>
+  <use xlink:href="#glyph1-3" x="123.152344" y="239"/>
+  <use xlink:href="#glyph1-20" x="130.984375" y="239"/>
+  <use xlink:href="#glyph1-21" x="138.816406" y="239"/>
+  <use xlink:href="#glyph1-5" x="146.648438" y="239"/>
+  <use xlink:href="#glyph1-6" x="154.480469" y="239"/>
+  <use xlink:href="#glyph1-22" x="162.3125" y="239"/>
+  <use xlink:href="#glyph1-3" x="170.144531" y="239"/>
+  <use xlink:href="#glyph1-20" x="177.976562" y="239"/>
+  <use xlink:href="#glyph1-21" x="185.808594" y="239"/>
+  <use xlink:href="#glyph1-5" x="193.640625" y="239"/>
+  <use xlink:href="#glyph1-30" x="201.472656" y="239"/>
+  <use xlink:href="#glyph1-6" x="209.304688" y="239"/>
+  <use xlink:href="#glyph1-7" x="217.136719" y="239"/>
+  <use xlink:href="#glyph1-13" x="224.96875" y="239"/>
+  <use xlink:href="#glyph1-18" x="232.800781" y="239"/>
+  <use xlink:href="#glyph1-11" x="240.632812" y="239"/>
+  <use xlink:href="#glyph1-14" x="248.464844" y="239"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-27" x="37" y="255"/>
+  <use xlink:href="#glyph1-10" x="44.832031" y="255"/>
+  <use xlink:href="#glyph1-5" x="52.664062" y="255"/>
+  <use xlink:href="#glyph1-4" x="60.496094" y="255"/>
+  <use xlink:href="#glyph1-18" x="68.328125" y="255"/>
+  <use xlink:href="#glyph1-13" x="76.160156" y="255"/>
+  <use xlink:href="#glyph1-5" x="83.992188" y="255"/>
+  <use xlink:href="#glyph1-22" x="91.824219" y="255"/>
+  <use xlink:href="#glyph1-3" x="99.65625" y="255"/>
+  <use xlink:href="#glyph1-20" x="107.488281" y="255"/>
+  <use xlink:href="#glyph1-21" x="115.320312" y="255"/>
+  <use xlink:href="#glyph1-5" x="123.152344" y="255"/>
+  <use xlink:href="#glyph1-29" x="130.984375" y="255"/>
+  <use xlink:href="#glyph1-30" x="138.816406" y="255"/>
+  <use xlink:href="#glyph1-6" x="146.648438" y="255"/>
+  <use xlink:href="#glyph1-7" x="154.480469" y="255"/>
+  <use xlink:href="#glyph1-13" x="162.3125" y="255"/>
+  <use xlink:href="#glyph1-18" x="170.144531" y="255"/>
+  <use xlink:href="#glyph1-11" x="177.976562" y="255"/>
+  <use xlink:href="#glyph1-14" x="185.808594" y="255"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-27" x="37" y="271"/>
+  <use xlink:href="#glyph1-12" x="44.832031" y="271"/>
+  <use xlink:href="#glyph1-5" x="52.664062" y="271"/>
+  <use xlink:href="#glyph1-9" x="60.496094" y="271"/>
+  <use xlink:href="#glyph1-22" x="68.328125" y="271"/>
+  <use xlink:href="#glyph1-3" x="76.160156" y="271"/>
+  <use xlink:href="#glyph1-20" x="83.992188" y="271"/>
+  <use xlink:href="#glyph1-21" x="91.824219" y="271"/>
+  <use xlink:href="#glyph1-5" x="99.65625" y="271"/>
+  <use xlink:href="#glyph1-29" x="107.488281" y="271"/>
+  <use xlink:href="#glyph1-30" x="115.320312" y="271"/>
+  <use xlink:href="#glyph1-6" x="123.152344" y="271"/>
+  <use xlink:href="#glyph1-7" x="130.984375" y="271"/>
+  <use xlink:href="#glyph1-22" x="138.816406" y="271"/>
+  <use xlink:href="#glyph1-3" x="146.648438" y="271"/>
+  <use xlink:href="#glyph1-20" x="154.480469" y="271"/>
+  <use xlink:href="#glyph1-21" x="162.3125" y="271"/>
+  <use xlink:href="#glyph1-5" x="170.144531" y="271"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-27" x="37" y="287"/>
+  <use xlink:href="#glyph1-3" x="44.832031" y="287"/>
+  <use xlink:href="#glyph1-14" x="52.664062" y="287"/>
+  <use xlink:href="#glyph1-14" x="60.496094" y="287"/>
+  <use xlink:href="#glyph1-19" x="68.328125" y="287"/>
+  <use xlink:href="#glyph1-18" x="76.160156" y="287"/>
+  <use xlink:href="#glyph1-12" x="83.992188" y="287"/>
+  <use xlink:href="#glyph1-29" x="91.824219" y="287"/>
+  <use xlink:href="#glyph1-17" x="99.65625" y="287"/>
+  <use xlink:href="#glyph1-18" x="107.488281" y="287"/>
+  <use xlink:href="#glyph1-12" x="115.320312" y="287"/>
+  <use xlink:href="#glyph1-6" x="123.152344" y="287"/>
+  <use xlink:href="#glyph1-19" x="130.984375" y="287"/>
+  <use xlink:href="#glyph1-18" x="138.816406" y="287"/>
+  <use xlink:href="#glyph1-12" x="146.648438" y="287"/>
+  <use xlink:href="#glyph1-30" x="154.480469" y="287"/>
+  <use xlink:href="#glyph1-6" x="162.3125" y="287"/>
+  <use xlink:href="#glyph1-7" x="170.144531" y="287"/>
+  <use xlink:href="#glyph1-13" x="177.976562" y="287"/>
+  <use xlink:href="#glyph1-18" x="185.808594" y="287"/>
+  <use xlink:href="#glyph1-11" x="193.640625" y="287"/>
+  <use xlink:href="#glyph1-14" x="201.472656" y="287"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-27" x="37" y="303"/>
+  <use xlink:href="#glyph1-10" x="44.832031" y="303"/>
+  <use xlink:href="#glyph1-5" x="52.664062" y="303"/>
+  <use xlink:href="#glyph1-4" x="60.496094" y="303"/>
+  <use xlink:href="#glyph1-18" x="68.328125" y="303"/>
+  <use xlink:href="#glyph1-13" x="76.160156" y="303"/>
+  <use xlink:href="#glyph1-5" x="83.992188" y="303"/>
+  <use xlink:href="#glyph1-19" x="91.824219" y="303"/>
+  <use xlink:href="#glyph1-18" x="99.65625" y="303"/>
+  <use xlink:href="#glyph1-12" x="107.488281" y="303"/>
+  <use xlink:href="#glyph1-29" x="115.320312" y="303"/>
+  <use xlink:href="#glyph1-30" x="123.152344" y="303"/>
+  <use xlink:href="#glyph1-6" x="130.984375" y="303"/>
+  <use xlink:href="#glyph1-7" x="138.816406" y="303"/>
+  <use xlink:href="#glyph1-13" x="146.648438" y="303"/>
+  <use xlink:href="#glyph1-18" x="154.480469" y="303"/>
+  <use xlink:href="#glyph1-11" x="162.3125" y="303"/>
+  <use xlink:href="#glyph1-14" x="170.144531" y="303"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-27" x="37" y="319"/>
+  <use xlink:href="#glyph1-12" x="44.832031" y="319"/>
+  <use xlink:href="#glyph1-5" x="52.664062" y="319"/>
+  <use xlink:href="#glyph1-9" x="60.496094" y="319"/>
+  <use xlink:href="#glyph1-19" x="68.328125" y="319"/>
+  <use xlink:href="#glyph1-18" x="76.160156" y="319"/>
+  <use xlink:href="#glyph1-12" x="83.992188" y="319"/>
+  <use xlink:href="#glyph1-29" x="91.824219" y="319"/>
+  <use xlink:href="#glyph1-30" x="99.65625" y="319"/>
+  <use xlink:href="#glyph1-6" x="107.488281" y="319"/>
+  <use xlink:href="#glyph1-7" x="115.320312" y="319"/>
+  <use xlink:href="#glyph1-19" x="123.152344" y="319"/>
+  <use xlink:href="#glyph1-18" x="130.984375" y="319"/>
+  <use xlink:href="#glyph1-12" x="138.816406" y="319"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-27" x="37" y="335"/>
+  <use xlink:href="#glyph1-3" x="44.832031" y="335"/>
+  <use xlink:href="#glyph1-14" x="52.664062" y="335"/>
+  <use xlink:href="#glyph1-14" x="60.496094" y="335"/>
+  <use xlink:href="#glyph1-32" x="68.328125" y="335"/>
+  <use xlink:href="#glyph1-16" x="76.160156" y="335"/>
+  <use xlink:href="#glyph1-3" x="83.992188" y="335"/>
+  <use xlink:href="#glyph1-10" x="91.824219" y="335"/>
+  <use xlink:href="#glyph1-5" x="99.65625" y="335"/>
+  <use xlink:href="#glyph1-29" x="107.488281" y="335"/>
+  <use xlink:href="#glyph1-8" x="115.320312" y="335"/>
+  <use xlink:href="#glyph1-16" x="123.152344" y="335"/>
+  <use xlink:href="#glyph1-3" x="130.984375" y="335"/>
+  <use xlink:href="#glyph1-10" x="138.816406" y="335"/>
+  <use xlink:href="#glyph1-5" x="146.648438" y="335"/>
+  <use xlink:href="#glyph1-6" x="154.480469" y="335"/>
+  <use xlink:href="#glyph1-33" x="162.3125" y="335"/>
+  <use xlink:href="#glyph1-11" x="170.144531" y="335"/>
+  <use xlink:href="#glyph1-8" x="177.976562" y="335"/>
+  <use xlink:href="#glyph1-34" x="185.808594" y="335"/>
+  <use xlink:href="#glyph1-30" x="193.640625" y="335"/>
+  <use xlink:href="#glyph1-6" x="201.472656" y="335"/>
+  <use xlink:href="#glyph1-7" x="209.304688" y="335"/>
+  <use xlink:href="#glyph1-13" x="217.136719" y="335"/>
+  <use xlink:href="#glyph1-18" x="224.96875" y="335"/>
+  <use xlink:href="#glyph1-11" x="232.800781" y="335"/>
+  <use xlink:href="#glyph1-14" x="240.632812" y="335"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-27" x="37" y="351"/>
+  <use xlink:href="#glyph1-10" x="44.832031" y="351"/>
+  <use xlink:href="#glyph1-5" x="52.664062" y="351"/>
+  <use xlink:href="#glyph1-4" x="60.496094" y="351"/>
+  <use xlink:href="#glyph1-18" x="68.328125" y="351"/>
+  <use xlink:href="#glyph1-13" x="76.160156" y="351"/>
+  <use xlink:href="#glyph1-5" x="83.992188" y="351"/>
+  <use xlink:href="#glyph1-32" x="91.824219" y="351"/>
+  <use xlink:href="#glyph1-16" x="99.65625" y="351"/>
+  <use xlink:href="#glyph1-3" x="107.488281" y="351"/>
+  <use xlink:href="#glyph1-10" x="115.320312" y="351"/>
+  <use xlink:href="#glyph1-5" x="123.152344" y="351"/>
+  <use xlink:href="#glyph1-29" x="130.984375" y="351"/>
+  <use xlink:href="#glyph1-8" x="138.816406" y="351"/>
+  <use xlink:href="#glyph1-16" x="146.648438" y="351"/>
+  <use xlink:href="#glyph1-3" x="154.480469" y="351"/>
+  <use xlink:href="#glyph1-10" x="162.3125" y="351"/>
+  <use xlink:href="#glyph1-5" x="170.144531" y="351"/>
+  <use xlink:href="#glyph1-6" x="177.976562" y="351"/>
+  <use xlink:href="#glyph1-33" x="185.808594" y="351"/>
+  <use xlink:href="#glyph1-11" x="193.640625" y="351"/>
+  <use xlink:href="#glyph1-8" x="201.472656" y="351"/>
+  <use xlink:href="#glyph1-34" x="209.304688" y="351"/>
+  <use xlink:href="#glyph1-30" x="217.136719" y="351"/>
+  <use xlink:href="#glyph1-6" x="224.96875" y="351"/>
+  <use xlink:href="#glyph1-7" x="232.800781" y="351"/>
+  <use xlink:href="#glyph1-13" x="240.632812" y="351"/>
+  <use xlink:href="#glyph1-18" x="248.464844" y="351"/>
+  <use xlink:href="#glyph1-11" x="256.296875" y="351"/>
+  <use xlink:href="#glyph1-14" x="264.128906" y="351"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-27" x="37" y="367"/>
+  <use xlink:href="#glyph1-12" x="44.832031" y="367"/>
+  <use xlink:href="#glyph1-5" x="52.664062" y="367"/>
+  <use xlink:href="#glyph1-9" x="60.496094" y="367"/>
+  <use xlink:href="#glyph1-32" x="68.328125" y="367"/>
+  <use xlink:href="#glyph1-16" x="76.160156" y="367"/>
+  <use xlink:href="#glyph1-3" x="83.992188" y="367"/>
+  <use xlink:href="#glyph1-10" x="91.824219" y="367"/>
+  <use xlink:href="#glyph1-5" x="99.65625" y="367"/>
+  <use xlink:href="#glyph1-8" x="107.488281" y="367"/>
+  <use xlink:href="#glyph1-29" x="115.320312" y="367"/>
+  <use xlink:href="#glyph1-30" x="123.152344" y="367"/>
+  <use xlink:href="#glyph1-6" x="130.984375" y="367"/>
+  <use xlink:href="#glyph1-7" x="138.816406" y="367"/>
+  <use xlink:href="#glyph1-3" x="146.648438" y="367"/>
+  <use xlink:href="#glyph1-10" x="154.480469" y="367"/>
+  <use xlink:href="#glyph1-10" x="162.3125" y="367"/>
+  <use xlink:href="#glyph1-3" x="170.144531" y="367"/>
+  <use xlink:href="#glyph1-15" x="177.976562" y="367"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-27" x="37" y="383"/>
+  <use xlink:href="#glyph1-12" x="44.832031" y="383"/>
+  <use xlink:href="#glyph1-5" x="52.664062" y="383"/>
+  <use xlink:href="#glyph1-9" x="60.496094" y="383"/>
+  <use xlink:href="#glyph1-32" x="68.328125" y="383"/>
+  <use xlink:href="#glyph1-11" x="76.160156" y="383"/>
+  <use xlink:href="#glyph1-23" x="83.992188" y="383"/>
+  <use xlink:href="#glyph1-5" x="91.824219" y="383"/>
+  <use xlink:href="#glyph1-29" x="99.65625" y="383"/>
+  <use xlink:href="#glyph1-30" x="107.488281" y="383"/>
+  <use xlink:href="#glyph1-6" x="115.320312" y="383"/>
+  <use xlink:href="#glyph1-7" x="123.152344" y="383"/>
+  <use xlink:href="#glyph1-11" x="130.984375" y="383"/>
+  <use xlink:href="#glyph1-2" x="138.816406" y="383"/>
+  <use xlink:href="#glyph1-9" x="146.648438" y="383"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-27" x="37" y="399"/>
+  <use xlink:href="#glyph1-12" x="44.832031" y="399"/>
+  <use xlink:href="#glyph1-5" x="52.664062" y="399"/>
+  <use xlink:href="#glyph1-9" x="60.496094" y="399"/>
+  <use xlink:href="#glyph1-35" x="68.328125" y="399"/>
+  <use xlink:href="#glyph1-18" x="76.160156" y="399"/>
+  <use xlink:href="#glyph1-24" x="83.992188" y="399"/>
+  <use xlink:href="#glyph1-2" x="91.824219" y="399"/>
+  <use xlink:href="#glyph1-9" x="99.65625" y="399"/>
+  <use xlink:href="#glyph1-25" x="107.488281" y="399"/>
+  <use xlink:href="#glyph1-18" x="115.320312" y="399"/>
+  <use xlink:href="#glyph1-11" x="123.152344" y="399"/>
+  <use xlink:href="#glyph1-2" x="130.984375" y="399"/>
+  <use xlink:href="#glyph1-9" x="138.816406" y="399"/>
+  <use xlink:href="#glyph1-29" x="146.648438" y="399"/>
+  <use xlink:href="#glyph1-30" x="154.480469" y="399"/>
+  <use xlink:href="#glyph1-6" x="162.3125" y="399"/>
+  <use xlink:href="#glyph1-7" x="170.144531" y="399"/>
+  <use xlink:href="#glyph1-8" x="177.976562" y="399"/>
+  <use xlink:href="#glyph1-9" x="185.808594" y="399"/>
+  <use xlink:href="#glyph1-10" x="193.640625" y="399"/>
+  <use xlink:href="#glyph1-11" x="201.472656" y="399"/>
+  <use xlink:href="#glyph1-2" x="209.304688" y="399"/>
+  <use xlink:href="#glyph1-12" x="217.136719" y="399"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-27" x="37" y="415"/>
+  <use xlink:href="#glyph1-8" x="44.832031" y="415"/>
+  <use xlink:href="#glyph1-5" x="52.664062" y="415"/>
+  <use xlink:href="#glyph1-9" x="60.496094" y="415"/>
+  <use xlink:href="#glyph1-36" x="68.328125" y="415"/>
+  <use xlink:href="#glyph1-5" x="76.160156" y="415"/>
+  <use xlink:href="#glyph1-3" x="83.992188" y="415"/>
+  <use xlink:href="#glyph1-9" x="91.824219" y="415"/>
+  <use xlink:href="#glyph1-24" x="99.65625" y="415"/>
+  <use xlink:href="#glyph1-10" x="107.488281" y="415"/>
+  <use xlink:href="#glyph1-5" x="115.320312" y="415"/>
+  <use xlink:href="#glyph1-8" x="123.152344" y="415"/>
+  <use xlink:href="#glyph1-29" x="130.984375" y="415"/>
+  <use xlink:href="#glyph1-26" x="138.816406" y="415"/>
+  <use xlink:href="#glyph1-5" x="146.648438" y="415"/>
+  <use xlink:href="#glyph1-3" x="154.480469" y="415"/>
+  <use xlink:href="#glyph1-9" x="162.3125" y="415"/>
+  <use xlink:href="#glyph1-24" x="170.144531" y="415"/>
+  <use xlink:href="#glyph1-10" x="177.976562" y="415"/>
+  <use xlink:href="#glyph1-5" x="185.808594" y="415"/>
+  <use xlink:href="#glyph1-8" x="193.640625" y="415"/>
+  <use xlink:href="#glyph1-6" x="201.472656" y="415"/>
+  <use xlink:href="#glyph1-3" x="209.304688" y="415"/>
+  <use xlink:href="#glyph1-10" x="217.136719" y="415"/>
+  <use xlink:href="#glyph1-10" x="224.96875" y="415"/>
+  <use xlink:href="#glyph1-3" x="232.800781" y="415"/>
+  <use xlink:href="#glyph1-15" x="240.632812" y="415"/>
+  <use xlink:href="#glyph1-30" x="248.464844" y="415"/>
+  <use xlink:href="#glyph1-6" x="256.296875" y="415"/>
+  <use xlink:href="#glyph1-7" x="264.128906" y="415"/>
+  <use xlink:href="#glyph1-13" x="271.960938" y="415"/>
+  <use xlink:href="#glyph1-18" x="279.792969" y="415"/>
+  <use xlink:href="#glyph1-11" x="287.625" y="415"/>
+  <use xlink:href="#glyph1-14" x="295.457031" y="415"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-27" x="37" y="431"/>
+  <use xlink:href="#glyph1-12" x="44.832031" y="431"/>
+  <use xlink:href="#glyph1-5" x="52.664062" y="431"/>
+  <use xlink:href="#glyph1-9" x="60.496094" y="431"/>
+  <use xlink:href="#glyph1-36" x="68.328125" y="431"/>
+  <use xlink:href="#glyph1-5" x="76.160156" y="431"/>
+  <use xlink:href="#glyph1-3" x="83.992188" y="431"/>
+  <use xlink:href="#glyph1-9" x="91.824219" y="431"/>
+  <use xlink:href="#glyph1-24" x="99.65625" y="431"/>
+  <use xlink:href="#glyph1-10" x="107.488281" y="431"/>
+  <use xlink:href="#glyph1-5" x="115.320312" y="431"/>
+  <use xlink:href="#glyph1-8" x="123.152344" y="431"/>
+  <use xlink:href="#glyph1-29" x="130.984375" y="431"/>
+  <use xlink:href="#glyph1-30" x="138.816406" y="431"/>
+  <use xlink:href="#glyph1-6" x="146.648438" y="431"/>
+  <use xlink:href="#glyph1-7" x="154.480469" y="431"/>
+  <use xlink:href="#glyph1-3" x="162.3125" y="431"/>
+  <use xlink:href="#glyph1-10" x="170.144531" y="431"/>
+  <use xlink:href="#glyph1-10" x="177.976562" y="431"/>
+  <use xlink:href="#glyph1-3" x="185.808594" y="431"/>
+  <use xlink:href="#glyph1-15" x="193.640625" y="431"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-27" x="37" y="447"/>
+  <use xlink:href="#glyph1-5" x="44.832031" y="447"/>
+  <use xlink:href="#glyph1-37" x="52.664062" y="447"/>
+  <use xlink:href="#glyph1-16" x="60.496094" y="447"/>
+  <use xlink:href="#glyph1-18" x="68.328125" y="447"/>
+  <use xlink:href="#glyph1-10" x="76.160156" y="447"/>
+  <use xlink:href="#glyph1-9" x="83.992188" y="447"/>
+  <use xlink:href="#glyph1-29" x="91.824219" y="447"/>
+  <use xlink:href="#glyph1-30" x="99.65625" y="447"/>
+  <use xlink:href="#glyph1-6" x="107.488281" y="447"/>
+  <use xlink:href="#glyph1-7" x="115.320312" y="447"/>
+  <use xlink:href="#glyph1-13" x="123.152344" y="447"/>
+  <use xlink:href="#glyph1-18" x="130.984375" y="447"/>
+  <use xlink:href="#glyph1-11" x="138.816406" y="447"/>
+  <use xlink:href="#glyph1-14" x="146.648438" y="447"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-27" x="37" y="463"/>
+  <use xlink:href="#glyph1-11" x="44.832031" y="463"/>
+  <use xlink:href="#glyph1-4" x="52.664062" y="463"/>
+  <use xlink:href="#glyph1-16" x="60.496094" y="463"/>
+  <use xlink:href="#glyph1-18" x="68.328125" y="463"/>
+  <use xlink:href="#glyph1-10" x="76.160156" y="463"/>
+  <use xlink:href="#glyph1-9" x="83.992188" y="463"/>
+  <use xlink:href="#glyph1-29" x="91.824219" y="463"/>
+  <use xlink:href="#glyph1-2" x="99.65625" y="463"/>
+  <use xlink:href="#glyph1-3" x="107.488281" y="463"/>
+  <use xlink:href="#glyph1-4" x="115.320312" y="463"/>
+  <use xlink:href="#glyph1-5" x="123.152344" y="463"/>
+  <use xlink:href="#glyph1-6" x="130.984375" y="463"/>
+  <use xlink:href="#glyph1-8" x="138.816406" y="463"/>
+  <use xlink:href="#glyph1-9" x="146.648438" y="463"/>
+  <use xlink:href="#glyph1-10" x="154.480469" y="463"/>
+  <use xlink:href="#glyph1-11" x="162.3125" y="463"/>
+  <use xlink:href="#glyph1-2" x="170.144531" y="463"/>
+  <use xlink:href="#glyph1-12" x="177.976562" y="463"/>
+  <use xlink:href="#glyph1-30" x="185.808594" y="463"/>
+  <use xlink:href="#glyph1-6" x="193.640625" y="463"/>
+  <use xlink:href="#glyph1-7" x="201.472656" y="463"/>
+  <use xlink:href="#glyph1-13" x="209.304688" y="463"/>
+  <use xlink:href="#glyph1-18" x="217.136719" y="463"/>
+  <use xlink:href="#glyph1-11" x="224.96875" y="463"/>
+  <use xlink:href="#glyph1-14" x="232.800781" y="463"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-27" x="37" y="479"/>
+  <use xlink:href="#glyph1-8" x="44.832031" y="479"/>
+  <use xlink:href="#glyph1-20" x="52.664062" y="479"/>
+  <use xlink:href="#glyph1-10" x="60.496094" y="479"/>
+  <use xlink:href="#glyph1-24" x="68.328125" y="479"/>
+  <use xlink:href="#glyph1-38" x="76.160156" y="479"/>
+  <use xlink:href="#glyph1-29" x="83.992188" y="479"/>
+  <use xlink:href="#glyph1-30" x="91.824219" y="479"/>
+  <use xlink:href="#glyph1-6" x="99.65625" y="479"/>
+  <use xlink:href="#glyph1-7" x="107.488281" y="479"/>
+  <use xlink:href="#glyph1-13" x="115.320312" y="479"/>
+  <use xlink:href="#glyph1-18" x="123.152344" y="479"/>
+  <use xlink:href="#glyph1-11" x="130.984375" y="479"/>
+  <use xlink:href="#glyph1-14" x="138.816406" y="479"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-27" x="37" y="495"/>
+  <use xlink:href="#glyph1-8" x="44.832031" y="495"/>
+  <use xlink:href="#glyph1-9" x="52.664062" y="495"/>
+  <use xlink:href="#glyph1-3" x="60.496094" y="495"/>
+  <use xlink:href="#glyph1-9" x="68.328125" y="495"/>
+  <use xlink:href="#glyph1-24" x="76.160156" y="495"/>
+  <use xlink:href="#glyph1-8" x="83.992188" y="495"/>
+  <use xlink:href="#glyph1-29" x="91.824219" y="495"/>
+  <use xlink:href="#glyph1-30" x="99.65625" y="495"/>
+  <use xlink:href="#glyph1-6" x="107.488281" y="495"/>
+  <use xlink:href="#glyph1-7" x="115.320312" y="495"/>
+  <use xlink:href="#glyph1-8" x="123.152344" y="495"/>
+  <use xlink:href="#glyph1-9" x="130.984375" y="495"/>
+  <use xlink:href="#glyph1-10" x="138.816406" y="495"/>
+  <use xlink:href="#glyph1-11" x="146.648438" y="495"/>
+  <use xlink:href="#glyph1-2" x="154.480469" y="495"/>
+  <use xlink:href="#glyph1-12" x="162.3125" y="495"/>
+</g>
+<path style="fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 18.5 15.75 L 29.780078 15.75 L 29.780078 17.15 L 18.5 17.15 Z " transform="matrix(20,0,0,20,-13,-23)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-5" x="441.773438" y="311"/>
+  <use xlink:href="#glyph0-6" x="457.691406" y="311"/>
+  <use xlink:href="#glyph0-7" x="463.179688" y="311"/>
+  <use xlink:href="#glyph0-7" x="471.070312" y="311"/>
+  <use xlink:href="#glyph0-3" x="478.960938" y="311"/>
+  <use xlink:href="#glyph0-7" x="489.957031" y="311"/>
+</g>
+<path style="fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 18.5 17.15 L 29.780078 17.15 L 29.780078 17.55 L 18.5 17.55 Z " transform="matrix(20,0,0,20,-13,-23)"/>
+<path style="fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 18.5 17.55 L 29.780078 17.55 L 29.780078 19.35 L 18.5 19.35 Z " transform="matrix(20,0,0,20,-13,-23)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-27" x="360" y="342"/>
+  <use xlink:href="#glyph1-39" x="367.832031" y="342"/>
+  <use xlink:href="#glyph1-39" x="375.664062" y="342"/>
+  <use xlink:href="#glyph1-20" x="383.496094" y="342"/>
+  <use xlink:href="#glyph1-18" x="391.328125" y="342"/>
+  <use xlink:href="#glyph1-2" x="399.160156" y="342"/>
+  <use xlink:href="#glyph1-8" x="406.992188" y="342"/>
+  <use xlink:href="#glyph1-9" x="414.824219" y="342"/>
+  <use xlink:href="#glyph1-10" x="422.65625" y="342"/>
+  <use xlink:href="#glyph1-24" x="430.488281" y="342"/>
+  <use xlink:href="#glyph1-20" x="438.320312" y="342"/>
+  <use xlink:href="#glyph1-9" x="446.152344" y="342"/>
+  <use xlink:href="#glyph1-29" x="453.984375" y="342"/>
+  <use xlink:href="#glyph1-14" x="461.816406" y="342"/>
+  <use xlink:href="#glyph1-11" x="469.648438" y="342"/>
+  <use xlink:href="#glyph1-8" x="477.480469" y="342"/>
+  <use xlink:href="#glyph1-34" x="485.3125" y="342"/>
+  <use xlink:href="#glyph1-8" x="493.144531" y="342"/>
+  <use xlink:href="#glyph1-6" x="500.976562" y="342"/>
+  <use xlink:href="#glyph1-3" x="508.808594" y="342"/>
+  <use xlink:href="#glyph1-10" x="516.640625" y="342"/>
+  <use xlink:href="#glyph1-10" x="524.472656" y="342"/>
+  <use xlink:href="#glyph1-3" x="532.304688" y="342"/>
+  <use xlink:href="#glyph1-15" x="540.136719" y="342"/>
+  <use xlink:href="#glyph1-30" x="547.96875" y="342"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-27" x="360" y="358"/>
+  <use xlink:href="#glyph1-10" x="367.832031" y="358"/>
+  <use xlink:href="#glyph1-5" x="375.664062" y="358"/>
+  <use xlink:href="#glyph1-4" x="383.496094" y="358"/>
+  <use xlink:href="#glyph1-18" x="391.328125" y="358"/>
+  <use xlink:href="#glyph1-13" x="399.160156" y="358"/>
+  <use xlink:href="#glyph1-5" x="406.992188" y="358"/>
+  <use xlink:href="#glyph1-33" x="414.824219" y="358"/>
+  <use xlink:href="#glyph1-11" x="422.65625" y="358"/>
+  <use xlink:href="#glyph1-8" x="430.488281" y="358"/>
+  <use xlink:href="#glyph1-34" x="438.320312" y="358"/>
+  <use xlink:href="#glyph1-29" x="446.152344" y="358"/>
+  <use xlink:href="#glyph1-14" x="453.984375" y="358"/>
+  <use xlink:href="#glyph1-11" x="461.816406" y="358"/>
+  <use xlink:href="#glyph1-8" x="469.648438" y="358"/>
+  <use xlink:href="#glyph1-34" x="477.480469" y="358"/>
+  <use xlink:href="#glyph1-6" x="485.3125" y="358"/>
+  <use xlink:href="#glyph1-33" x="493.144531" y="358"/>
+  <use xlink:href="#glyph1-11" x="500.976562" y="358"/>
+  <use xlink:href="#glyph1-8" x="508.808594" y="358"/>
+  <use xlink:href="#glyph1-34" x="516.640625" y="358"/>
+  <use xlink:href="#glyph1-30" x="524.472656" y="358"/>
+  <use xlink:href="#glyph1-6" x="532.304688" y="358"/>
+  <use xlink:href="#glyph1-7" x="540.136719" y="358"/>
+  <use xlink:href="#glyph1-13" x="547.96875" y="358"/>
+  <use xlink:href="#glyph1-18" x="555.800781" y="358"/>
+  <use xlink:href="#glyph1-11" x="563.632812" y="358"/>
+  <use xlink:href="#glyph1-14" x="571.464844" y="358"/>
+</g>
+<path style="fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 26.3 7.05 L 37.580078 7.05 L 37.580078 8.45 L 26.3 8.45 Z " transform="matrix(20,0,0,20,-13,-23)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph2-1" x="603.242188" y="137"/>
+  <use xlink:href="#glyph2-2" x="615.625" y="137"/>
+  <use xlink:href="#glyph2-3" x="627.070312" y="137"/>
+  <use xlink:href="#glyph2-4" x="637.929688" y="137"/>
+</g>
+<path style="fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 26.3 8.45 L 37.580078 8.45 L 37.580078 9.45 L 26.3 9.45 Z " transform="matrix(20,0,0,20,-13,-23)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-40" x="516" y="160"/>
+  <use xlink:href="#glyph1-14" x="523.832031" y="160"/>
+  <use xlink:href="#glyph1-11" x="531.664062" y="160"/>
+  <use xlink:href="#glyph1-8" x="539.496094" y="160"/>
+  <use xlink:href="#glyph1-34" x="547.328125" y="160"/>
+  <use xlink:href="#glyph1-8" x="555.160156" y="160"/>
+  <use xlink:href="#glyph1-6" x="562.992188" y="160"/>
+  <use xlink:href="#glyph1-7" x="570.824219" y="160"/>
+  <use xlink:href="#glyph1-3" x="578.65625" y="160"/>
+  <use xlink:href="#glyph1-10" x="586.488281" y="160"/>
+  <use xlink:href="#glyph1-10" x="594.320312" y="160"/>
+  <use xlink:href="#glyph1-3" x="602.152344" y="160"/>
+  <use xlink:href="#glyph1-15" x="609.984375" y="160"/>
+</g>
+<path style="fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 26.3 9.45 L 37.580078 9.45 L 37.580078 12.05 L 26.3 12.05 Z " transform="matrix(20,0,0,20,-13,-23)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-27" x="516" y="180"/>
+  <use xlink:href="#glyph1-3" x="523.832031" y="180"/>
+  <use xlink:href="#glyph1-14" x="531.664062" y="180"/>
+  <use xlink:href="#glyph1-14" x="539.496094" y="180"/>
+  <use xlink:href="#glyph1-33" x="547.328125" y="180"/>
+  <use xlink:href="#glyph1-11" x="555.160156" y="180"/>
+  <use xlink:href="#glyph1-8" x="562.992188" y="180"/>
+  <use xlink:href="#glyph1-34" x="570.824219" y="180"/>
+  <use xlink:href="#glyph1-29" x="578.65625" y="180"/>
+  <use xlink:href="#glyph1-14" x="586.488281" y="180"/>
+  <use xlink:href="#glyph1-11" x="594.320312" y="180"/>
+  <use xlink:href="#glyph1-8" x="602.152344" y="180"/>
+  <use xlink:href="#glyph1-34" x="609.984375" y="180"/>
+  <use xlink:href="#glyph1-6" x="617.816406" y="180"/>
+  <use xlink:href="#glyph1-33" x="625.648438" y="180"/>
+  <use xlink:href="#glyph1-11" x="633.480469" y="180"/>
+  <use xlink:href="#glyph1-8" x="641.3125" y="180"/>
+  <use xlink:href="#glyph1-34" x="649.144531" y="180"/>
+  <use xlink:href="#glyph1-30" x="656.976562" y="180"/>
+  <use xlink:href="#glyph1-6" x="664.808594" y="180"/>
+  <use xlink:href="#glyph1-7" x="672.640625" y="180"/>
+  <use xlink:href="#glyph1-13" x="680.472656" y="180"/>
+  <use xlink:href="#glyph1-18" x="688.304688" y="180"/>
+  <use xlink:href="#glyph1-11" x="696.136719" y="180"/>
+  <use xlink:href="#glyph1-14" x="703.96875" y="180"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph3-1" x="516" y="196"/>
+  <use xlink:href="#glyph3-2" x="523.832031" y="196"/>
+  <use xlink:href="#glyph3-3" x="531.664062" y="196"/>
+  <use xlink:href="#glyph3-4" x="539.496094" y="196"/>
+  <use xlink:href="#glyph3-5" x="547.328125" y="196"/>
+  <use xlink:href="#glyph3-6" x="555.160156" y="196"/>
+  <use xlink:href="#glyph3-3" x="562.992188" y="196"/>
+  <use xlink:href="#glyph3-7" x="570.824219" y="196"/>
+  <use xlink:href="#glyph3-8" x="578.65625" y="196"/>
+  <use xlink:href="#glyph3-9" x="586.488281" y="196"/>
+  <use xlink:href="#glyph3-10" x="594.320312" y="196"/>
+  <use xlink:href="#glyph3-11" x="602.152344" y="196"/>
+  <use xlink:href="#glyph3-12" x="609.984375" y="196"/>
+  <use xlink:href="#glyph3-8" x="617.816406" y="196"/>
+  <use xlink:href="#glyph3-9" x="625.648438" y="196"/>
+  <use xlink:href="#glyph3-10" x="633.480469" y="196"/>
+  <use xlink:href="#glyph3-13" x="641.3125" y="196"/>
+  <use xlink:href="#glyph3-7" x="649.144531" y="196"/>
+  <use xlink:href="#glyph3-8" x="656.976562" y="196"/>
+  <use xlink:href="#glyph3-9" x="664.808594" y="196"/>
+  <use xlink:href="#glyph3-10" x="672.640625" y="196"/>
+  <use xlink:href="#glyph3-14" x="680.472656" y="196"/>
+  <use xlink:href="#glyph3-13" x="688.304688" y="196"/>
+  <use xlink:href="#glyph3-15" x="696.136719" y="196"/>
+  <use xlink:href="#glyph3-6" x="703.96875" y="196"/>
+  <use xlink:href="#glyph3-5" x="711.800781" y="196"/>
+  <use xlink:href="#glyph3-8" x="719.632812" y="196"/>
+  <use xlink:href="#glyph3-12" x="727.464844" y="196"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-27" x="516" y="212"/>
+  <use xlink:href="#glyph1-12" x="523.832031" y="212"/>
+  <use xlink:href="#glyph1-5" x="531.664062" y="212"/>
+  <use xlink:href="#glyph1-9" x="539.496094" y="212"/>
+  <use xlink:href="#glyph1-33" x="547.328125" y="212"/>
+  <use xlink:href="#glyph1-11" x="555.160156" y="212"/>
+  <use xlink:href="#glyph1-8" x="562.992188" y="212"/>
+  <use xlink:href="#glyph1-34" x="570.824219" y="212"/>
+  <use xlink:href="#glyph1-8" x="578.65625" y="212"/>
+  <use xlink:href="#glyph1-29" x="586.488281" y="212"/>
+  <use xlink:href="#glyph1-30" x="594.320312" y="212"/>
+  <use xlink:href="#glyph1-6" x="602.152344" y="212"/>
+  <use xlink:href="#glyph1-7" x="609.984375" y="212"/>
+  <use xlink:href="#glyph1-3" x="617.816406" y="212"/>
+  <use xlink:href="#glyph1-10" x="625.648438" y="212"/>
+  <use xlink:href="#glyph1-10" x="633.480469" y="212"/>
+  <use xlink:href="#glyph1-3" x="641.3125" y="212"/>
+  <use xlink:href="#glyph1-15" x="649.144531" y="212"/>
+</g>
+<path style="fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 0.7 30.7125 L 14.290039 30.7125 L 14.290039 32.1125 L 0.7 32.1125 Z " transform="matrix(20,0,0,20,-13,-23)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-1" x="117.640625" y="610.25"/>
+  <use xlink:href="#glyph0-8" x="129.242188" y="610.25"/>
+  <use xlink:href="#glyph0-3" x="139.671875" y="610.25"/>
+  <use xlink:href="#glyph0-4" x="150.667969" y="610.25"/>
+</g>
+<path style="fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 0.7 32.1125 L 14.290039 32.1125 L 14.290039 35.5125 L 0.7 35.5125 Z " transform="matrix(20,0,0,20,-13,-23)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-1" x="4" y="633.25"/>
+  <use xlink:href="#glyph1-2" x="11.832031" y="633.25"/>
+  <use xlink:href="#glyph1-3" x="19.664062" y="633.25"/>
+  <use xlink:href="#glyph1-4" x="27.496094" y="633.25"/>
+  <use xlink:href="#glyph1-5" x="35.328125" y="633.25"/>
+  <use xlink:href="#glyph1-6" x="43.160156" y="633.25"/>
+  <use xlink:href="#glyph1-7" x="50.992187" y="633.25"/>
+  <use xlink:href="#glyph1-8" x="58.824219" y="633.25"/>
+  <use xlink:href="#glyph1-9" x="66.65625" y="633.25"/>
+  <use xlink:href="#glyph1-10" x="74.488281" y="633.25"/>
+  <use xlink:href="#glyph1-11" x="82.320312" y="633.25"/>
+  <use xlink:href="#glyph1-2" x="90.152344" y="633.25"/>
+  <use xlink:href="#glyph1-12" x="97.984375" y="633.25"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-1" x="4" y="649.25"/>
+  <use xlink:href="#glyph1-8" x="11.832031" y="649.25"/>
+  <use xlink:href="#glyph1-11" x="19.664062" y="649.25"/>
+  <use xlink:href="#glyph1-23" x="27.496094" y="649.25"/>
+  <use xlink:href="#glyph1-5" x="35.328125" y="649.25"/>
+  <use xlink:href="#glyph1-6" x="43.160156" y="649.25"/>
+  <use xlink:href="#glyph1-7" x="50.992187" y="649.25"/>
+  <use xlink:href="#glyph1-11" x="58.824219" y="649.25"/>
+  <use xlink:href="#glyph1-2" x="66.65625" y="649.25"/>
+  <use xlink:href="#glyph1-9" x="74.488281" y="649.25"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-1" x="4" y="665.25"/>
+  <use xlink:href="#glyph1-4" x="11.832031" y="665.25"/>
+  <use xlink:href="#glyph1-18" x="19.664062" y="665.25"/>
+  <use xlink:href="#glyph1-24" x="27.496094" y="665.25"/>
+  <use xlink:href="#glyph1-2" x="35.328125" y="665.25"/>
+  <use xlink:href="#glyph1-9" x="43.160156" y="665.25"/>
+  <use xlink:href="#glyph1-25" x="50.992187" y="665.25"/>
+  <use xlink:href="#glyph1-18" x="58.824219" y="665.25"/>
+  <use xlink:href="#glyph1-11" x="66.65625" y="665.25"/>
+  <use xlink:href="#glyph1-2" x="74.488281" y="665.25"/>
+  <use xlink:href="#glyph1-9" x="82.320312" y="665.25"/>
+  <use xlink:href="#glyph1-6" x="90.152344" y="665.25"/>
+  <use xlink:href="#glyph1-7" x="97.984375" y="665.25"/>
+  <use xlink:href="#glyph1-8" x="105.816406" y="665.25"/>
+  <use xlink:href="#glyph1-9" x="113.648438" y="665.25"/>
+  <use xlink:href="#glyph1-10" x="121.480469" y="665.25"/>
+  <use xlink:href="#glyph1-11" x="129.3125" y="665.25"/>
+  <use xlink:href="#glyph1-2" x="137.144531" y="665.25"/>
+  <use xlink:href="#glyph1-12" x="144.976562" y="665.25"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-1" x="4" y="681.25"/>
+  <use xlink:href="#glyph1-26" x="11.832031" y="681.25"/>
+  <use xlink:href="#glyph1-5" x="19.664062" y="681.25"/>
+  <use xlink:href="#glyph1-3" x="27.496094" y="681.25"/>
+  <use xlink:href="#glyph1-9" x="35.328125" y="681.25"/>
+  <use xlink:href="#glyph1-24" x="43.160156" y="681.25"/>
+  <use xlink:href="#glyph1-10" x="50.992187" y="681.25"/>
+  <use xlink:href="#glyph1-5" x="58.824219" y="681.25"/>
+  <use xlink:href="#glyph1-8" x="66.65625" y="681.25"/>
+  <use xlink:href="#glyph1-6" x="74.488281" y="681.25"/>
+  <use xlink:href="#glyph1-7" x="82.320312" y="681.25"/>
+  <use xlink:href="#glyph1-3" x="90.152344" y="681.25"/>
+  <use xlink:href="#glyph1-10" x="97.984375" y="681.25"/>
+  <use xlink:href="#glyph1-10" x="105.816406" y="681.25"/>
+  <use xlink:href="#glyph1-3" x="113.648438" y="681.25"/>
+  <use xlink:href="#glyph1-15" x="121.480469" y="681.25"/>
+</g>
+<path style="fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 0.7 35.5125 L 14.290039 35.5125 L 14.290039 39.7125 L 0.7 39.7125 Z " transform="matrix(20,0,0,20,-13,-23)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-27" x="4" y="701.25"/>
+  <use xlink:href="#glyph1-12" x="11.832031" y="701.25"/>
+  <use xlink:href="#glyph1-5" x="19.664062" y="701.25"/>
+  <use xlink:href="#glyph1-9" x="27.496094" y="701.25"/>
+  <use xlink:href="#glyph1-28" x="35.328125" y="701.25"/>
+  <use xlink:href="#glyph1-3" x="43.160156" y="701.25"/>
+  <use xlink:href="#glyph1-4" x="50.992187" y="701.25"/>
+  <use xlink:href="#glyph1-5" x="58.824219" y="701.25"/>
+  <use xlink:href="#glyph1-29" x="66.65625" y="701.25"/>
+  <use xlink:href="#glyph1-30" x="74.488281" y="701.25"/>
+  <use xlink:href="#glyph1-6" x="82.320312" y="701.25"/>
+  <use xlink:href="#glyph1-7" x="90.152344" y="701.25"/>
+  <use xlink:href="#glyph1-8" x="97.984375" y="701.25"/>
+  <use xlink:href="#glyph1-9" x="105.816406" y="701.25"/>
+  <use xlink:href="#glyph1-10" x="113.648438" y="701.25"/>
+  <use xlink:href="#glyph1-11" x="121.480469" y="701.25"/>
+  <use xlink:href="#glyph1-2" x="129.3125" y="701.25"/>
+  <use xlink:href="#glyph1-12" x="137.144531" y="701.25"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-27" x="4" y="717.25"/>
+  <use xlink:href="#glyph1-12" x="11.832031" y="717.25"/>
+  <use xlink:href="#glyph1-5" x="19.664062" y="717.25"/>
+  <use xlink:href="#glyph1-9" x="27.496094" y="717.25"/>
+  <use xlink:href="#glyph1-32" x="35.328125" y="717.25"/>
+  <use xlink:href="#glyph1-11" x="43.160156" y="717.25"/>
+  <use xlink:href="#glyph1-23" x="50.992187" y="717.25"/>
+  <use xlink:href="#glyph1-5" x="58.824219" y="717.25"/>
+  <use xlink:href="#glyph1-29" x="66.65625" y="717.25"/>
+  <use xlink:href="#glyph1-30" x="74.488281" y="717.25"/>
+  <use xlink:href="#glyph1-6" x="82.320312" y="717.25"/>
+  <use xlink:href="#glyph1-7" x="90.152344" y="717.25"/>
+  <use xlink:href="#glyph1-11" x="97.984375" y="717.25"/>
+  <use xlink:href="#glyph1-2" x="105.816406" y="717.25"/>
+  <use xlink:href="#glyph1-9" x="113.648438" y="717.25"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-27" x="4" y="733.25"/>
+  <use xlink:href="#glyph1-12" x="11.832031" y="733.25"/>
+  <use xlink:href="#glyph1-5" x="19.664062" y="733.25"/>
+  <use xlink:href="#glyph1-9" x="27.496094" y="733.25"/>
+  <use xlink:href="#glyph1-35" x="35.328125" y="733.25"/>
+  <use xlink:href="#glyph1-18" x="43.160156" y="733.25"/>
+  <use xlink:href="#glyph1-24" x="50.992187" y="733.25"/>
+  <use xlink:href="#glyph1-2" x="58.824219" y="733.25"/>
+  <use xlink:href="#glyph1-9" x="66.65625" y="733.25"/>
+  <use xlink:href="#glyph1-25" x="74.488281" y="733.25"/>
+  <use xlink:href="#glyph1-18" x="82.320312" y="733.25"/>
+  <use xlink:href="#glyph1-11" x="90.152344" y="733.25"/>
+  <use xlink:href="#glyph1-2" x="97.984375" y="733.25"/>
+  <use xlink:href="#glyph1-9" x="105.816406" y="733.25"/>
+  <use xlink:href="#glyph1-29" x="113.648438" y="733.25"/>
+  <use xlink:href="#glyph1-30" x="121.480469" y="733.25"/>
+  <use xlink:href="#glyph1-6" x="129.3125" y="733.25"/>
+  <use xlink:href="#glyph1-7" x="137.144531" y="733.25"/>
+  <use xlink:href="#glyph1-8" x="144.976562" y="733.25"/>
+  <use xlink:href="#glyph1-9" x="152.808594" y="733.25"/>
+  <use xlink:href="#glyph1-10" x="160.640625" y="733.25"/>
+  <use xlink:href="#glyph1-11" x="168.472656" y="733.25"/>
+  <use xlink:href="#glyph1-2" x="176.304688" y="733.25"/>
+  <use xlink:href="#glyph1-12" x="184.136719" y="733.25"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-27" x="4" y="749.25"/>
+  <use xlink:href="#glyph1-12" x="11.832031" y="749.25"/>
+  <use xlink:href="#glyph1-5" x="19.664062" y="749.25"/>
+  <use xlink:href="#glyph1-9" x="27.496094" y="749.25"/>
+  <use xlink:href="#glyph1-36" x="35.328125" y="749.25"/>
+  <use xlink:href="#glyph1-5" x="43.160156" y="749.25"/>
+  <use xlink:href="#glyph1-3" x="50.992187" y="749.25"/>
+  <use xlink:href="#glyph1-9" x="58.824219" y="749.25"/>
+  <use xlink:href="#glyph1-24" x="66.65625" y="749.25"/>
+  <use xlink:href="#glyph1-10" x="74.488281" y="749.25"/>
+  <use xlink:href="#glyph1-5" x="82.320312" y="749.25"/>
+  <use xlink:href="#glyph1-8" x="90.152344" y="749.25"/>
+  <use xlink:href="#glyph1-29" x="97.984375" y="749.25"/>
+  <use xlink:href="#glyph1-30" x="105.816406" y="749.25"/>
+  <use xlink:href="#glyph1-6" x="113.648438" y="749.25"/>
+  <use xlink:href="#glyph1-7" x="121.480469" y="749.25"/>
+  <use xlink:href="#glyph1-3" x="129.3125" y="749.25"/>
+  <use xlink:href="#glyph1-10" x="137.144531" y="749.25"/>
+  <use xlink:href="#glyph1-10" x="144.976562" y="749.25"/>
+  <use xlink:href="#glyph1-3" x="152.808594" y="749.25"/>
+  <use xlink:href="#glyph1-15" x="160.640625" y="749.25"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-27" x="4" y="765.25"/>
+  <use xlink:href="#glyph1-8" x="11.832031" y="765.25"/>
+  <use xlink:href="#glyph1-5" x="19.664062" y="765.25"/>
+  <use xlink:href="#glyph1-9" x="27.496094" y="765.25"/>
+  <use xlink:href="#glyph1-36" x="35.328125" y="765.25"/>
+  <use xlink:href="#glyph1-5" x="43.160156" y="765.25"/>
+  <use xlink:href="#glyph1-3" x="50.992187" y="765.25"/>
+  <use xlink:href="#glyph1-9" x="58.824219" y="765.25"/>
+  <use xlink:href="#glyph1-24" x="66.65625" y="765.25"/>
+  <use xlink:href="#glyph1-10" x="74.488281" y="765.25"/>
+  <use xlink:href="#glyph1-5" x="82.320312" y="765.25"/>
+  <use xlink:href="#glyph1-8" x="90.152344" y="765.25"/>
+  <use xlink:href="#glyph1-29" x="97.984375" y="765.25"/>
+  <use xlink:href="#glyph1-26" x="105.816406" y="765.25"/>
+  <use xlink:href="#glyph1-5" x="113.648438" y="765.25"/>
+  <use xlink:href="#glyph1-3" x="121.480469" y="765.25"/>
+  <use xlink:href="#glyph1-9" x="129.3125" y="765.25"/>
+  <use xlink:href="#glyph1-24" x="137.144531" y="765.25"/>
+  <use xlink:href="#glyph1-10" x="144.976562" y="765.25"/>
+  <use xlink:href="#glyph1-5" x="152.808594" y="765.25"/>
+  <use xlink:href="#glyph1-8" x="160.640625" y="765.25"/>
+  <use xlink:href="#glyph1-6" x="168.472656" y="765.25"/>
+  <use xlink:href="#glyph1-3" x="176.304688" y="765.25"/>
+  <use xlink:href="#glyph1-10" x="184.136719" y="765.25"/>
+  <use xlink:href="#glyph1-10" x="191.96875" y="765.25"/>
+  <use xlink:href="#glyph1-3" x="199.800781" y="765.25"/>
+  <use xlink:href="#glyph1-15" x="207.632812" y="765.25"/>
+  <use xlink:href="#glyph1-30" x="215.464844" y="765.25"/>
+  <use xlink:href="#glyph1-6" x="223.296875" y="765.25"/>
+  <use xlink:href="#glyph1-7" x="231.128906" y="765.25"/>
+  <use xlink:href="#glyph1-13" x="238.960938" y="765.25"/>
+  <use xlink:href="#glyph1-18" x="246.792969" y="765.25"/>
+  <use xlink:href="#glyph1-11" x="254.625" y="765.25"/>
+  <use xlink:href="#glyph1-14" x="262.457031" y="765.25"/>
+</g>
+<path style="fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 30.405078 30.767578 L 43.995117 30.767578 L 43.995117 32.167578 L 30.405078 32.167578 Z " transform="matrix(20,0,0,20,-13,-23)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-9" x="688.636719" y="611.351562"/>
+  <use xlink:href="#glyph0-10" x="700.160156" y="611.351562"/>
+  <use xlink:href="#glyph0-11" x="711.546875" y="611.351562"/>
+  <use xlink:href="#glyph0-2" x="722.347656" y="611.351562"/>
+  <use xlink:href="#glyph0-12" x="733.792969" y="611.351562"/>
+  <use xlink:href="#glyph0-13" x="743.324219" y="611.351562"/>
+  <use xlink:href="#glyph0-3" x="754.710938" y="611.351562"/>
+  <use xlink:href="#glyph0-14" x="765.707031" y="611.351562"/>
+</g>
+<path style="fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 30.405078 32.167578 L 43.995117 32.167578 L 43.995117 35.567578 L 30.405078 35.567578 Z " transform="matrix(20,0,0,20,-13,-23)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-1" x="598.101562" y="634.351562"/>
+  <use xlink:href="#glyph1-2" x="605.933594" y="634.351562"/>
+  <use xlink:href="#glyph1-3" x="613.765625" y="634.351562"/>
+  <use xlink:href="#glyph1-4" x="621.597656" y="634.351562"/>
+  <use xlink:href="#glyph1-5" x="629.429688" y="634.351562"/>
+  <use xlink:href="#glyph1-6" x="637.261719" y="634.351562"/>
+  <use xlink:href="#glyph1-7" x="645.09375" y="634.351562"/>
+  <use xlink:href="#glyph1-8" x="652.925781" y="634.351562"/>
+  <use xlink:href="#glyph1-9" x="660.757812" y="634.351562"/>
+  <use xlink:href="#glyph1-10" x="668.589844" y="634.351562"/>
+  <use xlink:href="#glyph1-11" x="676.421875" y="634.351562"/>
+  <use xlink:href="#glyph1-2" x="684.253906" y="634.351562"/>
+  <use xlink:href="#glyph1-12" x="692.085938" y="634.351562"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-1" x="598.101562" y="650.351562"/>
+  <use xlink:href="#glyph1-8" x="605.933594" y="650.351562"/>
+  <use xlink:href="#glyph1-11" x="613.765625" y="650.351562"/>
+  <use xlink:href="#glyph1-23" x="621.597656" y="650.351562"/>
+  <use xlink:href="#glyph1-5" x="629.429688" y="650.351562"/>
+  <use xlink:href="#glyph1-6" x="637.261719" y="650.351562"/>
+  <use xlink:href="#glyph1-7" x="645.09375" y="650.351562"/>
+  <use xlink:href="#glyph1-11" x="652.925781" y="650.351562"/>
+  <use xlink:href="#glyph1-2" x="660.757812" y="650.351562"/>
+  <use xlink:href="#glyph1-9" x="668.589844" y="650.351562"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-1" x="598.101562" y="666.351562"/>
+  <use xlink:href="#glyph1-4" x="605.933594" y="666.351562"/>
+  <use xlink:href="#glyph1-18" x="613.765625" y="666.351562"/>
+  <use xlink:href="#glyph1-24" x="621.597656" y="666.351562"/>
+  <use xlink:href="#glyph1-2" x="629.429688" y="666.351562"/>
+  <use xlink:href="#glyph1-9" x="637.261719" y="666.351562"/>
+  <use xlink:href="#glyph1-25" x="645.09375" y="666.351562"/>
+  <use xlink:href="#glyph1-18" x="652.925781" y="666.351562"/>
+  <use xlink:href="#glyph1-11" x="660.757812" y="666.351562"/>
+  <use xlink:href="#glyph1-2" x="668.589844" y="666.351562"/>
+  <use xlink:href="#glyph1-9" x="676.421875" y="666.351562"/>
+  <use xlink:href="#glyph1-6" x="684.253906" y="666.351562"/>
+  <use xlink:href="#glyph1-7" x="692.085938" y="666.351562"/>
+  <use xlink:href="#glyph1-8" x="699.917969" y="666.351562"/>
+  <use xlink:href="#glyph1-9" x="707.75" y="666.351562"/>
+  <use xlink:href="#glyph1-10" x="715.582031" y="666.351562"/>
+  <use xlink:href="#glyph1-11" x="723.414062" y="666.351562"/>
+  <use xlink:href="#glyph1-2" x="731.246094" y="666.351562"/>
+  <use xlink:href="#glyph1-12" x="739.078125" y="666.351562"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-1" x="598.101562" y="682.351562"/>
+  <use xlink:href="#glyph1-26" x="605.933594" y="682.351562"/>
+  <use xlink:href="#glyph1-5" x="613.765625" y="682.351562"/>
+  <use xlink:href="#glyph1-3" x="621.597656" y="682.351562"/>
+  <use xlink:href="#glyph1-9" x="629.429688" y="682.351562"/>
+  <use xlink:href="#glyph1-24" x="637.261719" y="682.351562"/>
+  <use xlink:href="#glyph1-10" x="645.09375" y="682.351562"/>
+  <use xlink:href="#glyph1-5" x="652.925781" y="682.351562"/>
+  <use xlink:href="#glyph1-8" x="660.757812" y="682.351562"/>
+  <use xlink:href="#glyph1-6" x="668.589844" y="682.351562"/>
+  <use xlink:href="#glyph1-7" x="676.421875" y="682.351562"/>
+  <use xlink:href="#glyph1-3" x="684.253906" y="682.351562"/>
+  <use xlink:href="#glyph1-10" x="692.085938" y="682.351562"/>
+  <use xlink:href="#glyph1-10" x="699.917969" y="682.351562"/>
+  <use xlink:href="#glyph1-3" x="707.75" y="682.351562"/>
+  <use xlink:href="#glyph1-15" x="715.582031" y="682.351562"/>
+</g>
+<path style="fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 30.405078 35.567578 L 43.995117 35.567578 L 43.995117 39.767578 L 30.405078 39.767578 Z " transform="matrix(20,0,0,20,-13,-23)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-27" x="598.101562" y="702.351562"/>
+  <use xlink:href="#glyph1-12" x="605.933594" y="702.351562"/>
+  <use xlink:href="#glyph1-5" x="613.765625" y="702.351562"/>
+  <use xlink:href="#glyph1-9" x="621.597656" y="702.351562"/>
+  <use xlink:href="#glyph1-28" x="629.429688" y="702.351562"/>
+  <use xlink:href="#glyph1-3" x="637.261719" y="702.351562"/>
+  <use xlink:href="#glyph1-4" x="645.09375" y="702.351562"/>
+  <use xlink:href="#glyph1-5" x="652.925781" y="702.351562"/>
+  <use xlink:href="#glyph1-29" x="660.757812" y="702.351562"/>
+  <use xlink:href="#glyph1-30" x="668.589844" y="702.351562"/>
+  <use xlink:href="#glyph1-6" x="676.421875" y="702.351562"/>
+  <use xlink:href="#glyph1-7" x="684.253906" y="702.351562"/>
+  <use xlink:href="#glyph1-8" x="692.085938" y="702.351562"/>
+  <use xlink:href="#glyph1-9" x="699.917969" y="702.351562"/>
+  <use xlink:href="#glyph1-10" x="707.75" y="702.351562"/>
+  <use xlink:href="#glyph1-11" x="715.582031" y="702.351562"/>
+  <use xlink:href="#glyph1-2" x="723.414062" y="702.351562"/>
+  <use xlink:href="#glyph1-12" x="731.246094" y="702.351562"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-27" x="598.101562" y="718.351562"/>
+  <use xlink:href="#glyph1-12" x="605.933594" y="718.351562"/>
+  <use xlink:href="#glyph1-5" x="613.765625" y="718.351562"/>
+  <use xlink:href="#glyph1-9" x="621.597656" y="718.351562"/>
+  <use xlink:href="#glyph1-32" x="629.429688" y="718.351562"/>
+  <use xlink:href="#glyph1-11" x="637.261719" y="718.351562"/>
+  <use xlink:href="#glyph1-23" x="645.09375" y="718.351562"/>
+  <use xlink:href="#glyph1-5" x="652.925781" y="718.351562"/>
+  <use xlink:href="#glyph1-29" x="660.757812" y="718.351562"/>
+  <use xlink:href="#glyph1-30" x="668.589844" y="718.351562"/>
+  <use xlink:href="#glyph1-6" x="676.421875" y="718.351562"/>
+  <use xlink:href="#glyph1-7" x="684.253906" y="718.351562"/>
+  <use xlink:href="#glyph1-11" x="692.085938" y="718.351562"/>
+  <use xlink:href="#glyph1-2" x="699.917969" y="718.351562"/>
+  <use xlink:href="#glyph1-9" x="707.75" y="718.351562"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-27" x="598.101562" y="734.351562"/>
+  <use xlink:href="#glyph1-12" x="605.933594" y="734.351562"/>
+  <use xlink:href="#glyph1-5" x="613.765625" y="734.351562"/>
+  <use xlink:href="#glyph1-9" x="621.597656" y="734.351562"/>
+  <use xlink:href="#glyph1-35" x="629.429688" y="734.351562"/>
+  <use xlink:href="#glyph1-18" x="637.261719" y="734.351562"/>
+  <use xlink:href="#glyph1-24" x="645.09375" y="734.351562"/>
+  <use xlink:href="#glyph1-2" x="652.925781" y="734.351562"/>
+  <use xlink:href="#glyph1-9" x="660.757812" y="734.351562"/>
+  <use xlink:href="#glyph1-25" x="668.589844" y="734.351562"/>
+  <use xlink:href="#glyph1-18" x="676.421875" y="734.351562"/>
+  <use xlink:href="#glyph1-11" x="684.253906" y="734.351562"/>
+  <use xlink:href="#glyph1-2" x="692.085938" y="734.351562"/>
+  <use xlink:href="#glyph1-9" x="699.917969" y="734.351562"/>
+  <use xlink:href="#glyph1-29" x="707.75" y="734.351562"/>
+  <use xlink:href="#glyph1-30" x="715.582031" y="734.351562"/>
+  <use xlink:href="#glyph1-6" x="723.414062" y="734.351562"/>
+  <use xlink:href="#glyph1-7" x="731.246094" y="734.351562"/>
+  <use xlink:href="#glyph1-8" x="739.078125" y="734.351562"/>
+  <use xlink:href="#glyph1-9" x="746.910156" y="734.351562"/>
+  <use xlink:href="#glyph1-10" x="754.742188" y="734.351562"/>
+  <use xlink:href="#glyph1-11" x="762.574219" y="734.351562"/>
+  <use xlink:href="#glyph1-2" x="770.40625" y="734.351562"/>
+  <use xlink:href="#glyph1-12" x="778.238281" y="734.351562"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-27" x="598.101562" y="750.351562"/>
+  <use xlink:href="#glyph1-12" x="605.933594" y="750.351562"/>
+  <use xlink:href="#glyph1-5" x="613.765625" y="750.351562"/>
+  <use xlink:href="#glyph1-9" x="621.597656" y="750.351562"/>
+  <use xlink:href="#glyph1-36" x="629.429688" y="750.351562"/>
+  <use xlink:href="#glyph1-5" x="637.261719" y="750.351562"/>
+  <use xlink:href="#glyph1-3" x="645.09375" y="750.351562"/>
+  <use xlink:href="#glyph1-9" x="652.925781" y="750.351562"/>
+  <use xlink:href="#glyph1-24" x="660.757812" y="750.351562"/>
+  <use xlink:href="#glyph1-10" x="668.589844" y="750.351562"/>
+  <use xlink:href="#glyph1-5" x="676.421875" y="750.351562"/>
+  <use xlink:href="#glyph1-8" x="684.253906" y="750.351562"/>
+  <use xlink:href="#glyph1-29" x="692.085938" y="750.351562"/>
+  <use xlink:href="#glyph1-30" x="699.917969" y="750.351562"/>
+  <use xlink:href="#glyph1-6" x="707.75" y="750.351562"/>
+  <use xlink:href="#glyph1-7" x="715.582031" y="750.351562"/>
+  <use xlink:href="#glyph1-3" x="723.414062" y="750.351562"/>
+  <use xlink:href="#glyph1-10" x="731.246094" y="750.351562"/>
+  <use xlink:href="#glyph1-10" x="739.078125" y="750.351562"/>
+  <use xlink:href="#glyph1-3" x="746.910156" y="750.351562"/>
+  <use xlink:href="#glyph1-15" x="754.742188" y="750.351562"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-27" x="598.101562" y="766.351562"/>
+  <use xlink:href="#glyph1-8" x="605.933594" y="766.351562"/>
+  <use xlink:href="#glyph1-5" x="613.765625" y="766.351562"/>
+  <use xlink:href="#glyph1-9" x="621.597656" y="766.351562"/>
+  <use xlink:href="#glyph1-36" x="629.429688" y="766.351562"/>
+  <use xlink:href="#glyph1-5" x="637.261719" y="766.351562"/>
+  <use xlink:href="#glyph1-3" x="645.09375" y="766.351562"/>
+  <use xlink:href="#glyph1-9" x="652.925781" y="766.351562"/>
+  <use xlink:href="#glyph1-24" x="660.757812" y="766.351562"/>
+  <use xlink:href="#glyph1-10" x="668.589844" y="766.351562"/>
+  <use xlink:href="#glyph1-5" x="676.421875" y="766.351562"/>
+  <use xlink:href="#glyph1-8" x="684.253906" y="766.351562"/>
+  <use xlink:href="#glyph1-29" x="692.085938" y="766.351562"/>
+  <use xlink:href="#glyph1-26" x="699.917969" y="766.351562"/>
+  <use xlink:href="#glyph1-5" x="707.75" y="766.351562"/>
+  <use xlink:href="#glyph1-3" x="715.582031" y="766.351562"/>
+  <use xlink:href="#glyph1-9" x="723.414062" y="766.351562"/>
+  <use xlink:href="#glyph1-24" x="731.246094" y="766.351562"/>
+  <use xlink:href="#glyph1-10" x="739.078125" y="766.351562"/>
+  <use xlink:href="#glyph1-5" x="746.910156" y="766.351562"/>
+  <use xlink:href="#glyph1-8" x="754.742188" y="766.351562"/>
+  <use xlink:href="#glyph1-6" x="762.574219" y="766.351562"/>
+  <use xlink:href="#glyph1-3" x="770.40625" y="766.351562"/>
+  <use xlink:href="#glyph1-10" x="778.238281" y="766.351562"/>
+  <use xlink:href="#glyph1-10" x="786.070312" y="766.351562"/>
+  <use xlink:href="#glyph1-3" x="793.902344" y="766.351562"/>
+  <use xlink:href="#glyph1-15" x="801.734375" y="766.351562"/>
+  <use xlink:href="#glyph1-30" x="809.566406" y="766.351562"/>
+  <use xlink:href="#glyph1-6" x="817.398438" y="766.351562"/>
+  <use xlink:href="#glyph1-7" x="825.230469" y="766.351562"/>
+  <use xlink:href="#glyph1-13" x="833.0625" y="766.351562"/>
+  <use xlink:href="#glyph1-18" x="840.894531" y="766.351562"/>
+  <use xlink:href="#glyph1-11" x="848.726562" y="766.351562"/>
+  <use xlink:href="#glyph1-14" x="856.558594" y="766.351562"/>
+</g>
+<path style="fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 15.809961 30.672461 L 29.4 30.672461 L 29.4 32.072461 L 15.809961 32.072461 Z " transform="matrix(20,0,0,20,-13,-23)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-15" x="403.808594" y="609.449219"/>
+  <use xlink:href="#glyph0-11" x="417.089844" y="609.449219"/>
+  <use xlink:href="#glyph0-14" x="427.890625" y="609.449219"/>
+  <use xlink:href="#glyph0-11" x="435.546875" y="609.449219"/>
+  <use xlink:href="#glyph0-12" x="446.347656" y="609.449219"/>
+  <use xlink:href="#glyph0-16" x="455.878906" y="609.449219"/>
+  <use xlink:href="#glyph0-14" x="466.738281" y="609.449219"/>
+</g>
+<path style="fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 15.809961 32.072461 L 29.4 32.072461 L 29.4 35.472461 L 15.809961 35.472461 Z " transform="matrix(20,0,0,20,-13,-23)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-1" x="306.199219" y="632.449219"/>
+  <use xlink:href="#glyph1-2" x="314.03125" y="632.449219"/>
+  <use xlink:href="#glyph1-3" x="321.863281" y="632.449219"/>
+  <use xlink:href="#glyph1-4" x="329.695312" y="632.449219"/>
+  <use xlink:href="#glyph1-5" x="337.527344" y="632.449219"/>
+  <use xlink:href="#glyph1-6" x="345.359375" y="632.449219"/>
+  <use xlink:href="#glyph1-7" x="353.191406" y="632.449219"/>
+  <use xlink:href="#glyph1-8" x="361.023438" y="632.449219"/>
+  <use xlink:href="#glyph1-9" x="368.855469" y="632.449219"/>
+  <use xlink:href="#glyph1-10" x="376.6875" y="632.449219"/>
+  <use xlink:href="#glyph1-11" x="384.519531" y="632.449219"/>
+  <use xlink:href="#glyph1-2" x="392.351562" y="632.449219"/>
+  <use xlink:href="#glyph1-12" x="400.183594" y="632.449219"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-1" x="306.199219" y="648.449219"/>
+  <use xlink:href="#glyph1-8" x="314.03125" y="648.449219"/>
+  <use xlink:href="#glyph1-11" x="321.863281" y="648.449219"/>
+  <use xlink:href="#glyph1-23" x="329.695312" y="648.449219"/>
+  <use xlink:href="#glyph1-5" x="337.527344" y="648.449219"/>
+  <use xlink:href="#glyph1-6" x="345.359375" y="648.449219"/>
+  <use xlink:href="#glyph1-7" x="353.191406" y="648.449219"/>
+  <use xlink:href="#glyph1-11" x="361.023438" y="648.449219"/>
+  <use xlink:href="#glyph1-2" x="368.855469" y="648.449219"/>
+  <use xlink:href="#glyph1-9" x="376.6875" y="648.449219"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-1" x="306.199219" y="664.449219"/>
+  <use xlink:href="#glyph1-4" x="314.03125" y="664.449219"/>
+  <use xlink:href="#glyph1-18" x="321.863281" y="664.449219"/>
+  <use xlink:href="#glyph1-24" x="329.695312" y="664.449219"/>
+  <use xlink:href="#glyph1-2" x="337.527344" y="664.449219"/>
+  <use xlink:href="#glyph1-9" x="345.359375" y="664.449219"/>
+  <use xlink:href="#glyph1-25" x="353.191406" y="664.449219"/>
+  <use xlink:href="#glyph1-18" x="361.023438" y="664.449219"/>
+  <use xlink:href="#glyph1-11" x="368.855469" y="664.449219"/>
+  <use xlink:href="#glyph1-2" x="376.6875" y="664.449219"/>
+  <use xlink:href="#glyph1-9" x="384.519531" y="664.449219"/>
+  <use xlink:href="#glyph1-6" x="392.351562" y="664.449219"/>
+  <use xlink:href="#glyph1-7" x="400.183594" y="664.449219"/>
+  <use xlink:href="#glyph1-8" x="408.015625" y="664.449219"/>
+  <use xlink:href="#glyph1-9" x="415.847656" y="664.449219"/>
+  <use xlink:href="#glyph1-10" x="423.679688" y="664.449219"/>
+  <use xlink:href="#glyph1-11" x="431.511719" y="664.449219"/>
+  <use xlink:href="#glyph1-2" x="439.34375" y="664.449219"/>
+  <use xlink:href="#glyph1-12" x="447.175781" y="664.449219"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-1" x="306.199219" y="680.449219"/>
+  <use xlink:href="#glyph1-26" x="314.03125" y="680.449219"/>
+  <use xlink:href="#glyph1-5" x="321.863281" y="680.449219"/>
+  <use xlink:href="#glyph1-3" x="329.695312" y="680.449219"/>
+  <use xlink:href="#glyph1-9" x="337.527344" y="680.449219"/>
+  <use xlink:href="#glyph1-24" x="345.359375" y="680.449219"/>
+  <use xlink:href="#glyph1-10" x="353.191406" y="680.449219"/>
+  <use xlink:href="#glyph1-5" x="361.023438" y="680.449219"/>
+  <use xlink:href="#glyph1-8" x="368.855469" y="680.449219"/>
+  <use xlink:href="#glyph1-6" x="376.6875" y="680.449219"/>
+  <use xlink:href="#glyph1-7" x="384.519531" y="680.449219"/>
+  <use xlink:href="#glyph1-3" x="392.351562" y="680.449219"/>
+  <use xlink:href="#glyph1-10" x="400.183594" y="680.449219"/>
+  <use xlink:href="#glyph1-10" x="408.015625" y="680.449219"/>
+  <use xlink:href="#glyph1-3" x="415.847656" y="680.449219"/>
+  <use xlink:href="#glyph1-15" x="423.679688" y="680.449219"/>
+</g>
+<path style="fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 15.809961 35.472461 L 29.4 35.472461 L 29.4 39.672461 L 15.809961 39.672461 Z " transform="matrix(20,0,0,20,-13,-23)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-27" x="306.199219" y="700.449219"/>
+  <use xlink:href="#glyph1-12" x="314.03125" y="700.449219"/>
+  <use xlink:href="#glyph1-5" x="321.863281" y="700.449219"/>
+  <use xlink:href="#glyph1-9" x="329.695312" y="700.449219"/>
+  <use xlink:href="#glyph1-28" x="337.527344" y="700.449219"/>
+  <use xlink:href="#glyph1-3" x="345.359375" y="700.449219"/>
+  <use xlink:href="#glyph1-4" x="353.191406" y="700.449219"/>
+  <use xlink:href="#glyph1-5" x="361.023438" y="700.449219"/>
+  <use xlink:href="#glyph1-29" x="368.855469" y="700.449219"/>
+  <use xlink:href="#glyph1-30" x="376.6875" y="700.449219"/>
+  <use xlink:href="#glyph1-6" x="384.519531" y="700.449219"/>
+  <use xlink:href="#glyph1-7" x="392.351562" y="700.449219"/>
+  <use xlink:href="#glyph1-8" x="400.183594" y="700.449219"/>
+  <use xlink:href="#glyph1-9" x="408.015625" y="700.449219"/>
+  <use xlink:href="#glyph1-10" x="415.847656" y="700.449219"/>
+  <use xlink:href="#glyph1-11" x="423.679688" y="700.449219"/>
+  <use xlink:href="#glyph1-2" x="431.511719" y="700.449219"/>
+  <use xlink:href="#glyph1-12" x="439.34375" y="700.449219"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-27" x="306.199219" y="716.449219"/>
+  <use xlink:href="#glyph1-12" x="314.03125" y="716.449219"/>
+  <use xlink:href="#glyph1-5" x="321.863281" y="716.449219"/>
+  <use xlink:href="#glyph1-9" x="329.695312" y="716.449219"/>
+  <use xlink:href="#glyph1-32" x="337.527344" y="716.449219"/>
+  <use xlink:href="#glyph1-11" x="345.359375" y="716.449219"/>
+  <use xlink:href="#glyph1-23" x="353.191406" y="716.449219"/>
+  <use xlink:href="#glyph1-5" x="361.023438" y="716.449219"/>
+  <use xlink:href="#glyph1-29" x="368.855469" y="716.449219"/>
+  <use xlink:href="#glyph1-30" x="376.6875" y="716.449219"/>
+  <use xlink:href="#glyph1-6" x="384.519531" y="716.449219"/>
+  <use xlink:href="#glyph1-7" x="392.351562" y="716.449219"/>
+  <use xlink:href="#glyph1-11" x="400.183594" y="716.449219"/>
+  <use xlink:href="#glyph1-2" x="408.015625" y="716.449219"/>
+  <use xlink:href="#glyph1-9" x="415.847656" y="716.449219"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-27" x="306.199219" y="732.449219"/>
+  <use xlink:href="#glyph1-12" x="314.03125" y="732.449219"/>
+  <use xlink:href="#glyph1-5" x="321.863281" y="732.449219"/>
+  <use xlink:href="#glyph1-9" x="329.695312" y="732.449219"/>
+  <use xlink:href="#glyph1-35" x="337.527344" y="732.449219"/>
+  <use xlink:href="#glyph1-18" x="345.359375" y="732.449219"/>
+  <use xlink:href="#glyph1-24" x="353.191406" y="732.449219"/>
+  <use xlink:href="#glyph1-2" x="361.023438" y="732.449219"/>
+  <use xlink:href="#glyph1-9" x="368.855469" y="732.449219"/>
+  <use xlink:href="#glyph1-25" x="376.6875" y="732.449219"/>
+  <use xlink:href="#glyph1-18" x="384.519531" y="732.449219"/>
+  <use xlink:href="#glyph1-11" x="392.351562" y="732.449219"/>
+  <use xlink:href="#glyph1-2" x="400.183594" y="732.449219"/>
+  <use xlink:href="#glyph1-9" x="408.015625" y="732.449219"/>
+  <use xlink:href="#glyph1-29" x="415.847656" y="732.449219"/>
+  <use xlink:href="#glyph1-30" x="423.679688" y="732.449219"/>
+  <use xlink:href="#glyph1-6" x="431.511719" y="732.449219"/>
+  <use xlink:href="#glyph1-7" x="439.34375" y="732.449219"/>
+  <use xlink:href="#glyph1-8" x="447.175781" y="732.449219"/>
+  <use xlink:href="#glyph1-9" x="455.007812" y="732.449219"/>
+  <use xlink:href="#glyph1-10" x="462.839844" y="732.449219"/>
+  <use xlink:href="#glyph1-11" x="470.671875" y="732.449219"/>
+  <use xlink:href="#glyph1-2" x="478.503906" y="732.449219"/>
+  <use xlink:href="#glyph1-12" x="486.335938" y="732.449219"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-27" x="306.199219" y="748.449219"/>
+  <use xlink:href="#glyph1-12" x="314.03125" y="748.449219"/>
+  <use xlink:href="#glyph1-5" x="321.863281" y="748.449219"/>
+  <use xlink:href="#glyph1-9" x="329.695312" y="748.449219"/>
+  <use xlink:href="#glyph1-36" x="337.527344" y="748.449219"/>
+  <use xlink:href="#glyph1-5" x="345.359375" y="748.449219"/>
+  <use xlink:href="#glyph1-3" x="353.191406" y="748.449219"/>
+  <use xlink:href="#glyph1-9" x="361.023438" y="748.449219"/>
+  <use xlink:href="#glyph1-24" x="368.855469" y="748.449219"/>
+  <use xlink:href="#glyph1-10" x="376.6875" y="748.449219"/>
+  <use xlink:href="#glyph1-5" x="384.519531" y="748.449219"/>
+  <use xlink:href="#glyph1-8" x="392.351562" y="748.449219"/>
+  <use xlink:href="#glyph1-29" x="400.183594" y="748.449219"/>
+  <use xlink:href="#glyph1-30" x="408.015625" y="748.449219"/>
+  <use xlink:href="#glyph1-6" x="415.847656" y="748.449219"/>
+  <use xlink:href="#glyph1-7" x="423.679688" y="748.449219"/>
+  <use xlink:href="#glyph1-3" x="431.511719" y="748.449219"/>
+  <use xlink:href="#glyph1-10" x="439.34375" y="748.449219"/>
+  <use xlink:href="#glyph1-10" x="447.175781" y="748.449219"/>
+  <use xlink:href="#glyph1-3" x="455.007812" y="748.449219"/>
+  <use xlink:href="#glyph1-15" x="462.839844" y="748.449219"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-27" x="306.199219" y="764.449219"/>
+  <use xlink:href="#glyph1-8" x="314.03125" y="764.449219"/>
+  <use xlink:href="#glyph1-5" x="321.863281" y="764.449219"/>
+  <use xlink:href="#glyph1-9" x="329.695312" y="764.449219"/>
+  <use xlink:href="#glyph1-36" x="337.527344" y="764.449219"/>
+  <use xlink:href="#glyph1-5" x="345.359375" y="764.449219"/>
+  <use xlink:href="#glyph1-3" x="353.191406" y="764.449219"/>
+  <use xlink:href="#glyph1-9" x="361.023438" y="764.449219"/>
+  <use xlink:href="#glyph1-24" x="368.855469" y="764.449219"/>
+  <use xlink:href="#glyph1-10" x="376.6875" y="764.449219"/>
+  <use xlink:href="#glyph1-5" x="384.519531" y="764.449219"/>
+  <use xlink:href="#glyph1-8" x="392.351562" y="764.449219"/>
+  <use xlink:href="#glyph1-29" x="400.183594" y="764.449219"/>
+  <use xlink:href="#glyph1-26" x="408.015625" y="764.449219"/>
+  <use xlink:href="#glyph1-5" x="415.847656" y="764.449219"/>
+  <use xlink:href="#glyph1-3" x="423.679688" y="764.449219"/>
+  <use xlink:href="#glyph1-9" x="431.511719" y="764.449219"/>
+  <use xlink:href="#glyph1-24" x="439.34375" y="764.449219"/>
+  <use xlink:href="#glyph1-10" x="447.175781" y="764.449219"/>
+  <use xlink:href="#glyph1-5" x="455.007812" y="764.449219"/>
+  <use xlink:href="#glyph1-8" x="462.839844" y="764.449219"/>
+  <use xlink:href="#glyph1-6" x="470.671875" y="764.449219"/>
+  <use xlink:href="#glyph1-3" x="478.503906" y="764.449219"/>
+  <use xlink:href="#glyph1-10" x="486.335938" y="764.449219"/>
+  <use xlink:href="#glyph1-10" x="494.167969" y="764.449219"/>
+  <use xlink:href="#glyph1-3" x="502" y="764.449219"/>
+  <use xlink:href="#glyph1-15" x="509.832031" y="764.449219"/>
+  <use xlink:href="#glyph1-30" x="517.664062" y="764.449219"/>
+  <use xlink:href="#glyph1-6" x="525.496094" y="764.449219"/>
+  <use xlink:href="#glyph1-7" x="533.328125" y="764.449219"/>
+  <use xlink:href="#glyph1-13" x="541.160156" y="764.449219"/>
+  <use xlink:href="#glyph1-18" x="548.992188" y="764.449219"/>
+  <use xlink:href="#glyph1-11" x="556.824219" y="764.449219"/>
+  <use xlink:href="#glyph1-14" x="564.65625" y="764.449219"/>
+</g>
+<path style="fill:none;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 9.144922 27.508594 L 9.144922 28.68125 L 7.494922 28.68125 L 7.494922 30.663281 " transform="matrix(20,0,0,20,-13,-23)"/>
+<path style="fill-rule:evenodd;fill:rgb(0%,0%,0%);fill-opacity:1;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 9.144922 26.25 L 9.384961 26.95 L 9.144922 27.65 L 8.905078 26.95 Z " transform="matrix(20,0,0,20,-13,-23)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-41" x="180.898438" y="514"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-42" x="140.898438" y="586.265625"/>
+</g>
+<path style="fill:none;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 9.144922 27.508984 L 9.144922 28.786328 L 22.605078 28.786328 L 22.605078 30.622266 " transform="matrix(20,0,0,20,-13,-23)"/>
+<path style="fill-rule:evenodd;fill:rgb(0%,0%,0%);fill-opacity:1;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 9.144922 26.250391 L 9.384961 26.950391 L 9.144922 27.650391 L 8.905078 26.950391 Z " transform="matrix(20,0,0,20,-13,-23)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-41" x="180.898438" y="514.007812"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-42" x="443.101562" y="585.445312"/>
+</g>
+<path style="fill:none;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 9.144922 27.508984 L 9.144922 28.833789 L 37.2 28.833789 L 37.2 30.717188 " transform="matrix(20,0,0,20,-13,-23)"/>
+<path style="fill-rule:evenodd;fill:rgb(0%,0%,0%);fill-opacity:1;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 9.144922 26.250391 L 9.384961 26.950391 L 9.144922 27.650391 L 8.905078 26.950391 Z " transform="matrix(20,0,0,20,-13,-23)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-41" x="180.898438" y="514.007812"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-42" x="735" y="587.34375"/>
+</g>
+<path style="fill:none;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 31.940039 13.012109 L 31.940039 14.3 L 24.140039 14.3 L 24.140039 15.699609 " transform="matrix(20,0,0,20,-13,-23)"/>
+<path style="fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 32.340039 13.012109 L 31.940039 12.212109 L 31.540039 13.012109 Z " transform="matrix(20,0,0,20,-13,-23)"/>
+<path style="fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 18.605078 22.805078 L 29.885156 22.805078 L 29.885156 24.205078 L 18.605078 24.205078 Z " transform="matrix(20,0,0,20,-13,-23)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-17" x="441.644531" y="452.101562"/>
+  <use xlink:href="#glyph0-11" x="453.96875" y="452.101562"/>
+  <use xlink:href="#glyph0-6" x="464.769531" y="452.101562"/>
+  <use xlink:href="#glyph0-18" x="470.257812" y="452.101562"/>
+  <use xlink:href="#glyph0-19" x="481.703125" y="452.101562"/>
+  <use xlink:href="#glyph0-20" x="491.019531" y="452.101562"/>
+</g>
+<path style="fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 18.605078 24.205078 L 29.885156 24.205078 L 29.885156 24.605078 L 18.605078 24.605078 Z " transform="matrix(20,0,0,20,-13,-23)"/>
+<path style="fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 18.605078 24.605078 L 29.885156 24.605078 L 29.885156 26.405078 L 18.605078 26.405078 Z " transform="matrix(20,0,0,20,-13,-23)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-27" x="362.101562" y="483.101562"/>
+  <use xlink:href="#glyph1-39" x="369.933594" y="483.101562"/>
+  <use xlink:href="#glyph1-39" x="377.765625" y="483.101562"/>
+  <use xlink:href="#glyph1-20" x="385.597656" y="483.101562"/>
+  <use xlink:href="#glyph1-18" x="393.429688" y="483.101562"/>
+  <use xlink:href="#glyph1-2" x="401.261719" y="483.101562"/>
+  <use xlink:href="#glyph1-8" x="409.09375" y="483.101562"/>
+  <use xlink:href="#glyph1-9" x="416.925781" y="483.101562"/>
+  <use xlink:href="#glyph1-10" x="424.757812" y="483.101562"/>
+  <use xlink:href="#glyph1-24" x="432.589844" y="483.101562"/>
+  <use xlink:href="#glyph1-20" x="440.421875" y="483.101562"/>
+  <use xlink:href="#glyph1-9" x="448.253906" y="483.101562"/>
+  <use xlink:href="#glyph1-29" x="456.085938" y="483.101562"/>
+  <use xlink:href="#glyph1-14" x="463.917969" y="483.101562"/>
+  <use xlink:href="#glyph1-11" x="471.75" y="483.101562"/>
+  <use xlink:href="#glyph1-8" x="479.582031" y="483.101562"/>
+  <use xlink:href="#glyph1-34" x="487.414062" y="483.101562"/>
+  <use xlink:href="#glyph1-8" x="495.246094" y="483.101562"/>
+  <use xlink:href="#glyph1-6" x="503.078125" y="483.101562"/>
+  <use xlink:href="#glyph1-3" x="510.910156" y="483.101562"/>
+  <use xlink:href="#glyph1-10" x="518.742188" y="483.101562"/>
+  <use xlink:href="#glyph1-10" x="526.574219" y="483.101562"/>
+  <use xlink:href="#glyph1-3" x="534.40625" y="483.101562"/>
+  <use xlink:href="#glyph1-15" x="542.238281" y="483.101562"/>
+  <use xlink:href="#glyph1-30" x="550.070312" y="483.101562"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-27" x="362.101562" y="499.101562"/>
+  <use xlink:href="#glyph1-10" x="369.933594" y="499.101562"/>
+  <use xlink:href="#glyph1-5" x="377.765625" y="499.101562"/>
+  <use xlink:href="#glyph1-4" x="385.597656" y="499.101562"/>
+  <use xlink:href="#glyph1-18" x="393.429688" y="499.101562"/>
+  <use xlink:href="#glyph1-13" x="401.261719" y="499.101562"/>
+  <use xlink:href="#glyph1-5" x="409.09375" y="499.101562"/>
+  <use xlink:href="#glyph1-33" x="416.925781" y="499.101562"/>
+  <use xlink:href="#glyph1-11" x="424.757812" y="499.101562"/>
+  <use xlink:href="#glyph1-8" x="432.589844" y="499.101562"/>
+  <use xlink:href="#glyph1-34" x="440.421875" y="499.101562"/>
+  <use xlink:href="#glyph1-29" x="448.253906" y="499.101562"/>
+  <use xlink:href="#glyph1-14" x="456.085938" y="499.101562"/>
+  <use xlink:href="#glyph1-11" x="463.917969" y="499.101562"/>
+  <use xlink:href="#glyph1-8" x="471.75" y="499.101562"/>
+  <use xlink:href="#glyph1-34" x="479.582031" y="499.101562"/>
+  <use xlink:href="#glyph1-6" x="487.414062" y="499.101562"/>
+  <use xlink:href="#glyph1-33" x="495.246094" y="499.101562"/>
+  <use xlink:href="#glyph1-11" x="503.078125" y="499.101562"/>
+  <use xlink:href="#glyph1-8" x="510.910156" y="499.101562"/>
+  <use xlink:href="#glyph1-34" x="518.742188" y="499.101562"/>
+  <use xlink:href="#glyph1-30" x="526.574219" y="499.101562"/>
+  <use xlink:href="#glyph1-6" x="534.40625" y="499.101562"/>
+  <use xlink:href="#glyph1-7" x="542.238281" y="499.101562"/>
+  <use xlink:href="#glyph1-13" x="550.070312" y="499.101562"/>
+  <use xlink:href="#glyph1-18" x="557.902344" y="499.101562"/>
+  <use xlink:href="#glyph1-11" x="565.734375" y="499.101562"/>
+  <use xlink:href="#glyph1-14" x="573.566406" y="499.101562"/>
+</g>
+<path style="fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 34.059961 15.759961 L 45.340039 15.759961 L 45.340039 17.159961 L 34.059961 17.159961 Z " transform="matrix(20,0,0,20,-13,-23)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-17" x="750.746094" y="311.199219"/>
+  <use xlink:href="#glyph0-11" x="763.070312" y="311.199219"/>
+  <use xlink:href="#glyph0-6" x="773.871094" y="311.199219"/>
+  <use xlink:href="#glyph0-18" x="779.359375" y="311.199219"/>
+  <use xlink:href="#glyph0-19" x="790.804688" y="311.199219"/>
+  <use xlink:href="#glyph0-21" x="800.121094" y="311.199219"/>
+</g>
+<path style="fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 34.059961 17.159961 L 45.340039 17.159961 L 45.340039 17.559961 L 34.059961 17.559961 Z " transform="matrix(20,0,0,20,-13,-23)"/>
+<path style="fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 34.059961 17.559961 L 45.340039 17.559961 L 45.340039 19.359961 L 34.059961 19.359961 Z " transform="matrix(20,0,0,20,-13,-23)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-27" x="671.199219" y="342.199219"/>
+  <use xlink:href="#glyph1-39" x="679.03125" y="342.199219"/>
+  <use xlink:href="#glyph1-39" x="686.863281" y="342.199219"/>
+  <use xlink:href="#glyph1-20" x="694.695312" y="342.199219"/>
+  <use xlink:href="#glyph1-18" x="702.527344" y="342.199219"/>
+  <use xlink:href="#glyph1-2" x="710.359375" y="342.199219"/>
+  <use xlink:href="#glyph1-8" x="718.191406" y="342.199219"/>
+  <use xlink:href="#glyph1-9" x="726.023438" y="342.199219"/>
+  <use xlink:href="#glyph1-10" x="733.855469" y="342.199219"/>
+  <use xlink:href="#glyph1-24" x="741.6875" y="342.199219"/>
+  <use xlink:href="#glyph1-20" x="749.519531" y="342.199219"/>
+  <use xlink:href="#glyph1-9" x="757.351562" y="342.199219"/>
+  <use xlink:href="#glyph1-29" x="765.183594" y="342.199219"/>
+  <use xlink:href="#glyph1-14" x="773.015625" y="342.199219"/>
+  <use xlink:href="#glyph1-11" x="780.847656" y="342.199219"/>
+  <use xlink:href="#glyph1-8" x="788.679688" y="342.199219"/>
+  <use xlink:href="#glyph1-34" x="796.511719" y="342.199219"/>
+  <use xlink:href="#glyph1-8" x="804.34375" y="342.199219"/>
+  <use xlink:href="#glyph1-6" x="812.175781" y="342.199219"/>
+  <use xlink:href="#glyph1-3" x="820.007812" y="342.199219"/>
+  <use xlink:href="#glyph1-10" x="827.839844" y="342.199219"/>
+  <use xlink:href="#glyph1-10" x="835.671875" y="342.199219"/>
+  <use xlink:href="#glyph1-3" x="843.503906" y="342.199219"/>
+  <use xlink:href="#glyph1-15" x="851.335938" y="342.199219"/>
+  <use xlink:href="#glyph1-30" x="859.167969" y="342.199219"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-27" x="671.199219" y="358.199219"/>
+  <use xlink:href="#glyph1-10" x="679.03125" y="358.199219"/>
+  <use xlink:href="#glyph1-5" x="686.863281" y="358.199219"/>
+  <use xlink:href="#glyph1-4" x="694.695312" y="358.199219"/>
+  <use xlink:href="#glyph1-18" x="702.527344" y="358.199219"/>
+  <use xlink:href="#glyph1-13" x="710.359375" y="358.199219"/>
+  <use xlink:href="#glyph1-5" x="718.191406" y="358.199219"/>
+  <use xlink:href="#glyph1-33" x="726.023438" y="358.199219"/>
+  <use xlink:href="#glyph1-11" x="733.855469" y="358.199219"/>
+  <use xlink:href="#glyph1-8" x="741.6875" y="358.199219"/>
+  <use xlink:href="#glyph1-34" x="749.519531" y="358.199219"/>
+  <use xlink:href="#glyph1-29" x="757.351562" y="358.199219"/>
+  <use xlink:href="#glyph1-14" x="765.183594" y="358.199219"/>
+  <use xlink:href="#glyph1-11" x="773.015625" y="358.199219"/>
+  <use xlink:href="#glyph1-8" x="780.847656" y="358.199219"/>
+  <use xlink:href="#glyph1-34" x="788.679688" y="358.199219"/>
+  <use xlink:href="#glyph1-6" x="796.511719" y="358.199219"/>
+  <use xlink:href="#glyph1-33" x="804.34375" y="358.199219"/>
+  <use xlink:href="#glyph1-11" x="812.175781" y="358.199219"/>
+  <use xlink:href="#glyph1-8" x="820.007812" y="358.199219"/>
+  <use xlink:href="#glyph1-34" x="827.839844" y="358.199219"/>
+  <use xlink:href="#glyph1-30" x="835.671875" y="358.199219"/>
+  <use xlink:href="#glyph1-6" x="843.503906" y="358.199219"/>
+  <use xlink:href="#glyph1-7" x="851.335938" y="358.199219"/>
+  <use xlink:href="#glyph1-13" x="859.167969" y="358.199219"/>
+  <use xlink:href="#glyph1-18" x="867" y="358.199219"/>
+  <use xlink:href="#glyph1-11" x="874.832031" y="358.199219"/>
+  <use xlink:href="#glyph1-14" x="882.664062" y="358.199219"/>
+</g>
+<path style="fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 34.115039 22.665039 L 45.395117 22.665039 L 45.395117 24.065039 L 34.115039 24.065039 Z " transform="matrix(20,0,0,20,-13,-23)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph2-5" x="751.847656" y="449.300781"/>
+  <use xlink:href="#glyph2-6" x="764.171875" y="449.300781"/>
+  <use xlink:href="#glyph2-7" x="774.972656" y="449.300781"/>
+  <use xlink:href="#glyph2-2" x="780.460938" y="449.300781"/>
+  <use xlink:href="#glyph2-8" x="791.90625" y="449.300781"/>
+  <use xlink:href="#glyph2-9" x="801.222656" y="449.300781"/>
+</g>
+<path style="fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 34.115039 24.065039 L 45.395117 24.065039 L 45.395117 24.465039 L 34.115039 24.465039 Z " transform="matrix(20,0,0,20,-13,-23)"/>
+<path style="fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 34.115039 24.465039 L 45.395117 24.465039 L 45.395117 26.265039 L 34.115039 26.265039 Z " transform="matrix(20,0,0,20,-13,-23)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-27" x="672.300781" y="480.300781"/>
+  <use xlink:href="#glyph1-39" x="680.132812" y="480.300781"/>
+  <use xlink:href="#glyph1-39" x="687.964844" y="480.300781"/>
+  <use xlink:href="#glyph1-20" x="695.796875" y="480.300781"/>
+  <use xlink:href="#glyph1-18" x="703.628906" y="480.300781"/>
+  <use xlink:href="#glyph1-2" x="711.460938" y="480.300781"/>
+  <use xlink:href="#glyph1-8" x="719.292969" y="480.300781"/>
+  <use xlink:href="#glyph1-9" x="727.125" y="480.300781"/>
+  <use xlink:href="#glyph1-10" x="734.957031" y="480.300781"/>
+  <use xlink:href="#glyph1-24" x="742.789062" y="480.300781"/>
+  <use xlink:href="#glyph1-20" x="750.621094" y="480.300781"/>
+  <use xlink:href="#glyph1-9" x="758.453125" y="480.300781"/>
+  <use xlink:href="#glyph1-29" x="766.285156" y="480.300781"/>
+  <use xlink:href="#glyph1-14" x="774.117188" y="480.300781"/>
+  <use xlink:href="#glyph1-11" x="781.949219" y="480.300781"/>
+  <use xlink:href="#glyph1-8" x="789.78125" y="480.300781"/>
+  <use xlink:href="#glyph1-34" x="797.613281" y="480.300781"/>
+  <use xlink:href="#glyph1-8" x="805.445312" y="480.300781"/>
+  <use xlink:href="#glyph1-6" x="813.277344" y="480.300781"/>
+  <use xlink:href="#glyph1-3" x="821.109375" y="480.300781"/>
+  <use xlink:href="#glyph1-10" x="828.941406" y="480.300781"/>
+  <use xlink:href="#glyph1-10" x="836.773438" y="480.300781"/>
+  <use xlink:href="#glyph1-3" x="844.605469" y="480.300781"/>
+  <use xlink:href="#glyph1-15" x="852.4375" y="480.300781"/>
+  <use xlink:href="#glyph1-30" x="860.269531" y="480.300781"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-27" x="672.300781" y="496.300781"/>
+  <use xlink:href="#glyph1-10" x="680.132812" y="496.300781"/>
+  <use xlink:href="#glyph1-5" x="687.964844" y="496.300781"/>
+  <use xlink:href="#glyph1-4" x="695.796875" y="496.300781"/>
+  <use xlink:href="#glyph1-18" x="703.628906" y="496.300781"/>
+  <use xlink:href="#glyph1-13" x="711.460938" y="496.300781"/>
+  <use xlink:href="#glyph1-5" x="719.292969" y="496.300781"/>
+  <use xlink:href="#glyph1-33" x="727.125" y="496.300781"/>
+  <use xlink:href="#glyph1-11" x="734.957031" y="496.300781"/>
+  <use xlink:href="#glyph1-8" x="742.789062" y="496.300781"/>
+  <use xlink:href="#glyph1-34" x="750.621094" y="496.300781"/>
+  <use xlink:href="#glyph1-29" x="758.453125" y="496.300781"/>
+  <use xlink:href="#glyph1-14" x="766.285156" y="496.300781"/>
+  <use xlink:href="#glyph1-11" x="774.117188" y="496.300781"/>
+  <use xlink:href="#glyph1-8" x="781.949219" y="496.300781"/>
+  <use xlink:href="#glyph1-34" x="789.78125" y="496.300781"/>
+  <use xlink:href="#glyph1-6" x="797.613281" y="496.300781"/>
+  <use xlink:href="#glyph1-33" x="805.445312" y="496.300781"/>
+  <use xlink:href="#glyph1-11" x="813.277344" y="496.300781"/>
+  <use xlink:href="#glyph1-8" x="821.109375" y="496.300781"/>
+  <use xlink:href="#glyph1-34" x="828.941406" y="496.300781"/>
+  <use xlink:href="#glyph1-30" x="836.773438" y="496.300781"/>
+  <use xlink:href="#glyph1-6" x="844.605469" y="496.300781"/>
+  <use xlink:href="#glyph1-7" x="852.4375" y="496.300781"/>
+  <use xlink:href="#glyph1-13" x="860.269531" y="496.300781"/>
+  <use xlink:href="#glyph1-18" x="868.101562" y="496.300781"/>
+  <use xlink:href="#glyph1-11" x="875.933594" y="496.300781"/>
+  <use xlink:href="#glyph1-14" x="883.765625" y="496.300781"/>
+</g>
+<path style="fill:none;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 31.940039 13.006836 L 31.940039 21.2625 L 24.244922 21.2625 L 24.244922 22.755859 " transform="matrix(20,0,0,20,-13,-23)"/>
+<path style="fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 32.340039 13.006836 L 31.940039 12.206836 L 31.540039 13.006836 Z " transform="matrix(20,0,0,20,-13,-23)"/>
+<path style="fill:none;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 31.940039 13.012109 L 31.940039 14.304883 L 39.7 14.304883 L 39.7 15.70957 " transform="matrix(20,0,0,20,-13,-23)"/>
+<path style="fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 32.340039 13.012109 L 31.940039 12.212109 L 31.540039 13.012109 Z " transform="matrix(20,0,0,20,-13,-23)"/>
+<path style="fill:none;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 31.940039 13.011133 L 31.940039 21.25 L 39.755078 21.25 L 39.755078 22.615039 " transform="matrix(20,0,0,20,-13,-23)"/>
+<path style="fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 32.340039 13.011133 L 31.940039 12.211133 L 31.540039 13.011133 Z " transform="matrix(20,0,0,20,-13,-23)"/>
+<path style="fill:none;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 17.249023 13.7 L 21.495117 13.7 L 21.495117 8.95 L 26.3 8.95 " transform="matrix(20,0,0,20,-13,-23)"/>
+<path style="fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 15.99043 13.7 L 16.69043 13.459961 L 17.39043 13.7 L 16.69043 13.940039 Z " transform="matrix(20,0,0,20,-13,-23)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-41" x="338.808594" y="248"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-41" x="477.671875" y="153"/>
+  <use xlink:href="#glyph1-43" x="485.503906" y="153"/>
+  <use xlink:href="#glyph1-43" x="493.335938" y="153"/>
+  <use xlink:href="#glyph1-42" x="501.167969" y="153"/>
+</g>
+</g>
 </svg>
This page took 0.13695 seconds and 5 git commands to generate.