eris2010

Documentation: http://frombelow.net/projects/eris2010/
Clone: git clone https://git.frombelow.net/eris2010.git
Log | Files | Refs | Submodules | README | LICENSE

commit c236f651d29378d44ef04dd9576ea8610ac7fed4
parent c4592ec557d504fd5cf01b345bf515ca873c5353
Author: Gerd Beuster <gerd@frombelow.net>
Date:   Fri, 26 Feb 2021 18:35:28 +0100

Case added

Diffstat:
MREADME.md | 77++++++++++++++++++++++++++++++++++++++++++-----------------------------------
Acase/case.svg | 8125+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 8167 insertions(+), 35 deletions(-)

diff --git a/README.md b/README.md @@ -117,11 +117,11 @@ try the command above with `/dev/ttyUSB1`, `/dev/ttyUSB2`, ... When you connect Eris 2010 to your desktop or laptop computer, you first have to install the device driver for the USB2Serial -connector. You can download it from -https://www.ftdichip.com/Drivers/CDM/CDM21228_Setup.zip. Now connect -Eris2010 to a USB port. Next, you have install a terminal program. For -Windows users, a common terminal program is putty. You can download it -from https://www.putty.org/. After installation, there is a folder +connector. You can download it from [the +manufacturer](https://www.ftdichip.com/Drivers/CDM/CDM21228_Setup.zip). Now +connect Eris2010 to a USB port. Next, you have install a terminal +program. For Windows users, a common terminal program is +[PuTTY](https://www.putty.org/). After installation, there is a folder PuTTY in your start menu. From this folder, choose PuTTY. When putty starts, click the radio button "Serial". Set "Serial line" @@ -163,8 +163,9 @@ Tiny BASIC is part of the contrib repository. ## Repository Directory Structure -- `doc/` - Documentation +- `case/` - Minimal case consisting of top and bottom plates for laser cutting. - `hw/` - Hardware description (pcb not complete yet) +- `images/` - Images shown here :-) - `tools/` - PC programs to upload programs and write SD card - `roms/` - ROM images. See roms/ROMS.txt for a description. - `sw/` - "Userland" software to be loaded into RAM by a suitable ROM. See @@ -177,7 +178,7 @@ Tiny BASIC is part of the contrib repository. The computer is based on a 65C02 running at 4 Mhz with 32K RAM (AS6C62256-55PCN) and 8 K EEPROM (AT28C64B-15PU). A W65C51N ACAI provides a serial communication interface. A VIA 65C22 provides a GPIO -interface. 4 of the lines connected an SD card reader via SPI. Bus +interface. Four of the lines connect an SD card reader via SPI. Bus logic is provided by a ATF16V8B EEPLD. The reset logic is based on a NE555 in a monostable configuration with a little help (an inverter on the AFT16V8B). @@ -207,22 +208,22 @@ high. See `hw/bus_logic/BUS_LOGIC.PLD` for details. Resets can be triggered in two ways: A reset button is connected to an NE555 in a monostable configuration. Alternatively, a reset can be triggered by setting DTR of the serial interface to high. The latter -is used to automatically trigger a reset before program upload. This -has the disadvantage that the computer operates only when a terminal -is connected. Therefore a hardware switch allows to disconnect DTR -from the reset line, allowing the computer to run even if no terminal -is connected. In this configuration resets for program upload have to -be triggered manually. See also section Boot Sequence. +is used to automatically trigger a reset before program +upload. `tools/boot.py` uses this to trigger a reset and get Eris 2010 +ready for progrm upload. The disadvantage of wiring DTR to rest is +that Eris 2010 ony operates when a terminal is connected; when no +terminal is connected, it stays in reset mode. Therefore a hardware +switch allows to disconnect DTR from the reset line, allowing Eris +2010 to run even if no terminal is connected. In this configuration, +resets for program upload have to be triggered manually. See also +section Boot Sequence. {{< image-thumbnail "images/power_circuit.png" "300x" "right">}} -This implies that the computer will remain in reset state until a -serial terminal is opened if DTR is connected. In order to avoid this, -e.g. because you want to run a program while no serial interface is -attached, you can either configure your serial interface to keep DTR -low at all times (Linux: `stty -F <serial interface> -hup`) or you -disconnect the DTR line of the USB2Serial converter. The PCB provides -a switch "DTR Reset" for this. +Another way to run Eris 2010 even if no terminal program is running on +your main computer is to to configure your computer's serial interface +to keep DTR low at all times (Linux: `stty -F <serial interface> +-hup`). Note that the reset line of the 65C02 is active on low. We use the AFT16V8B - which mainly provides the bus logic - as an inverter. @@ -281,7 +282,7 @@ program upload facilities. An SD card reader provides access to SD cards with a rudimentary file system. The default operating system allows to read and execute programs stored on an SD card. -In addition a user port on the PCB provides access to all GPIO lines +In addition, a user port on the PCB provides access to all GPIO lines not occupied by the SD card communication interface, and an expansion port provides access to the buses and other internal lines. The expansion port carries two select lines for additional peripheral @@ -298,27 +299,27 @@ RAM. ### Hardware -{{< image-thumbnail "images/pcb.png" "300x" "right">}} -You can find all files related to the hardware design in -`hw/pcb/eris2010`. The design uses some additional library symbols from -https://github.com/Alarm-Siren/6502-kicad-library. These additional -symbols are copyright (c) 2018, Nicholas Parks Young and licensed -under the GNU LGPL v2.1. The hardware schematics and PCB layout were -designed in KiCad. FreeRouting (part of LayoutEditor) has been used -for routing. +{{< image-thumbnail "images/pcb.png" "300x" "right">}} You can find +all files related to the hardware design in `hw/pcb/eris2010`. The +design uses [some additional library +symbols](https://github.com/Alarm-Siren/6502-kicad-library). These +additional symbols are copyright (c) 2018, Nicholas Parks Young and +licensed under the GNU LGPL v2.1. The hardware schematics and PCB +layout were designed in KiCad. FreeRouting (part of LayoutEditor) has +been used for routing. An ATF16V8B-15PU EEPLD is used for the bus logic. It is programmed in -GALasm (https://github.com/daveho/GALasm). +[GALasm](https://github.com/daveho/GALasm). -Both the EEPROM and the EEPLD can be burned with minipro -(https://gitlab.com/DavidGriffith/minipro/). +Both the EEPROM and the EEPLD can be burned with +[minipro](https://gitlab.com/DavidGriffith/minipro/). ### Software All software for Eris 2010 has been assembled with 64tass. The -Makefiles generate binary code both for Eris 2010 and Symon. Symon -(https://github.com/sethm/symon), a 6502 emulator written in Java, has -been used for debugging. +Makefiles generate binary code both for Eris 2010 and +Symon. [Symon](https://github.com/sethm/symon), a 6502 emulator +written in Java, has been used for debugging. ## Standard Library @@ -387,6 +388,12 @@ Script to upload programs via serial line. Triggers a reset by toggling DTR. +## Case + +The main purpose of the case is to expose the the main board. :-) +Therefore it just consists of a top and bottom acrylic plates, +seperated by spacer bolts. Laser cutter cutout files are located in directory `case/` + ## Copyright and License Copyright © 2021 Gerd Beuster <gerd@frombelow.net> diff --git a/case/case.svg b/case/case.svg @@ -0,0 +1,8125 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="210mm" + height="297mm" + viewBox="0 0 210 297" + version="1.1" + id="svg14300" + inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)" + sodipodi:docname="case.svg"> + <defs + id="defs14294" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="1.4" + inkscape:cx="391.91214" + inkscape:cy="849.42529" + inkscape:document-units="mm" + inkscape:current-layer="g35239" + showgrid="false" + inkscape:window-width="1920" + inkscape:window-height="1141" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:snap-grids="false" + inkscape:snap-to-guides="false" + showguides="true" + inkscape:guide-bbox="true" + inkscape:snap-others="true" + inkscape:object-nodes="false" + inkscape:snap-nodes="false" + inkscape:snap-global="true" + inkscape:snap-object-midpoints="true" /> + <metadata + id="metadata14297"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Import Platine" + style="display:none"> + <path + style="fill:#000000;fill-opacity:0;stroke:#000000;stroke-width:0.14999995;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + inkscape:connector-curvature="0" + id="path670" + d="m 263.86432,190.4366 v 6.49986" /> + <g + style="fill:#000000;fill-opacity:0;stroke:#000000;stroke-width:59.05509949;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + id="g672" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + id="g674" + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:59.05509949;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 131.76908,55.826756 v 0" + id="path676" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 129.22908,55.826756 v 0" + id="path678" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 131.76908,58.366756 v 0" + id="path680" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 129.22908,58.366756 v 0" + id="path682" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 131.76908,60.906756 v 0" + id="path684" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 129.22908,60.906756 v 0" + id="path686" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 131.76908,63.446756 v 0" + id="path688" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 129.22908,63.446756 v 0" + id="path690" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 131.76908,65.986756 v 0" + id="path692" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 129.22908,65.986756 v 0" + id="path694" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 131.76908,68.526756 v 0" + id="path696" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 129.22908,68.526756 v 0" + id="path698" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 131.76908,71.066756 v 0" + id="path700" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 129.22908,71.066756 v 0" + id="path702" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 131.76908,73.606756 v 0" + id="path704" + inkscape:connector-curvature="0" /> + <g + id="g708" + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <path + style="fill:#848400;fill-opacity:1;fill-rule:evenodd;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 130.07896,72.756872 v 1.699768 h -1.69977 v -1.699768 z" + id="path710" + inkscape:connector-curvature="0" /> + <g + style="fill:#000000;fill-opacity:0;stroke:#000000;stroke-width:59.05509949;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + id="g714" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + id="g716" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + id="g718" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:629.92102051;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 34.868076,26.616756 v 0" + id="path720" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 19.628076,74.876756 v 0" + id="path722" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 34.868076,29.156756 v 0" + id="path724" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 19.628076,72.336756 v 0" + id="path726" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 34.868076,31.696756 v 0" + id="path728" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 19.628076,69.796756 v 0" + id="path730" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 34.868076,34.236756 v 0" + id="path732" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 19.628076,67.256756 v 0" + id="path734" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 34.868076,36.776756 v 0" + id="path736" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 19.628076,64.716756 v 0" + id="path738" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 34.868076,39.316756 v 0" + id="path740" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 19.628076,62.176756 v 0" + id="path742" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 34.868076,41.856756 v 0" + id="path744" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 19.628076,59.636756 v 0" + id="path746" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 34.868076,44.396756 v 0" + id="path748" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 19.628076,57.096756 v 0" + id="path750" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 34.868076,46.936756 v 0" + id="path752" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 19.628076,54.556756 v 0" + id="path754" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 34.868076,49.476756 v 0" + id="path756" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 19.628076,52.016756 v 0" + id="path758" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 34.868076,52.016756 v 0" + id="path760" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 19.628076,49.476756 v 0" + id="path762" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 34.868076,54.556756 v 0" + id="path764" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 19.628076,46.936756 v 0" + id="path766" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 34.868076,57.096756 v 0" + id="path768" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 19.628076,44.396756 v 0" + id="path770" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 34.868076,59.636756 v 0" + id="path772" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 19.628076,41.856756 v 0" + id="path774" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 34.868076,62.176756 v 0" + id="path776" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 19.628076,39.316756 v 0" + id="path778" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 34.868076,64.716756 v 0" + id="path780" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 19.628076,36.776756 v 0" + id="path782" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 34.868076,67.256756 v 0" + id="path784" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 19.628076,34.236756 v 0" + id="path786" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 34.868076,69.796756 v 0" + id="path788" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 19.628076,31.696756 v 0" + id="path790" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 34.868076,72.336756 v 0" + id="path792" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 19.628076,29.156756 v 0" + id="path794" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 34.868076,74.876756 v 0" + id="path796" + inkscape:connector-curvature="0" /> + <g + id="g800" + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <path + style="fill:#848400;fill-opacity:1;fill-rule:evenodd;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 18.828078,27.416856 v -1.6002 h 1.599997 v 1.6002 z" + id="path802" + inkscape:connector-curvature="0" /> + <g + style="fill:#000000;fill-opacity:0;stroke:#000000;stroke-width:59.05509949;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + id="g806" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="86.430077" + cy="83.512756" + r="0.59999883" + id="circle808" /> + <g + id="g812" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="84.430077" + cy="83.512756" + r="0.59999883" + id="circle814" /> + <g + id="g818" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + style="fill:#000000;fill-opacity:0;stroke:#000000;stroke-width:59.05509949;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + id="g820" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + id="g822" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="168.47208" + cy="83.512756" + r="0.80000097" + id="circle824" /> + <g + id="g828" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="173.47206" + cy="83.512756" + r="0.80000097" + id="circle830" /> + <g + id="g834" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + style="fill:#000000;fill-opacity:0;stroke:#000000;stroke-width:59.05509949;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + id="g836" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + id="g838" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <path + style="fill:#848400;fill-opacity:1;fill-rule:evenodd;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 103.68607,94.926754 h -1.99999 v -1.999996 h 1.99999 z" + id="path840" + inkscape:connector-curvature="0" /> + <g + id="g844" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:787.40197754;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:2.00000095;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 102.68608,88.846756 v 0" + id="path846" + inkscape:connector-curvature="0" /> + <g + style="fill:#000000;fill-opacity:0;stroke:#000000;stroke-width:59.05509949;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + id="g850" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + id="g852" + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:787.40197754;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + id="g854" + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <path + style="fill:#848400;fill-opacity:1;fill-rule:evenodd;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 163.98796,93.25264 h -1.69977 v -1.699768 h 1.69977 z" + id="path856" + inkscape:connector-curvature="0" /> + <g + id="g860" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:669.29101562;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 165.67808,92.402756 v 0" + id="path862" + inkscape:connector-curvature="0" /> + <g + style="fill:#000000;fill-opacity:0;stroke:#000000;stroke-width:59.05509949;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + id="g866" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + id="g868" + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:669.29101562;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="147.13608" + cy="83.512756" + r="0.90000075" + id="circle870" /> + <g + id="g874" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <path + style="fill:#848400;fill-opacity:1;fill-rule:evenodd;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 143.69615,84.412678 v -1.799844 h 1.79985 v 1.799844 z" + id="path876" + inkscape:connector-curvature="0" /> + <g + style="fill:#000000;fill-opacity:0;stroke:#000000;stroke-width:59.05509949;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + id="g880" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <path + style="fill:#848400;fill-opacity:1;fill-rule:evenodd;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 27.618078,16.340754 v -1.799996 h 1.79992 v 1.799996 z" + id="path882" + inkscape:connector-curvature="0" /> + <circle + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="31.058077" + cy="15.440756" + r="0.90000075" + id="circle884" /> + <g + id="g888" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + style="fill:#000000;fill-opacity:0;stroke:#000000;stroke-width:59.05509949;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + id="g890" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + id="g892" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="103.95608" + cy="35.506756" + r="0.80000097" + id="circle894" /> + <g + id="g898" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="103.95608" + cy="27.886755" + r="0.80000097" + id="circle900" /> + <g + id="g904" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="96.336075" + cy="27.886755" + r="0.80000097" + id="circle906" /> + <g + id="g910" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <path + style="fill:#848400;fill-opacity:1;fill-rule:evenodd;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 95.535976,36.306856 v -1.6002 h 1.6002 v 1.6002 z" + id="path912" + inkscape:connector-curvature="0" /> + <g + style="fill:#000000;fill-opacity:0;stroke:#000000;stroke-width:59.05509949;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + id="g916" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <path + style="fill:#848400;fill-opacity:1;fill-rule:evenodd;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 62.007976,36.306856 v -1.6002 h 1.6002 v 1.6002 z" + id="path918" + inkscape:connector-curvature="0" /> + <circle + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="62.808075" + cy="27.886755" + r="0.80000097" + id="circle920" /> + <g + id="g924" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="70.428078" + cy="27.886755" + r="0.80000097" + id="circle926" /> + <g + id="g930" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="70.428078" + cy="35.506756" + r="0.80000097" + id="circle932" /> + <g + id="g936" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + style="fill:#000000;fill-opacity:0;stroke:#000000;stroke-width:59.05509949;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + id="g938" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + id="g940" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + id="g942" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:629.92102051;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 110.30608,35.760756 v 0" + id="path944" + inkscape:connector-curvature="0" /> + <circle + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="110.30608" + cy="28.140757" + r="0.80000097" + id="circle948" /> + <g + id="g952" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + style="fill:#000000;fill-opacity:0;stroke:#000000;stroke-width:59.05509949;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + id="g954" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + id="g956" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="121.22807" + cy="28.140757" + r="0.80000097" + id="circle958" /> + <g + id="g962" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + id="g964" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:629.92102051;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 121.22808,35.760756 v 0" + id="path966" + inkscape:connector-curvature="0" /> + <g + style="fill:#000000;fill-opacity:0;stroke:#000000;stroke-width:59.05509949;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + id="g970" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + id="g972" + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:629.92102051;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="115.64008" + cy="28.140757" + r="0.80000097" + id="circle974" /> + <g + id="g978" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + id="g980" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:629.92102051;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 115.64008,35.760756 v 0" + id="path982" + inkscape:connector-curvature="0" /> + <g + style="fill:#000000;fill-opacity:0;stroke:#000000;stroke-width:59.05509949;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + id="g986" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 77.794076,27.886756 v 0" + id="path988" + inkscape:connector-curvature="0" /> + <circle + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="77.794075" + cy="35.506756" + r="0.80000097" + id="circle992" /> + <g + id="g996" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + style="fill:#000000;fill-opacity:0;stroke:#000000;stroke-width:59.05509949;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + id="g998" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + id="g1000" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="83.382072" + cy="35.506756" + r="0.80000097" + id="circle1002" /> + <g + id="g1006" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + id="g1008" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:629.92102051;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 83.382076,27.886756 v 0" + id="path1010" + inkscape:connector-curvature="0" /> + <g + style="fill:#000000;fill-opacity:0;stroke:#000000;stroke-width:59.05509949;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + id="g1014" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 41.726076,48.460756 v 0" + id="path1016" + inkscape:connector-curvature="0" /> + <circle + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="41.726078" + cy="40.840755" + r="0.80000097" + id="circle1020" /> + <g + id="g1024" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + style="fill:#000000;fill-opacity:0;stroke:#000000;stroke-width:59.05509949;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + id="g1026" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + id="g1028" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + id="g1030" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:629.92102051;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 41.726076,26.108756 v 0" + id="path1032" + inkscape:connector-curvature="0" /> + <circle + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="41.726078" + cy="33.728756" + r="0.80000097" + id="circle1036" /> + <g + id="g1040" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + style="fill:#000000;fill-opacity:0;stroke:#000000;stroke-width:59.05509949;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + id="g1042" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + id="g1044" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + id="g1046" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:629.92102051;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 35.376076,86.560756 v 0" + id="path1048" + inkscape:connector-curvature="0" /> + <circle + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="35.376076" + cy="94.180756" + r="0.80000097" + id="circle1052" /> + <g + id="g1056" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + style="fill:#000000;fill-opacity:0;stroke:#000000;stroke-width:59.05509949;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + id="g1058" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + id="g1060" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="28.518076" + cy="94.180756" + r="0.80000097" + id="circle1062" /> + <g + id="g1066" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + id="g1068" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:629.92102051;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 28.518076,86.560756 v 0" + id="path1070" + inkscape:connector-curvature="0" /> + <g + style="fill:#000000;fill-opacity:0;stroke:#000000;stroke-width:59.05509949;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + id="g1074" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 126.05408,83.512756 v 0" + id="path1076" + inkscape:connector-curvature="0" /> + <circle + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="118.43407" + cy="83.512756" + r="0.80000097" + id="circle1080" /> + <g + id="g1084" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + style="fill:#000000;fill-opacity:0;stroke:#000000;stroke-width:59.05509949;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + id="g1086" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + id="g1088" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + id="g1090" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:629.92102051;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 98.622076,83.512756 v 0" + id="path1092" + inkscape:connector-curvature="0" /> + <circle + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="106.24207" + cy="83.512756" + r="0.80000097" + id="circle1096" /> + <g + id="g1100" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + style="fill:#000000;fill-opacity:0;stroke:#000000;stroke-width:59.05509949;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + id="g1102" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + id="g1104" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="126.30807" + cy="44.142757" + r="0.80000097" + id="circle1106" /> + <g + id="g1110" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + id="g1112" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:629.92102051;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 133.92808,44.142756 v 0" + id="path1114" + inkscape:connector-curvature="0" /> + <g + style="fill:#000000;fill-opacity:0;stroke:#000000;stroke-width:59.05509949;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + id="g1118" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + id="g1120" + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:629.92102051;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="115.79019" + cy="89.100754" + r="1.0000005" + id="circle1122" /> + <g + id="g1126" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="115.79019" + cy="93.600868" + r="1.0000005" + id="circle1128" /> + <g + id="g1132" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="109.29008" + cy="89.100754" + r="1.0000005" + id="circle1134" /> + <g + id="g1138" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="109.29008" + cy="93.600868" + r="1.0000005" + id="circle1140" /> + <g + id="g1144" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + style="fill:#000000;fill-opacity:0;stroke:#000000;stroke-width:59.05509949;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + id="g1146" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + id="g1148" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <path + style="fill:#848400;fill-opacity:1;fill-rule:evenodd;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 125.50798,29.194856 v -1.6002 h 1.6002 v 1.6002 z" + id="path1150" + inkscape:connector-curvature="0" /> + <g + id="g1154" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:629.92102051;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 133.92808,36.014756 v 0" + id="path1156" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 126.30808,30.934756 v 0" + id="path1158" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 133.92808,33.474756 v 0" + id="path1160" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 126.30808,33.474756 v 0" + id="path1162" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 133.92808,30.934756 v 0" + id="path1164" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 126.30808,36.014756 v 0" + id="path1166" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 133.92808,28.394756 v 0" + id="path1168" + inkscape:connector-curvature="0" /> + <g + style="fill:#000000;fill-opacity:0;stroke:#000000;stroke-width:59.05509949;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + id="g1172" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + id="g1174" + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:629.92102051;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + id="g1176" + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <path + style="fill:#848400;fill-opacity:1;fill-rule:evenodd;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 142.88005,91.57878 v -1.400048 h 1.40005 v 1.400048 z" + id="path1178" + inkscape:connector-curvature="0" /> + <circle + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="146.0802" + cy="90.878754" + r="0.70000112" + id="circle1180" /> + <g + id="g1184" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="148.58006" + cy="90.878754" + r="0.70000112" + id="circle1186" /> + <g + id="g1190" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="143.58008" + cy="94.178719" + r="0.70000112" + id="circle1192" /> + <g + id="g1196" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="146.0802" + cy="94.178719" + r="0.70000112" + id="circle1198" /> + <g + id="g1202" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="148.58006" + cy="94.178719" + r="0.70000112" + id="circle1204" /> + <g + id="g1208" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + style="fill:#000000;fill-opacity:0;stroke:#000000;stroke-width:59.05509949;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + id="g1210" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + id="g1212" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="88.462074" + cy="93.600868" + r="1.0000005" + id="circle1214" /> + <g + id="g1218" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="88.462074" + cy="89.100754" + r="1.0000005" + id="circle1220" /> + <g + id="g1224" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="94.962196" + cy="93.600868" + r="1.0000005" + id="circle1226" /> + <g + id="g1230" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="94.962196" + cy="89.100754" + r="1.0000005" + id="circle1232" /> + <g + id="g1236" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + style="fill:#000000;fill-opacity:0;stroke:#000000;stroke-width:59.05509949;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + id="g1238" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + id="g1240" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <path + style="fill:#848400;fill-opacity:1;fill-rule:evenodd;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 126.62405,91.57878 v -1.400048 h 1.40005 v 1.400048 z" + id="path1242" + inkscape:connector-curvature="0" /> + <circle + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="129.8242" + cy="90.878754" + r="0.70000112" + id="circle1244" /> + <g + id="g1248" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="132.32407" + cy="90.878754" + r="0.70000112" + id="circle1250" /> + <g + id="g1254" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="127.32407" + cy="94.178719" + r="0.70000112" + id="circle1256" /> + <g + id="g1260" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="129.8242" + cy="94.178719" + r="0.70000112" + id="circle1262" /> + <g + id="g1266" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="132.32407" + cy="94.178719" + r="0.70000112" + id="circle1268" /> + <g + id="g1272" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + style="fill:#000000;fill-opacity:0;stroke:#000000;stroke-width:59.05509949;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + id="g1274" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + id="g1276" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <path + style="fill:#848400;fill-opacity:1;fill-rule:evenodd;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 152.99408,84.512754 v -1.999996 h 1.99999 v 1.999996 z" + id="path1278" + inkscape:connector-curvature="0" /> + <g + id="g1282" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:787.40197754;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:2.00000095;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 159.07408,83.512756 v 0" + id="path1284" + inkscape:connector-curvature="0" /> + <g + style="fill:#000000;fill-opacity:0;stroke:#000000;stroke-width:59.05509949;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + id="g1288" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + id="g1290" + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:787.40197754;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + id="g1292" + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <path + style="fill:#848400;fill-opacity:1;fill-rule:evenodd;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="M 41.30596,15.020767 H 39.606192 V 13.320745 H 41.30596 Z" + id="path1294" + inkscape:connector-curvature="0" /> + <g + id="g1298" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:669.29101562;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 40.456076,16.710756 v 0" + id="path1300" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 42.996076,14.170756 v 0" + id="path1302" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 42.996076,16.710756 v 0" + id="path1304" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 45.536076,14.170756 v 0" + id="path1306" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 45.536076,16.710756 v 0" + id="path1308" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 48.076076,14.170756 v 0" + id="path1310" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 48.076076,16.710756 v 0" + id="path1312" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 50.616076,14.170756 v 0" + id="path1314" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 50.616076,16.710756 v 0" + id="path1316" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 53.156076,14.170756 v 0" + id="path1318" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 53.156076,16.710756 v 0" + id="path1320" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 55.696076,14.170756 v 0" + id="path1322" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 55.696076,16.710756 v 0" + id="path1324" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 58.236076,14.170756 v 0" + id="path1326" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 58.236076,16.710756 v 0" + id="path1328" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 60.776076,14.170756 v 0" + id="path1330" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 60.776076,16.710756 v 0" + id="path1332" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 63.316076,14.170756 v 0" + id="path1334" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 63.316076,16.710756 v 0" + id="path1336" + inkscape:connector-curvature="0" /> + <g + style="fill:#000000;fill-opacity:0;stroke:#000000;stroke-width:59.05509949;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + id="g1340" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + id="g1342" + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:669.29101562;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + id="g1344" + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <path + style="fill:#848400;fill-opacity:1;fill-rule:evenodd;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="M 76.61196,15.020767 H 74.912192 V 13.320745 H 76.61196 Z" + id="path1346" + inkscape:connector-curvature="0" /> + <g + id="g1350" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:669.29101562;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 75.762076,16.710756 v 0" + id="path1352" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 78.302076,14.170756 v 0" + id="path1354" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 78.302076,16.710756 v 0" + id="path1356" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 80.842076,14.170756 v 0" + id="path1358" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 80.842076,16.710756 v 0" + id="path1360" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 83.382076,14.170756 v 0" + id="path1362" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 83.382076,16.710756 v 0" + id="path1364" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 85.922076,14.170756 v 0" + id="path1366" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 85.922076,16.710756 v 0" + id="path1368" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 88.462076,14.170756 v 0" + id="path1370" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 88.462076,16.710756 v 0" + id="path1372" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 91.002076,14.170756 v 0" + id="path1374" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 91.002076,16.710756 v 0" + id="path1376" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 93.542076,14.170756 v 0" + id="path1378" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 93.542076,16.710756 v 0" + id="path1380" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 96.082076,14.170756 v 0" + id="path1382" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 96.082076,16.710756 v 0" + id="path1384" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 98.622076,14.170756 v 0" + id="path1386" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 98.622076,16.710756 v 0" + id="path1388" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 101.16208,14.170756 v 0" + id="path1390" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 101.16208,16.710756 v 0" + id="path1392" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 103.70208,14.170756 v 0" + id="path1394" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 103.70208,16.710756 v 0" + id="path1396" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 106.24208,14.170756 v 0" + id="path1398" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 106.24208,16.710756 v 0" + id="path1400" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 108.78208,14.170756 v 0" + id="path1402" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 108.78208,16.710756 v 0" + id="path1404" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 111.32208,14.170756 v 0" + id="path1406" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 111.32208,16.710756 v 0" + id="path1408" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 113.86208,14.170756 v 0" + id="path1410" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 113.86208,16.710756 v 0" + id="path1412" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 116.40208,14.170756 v 0" + id="path1414" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 116.40208,16.710756 v 0" + id="path1416" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 118.94208,14.170756 v 0" + id="path1418" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 118.94208,16.710756 v 0" + id="path1420" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 121.48208,14.170756 v 0" + id="path1422" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 121.48208,16.710756 v 0" + id="path1424" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 124.02208,14.170756 v 0" + id="path1426" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.69999921;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 124.02208,16.710756 v 0" + id="path1428" + inkscape:connector-curvature="0" /> + <g + style="fill:#000000;fill-opacity:0;stroke:#000000;stroke-width:59.05509949;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + id="g1432" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + id="g1434" + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:669.29101562;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="89.224075" + cy="35.506756" + r="0.80000097" + id="circle1436" /> + <g + id="g1440" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + id="g1442" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:629.92102051;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 89.224076,27.886756 v 0" + id="path1444" + inkscape:connector-curvature="0" /> + <g + style="fill:#000000;fill-opacity:0;stroke:#000000;stroke-width:59.05509949;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + id="g1448" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + id="g1450" + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:629.92102051;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + id="g1452" + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <path + style="fill:#848400;fill-opacity:1;fill-rule:evenodd;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 101.20018,76.362656 v 1.6002 h -1.600204 v -1.6002 z" + id="path1454" + inkscape:connector-curvature="0" /> + <g + id="g1458" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:629.92102051;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 85.160076,44.142756 v 0" + id="path1460" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 100.40008,74.622756 v 0" + id="path1462" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 85.160076,46.682756 v 0" + id="path1464" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 100.40008,72.082756 v 0" + id="path1466" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 85.160076,49.222756 v 0" + id="path1468" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 100.40008,69.542756 v 0" + id="path1470" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 85.160076,51.762756 v 0" + id="path1472" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 100.40008,67.002756 v 0" + id="path1474" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 85.160076,54.302756 v 0" + id="path1476" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 100.40008,64.462756 v 0" + id="path1478" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 85.160076,56.842756 v 0" + id="path1480" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 100.40008,61.922756 v 0" + id="path1482" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 85.160076,59.382756 v 0" + id="path1484" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 100.40008,59.382756 v 0" + id="path1486" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 85.160076,61.922756 v 0" + id="path1488" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 100.40008,56.842756 v 0" + id="path1490" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 85.160076,64.462756 v 0" + id="path1492" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 100.40008,54.302756 v 0" + id="path1494" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 85.160076,67.002756 v 0" + id="path1496" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 100.40008,51.762756 v 0" + id="path1498" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 85.160076,69.542756 v 0" + id="path1500" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 100.40008,49.222756 v 0" + id="path1502" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 85.160076,72.082756 v 0" + id="path1504" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 100.40008,46.682756 v 0" + id="path1506" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 85.160076,74.622756 v 0" + id="path1508" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 100.40008,44.142756 v 0" + id="path1510" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 85.160076,77.162756 v 0" + id="path1512" + inkscape:connector-curvature="0" /> + <g + style="fill:#000000;fill-opacity:0;stroke:#000000;stroke-width:59.05509949;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + id="g1516" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + id="g1518" + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:629.92102051;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.20000017;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 148.91408,28.346496 v 0.8001" + id="path1520" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.20000017;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 148.91408,43.388376 v 0.8001" + id="path1522" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.20000017;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 151.45408,28.346496 v 0.8001" + id="path1524" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.20000017;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 151.45408,43.388376 v 0.8001" + id="path1526" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.20000017;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 153.99408,28.346496 v 0.8001" + id="path1528" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.20000017;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 153.99408,43.388376 v 0.8001" + id="path1530" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.20000017;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 156.53408,28.346496 v 0.8001" + id="path1532" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.20000017;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 156.53408,43.388376 v 0.8001" + id="path1534" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.20000017;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 159.07408,28.346496 v 0.8001" + id="path1536" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.20000017;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 159.07408,43.388376 v 0.8001" + id="path1538" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.20000017;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 161.61408,28.346496 v 0.8001" + id="path1540" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.20000017;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 161.61408,43.388376 v 0.8001" + id="path1542" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.20000017;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 164.15408,28.346496 v 0.8001" + id="path1544" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.20000017;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 164.15408,43.388376 v 0.8001" + id="path1546" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.20000017;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 166.69408,28.346496 v 0.8001" + id="path1548" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.20000017;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 166.69408,43.388376 v 0.8001" + id="path1550" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.20000017;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 169.23408,28.346496 v 0.8001" + id="path1552" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.20000017;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 169.23408,43.388376 v 0.8001" + id="path1554" + inkscape:connector-curvature="0" /> + <g + style="fill:#000000;fill-opacity:0;stroke:#000000;stroke-width:59.05509949;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + id="g1558" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + style="fill:#000000;fill-opacity:0;stroke:#000000;stroke-width:59.05509949;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + id="g1560" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + style="fill:#000000;fill-opacity:0;stroke:#000000;stroke-width:59.05509949;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + id="g1562" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + style="fill:#000000;fill-opacity:0;stroke:#000000;stroke-width:59.05509949;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + id="g1564" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + style="fill:#000000;fill-opacity:0;stroke:#000000;stroke-width:59.05509949;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + id="g1566" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + id="g1568" + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:472.44100952;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + id="g1570" + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <path + style="fill:#848400;fill-opacity:1;fill-rule:evenodd;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 58.528176,92.872656 v 1.6002 h -1.6002 v -1.6002 z" + id="path1572" + inkscape:connector-curvature="0" /> + <g + id="g1576" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:629.92102051;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 42.488076,60.652756 v 0" + id="path1578" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 57.728076,91.132756 v 0" + id="path1580" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 42.488076,63.192756 v 0" + id="path1582" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 57.728076,88.592756 v 0" + id="path1584" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 42.488076,65.732756 v 0" + id="path1586" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 57.728076,86.052756 v 0" + id="path1588" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 42.488076,68.272756 v 0" + id="path1590" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 57.728076,83.512756 v 0" + id="path1592" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 42.488076,70.812756 v 0" + id="path1594" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 57.728076,80.972756 v 0" + id="path1596" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 42.488076,73.352756 v 0" + id="path1598" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 57.728076,78.432756 v 0" + id="path1600" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 42.488076,75.892756 v 0" + id="path1602" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 57.728076,75.892756 v 0" + id="path1604" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 42.488076,78.432756 v 0" + id="path1606" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 57.728076,73.352756 v 0" + id="path1608" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 42.488076,80.972756 v 0" + id="path1610" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 57.728076,70.812756 v 0" + id="path1612" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 42.488076,83.512756 v 0" + id="path1614" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 57.728076,68.272756 v 0" + id="path1616" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 42.488076,86.052756 v 0" + id="path1618" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 57.728076,65.732756 v 0" + id="path1620" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 42.488076,88.592756 v 0" + id="path1622" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 57.728076,63.192756 v 0" + id="path1624" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 42.488076,91.132756 v 0" + id="path1626" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 57.728076,60.652756 v 0" + id="path1628" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 42.488076,93.672756 v 0" + id="path1630" + inkscape:connector-curvature="0" /> + <g + style="fill:#000000;fill-opacity:0;stroke:#000000;stroke-width:59.05509949;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + id="g1634" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + id="g1636" + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:629.92102051;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + id="g1638" + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <path + style="fill:#848400;fill-opacity:1;fill-rule:evenodd;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 63.531976,46.212856 v -1.6002 h 1.6002 v 1.6002 z" + id="path1640" + inkscape:connector-curvature="0" /> + <g + id="g1644" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:629.92102051;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 79.572076,93.672756 v 0" + id="path1646" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 64.332076,47.952756 v 0" + id="path1648" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 79.572076,91.132756 v 0" + id="path1650" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 64.332076,50.492756 v 0" + id="path1652" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 79.572076,88.592756 v 0" + id="path1654" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 64.332076,53.032756 v 0" + id="path1656" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 79.572076,86.052756 v 0" + id="path1658" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 64.332076,55.572756 v 0" + id="path1660" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 79.572076,83.512756 v 0" + id="path1662" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 64.332076,58.112756 v 0" + id="path1664" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 79.572076,80.972756 v 0" + id="path1666" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 64.332076,60.652756 v 0" + id="path1668" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 79.572076,78.432756 v 0" + id="path1670" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 64.332076,63.192756 v 0" + id="path1672" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 79.572076,75.892756 v 0" + id="path1674" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 64.332076,65.732756 v 0" + id="path1676" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 79.572076,73.352756 v 0" + id="path1678" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 64.332076,68.272756 v 0" + id="path1680" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 79.572076,70.812756 v 0" + id="path1682" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 64.332076,70.812756 v 0" + id="path1684" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 79.572076,68.272756 v 0" + id="path1686" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 64.332076,73.352756 v 0" + id="path1688" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 79.572076,65.732756 v 0" + id="path1690" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 64.332076,75.892756 v 0" + id="path1692" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 79.572076,63.192756 v 0" + id="path1694" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 64.332076,78.432756 v 0" + id="path1696" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 79.572076,60.652756 v 0" + id="path1698" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 64.332076,80.972756 v 0" + id="path1700" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 79.572076,58.112756 v 0" + id="path1702" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 64.332076,83.512756 v 0" + id="path1704" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 79.572076,55.572756 v 0" + id="path1706" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 64.332076,86.052756 v 0" + id="path1708" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 79.572076,53.032756 v 0" + id="path1710" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 64.332076,88.592756 v 0" + id="path1712" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 79.572076,50.492756 v 0" + id="path1714" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 64.332076,91.132756 v 0" + id="path1716" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 79.572076,47.952756 v 0" + id="path1718" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 64.332076,93.672756 v 0" + id="path1720" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 79.572076,45.412756 v 0" + id="path1722" + inkscape:connector-curvature="0" /> + <g + style="fill:#000000;fill-opacity:0;stroke:#000000;stroke-width:59.05509949;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + id="g1726" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + id="g1728" + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:629.92102051;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + id="g1730" + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <path + style="fill:#848400;fill-opacity:1;fill-rule:evenodd;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 122.28218,76.362656 v 1.6002 h -1.6002 v -1.6002 z" + id="path1732" + inkscape:connector-curvature="0" /> + <g + id="g1736" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:629.92102051;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 106.24208,44.142756 v 0" + id="path1738" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 121.48208,74.622756 v 0" + id="path1740" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 106.24208,46.682756 v 0" + id="path1742" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 121.48208,72.082756 v 0" + id="path1744" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 106.24208,49.222756 v 0" + id="path1746" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 121.48208,69.542756 v 0" + id="path1748" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 106.24208,51.762756 v 0" + id="path1750" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 121.48208,67.002756 v 0" + id="path1752" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 106.24208,54.302756 v 0" + id="path1754" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 121.48208,64.462756 v 0" + id="path1756" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 106.24208,56.842756 v 0" + id="path1758" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 121.48208,61.922756 v 0" + id="path1760" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 106.24208,59.382756 v 0" + id="path1762" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 121.48208,59.382756 v 0" + id="path1764" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 106.24208,61.922756 v 0" + id="path1766" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 121.48208,56.842756 v 0" + id="path1768" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 106.24208,64.462756 v 0" + id="path1770" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 121.48208,54.302756 v 0" + id="path1772" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 106.24208,67.002756 v 0" + id="path1774" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 121.48208,51.762756 v 0" + id="path1776" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 106.24208,69.542756 v 0" + id="path1778" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 121.48208,49.222756 v 0" + id="path1780" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 106.24208,72.082756 v 0" + id="path1782" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 121.48208,46.682756 v 0" + id="path1784" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 106.24208,74.622756 v 0" + id="path1786" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 121.48208,44.142756 v 0" + id="path1788" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 106.24208,77.162756 v 0" + id="path1790" + inkscape:connector-curvature="0" /> + <g + style="fill:#000000;fill-opacity:0;stroke:#000000;stroke-width:59.05509949;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + id="g1794" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + id="g1796" + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:629.92102051;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + id="g1798" + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <path + style="fill:#848400;fill-opacity:1;fill-rule:evenodd;stroke:#848400;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 47.783976,27.416856 v -1.6002 h 1.6002 v 1.6002 z" + id="path1800" + inkscape:connector-curvature="0" /> + <g + id="g1804" + style="fill:#848400;fill-opacity:1;stroke:#848400;stroke-width:629.92102051;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 56.204076,49.476756 v 0" + id="path1806" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 48.584076,29.156756 v 0" + id="path1808" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 56.204076,46.936756 v 0" + id="path1810" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 48.584076,31.696756 v 0" + id="path1812" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 56.204076,44.396756 v 0" + id="path1814" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 48.584076,34.236756 v 0" + id="path1816" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 56.204076,41.856756 v 0" + id="path1818" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 48.584076,36.776756 v 0" + id="path1820" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 56.204076,39.316756 v 0" + id="path1822" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 48.584076,39.316756 v 0" + id="path1824" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 56.204076,36.776756 v 0" + id="path1826" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 48.584076,41.856756 v 0" + id="path1828" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 56.204076,34.236756 v 0" + id="path1830" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 48.584076,44.396756 v 0" + id="path1832" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 56.204076,31.696756 v 0" + id="path1834" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 48.584076,46.936756 v 0" + id="path1836" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 56.204076,29.156756 v 0" + id="path1838" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 48.584076,49.476756 v 0" + id="path1840" + inkscape:connector-curvature="0" /> + <path + style="fill:#848400;fill-opacity:0;stroke:#848400;stroke-width:1.59999943;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 56.204076,26.616756 v 0" + id="path1842" + inkscape:connector-curvature="0" /> + <g + style="fill:#000000;fill-opacity:0;stroke:#000000;stroke-width:59.05509949;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + id="g1846" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + id="g1848" + style="fill:#c2c2c2;fill-opacity:0;stroke:#c2c2c2;stroke-width:629.92102051;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="75.152473" + cy="33.705643" + r="0.3999992" + id="circle1850" /> + <g + id="g1854" + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="74.56218" + cy="27.714798" + r="0.3999992" + id="circle1856" /> + <g + id="g1860" + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="77.84716" + cy="86.51326" + r="0.3999992" + id="circle1862" /> + <g + id="g1866" + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="74.004395" + cy="32.146084" + r="0.3999992" + id="circle1868" /> + <g + id="g1872" + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="72.578438" + cy="29.465366" + r="0.3999992" + id="circle1874" /> + <g + id="g1878" + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="98.781593" + cy="68.728935" + r="0.3999992" + id="circle1880" /> + <g + id="g1884" + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="97.513367" + cy="65.651222" + r="0.3999992" + id="circle1886" /> + <g + id="g1890" + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="49.154305" + cy="55.084061" + r="0.3999992" + id="circle1892" /> + <g + id="g1896" + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="96.277916" + cy="63.247112" + r="0.3999992" + id="circle1898" /> + <g + id="g1902" + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="60.868279" + cy="51.933952" + r="0.3999992" + id="circle1904" /> + <g + id="g1908" + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="71.07019" + cy="42.964958" + r="0.3999992" + id="circle1910" /> + <g + id="g1914" + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="74.921844" + cy="47.617477" + r="0.3999992" + id="circle1916" /> + <g + id="g1920" + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="74.674454" + cy="59.471657" + r="0.3999992" + id="circle1922" /> + <g + id="g1926" + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="96.404396" + cy="60.554966" + r="0.3999992" + id="circle1928" /> + <g + id="g1932" + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="48.554104" + cy="51.453892" + r="0.3999992" + id="circle1934" /> + <g + id="g1938" + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="105.26392" + cy="24.955343" + r="0.3999992" + id="circle1940" /> + <g + id="g1944" + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="52.635124" + cy="56.614922" + r="0.3999992" + id="circle1946" /> + <g + id="g1950" + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="106.04243" + cy="22.967361" + r="0.3999992" + id="circle1952" /> + <g + id="g1956" + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="62.895454" + cy="69.652481" + r="0.3999992" + id="circle1958" /> + <g + id="g1962" + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="47.1063" + cy="52.281933" + r="0.3999992" + id="circle1964" /> + <g + id="g1968" + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="51.542923" + cy="55.829296" + r="0.3999992" + id="circle1970" /> + <g + id="g1974" + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="106.93346" + cy="22.035866" + r="0.3999992" + id="circle1976" /> + <g + id="g1980" + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="50.605152" + cy="54.823456" + r="0.3999992" + id="circle1982" /> + <g + id="g1986" + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="71.329269" + cy="60.756897" + r="0.3999992" + id="circle1988" /> + <g + id="g1992" + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="82.446342" + cy="81.931351" + r="0.3999992" + id="circle1994" /> + <g + id="g1998" + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="95.870995" + cy="59.60297" + r="0.3999992" + id="circle2000" /> + <g + id="g2004" + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="70.594955" + cy="40.651527" + r="0.3999992" + id="circle2006" /> + <g + id="g2010" + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="76.553535" + cy="40.651527" + r="0.3999992" + id="circle2012" /> + <g + id="g2016" + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="80.588074" + cy="36.446808" + r="0.3999992" + id="circle2018" /> + <g + id="g2022" + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="66.520035" + cy="68.920708" + r="0.3999992" + id="circle2024" /> + <g + id="g2028" + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="76.729813" + cy="34.029747" + r="0.3999992" + id="circle2030" /> + <g + id="g2034" + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="44.565544" + cy="29.485434" + r="0.3999992" + id="circle2036" /> + <g + id="g2040" + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="115.8476" + cy="51.368801" + r="0.3999992" + id="circle2042" /> + <g + id="g2046" + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="113.86208" + cy="32.522511" + r="0.3999992" + id="circle2048" /> + <g + id="g2052" + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="81.34169" + cy="96.347374" + r="0.3999992" + id="circle2054" /> + <g + id="g2058" + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="48.179962" + cy="64.326363" + r="0.3999992" + id="circle2060" /> + <g + id="g2064" + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="48.681103" + cy="58.612118" + r="0.3999992" + id="circle2066" /> + <g + id="g2070" + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="115.1778" + cy="41.168415" + r="0.3999992" + id="circle2072" /> + <g + id="g2076" + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="115.99288" + cy="40.392956" + r="0.3999992" + id="circle2078" /> + <g + id="g2082" + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="60.265282" + cy="45.035313" + r="0.3999992" + id="circle2084" /> + <g + id="g2088" + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="45.847481" + cy="47.153671" + r="0.3999992" + id="circle2090" /> + <g + id="g2094" + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="81.965775" + cy="58.110214" + r="0.3999992" + id="circle2096" /> + <g + id="g2100" + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="75.505539" + cy="94.632614" + r="0.3999992" + id="circle2102" /> + <g + id="g2106" + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="40.943504" + cy="22.476454" + r="0.3999992" + id="circle2108" /> + <g + id="g2112" + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="54.748657" + cy="49.476757" + r="0.3999992" + id="circle2114" /> + <g + id="g2118" + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <circle + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + cx="85.901505" + cy="35.506756" + r="0.3999992" + id="circle2120" /> + <g + id="g2124" + style="fill:#c2c2c2;fill-opacity:1;stroke:#c2c2c2;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + style="fill:#000000;fill-opacity:0;stroke:#000000;stroke-width:59.05509949;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + id="g2126" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + id="g2128" + style="fill:#008400;fill-opacity:1;stroke:#008400;stroke-width:39.37009811;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + id="g2130" + style="fill:#008400;fill-opacity:1;stroke:#008400;stroke-width:98.42520142;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 48.584076,37.950236 h 0.36322" + id="path2132" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 48.947296,37.950236 0.81026,0.81026" + id="path2134" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 49.757556,38.760496 v 8.67664" + id="path2136" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 49.757556,47.437136 -0.86106,0.8636" + id="path2138" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 48.896496,48.300736 h -0.8001" + id="path2140" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 48.096396,48.300736 -1.76784,1.7653" + id="path2142" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 46.328556,50.066036 v 28.85948" + id="path2144" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 46.328556,78.925516 11.03122,11.03122" + id="path2146" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 57.359776,89.956736 h 0.3683" + id="path2148" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 48.584076,36.776756 v 1.17348" + id="path2150" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 57.728076,91.132756 v -1.17602" + id="path2152" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 75.365836,33.703356 h -0.2159" + id="path2154" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 75.365836,33.703356 v 4.94538" + id="path2156" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 75.365836,38.648736 0.35306,0.35306" + id="path2158" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 75.718896,39.001796 v 24.55926" + id="path2160" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 75.718896,63.561056 3.44932,3.45186" + id="path2162" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 79.168216,67.012916 h 0.83566" + id="path2164" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 80.003876,67.012916 3.98018,3.98018" + id="path2166" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 83.984056,70.993096 v 1.08966" + id="path2168" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 87.359716,14.170756 -0.12446,0.12446" + id="path2170" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 87.235256,14.295216 v 5.90804" + id="path2172" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 87.235256,20.203256 -10.0457,10.0457" + id="path2174" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 77.189556,30.248956 v 0.91186" + id="path2176" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 77.189556,31.160816 -1.82372,1.82626" + id="path2178" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 75.365836,32.987076 v 0.71628" + id="path2180" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 79.572076,88.592756 v -1.17602" + id="path2182" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 79.572076,87.416736 h 0.36576" + id="path2184" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 79.937836,87.416736 1.40716,-1.40716" + id="path2186" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 81.344996,86.009576 v -11.2903" + id="path2188" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 81.344996,74.719276 2.63906,-2.63652" + id="path2190" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 85.160076,72.082756 h -1.17602" + id="path2192" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 88.462076,14.170756 h -1.10236" + id="path2194" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 74.560656,27.714036 v 1.7145" + id="path2196" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 74.560656,29.428536 -2.0447,2.0447" + id="path2198" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 72.515956,31.473236 v 13.3731" + id="path2200" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 72.515956,44.846336 -8.18388,8.18642" + id="path2202" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 64.332076,53.032756 v 1.17348" + id="path2204" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 77.844876,86.512496 -8.54964,-8.54964" + id="path2206" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="M 69.295236,77.962856 V 58.806176" + id="path2208" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 69.295236,58.806176 -4.59994,-4.59994" + id="path2210" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 64.695296,54.206236 h -0.36322" + id="path2212" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 77.794076,27.297476 v 0.58928" + id="path2214" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 77.794076,27.297476 v -0.58674" + id="path2216" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 85.922076,16.710756 v 1.22428" + id="path2218" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 77.794076,26.710736 v -0.6477" + id="path2220" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 77.794076,26.063036 8.128,-8.128" + id="path2222" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 85.922076,14.170756 h -1.22682" + id="path2224" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 48.584076,31.696756 13.462,-13.462" + id="path2226" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 62.046076,18.234756 v -2.03708" + id="path2228" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 62.046076,16.197676 0.75692,-0.75692" + id="path2230" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 62.802996,15.440756 h 5.80136" + id="path2232" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 68.604356,15.440756 3.01498,-3.01752" + id="path2234" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 71.619336,12.423236 h 11.83894" + id="path2236" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 83.458276,12.423236 1.23698,1.23952" + id="path2238" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 84.695256,13.662756 v 0.508" + id="path2240" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 85.922076,15.395036 h -0.508" + id="path2242" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 85.414076,15.395036 -0.762,0.762" + id="path2244" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 84.652076,16.157036 v 1.92786" + id="path2246" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 84.652076,18.084896 -8.04672,8.04418" + id="path2248" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 76.605356,26.129076 v 4.90982" + id="path2250" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 76.605356,31.038896 -2.3114,2.31394" + id="path2252" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 74.293956,33.352836 v 12.48664" + id="path2254" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 74.293956,45.839476 -0.39878,0.39878" + id="path2256" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 73.895176,46.238256 v 23.10892" + id="path2258" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 73.895176,69.347176 5.27558,5.27558" + id="path2260" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 79.170756,74.622756 h 0.88646" + id="path2262" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 80.057216,74.622756 0.71374,0.71374" + id="path2264" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 80.770956,75.336496 v 8.70458" + id="path2266" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 80.770956,84.041076 -0.83566,0.83566" + id="path2268" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 79.935296,84.876736 h -0.36322" + id="path2270" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 79.572076,86.052756 -1.1811,1.17856" + id="path2272" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 78.390976,87.231316 v 1.91262" + id="path2274" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 78.390976,89.143936 0.62992,0.62738" + id="path2276" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 79.020896,89.771316 h 1.09982" + id="path2278" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 80.120716,89.771316 3.2893,-3.2893" + id="path2280" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 83.410016,86.482016 v -9.2456" + id="path2282" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 83.410016,77.236416 1.26746,-1.26746" + id="path2284" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 84.677476,75.968956 h 1.14046" + id="path2286" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 85.817936,75.968956 1.19126,1.1938" + id="path2288" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="M 87.009196,77.162756 H 100.40008" + id="path2290" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 79.572076,86.052756 v -1.17602" + id="path2292" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 85.922076,14.170756 v 1.22428" + id="path2294" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 83.382076,14.170756 v 1.22428" + id="path2296" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 74.004396,32.143796 1.8669,-1.8669" + id="path2298" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 75.871296,30.276896 v -5.24002" + id="path2300" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 75.871296,25.036876 6.24078,-6.24078" + id="path2302" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 82.112076,18.796096 v -2.63906" + id="path2304" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 82.112076,16.157036 0.762,-0.762" + id="path2306" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 82.874076,15.395036 h 0.508" + id="path2308" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 79.572076,82.336736 h -0.36576" + id="path2310" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 79.206316,82.336736 -5.86232,-5.85978" + id="path2312" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="M 73.343996,76.476956 V 46.080776" + id="path2314" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 73.343996,46.080776 0.17272,-0.17272" + id="path2316" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="M 73.516716,45.908056 V 32.631476" + id="path2318" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 73.516716,32.631476 0.48768,-0.48768" + id="path2320" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 79.572076,83.512756 v -1.17602" + id="path2322" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 72.576916,29.464096 -0.7239,0.7239" + id="path2324" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 71.853016,30.187996 v 14.54912" + id="path2326" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 71.853016,44.737116 -7.02564,7.02564" + id="path2328" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 64.827376,51.762756 h -0.89916" + id="path2330" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 63.928216,51.762756 -0.8001,0.8001" + id="path2332" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 63.128116,52.562856 v 3.53568" + id="path2334" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 63.128116,56.098536 0.8382,0.8382" + id="path2336" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 63.966316,56.936736 h 0.36576" + id="path2338" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 64.332076,58.112756 v -1.17602" + id="path2340" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 64.332076,58.112756 v 1.17348" + id="path2342" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 64.332076,59.286236 h 0.36576" + id="path2344" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 64.697836,59.286236 4.09702,4.09702" + id="path2346" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 68.794856,63.383256 v 21.21662" + id="path2348" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 68.794856,84.599876 10.2489,10.2489" + id="path2350" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 79.043756,94.848776 h 8.1661" + id="path2352" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 87.209856,94.848776 1.25222,-1.24968" + id="path2354" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 93.542076,16.710756 v 1.22428" + id="path2356" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 93.542076,17.935036 -6.2357,6.2357" + id="path2358" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 87.306376,24.170736 v 13.72362" + id="path2360" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 87.306376,37.894356 -4.83616,4.83616" + id="path2362" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 82.470216,42.730516 v 8.07212" + id="path2364" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 82.470216,50.802636 2.3241,2.3241" + id="path2366" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 84.794316,53.126736 h 0.36576" + id="path2368" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 85.160076,55.476236 h 0.36322" + id="path2370" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 85.523296,55.476236 1.00076,1.00076" + id="path2372" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 86.524056,56.476996 v 1.08966" + id="path2374" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 86.524056,57.566656 13.1699,13.1699" + id="path2376" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 99.693956,70.736556 h 1.635764" + id="path2378" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 101.32972,70.736556 1.19634,-1.1938" + id="path2380" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 102.52606,69.542756 h 3.71602" + id="path2382" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 85.160076,54.302756 v -1.17602" + id="path2384" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 85.160076,54.302756 v 1.17348" + id="path2386" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 34.868076,62.176756 v 1.17348" + id="path2388" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 42.488076,70.812756 v -1.17602" + id="path2390" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 42.488076,69.636736 h -0.41402" + id="path2392" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 42.074056,69.636736 -6.2865,-6.2865" + id="path2394" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 35.787556,63.350236 h -0.91948" + id="path2396" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 96.082076,16.710756 v 1.22428" + id="path2398" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 96.082076,17.935036 -8.27532,8.27532" + id="path2400" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 87.806756,26.210356 v 11.89228" + id="path2402" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 87.806756,38.102636 -4.83616,4.83362" + id="path2404" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 82.970596,42.936256 v 6.63702" + id="path2406" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 82.970596,49.573276 2.18948,2.18948" + id="path2408" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 98.779556,68.727416 -10.0711,-10.07364" + id="path2410" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 88.708456,58.653776 v -3.34264" + id="path2412" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 88.708456,55.311136 -3.54838,-3.54838" + id="path2414" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 34.868076,59.636756 v 1.17348" + id="path2416" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 42.488076,68.272756 v -1.17602" + id="path2418" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 42.488076,67.096736 h -0.41402" + id="path2420" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 42.074056,67.096736 -6.2865,-6.2865" + id="path2422" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 35.787556,60.810236 h -0.91948" + id="path2424" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 85.160076,50.396236 h 0.36322" + id="path2426" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 85.523296,50.396236 5.334,5.334" + id="path2428" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 90.857296,55.730236 v 3.2639" + id="path2430" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 90.857296,58.994136 6.6548,6.6548" + id="path2432" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 85.160076,49.222756 v 1.17348" + id="path2434" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 98.622076,17.935036 -7.0358,7.0358" + id="path2436" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 91.586276,24.970836 v 10.26922" + id="path2438" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 91.586276,35.240056 -8.1153,8.1153" + id="path2440" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 83.470976,43.355356 v 3.35534" + id="path2442" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 83.470976,46.710696 1.3335,1.33604" + id="path2444" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 84.804476,48.046736 h 0.3556" + id="path2446" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 98.622076,16.710756 v 1.22428" + id="path2448" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 85.160076,49.222756 v -1.17602" + id="path2450" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 34.868076,58.270236 h 0.91948" + id="path2452" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 35.787556,58.270236 6.2865,6.2865" + id="path2454" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 42.074056,64.556736 h 0.41402" + id="path2456" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 34.868076,57.096756 v 1.17348" + id="path2458" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 42.488076,65.732756 v -1.17602" + id="path2460" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 49.153036,55.082536 0.85852,0.85852" + id="path2462" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 50.011556,55.941056 v 6.34746" + id="path2464" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 50.011556,62.288516 7.34822,7.34822" + id="path2466" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 57.359776,69.636736 h 0.3683" + id="path2468" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 57.728076,70.812756 v -1.17602" + id="path2470" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 121.48208,45.506736 h 0.36576" + id="path2472" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 121.84784,45.506736 0.80772,-0.80772" + id="path2474" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 122.65556,44.699016 v -4.94538" + id="path2476" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 122.65556,39.753636 -2.62636,-2.62636" + id="path2478" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 120.0292,37.127276 v -11.8237" + id="path2480" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 120.0292,25.303576 2.72288,-2.72288" + id="path2482" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 122.75208,22.580696 v -6.42366" + id="path2484" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 122.75208,16.157036 -0.76454,-0.762" + id="path2486" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 121.98754,15.395036 h -0.50546" + id="path2488" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 121.48208,14.170756 v 1.22428" + id="path2490" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 121.48208,46.682756 v -1.17602" + id="path2492" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 96.277656,63.246096 -3.71094,-3.71094" + id="path2494" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 92.566716,59.535156 v -5.44576" + id="path2496" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 92.566716,54.089396 -7.40664,-7.40664" + id="path2498" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 101.16208,16.710756 v 1.22428" + id="path2500" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 85.160076,46.682756 -1.18872,-1.18872" + id="path2502" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 83.971356,45.494036 v -1.82626" + id="path2504" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 83.971356,43.667776 10.8712,-10.8712" + id="path2506" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 94.842556,32.796576 v -8.54202" + id="path2508" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 94.842556,24.254556 6.319524,-6.31952" + id="path2510" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 34.868076,54.556756 v 1.17348" + id="path2512" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 42.488076,63.192756 v -1.17602" + id="path2514" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 42.488076,62.016736 h -0.41402" + id="path2516" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 42.074056,62.016736 -6.2865,-6.2865" + id="path2518" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 35.787556,55.730236 h -0.91948" + id="path2520" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 60.867516,51.932936 2.71018,-2.71018" + id="path2522" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 63.577696,49.222756 h 1.23444" + id="path2524" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 64.812136,49.222756 6.25602,-6.25856" + id="path2526" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 121.48208,42.966736 -1.95326,-1.95072" + id="path2528" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="M 119.52882,41.016016 V 25.095296" + id="path2530" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 119.52882,25.095296 0.65024,-0.6477" + id="path2532" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 120.17906,24.447596 v -8.32358" + id="path2534" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 120.17906,16.124016 -0.73152,-0.72898" + id="path2536" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 119.44754,15.395036 h -0.50546" + id="path2538" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 64.332076,67.096736 h -0.3683" + id="path2540" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 63.963776,67.096736 -3.09626,-3.09626" + id="path2542" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="M 60.867516,64.000476 V 51.932936" + id="path2544" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 64.332076,68.272756 v -1.17602" + id="path2546" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 118.94208,14.170756 v 1.22428" + id="path2548" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 121.48208,44.142756 v -1.17602" + id="path2550" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 74.672416,59.471656 0.24892,-0.24892" + id="path2552" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 74.921336,59.222736 v -11.6078" + id="path2554" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 79.572076,69.636736 h -0.3683" + id="path2556" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 79.203776,69.636736 -4.53136,-4.53136" + id="path2558" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 74.672416,65.105376 v -5.63372" + id="path2560" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 96.402116,60.553696 h -0.6985" + id="path2562" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 95.703616,60.553696 -0.67564,-0.67564" + id="path2564" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 95.027976,59.878056 v -5.05714" + id="path2566" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 95.027976,54.820916 -9.50468,-9.50468" + id="path2568" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 85.523296,45.316236 h -0.36322" + id="path2570" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 79.572076,70.812756 v -1.17602" + id="path2572" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 103.70208,16.710756 v 1.84912" + id="path2574" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 103.70208,18.559876 -5.367024,5.36448" + id="path2576" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 98.335056,23.924356 v 12.573" + id="path2578" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 98.335056,36.497356 -1.67386,1.67132" + id="path2580" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 96.661196,38.168676 v 22.12594" + id="path2582" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 96.661196,60.294616 -0.25908,0.25908" + id="path2584" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 34.868076,52.016756 h 1.17348" + id="path2586" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 42.488076,60.652756 v -1.17602" + id="path2588" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 42.488076,59.476736 -6.44652,-6.44398" + id="path2590" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 36.041556,53.032756 v -1.016" + id="path2592" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 85.160076,44.142756 v 1.17348" + id="path2594" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 48.553596,51.452876 v 1.52654" + id="path2596" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 48.553596,52.979416 -1.17602,1.17602" + id="path2598" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 47.377576,54.155436 v 10.5156" + id="path2600" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 47.377576,64.671036 10.11428,10.11682" + id="path2602" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 57.491856,74.787856 h 0.23622" + id="path2604" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 100.40008,58.206736 h -0.3683" + id="path2606" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 100.03178,58.206736 -1.351284,-1.35128" + id="path2608" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="M 98.680496,56.855456 V 40.073676" + id="path2610" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 98.680496,40.073676 3.418844,-3.41884" + id="path2612" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 102.09934,36.654836 v -2.50698" + id="path2614" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 102.09934,34.147856 3.1623,-3.16484" + id="path2616" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 105.26164,30.983016 v -6.02996" + id="path2618" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 63.156056,70.812756 -3.9751,3.9751" + id="path2620" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 59.180956,74.787856 h -1.45288" + id="path2622" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 57.728076,75.892756 v -1.1049" + id="path2624" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 64.332076,70.812756 h -1.17602" + id="path2626" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 100.40008,59.382756 v -1.17602" + id="path2628" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 57.728076,64.366236 h 0.32258" + id="path2630" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 58.050656,64.366236 4.84378,4.84378" + id="path2632" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 62.894436,69.210016 v 0.44196" + id="path2634" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 100.40008,46.682756 v 1.17348" + id="path2636" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 106.24208,56.842756 v -1.17602" + id="path2638" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 106.24208,55.666736 h -0.32004" + id="path2640" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 105.92204,55.666736 -0.85598,-0.85598" + id="path2642" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 105.06606,54.810756 v -0.12192" + id="path2644" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 105.06606,54.688836 -4.19608,-4.19608" + id="path2646" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="M 100.86998,50.492756 H 99.988596" + id="path2648" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 99.988596,50.492756 -0.80772,-0.81026" + id="path2650" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 99.180876,49.682496 v -0.97282" + id="path2652" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 99.180876,48.709676 0.853444,-0.85344" + id="path2654" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 100.03432,47.856236 h 0.36576" + id="path2656" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 57.728076,63.192756 v -1.17602" + id="path2658" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 57.728076,62.016736 h -0.3683" + id="path2660" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 57.359776,62.016736 -4.72694,-4.72694" + id="path2662" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 52.632836,57.289796 v -0.67564" + id="path2664" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 57.728076,63.192756 v 0.23622" + id="path2666" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 100.40008,45.506736 h 0.36576" + id="path2668" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 100.76584,45.506736 5.27558,-5.27558" + id="path2670" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="M 106.04142,40.231156 V 22.966776" + id="path2672" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 100.40008,46.682756 v -1.17602" + id="path2674" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 57.728076,63.428976 v 0.23876" + id="path2676" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 57.728076,63.779496 v 0.58674" + id="path2678" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 57.728076,63.779496 v -0.11176" + id="path2680" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 47.105796,52.280916 -0.2286,0.2286" + id="path2682" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 46.877196,52.509516 v 14.48308" + id="path2684" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 46.877196,66.992596 10.85088,10.85088" + id="path2686" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 57.728076,77.843476 v -0.58674" + id="path2688" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 57.728076,78.432756 v -0.58928" + id="path2690" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 113.86208,15.395036 h 0.50546" + id="path2692" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 114.36754,15.395036 0.76454,0.762" + id="path2694" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 115.13208,16.157036 v 2.33934" + id="path2696" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 115.13208,18.496376 -0.66802,0.66802" + id="path2698" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 114.46406,19.164396 v 11.41222" + id="path2700" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 114.46406,30.576616 2.36728,2.36728" + id="path2702" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 116.83134,32.943896 v 4.76504" + id="path2704" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 116.83134,37.708936 -3.40614,3.40614" + id="path2706" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 113.4252,41.115076 v 10.2235" + id="path2708" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 113.4252,51.338576 -6.77418,6.77418" + id="path2710" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 106.65102,58.112756 h -1.26746" + id="path2712" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 105.38356,58.112756 -3.81,3.81" + id="path2714" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 64.332076,73.352756 h -1.17602" + id="path2716" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 63.156056,73.352756 -3.90398,3.90398" + id="path2718" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 59.252076,77.256736 h -1.524" + id="path2720" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 113.86208,14.170756 v 1.22428" + id="path2722" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 100.40008,61.922756 h 1.17348" + id="path2724" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 57.728076,65.732756 -6.18744,-6.18744" + id="path2726" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 51.540636,59.545316 v -3.71602" + id="path2728" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 51.540636,55.829296 v 0" + id="path2730" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 101.76406,49.029716 1.6891,-1.6891" + id="path2732" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 103.45316,47.340616 v -3.12928" + id="path2734" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 103.45316,44.211336 3.4798,-3.47726" + id="path2736" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="M 106.93296,40.734076 V 22.034596" + id="path2738" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 101.4491,49.222756 h 0.12446" + id="path2740" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 101.57356,49.222756 0.1905,-0.19304" + id="path2742" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 101.76406,49.029716 4.09702,4.09702" + id="path2744" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 105.86108,53.126736 h 0.381" + id="path2746" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 100.40008,49.222756 h 1.04902" + id="path2748" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 106.24208,54.302756 v -1.17602" + id="path2750" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 111.32208,14.170756 v 1.22428" + id="path2752" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 100.40008,64.462756 v -1.17602" + id="path2754" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 100.40008,63.286736 h -0.3683" + id="path2756" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 100.03178,63.286736 -0.807724,-0.80772" + id="path2758" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 99.224056,62.479016 v -2.67716" + id="path2760" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 99.224056,59.801856 -1.06172,-1.06172" + id="path2762" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="M 98.162336,58.740136 V 39.585996" + id="path2764" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 98.162336,39.585996 2.969264,-2.96672" + id="path2766" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 101.1316,36.619276 v -9.94664" + id="path2768" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 101.1316,26.672636 8.92048,-8.92048" + id="path2770" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 110.05208,17.752156 v -1.59512" + id="path2772" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 110.05208,16.157036 0.762,-0.762" + id="path2774" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 110.81408,15.395036 h 0.508" + id="path2776" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 64.332076,75.892756 h -1.17602" + id="path2778" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 57.728076,80.972756 h 1.17348" + id="path2780" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 63.156056,75.892756 v 0.8255" + id="path2782" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 63.156056,76.718256 -4.2545,4.2545" + id="path2784" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 57.728076,68.272756 v -1.17602" + id="path2786" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 57.728076,67.096736 h -0.3683" + id="path2788" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 57.359776,67.096736 -6.7564,-6.7564" + id="path2790" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 50.603376,60.340336 v -5.51942" + id="path2792" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 111.32208,17.935036 -3.5814,3.57886" + id="path2794" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 107.74068,21.513896 v 19.304" + id="path2796" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 107.74068,40.817896 -2.67716,2.6797" + id="path2798" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 105.06352,43.497596 v 6.27888" + id="path2800" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 105.06352,49.776476 0.81026,0.81026" + id="path2802" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 105.87378,50.586736 h 0.3683" + id="path2804" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 111.32208,16.710756 v 1.22428" + id="path2806" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 106.24208,51.762756 v -1.17602" + id="path2808" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 108.78208,15.395036 h -0.508" + id="path2810" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 108.27408,15.395036 -0.762,0.762" + id="path2812" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 107.51208,16.157036 v 1.84404" + id="path2814" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 107.51208,18.001076 -8.176264,8.17626" + id="path2816" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 99.335816,26.177336 v 10.73404" + id="path2818" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 99.335816,36.911376 -1.67386,1.67132" + id="path2820" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 97.661956,38.582696 v 20.61464" + id="path2822" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 97.661956,59.197336 0.50038,0.50038" + id="path2824" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 98.162336,59.697716 v 4.25958" + id="path2826" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 98.162336,63.957296 1.869444,1.86944" + id="path2828" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 100.03178,65.826736 h 0.3683" + id="path2830" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 57.728076,83.512756 h 1.17348" + id="path2832" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 64.332076,78.432756 h -1.17602" + id="path2834" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 63.156056,78.432756 -4.2545,4.25196" + id="path2836" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 58.901556,82.684716 v 0.82804" + id="path2838" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 108.78208,14.170756 v 1.22428" + id="path2840" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 100.40008,67.002756 v -1.17602" + id="path2842" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 80.842076,17.935036 -5.47116,5.47116" + id="path2844" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 75.370916,23.406196 v 6.27634" + id="path2846" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 75.370916,29.682536 -2.35458,2.35204" + id="path2848" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 73.016336,32.034576 v 13.6652" + id="path2850" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 73.016336,45.699776 -1.6891,1.6891" + id="path2852" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 71.327236,47.388876 v 13.36802" + id="path2854" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 80.842076,16.710756 v 1.22428" + id="path2856" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 79.572076,60.652756 h 1.17348" + id="path2858" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 80.745556,60.652756 v 1.17348" + id="path2860" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 80.745556,61.826236 3.90652,3.90652" + id="path2862" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 84.652076,65.732756 h 0.96012" + id="path2864" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 85.612196,65.732756 1.87452,1.87452" + id="path2866" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 87.486716,67.607276 v 5.85978" + id="path2868" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 87.486716,73.467056 v 0" + id="path2870" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 105.06606,77.162756 -1.17602,-1.17602" + id="path2872" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="M 103.89004,75.986736 H 90.003856" + id="path2874" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 90.003856,75.986736 -2.51714,-2.51968" + id="path2876" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 86.333556,74.622756 1.15316,-1.1557" + id="path2878" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 106.24208,77.162756 h -1.17602" + id="path2880" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 85.160076,74.622756 h 1.17348" + id="path2882" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 106.24208,15.395036 h -0.508" + id="path2884" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 105.73408,15.395036 -0.76708,0.76708" + id="path2886" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 104.967,16.162116 v 2.286" + id="path2888" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 104.967,18.448116 -6.131564,6.13156" + id="path2890" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 98.835436,24.579676 v 12.12342" + id="path2892" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 98.835436,36.703096 -1.67386,1.67386" + id="path2894" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 97.161576,38.376956 v 21.02866" + id="path2896" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 97.161576,59.405616 0.50038,0.50038" + id="path2898" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 97.661956,59.905996 v 4.48056" + id="path2900" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 97.661956,64.386556 0.62484,0.62738" + id="path2902" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 98.286796,65.013936 v 1.60782" + id="path2904" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 98.286796,66.621756 1.744984,1.74498" + id="path2906" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 100.03178,68.366736 h 0.3683" + id="path2908" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 106.24208,14.170756 v 1.22428" + id="path2910" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 100.40008,69.542756 v -1.17602" + id="path2912" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 64.332076,80.972756 h -1.17602" + id="path2914" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 57.728076,86.052756 h 1.17348" + id="path2916" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 63.156056,80.972756 v 0.8255" + id="path2918" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 63.156056,81.798256 -4.2545,4.2545" + id="path2920" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 104.92636,14.170756 v -0.508" + id="path2922" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 104.92636,13.662756 0.7366,-0.7366" + id="path2924" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="M 105.66296,12.926156 H 114.365" + id="path2926" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 114.365,12.926156 0.76708,0.76708" + id="path2928" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 115.13208,13.693236 v 0.96266" + id="path2930" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 115.13208,14.655896 0.78232,0.78486" + id="path2932" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 115.9144,15.440756 h 1.03124" + id="path2934" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 116.94564,15.440756 0.68072,0.67818" + id="path2936" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 117.62636,16.118936 v 21.5011" + id="path2938" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 117.62636,37.620036 -3.2258,3.2258" + id="path2940" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 114.40056,40.845836 v 22.24024" + id="path2942" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 114.40056,63.086076 -7.72414,7.72668" + id="path2944" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="M 106.67642,70.812756 H 105.6401" + id="path2946" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 105.6401,70.812756 -1.27,1.27" + id="path2948" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 104.3701,72.082756 h -3.97002" + id="path2950" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 103.70208,14.170756 h 1.22428" + id="path2952" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 57.728076,88.592756 h 1.17348" + id="path2954" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 64.332076,83.512756 h -1.17602" + id="path2956" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 63.156056,83.512756 -4.2545,4.25196" + id="path2958" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 58.901556,87.764716 v 0.82804" + id="path2960" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 85.160076,69.542756 v 1.17348" + id="path2962" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 82.444816,81.930336 v -6.2738" + id="path2964" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 82.444816,75.656536 2.30632,-2.30378" + id="path2966" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 84.751136,73.352756 h 0.83312" + id="path2968" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 85.584256,73.352756 0.762,-0.76454" + id="path2970" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 86.346256,72.588216 v -1.04902" + id="path2972" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 86.346256,71.539196 -0.82296,-0.82296" + id="path2974" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 85.523296,70.716236 h -0.36322" + id="path2976" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 101.16208,15.395036 h 0.50546" + id="path2978" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 101.66754,15.395036 0.76454,0.762" + id="path2980" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 102.43208,16.157036 v 2.96418" + id="path2982" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 102.43208,19.121216 -4.785364,4.78536" + id="path2984" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 97.646716,23.906576 v 12.57046" + id="path2986" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 97.646716,36.477036 -1.778,1.77546" + id="path2988" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 95.868716,38.252496 v 21.3487" + id="path2990" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 101.16208,14.170756 v 1.22428" + id="path2992" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 83.984056,67.002756 v -1.08966" + id="path2994" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 83.984056,65.913096 -3.99034,-3.99034" + id="path2996" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 79.993716,61.922756 h -0.81534" + id="path2998" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 79.178376,61.922756 -2.62636,-2.6289" + id="path3000" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 76.552016,59.293856 v -18.6436" + id="path3002" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 59.373996,51.221736 4.6355,-4.6355" + id="path3004" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 64.009496,46.586236 h 1.32334" + id="path3006" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 65.332836,46.586236 5.26034,-5.26034" + id="path3008" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 70.593176,41.325896 v -0.67564" + id="path3010" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 59.373996,51.221736 -1.74752,-1.74498" + id="path3012" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 57.626476,49.476756 h -1.4224" + id="path3014" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 64.332076,87.416736 h 0.36576" + id="path3016" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 64.697836,87.416736 0.80772,-0.80772" + id="path3018" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 65.505556,86.609016 v -16.2941" + id="path3020" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 65.505556,70.314916 -0.67818,-0.67818" + id="path3022" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 64.827376,69.636736 h -0.79756" + id="path3024" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 64.029816,69.636736 -4.65582,-4.65582" + id="path3026" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="M 59.373996,64.980916 V 51.221736" + id="path3028" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 64.332076,88.592756 v -1.17602" + id="path3030" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 85.160076,67.002756 h -1.17602" + id="path3032" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 80.588076,36.446556 4.74472,-4.74726" + id="path3034" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 85.332796,31.699296 v -7.37108" + id="path3036" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 85.332796,24.328216 6.98246,-6.98246" + id="path3038" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 92.315256,17.345756 v -1.14808" + id="path3040" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 92.315256,16.197676 0.75692,-0.75692" + id="path3042" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 93.072176,15.440756 h 1.02108" + id="path3044" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 94.093256,15.440756 0.762,-0.76454" + id="path3046" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 94.855256,14.676216 v -0.50546" + id="path3048" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 83.984056,59.382756 v -0.36576" + id="path3050" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 83.984056,59.016996 -2.23012,-2.23012" + id="path3052" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 81.753936,56.786876 h -2.63906" + id="path3054" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 79.114876,56.786876 -1.2446,-1.2446" + id="path3056" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 77.870276,55.542276 v -7.56412" + id="path3058" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 77.870276,47.978156 1.2954,-1.2954" + id="path3060" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 79.165676,46.682756 h 0.80772" + id="path3062" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 79.973396,46.682756 0.78486,-0.78486" + id="path3064" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 80.758256,45.897896 v -9.28116" + id="path3066" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 80.758256,36.616736 -0.17018,-0.17018" + id="path3068" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 96.082076,14.170756 h -1.22682" + id="path3070" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 85.160076,59.382756 h -1.17602" + id="path3072" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 48.584076,43.030236 h -0.3683" + id="path3074" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 48.215776,43.030236 -0.83312,0.83312" + id="path3076" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 47.382656,43.863356 v 3.59664" + id="path3078" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 47.382656,47.459996 -1.68402,1.68402" + id="path3080" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 45.698636,49.144016 v 25.94864" + id="path3082" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 45.698636,75.092656 -0.79756,0.8001" + id="path3084" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 44.901076,75.892756 v 4.10718" + id="path3086" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 44.901076,79.999936 12.32408,12.32662" + id="path3088" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 57.225156,92.326556 h 4.7371" + id="path3090" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 61.962256,92.326556 1.1938,-1.1938" + id="path3092" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 44.901076,75.892756 h -1.23952" + id="path3094" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 42.488076,75.892756 h 1.17348" + id="path3096" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 64.332076,91.132756 h -1.17602" + id="path3098" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 48.584076,41.856756 v 1.17348" + id="path3100" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 92.315256,14.170756 v 0.50546" + id="path3102" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 92.315256,14.676216 -0.80772,0.80772" + id="path3104" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 91.507536,15.483936 h -1.02616" + id="path3106" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 90.481376,15.483936 -0.70612,0.70612" + id="path3108" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 89.775256,16.190056 v 2.27838" + id="path3110" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 89.775256,18.468436 -11.08456,11.0871" + id="path3112" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 78.690696,29.555536 v 1.41478" + id="path3114" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 78.690696,30.970316 -2.75082,2.75082" + id="path3116" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 75.939876,33.721136 v 4.65836" + id="path3118" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 75.939876,38.379496 1.38684,1.38684" + id="path3120" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 77.326716,39.766336 v 17.76984" + id="path3122" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 77.326716,57.536176 1.84658,1.84658" + id="path3124" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 79.173296,59.382756 h 1.08204" + id="path3126" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 80.255336,59.382756 3.90652,3.90398" + id="path3128" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 84.161856,63.286736 h 0.99822" + id="path3130" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 93.542076,14.170756 h -1.22682" + id="path3132" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 85.160076,64.462756 v -1.17602" + id="path3134" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 66.519016,68.920456 v 21.7551" + id="path3136" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 66.519016,90.675556 -1.82118,1.82118" + id="path3138" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 64.697836,92.496736 h -0.36576" + id="path3140" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 48.584076,40.490236 h -0.3683" + id="path3142" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 48.215776,40.490236 -1.3335,1.3335" + id="path3144" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 46.882276,41.823736 v 5.42798" + id="path3146" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 46.882276,47.251716 -1.68402,1.68402" + id="path3148" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 45.198256,48.935736 v 23.39086" + id="path3150" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 45.198256,72.326596 -2.29362,2.29616" + id="path3152" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 42.904636,74.622756 h -0.8763" + id="path3154" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 42.028336,74.622756 -0.73406,0.73152" + id="path3156" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 41.294276,75.354276 v 1.03886" + id="path3158" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 41.294276,76.393136 0.76708,0.76962" + id="path3160" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 42.061356,77.162756 h 0.82296" + id="path3162" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 42.884316,77.162756 0.77724,0.77724" + id="path3164" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 43.661556,77.939996 v 3.03276" + id="path3166" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 63.156056,93.672756 -1.17602,1.17348" + id="path3168" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 61.980036,94.846236 h -5.27558" + id="path3170" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 56.704456,94.846236 -13.0429,-13.0429" + id="path3172" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 43.661556,81.803336 v -0.83058" + id="path3174" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 43.661556,80.972756 h -0.24892" + id="path3176" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 64.332076,93.672756 h -1.17602" + id="path3178" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 64.332076,93.672756 v -1.17602" + id="path3180" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 48.584076,39.316756 v 1.17348" + id="path3182" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 42.488076,80.972756 h 0.92456" + id="path3184" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 76.729816,34.028476 3.73634,-3.73634" + id="path3186" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 80.466156,30.292136 v -1.80594" + id="path3188" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 80.466156,28.486196 10.53592,-10.53338" + id="path3190" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 91.002076,17.952816 v -1.24206" + id="path3192" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 79.572076,45.412756 v -5.60324" + id="path3194" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 79.572076,39.809516 -2.98704,-2.9845" + id="path3196" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 76.585036,36.825016 v -2.65176" + id="path3198" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 76.585036,34.173256 0.14478,-0.14478" + id="path3200" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 44.426096,29.347256 0.13716,0.13716" + id="path3202" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 46.760356,14.170756 v 0.4572" + id="path3204" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 46.760356,14.627956 0.76454,0.76708" + id="path3206" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 47.524896,15.395036 h 3.51282" + id="path3208" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 51.037716,15.395036 0.84836,0.84582" + id="path3210" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 51.886076,16.240856 v 2.94894" + id="path3212" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 51.886076,19.189796 -6.33222,6.33222" + id="path3214" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 45.553856,25.522016 v 2.69748" + id="path3216" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 45.553856,28.219496 -1.12776,1.12776" + id="path3218" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 34.868076,40.680736 h 0.36322" + id="path3220" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 35.231296,40.680736 3.94462,-3.94462" + id="path3222" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 39.175916,36.736116 v -2.13868" + id="path3224" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 39.175916,34.597436 5.25018,-5.25018" + id="path3226" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 121.48208,68.366736 h -0.36576" + id="path3228" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 121.11632,68.366736 -5.2705,-5.2705" + id="path3230" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="M 115.84582,63.096236 V 51.366516" + id="path3232" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 121.48208,69.542756 v -1.17602" + id="path3234" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 34.868076,41.856756 v -1.17602" + id="path3236" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 45.536076,14.170756 h 1.22428" + id="path3238" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 64.332076,64.366236 h 0.36576" + id="path3240" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 64.697836,64.366236 2.0955,2.0955" + id="path3242" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 66.793336,66.461736 v 0.93218" + id="path3244" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 66.793336,67.393916 0.33528,0.33528" + id="path3246" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 67.128616,67.729196 v 0.61722" + id="path3248" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 67.128616,68.346416 0.1651,0.1651" + id="path3250" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 67.293716,68.511516 v 0.4191" + id="path3252" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 67.293716,68.930616 0.25146,0.25146" + id="path3254" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 67.545176,69.182076 v 0.02286" + id="path3256" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 67.545176,69.204936 0.24892,0.25146" + id="path3258" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 67.794096,69.456396 v 9.30402" + id="path3260" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 67.794096,78.760416 0.50038,0.50038" + id="path3262" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 68.294476,79.260796 v 5.54736" + id="path3264" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 68.294476,84.808156 3.2893,3.2893" + id="path3266" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 83.382076,29.060236 -5.588,5.588" + id="path3268" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 77.794076,34.648236 v 0.85852" + id="path3270" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 56.204076,26.616756 v 1.17348" + id="path3272" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 41.726076,47.284736 3.67792,-3.68046" + id="path3274" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 45.403996,43.604276 v -5.35686" + id="path3276" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 45.403996,38.247416 2.7432,-2.74066" + id="path3278" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 48.147196,35.506756 h 0.89154" + id="path3280" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 49.038736,35.506756 2.74574,-2.74828" + id="path3282" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 51.784476,32.758476 v -0.9144" + id="path3284" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 51.784476,31.844076 4.05384,-4.05384" + id="path3286" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 55.838316,27.790236 h 0.36576" + id="path3288" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 143.58008,90.878756 v -1.07696" + id="path3290" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 131.76908,68.526756 v 1.22428" + id="path3292" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 131.76908,69.751036 h 0.4572" + id="path3294" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 132.22628,69.751036 10.27684,10.27684" + id="path3296" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 142.50312,80.027876 v 8.6995" + id="path3298" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 142.50312,88.727376 1.07696,1.07442" + id="path3300" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 129.22908,68.526756 v -1.22682" + id="path3302" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 127.48156,36.014756 2.98704,2.9845" + id="path3304" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 130.4686,38.999256 v 27.56662" + id="path3306" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 130.4686,66.565876 -0.73406,0.73406" + id="path3308" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 129.73454,67.299936 h -0.50546" + id="path3310" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 127.3571,36.014756 h 0.12446" + id="path3312" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 126.30808,36.014756 h 1.04902" + id="path3314" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 83.382076,27.886756 v 1.17348" + id="path3316" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 41.726076,48.460756 v -1.17602" + id="path3318" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 113.86208,32.522256 h -2.76352" + id="path3320" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 111.09856,32.522256 -2.71018,2.70764" + id="path3322" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 108.38838,35.229896 v 6.76402" + id="path3324" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 108.38838,41.993916 -2.1463,2.14884" + id="path3326" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 71.583776,88.097456 7.25424,7.2517" + id="path3328" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 78.838016,95.349156 h 9.82726" + id="path3330" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 88.665276,95.349156 1.17094,-1.17094" + id="path3332" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 89.836216,94.178216 v -5.67436" + id="path3334" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 89.836216,88.503856 -4.4069,-4.4069" + id="path3336" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 85.429316,84.096956 v -1.56718" + id="path3338" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 71.583776,88.097456 -7.3025,7.3025" + id="path3340" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="M 64.281276,95.399956 H 45.391296" + id="path3342" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 45.391296,95.399956 -1.72974,-1.7272" + id="path3344" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 42.488076,93.672756 h 1.17348" + id="path3346" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 64.332076,63.192756 v 1.17348" + id="path3348" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 85.429316,82.529776 v -3.92176" + id="path3350" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 85.429316,78.608016 -0.26924,-0.27178" + id="path3352" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 85.429316,82.529776 h 11.03376" + id="path3354" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 96.463076,82.529776 0.98298,0.98298" + id="path3356" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 98.622076,83.512756 h -1.17602" + id="path3358" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 85.160076,77.162756 v 1.17348" + id="path3360" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 113.86208,17.935036 v 14.58722" + id="path3362" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 113.86208,16.710756 v 1.22428" + id="path3364" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 41.726076,26.108756 v -1.17602" + id="path3366" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 40.456076,15.395036 h 0.4572" + id="path3368" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 40.913276,15.395036 0.8128,0.81026" + id="path3370" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 41.726076,16.205296 v 8.72744" + id="path3372" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 133.92808,28.394756 v 1.17348" + id="path3374" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 133.92808,29.568236 h -0.36576" + id="path3376" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 133.56232,29.568236 -6.08076,6.08076" + id="path3378" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 127.48156,35.648996 v 0.36576" + id="path3380" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 40.456076,14.170756 v 1.22428" + id="path3382" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 56.204076,41.856756 -5.78358,5.78104" + id="path3384" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 50.420496,47.637796 v 4.18084" + id="path3386" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 50.420496,51.818636 -2.54254,2.54254" + id="path3388" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 47.877956,54.361176 v 9.66216" + id="path3390" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 47.877956,64.023336 0.29972,0.30226" + id="path3392" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 34.868076,69.796756 v 1.17348" + id="path3394" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 34.868076,70.970236 h -0.3683" + id="path3396" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 34.499776,70.970236 -0.83566,0.83566" + id="path3398" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 33.664116,71.805896 v 22.37994" + id="path3400" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 33.664116,94.185836 1.72974,1.7272" + id="path3402" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 35.393856,95.913036 h 35.13836" + id="path3404" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 70.532216,95.913036 2.05994,-2.05994" + id="path3406" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 72.592156,93.853096 h 3.25374" + id="path3408" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 75.845896,93.853096 2.49174,2.49174" + id="path3410" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 78.337636,96.344836 h 3.00228" + id="path3412" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 78.302076,14.170756 h -1.22682" + id="path3414" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 56.204076,41.856756 v -1.17602" + id="path3416" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 56.204076,40.680736 h -0.3683" + id="path3418" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 55.835776,40.680736 -1.33096,-1.33096" + id="path3420" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 54.504816,39.349776 v -7.62" + id="path3422" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 54.504816,31.729776 1.30556,-1.30302" + id="path3424" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 55.810376,30.426756 h 0.8382" + id="path3426" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 56.648576,30.426756 17.48282,-17.48282" + id="path3428" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 74.131396,12.943936 h 2.67462" + id="path3430" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 76.806016,12.943936 0.26924,0.26924" + id="path3432" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 77.075256,13.213176 v 0.95758" + id="path3434" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 57.377556,36.776756 v 5.588" + id="path3436" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 57.377556,42.364756 -0.75946,0.762" + id="path3438" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 56.618096,43.126756 h -0.8128" + id="path3440" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 55.805296,43.126756 -4.5466,4.54406" + id="path3442" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 51.258696,47.670816 v 4.01828" + id="path3444" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 51.258696,51.689096 -2.88036,2.88036" + id="path3446" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 48.378336,54.569456 v 3.73888" + id="path3448" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 48.378336,58.308336 0.30226,0.30226" + id="path3450" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 121.48208,70.906736 h -0.36576" + id="path3452" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 121.11632,70.906736 -6.06552,-6.06552" + id="path3454" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="M 115.0508,64.841216 V 41.292876" + id="path3456" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 115.0508,41.292876 0.12446,-0.127" + id="path3458" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 57.377556,36.776756 h 0.1397" + id="path3460" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 57.517256,36.776756 19.558,-19.56054" + id="path3462" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 77.075256,17.216216 v -0.50546" + id="path3464" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 56.204076,36.776756 h 1.17348" + id="path3466" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 78.302076,16.710756 h -1.22682" + id="path3468" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 121.48208,72.082756 v -1.17602" + id="path3470" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 121.48208,63.286736 h -0.3683" + id="path3472" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 121.11378,63.286736 -2.58572,-2.58572" + id="path3474" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="M 118.52806,60.701016 V 42.928636" + id="path3476" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 118.52806,42.928636 -2.53746,-2.53746" + id="path3478" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 121.48208,64.462756 v -1.17602" + id="path3480" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 106.24208,74.622756 h -1.17602" + id="path3482" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 79.572076,53.032756 h 1.17348" + id="path3484" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 80.745556,53.032756 v 1.05918" + id="path3486" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 80.745556,54.091936 4.02082,4.02082" + id="path3488" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 84.766376,58.112756 h 0.81026" + id="path3490" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 85.576636,58.112756 11.92784,11.92784" + id="path3492" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 97.504476,70.040596 v 0.81788" + id="path3494" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 97.504476,70.858476 2.39776,2.39776" + id="path3496" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 99.902236,73.256236 h 3.799844" + id="path3498" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 103.70208,73.256236 1.36398,1.36652" + id="path3500" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 60.262996,45.034296 6.5151,-6.51256" + id="path3502" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 66.778096,38.521736 v -6.98754" + id="path3504" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 66.778096,31.534196 3.64998,-3.64744" + id="path3506" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 75.762076,14.170756 h -1.22682" + id="path3508" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 56.204076,34.236756 5.24256,-5.2451" + id="path3510" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 61.446636,28.991656 v -1.73228" + id="path3512" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 61.446636,27.259376 13.08862,-13.08862" + id="path3514" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 42.488076,73.352756 v -1.17602" + id="path3516" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 42.488076,72.176736 h 0.36576" + id="path3518" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 42.853836,72.176736 0.80772,-0.80772" + id="path3520" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="M 43.661556,71.369016 V 49.337056" + id="path3522" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 43.661556,49.337056 2.1844,-2.1844" + id="path3524" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 85.160076,61.922756 v -1.17602" + id="path3526" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 81.964756,58.110216 2.63652,2.63652" + id="path3528" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 84.601276,60.746736 h 0.5588" + id="path3530" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 56.204076,39.316756 v -1.17602" + id="path3532" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 56.204076,31.696756 v 1.17348" + id="path3534" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 56.204076,32.870236 h -0.3683" + id="path3536" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 55.835776,32.870236 -0.82804,0.82804" + id="path3538" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 55.007736,33.698276 v 3.61188" + id="path3540" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 55.007736,37.310156 0.83058,0.83058" + id="path3542" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 55.838316,38.140736 h 0.36576" + id="path3544" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 127.32408,90.878756 v -1.07696" + id="path3546" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 126.30808,44.142756 v 28.07462" + id="path3548" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 126.30808,72.217376 -1.48082,1.47828" + id="path3550" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 124.82726,73.695656 v 13.61186" + id="path3552" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 124.82726,87.307516 2.49682,2.49428" + id="path3554" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 19.628076,32.870236 h -0.3683" + id="path3556" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 19.259776,32.870236 -1.35128,1.35128" + id="path3558" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 17.908496,34.221516 v 35.5473" + id="path3560" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 17.908496,69.768816 1.29794,1.29794" + id="path3562" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 19.206436,71.066756 h 0.85598" + id="path3564" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 20.062416,71.066756 11.7856,11.78306" + id="path3566" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 31.848016,82.849816 v 10.22604" + id="path3568" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 31.848016,93.075856 3.39344,3.39344" + id="path3570" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 35.241456,96.469296 h 38.42512" + id="path3572" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 73.666576,96.469296 1.83896,-1.83896" + id="path3574" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 19.628076,31.696756 v 1.17348" + id="path3576" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 51.929256,14.170756 v -0.45974" + id="path3578" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 51.929256,13.711016 -0.76454,-0.76708" + id="path3580" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="M 51.164716,12.943936 H 39.434996" + id="path3582" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 39.434996,12.943936 -9.39038,9.39038" + id="path3584" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 30.044616,22.334316 v 8.22706" + id="path3586" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 30.044616,30.561376 -10.11936,10.11936" + id="path3588" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 19.925256,40.680736 h -0.29718" + id="path3590" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 19.628076,41.856756 v -1.17602" + id="path3592" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 53.156076,14.170756 h -1.22682" + id="path3594" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 19.628076,45.760736 h 0.29718" + id="path3596" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 19.925256,45.760736 9.74852,-9.74852" + id="path3598" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 29.673776,36.012216 v -3.36296" + id="path3600" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 29.673776,32.649256 4.76504,-4.7625" + id="path3602" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 34.438816,27.886756 h 1.0922" + id="path3604" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 35.531016,27.886756 5.4102,-5.41274" + id="path3606" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 19.628076,46.936756 v -1.17602" + id="path3608" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 19.628076,69.796756 v -1.17602" + id="path3610" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 40.456076,16.710756 v 1.22428" + id="path3612" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 40.456076,17.935036 -6.76402,6.76402" + id="path3614" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 33.692056,24.699056 v 2.921" + id="path3616" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 33.692056,27.620056 -12.50696,12.50696" + id="path3618" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 21.185096,40.127016 v 1.83896" + id="path3620" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 21.185096,41.965976 -1.15824,1.16078" + id="path3622" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 20.026856,43.126756 h -0.88646" + id="path3624" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 19.140396,43.126756 -0.73152,0.72898" + id="path3626" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 18.408876,43.855736 v 23.91156" + id="path3628" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 18.408876,67.767296 0.85344,0.85344" + id="path3630" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 19.262316,68.620736 h 0.36576" + id="path3632" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 45.536076,17.935036 -2.4638,2.46126" + id="path3634" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 43.072276,20.396296 v 6.0452" + id="path3636" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 43.072276,26.441496 -6.54558,6.54558" + id="path3638" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 36.526696,32.987076 h -2.09042" + id="path3640" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 34.436276,32.987076 -7.01294,7.01294" + id="path3642" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 27.423336,40.000016 v 0.86868" + id="path3644" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 27.423336,40.868696 -7.43204,7.43204" + id="path3646" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 19.991296,48.300736 h -0.36322" + id="path3648" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 19.628076,49.476756 v -1.17602" + id="path3650" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 45.536076,16.710756 v 1.22428" + id="path3652" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 48.076076,17.935036 -4.50342,4.50088" + id="path3654" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 43.572656,22.435916 v 4.75488" + id="path3656" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 43.572656,27.190796 -8.31342,8.31596" + id="path3658" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 35.259236,35.506756 h -0.81026" + id="path3660" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 34.448976,35.506756 -3.76682,3.76682" + id="path3662" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 30.682156,39.273576 v 0.8763" + id="path3664" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 30.682156,40.149876 -10.69086,10.69086" + id="path3666" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 19.991296,50.840736 h -0.36322" + id="path3668" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 19.628076,52.016756 v -1.17602" + id="path3670" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 48.076076,16.710756 v 1.22428" + id="path3672" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 19.628076,54.556756 v -1.17602" + id="path3674" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 50.616076,16.710756 v 1.22428" + id="path3676" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 50.616076,17.935036 -6.17982,6.17982" + id="path3678" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 44.436256,24.114856 v 2.921" + id="path3680" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 44.436256,27.035856 -7.9756,7.97814" + id="path3682" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 36.460656,35.013996 v 1.85166" + id="path3684" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 36.460656,36.865656 -1.1811,1.1811" + id="path3686" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 35.279556,38.046756 h -0.9017" + id="path3688" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 34.377856,38.046756 -13.3858,13.3858" + id="path3690" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 20.992056,51.432556 v 0.94742" + id="path3692" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 20.992056,52.379976 -1.00076,1.00076" + id="path3694" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 19.991296,53.380736 h -0.36322" + id="path3696" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 19.628076,58.460736 h 0.36322" + id="path3698" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 19.991296,58.460736 1.00076,-1.00076" + id="path3700" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 20.992056,57.459976 v -0.94742" + id="path3702" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 20.992056,56.512556 13.3858,-13.3858" + id="path3704" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 34.377856,43.126756 h 0.88138" + id="path3706" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 35.259236,43.126756 7.85368,-7.85368" + id="path3708" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 43.112916,35.273076 v -3.06578" + id="path3710" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 43.112916,32.207296 3.76174,-3.76174" + id="path3712" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 46.874656,28.445556 v -2.30124" + id="path3714" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 46.874656,26.144316 8.20674,-8.20928" + id="path3716" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 55.081396,17.935036 h 0.61468" + id="path3718" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 19.628076,59.636756 v -1.17602" + id="path3720" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 55.696076,16.710756 v 1.22428" + id="path3722" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 19.628076,61.000736 h 0.36322" + id="path3724" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 19.991296,61.000736 10.69086,-10.69086" + id="path3726" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 30.682156,50.309876 v -0.8763" + id="path3728" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 30.682156,49.433576 3.76682,-3.76682" + id="path3730" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 34.448976,45.666756 h 0.81788" + id="path3732" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 35.266856,45.666756 1.16332,-1.16332" + id="path3734" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 36.430176,44.503436 v -1.81102" + id="path3736" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 36.430176,42.692416 9.59866,-9.59866" + id="path3738" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 46.028836,33.093756 v -3.09372" + id="path3740" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 46.028836,30.000036 2.2098,-2.2098" + id="path3742" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 48.238636,27.790236 h 1.35128" + id="path3744" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 49.589916,27.790236 8.64616,-8.64616" + id="path3746" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 58.236076,19.144076 v -1.20904" + id="path3748" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 19.628076,62.176756 v -1.17602" + id="path3750" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 58.236076,16.710756 v 1.22428" + id="path3752" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 60.776076,17.935036 v 0.75438" + id="path3754" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 60.776076,18.689416 -11.73734,11.73734" + id="path3756" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 49.038736,30.426756 h -0.91694" + id="path3758" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 48.121796,30.426756 -1.59258,1.59004" + id="path3760" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 46.529216,32.016796 v 1.86944" + id="path3762" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 46.529216,33.886236 -6.7818,6.78434" + id="path3764" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 39.747416,40.670576 v 3.05816" + id="path3766" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 39.747416,43.728736 -4.47802,4.47802" + id="path3768" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 35.269396,48.206756 h -0.89154" + id="path3770" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 34.377856,48.206756 -13.3858,13.3858" + id="path3772" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 20.992056,61.592556 v 0.94742" + id="path3774" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 20.992056,62.539976 -1.00076,1.00076" + id="path3776" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 19.991296,63.540736 h -0.36322" + id="path3778" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 19.628076,64.716756 v -1.17602" + id="path3780" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 60.776076,16.710756 v 1.22428" + id="path3782" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 19.628076,66.080736 h 0.36322" + id="path3784" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 19.991296,66.080736 1.00076,-1.00076" + id="path3786" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 20.992056,65.079976 v -0.94742" + id="path3788" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 20.992056,64.132556 13.3858,-13.3858" + id="path3790" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 34.377856,50.746756 h 0.89154" + id="path3792" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 35.269396,50.746756 8.36168,-8.36422" + id="path3794" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 43.631076,42.382536 v -4.5212" + id="path3796" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 43.631076,37.861336 3.45694,-3.45694" + id="path3798" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 47.088016,34.404396 v -0.42164" + id="path3800" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 47.088016,33.982756 1.01854,-1.016" + id="path3802" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 48.106556,32.966756 h 0.92964" + id="path3804" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 49.036196,32.966756 1.65354,-1.65354" + id="path3806" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 50.689736,31.313216 v -0.85852" + id="path3808" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 50.689736,30.454696 12.51966,-12.51966" + id="path3810" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 63.209396,17.935036 h 0.10668" + id="path3812" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 19.628076,67.256756 v -1.17602" + id="path3814" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 63.316076,16.710756 v 1.22428" + id="path3816" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 106.24208,49.222756 v -1.17602" + id="path3818" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 106.24208,48.046736 h 0.36576" + id="path3820" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 106.60784,48.046736 3.69824,-3.69824" + id="path3822" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 110.30608,44.348496 v -8.58774" + id="path3824" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 121.22808,35.760756 v 1.17348" + id="path3826" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 121.48208,56.842756 v -1.17602" + id="path3828" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 121.48208,55.666736 h 0.36576" + id="path3830" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 121.84784,55.666736 1.31318,-1.31318" + id="path3832" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="M 123.16102,54.353556 V 38.867176" + id="path3834" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 123.16102,38.867176 -1.93294,-1.93294" + id="path3836" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 126.30808,32.108236 h -0.3683" + id="path3838" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 125.93978,32.108236 -2.1336,2.1336" + id="path3840" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 123.80618,34.241836 v 37.18306" + id="path3842" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 123.80618,71.424896 -1.92532,1.92786" + id="path3844" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 121.88086,73.352756 h -5.47878" + id="path3846" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 116.40208,73.352756 -10.16,10.16" + id="path3848" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 126.30808,30.934756 v 1.17348" + id="path3850" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="M 101.2586,84.696396 H 87.613716" + id="path3852" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 87.613716,84.696396 -1.18364,-1.18364" + id="path3854" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 106.24208,83.512756 -1.18618,1.18364" + id="path3856" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 105.0559,84.696396 h -3.7973" + id="path3858" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 101.2586,84.696396 v 4.66852" + id="path3860" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 101.2586,89.364916 4.23418,4.23418" + id="path3862" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 105.49278,93.599096 h 3.7973" + id="path3864" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 102.68608,88.846756 h 1.37414" + id="path3866" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 126.30808,33.474756 v 1.17348" + id="path3868" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 126.30808,34.648236 h -0.3683" + id="path3870" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 125.93978,34.648236 -0.80772,0.80772" + id="path3872" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 125.13206,35.455956 v 37.17798" + id="path3874" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 125.13206,72.633936 -3.3528,3.3528" + id="path3876" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 121.77926,75.986736 h -4.85902" + id="path3878" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 116.92024,75.986736 -12.86002,12.86002" + id="path3880" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 42.488076,78.432756 v 1.17348" + id="path3882" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 42.488076,79.606236 h -0.3683" + id="path3884" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 42.119776,79.606236 -0.80772,0.80772" + id="path3886" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 41.312056,80.413956 v 7.82828" + id="path3888" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 41.312056,88.242236 -5.93598,5.93852" + id="path3890" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 115.78994,89.100756 2.64414,-2.64414" + id="path3892" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 118.43408,86.456616 v -2.94386" + id="path3894" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 115.64008,35.760756 h -1.17602" + id="path3896" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 106.24208,46.682756 v -1.17602" + id="path3898" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 106.24208,45.506736 h 0.36576" + id="path3900" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 106.60784,45.506736 2.28092,-2.28092" + id="path3902" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 108.88876,43.225816 v -7.71398" + id="path3904" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 108.88876,35.511836 0.93472,-0.93472" + id="path3906" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 109.82348,34.577116 h 3.45694" + id="path3908" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 113.28042,34.577116 1.18364,1.18364" + id="path3910" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="M 121.48208,53.126736 H 121.1722" + id="path3912" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 121.1722,53.126736 -2.14376,-2.14376" + id="path3914" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="M 119.02844,50.982976 V 18.023936" + id="path3916" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 119.02844,18.023936 -0.0864,-0.0889" + id="path3918" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 118.94208,16.710756 v 1.22428" + id="path3920" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 121.48208,54.302756 v -1.17602" + id="path3922" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 124.02208,16.710756 h 1.22428" + id="path3924" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 151.45408,43.787156 v -1.37414" + id="path3926" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 151.45408,42.413016 h -0.50546" + id="path3928" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="M 150.94862,42.413016 125.24636,16.710756" + id="path3930" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 129.82344,90.878756 0.62992,-0.63246" + id="path3932" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 130.45336,90.246296 v -22.1615" + id="path3934" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 130.45336,68.084796 0.83058,-0.82804" + id="path3936" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 131.28394,67.256756 h 0.9525" + id="path3938" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 132.23644,67.256756 19.21764,-19.21764" + id="path3940" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 151.45408,48.039116 v -4.25196" + id="path3942" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 80.842076,15.395036 h -0.508" + id="path3944" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 80.334076,15.395036 -0.762,0.762" + id="path3946" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 79.572076,16.157036 v 1.92786" + id="path3948" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 79.572076,18.084896 -6.73862,6.73862" + id="path3950" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 72.833456,24.823516 v 3.2893" + id="path3952" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 72.833456,28.112816 -2.40538,2.40538" + id="path3954" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 70.428076,30.518196 v 4.98856" + id="path3956" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 80.842076,14.170756 v 1.22428" + id="path3958" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 54.987416,49.476756 v -0.50546" + id="path3960" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 54.987416,48.971296 0.76454,-0.76708" + id="path3962" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 55.751956,48.204216 h 2.4384" + id="path3964" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 58.190356,48.204216 12.23772,-12.23772" + id="path3966" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 70.428076,35.966496 v -0.45974" + id="path3968" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 165.67808,92.402756 h -1.22682" + id="path3970" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 144.59608,83.512756 v 1.27508" + id="path3972" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 144.59608,84.787836 0.34036,0.34036" + id="path3974" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 144.93644,85.128196 v 6.13156" + id="path3976" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 144.93644,91.259756 0.69596,0.69342" + id="path3978" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 145.6324,91.953176 h 8.4201" + id="path3980" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 154.0525,91.953176 1.67386,1.67386" + id="path3982" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 155.72636,93.627036 h 8.45566" + id="path3984" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 164.18202,93.627036 0.26924,-0.26924" + id="path3986" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 164.45126,93.357796 v -0.95504" + id="path3988" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 100.40008,44.142756 v -1.17602" + id="path3990" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 103.95608,35.506756 v 3.90398" + id="path3992" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 103.95608,39.410736 -3.556,3.556" + id="path3994" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 165.67808,92.402756 v -1.22682" + id="path3996" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 165.67808,91.175936 h 0.127" + id="path3998" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 165.80508,91.175936 7.66572,-7.66318" + id="path4000" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 126.05408,82.336736 1.94818,-1.95072" + id="path4002" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="M 128.00226,80.386016 V 57.815576" + id="path4004" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 128.00226,57.815576 0.76708,-0.76454" + id="path4006" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 128.76934,57.051036 h 0.45974" + id="path4008" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 129.22908,55.826756 v 1.22428" + id="path4010" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 126.05408,83.512756 v -1.17602" + id="path4012" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 79.572076,93.672756 h 1.17348" + id="path4014" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 84.428556,88.813736 v -5.30098" + id="path4016" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 80.745556,93.672756 v -1.17602" + id="path4018" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 80.745556,92.496736 3.683,-3.683" + id="path4020" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 88.462076,89.100756 -0.28702,-0.28702" + id="path4022" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 88.175056,88.813736 h -3.7465" + id="path4024" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 131.76908,55.826756 v -1.22682" + id="path4026" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 133.92808,44.142756 v 8.29818" + id="path4028" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 133.92808,52.440936 -2.159,2.159" + id="path4030" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 54.987416,49.476756 h -0.23876" + id="path4032" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 57.728076,59.476736 -2.74066,-2.74066" + id="path4034" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 54.987416,56.736076 v -7.25932" + id="path4036" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 19.628076,26.616756 v -1.17602" + id="path4038" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 28.518076,15.440756 v 1.27508" + id="path4040" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 28.518076,16.715836 -8.72744,8.7249" + id="path4042" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 19.790636,25.440736 h -0.16256" + id="path4044" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 126.30808,28.394756 h -1.17602" + id="path4046" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 121.22808,28.140756 h 3.64998" + id="path4048" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 124.87806,28.140756 0.254,0.254" + id="path4050" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 57.728076,60.652756 v -1.17602" + id="path4052" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 116.40208,16.710756 v 1.22428" + id="path4054" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 116.40208,17.935036 -0.762,0.762" + id="path4056" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 115.64008,18.697036 v 9.44372" + id="path4058" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="M 153.99408,83.512756 H 152.6174" + id="path4060" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 146.07944,90.878756 6.53796,-6.5405" + id="path4062" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 152.6174,84.338256 v -0.8255" + id="path4064" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 159.07408,83.512756 v -1.37668" + id="path4066" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 156.53408,28.747816 v 1.37414" + id="path4068" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 156.53408,30.121956 1.16332,1.16586" + id="path4070" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 157.6974,31.287816 v 49.47412" + id="path4072" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 157.6974,80.761936 1.37668,1.37414" + id="path4074" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 159.07408,83.512756 v 1.37414" + id="path4076" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 163.13808,92.402756 v -3.45186" + id="path4078" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 163.13808,88.950896 -4.064,-4.064" + id="path4080" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 31.058076,15.440756 -1.5367,1.53416" + id="path4082" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 29.521376,16.974916 v 11.63574" + id="path4084" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 29.521376,28.610656 -9.53008,9.53008" + id="path4086" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 19.991296,38.140736 h -0.36322" + id="path4088" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 19.628076,39.316756 v -1.17602" + id="path4090" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 79.572076,54.396736 h -0.3683" + id="path4092" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 79.203776,54.396736 -0.83312,-0.83312" + id="path4094" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 78.370656,53.563616 v -1.00584" + id="path4096" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 78.370656,52.557776 0.72898,-0.72898" + id="path4098" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 79.099636,51.828796 h 0.88646" + id="path4100" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 79.986096,51.828796 1.4732,-1.47574" + id="path4102" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="M 81.459296,50.353056 V 39.944136" + id="path4104" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 81.459296,39.944136 4.43992,-4.43738" + id="path4106" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 79.572076,55.572756 v -1.17602" + id="path4108" + inkscape:connector-curvature="0" /> + <g + style="fill:#000000;fill-opacity:0;stroke:#000000;stroke-width:59.05509949;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + id="g4112" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <g + id="g4114" + style="fill:#008400;fill-opacity:0;stroke:#008400;stroke-width:98.42520142;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + transform="matrix(0.00254,0,0,0.00254,2.8640762,-1.0692442)" /> + <path + style="fill:#008400;fill-opacity:1;fill-rule:evenodd;stroke:#008400;stroke-width:0.25400001;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="M 181.98615,96.518826 H 82.363028 l 0.01372,-0.0696 v -0.203708 l -0.02667,-0.134366 H 88.6287 l 0.03734,0.0036 0.03734,-0.0036 v 0 l 0.111506,-0.01118 0.143256,-0.04343 0.13208,-0.07061 0.115824,-0.095 0.02362,-0.02896 1.119378,-1.119124 0.02896,-0.02388 0.095,-0.115824 0.07061,-0.13208 0.04343,-0.143256 0.01092,-0.111506 v 0 l 0.0038,-0.03734 -0.0038,-0.03734 V 93.43982 h 2.72923 v 0.322072 l 0.06274,0.315722 0.12319,0.297688 0.17907,0.267716 0.227584,0.227584 0.267716,0.17907 0.297688,0.12319 0.315976,0.06299 h 0.322072 l 0.315722,-0.06299 0.297688,-0.12319 0.267716,-0.17907 0.227838,-0.227584 0.178816,-0.267716 0.12319,-0.297688 0.06299,-0.315722 V 93.43982 L 96.5342,93.123844 96.41101,92.826156 96.232194,92.55844 96.004356,92.330856 95.73664,92.151786 95.438952,92.028596 95.12323,91.965856 h -0.322072 l -0.315976,0.06274 -0.297688,0.12319 -0.267716,0.17907 -0.227584,0.227584 -0.17907,0.267716 -0.12319,0.297688 -0.06274,0.315976 h -2.72923 v -3.203702 h 3.408426 l 0.09576,0.264414 0.28956,0.14097 0.311404,0.08153 0.321564,0.0193 0.319024,-0.04369 0.304546,-0.105156 0.17399,-0.09296 0.09576,-0.264414 -0.955802,-0.955802 -0.955802,0.955802 H 90.597962 V 89.16324 h 2.722372 l 0.04369,0.319278 0.105156,0.304292 0.09296,0.17399 0.264414,0.09576 0.955802,-0.955802 h 0.35941 l 0.955802,0.955802 0.264414,-0.09576 0.140716,-0.28956 0.08179,-0.311658 0.0193,-0.32131 -0.04369,-0.319278 -0.105156,-0.304292 -0.09296,-0.17399 -0.264414,-0.09576 -0.955802,0.955802 h -0.35941 l -0.955802,-0.955802 -0.264414,0.09576 -0.140716,0.28956 -0.08179,0.311658 -0.0193,0.32131 h -2.722372 v -0.61976 l 0.0038,-0.03734 -0.0038,-0.03734 v 0 l -0.01092,-0.11176 -0.04343,-0.143256 -0.07061,-0.13208 -0.02413,-0.02921 -0.04699,-0.0574 v 0 l -0.02388,-0.02896 -7.62e-4,-7.62e-4 h 3.629152 l 0.955802,0.955802 0.955802,-0.955802 -0.09576,-0.264414 -0.289814,-0.14097 -0.311404,-0.08153 -0.321564,-0.0193 -0.319024,0.04369 -0.304546,0.105156 -0.173736,0.09296 -0.09576,0.264414 h -3.629152 l -0.02819,-0.02311 -2.485644,-2.485898 h 12.635988 v 3.871468 l -0.004,0.03734 0.004,0.03734 0.0109,0.11176 0.006,0.0188 0.0376,0.12446 0.0706,0.131826 0.0711,0.08687 0.0239,0.02896 0.029,0.02388 2.35991,2.35966 h -1.42214 l -0.12446,0.01219 -0.11964,0.03632 -0.11049,0.05893 -0.0965,0.0795 -0.0795,0.09652 -0.0589,0.11049 -0.0363,0.119634 -0.0122,0.12446 v 1.999996 l 0.0122,0.12446 0.0363,0.119634 0.0589,0.11049 0.0795,0.09652 0.0965,0.0795 0.11049,0.05893 0.11964,0.03632 0.12446,0.01219 h 1.99999 l 0.12446,-0.01219 0.11964,-0.03632 0.11049,-0.05893 0.0965,-0.0795 0.0795,-0.09652 0.0589,-0.11049 0.0363,-0.119634 0.0122,-0.12446 v -1.422146 l 0.60706,0.60706 0.0239,0.02921 0.0289,0.02362 0.0866,0.07112 0.0795,0.04242 0.0526,0.02819 0.14325,0.04343 0.11176,0.01118 v 0 l 0.0373,0.0036 0.0373,-0.0036 h 2.30276 l 0.006,0.01448 0.17882,0.267716 0.22783,0.227584 0.26772,0.17907 0.29743,0.12319 0.31598,0.06299 h 0.32207 l 0.31598,-0.06299 0.29743,-0.12319 0.26772,-0.17907 0.22784,-0.227584 0.17881,-0.267716 0.12345,-0.297688 0.0627,-0.315722 v -0.322072 h 3.23012 v 0.322072 l 0.0627,0.315722 0.12319,0.297688 0.17907,0.267716 0.22758,0.227584 0.26772,0.17907 0.29769,0.12319 0.31597,0.06299 h 0.32208 l 0.31572,-0.06299 0.29769,-0.12319 0.26771,-0.17907 0.22784,-0.227584 0.17882,-0.267716 0.12319,-0.297688 0.006,-0.03048 h 8.62076 v 0.263144 l 0.0513,0.25781 0.10058,0.243078 0.14605,0.218694 0.18619,0.185928 0.21844,0.14605 0.24307,0.100584 0.25781,0.05131 h 0.26315 l 0.25781,-0.05131 0.24308,-0.100584 0.21844,-0.14605 0.18618,-0.185928 0.14605,-0.218694 0.0668,-0.161798 0.0671,0.161798 0.14605,0.218694 0.18592,0.185928 0.2187,0.14605 0.24282,0.100584 0.25807,0.05131 h 0.26289 l 0.25806,-0.05131 0.24282,-0.100584 0.2187,-0.14605 0.18593,-0.185928 0.14605,-0.218694 0.067,-0.161798 0.0668,0.161798 0.14631,0.218694 0.18593,0.185928 0.21844,0.14605 0.24307,0.100584 0.25781,0.05131 h 0.26315 l 0.25781,-0.05131 0.24308,-0.100584 0.21844,-0.14605 0.18618,-0.185928 0.14605,-0.218694 0.10058,-0.243078 0.0513,-0.25781 V 94.04717 h 8.58596 v 0.263144 l 0.0513,0.25781 0.10058,0.243078 0.14605,0.218694 0.18619,0.185928 0.21844,0.14605 0.24307,0.100584 0.25781,0.05131 h 0.26315 l 0.25781,-0.05131 0.24308,-0.100584 0.21844,-0.14605 0.18618,-0.185928 0.14605,-0.218694 0.0668,-0.161798 0.0671,0.161798 0.14605,0.218694 0.18592,0.185928 0.2187,0.14605 0.24282,0.100584 0.25807,0.05131 h 0.26289 l 0.25806,-0.05131 0.24282,-0.100584 0.2187,-0.14605 0.18593,-0.185928 0.14605,-0.218694 0.067,-0.161798 0.0668,0.161798 0.14631,0.218694 0.18593,0.185928 0.21844,0.14605 0.24307,0.100584 0.25781,0.05131 h 0.26315 l 0.25781,-0.05131 0.24308,-0.100584 0.21844,-0.14605 0.18618,-0.185928 0.14605,-0.218694 0.10058,-0.243078 0.0513,-0.25781 V 94.04717 l -0.0513,-0.25781 -0.10058,-0.242824 -0.14605,-0.218694 -0.18618,-0.185928 -0.21844,-0.146304 -0.24308,-0.100584 -0.25781,-0.05131 h -0.26315 l -0.25781,0.05131 -0.24307,0.100584 -0.21844,0.146304 -0.18593,0.185928 -0.14631,0.218694 -0.0668,0.161544 -0.067,-0.161544 -0.14605,-0.218694 -0.18593,-0.185928 -0.2187,-0.146304 -0.24282,-0.100584 -0.25806,-0.05131 h -0.26289 l -0.25807,0.05131 -0.24282,0.100584 -0.2187,0.146304 -0.18592,0.185928 -0.14605,0.218694 -0.0671,0.161544 -0.0668,-0.161544 -0.14605,-0.218694 -0.18618,-0.185928 -0.21844,-0.146304 -0.24308,-0.100584 -0.25781,-0.05131 h -0.26315 l -0.25781,0.05131 -0.24307,0.100584 -0.21844,0.146304 -0.18619,0.185928 -0.14605,0.218694 -0.10058,0.242824 -0.0513,0.25781 h -8.58596 l -0.0513,-0.25781 -0.10058,-0.242824 -0.14605,-0.218694 -0.18618,-0.185928 -0.21844,-0.146304 -0.24308,-0.100584 -0.25781,-0.05131 h -0.26315 l -0.25781,0.05131 -0.24307,0.100584 -0.21844,0.146304 -0.18593,0.185928 -0.14631,0.218694 -0.0668,0.161544 -0.067,-0.161544 -0.14605,-0.218694 -0.18593,-0.185928 -0.2187,-0.146304 -0.24282,-0.100584 -0.25806,-0.05131 h -0.26289 l -0.25807,0.05131 -0.24282,0.100584 -0.2187,0.146304 -0.18592,0.185928 -0.14605,0.218694 -0.0671,0.161544 -0.0668,-0.161544 -0.14605,-0.218694 -0.18618,-0.185928 -0.21844,-0.146304 -0.24308,-0.100584 -0.25781,-0.05131 h -0.26315 l -0.25781,0.05131 -0.24307,0.100584 -0.21844,0.146304 -0.18619,0.185928 -0.14605,0.218694 -0.10058,0.242824 -0.0513,0.25781 h -8.62076 l 0.0569,-0.285242 v -0.322072 l -0.063,-0.315976 -0.12319,-0.297688 -0.17882,-0.267716 -0.22784,-0.227584 -0.26771,-0.17907 -0.29769,-0.12319 -0.31572,-0.06274 h -0.32208 l -0.31597,0.06274 -0.29769,0.12319 -0.26772,0.17907 -0.22758,0.227584 -0.17907,0.267716 -0.12319,0.297688 -0.0627,0.315976 h -3.23012 l -0.0627,-0.315976 -0.12345,-0.297688 -0.17881,-0.267716 -0.22784,-0.227584 -0.26772,-0.17907 -0.29743,-0.12319 -0.31598,-0.06274 h -0.32207 l -0.31598,0.06274 -0.29743,0.12319 -0.26772,0.17907 -0.22783,0.227584 -0.17882,0.267716 -0.006,0.01448 h -2.02539 l -2.48768,-2.487676 0.13843,-0.0574 0.26772,-0.178816 0.22784,-0.227838 0.17881,-0.267716 0.008,-0.0188 0.0676,-0.0066 0.14326,-0.04343 0.13208,-0.07061 0.11582,-0.095 0.0236,-0.02896 0.41809,-0.418084 h 2.61188 v 0.322072 l 0.0627,0.315976 0.12344,0.297434 0.17882,0.267716 0.22783,0.227838 0.26772,0.178816 0.29743,0.123444 0.31598,0.06274 h 0.32207 l 0.31598,-0.06274 0.29743,-0.123444 0.26772,-0.178816 0.22784,-0.227838 0.17881,-0.267716 0.12345,-0.297434 0.0627,-0.315976 V 88.93972 h 3.23012 v 0.322072 l 0.0627,0.315976 0.12319,0.297434 0.17907,0.267716 0.22758,0.227838 0.26772,0.178816 0.29769,0.123444 0.31597,0.06274 h 0.32208 l 0.31572,-0.06274 0.29769,-0.123444 0.26771,-0.178816 0.22784,-0.227838 0.17882,-0.267716 0.12319,-0.297434 0.063,-0.315976 V 88.93972 l -0.063,-0.315976 -0.006,-0.01448 1.58877,-1.58877 0.029,-0.02362 0.095,-0.115824 0.0706,-0.13208 0.0434,-0.143256 0.0109,-0.111506 v 0 l 0.004,-0.03734 -0.004,-0.03734 v -1.688846 l 0.15469,-0.103378 0.1999,-0.199898 0.15722,-0.23495 0.10795,-0.261112 0.0554,-0.277368 v -0.282448 l -0.0554,-0.277368 -0.10795,-0.261112 -0.15722,-0.23495 -0.1999,-0.199898 -0.23495,-0.157226 -0.26111,-0.10795 -0.27737,-0.05537 h -0.28245 l -0.27737,0.05537 -0.26111,0.10795 -0.23495,0.157226 -0.1999,0.199898 -0.15722,0.23495 -0.10795,0.261112 -0.0554,0.277368 v 0.282448 l 0.0554,0.277368 0.10795,0.261112 0.15722,0.23495 0.1999,0.199898 0.15469,0.103378 v 1.411224 l -1.39268,1.392682 -0.0145,-0.0061 -0.31572,-0.06274 h -0.32208 l -0.31597,0.06274 -0.29769,0.123444 -0.26772,0.178816 -0.22758,0.227838 -0.17907,0.267716 -0.12319,0.297434 -0.0627,0.315976 h -3.23012 l -0.0627,-0.315976 -0.12345,-0.297434 -0.17881,-0.267716 -0.22784,-0.227838 -0.26772,-0.178816 -0.29743,-0.123444 -0.31598,-0.06274 h -0.32207 l -0.31598,0.06274 -0.29743,0.123444 -0.26772,0.178816 -0.22783,0.227838 -0.17882,0.267716 -0.12344,0.297434 -0.0627,0.315976 h -2.61188 l 10.97686,-10.976864 h 4.02387 l 0.0124,0.12446 0.0363,0.119634 0.0589,0.110236 0.0793,0.09677 0.0968,0.07925 0.11023,0.05893 0.11964,0.03632 0.12446,0.01245 0.51435,-0.003 0.15875,-0.15875 v -1.14935 h 0.254 v 1.14935 l 0.15875,0.15875 0.51435,0.003 0.12446,-0.01245 0.11963,-0.03632 0.11024,-0.05893 0.0968,-0.07925 0.0793,-0.09677 0.0589,-0.110236 0.0363,-0.119634 0.0124,-0.12446 -0.003,-0.51435 -0.15875,-0.15875 h -1.14935 -0.254 -1.14935 l -0.15875,0.15875 -0.003,0.51435 h -4.02387 l 1.21564,-1.21539 h 2.81051 l 7.7e-4,0.12954 0.15875,0.15875 h 1.14935 v -0.02007 h 0.254 v 0.02007 h 1.14935 l 0.15875,-0.15875 0.003,-0.51435 -0.0124,-0.12446 -0.0363,-0.119634 -0.0516,-0.09652 1.24892,-1.248918 V 87.27094 l -0.004,0.03734 0.004,0.03734 0.0112,0.111506 0.002,0.0061 0.0416,0.13716 0.0704,0.13208 0.0605,0.07366 0.0345,0.04216 0.0292,0.02388 1.85521,1.855216 -2.5e-4,2.54e-4 -0.0795,0.09652 -0.0589,0.11049 -0.0363,0.119634 -0.0122,0.12446 v 1.400048 l 0.0122,0.12446 0.0363,0.119634 0.0589,0.11049 0.0795,0.09652 0.0965,0.0795 0.11049,0.05893 0.11963,0.03632 0.12446,0.01219 h 1.40005 l 0.12446,-0.01219 0.11963,-0.03632 0.11049,-0.05893 0.0965,-0.0795 0.0795,-0.09652 0.0589,-0.11049 0.0363,-0.119634 0.0122,-0.12446 v -0.03607 l 0.12497,0.186944 0.18592,0.186182 0.2187,0.14605 0.24282,0.100584 0.25807,0.05131 h 0.26289 l 0.25806,-0.05131 0.24282,-0.100584 0.2187,-0.14605 0.18593,-0.186182 0.14605,-0.21844 0.067,-0.161798 0.0668,0.161798 0.14631,0.21844 0.18593,0.186182 0.21844,0.14605 0.24307,0.100584 0.25781,0.05131 h 0.26315 l 0.25781,-0.05131 0.24308,-0.100584 0.21844,-0.14605 0.18618,-0.186182 0.14605,-0.21844 0.10058,-0.243078 0.0513,-0.25781 V 90.74719 l -0.0513,-0.25781 -0.10058,-0.243078 -0.14605,-0.21844 -0.18618,-0.186182 -0.21844,-0.14605 -0.24308,-0.100584 -0.25781,-0.05131 h -0.26315 l -0.25781,0.05131 -0.24307,0.100584 -0.21844,0.14605 -0.18593,0.186182 -0.0727,0.108712 V 74.984452 l 0.12142,0.05029 0.28676,0.0569 h 0.29261 l 0.28677,-0.0569 0.27025,-0.112014 0.24333,-0.16256 0.20676,-0.206756 0.16256,-0.243332 0.11201,-0.270256 0.0569,-0.286766 V 73.46045 l -0.0569,-0.286766 -0.11201,-0.270256 -0.16256,-0.243332 -0.20676,-0.206756 -0.17449,-0.116586 0.17449,-0.116586 0.20676,-0.206756 0.16256,-0.243332 0.0254,-0.06147 8.63422,8.634222 V 88.6908 l -0.004,0.03734 0.004,0.03734 0.0112,0.11176 0.002,0.0079 0.0412,0.135382 0.0706,0.131826 0.0711,0.08687 0.0239,0.02896 0.029,0.02388 0.43535,0.435356 -2.5e-4,2.54e-4 -0.0795,0.09652 -0.0589,0.11049 -0.0363,0.119634 -0.0122,0.12446 v 1.400048 l 0.0122,0.12446 0.0363,0.119634 0.0589,0.11049 0.0795,0.09652 0.0965,0.0795 0.11049,0.05893 0.11963,0.03632 0.12446,0.01219 h 1.40005 l 0.12446,-0.01219 0.11963,-0.03632 0.11049,-0.05893 0.0965,-0.0795 0.0795,-0.09652 0.0589,-0.11049 0.0363,-0.119634 0.0122,-0.12446 v -0.03607 l 0.12497,0.186944 0.18592,0.186182 0.2187,0.14605 0.24282,0.100584 0.25807,0.05131 h 0.26289 l 0.25806,-0.05131 0.24282,-0.100584 0.2187,-0.14605 0.18593,-0.186182 0.14605,-0.21844 0.067,-0.161798 0.0668,0.161798 0.14631,0.21844 0.18593,0.186182 0.21844,0.14605 0.24307,0.100584 0.25781,0.05131 h 0.26315 l 0.25781,-0.05131 0.24308,-0.100584 0.21844,-0.14605 0.18618,-0.186182 0.14605,-0.21844 0.10058,-0.243078 0.0513,-0.25781 v -0.263144 l -0.0513,-0.25781 -0.10058,-0.243078 -0.14605,-0.21844 -0.18618,-0.186182 -0.21844,-0.14605 -0.24308,-0.100584 -0.25781,-0.05131 h -0.22174 l 4.40283,-4.402836 0.10135,0.0099 h 1.99999 l 0.12446,-0.01219 0.11964,-0.03632 0.11049,-0.05893 0.0965,-0.0795 0.0795,-0.09652 0.0589,-0.11049 0.0363,-0.119634 0.0122,-0.12446 v -1.999996 l -0.0122,-0.12446 -0.0363,-0.119634 -0.0589,-0.11049 -0.0795,-0.09652 -0.0965,-0.0795 -0.11049,-0.05893 -0.11964,-0.03632 -0.12446,-0.01219 h -1.99999 l -0.12446,0.01219 -0.11964,0.03632 -0.11049,0.05893 -0.0965,0.0795 -0.0795,0.09652 -0.0589,0.11049 -0.0363,0.119634 -0.0122,0.12446 v 0.285496 l -0.0295,0.0089 -0.13208,0.07061 -0.11583,0.095 -0.0947,0.115824 -0.0706,0.131826 -0.0434,0.143256 -0.0147,0.149098 0.004,0.03734 v 0.475234 l -5.53974,5.53974 -0.10744,-0.02134 h -0.26289 l -0.25807,0.05131 -0.24282,0.100584 -0.2187,0.14605 -0.18592,0.186182 -0.12497,0.186944 v -0.03607 l -0.0122,-0.12446 -0.0363,-0.119634 -0.0589,-0.11049 -0.0795,-0.09652 -0.0965,-0.0795 -0.11049,-0.05893 -0.11963,-0.03632 -0.10947,-0.01067 -0.009,-0.03099 -0.0706,-0.13208 -0.095,-0.11557 -0.029,-0.02388 -0.82626,-0.826262 v -3.53314 l 0.0767,0.06299 0.11024,0.05893 0.11988,0.03632 0.12446,0.01219 0.61418,-0.003 0.15875,-0.15875 v -1.249172 h -0.0201 v -0.254 h 0.0201 v -1.249172 h 0.254 v 1.249172 h 0.0201 v 0.254 h -0.0201 v 1.249172 l 0.15875,0.15875 0.61417,0.003 0.12446,-0.01219 0.11989,-0.03632 0.11023,-0.05893 0.0968,-0.07925 0.0792,-0.09677 0.0589,-0.110236 0.006,-0.01829 0.0666,0.06629 0.2512,0.168148 0.2794,0.11557 0.29668,0.05893 h 0.30226 l 0.29667,-0.05893 0.2794,-0.11557 0.2512,-0.168148 0.21387,-0.213868 0.16815,-0.251206 0.11557,-0.2794 0.0589,-0.296672 v -0.30226 l -0.0589,-0.296672 -0.11557,-0.2794 -0.16815,-0.251206 -0.21387,-0.213868 -0.2512,-0.168148 -0.2794,-0.11557 -0.29667,-0.05893 h -0.30226 l -0.29668,0.05893 -0.2794,0.11557 -0.2512,0.168148 -0.0666,0.06629 -0.006,-0.01829 -0.0589,-0.110236 -0.0792,-0.09677 -0.0968,-0.07925 -0.11023,-0.05893 -0.11989,-0.03632 -0.12446,-0.01219 -0.61417,0.003 -0.15875,0.15875 h -0.254 l -0.15875,-0.15875 -0.61418,-0.003 -0.12446,0.01219 -0.11988,0.03632 -0.11024,0.05893 -0.0767,0.06299 v -2.079752 l 0.004,-0.03734 -0.004,-0.03734 v 0 l -0.0112,-0.111506 -0.0434,-0.143256 -0.0368,-0.06909 -0.0338,-0.06299 -0.0711,-0.08687 -0.0236,-0.02896 -0.0292,-0.02388 -10.05231,-10.05205 0.12167,-0.182118 0.11201,-0.270256 0.0569,-0.286766 v -0.292608 l -0.0569,-0.286766 -0.11201,-0.270256 -0.13614,-0.203708 19.01621,-19.016218 0.029,-0.02388 0.0239,-0.02896 v 0 l 0.0648,-0.07899 0.006,-0.0076 0.0706,-0.13208 0.0434,-0.143256 0.0109,-0.11176 v 0 l 0.004,-0.03734 -0.004,-0.03734 v -2.83972 l 0.11761,-0.09627 0.15417,-0.188214 0.11481,-0.214376 0.0706,-0.232918 0.0178,-0.181356 v -0.921258 h 0.0701 v 0.921258 l 0.0178,0.181356 0.0706,0.232918 0.11481,0.214376 0.15418,0.188214 0.18821,0.154178 0.21438,0.114808 0.23291,0.07061 0.24207,0.02388 0.24206,-0.02388 0.23292,-0.07061 0.21437,-0.114808 0.18822,-0.154178 0.15417,-0.188214 0.11481,-0.214376 0.0706,-0.232918 0.0178,-0.181356 v -0.921258 l -0.0178,-0.18161 -0.0706,-0.232664 -0.11481,-0.21463 -0.15417,-0.18796 -0.18822,-0.154432 -0.21437,-0.114554 -0.23292,-0.07061 -0.24206,-0.02388 -0.24207,0.02388 -0.23291,0.07061 -0.21438,0.114554 -0.18821,0.154432 -0.15418,0.18796 -0.11481,0.21463 -0.0706,0.232664 -0.0178,0.18161 h -0.0701 v 0 l -0.0178,-0.18161 -0.0706,-0.232664 -0.11481,-0.21463 -0.15417,-0.18796 -0.1143,-0.09373 5e-4,-0.0041 -0.0147,-0.149098 -0.0434,-0.143256 -0.0706,-0.13208 -0.095,-0.11557 -0.11582,-0.095 -0.13183,-0.07061 -0.14326,-0.04343 -0.11176,-0.01092 -0.0373,-0.0038 -0.0373,0.0038 h -0.15189 L 138.48712,28.875832 h 9.19201 v 0.40005 l 0.0485,0.238252 0.094,0.224536 0.13615,0.20193 0.17272,0.171196 0.20294,0.134366 0.2253,0.0922 0.0378,0.0038 0.1905,-0.124714 V 28.87582 h 0.254 v 1.341628 l 0.1905,0.124714 0.0378,-0.0038 0.2253,-0.0922 0.20295,-0.134366 0.17272,-0.171196 0.13614,-0.20193 0.094,-0.224536 0.0485,-0.238252 v -0.40005 h -1.10794 -0.254 -1.10795 -9.19201 l -0.65405,-0.65405 h 9.84606 v 0.40005 h 1.10795 V 27.27995 h 0.254 v 1.341882 h 1.10794 v -0.333756 h 0.0701 v 0.921258 l 0.0178,0.18161 0.0706,0.232664 0.11481,0.21463 0.15418,0.18796 0.18821,0.154432 0.21438,0.114554 0.23291,0.07061 0.24207,0.02388 0.24206,-0.02388 0.23292,-0.07061 0.21437,-0.114554 0.18822,-0.154432 0.15417,-0.18796 0.11481,-0.21463 0.0706,-0.232664 0.0178,-0.18161 v -0.921258 h 0.0701 v 0.921258 l 0.0178,0.18161 0.0706,0.232664 0.11481,0.21463 0.15418,0.18796 0.18821,0.154432 0.21438,0.114554 0.23291,0.07061 0.24207,0.02388 0.24206,-0.02388 0.23292,-0.07061 0.21437,-0.114554 0.18822,-0.154432 0.15417,-0.18796 0.11481,-0.21463 0.0706,-0.232664 0.0178,-0.18161 v -0.921258 h 0.0701 v 0.921258 l 0.0178,0.18161 0.0706,0.232664 0.11481,0.21463 0.15418,0.18796 0.1143,0.09373 -5.1e-4,0.0041 0.004,0.03734 0.0109,0.11176 0.0104,0.03378 0.033,0.109474 0.0706,0.13208 0.0711,0.08661 0.0239,0.02896 0.029,0.02388 0.91592,0.915924 v 10.6172 l -0.16281,-0.04928 -0.24206,-0.02388 -0.24207,0.02388 -0.23291,0.07061 -0.21438,0.114554 -0.18821,0.154432 -0.15418,0.18796 -0.11481,0.21463 -0.0706,0.232664 -0.0178,0.18161 v 0.921258 l 0.0178,0.181356 0.0706,0.232918 0.11481,0.214376 0.15418,0.188214 0.18821,0.154178 0.21438,0.114808 0.23291,0.07061 0.24207,0.02388 0.24206,-0.02388 0.16281,-0.04953 v 35.368738 l -0.004,0.03734 0.004,0.03734 0.0112,0.11176 0.007,0.02388 0.0363,0.11938 0.0706,0.131826 0.0594,0.07264 0.0356,0.04318 0.029,0.02388 0.88722,0.887222 -0.0434,0.02921 -0.22783,0.227838 -0.17882,0.267716 -0.12344,0.297434 -0.0627,0.315976 v 0.322072 l 0.0627,0.315976 0.12344,0.297434 0.17882,0.267716 0.22783,0.227838 0.26772,0.178816 0.0188,0.0079 0.007,0.06756 0.0434,0.143256 0.0706,0.13208 0.0518,0.06325 0.0432,0.05258 0.029,0.02362 3.81508,3.81508 v 1.647698 h -0.0899 l -0.12471,0.01245 -0.11964,0.03632 -0.11023,0.05893 -0.0968,0.07925 -0.0792,0.09677 -0.0589,0.110236 -0.0363,0.119634 -0.0125,0.124714 v 1.699768 l 0.0125,0.124714 0.0363,0.119634 0.0589,0.110236 0.0792,0.09677 0.0968,0.07925 0.11023,0.05893 0.11964,0.03632 0.12471,0.01245 h 1.69977 l 0.12471,-0.01245 0.11964,-0.03632 0.11023,-0.05893 0.0968,-0.07925 0.0793,-0.09677 0.0589,-0.110236 0.0246,-0.08077 0.0757,0.08407 0.23343,0.17399 0.26264,0.125222 0.14732,0.0447 0.22987,-0.121412 v -1.193038 h 0.254 v 1.193038 l 0.22987,0.121412 0.14732,-0.0447 0.26263,-0.125222 0.23343,-0.17399 0.19482,-0.216154 0.14909,-0.25019 0.0973,-0.27432 -0.12065,-0.22987 h -1.1938 -0.254 -0.0201 v -0.254 h 0.0201 v -1.193038 h 0.254 v 1.193038 h 1.1938 l 0.12065,-0.22987 -0.0328,-0.09271 h 8.54431 v 0.39116 l 0.0762,0.38354 0.1496,0.361188 0.21743,0.32512 0.27635,0.276352 0.32512,0.217424 0.36119,0.149606 0.38354,0.0762 h 0.39116 l 0.38354,-0.0762 0.36118,-0.149606 0.32512,-0.217424 0.27636,-0.276352 0.21742,-0.32512 0.14961,-0.361188 0.0762,-0.38354 v -0.39116 l -0.0762,-0.38354 -0.14961,-0.361188 -0.21742,-0.32512 -0.27636,-0.276352 -0.32512,-0.217424 -0.36118,-0.149606 -0.38354,-0.0762 H 177.421 l -0.38354,0.0762 -0.36119,0.149606 -0.32512,0.217424 -0.27635,0.276352 -0.21743,0.32512 -0.1496,0.361188 -0.0762,0.38354 h -8.54431 l -0.0645,-0.18161 -0.14909,-0.25019 -0.19482,-0.216154 -0.23343,-0.17399 -0.26263,-0.125222 -0.14732,-0.0447 -0.22987,0.121412 h -0.254 l -0.22987,-0.121412 -0.14732,0.0447 -0.26264,0.125222 -0.23343,0.17399 -0.0757,0.08407 -0.0246,-0.08077 -0.0589,-0.110236 -0.0793,-0.09677 -0.0968,-0.07925 -0.11023,-0.05893 -0.11964,-0.03632 -0.12471,-0.01245 h -0.0899 V 88.98957 l 0.004,-0.03734 -0.004,-0.03734 v 0 l -0.0109,-0.11176 -0.0434,-0.143256 -0.0272,-0.05055 -0.0434,-0.08153 -0.0711,-0.08661 -0.0239,-0.02896 -0.029,-0.02388 -3.57632,-3.57632 0.0434,-0.02921 0.22784,-0.227838 0.17881,-0.267716 0.12345,-0.297434 0.0627,-0.315976 v -0.30226 h 6.32791 v 0.282448 l 0.0554,0.277368 0.10795,0.261112 0.15722,0.23495 0.1999,0.199898 0.23495,0.157226 0.26111,0.10795 0.27737,0.05537 h 0.28245 l 0.27737,-0.05537 0.26111,-0.10795 0.23495,-0.157226 0.12192,-0.12192 h 3.15036 l 0.0716,0.244094 0.25552,0.120904 0.27407,0.06858 0.28245,0.01397 0.27965,-0.0414 0.26594,-0.09525 0.12522,-0.0668 0.0716,-0.244094 -0.81305,-0.813054 -0.81306,0.813054 h -3.15036 l 0.078,-0.07798 0.15722,-0.23495 0.10795,-0.261112 0.0554,-0.277368 v -0.07061 h 2.12471 l 0.0414,0.2794 0.0953,0.266192 0.0668,0.125222 0.24409,0.07163 0.81306,-0.813054 h 0.35915 l 0.81306,0.813054 0.24409,-0.07163 0.12091,-0.255524 0.0686,-0.274066 0.014,-0.282448 -0.0414,-0.2794 -0.0952,-0.266192 -0.0668,-0.125222 -0.24409,-0.07163 -0.81306,0.813054 h -0.35915 l -0.81306,-0.813054 -0.24409,0.07163 -0.1209,0.255524 -0.0686,0.274066 -0.014,0.282448 h -2.12471 v -0.211836 l -0.0554,-0.277368 -0.10795,-0.261112 -0.15722,-0.23495 -0.078,-0.07798 h 3.15036 l 0.81306,0.813054 0.81305,-0.813054 -0.0716,-0.244094 -0.25552,-0.120904 -0.27407,-0.06858 -0.28245,-0.01397 -0.2794,0.0414 -0.26619,0.09525 -0.12522,0.0668 -0.0716,0.244094 h -3.15036 l -0.12192,-0.12192 -0.23495,-0.157226 -0.26111,-0.10795 -0.27737,-0.05537 h -0.28245 l -0.27737,0.05537 -0.26111,0.10795 -0.23495,0.157226 -0.1999,0.199898 -0.15722,0.23495 -0.10795,0.261112 -0.0554,0.277368 h -6.32791 v -0.01981 l -0.0627,-0.315976 -0.12345,-0.297434 -0.17881,-0.267716 -0.22784,-0.227838 -0.26772,-0.178816 -0.0188,-0.0079 -0.007,-0.06756 -0.0434,-0.143256 -0.0706,-0.13208 -0.095,-0.115824 -0.029,-0.02362 -1.12598,-1.125982 v -35.18742 l 0.13996,0.07493 0.23291,0.07061 0.24207,0.02388 0.24206,-0.02388 0.23292,-0.07061 0.21437,-0.114808 0.18822,-0.154178 0.15417,-0.188214 0.11481,-0.214376 0.0706,-0.232918 0.0178,-0.181356 v -0.921258 h 0.0701 v 0.921258 l 0.0178,0.181356 0.0706,0.232918 0.11481,0.214376 0.15418,0.188214 0.18821,0.154178 0.21438,0.114808 0.23291,0.07061 0.24207,0.02388 0.24206,-0.02388 0.23292,-0.07061 0.21437,-0.114808 0.18822,-0.154178 0.15417,-0.188214 0.11481,-0.214376 0.0706,-0.232918 0.0178,-0.181356 v -0.921258 h 0.0701 v 0.921258 l 0.0178,0.181356 0.0706,0.232918 0.11481,0.214376 0.15418,0.188214 0.18821,0.154178 0.21438,0.114808 0.23291,0.07061 0.24207,0.02388 0.24206,-0.02388 0.23292,-0.07061 0.21437,-0.114808 0.18822,-0.154178 0.15417,-0.188214 0.11481,-0.214376 0.0706,-0.232918 0.0178,-0.181356 v -0.921258 h 0.0701 v 0.921258 l 0.0178,0.181356 0.0706,0.232918 0.11481,0.214376 0.15418,0.188214 0.18821,0.154178 0.21438,0.114808 0.23291,0.07061 0.24207,0.02388 0.24206,-0.02388 0.23292,-0.07061 0.21437,-0.114808 0.18822,-0.154178 0.15417,-0.188214 0.11481,-0.214376 0.0706,-0.232918 0.0178,-0.181356 v -0.921258 h 0.0701 v 0.921258 l 0.0178,0.181356 0.0706,0.232918 0.11481,0.214376 0.15418,0.188214 0.18821,0.154178 0.21438,0.114808 0.23291,0.07061 0.24207,0.02388 0.24206,-0.02388 0.23292,-0.07061 0.21437,-0.114808 0.18822,-0.154178 0.15417,-0.188214 0.11481,-0.214376 0.0706,-0.232918 0.0178,-0.181356 v -0.921258 l -0.0178,-0.18161 -0.0706,-0.232664 -0.11481,-0.21463 -0.15417,-0.18796 -0.18822,-0.154432 -0.21437,-0.114554 -0.23292,-0.07061 -0.24206,-0.02388 -0.24207,0.02388 -0.23291,0.07061 -0.21438,0.114554 -0.18821,0.154432 -0.15418,0.18796 -0.11481,0.21463 -0.0706,0.232664 -0.0178,0.18161 h -0.0701 v 0 l -0.0178,-0.18161 -0.0706,-0.232664 -0.11481,-0.21463 -0.15417,-0.18796 -0.18822,-0.154432 -0.21437,-0.114554 -0.23292,-0.07061 -0.24206,-0.02388 -0.24207,0.02388 -0.23291,0.07061 -0.21438,0.114554 -0.18821,0.154432 -0.15418,0.18796 -0.11481,0.21463 -0.0706,0.232664 -0.0178,0.18161 h -0.0701 v 0 l -0.0178,-0.18161 -0.0706,-0.232664 -0.11481,-0.21463 -0.15417,-0.18796 -0.18822,-0.154432 -0.21437,-0.114554 -0.23292,-0.07061 -0.24206,-0.02388 -0.24207,0.02388 -0.23291,0.07061 -0.21438,0.114554 -0.18821,0.154432 -0.15418,0.18796 -0.11481,0.21463 -0.0706,0.232664 -0.0178,0.18161 h -0.0701 v 0 l -0.0178,-0.18161 -0.0706,-0.232664 -0.11481,-0.21463 -0.15417,-0.18796 -0.18822,-0.154432 -0.21437,-0.114554 -0.23292,-0.07061 -0.24206,-0.02388 -0.24207,0.02388 -0.23291,0.07061 -0.21438,0.114554 -0.18821,0.154432 -0.15418,0.18796 -0.11481,0.21463 -0.0706,0.232664 -0.0178,0.18161 h -0.0701 v 0 l -0.0178,-0.18161 -0.0706,-0.232664 -0.11481,-0.21463 -0.15417,-0.18796 -0.18822,-0.154432 -0.21437,-0.114554 -0.23292,-0.07061 -0.24206,-0.02388 -0.24207,0.02388 -0.23291,0.07061 -0.13996,0.07468 v -10.99058 l 0.004,-0.03734 -0.004,-0.03734 v 0 l -0.0112,-0.11176 -0.0434,-0.143256 -0.0704,-0.131826 -0.095,-0.115824 -0.0292,-0.02388 -0.75362,-0.753618 0.10947,-0.13335 0.11481,-0.21463 0.0706,-0.232664 0.0178,-0.18161 v -0.921258 h 0.0701 v 0.921258 l 0.0178,0.18161 0.0706,0.232664 0.11481,0.21463 0.15418,0.18796 0.18821,0.154432 0.21438,0.114554 0.23291,0.07061 0.24207,0.02388 0.24206,-0.02388 0.23292,-0.07061 0.21437,-0.114554 0.18822,-0.154432 0.15417,-0.18796 0.11481,-0.21463 0.0706,-0.232664 0.0178,-0.18161 v -0.921258 h 0.0701 v 0.921258 l 0.0178,0.18161 0.0706,0.232664 0.11481,0.21463 0.15418,0.18796 0.18821,0.154432 0.21438,0.114554 0.23291,0.07061 0.24207,0.02388 0.24206,-0.02388 0.23292,-0.07061 0.21437,-0.114554 0.18822,-0.154432 0.15417,-0.18796 0.11481,-0.21463 0.0706,-0.232664 0.0178,-0.18161 v -0.921258 h 0.0701 v 0.921258 l 0.0178,0.18161 0.0706,0.232664 0.11481,0.21463 0.15418,0.18796 0.18821,0.154432 0.21438,0.114554 0.23291,0.07061 0.24207,0.02388 0.24206,-0.02388 0.23292,-0.07061 0.21437,-0.114554 0.18822,-0.154432 0.15417,-0.18796 0.11481,-0.21463 0.0706,-0.232664 0.0178,-0.18161 v -0.921258 h 0.0701 v 0.921258 l 0.0178,0.18161 0.0706,0.232664 0.11481,0.21463 0.15418,0.18796 0.18821,0.154432 0.21438,0.114554 0.23291,0.07061 0.24207,0.02388 0.24206,-0.02388 0.23292,-0.07061 0.21437,-0.114554 0.18822,-0.154432 0.15417,-0.18796 0.11481,-0.21463 0.0706,-0.232664 0.0178,-0.18161 v -0.921258 h 0.0701 v 0.921258 l 0.0178,0.18161 0.0706,0.232664 0.11481,0.21463 0.15418,0.18796 0.18821,0.154432 0.21438,0.114554 0.23291,0.07061 0.24207,0.02388 0.24206,-0.02388 0.23292,-0.07061 0.21437,-0.114554 0.18822,-0.154432 0.15417,-0.18796 0.11481,-0.21463 0.0706,-0.232664 0.0178,-0.18161 v -0.921258 l -0.0178,-0.181356 -0.0706,-0.232918 -0.11481,-0.214376 -0.15417,-0.188214 -0.18822,-0.154178 -0.21437,-0.114808 -0.23292,-0.07061 -0.24206,-0.02388 -0.24207,0.02388 -0.23291,0.07061 -0.21438,0.114808 -0.18821,0.154178 -0.15418,0.188214 -0.11481,0.214376 -0.0706,0.232918 -0.0178,0.181356 h -0.0701 v 0 l -0.0178,-0.181356 -0.0706,-0.232918 -0.11481,-0.214376 -0.15417,-0.188214 -0.18822,-0.154178 -0.21437,-0.114808 -0.23292,-0.07061 -0.24206,-0.02388 -0.24207,0.02388 -0.23291,0.07061 -0.21438,0.114808 -0.18821,0.154178 -0.15418,0.188214 -0.11481,0.214376 -0.0706,0.232918 -0.0178,0.181356 h -0.0701 v 0 l -0.0178,-0.181356 -0.0706,-0.232918 -0.11481,-0.214376 -0.15417,-0.188214 -0.18822,-0.154178 -0.21437,-0.114808 -0.23292,-0.07061 -0.24206,-0.02388 -0.24207,0.02388 -0.23291,0.07061 -0.21438,0.114808 -0.18821,0.154178 -0.15418,0.188214 -0.11481,0.214376 -0.0706,0.232918 -0.0178,0.181356 h -0.0701 v 0 l -0.0178,-0.181356 -0.0706,-0.232918 -0.11481,-0.214376 -0.15417,-0.188214 -0.18822,-0.154178 -0.21437,-0.114808 -0.23292,-0.07061 -0.24206,-0.02388 -0.24207,0.02388 -0.23291,0.07061 -0.21438,0.114808 -0.18821,0.154178 -0.15418,0.188214 -0.11481,0.214376 -0.0706,0.232918 -0.0178,0.181356 h -0.0701 v 0 l -0.0178,-0.181356 -0.0706,-0.232918 -0.11481,-0.214376 -0.15417,-0.188214 -0.18822,-0.154178 -0.21437,-0.114808 -0.23292,-0.07061 -0.24206,-0.02388 -0.24207,0.02388 -0.23291,0.07061 -0.21438,0.114808 -0.18821,0.154178 -0.15418,0.188214 -0.11481,0.214376 -0.0706,0.232918 -0.0178,0.181356 h -0.0701 v 0 l -0.0178,-0.181356 -0.0706,-0.232918 -0.11481,-0.214376 -0.15417,-0.188214 -0.18822,-0.154178 -0.21437,-0.114808 -0.23292,-0.07061 -0.24206,-0.02388 -0.24207,0.02388 -0.23291,0.07061 -0.21438,0.114808 -0.18821,0.154178 -0.15418,0.188214 -0.11481,0.214376 -0.0706,0.232918 -0.0178,0.181356 h -0.0701 v 0 l -0.0178,-0.181356 -0.0706,-0.232918 -0.11481,-0.214376 -0.15417,-0.188214 -0.18822,-0.154178 -0.21437,-0.114808 -0.23292,-0.07061 -0.24206,-0.02388 -0.24207,0.02388 -0.23291,0.07061 -0.21438,0.114808 -0.18821,0.154178 -0.15418,0.188214 -0.11481,0.214376 -0.0706,0.232918 -0.0178,0.181356 h -0.0701 v 0 l -0.0178,-0.181356 -0.0706,-0.232918 -0.11481,-0.214376 -0.15417,-0.188214 -0.18822,-0.154178 -0.21437,-0.114808 -0.23292,-0.07061 -0.24206,-0.02388 -0.24207,0.02388 -0.23291,0.07061 -0.21438,0.114808 -0.18821,0.154178 -0.15418,0.188214 -0.11481,0.214376 -0.0706,0.232918 -0.0178,0.181356 h -0.0701 v -0.06629 l -0.0485,-0.238506 -0.094,-0.224536 -0.13614,-0.201676 -0.17272,-0.17145 -0.20295,-0.134366 -0.2253,-0.0922 -0.0378,-0.0038 -0.1905,0.124714 h -0.254 l -0.1905,-0.124714 -0.0378,0.0038 -0.2253,0.0922 -0.20294,0.134366 -0.17272,0.17145 -0.13615,0.201676 -0.094,0.224536 -0.0485,0.238506 h -9.84606 l -12.02182,-12.022023 -0.0239,-0.02901 -0.11583,-0.09497 -0.13182,-0.07056 -0.14326,-0.04346 -0.095,-0.0094 -0.12598,-0.188265 -0.0109,-0.01087 h 50.4665 v 0.391008 l 0.0762,0.383489 0.1496,0.361264 0.21743,0.325095 0.27635,0.276504 0.32512,0.217221 0.36119,0.149631 0.38354,0.0763 h 0.39116 l 0.38354,-0.0763 0.36118,-0.149631 0.32512,-0.217221 0.27636,-0.276504 0.21742,-0.325095 0.14961,-0.361264 0.0762,-0.383489 v -0.391008 l -0.0762,-0.383489 -0.14961,-0.361264 -0.21742,-0.325095 -0.27636,-0.276504 -0.32512,-0.217221 -0.36118,-0.149632 -0.38354,-0.0763 h -0.39116 l -0.38354,0.0763 -0.36119,0.149632 -0.32512,0.217221 -0.27635,0.276504 -0.21743,0.325095 -0.1496,0.361264 -0.0762,0.383489 h -50.4665 l -0.19584,-0.195961 -0.17449,-0.116535 0.17449,-0.116535 0.20676,-0.206833 0.16256,-0.24323 0.11201,-0.270256 0.0569,-0.286893 v -0.292506 l -0.0569,-0.286893 -0.11201,-0.270256 -0.16256,-0.243231 -0.20676,-0.206832 -0.24333,-0.162535 -0.27025,-0.111937 -0.28677,-0.05707 h -0.29261 l -0.28676,0.05707 -0.27026,0.111937 -0.24333,0.162535 -0.20676,0.206832 -0.11658,0.174397 -0.11659,-0.174397 -0.20676,-0.206832 -0.24333,-0.162535 -0.27025,-0.111937 -0.28677,-0.05707 h -0.29261 l -0.28676,0.05707 -0.27026,0.111937 -0.24333,0.162535 -0.20676,0.206832 -0.11658,0.174397 -0.11659,-0.174397 -0.20676,-0.206832 -0.24333,-0.162535 -0.27025,-0.111937 -0.28677,-0.05707 h -0.29261 l -0.28676,0.05707 -0.27026,0.111937 -0.24333,0.162535 -0.20676,0.206832 -0.11658,0.174397 -0.11659,-0.174397 -0.20676,-0.206832 -0.24333,-0.162535 -0.27025,-0.111937 -0.28677,-0.05707 h -0.29261 l -0.28676,0.05707 -0.27026,0.111937 -0.19863,0.13269 -0.57124,-0.571195 -0.0239,-0.02901 -0.11557,-0.09497 -0.13208,-0.07056 -0.14326,-0.04346 -0.11176,-0.011 v 0 l -0.0373,-0.0037 -0.0373,0.0037 h -8.62737 l -0.0373,-0.0037 -0.0371,0.0037 h -2.5e-4 l -0.11151,0.011 -0.14325,0.04346 -0.13208,0.07056 -0.0836,0.06866 -0.0323,0.02631 -0.0236,0.02901 -0.54077,0.540766 -0.15316,-0.102261 -0.27025,-0.111937 -0.28677,-0.05707 h -0.29261 l -0.28676,0.05707 -0.27026,0.111937 -0.24333,0.162535 -0.20676,0.206832 -0.11658,0.174397 -0.11659,-0.174397 -0.20676,-0.206832 -0.24333,-0.162535 -0.27025,-0.111937 -0.28677,-0.05707 h -0.29261 l -0.28676,0.05707 -0.27026,0.111937 -0.24333,0.162535 -0.20676,0.206832 -0.116584,0.174397 -0.116586,-0.174397 -0.206756,-0.206832 -0.243332,-0.162535 -0.270256,-0.111937 -0.286766,-0.05707 h -0.292608 l -0.286766,0.05707 -0.270256,0.111937 -0.243332,0.162535 -0.206756,0.206832 -0.116586,0.174397 -0.116586,-0.174397 -0.206756,-0.206832 -0.243332,-0.162535 -0.270256,-0.111937 -0.286766,-0.05707 h -0.292608 l -0.286766,0.05707 -0.270256,0.111937 -0.243332,0.162535 -0.206756,0.206832 -0.116586,0.174397 -0.116586,-0.174397 -0.206756,-0.206832 -0.243332,-0.162535 -0.270256,-0.111937 -0.286766,-0.05707 h -0.292608 l -0.286766,0.05707 -0.270256,0.111937 -0.243332,0.162535 -0.206756,0.206832 -0.116586,0.174397 -0.116586,-0.174397 -0.206756,-0.206832 -0.243332,-0.162535 -0.270256,-0.111937 -0.286766,-0.05707 h -0.292608 l -0.286766,0.05707 -0.270256,0.111937 -0.243332,0.162535 -0.206756,0.206832 -0.116586,0.174397 -0.116586,-0.174397 -0.206756,-0.206832 -0.243332,-0.162535 -0.270256,-0.111937 -0.286766,-0.05707 h -0.292608 l -0.286766,0.05707 -0.270256,0.111937 -0.243332,0.162535 -0.206756,0.206832 -0.116586,0.174397 -0.116586,-0.174397 -0.206756,-0.206832 -0.243332,-0.162535 -0.270256,-0.111937 -0.286766,-0.05707 h -0.292608 l -0.286766,0.05707 -0.270256,0.111937 -0.153162,0.102261 -1.042924,-1.043051 -0.02388,-0.02901 -0.115824,-0.09497 -0.131826,-0.07059 -0.143256,-0.04346 -0.11176,-0.011 v 0 l -0.03734,-0.0037 -0.03734,0.0037 H 71.657944 l -0.03734,-0.0037 -0.03734,0.0037 v 0 l -0.111506,0.011 -0.143256,0.04346 -0.13208,0.07059 -0.115824,0.09497 -0.02362,0.02898 -2.766822,2.766822 H 64.71206 l 0.032,-0.07686 0.0569,-0.286893 v -0.292506 l -0.0569,-0.286893 -0.112014,-0.270256 -0.16256,-0.243231 -0.206756,-0.206832 -0.243332,-0.162535 -0.270256,-0.111937 -0.286766,-0.05707 h -0.292608 l -0.286766,0.05707 -0.270256,0.111937 -0.243332,0.162535 -0.206756,0.206832 -0.116586,0.174397 -0.116586,-0.174397 -0.206756,-0.206832 -0.243332,-0.162535 -0.270256,-0.111937 -0.286766,-0.05707 h -0.292608 l -0.286766,0.05707 -0.270256,0.111937 -0.243332,0.162535 -0.206756,0.206832 -0.116586,0.174397 -0.116586,-0.174397 -0.206756,-0.206832 -0.243332,-0.162535 -0.270256,-0.111937 -0.286766,-0.05707 h -0.292608 l -0.286766,0.05707 -0.270256,0.111937 -0.243332,0.162535 -0.206756,0.206832 -0.116586,0.174397 -0.116586,-0.174397 -0.206756,-0.206832 -0.243332,-0.162535 -0.270256,-0.111937 -0.286766,-0.05707 h -0.292608 l -0.286766,0.05707 -0.270256,0.111937 -0.243332,0.162535 -0.206756,0.206832 -0.116586,0.174397 -0.116586,-0.174397 -0.206756,-0.206832 -0.243332,-0.162535 -0.270256,-0.111937 -0.286766,-0.05707 h -0.292608 l -0.286766,0.05707 -0.270256,0.111937 -0.182118,0.121616 -0.542036,-0.542011 -0.02362,-0.02901 -0.115824,-0.09497 -0.13208,-0.07056 -0.143256,-0.04346 -0.111506,-0.011 v 0 l -0.03734,-0.0037 -0.03734,0.0037 H 39.473858 l -0.03734,-0.0037 -0.03734,0.0037 v 0 l -0.11176,0.011 -0.143256,0.04346 -0.13208,0.07056 -0.06452,0.05306 -0.05105,0.04191 -0.02388,0.02901 -8.590026,8.590102 v -3.733419 l 0.366522,-0.366547 0.25781,0.05126 h 0.30226 l 0.296672,-0.05898 0.2794,-0.115722 0.251206,-0.167996 0.213868,-0.213792 0.168148,-0.251409 0.11557,-0.279349 0.05893,-0.29657 v -0.302362 l -0.05893,-0.29657 -0.11557,-0.27935 -0.168148,-0.251409 -0.213868,-0.213792 -0.251206,-0.167995 -0.2794,-0.115723 -0.296672,-0.05898 h -0.30226 l -0.296672,0.05898 -0.2794,0.115723 -0.251206,0.167995 -0.06655,0.06642 -0.0056,-0.01829 -0.05893,-0.110337 -0.07925,-0.09667 -0.09677,-0.07935 -0.110236,-0.05898 -0.119888,-0.0363 -0.12446,-0.01227 -0.614172,0.0031 -0.15875,0.15875 v 1.249248 h 0.02007 v 0.254 h -0.02007 v 1.249248 l 0.117856,0.117907 -2.54e-4,0.004 v 0 l -0.0038,0.03734 0.0038,0.03731 v 11.283899 l -7.844409,7.844282 -0.01852,-0.0447 -0.157049,-0.23495 -0.199872,-0.199898 -0.232512,-0.155448 0.232512,-0.155448 0.199872,-0.199898 0.157049,-0.23495 0.108178,-0.261112 0.05514,-0.277368 v -0.282448 l -0.05514,-0.277368 -0.108178,-0.261112 -0.157049,-0.23495 -0.199872,-0.199898 -0.164846,-0.110236 0.0095,-0.09677 0.155321,-0.103886 0.199872,-0.199898 0.157049,-0.23495 0.108178,-0.261112 0.05514,-0.277368 v -0.282448 l -0.05514,-0.277368 -0.108178,-0.261112 -0.157049,-0.23495 -0.199872,-0.199898 -0.232512,-0.155448 0.232512,-0.155448 0.199872,-0.199898 0.157049,-0.23495 0.108178,-0.261112 0.05514,-0.277368 v -0.282448 l -0.05514,-0.277368 -0.108178,-0.261112 -0.157049,-0.23495 -0.198577,-0.198628 0.0084,-0.001 0.119685,-0.03632 0.110337,-0.05893 0.09667,-0.07925 0.07935,-0.09677 0.05898,-0.110236 0.0363,-0.119634 0.01227,-0.12446 -0.0031,-0.51435 -0.15875,-0.15875 h -1.149249 v 0.02007 h -0.254 v -0.02007 h -1.149248 l -0.15875,0.15875 -0.0031,0.51435 0.01227,0.12446 0.0363,0.119634 0.05898,0.110236 0.07935,0.09677 0.09667,0.07925 0.110338,0.05893 0.119684,0.03632 0.0084,0.001 -0.198577,0.198628 -0.157048,0.23495 -0.108179,0.261112 -0.05514,0.277368 v 0.282448 l 0.05514,0.277368 0.108179,0.261112 0.157048,0.23495 0.199873,0.199898 0.232511,0.155448 -0.232511,0.155448 -0.199873,0.199898 -0.157048,0.23495 -0.108179,0.261112 -0.05514,0.277368 v 0.282448 l 0.05514,0.277368 0.108179,0.261112 0.130226,0.194818 -1.087349,1.087374 -0.02901,0.02388 -0.0495,0.06045 -0.04547,0.05537 -0.05494,0.102616 -0.01562,0.02946 -0.04346,0.143256 -0.011,0.111506 v 0 l -0.0037,0.03734 0.0037,0.03734 v 35.472116 l -0.0037,0.03734 0.0037,0.03734 0.011,0.111506 0.01206,0.03988 0.03139,0.103378 0.07056,0.13208 0.07117,0.08687 0.0238,0.02896 0.02901,0.02362 1.104062,1.104138 -0.146939,0.219964 -0.108179,0.261112 -0.05514,0.277368 v 0.282448 l 0.05514,0.277368 0.108179,0.261112 0.157048,0.23495 0.199873,0.199898 0.232511,0.155448 -0.232511,0.155448 -0.199873,0.199898 -0.157048,0.23495 -0.108179,0.261112 -0.05514,0.277368 v 0.282448 l 0.05514,0.277368 0.108179,0.261112 0.157048,0.23495 0.199873,0.199898 0.235026,0.157226 0.261163,0.10795 0.277241,0.05537 h 0.282651 l 0.277241,-0.05537 0.261163,-0.10795 0.235026,-0.157226 0.199872,-0.199898 0.157049,-0.23495 0.108178,-0.261112 0.05514,-0.277368 v -0.282448 l -0.05514,-0.277368 -0.108178,-0.261112 -0.157049,-0.23495 -0.199872,-0.199898 -0.232512,-0.155448 0.232512,-0.155448 0.199872,-0.199898 0.157049,-0.23495 0.01173,-0.02819 10.178085,10.178034 v 9.873234 l -0.0036,0.03734 0.0036,0.03734 0.01118,0.11176 0.0061,0.02057 0.03734,0.122682 0.07061,0.13208 0.04953,0.0602 0.04547,0.05537 0.02896,0.02388 2.87782,2.878074 H 15.512082 v -4.56565 h 2.384984 v 0.39116 l 0.0763,0.38354 0.149631,0.361188 0.217221,0.32512 0.276504,0.276352 0.325095,0.217424 0.361264,0.149606 0.383489,0.0762 h 0.391008 l 0.383489,-0.0762 0.04359,-0.01803 h 6.578422 v 0.282448 l 0.05514,0.277368 0.108179,0.261112 0.157048,0.23495 0.199873,0.199898 0.235026,0.157226 0.261163,0.10795 0.277342,0.05537 h 0.28245 l 0.277368,-0.05537 0.261112,-0.10795 0.23495,-0.157226 0.199898,-0.199898 0.157226,-0.23495 0.10795,-0.261112 0.05537,-0.277368 v -0.282448 l -0.05537,-0.277368 -0.10795,-0.261112 -0.157226,-0.23495 -0.199898,-0.199898 -0.23495,-0.157226 -0.261112,-0.10795 -0.277368,-0.05537 h -0.282448 l -0.277342,0.05537 -0.261163,0.10795 -0.235026,0.157226 -0.199873,0.199898 -0.157048,0.23495 -0.108179,0.261112 -0.05514,0.277368 h -6.578422 l 0.317677,-0.131572 0.325095,-0.217424 0.276504,-0.276352 0.217221,-0.32512 0.149632,-0.361188 0.0763,-0.38354 v -0.39116 l -0.0763,-0.38354 -0.149632,-0.361188 -0.217221,-0.32512 -0.276504,-0.276352 -0.325095,-0.217424 -0.361264,-0.149606 -0.383489,-0.0762 h -0.391008 l -0.383489,0.0762 -0.361264,0.149606 -0.325095,0.217424 -0.276504,0.276352 -0.217221,0.32512 -0.149631,0.361188 -0.0763,0.38354 h -2.384984 v -5.533644 h 11.570996 v 0.282448 l 0.05514,0.277368 0.108179,0.261112 0.157048,0.23495 0.199873,0.199898 0.235026,0.157226 0.261163,0.10795 0.277342,0.05537 H 28.6593 l 0.277368,-0.05537 0.261112,-0.10795 0.23495,-0.157226 0.199898,-0.199898 0.157226,-0.23495 0.10795,-0.261112 0.05537,-0.277368 v -0.282448 l -0.05537,-0.277368 -0.10795,-0.261112 -0.157226,-0.23495 -0.199898,-0.199898 -0.23495,-0.157226 -0.261112,-0.10795 -0.277368,-0.05537 h -0.282448 l -0.277342,0.05537 -0.261163,0.10795 -0.235026,0.157226 -0.199873,0.199898 -0.157048,0.23495 -0.108179,0.261112 -0.05514,0.277368 H 15.512082 V 25.816656 h 2.677922 l 0.0031,0.51435 0.15875,0.15875 h 1.149248 v -1.14935 h 0.254 v 1.14935 h 1.149249 l 0.15875,-0.15875 0.0031,-0.51435 -0.01227,-0.12446 -0.0363,-0.119634 -0.05898,-0.110236 -0.07935,-0.09677 -0.09667,-0.07925 -0.110337,-0.05893 -0.119685,-0.03632 -0.124485,-0.01245 -0.514249,0.003 -0.15875,0.15875 h -0.254 l -0.15875,-0.15875 -0.514248,-0.003 -0.124486,0.01245 -0.119684,0.03632 -0.110338,0.05893 -0.09667,0.07925 -0.07935,0.09677 -0.05898,0.110236 -0.0363,0.119634 -0.01227,0.12446 H 15.512082 V 15.753252 h 2.384984 v 0.391008 l 0.0763,0.383489 0.149631,0.361264 0.217221,0.325095 0.276504,0.276504 0.325095,0.217221 0.361264,0.149631 0.383489,0.0763 h 0.391008 l 0.383489,-0.0763 0.361264,-0.149631 0.325095,-0.217221 0.276504,-0.276504 0.217221,-0.325095 0.149632,-0.361264 0.03721,-0.186995 h 5.152009 l 0.01227,0.124485 0.0363,0.119685 0.05898,0.110338 0.07935,0.09667 0.09667,0.07935 0.110338,0.05898 0.119685,0.0363 0.124485,0.01227 0.614248,-0.0031 0.15875,-0.15875 V 15.567734 H 27.14183 l -0.15875,0.15875 -0.0031,0.614248 h -5.152009 l 0.03909,-0.196494 V 15.75323 l -0.0763,-0.383489 -0.149632,-0.361264 -0.217221,-0.325095 -0.142646,-0.142646 h 5.698719 l 0.0031,0.614248 0.15875,0.15875 h 1.249248 v -1.249248 l -0.15875,-0.15875 -0.614248,-0.0031 -0.124485,0.01227 -0.119685,0.0363 -0.110338,0.05898 -0.09667,0.07935 -0.07935,0.09667 -0.05898,0.110337 -0.0363,0.119685 -0.01227,0.124486 H 21.281286 L 21.147428,14.4069 20.822333,14.189679 20.461069,14.040047 20.07758,13.963746 h -0.391008 l -0.383489,0.0763 -0.361264,0.149632 -0.325095,0.217221 -0.276504,0.276504 -0.217221,0.325095 -0.149631,0.361264 -0.0763,0.383489 h -2.384984 v -4.17449 H 181.98615 Z" + id="path4116" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:1;fill-rule:evenodd;stroke:#008400;stroke-width:0.25400001;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 84.91903,84.661852 2.923286,2.923286 -0.06629,0.02286 -0.17399,0.09296 -0.09576,0.264414 0.955802,0.955802 0.01422,-0.01422 0.179578,0.179578 -0.01422,0.01422 0.01422,0.01422 -0.179578,0.179578 -0.01422,-0.01422 -0.955802,0.955802 0.09576,0.264414 0.28956,0.14097 0.311658,0.08153 0.32131,0.0193 0.319278,-0.04369 0.234188,-0.08103 v 1.468628 l -0.138938,-0.05766 -0.315976,-0.06274 H 88.30104 l -0.315976,0.06274 -0.297434,0.12319 -0.267716,0.17907 -0.227838,0.227584 -0.178816,0.267716 -0.123444,0.297688 -0.06274,0.315976 v 0.322072 l 0.06274,0.315722 0.0056,0.01295 H 80.94318 l 0.02083,-0.06883 -0.12192,-0.221996 h -1.143 v 0.02007 h -0.254 v -0.02007 h -0.02007 v -0.254 h 0.02007 v -0.02007 h 0.254 v 0.02007 h 1.143 l 0.12192,-0.221996 -0.04064,-0.134112 -0.120142,-0.254254 -0.16764,-0.22606 -0.20828,-0.188976 -0.186182,-0.111506 0.01067,-0.0043 0.23495,-0.157226 0.199898,-0.199898 0.157226,-0.23495 0.10795,-0.261112 0.05537,-0.277368 V 90.99153 l -0.05537,-0.277368 -0.10795,-0.261112 -0.131318,-0.196596 1.093216,-1.093216 h 5.014722 l 0.04369,0.319278 0.105156,0.304292 0.09296,0.17399 0.264414,0.09576 0.955802,-0.955802 -0.955802,-0.955802 -0.264414,0.09576 -0.14097,0.28956 -0.08153,0.311658 -0.0193,0.32131 h -5.014722 l 2.115312,-2.115312 0.02921,-0.02388 0.095,-0.115824 0.07036,-0.131826 0.04343,-0.143256 0.01118,-0.11176 v 0 l 0.0036,-0.03734 -0.0036,-0.03734 v -1.726438 l 0.09525,0.02261 0.243078,0.0084 0.24003,-0.03912 0.159258,-0.05944 z" + id="path4118" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:1;fill-rule:evenodd;stroke:#008400;stroke-width:0.25400001;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 41.328058,69.965666 -0.11176,0.167386 -0.10795,0.261112 -0.05537,0.277368 v 0.282448 l 0.05537,0.277368 0.10795,0.261112 0.157226,0.23495 0.199898,0.199898 0.164846,0.110236 -0.0097,0.09677 -0.155194,0.103886 -0.199898,0.199898 -0.157226,0.23495 -0.10795,0.261112 -0.05537,0.277368 v 0.282448 l 0.05537,0.277368 0.10795,0.261112 0.131826,0.197104 -0.563118,0.562864 -0.02896,0.02388 -0.05512,0.06731 -0.03988,0.04851 -0.06147,0.114808 -0.0091,0.01727 -0.04343,0.143256 -0.01092,0.111506 v 0 l -0.0038,0.03734 0.0038,0.03734 v 0.964184 l -0.0038,0.03734 0.0038,0.03734 0.01092,0.11176 0.0023,0.0076 0.04115,0.135636 0.07061,0.13208 0.06706,0.08153 0.02794,0.03404 0.02896,0.02388 0.57658,0.57658 -0.145288,0.217424 -0.10795,0.261112 -0.05537,0.277368 v 0.282448 l 0.05537,0.277368 0.10795,0.261112 0.130302,0.194818 -0.54483,0.54483 -0.02896,0.02388 -0.05512,0.06706 -0.03988,0.04851 -0.0348,0.06528 -0.03581,0.0668 -0.04343,0.143256 -0.01092,0.11176 v 0 l -0.0038,0.03734 0.0038,0.03734 v 7.475982 l -4.852924,4.85267 -0.182626,-0.03632 h -0.282448 l -0.277368,0.05537 -0.261112,0.10795 -0.23495,0.157226 -0.03505,0.03505 v -5.466842 l 0.212344,0.15748 0.254254,0.120142 0.134112,0.04064 0.221996,-0.12192 v -1.143 h 0.254 v 1.143 l 0.221996,0.12192 0.134112,-0.04064 0.254254,-0.120142 0.22606,-0.16764 0.188976,-0.20828 0.14478,-0.2413 0.09474,-0.264922 -0.121412,-0.221996 h -1.143508 -0.254 -0.02007 v -0.254 h 0.02007 v -1.143 h 0.254 v 1.143 h 1.143508 l 0.121412,-0.221996 -0.09474,-0.264922 -0.14478,-0.2413 -0.188976,-0.20828 -0.22606,-0.16764 -0.254254,-0.120142 -0.134112,-0.04064 -0.221996,0.12192 h -0.254 l -0.221996,-0.12192 -0.134112,0.04064 -0.254254,0.120142 -0.212344,0.15748 v -9.240012 l 0.02311,0.0094 0.277368,0.05537 H 35.0093 l 0.277368,-0.05537 0.261112,-0.10795 0.23495,-0.157226 0.199898,-0.199898 0.157226,-0.23495 0.10795,-0.261112 0.05537,-0.277368 v -0.282448 l -0.05537,-0.277368 -0.10795,-0.261112 -0.157226,-0.23495 -0.199898,-0.199898 -0.23241,-0.155448 0.23241,-0.155448 0.199898,-0.199898 0.157226,-0.23495 0.10795,-0.261112 0.05537,-0.277368 v -0.282448 l -0.05537,-0.277368 -0.10795,-0.261112 -0.157226,-0.23495 -0.199898,-0.199898 -0.164846,-0.110236 0.0097,-0.09677 0.155194,-0.103886 0.199898,-0.199898 0.157226,-0.23495 0.10795,-0.261112 0.05537,-0.277368 V 69.65553 l -0.05537,-0.277368 -0.10795,-0.261112 -0.157226,-0.23495 -0.199898,-0.199898 -0.23241,-0.155448 0.23241,-0.155448 0.199898,-0.199898 0.157226,-0.23495 0.10795,-0.261112 0.05537,-0.277368 V 67.11553 l -0.05537,-0.277368 -0.10795,-0.261112 -0.157226,-0.23495 -0.199898,-0.199898 -0.23241,-0.155448 0.23241,-0.155448 0.199898,-0.199898 0.157226,-0.23495 0.10795,-0.261112 0.04166,-0.20828 z" + id="path4120" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:1;fill-rule:evenodd;stroke:#008400;stroke-width:0.25400001;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 129.7099,39.316248 v 15.113 l -0.12395,-0.04394 -0.22987,0.12065 v 1.1938 h 0.0201 v 0.254 h -0.0201 v 0.02007 h -0.254 v -0.02007 h -1.19304 l -0.12141,0.22987 0.0447,0.14732 0.12522,0.262636 0.17399,0.233426 0.21616,0.194818 0.11684,0.06985 -0.18212,0.121666 -0.20676,0.206756 -0.16256,0.243332 -0.11201,0.270256 -0.0569,0.286766 v 0.292608 l 0.0569,0.286766 0.11201,0.270256 0.16256,0.243332 0.20676,0.206756 0.1745,0.116586 -0.1745,0.116586 -0.20676,0.206756 -0.16256,0.243332 -0.11201,0.270256 -0.0569,0.286766 v 0.292608 l 0.0569,0.286766 0.11201,0.270256 0.16256,0.243332 0.20676,0.206756 0.1745,0.116586 -0.1745,0.116586 -0.20676,0.206756 -0.16256,0.243332 -0.11201,0.270256 -0.0569,0.286766 v 0.292608 l 0.0569,0.286766 0.11201,0.270256 0.16256,0.243332 0.20676,0.206756 0.1745,0.116586 -0.1745,0.116586 -0.20676,0.206756 -0.16256,0.243332 -0.11201,0.270256 -0.0569,0.286766 v 0.292608 l 0.0569,0.286766 0.11201,0.270256 0.16256,0.243332 0.20676,0.206756 0.1745,0.116586 -0.1745,0.116586 -0.20676,0.206756 -0.16256,0.243332 -0.11201,0.270256 -0.0569,0.286766 v 0.292608 l 0.0569,0.286766 0.11201,0.270256 0.16256,0.243332 0.20676,0.206756 0.1745,0.116586 -0.1745,0.116586 -0.20676,0.206756 -0.16256,0.243332 -0.11201,0.270256 -0.0569,0.286766 v 0.292608 l 0.0569,0.286766 0.11201,0.270256 0.16256,0.243332 0.13183,0.131826 -0.0727,0.0221 -0.11023,0.05893 -0.0968,0.07925 -0.0792,0.09677 -0.0589,0.110236 -0.0363,0.119634 -0.0125,0.124714 v 1.699768 l 0.0125,0.124714 0.0363,0.119634 0.0589,0.110236 0.0792,0.09677 0.0968,0.07925 0.11023,0.05893 0.11964,0.03632 0.12471,0.01245 h 1.31521 v 14.44879 h -0.002 l -0.25807,0.05131 -0.24282,0.100584 -0.2187,0.14605 -0.18592,0.186182 -0.12497,0.186944 v -0.03607 l -0.0122,-0.12446 -0.0363,-0.119634 -0.0589,-0.11049 -0.0795,-0.09652 -0.0965,-0.0795 -0.11049,-0.05893 -0.11963,-0.03632 -0.10947,-0.01067 -0.009,-0.03099 -0.0706,-0.13208 -0.095,-0.11557 -0.029,-0.02388 -2.24612,-2.246122 V 84.86302 l 0.11608,0.04166 0.222,-0.121412 V 83.63976 h 0.254 v 1.143508 l 0.22199,0.121412 0.26492,-0.09474 0.2413,-0.14478 0.20828,-0.188976 0.16764,-0.22606 0.12015,-0.254254 0.0406,-0.134112 -0.12192,-0.221996 h -1.143 -0.254 -0.0201 v -0.254 h 0.0201 v -1.143508 h 0.254 v 1.143508 h 1.143 l 0.12192,-0.221996 -0.0406,-0.134112 -0.12015,-0.254254 -0.16764,-0.22606 -0.20828,-0.188976 -0.2413,-0.14478 -0.26492,-0.09474 -0.22199,0.121412 h -0.254 l -0.222,-0.121412 -0.11608,0.04166 v -8.150606 l 1.23012,-1.230122 0.029,-0.02388 0.095,-0.115824 0.0706,-0.13208 0.0434,-0.143256 0.0109,-0.111506 v 0 l 0.004,-0.03734 -0.004,-0.03734 V 55.46989 h 0.71959 l 0.12141,0.22987 h 1.19304 v -1.1938 l -0.22987,-0.12065 -0.27432,0.09728 -0.25019,0.149098 -0.21616,0.194818 -0.17399,0.233426 -0.12522,0.262636 -0.0447,0.14732 h -0.71959 v -10.1092 l 0.15469,-0.103378 0.1999,-0.199898 0.15722,-0.23495 0.10795,-0.261112 0.0554,-0.277368 v -0.282448 l -0.0554,-0.277368 -0.10795,-0.261112 -0.15722,-0.23495 -0.1999,-0.199898 -0.23495,-0.157226 -0.26111,-0.10795 -0.27737,-0.05537 h -0.28245 l -0.27406,0.05461 v -5.36702 l 0.27406,0.05461 h 0.28245 l 0.27737,-0.05537 0.26111,-0.10795 0.23495,-0.157226 0.15037,-0.150114 z" + id="path4122" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:1;fill-rule:evenodd;stroke:#008400;stroke-width:0.25400001;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 84.623882,83.498532 -0.01422,0.01422 0.01422,0.01422 -0.179578,0.179578 -0.01422,-0.01422 -0.01422,0.01422 -0.179578,-0.179578 0.01422,-0.01422 -0.01422,-0.01422 0.179578,-0.179578 0.01422,0.01422 0.01422,-0.01422 z" + id="path4124" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:1;fill-rule:evenodd;stroke:#008400;stroke-width:0.25400001;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 150.3314,42.869454 -0.0239,0.04445 -0.0706,0.232664 -0.0178,0.18161 v 0.921258 l 0.0178,0.181356 0.0706,0.232918 0.11481,0.214376 0.15418,0.188214 0.1176,0.09627 v 2.562352 l -17.59433,17.594072 -0.0147,-0.03556 -0.16256,-0.243332 -0.20676,-0.206756 -0.17449,-0.116586 0.17449,-0.116586 0.20676,-0.206756 0.16256,-0.243332 0.11201,-0.270256 0.0569,-0.286766 v -0.292608 l -0.0569,-0.286766 -0.11201,-0.270256 -0.16256,-0.243332 -0.20676,-0.206756 -0.17449,-0.116586 0.17449,-0.116586 0.20676,-0.206756 0.16256,-0.243332 0.11201,-0.270256 0.0569,-0.286766 v -0.292608 l -0.0569,-0.286766 -0.11201,-0.270256 -0.16256,-0.243332 -0.20676,-0.206756 -0.17449,-0.116586 0.17449,-0.116586 0.20676,-0.206756 0.16256,-0.243332 0.11201,-0.270256 0.0569,-0.286766 v -0.292608 l -0.0569,-0.286766 -0.11201,-0.270256 -0.16256,-0.243332 -0.20676,-0.206756 -0.18211,-0.121666 0.11684,-0.06985 0.21615,-0.194818 0.17399,-0.233426 0.12522,-0.262636 0.0447,-0.14732 -0.12142,-0.22987 h -1.19303 v 0.02007 h -0.254 v -0.02007 h -0.0201 v -0.254 h 0.0201 v -1.1938 h 0.254 v 1.1938 h 1.19303 l 0.12142,-0.22987 -0.0447,-0.14732 -0.12522,-0.262636 -0.17399,-0.233426 -0.21615,-0.194818 -0.25019,-0.149098 -0.27432,-0.09728 -0.22987,0.12065 h -0.254 l -0.22987,-0.12065 -0.18212,0.06452 v -9.95807 h 1.30607 l 0.0406,0.134112 0.12014,0.254254 0.16764,0.22606 0.20828,0.188976 0.2413,0.14478 0.26492,0.09474 0.222,-0.121412 v -1.143508 h 0.254 v 1.143508 l 0.22199,0.121412 0.26492,-0.09474 0.2413,-0.14478 0.20828,-0.188976 0.16764,-0.22606 0.12015,-0.254254 0.0406,-0.134112 -0.12192,-0.221996 h -1.143 -0.254 -1.143 l -0.12192,0.221996 h -1.30607 V 43.79376 h 1.30607 l 0.12192,0.221996 h 1.143 v -1.143508 h 0.254 v 1.143508 h 1.143 l 0.12192,-0.221996 -0.0406,-0.134112 -0.12015,-0.254254 -0.0574,-0.07722 h 12.57732 v 0.921258 l 0.0178,0.181356 0.0706,0.232918 0.11481,0.214376 0.15418,0.188214 0.18821,0.154178 0.21438,0.114808 0.23291,0.07061 0.24207,0.02388 0.24206,-0.02388 0.23292,-0.07061 0.21437,-0.114808 0.18822,-0.154178 0.15417,-0.188214 0.11481,-0.214376 0.0706,-0.232918 0.0178,-0.181356 v -0.921258 l -0.0178,-0.18161 -0.0706,-0.232664 -0.11481,-0.21463 -0.15417,-0.18796 -0.18822,-0.154432 -0.21437,-0.114554 -0.23292,-0.07061 -0.24206,-0.02388 -0.24207,0.02388 -0.23291,0.07061 -0.21438,0.114554 -0.18821,0.154432 -0.15418,0.18796 -0.11481,0.21463 -0.0706,0.232664 -0.0178,0.18161 h -12.57732 l -0.11024,-0.148844 -0.20828,-0.188976 -0.2413,-0.14478 -0.26492,-0.09474 -0.22199,0.121412 h -0.254 l -0.222,-0.121412 -0.26492,0.09474 -0.2413,0.14478 -0.20828,0.188976 -0.16764,0.22606 -0.12014,0.254254 -0.0406,0.134112 h -1.30607 v -4.755134 l 0.004,-0.03734 -0.004,-0.03734 v 0 l -0.0112,-0.111506 -0.0434,-0.143256 -0.0706,-0.13208 -0.095,-0.115824 -0.029,-0.02362 -2.60527,-2.605532 4.26212,-4.262374 0.0185,0.0447 0.15722,0.23495 0.1999,0.199898 0.23241,0.155448 -0.23241,0.155448 -0.1999,0.199898 -0.15722,0.23495 -0.10795,0.261112 -0.0554,0.277368 v 0.282448 l 0.0554,0.277368 0.10795,0.261112 0.15722,0.23495 0.1999,0.199898 0.23241,0.155448 -0.23241,0.155448 -0.1999,0.199898 -0.15722,0.23495 -0.10795,0.261112 -0.0554,0.277368 v 0.282448 l 0.0554,0.277368 0.10795,0.261112 0.15722,0.23495 0.1999,0.199898 0.23495,0.157226 0.26111,0.10795 0.27737,0.05537 h 0.28245 l 0.27737,-0.05537 0.26111,-0.10795 0.23495,-0.157226 0.1999,-0.199898 0.15722,-0.23495 0.10795,-0.261112 0.0554,-0.277368 v -0.282448 l -0.0554,-0.277368 -0.10795,-0.261112 -0.15722,-0.23495 -0.1999,-0.199898 -0.23241,-0.155448 0.23241,-0.155448 0.1999,-0.199898 0.15722,-0.23495 0.10795,-0.261112 0.0554,-0.277368 v -0.282448 l -0.0554,-0.277368 -0.10795,-0.261112 -0.15722,-0.23495 -0.1999,-0.199898 -0.23241,-0.155448 0.23241,-0.155448 0.1999,-0.199898 0.15722,-0.23495 0.10795,-0.261112 0.0554,-0.277368 v -0.282448 l -0.0554,-0.277368 -0.10795,-0.261112 -0.15722,-0.23495 -0.1999,-0.199898 -0.16485,-0.110236 0.01,-0.09677 0.15519,-0.103886 0.1999,-0.199898 0.15722,-0.23495 0.10795,-0.261112 0.0554,-0.277368 v -0.282448 l -0.0554,-0.277368 -0.0919,-0.221996 z" + id="path4126" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:1;fill-rule:evenodd;stroke:#008400;stroke-width:0.25400001;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 54.932298,45.07646 0.157226,0.23495 0.199898,0.199898 0.23241,0.155448 -0.23241,0.155448 -0.199898,0.199898 -0.157226,0.23495 -0.10795,0.261112 -0.05537,0.277368 v 0.282448 l 0.05537,0.277368 0.10795,0.261112 0.157226,0.23495 0.199898,0.199898 0.23241,0.155448 -0.23241,0.155448 -0.199898,0.199898 -0.157226,0.23495 -0.10795,0.261112 -0.05537,0.277368 v 0.282448 l 0.05537,0.277368 0.10795,0.261112 0.157226,0.23495 0.199898,0.199898 0.23495,0.157226 0.261112,0.10795 0.277368,0.05537 H 56.3453 l 0.277368,-0.05537 0.261112,-0.10795 0.23495,-0.157226 0.199898,-0.199898 0.05994,-0.08941 1.236726,1.23698 v 7.990586 l -0.032,-0.02921 -0.2413,-0.14478 -0.264922,-0.09474 -0.221996,0.121412 v 1.143508 h 0.02007 v 0.254 h -0.02007 v 0.02007 h -0.254 v -0.02007 h -0.02007 v -0.254 h 0.02007 v -1.143508 l -0.221996,-0.121412 -0.264922,0.09474 -0.2413,0.14478 -0.20828,0.188976 -0.16764,0.22606 -0.05232,0.110998 -2.903982,-2.903982 0.01168,-0.01727 0.07798,-0.188468 0.03988,-0.199898 V 56.51281 l -0.03988,-0.199898 -0.07798,-0.188214 -0.113284,-0.169672 -0.144272,-0.144018 -0.169418,-0.113284 -0.188468,-0.07798 -0.199898,-0.03988 h -0.188468 l -0.01041,-0.05232 -0.07798,-0.188468 -0.113284,-0.169418 -0.144272,-0.144272 -0.169418,-0.113284 -0.188468,-0.07798 -0.199898,-0.03988 h -0.0048 v -0.0729 l -0.03962,-0.199898 -0.07798,-0.188468 -0.113284,-0.169418 -0.144272,-0.144018 -0.169418,-0.113284 -0.188468,-0.07823 -0.199898,-0.03962 h -0.203962 l -0.199898,0.03962 -0.182626,0.07569 1.650238,-1.649984 0.02896,-0.02388 0.05893,-0.07188 0.03607,-0.04394 0.07061,-0.131826 0.001,-0.0041 0.04242,-0.139192 0.01092,-0.11176 v 0 l 0.0036,-0.03734 -0.0036,-0.03734 v -3.664458 l 2.912364,-2.912364 z" + id="path4128" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:1;fill-rule:evenodd;stroke:#008400;stroke-width:0.25400001;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 79.688662,17.657388 0.178562,0.178664 -5.007356,5.007305 -0.02896,0.0238 -0.05156,0.06287 -0.04343,0.05286 -0.05486,0.102591 -0.01575,0.02944 -0.04343,0.143256 -0.01092,0.111658 v 0 l -0.0036,0.03734 0.0036,0.03731 v 3.235274 h -0.150622 l -0.199898,0.03988 -0.188468,0.07798 -0.169418,0.113284 -0.144272,0.144018 -0.113284,0.169672 -0.07798,0.188214 -0.03962,0.199898 v 0.203962 l 0.03962,0.199898 0.07798,0.188468 0.113284,0.169418 0.04394,0.04394 v 0.69723 l -0.198628,0.198628 -0.02997,-0.150622 -0.07798,-0.188468 -0.113284,-0.169418 -0.144018,-0.144272 -0.169672,-0.113284 -0.188214,-0.07798 -0.200152,-0.03962 h -0.203708 l -0.199898,0.03962 -0.188468,0.07798 -0.169418,0.113284 -0.144272,0.144272 -0.113284,0.169418 -0.07798,0.188468 -0.03988,0.199898 v 0.06223 l -0.200914,0.200914 -0.02896,0.02362 -0.04547,0.05563 -0.04953,0.0602 -0.05182,0.09677 -0.0188,0.03531 -0.04343,0.143256 -0.01092,0.111506 v 0 l -0.0036,0.03734 0.0036,0.03734 v 4.006596 l -0.179578,-0.08509 -0.274066,-0.06858 -0.282448,-0.01397 -0.2794,0.0414 -0.266192,0.09525 -0.125222,0.0668 -0.07163,0.244094 0.813054,0.813054 0.01422,-0.01422 0.179578,0.179578 -0.01422,0.01422 0.01422,0.01422 -0.179578,0.179578 -0.01422,-0.01422 -0.813054,0.813054 0.07163,0.244094 0.255524,0.120904 0.274066,0.06858 0.282448,0.01397 0.2794,-0.0414 0.266192,-0.09525 0.04928,-0.02616 v 2.955798 l -0.0084,-0.0056 -0.188468,-0.07798 -0.199898,-0.03988 h -0.203962 l -0.199898,0.03988 -0.188214,0.07798 -0.169672,0.113284 -0.144018,0.144018 -0.113284,0.169672 -0.07823,0.188214 -0.03962,0.199898 v 0.203962 l 0.03962,0.199898 0.07823,0.188468 0.01143,0.01727 -3.918966,3.91922 V 44.61266 l -0.01245,-0.12446 -0.03632,-0.119634 -0.05893,-0.110236 -0.07925,-0.09677 -0.09677,-0.07925 -0.110236,-0.05893 -0.119634,-0.03632 -0.12446,-0.01245 h -1.6002 l -0.12446,0.01245 -0.119634,0.03632 -0.110236,0.05893 -0.09677,0.07925 -0.07925,0.09677 -0.05893,0.110236 -0.03632,0.119634 -0.01245,0.12446 v 1.6002 l 0.01245,0.12446 0.03632,0.119634 0.04343,0.08153 -3.610864,3.610864 -1.183386,-1.18364 -0.02388,-0.02896 -0.115824,-0.095 -0.13208,-0.07061 -0.143256,-0.04343 -0.111506,-0.01092 v 0 l -0.03734,-0.0038 -0.03734,0.0038 h -0.168656 l -0.103378,-0.154686 -0.199898,-0.199898 -0.23241,-0.155448 0.23241,-0.155448 0.199898,-0.199898 0.157226,-0.23495 0.10795,-0.261112 0.05537,-0.277368 v -0.282448 l -0.05537,-0.277368 -0.10795,-0.261112 -0.157226,-0.23495 -0.199898,-0.199898 -0.23241,-0.155448 0.23241,-0.155448 0.199898,-0.199898 0.157226,-0.23495 0.05918,-0.143256 h 1.695196 v 0.203962 l 0.03988,0.199898 0.07798,0.188468 0.113284,0.169418 0.144018,0.144272 0.169672,0.113284 0.188214,0.07798 0.200152,0.03988 h 0.203708 l 0.200152,-0.03988 0.188214,-0.07798 0.169672,-0.113284 0.144018,-0.144272 0.113284,-0.169418 0.07798,-0.188468 0.03988,-0.199898 v -0.06223 l 5.98932,-5.989066 0.02896,-0.02388 0.095,-0.115824 0.07061,-0.13208 0.04343,-0.143256 0.01092,-0.111506 v 0 l 0.0036,-0.03734 -0.0036,-0.03734 V 35.57736 h 1.449324 l 0.0414,0.2794 0.09525,0.266192 0.0668,0.125222 0.244094,0.07163 0.813054,-0.813054 -0.813054,-0.813054 -0.244094,0.07163 -0.120904,0.255524 -0.06858,0.274066 -0.01397,0.282448 H 67.53854 V 31.85093 l 2.565654,-2.5654 0.182626,0.03632 h 0.28248 l 0.277368,-0.05537 0.261112,-0.10795 0.23495,-0.157226 0.199898,-0.199898 0.157226,-0.23495 0.10795,-0.261112 0.05537,-0.277368 V 27.745528 L 71.807804,27.46816 71.699854,27.207048 71.542628,26.972098 71.34273,26.7722 71.10778,26.614974 70.846668,26.507024 70.5693,26.451654 h -0.282448 l -0.277368,0.05537 -0.261112,0.10795 -0.23495,0.157226 -0.199898,0.199898 -0.157226,0.23495 -0.10795,0.261112 -0.05537,0.277368 v 0.282448 l 0.03632,0.182626 -2.761742,2.761742 -0.02896,0.02388 -0.02388,0.02896 v 0 l -0.07112,0.08687 -0.07061,0.13208 -0.02515,0.08331 -0.01829,0.05994 -0.0013,0.01321 -0.01346,0.135636 0.0038,0.03734 v 6.633464 l -5.793232,5.793232 h -0.06198 l -0.200152,0.03988 -0.188214,0.07798 -0.169672,0.113284 -0.144018,0.144018 -0.113284,0.169672 -0.07798,0.188214 -0.03988,0.199898 h -1.695196 l 0.04877,-0.117856 0.05537,-0.277368 V 44.25554 l -0.05537,-0.277368 -0.10795,-0.261112 -0.149606,-0.223774 0.564134,-0.564134 0.02921,-0.02362 0.09474,-0.115824 0.07061,-0.13208 0.04343,-0.143256 0.01118,-0.111506 v 0 l 0.0036,-0.03734 -0.0036,-0.03734 V 37.230654 L 60.6633,34.706656 h 0.706628 v 1.6002 l 0.01245,0.12446 0.03632,0.119634 0.05893,0.110236 0.07925,0.09677 0.09677,0.07925 0.110236,0.05893 0.119634,0.03632 0.12446,0.01245 h 1.6002 l 0.12446,-0.01245 0.119634,-0.03632 0.110236,-0.05893 0.09677,-0.07925 0.07925,-0.09677 0.05893,-0.110236 0.03632,-0.119634 0.01245,-0.12446 v -1.6002 l -0.01245,-0.12446 -0.03632,-0.119634 -0.05893,-0.110236 -0.07925,-0.09677 -0.09677,-0.07925 -0.110236,-0.05893 -0.119634,-0.03632 -0.12446,-0.01245 h -1.6002 l -0.12446,0.01245 -0.119634,0.03632 -0.110236,0.05893 -0.09677,0.07925 -0.07925,0.09677 -0.05893,0.110236 -0.03632,0.119634 -0.01245,0.12446 H 60.6633 l 16.782288,-16.782161 0.153162,0.10226 0.270256,0.111938 0.286766,0.05707 h 0.292608 l 0.286766,-0.05707 0.270256,-0.111938 0.243332,-0.162534 0.206756,-0.206833 0.116586,-0.174396 z" + id="path4130" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:1;fill-rule:evenodd;stroke:#008400;stroke-width:0.25400001;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 48.711076,49.349756 h 0.02007 v 0.254 h -0.02007 v 0.02007 h -0.254 v -0.02007 h -0.02007 v -0.254 h 0.02007 v -0.02007 h 0.254 z" + id="path4132" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:1;fill-rule:evenodd;stroke:#008400;stroke-width:0.25400001;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 105.28246,34.954052 -0.0229,-0.0635 -0.0668,-0.125222 -0.24409,-0.07163 -0.81306,0.813054 0.81306,0.813054 0.24409,-0.07163 0.0897,-0.18923 v 3.858768 l -3.59892,3.598672 -0.0523,-0.110998 -0.16764,-0.22606 -0.20828,-0.188976 -0.2413,-0.14478 -0.26492,-0.09474 -0.22199,0.121412 v 1.143508 h 0.0201 v 0.254 h -0.0201 v 0.02007 h -0.254 v -0.02007 h -0.0201 v -0.254 h 0.0201 v -1.143508 l -0.222,-0.121412 -0.264922,0.09474 -0.2413,0.14478 -0.10414,0.09449 v -2.695702 l 3.170172,-3.170174 0.0292,-0.02388 0.0267,-0.03277 0.0681,-0.0828 0.0706,-0.13208 0.008,-0.02565 0.0356,-0.117602 0.0112,-0.11176 v 0 l 0.004,-0.03734 -0.004,-0.03734 v -0.118364 h 0.28295 l 0.0716,0.244094 0.25552,0.120904 0.27407,0.06858 0.28245,0.01397 0.2794,-0.0414 0.26619,-0.09525 0.12522,-0.0668 0.0716,-0.244094 -0.81305,-0.813054 -0.81306,0.813054 h -0.28295 v -0.209804 l 0.10337,0.03023 0.81306,-0.813054 -0.81306,-0.813054 -0.10337,0.03023 V 34.51413 h 0.28295 l 0.81306,0.813054 0.81305,-0.813054 -0.0716,-0.244094 -0.25552,-0.120904 -0.27407,-0.06858 -0.28245,-0.01397 -0.2794,0.0414 -0.26619,0.09525 -0.12522,0.0668 -0.0716,0.244094 h -0.28295 v -0.05055 l 2.42239,-2.422398 z" + id="path4134" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:1;fill-rule:evenodd;stroke:#008400;stroke-width:0.25400001;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 134.56866,27.106976 -0.22199,-0.09195 -0.27737,-0.05537 h -0.28245 l -0.27737,0.05537 -0.26111,0.10795 -0.23495,0.157226 -0.1999,0.199898 -0.15722,0.23495 -0.10795,0.261112 -0.0554,0.277368 v 0.282448 l 0.0554,0.277368 0.10795,0.261112 0.13106,0.196088 -5.60349,5.603494 -0.12599,-0.08407 0.01,-0.09677 0.15519,-0.103886 0.1999,-0.199898 0.15722,-0.23495 0.10795,-0.261112 0.0554,-0.277368 v -0.282448 l -0.0554,-0.277368 -0.10795,-0.261112 -0.15722,-0.23495 -0.1999,-0.199898 -0.16485,-0.110236 0.01,-0.09677 0.15519,-0.103886 0.1999,-0.199898 0.15722,-0.23495 0.10795,-0.261112 0.0554,-0.277368 v -0.282448 l -0.0554,-0.277368 -0.10795,-0.261112 -0.15722,-0.23495 -0.19863,-0.198628 0.009,-0.001 0.11963,-0.03632 0.11024,-0.05893 0.0968,-0.07925 0.0793,-0.09677 0.0589,-0.110236 0.0363,-0.119634 0.0124,-0.12446 -0.003,-0.51435 -0.15875,-0.15875 h -1.14935 v 0.02007 h -0.254 v -0.02007 h -1.14935 l -0.15875,0.15875 -0.003,0.51435 0.0124,0.12446 0.0363,0.119634 0.0589,0.110236 0.0793,0.09677 0.0968,0.07925 0.11023,0.05893 0.11964,0.03632 0.009,0.001 -0.19863,0.198628 -0.15722,0.23495 -0.10795,0.261112 -0.0554,0.277368 v 0.282448 l 0.0554,0.277368 0.10795,0.261112 0.1303,0.194818 -1.86919,1.869186 -0.0289,0.02388 -0.0551,0.06731 -0.0399,0.04851 -0.0599,0.112268 -0.0107,0.01956 -0.0434,0.143256 -0.0109,0.11176 v 0 l -0.004,0.03734 0.004,0.03734 v 3.402076 l -0.85598,-0.85598 0.15012,-0.150368 0.15722,-0.23495 0.10795,-0.261112 0.0554,-0.277368 v -0.282448 l -0.0554,-0.277368 -0.10795,-0.261112 -0.15722,-0.23495 -0.1999,-0.199898 -0.23495,-0.157226 -0.26111,-0.10795 -0.27737,-0.05537 h -0.28245 l -0.27737,0.05537 -0.0183,0.0074 v -4.877816 l 0.22504,0.05639 0.28245,0.01397 0.2794,-0.0414 0.26619,-0.09525 0.12522,-0.0668 0.0716,-0.244094 -0.81305,-0.813054 -0.0142,0.01422 -0.17958,-0.179578 0.0142,-0.01422 h 0.35915 l 0.81306,0.813054 0.24409,-0.07163 0.12091,-0.255524 0.0686,-0.274066 0.014,-0.282448 -0.0414,-0.2794 -0.0701,-0.196088 h 2.31318 l 0.003,0.51435 0.15875,0.15875 h 1.14935 v -1.14935 h 0.254 v 1.14935 h 1.14935 l 0.15875,-0.15875 0.003,-0.51435 -0.0124,-0.12446 -0.0363,-0.119634 -0.0589,-0.110236 -0.0793,-0.09677 -0.0968,-0.07925 -0.11024,-0.05893 -0.11963,-0.03632 -0.12446,-0.01245 -0.51435,0.003 -0.15875,0.15875 h -0.254 l -0.15875,-0.15875 -0.51435,-0.003 -0.12446,0.01245 -0.11964,0.03632 -0.11023,0.05893 -0.0968,0.07925 -0.0793,0.09677 -0.0589,0.110236 -0.0363,0.119634 -0.0124,0.12446 h -2.31318 l -0.0251,-0.0701 -0.0668,-0.125222 -0.24409,-0.07163 -0.81306,0.813054 h -0.35915 l -0.0142,-0.01422 0.17958,-0.179578 0.0142,0.01422 0.81305,-0.813054 -0.0716,-0.244094 -0.25552,-0.120904 -0.27407,-0.06858 -0.28245,-0.01397 -0.2794,0.0414 -0.0869,0.03099 V 25.61879 l 2.47192,-2.471928 0.029,-0.0238 0.095,-0.115722 0.0706,-0.13203 0.0434,-0.143256 0.0109,-0.111658 v -2.5e-5 l 0.004,-0.03731 -0.004,-0.03734 v -4.438853 l 0.077,0.03183 0.28676,0.05707 h 0.29261 l 0.28677,-0.05707 0.27025,-0.111938 0.24333,-0.162534 0.17857,-0.178664 z" + id="path4136" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:1;fill-rule:evenodd;stroke:#008400;stroke-width:0.25400001;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 112.70866,17.657388 0.20676,0.206833 0.18669,0.124714 v 13.773607 h -1.96571 l -0.0373,-0.0038 -0.0373,0.0038 v 0 l -0.11151,0.01092 -0.10998,0.03327 -0.0333,0.01016 -0.13208,0.07061 -0.0747,0.06121 -0.0412,0.03378 -0.0236,0.02896 -2.03251,2.032508 v -4.910582 h 0.99009 l 0.0716,0.244094 0.25552,0.120904 0.27407,0.06858 0.28245,0.01397 0.2794,-0.0414 0.26619,-0.09525 0.12522,-0.0668 0.0716,-0.244094 -0.81305,-0.813054 -0.81306,0.813054 h -0.99009 v -0.92202 h 0.36297 l 0.0414,0.2794 0.0952,0.266192 0.0668,0.125222 0.24409,0.07163 0.81306,-0.813054 h 0.35915 l 0.81306,0.813054 0.24409,-0.07163 0.12091,-0.255524 0.0686,-0.274066 0.014,-0.282448 -0.0414,-0.2794 -0.0952,-0.266192 -0.0668,-0.125222 -0.24409,-0.07163 -0.81306,0.813054 h -0.35915 l -0.81306,-0.813054 -0.24409,0.07163 -0.1209,0.255524 -0.0686,0.274066 -0.014,0.282448 h -0.36297 v -1.063244 h 0.99009 l 0.81306,0.813054 0.81305,-0.813054 -0.0716,-0.244094 -0.25552,-0.120904 -0.27407,-0.06858 -0.28245,-0.01397 -0.2794,0.0414 -0.26619,0.09525 -0.12522,0.0668 -0.0716,0.244094 h -0.99009 v -5.318176 l 3.33019,-3.330092 0.029,-0.0238 0.095,-0.115723 0.0706,-0.132029 0.0434,-0.143256 0.009,-0.09502 0.18821,-0.125806 0.20676,-0.206833 0.11659,-0.174396 z" + id="path4138" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:1;fill-rule:evenodd;stroke:#008400;stroke-width:0.25400001;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 116.52908,16.583756 h 0.0201 v 0.254 h -0.0201 v 1.193165 l 0.22987,0.12131 0.10845,-0.03292 v 9.277223 l -0.23469,-0.06883 -0.81306,0.813054 0.81306,0.813054 0.23469,-0.06883 v 3.02133 l -1.64261,-1.642872 v -0.747522 l 0.20345,0.05105 0.28245,0.01397 0.2794,-0.0414 0.26619,-0.09525 0.12522,-0.0668 0.0716,-0.244094 -0.81305,-0.813054 -0.0142,0.01422 -0.17958,-0.179578 0.0142,-0.01422 -0.0142,-0.01422 0.17958,-0.179578 0.0142,0.01422 0.81305,-0.813054 -0.0716,-0.244094 -0.25552,-0.120904 -0.27407,-0.06858 -0.28245,-0.01397 -0.2794,0.0414 -0.0653,0.02337 V 19.48055 l 0.41833,-0.418389 0.029,-0.0238 0.0328,-0.03993 0.0622,-0.07579 0.0706,-0.13203 0.008,-0.02507 0.0358,-0.118187 0.0109,-0.111658 v -2.5e-5 l 0.004,-0.03731 -0.004,-0.03731 v -0.356285 l 0.006,0.0028 0.14732,0.04465 0.22987,-0.12131 v -1.193165 h -0.0201 v -0.254 h 0.0201 v -0.01999 h 0.254 z" + id="path4140" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:1;fill-rule:evenodd;stroke:#008400;stroke-width:0.25400001;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 80.969076,14.043756 h 0.02007 v 0.254 h -0.02007 v 0.01999 h -0.254 v -0.01999 h -0.02007 v -0.254 h 0.02007 v -0.01999 h 0.254 z" + id="path4142" + inkscape:connector-curvature="0" /> + <path + style="fill:#008400;fill-opacity:1;fill-rule:evenodd;stroke:#008400;stroke-width:0.25400001;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 43.123076,14.043756 h 0.02007 v 0.254 h -0.02007 v 0.01999 h -0.254 v -0.01999 h -0.02007 v -0.254 h 0.02007 v -0.01999 h 0.254 z" + id="path4144" + inkscape:connector-curvature="0" /> + <path + style="fill:#c2c200;fill-opacity:0;stroke:#c2c200;stroke-width:0.14999995;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + id="path6582-8" + d="m 14.729077,97.215444 v -86.36" + inkscape:connector-curvature="0" /> + <path + style="fill:#c2c200;fill-opacity:0;stroke:#c2c200;stroke-width:0.14999995;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + id="path6584-1" + d="M 182.62308,97.215444 H 14.729077" + inkscape:connector-curvature="0" /> + <path + style="fill:#c2c200;fill-opacity:0;stroke:#c2c200;stroke-width:0.14999995;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + id="path6586-3" + d="m 182.62308,10.855444 v 86.36" + inkscape:connector-curvature="0" /> + <path + style="fill:#c2c200;fill-opacity:0;stroke:#c2c200;stroke-width:0.14999995;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + id="path6588-8" + d="M 14.729077,10.855444 H 182.62308" + inkscape:connector-curvature="0" /> + </g> + <g + inkscape:groupmode="layer" + id="layer4" + inkscape:label="Bottom Plate" + style="display:none"> + <rect + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.01;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + id="rect35227" + width="167.79012" + height="86.328072" + x="14.866867" + y="10.88796" /> + <path + d="m 21.846747,15.865974 a 1.8487327,1.8487327 0 0 1 -1.609116,2.060288 1.8487327,1.8487327 0 0 1 -2.060661,-1.60864 1.8487327,1.8487327 0 0 1 1.608164,-2.061032 1.8487327,1.8487327 0 0 1 2.061404,1.607686" + sodipodi:open="true" + sodipodi:end="6.1600349" + sodipodi:start="6.1609599" + sodipodi:ry="1.8487327" + sodipodi:rx="1.8487327" + sodipodi:cy="16.091373" + sodipodi:cx="20.011806" + sodipodi:type="arc" + id="path35229-3-6-3-5-6-9-1-2-0-3" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.01;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" /> + <path + d="m 21.729817,91.92921 a 1.8487327,1.8487327 0 0 1 -1.609116,2.060288 1.8487327,1.8487327 0 0 1 -2.060661,-1.60864 1.8487327,1.8487327 0 0 1 1.608164,-2.061032 1.8487327,1.8487327 0 0 1 2.061404,1.607687" + sodipodi:open="true" + sodipodi:end="6.1600349" + sodipodi:start="6.1609599" + sodipodi:ry="1.8487327" + sodipodi:rx="1.8487327" + sodipodi:cy="92.15461" + sodipodi:cx="19.894876" + sodipodi:type="arc" + id="path35229-3-6-3-5-6-9-1-2-0-6" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.01;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" /> + <path + d="m 179.44833,91.92332 a 1.8487327,1.8487327 0 0 1 -1.60912,2.060288 1.8487327,1.8487327 0 0 1 -2.06066,-1.60864 1.8487327,1.8487327 0 0 1 1.60817,-2.061032 1.8487327,1.8487327 0 0 1 2.0614,1.607687" + sodipodi:open="true" + sodipodi:end="6.1600349" + sodipodi:start="6.1609599" + sodipodi:ry="1.8487327" + sodipodi:rx="1.8487327" + sodipodi:cy="92.14872" + sodipodi:cx="177.61339" + sodipodi:type="arc" + id="path35229-3-6-3-5-6-9-1-2-0-62" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.01;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" /> + <path + d="m 179.45225,15.69893 a 1.8487327,1.8487327 0 0 1 -1.60912,2.060288 1.8487327,1.8487327 0 0 1 -2.06066,-1.60864 1.8487327,1.8487327 0 0 1 1.60817,-2.061032 1.8487327,1.8487327 0 0 1 2.0614,1.607687" + sodipodi:open="true" + sodipodi:end="6.1600349" + sodipodi:start="6.1609599" + sodipodi:ry="1.8487327" + sodipodi:rx="1.8487327" + sodipodi:cy="15.92433" + sodipodi:cx="177.61731" + sodipodi:type="arc" + id="path35229-3-6-3-5-6-9-1-2-0-62-6" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.01;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" /> + </g> + <g + style="display:inline" + inkscape:label="Top Plate" + id="g35239" + inkscape:groupmode="layer"> + <path + style="fill:none;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.01;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 14.866867,10.887961 v 86.32807 H 73.499118 V 80.578491 H 171.0525 v 16.63754 h 11.60449 v -86.32807 h -50.69266 v 11.75986 h -99.157 v -11.75986 z" + id="path35254" + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccccccccccccc" /> + <path + d="m 179.44833,91.92332 a 1.8487327,1.8487327 0 0 1 -1.60912,2.060288 1.8487327,1.8487327 0 0 1 -2.06066,-1.60864 1.8487327,1.8487327 0 0 1 1.60817,-2.061032 1.8487327,1.8487327 0 0 1 2.0614,1.607687" + sodipodi:open="true" + sodipodi:end="6.1600349" + sodipodi:start="6.1609599" + sodipodi:ry="1.8487327" + sodipodi:rx="1.8487327" + sodipodi:cy="92.14872" + sodipodi:cx="177.61339" + sodipodi:type="arc" + id="path35229-3-6-3-5-6-9-1-2" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.01;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" /> + <path + d="m 179.45225,15.69893 a 1.8487327,1.8487327 0 0 1 -1.60912,2.060288 1.8487327,1.8487327 0 0 1 -2.06066,-1.60864 1.8487327,1.8487327 0 0 1 1.60817,-2.061032 1.8487327,1.8487327 0 0 1 2.0614,1.607687" + sodipodi:open="true" + sodipodi:end="6.1600349" + sodipodi:start="6.1609599" + sodipodi:ry="1.8487327" + sodipodi:rx="1.8487327" + sodipodi:cy="15.92433" + sodipodi:cx="177.61731" + sodipodi:type="arc" + id="path35229-3-6-3-5-6-9-1-2-7" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.01;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" /> + <path + d="m 21.729817,91.92921 a 1.8487327,1.8487327 0 0 1 -1.609116,2.060288 1.8487327,1.8487327 0 0 1 -2.060661,-1.60864 1.8487327,1.8487327 0 0 1 1.608164,-2.061032 1.8487327,1.8487327 0 0 1 2.061404,1.607687" + sodipodi:open="true" + sodipodi:end="6.1600349" + sodipodi:start="6.1609599" + sodipodi:ry="1.8487327" + sodipodi:rx="1.8487327" + sodipodi:cy="92.15461" + sodipodi:cx="19.894876" + sodipodi:type="arc" + id="path35229-3-6-3-5-6-9-1-2-9" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.01;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" /> + <path + d="m 21.846747,15.865974 a 1.8487327,1.8487327 0 0 1 -1.609116,2.060288 1.8487327,1.8487327 0 0 1 -2.060661,-1.60864 1.8487327,1.8487327 0 0 1 1.608164,-2.061032 1.8487327,1.8487327 0 0 1 2.061404,1.607686" + sodipodi:open="true" + sodipodi:end="6.1600349" + sodipodi:start="6.1609599" + sodipodi:ry="1.8487327" + sodipodi:rx="1.8487327" + sodipodi:cy="16.091373" + sodipodi:cx="20.011806" + sodipodi:type="arc" + id="path35229-3-6-3-5-6-9-1-2-0" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.01;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" /> + </g> +</svg>